/*! 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 */
}
.CalcalistComponentaShareMenuMedia {
  position: relative;
}
.ShareMenu {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.ShareMenu button {
  background: transparent;
  border: 0;
  padding: 0;
}
.ShareMenu .toggleShareButtons {
  z-index: 9998;
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0;
  left: 0;
  background-image: url(//www.calcalist.co.il/images/1280/share/share.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.ShareMenu .shareBtnsBox {
  position: absolute;
  width: 30px;
  bottom: 30px;
  left: 2px;
  animation-name: fadeOut;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-duration: 0.25s;
  visibility: hidden;
  transition: visibility 0.25s;
}
.ShareMenu .shareBtnsBox.fadeIn {
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-duration: 0.25s;
  visibility: visible;
  transition: visibility 0.25s;
}
.ShareMenu .shareBtnsBox .calcalistShare {
  background-image: url(//www.calcalist.co.il/images/1280/share/small-share-icons.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}
.ShareMenu .shareBtnsBox .calcalistShare.tw {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E %3Cdefs%3E %3Cstyle%3E .cls-1, .cls-2 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Ccircle class='cls-1' cx='27.5' cy='27.5' r='27.5'/%3E %3Cg id='layer1'%3E %3Cpath id='path1009' class='cls-2' d='m14.56,15.33l10.04,13.42-10.1,10.91h2.27l8.84-9.55,7.15,9.55h7.74l-10.6-14.18,9.4-10.16h-2.27l-8.14,8.8-6.58-8.8h-7.74Zm3.34,1.67h3.55l15.7,20.99h-3.55l-15.7-20.99Z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 25px 25px;
  background-position: left top;
}
.ShareMenu .shareBtnsBox .calcalistShare.fb {
  background-position: 0 0;
}
.ShareMenu .shareBtnsBox .calcalistShare.mail {
  background-position: 0 -60px;
}
.ShareMenu .shareBtnsBox .calcalistShare.li {
  display: none;
}
.ShareMenu .shareBtnsBox .calcalistShare.wa {
  display: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@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: 900px) 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;
}
@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%;
  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('//xnet.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('//xnet.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('//xnet.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;
}
.havakIcon.inTextDiv {
  position: unset;
  width: 50px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='50' height='18' viewBox='0 0 50 18'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-257 -883) translate(22 712) translate(235 171)'%3E %3Crect width='50' height='18' fill='%23DE1A1A' rx='9'/%3E %3Cpath fill='%23000' d='M41 16c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7z'/%3E %3Cg fill='%23FFF' fill-rule='nonzero'%3E %3Cpath d='M5 0L5 8 3 8 3 0z' transform='translate(37 5)'/%3E %3Cpath d='M8 3L8 5 0 5 0 3z' transform='translate(37 5)'/%3E %3C/g%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M7.157 14.197c2.21 0 3.029-.832 3.705-2.717l1.95-5.46h-1.976L9.601 9.946 8.327 6.02H6.325l2.366 6.305c-.338.377-.806.507-1.443.507-.182 0-.39 0-.533-.026v1.34c.117.025.273.051.442.051zM15.685 12V9.686c.013-1.599.507-2.223 1.235-2.223.611 0 .936.403.936 1.287V12h1.95V8.62c0-2.028-1.001-2.717-2.21-2.717-.832 0-1.534.299-2.002 1.014V6.02h-1.859V12h1.95zm8.268-6.149c1.755 0 2.834.825 2.834 2.632 0 .3-.026.644-.065.956h-3.965c.13.962.689 1.157 1.703 1.157.676 0 1.326-.104 2.002-.286v1.417c-.871.26-1.716.351-2.301.351-2.171 0-3.432-.663-3.432-3.133 0-2.093 1.248-3.094 3.224-3.094zm-.104 1.404c-.481 0-.923.338-1.079 1.08h1.989c-.065-.794-.403-1.08-.91-1.08zm6.747 4.784c.338 0 .806-.039 1.092-.104v-1.39c-.208.025-.533.038-.78.038-.507 0-.715-.247-.715-.897V7.372h1.495V6.02h-1.495V4.46h-1.95v1.56h-.871v1.352h.871v2.51c0 1.546.988 2.157 2.353 2.157z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") ! important;
}
.havakIcon.onImage {
  position: absolute;
  left: 0;
  top: 6px;
  width: 58px;
  height: 20px;
  background: url(/Common/images/premium/left_small_paywall_icon_58x20.png) no-repeat;
  z-index: 1;
}
.havakIcon.onTopImage {
  position: absolute;
  left: unset;
  right: 0px;
  top: 30px;
  width: 100px;
  height: 34px;
  background-color: #FFFFFF;
  background-image: url(//images1.ynet.co.il/static/article/images/apple-touch-icon.png);
  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: 50px !important;
  height: 17px !important;
  background: url(/Common/images/left_small_paywall_icon_58x20.png) !important;
  background-repeat: no-repeat !important;
  z-index: 1;
  background-size: 50px 17px !important;
}
.havakIcon.onImage_big {
  position: absolute;
  top: 20px;
  left: 0;
  width: 81px;
  height: 30px;
  background: url(/Common/images/premium/left_big_paywall_icon_80x30.png) no-repeat;
}
.havakIcon.onImage_big.bigInTop {
  top: 20px ! important;
  bottom: inherit;
}
.havakIcon.onTextRow {
  background: url(/Common/images/premium/xsmall_paywall_icon_45x14.png) no-repeat;
  width: 45px;
  height: 14px;
  display: inline-flex;
  margin-right: 6px;
}
.grid1280_2 .havakIcon,
.pplus .havakIcon,
.magazine2025 .havakIcon {
  width: 50px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='50' height='18' viewBox='0 0 50 18'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-257 -883) translate(22 712) translate(235 171)'%3E %3Crect width='50' height='18' fill='%23DE1A1A' rx='9'/%3E %3Cpath fill='%23000' d='M41 16c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7z'/%3E %3Cg fill='%23FFF' fill-rule='nonzero'%3E %3Cpath d='M5 0L5 8 3 8 3 0z' transform='translate(37 5)'/%3E %3Cpath d='M8 3L8 5 0 5 0 3z' transform='translate(37 5)'/%3E %3C/g%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M7.157 14.197c2.21 0 3.029-.832 3.705-2.717l1.95-5.46h-1.976L9.601 9.946 8.327 6.02H6.325l2.366 6.305c-.338.377-.806.507-1.443.507-.182 0-.39 0-.533-.026v1.34c.117.025.273.051.442.051zM15.685 12V9.686c.013-1.599.507-2.223 1.235-2.223.611 0 .936.403.936 1.287V12h1.95V8.62c0-2.028-1.001-2.717-2.21-2.717-.832 0-1.534.299-2.002 1.014V6.02h-1.859V12h1.95zm8.268-6.149c1.755 0 2.834.825 2.834 2.632 0 .3-.026.644-.065.956h-3.965c.13.962.689 1.157 1.703 1.157.676 0 1.326-.104 2.002-.286v1.417c-.871.26-1.716.351-2.301.351-2.171 0-3.432-.663-3.432-3.133 0-2.093 1.248-3.094 3.224-3.094zm-.104 1.404c-.481 0-.923.338-1.079 1.08h1.989c-.065-.794-.403-1.08-.91-1.08zm6.747 4.784c.338 0 .806-.039 1.092-.104v-1.39c-.208.025-.533.038-.78.038-.507 0-.715-.247-.715-.897V7.372h1.495V6.02h-1.495V4.46h-1.95v1.56h-.871v1.352h.871v2.51c0 1.546.988 2.157 2.353 2.157z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%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: 90px;
  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;
  right: 10px !important;
}
.ynetnews .videoIcon.small,
.vesty .videoIcon.small {
  left: 12px !important;
  right: unset !important;
}
.ynetnews .videoIcon.big,
.vesty .videoIcon.big {
  left: unset !important;
  right: 18px !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;
}
.ArticleBodyComponent {
  direction: rtl;
  background-color: white;
  font-family: arial !important;
  font-size: 14px;
}
.ArticleBodyComponent .DraftEditor-editorContainer {
  z-index: auto;
}
.ArticleBodyComponent .pHeader {
  font-size: 16px;
  margin-top: 0px;
  display: block;
  margin-bottom: 1px;
  font-weight: bold;
}
.mynet .ArticleBodyComponent .pHeader {
  color: #192862;
}
.ArticleBodyComponent .text_editor_paragraph {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin: 0 0 16px 0;
  letter-spacing: initial;
}
.ArticleBodyComponent .text_editor_paragraph.rtl > * {
  direction: rtl;
  text-align: right;
}
.ArticleBodyComponent .text_editor_paragraph.ltr > * {
  direction: ltr;
  text-align: left;
}
.ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-right: 50px;
}
.ArticleBodyComponent .text_editor_indent.ltr {
  margin-right: initial !important;
  margin-left: 50px !important;
}
.calcalist .ArticleBodyComponent {
  font-family: 'Open Sans Hebrew' !important;
}
.ArticleBodyComponent h1 {
  color: #192862;
  font-size: 16px;
  margin-top: 0px;
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
.ArticleBodyComponent ol {
  display: block;
  list-style-type: decimal;
  padding-right: 32px;
  margin: 0 0 10px 0;
}
.ArticleBodyComponent ul {
  display: block;
  padding-right: 32px;
  margin: 0 0 10px 0;
}
.mynet .ArticleBodyComponent li {
  margin-bottom: 5px;
}
.ArticleBodyComponent a:visited {
  color: #00f;
}
.ArticleBodyComponent a:hover {
  color: #f00;
}
.ArticleBodyComponent p {
  margin: 0 0 13px 0;
}
.magazine_template .ArticleBodyComponent .VideoComponenta {
  display: flex;
  width: 100%;
}
.ArticleBodyComponent .VideoComponenta .BlankContainer {
  display: block !important;
}
.magazine_template .ArticleBodyComponent .VideoComponenta .articleVideoComponenta {
  width: 100%;
}
.ArticleBodyComponent .originalLaunchDate {
  clear: both;
}
.ArticleBodyComponent .coAuthors {
  margin: 13px 0;
}
.ArticleBodyComponent .articleBodyInreadWrapper,
.ArticleBodyComponent .articleBodyInread {
  min-height: 250px;
  min-width: 320px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
figure {
  margin: 10px 0 0 0;
  display: inline;
}
blockquote.text_editor_block_quote {
  display: block;
  width: 33%;
  clear: both;
  padding: 5px 10px 10px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: none;
  margin: 0;
}
.SiteArticleSocialBottomShare1280 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SiteArticleSocialBottomShare1280 .iconsWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 230px;
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280 {
  cursor: pointer;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%233a559f%7D %3C/style%3E %3C/defs%3E %3Cpath id='facebook' d='M635.718 77.333a20 20 0 1 0 20 20 20 20 0 0 0-20-20zm5.92 11.767h-2.8c-.987 0-1.193.4-1.193 1.425v2.467h3.988l-.384 4.33h-3.6v12.934h-5.165V97.375H629.8v-4.384h2.686v-3.453c0-3.241 1.733-4.933 5.576-4.933h3.577V89.1z' class='cls-1' transform='translate(-615.718 -77.333)'/%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='12.5' cy='12.5' r='12.5' fill='black'/%3E %3Cg clip-path='url(%23clip0_81_3343)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_81_3343'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23636363%7D %3C/style%3E %3C/defs%3E %3Cpath id='email' d='M12066 40a20 20 0 0 1-14.141-34.142 20 20 0 0 1 28.283 28.284A19.864 19.864 0 0 1 12066 40zm-3.628-18.218l-5.747 5.769a1.726 1.726 0 0 0 1.164.449h16.7a1.718 1.718 0 0 0 1.161-.449l-5.745-5.769a7.49 7.49 0 0 1-.18.131l-.072.052a31.254 31.254 0 0 1-1.191.848 6.546 6.546 0 0 1-1.07.543 3.188 3.188 0 0 1-1.245.279h-.023a3.257 3.257 0 0 1-1.244-.276 6.526 6.526 0 0 1-1.068-.546 26.942 26.942 0 0 1-1.047-.743 16.93 16.93 0 0 0-.4-.288zm13.906-4.62a6.42 6.42 0 0 1-1.13.989 351.11 351.11 0 0 0-3.928 2.7l5.058 5.084v-8.773zm-20.276 0v8.775l5.063-5.084a357.208 357.208 0 0 0-3.922-2.7 6.11 6.11 0 0 1-1.141-.989zm1.725-5.161a1.613 1.613 0 0 0-1.256.594 2.294 2.294 0 0 0-.469 1.477 2.646 2.646 0 0 0 .623 1.55 5.57 5.57 0 0 0 1.322 1.313c.217.153.951.667 2.32 1.617l.154.108c.6.414 1.172.815 1.669 1.166s.862.6 1.144.8c.031.021.078.056.133.1l.036.026.117.085.2.139c.276.2.464.337.609.434s.325.211.589.367a3.37 3.37 0 0 0 .648.309 1.8 1.8 0 0 0 .567.1h.021a1.8 1.8 0 0 0 .568-.1 3.4 3.4 0 0 0 .648-.309c.266-.156.445-.269.588-.367.175-.116.4-.277.615-.434l.072-.054.065-.047c.065-.047.122-.089.175-.124l.067-.05.1-.071.045-.032.266-.184q.331-.232.836-.582l4.148-2.894a5.35 5.35 0 0 0 1.38-1.4 2.961 2.961 0 0 0 .555-1.714 1.827 1.827 0 0 0-1.8-1.82h-16.666z' class='cls-1' transform='translate(-12046.001)'/%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='39.999' viewBox='0 0 40 39.999'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23128c7e%7D %3C/style%3E %3C/defs%3E %3Cpath id='whatsapp' d='M10676 40a20 20 0 0 1-14.142-34.141 20 20 0 1 1 28.285 28.283A19.871 19.871 0 0 1 10676 40zm-5.5-11.653a9.886 9.886 0 0 0 5.485 1.653h.015a10 10 0 0 0 0-20 10.01 10.01 0 0 0-10 10 9.864 9.864 0 0 0 1.9 5.86l-1.246 3.715 3.844-1.229zm8.785-2.747a8.528 8.528 0 0 1-2.932-.82 11.872 11.872 0 0 1-4.914-4.3l-.021-.032a2.214 2.214 0 0 0-.043-.061l-.018-.023a5.567 5.567 0 0 1-1.169-2.994 3.187 3.187 0 0 1 1-2.407l.024-.025a1.445 1.445 0 0 1 1.022-.36c.076 0 .149 0 .22.006h.107c.3.014.445.039.637.494l.211.509.091.222c.253.613.548 1.33.6 1.433a.6.6 0 0 1 .042.542 1.567 1.567 0 0 1-.3.428l-.026.031-.173.189a4.639 4.639 0 0 0-.264.295l-.009.011a.467.467 0 0 0-.109.611 8.825 8.825 0 0 0 1.625 2.016 7.328 7.328 0 0 0 2.253 1.408l.043.017.048.02a.737.737 0 0 0 .288.06.569.569 0 0 0 .418-.17 9.716 9.716 0 0 0 .657-.864v-.006l.12-.167a.559.559 0 0 1 .465-.268.716.716 0 0 1 .251.05c.265.092 1.641.771 2 .948l.161.08h.009c.2.1.331.16.389.257a2.532 2.532 0 0 1-.172 1.388 2.838 2.838 0 0 1-1.963 1.412 2.6 2.6 0 0 1-.566.07z' class='cls-1' transform='translate(-10656)'/%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.print {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1,.cls-3%7Bfill:%23c4c4c4%7D.cls-2%7Bfill:%23fff%7D.cls-3%7Bstroke:%23fff;stroke-width:2px%7D.cls-4%7Bstroke:none%7D.cls-5%7Bfill:none%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_639' data-name='Group 639' transform='translate(-1527 -1225)'%3E %3Ccircle id='Ellipse_24' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 24' transform='translate(1527 1225)'/%3E %3Crect id='Rectangle_483' width='21.333' height='10.666' class='cls-2' data-name='Rectangle 483' rx='1' transform='translate(1536.333 1239.666)'/%3E %3Cg id='Rectangle_485' class='cls-3' data-name='Rectangle 485' transform='translate(1539 1245)'%3E %3Crect width='16' height='10.666' class='cls-4' rx='1'/%3E %3Cpath d='M1 1h14v8.666H1z' class='cls-5'/%3E %3C/g%3E %3Cpath id='Rectangle_484' d='M0 0h13.333v2.667H0z' class='cls-2' data-name='Rectangle 484' transform='translate(1540.333 1235.666)'/%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.tb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D.cls-2%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_640' data-name='Group 640' transform='translate(-1413 -1237)'%3E %3Ccircle id='Ellipse_28' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 28' transform='translate(1413 1237)'/%3E %3Cg id='comment-black-oval-bubble-shape' transform='translate(1423 1212.493)'%3E %3Cpath id='Path_25' d='M19.063 40.138a9.242 9.242 0 0 0-3.717-2.656 13.253 13.253 0 0 0-5.13-.975 13.557 13.557 0 0 0-3.968.576 11.1 11.1 0 0 0-3.261 1.556A7.777 7.777 0 0 0 .81 40.97 5.43 5.43 0 0 0 0 43.8 5.532 5.532 0 0 0 1.032 47a8.371 8.371 0 0 0 2.822 2.508 7.246 7.246 0 0 1-.3.866q-.171.41-.308.673a4.632 4.632 0 0 1-.371.581q-.234.319-.353.45l-.393.433q-.273.3-.353.394a.8.8 0 0 0-.091.1l-.08.1-.068.1q-.057.086-.051.108a.3.3 0 0 1-.023.114.151.151 0 0 0 .006.137v.011a.573.573 0 0 0 .2.331.447.447 0 0 0 .348.1 8.56 8.56 0 0 0 1.3-.251 12.461 12.461 0 0 0 5.244-2.759 15.6 15.6 0 0 0 1.653.091 13.249 13.249 0 0 0 5.13-.975 9.24 9.24 0 0 0 3.717-2.656 5.594 5.594 0 0 0 0-7.33z' class='cls-2' data-name='Path 25'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .contactWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  border-radius: 15px;
  background-color: #000066;
  cursor: pointer;
  text-decoration: none;
  border: 0;
}
.SiteArticleSocialBottomShare1280 .contactWrapper .icon {
  width: 12.7px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23ffffff%7D %3C/style%3E %3C/defs%3E %3Cg id='close-envelope' transform='translate(0 -2)'%3E %3Cg id='Group_194' data-name='Group 194'%3E %3Cpath id='Path_37' d='M7 9L5.268 7.484.316 11.729a1.014 1.014 0 0 0 .691.271h11.986a1.006 1.006 0 0 0 .688-.271L8.732 7.484z' class='cls-1' data-name='Path 37'/%3E %3Cpath id='Path_38' d='M13.684 2.271A1.007 1.007 0 0 0 12.993 2H1.007a1 1 0 0 0-.689.273L7 8z' class='cls-1' data-name='Path 38'/%3E %3Cpath id='Path_39' d='M0 2.878v8.308l4.833-4.107z' class='cls-1' data-name='Path 39'/%3E %3Cpath id='Path_40' d='M9.167 7.079L14 11.186V2.875z' class='cls-1' data-name='Path 40'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .contactWrapper .label {
  margin-right: 6px;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: normal;
  color: #ffffff;
  flex-shrink: 0;
}
.ArticleBottomShareComponent {
  padding-top: 5px;
  border-top: 1px dotted #6281AF;
  clear: both;
}
.ArticleBottomShareComponent.englishSite {
  border-top: 1px dotted #6281AF;
  padding-top: 5px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleBottomShareComponent.englishSite {
    display: none ! important;
  }
}
.ArticleBottomShareComponent.englishSite ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ArticleBottomShareComponent.englishSite button {
  flex-direction: row-reverse;
}
.ArticleBottomShareComponent.englishSite .articleShareButton {
  order: 0;
  margin-right: 5px ! important;
  margin-left: 0 ! important;
}
.ArticleBottomShareComponent.englishSite .fc,
.ArticleBottomShareComponent.englishSite .tw,
.ArticleBottomShareComponent.englishSite .gl {
  order: 1;
}
.ArticleBottomShareComponent.englishSite .ArticleBottomShareComponent_facebook {
  order: 2;
}
.ArticleBottomShareComponent.englishSite .ArticleBottomShareComponent_twitter {
  order: 1;
}
.ArticleBottomShareComponent.englishSite li {
  order: 0;
}
.ArticleBottomShareComponent ul {
  font-size: 12px;
  font-family: arial;
  color: #6281af;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
.ArticleBottomShareComponent ul li {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  font: normal 12px/26px arial;
  overflow: hidden;
}
.ArticleBottomShareComponent ul li :hover {
  color: #ff0000;
}
.ArticleBottomShareComponent ul li .articleShareButton {
  margin: 5px 0 0px 4px !important;
}
.ArticleBottomShareComponent ul li .fc,
.ArticleBottomShareComponent ul li .tw {
  float: right;
}
.ArticleBottomShareComponent ul li > button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  color: #6281af;
}
.ArticleBottomShareComponent .ArticleSideShareComponent_gift {
  color: #ff0000;
}
@-webkit-keyframes fadeinForm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scaleY(0);
    transform: translate3d(0, -50%, 0) scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}
.CalcalistAddCommentFormUI.fadeIn {
  animation: fadeinForm 200ms ease-in;
  -webkit-animation: fadeinForm 200ms ease-in;
}
.CalcalistAddCommentFormUI.hide {
  display: none;
}
.CalcalistAddCommentFormUI .AddCommentForm {
  margin-top: 3px;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}
.CalcalistAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.CalcalistAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .thankYou {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  letter-spacing: 0.4px;
  text-align: right;
  color: #c72127;
}
.CalcalistAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 55px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.CalcalistAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeTextLabel {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.CalcalistAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeIcon {
  height: 10px;
  width: 10px;
  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");
}
.CalcalistAddCommentFormUI .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;
}
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  letter-spacing: 0.4px;
  text-align: right;
  color: #c72127;
  font-family: 'ShualBold', 'Open Sans Hebrew', sans-serif;
}
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  margin-top: 3px;
  cursor: pointer;
}
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  margin-left: 5px;
  height: 10px;
  width: 10px;
  background-position: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E");
}
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  width: 385px;
  height: 40px;
  margin-bottom: 10px;
  background: #fff;
  display: inline-block;
  flex-basis: 46%;
  padding: 4px 5px;
  border: 1px solid #BFCDE3;
  font-size: 13px;
}
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .title {
  height: 40px;
  background-color: #FFF;
  display: inline-block;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-size: 13px;
}
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .comment {
  height: 60px;
  padding-top: 10px;
  background-color: #FFF;
  display: inline-block;
  border: 1px solid #BFCDE3;
  font-size: 13px;
  margin-bottom: 8px;
  padding: 5px;
  overflow: auto;
}
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .inputStyle {
  background-color: #FFF;
  padding: 0 20px 0 0;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
}
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService {
  font-size: 14px;
  line-height: 2.43;
  text-align: right;
  color: #25262b;
}
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:link,
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:visited {
  color: #25262b;
  font-weight: bold;
}
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  cursor: pointer;
  border: 0;
  width: 140px;
  height: 40px;
  border-radius: 2px;
  background-color: #c72127;
  font-size: 21px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
.CalcalistAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn * {
  font-family: 'ShualBold', 'Open Sans Hebrew', sans-serif;
}
#CalcalistArticleComment {
  background-color: transparent;
}
#CalcalistArticleComment.expanded {
  background: #ebebeb ! important;
}
#CalcalistArticleComment .commentDetailsWrapper {
  display: flex;
}
#CalcalistArticleComment .commentDetailsWrapper .details {
  display: flex;
  align-items: center;
}
#CalcalistArticleComment .commentDetailsWrapper .details .author {
  font-size: 16px;
  line-height: 2.13;
  text-align: right;
  color: #909090;
}
#CalcalistArticleComment .commentDetailsWrapper .details .publishDate {
  font-size: 14px;
  line-height: 2.43;
  text-align: right;
  color: #909090;
}
#CalcalistArticleComment.level1 {
  padding: 22px 12px 22px 15px;
  box-sizing: border-box;
}
#CalcalistArticleComment.level2 {
  border: 0;
  padding: 22px 12px 0 15px;
  margin: 0;
  bottom: 10px;
}
#CalcalistArticleComment .topView {
  display: flex;
  align-items: flex-start;
}
#CalcalistArticleComment .topView .level2ArrowContainer {
  justify-content: flex-end;
  display: flex;
  padding-left: 10px;
  min-width: 85px;
}
#CalcalistArticleComment .topView .level2ArrowContainer .level2Arrow {
  display: flex;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.334' height='17' viewBox='0 0 22.334 17'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b;stroke:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cg id='reply' transform='translate(.5 .5)'%3E %3Cg id='Group_348' data-name='Group 348'%3E %3Cpath id='Path_26' d='M9.778 75.548v3.118A1.335 1.335 0 0 1 8.444 80a1.317 1.317 0 0 1-.9-.357l-.574-.531c-1.885-1.747-5.046-4.67-6.663-6.292a1.248 1.248 0 0 1 0-1.64c1.617-1.622 4.778-4.545 6.666-6.292l.574-.531a1.317 1.317 0 0 1 .9-.357 1.335 1.335 0 0 1 1.333 1.333v3.108c6.4-.09 10.667-2.108 10.667-4a.444.444 0 1 1 .889 0c-.003 5.993-5.146 10.89-11.558 11.107zm-.444-6.215a.444.444 0 0 1-.444-.444v-3.556a.445.445 0 0 0-.444-.444.431.431 0 0 0-.293.12l-.574.531C5.694 67.283 2.542 70.2.937 71.807a.407.407 0 0 0 0 .386c1.6 1.609 4.756 4.525 6.64 6.267l.574.531a.43.43 0 0 0 .293.12.445.445 0 0 0 .444-.444v-3.556a.444.444 0 0 1 .444-.444 10.95 10.95 0 0 0 10.875-8.12c-1.895 1.661-6.007 2.786-10.874 2.786z' class='cls-1' data-name='Path 26' transform='translate(0 -64)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21.3px;
  height: 16px;
  margin-top: 12px;
}
#CalcalistArticleComment .topView .commentNum {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 24px;
  font-weight: bold;
  color: #c72127;
  padding-top: 10px;
  min-width: 55px;
  font-family: 'ShualBold', 'Open Sans Hebrew', sans-serif !important;
}
#CalcalistArticleComment .topView .topLeftView {
  display: flex;
  flex-direction: column;
}
#CalcalistArticleComment .topView .topLeftView .commentTitle {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: 0.4px;
  text-align: right;
  color: #25262b;
  padding-top: 5px;
}
#CalcalistArticleComment .expandedView {
  padding-bottom: 0;
}
#CalcalistArticleComment .expandedView .level1 {
  margin-right: 55px ! important;
}
#CalcalistArticleComment .expandedView .level2 {
  margin-right: 85px! important;
}
#CalcalistArticleComment .expandedView .commentText {
  margin-top: 8px;
  padding: 22px;
  border: 0px;
  background: #fff;
  font-size: 18px;
  line-height: 1.44;
  box-sizing: border-box;
  text-align: right;
  color: #303030;
}
#CalcalistArticleComment .expandedView .bottomButtonsWrapper {
  margin-top: 25px;
  height: 40px;
}
#CalcalistArticleComment .expandedView .bottomButtonsWrapper .commentBtn {
  cursor: pointer;
  border: 0;
  padding: 0;
  width: auto;
  height: 28px;
  background-color: transparent;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
#CalcalistArticleComment .expandedView .bottomButtonsWrapper .commentBtn .icon-comment {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='21' viewBox='0 0 28 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23C72127' d='M24 7c2.21 0 4 1.79 4 4v8c0 1.967-1.42 3.602-3.29 3.937l.776 4.689L20.231 23H4c-2.21 0-4-1.79-4-4v-8c0-2.21 1.79-4 4-4h20z' transform='translate(0 -7)'/%3E %3Ctext fill='%23FFF' font-family='Shual-Bold, Shual' font-size='17' font-weight='bold' transform='translate(0 -7)'%3E %3Ctspan x='8.794' y='20'%3E+%3C/tspan%3E %3C/text%3E %3C/g%3E %3C/svg%3E");
  width: 28px;
  height: 22px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: flex-end;
}
#CalcalistArticleComment .expandedView .bottomButtonsWrapper .commentBtn .icon-comment-to-comment {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='24' viewBox='0 0 30 24'%3E %3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E %3Cpath fill='%23232323' d='M25 7c2.21 0 4 1.79 4 4v5c0 1.71-1.073 3.17-2.582 3.741L27 23l-3.678-3H10c-2.21 0-4-1.79-4-4v-5c0-2.21 1.79-4 4-4h15z'/%3E %3Cpath fill='%23232323' stroke='%23EBEBEB' d='M19 0c2.21 0 4 1.79 4 4v5c0 1.71-1.073 3.17-2.582 3.741L21 16l-3.678-3H4c-2.21 0-4-1.79-4-4V4c0-2.21 1.79-4 4-4h15z'/%3E %3Ccircle cx='7' cy='7' r='1' fill='%23FFF'/%3E %3Ccircle cx='12' cy='7' r='1' fill='%23FFF'/%3E %3Ccircle cx='17' cy='7' r='1' fill='%23FFF'/%3E %3C/g%3E %3C/svg%3E");
  width: 28px;
  height: 22px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: flex-end;
}
#CalcalistArticleComment .expandedView .bottomButtonsWrapper .commentBtn.new {
  color: #c72127;
}
#CalcalistArticleComment .expandedView .bottomButtonsWrapper .commentBtn.reply {
  color: #232323;
}
#CalcalistArticleComment .expandedView .bottomButtonsWrapper .commentBtn span {
  font-size: 21px;
  font-weight: bold;
  font-family: 'ShualBold', 'Open Sans Hebrew', sans-serif;
  line-height: 21px;
  text-align: center;
}
#CalcalistArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 170px;
  height: 30px;
}
#CalcalistArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.likeSvg {
  fill: #58bb3a;
  position: relative;
  bottom: 1px;
  width: 24.2px;
  height: 18px;
  cursor: pointer;
}
#CalcalistArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.likeSvg:hover {
  fill: #58bb3a;
}
#CalcalistArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.dislikeSvg {
  fill: #ff0000;
  cursor: pointer;
  position: relative;
  top: 3px;
  width: 24.2px;
  height: 18px;
}
#CalcalistArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.dislikeSvg:hover {
  fill: #ff0000;
}
#CalcalistArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  width: 40px;
  height: 22px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.13;
  letter-spacing: 0.32px;
  color: #25262b;
  padding-left: 5px;
}
#CalcalistArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter.unlikesCounter {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 5px;
}
#CalcalistArticleComment .newCommentButtonsWrapper {
  display: flex;
  margin-bottom: 10px;
}
.CalcalistArticleCommentsTopTabUI {
  display: flex;
  flex-direction: column;
}
.CalcalistArticleCommentsTopTabUI .tab {
  background: #c72127;
  height: 32px !important;
  margin-bottom: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.CalcalistArticleCommentsTopTabUI .tab .tabTextWraper {
  padding: 0 12px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.CalcalistArticleCommentsTopTabUI .tab .tabTextWraper * {
  font-family: 'ShualBold', 'Open Sans Hebrew', sans-serif !important;
}
.CalcalistArticleCommentsTopTabUI .tab .expandAllCommentsBtn {
  font-family: 'Open Sans Hebrew';
  font-size: 16px;
  font-weight: bold;
  line-height: 1.32;
  border: 0;
  cursor: pointer;
  background: transparent;
}
.CalcalistArticleCommentsTopTabUI .topPanel {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  padding-bottom: 18px;
}
.CalcalistArticleCommentsTopTabUI .topPanel .newCommentBtn {
  cursor: pointer;
  border: 0;
  padding: 0;
  width: auto;
  height: 28px;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.CalcalistArticleCommentsTopTabUI .topPanel .newCommentBtn .icon-comment {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='21' viewBox='0 0 28 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23C72127' d='M24 7c2.21 0 4 1.79 4 4v8c0 1.967-1.42 3.602-3.29 3.937l.776 4.689L20.231 23H4c-2.21 0-4-1.79-4-4v-8c0-2.21 1.79-4 4-4h20z' transform='translate(0 -7)'/%3E %3Ctext fill='%23FFF' font-family='Shual-Bold, Shual' font-size='17' font-weight='bold' transform='translate(0 -7)'%3E %3Ctspan x='8.794' y='20'%3E+%3C/tspan%3E %3C/text%3E %3C/g%3E %3C/svg%3E");
  width: 28px;
  height: 22px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: flex-end;
}
.CalcalistArticleCommentsTopTabUI .topPanel .newCommentBtn span {
  font-size: 21px;
  font-weight: bold;
  font-family: 'ShualBold', 'Open Sans Hebrew', sans-serif;
  line-height: 21px;
  text-align: center;
  color: #c72127;
}
.CalcalistArticleCommentsTopTabUI .topPanel .sortOptions {
  position: relative;
}
.CalcalistArticleCommentsTopTabUI .topPanel .sortOptions .togglerWrapper {
  position: absolute;
  left: 0px;
  bottom: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.CalcalistArticleCommentsTopTabUI .topPanel .sortOptions .togglerWrapper .toggler {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%23C72127' stroke-width='2' d='M184 87L189.457 93 194.914 87' transform='translate(-183 -86)'/%3E %3C/svg%3E");
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
}
.CalcalistArticleCommentsTopTabUI .topPanel .sortOptions .selectLabel {
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  color: #303030;
  padding-left: 0px;
}
.CalcalistArticleCommentsTopTabUI .topPanel .sortOptions .sortSelect {
  -webkit-appearance: none;
  border: 0;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  padding-right: 10px;
  width: 136px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: right;
  color: #303030;
  border-bottom: 1px solid #ebebeb;
}
.SiteArticleComments * {
  font-family: "Open Sans Hebrew";
}
.SiteArticleComments .showMoreCommentsButton,
.SiteArticleComments .closeCommentsButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 50px;
  border-radius: 2px;
  background-color: #ed1c24;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 0.3px;
  color: #ffffff;
  align-self: center;
}
.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: 900px) 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;
}
.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;
}
.ArticleFacebookComments iframe {
  width: 100% ! important;
}
.ynet.grid1280 .ArticleHeaderComponent {
  border-bottom: none;
}
.ynet.grid1280 .ArticleHeaderComponent * {
  font-family: 'Open Sans Hebrew' ! important;
}
.ynet.grid1280 .ArticleHeaderComponent .mainTitleWrapper .mainTitle {
  font: bold 42px/52px 'Open Sans Hebrew' ! important;
}
.ynet.grid1280 .ArticleHeaderComponent .subTitleWrapper .subTitle {
  font: normal 24px/32px 'Open Sans Hebrew' ! important;
  color: #000000;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer {
  margin-top: 25px;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authoranddate {
  flex-grow: 1;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authorAvatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-left: 15px;
  display: block !important;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .date,
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authors {
  font-size: 16px;
  line-height: 18px;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authors {
  max-width: 400px;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer > span {
  bottom: 0;
}
.ynet.grid1280 .ArticleHeaderComponent .SiteArticleSocialShare1280 {
  align-items: center;
  height: 44px;
  width: 230px;
}
.ynet.grid1280 .ArticleHeaderComponent .SiteArticleSocialShare1280 .shareIcon1280 {
  width: 30px;
  height: 30px;
}
.ArticleHeaderComponent {
  background-color: white;
  direction: rtl;
  border-bottom: 1px dashed #bcbcbc;
  padding: 2px 0 0 0;
  display: flex;
  flex-direction: column;
}
.ArticleHeaderComponent .marketingCredit {
  color: #3d59a2;
  text-decoration: none;
  font-size: 14px;
  padding-top: 10px;
}
.ArticleHeaderComponent .withAvatar > span {
  bottom: 6px ! important;
  top: 0px ! important;
}
.ArticleHeaderComponent .withAvatar .authoranddate {
  align-items: center;
}
.ArticleHeaderComponent .authoranddate {
  display: flex;
  align-items: flex-start;
}
.ArticleHeaderComponent .authoranddate .authors {
  max-width: 240px;
}
.ArticleHeaderComponent .authorAvatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-left: 15px;
  display: block !important;
}
.ArticleHeaderComponent .printView {
  background: #000;
  color: #fff ! important;
  line-height: 14px !important;
  padding: 4px 8px;
  border-left: 5px solid #ed1c24;
}
.ArticleHeaderComponent .printView > span,
.ArticleHeaderComponent .printView a {
  color: #fff ! important;
  text-decoration: none ! important;
}
.ArticleHeaderComponent .ArticleHeaderShareMobileComponent {
  display: none ! important;
}
.ArticleHeaderComponent .headerImageForMobileWrapper {
  display: none;
}
.ArticleHeaderComponent .headerImageForMobile {
  display: none;
}
.ArticleHeaderComponent.englishSite {
  direction: ltr ! important;
}
.ArticleHeaderComponent.englishSite .authoranddate {
  display: unset !important;
  align-items: unset !important;
  flex-grow: 1;
  width: calc(100% - 100px);
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent {
  left: inherit ! important;
  right: 0 ! important;
  display: flex;
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent .fb {
  order: 1;
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent .tw {
  order: 0;
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent .mailto {
  order: 2;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) 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: 900px) 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;
  }
}
.ArticleImageSliderGalleryComponenta,
.ArticleImageSliderGalleryComponentaEditor {
  margin-bottom: 30px;
}
.ArticleImageSliderGalleryComponenta .caption-credit,
.ArticleImageSliderGalleryComponentaEditor .caption-credit,
.ArticleImageSliderGalleryComponenta .RichInput.ArticleRichInput span,
.ArticleImageSliderGalleryComponentaEditor .RichInput.ArticleRichInput span {
  margin-top: 4px;
  margin-bottom: 8px;
  color: #78787B;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
}
.ArticleImageSliderGalleryComponenta .main-gallery,
.ArticleImageSliderGalleryComponentaEditor .main-gallery {
  position: relative;
}
.ArticleImageSliderGalleryComponenta .fullscreen-gallery-icon-pf,
.ArticleImageSliderGalleryComponentaEditor .fullscreen-gallery-icon-pf {
  width: 35px;
  top: 15px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  display: block;
  height: 35px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='icon/enlarge'%3E %3Ccircle id='Oval' cx='25' cy='25' r='25' transform='matrix(-1 0 0 1 50 0)' fill='%232E2E2E'/%3E %3Cg id='resize video white '%3E %3Cg id='Group 12'%3E %3Cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M33.1999 31.508L26.5888 24.897L24.8975 26.5883L31.5087 33.1995L25.4091 33.1995V35.5914H35.5918L35.5918 25.4088L33.1999 25.4088V31.508Z' fill='white'/%3E %3C/g%3E %3Cg id='Group 12 Copy'%3E %3Cpath id='Union_2' fill-rule='evenodd' clip-rule='evenodd' d='M16.8001 18.491L23.4112 25.1021L25.1025 23.4107L18.4913 16.7995L24.5909 16.7995V14.4076L14.4082 14.4076L14.4082 24.5902L16.8001 24.5902V18.491Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation {
  width: 100%;
  display: flex;
  margin-top: 8px;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background-color: #C5C5C5;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  direction: rtl;
  margin: 0;
  border-radius: 30px;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider:hover,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider:hover {
  opacity: 1;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider::-webkit-slider-thumb,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: var(--slider-width);
  height: 5px;
  background: #DE1A1A;
  cursor: pointer;
  user-select: none;
  border-radius: 30px;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider::-moz-range-thumb,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider::-moz-range-thumb {
  height: 5px;
  background: #DE1A1A;
  cursor: pointer;
  user-select: none;
  border-radius: 30px;
}
.ArticleImageSliderGalleryComponenta .splide__container,
.ArticleImageSliderGalleryComponentaEditor .splide__container {
  box-sizing: border-box;
  position: relative;
}
.ArticleImageSliderGalleryComponenta .splide__list,
.ArticleImageSliderGalleryComponentaEditor .splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0!important;
  padding: 0 !important;
}
.ArticleImageSliderGalleryComponenta .splide.is-initialized:not(.is-active) .splide__list,
.ArticleImageSliderGalleryComponentaEditor .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.ArticleImageSliderGalleryComponenta .splide__pagination,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.ArticleImageSliderGalleryComponenta .splide__pagination li,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination li {
  display: inline-block !important;
  line-height: 1 !important;
  list-style-type: none !important;
  margin: 0 !important;
}
.ArticleImageSliderGalleryComponenta .splide:not(.is-overflow) .splide__pagination,
.ArticleImageSliderGalleryComponentaEditor .splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__progress__bar,
.ArticleImageSliderGalleryComponentaEditor .splide__progress__bar {
  width: 0;
}
.ArticleImageSliderGalleryComponenta .splide,
.ArticleImageSliderGalleryComponentaEditor .splide {
  position: relative;
  visibility: hidden;
}
.ArticleImageSliderGalleryComponenta .splide.is-initialized,
.ArticleImageSliderGalleryComponentaEditor .splide.is-initialized,
.ArticleImageSliderGalleryComponenta .splide.is-rendered,
.ArticleImageSliderGalleryComponentaEditor .splide.is-rendered {
  visibility: visible;
}
.ArticleImageSliderGalleryComponenta .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative;
}
.ArticleImageSliderGalleryComponenta .splide__slide img,
.ArticleImageSliderGalleryComponentaEditor .splide__slide img {
  vertical-align: bottom;
}
.ArticleImageSliderGalleryComponenta .splide__spinner,
.ArticleImageSliderGalleryComponentaEditor .splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.ArticleImageSliderGalleryComponenta .splide__sr,
.ArticleImageSliderGalleryComponentaEditor .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ArticleImageSliderGalleryComponenta .splide__toggle.is-active .splide__toggle__play,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle.is-active .splide__toggle__play,
.ArticleImageSliderGalleryComponenta .splide__toggle__pause,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle__pause {
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__toggle.is-active .splide__toggle__pause,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.ArticleImageSliderGalleryComponenta .splide__track,
.ArticleImageSliderGalleryComponentaEditor .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.ArticleImageSliderGalleryComponenta .splide__track--draggable,
.ArticleImageSliderGalleryComponentaEditor .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ArticleImageSliderGalleryComponenta .splide__track--fade > .splide__list > .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .splide__track--fade > .splide__list > .splide__slide {
  margin: 0!important;
  opacity: 0;
  z-index: 0;
}
.ArticleImageSliderGalleryComponenta .splide__track--fade > .splide__list > .splide__slide.is-active,
.ArticleImageSliderGalleryComponentaEditor .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide--rtl,
.ArticleImageSliderGalleryComponentaEditor .splide--rtl {
  direction: rtl;
}
.ArticleImageSliderGalleryComponenta .splide__track--ttb > .splide__list,
.ArticleImageSliderGalleryComponentaEditor .splide__track--ttb > .splide__list {
  display: block;
}
.ArticleImageSliderGalleryComponenta .splide__arrow,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #2E2E2E;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 30px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__arrow svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow svg {
  fill: #fff;
  height: 1.2em;
  width: 1.2em;
  stroke: #2E2E2E;
  stroke-width: 2px;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:hover:not(:disabled),
.ArticleImageSliderGalleryComponentaEditor .splide__arrow:hover:not(:disabled) {
  opacity: .9;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:disabled,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow:disabled {
  opacity: .3;
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:focus-visible,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__arrow--prev,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow--prev {
  left: 1em;
}
.ArticleImageSliderGalleryComponenta .splide__arrow--prev svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.ArticleImageSliderGalleryComponenta .splide__arrow--next,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow--next {
  right: 1em;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__arrow:focus,
.ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__pagination,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page.is-active,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page:hover,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page:focus-visible,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__pagination__page:focus,
.ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__progress__bar,
.ArticleImageSliderGalleryComponentaEditor .splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.ArticleImageSliderGalleryComponenta .thumbnail-slider .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider .splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ArticleImageSliderGalleryComponenta .splide__slide:focus,
.ArticleImageSliderGalleryComponentaEditor .splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .ArticleImageSliderGalleryComponenta .splide__slide:focus-visible,
  .ArticleImageSliderGalleryComponentaEditor .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .ArticleImageSliderGalleryComponenta .splide__slide:focus-visible,
  .ArticleImageSliderGalleryComponentaEditor .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__slide:focus,
  .ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__slide:focus,
  .ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus,
  .ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.ArticleImageSliderGalleryComponenta .splide__toggle,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle {
  cursor: pointer;
}
.ArticleImageSliderGalleryComponenta .splide__toggle:focus-visible,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__toggle:focus,
.ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__track--nav > .splide__list > .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  filter: brightness(0.4);
}
.ArticleImageSliderGalleryComponenta .splide__track--nav > .splide__list > .splide__slide.is-active,
.ArticleImageSliderGalleryComponentaEditor .splide__track--nav > .splide__list > .splide__slide.is-active {
  filter: brightness(1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--prev,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--prev svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--next,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--next svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--prev,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--prev svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--next,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--next svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.ArticleImageSliderGalleryComponenta .splide__pagination--ttb,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider .splide__slide *:not(button) {
  height: 100%;
}
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider .EditableImage {
  width: 100% !important;
  height: 100% !important;
}
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider img {
  object-fit: cover;
}
.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: 900px) 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: 900px) 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: 900px) 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 .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;
}
.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: 900px) 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: 900px) 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;
  }
}
.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;
}
.calcalist-article-podcast-top-story-container {
  display: flex;
  gap: 35px;
}
.calcalist-article-podcast-top-story-container .podcast-description-container {
  width: 545px;
  height: 352px;
}
.calcalist-article-podcast-top-story-container .podcast-description-container .category-tag {
  width: fit-content;
  padding: 0 8px;
  height: 22px;
  background-color: #505050;
  font-family: "ShualBold";
  font-size: 17px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.87);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.calcalist-article-podcast-top-story-container .podcast-description-container .category-tag:hover,
.calcalist-article-podcast-top-story-container .podcast-description-container .category-tag:active,
.calcalist-article-podcast-top-story-container .podcast-description-container .category-tag:visited {
  color: rgba(255, 255, 255, 0.87);
}
.calcalist-article-podcast-top-story-container .podcast-description-container .title {
  margin-top: 21px;
  font-family: "ShualBold";
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: right;
  color: rgba(255, 255, 255, 0.87);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.calcalist-article-podcast-top-story-container .podcast-description-container .date-author-container {
  margin-top: 16px;
  display: flex;
  font-family: 'Open Sans Hebrew';
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
}
.calcalist-article-podcast-top-story-container .podcast-description-container .date-author-container .seperator {
  margin: 0 5px;
}
.calcalist-article-podcast-top-story-container .podcast-description-container .description {
  margin: 16px 0 34px 0;
  font-family: 'Open Sans Hebrew';
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: right;
  color: rgba(255, 255, 255, 0.87);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: break-spaces;
}
.calcalist-article-podcast-top-story-container .player-container {
  background-color: #821013;
  width: 560px;
  height: 352px;
  padding: 35px 0 35px 35px;
  display: flex;
  box-sizing: border-box;
}
.calcalist-article-podcast-top-story-container .player-container .image-container {
  display: flex;
  flex-shrink: 0;
  width: 275px;
  height: 282px;
  background-color: #a51c21;
}
.calcalist-article-podcast-top-story-container .player-container .image-container img {
  width: 275px;
  height: 282px;
}
.calcalist-article-podcast-top-story-container .player-container .inner-container {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 20px;
}
.calcalist-article-podcast-top-story-container .player-container .inner-container .title {
  font-family: 'ShualBold';
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.91;
  letter-spacing: normal;
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.87);
}
.calcalist-article-podcast-controls {
  display: flex;
  flex-direction: column;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .prevStep {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='sc38vwcd4a' d='M0 0h22v22H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='y907kuhx1b' fill='%23fff'%3E %3Cuse xlink:href='%23sc38vwcd4a'/%3E %3C/mask%3E %3Cpath d='M11 3H8.707L10.853.853a.5.5 0 1 0-.707-.707l-3 3a.5.5 0 0 0 0 .707l3 3a.498.498 0 0 0 .707 0 .5.5 0 0 0 0-.707L8.707 4H11c4.411 0 8 3.589 8 8s-3.589 8-8 8-8-3.589-8-8v-.5a.5.5 0 1 0-1 0v.5c0 4.962 4.037 9 9 9s9-4.038 9-9c0-4.963-4.037-9-9-9' fill='%23FFF' mask='url(%23y907kuhx1b)'/%3E %3Cpath d='M8.069 15.541v-5.59H8.05l-1.116.606-.229-.735 1.495-.786h.861v6.505H8.07m6.911-6.505v.83H12.66l-.22 1.546c.132-.009.255-.026.44-.026 1.204 0 2.242.691 2.242 2.022 0 1.252-.976 2.228-2.418 2.228-.65 0-1.24-.172-1.548-.362l.229-.76c.264.146.747.328 1.284.328.747 0 1.415-.501 1.415-1.348 0-.838-.58-1.365-1.758-1.365-.334 0-.58.017-.8.052l.413-3.145h3.042' fill='%23FFF' mask='url(%23y907kuhx1b)'/%3E %3C/g%3E %3C/svg%3E");
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .forwardStep {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='zvbhoz5w5a' d='M0 0h22v22H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='m2uu9gbwdb' fill='%23fff'%3E %3Cuse xlink:href='%23zvbhoz5w5a'/%3E %3C/mask%3E %3Cpath d='M8.707 3 10.853.853a.5.5 0 1 0-.707-.707l-3 3a.5.5 0 0 0 0 .707l3 3a.498.498 0 0 0 .707 0 .5.5 0 0 0 0-.707L8.707 4H11c4.411 0 8 3.589 8 8s-3.589 8-8 8-8-3.589-8-8v-.5a.5.5 0 1 0-1 0v.5c0 4.962 4.037 9 9 9s9-4.038 9-9c0-4.963-4.037-9-9-9H8.707z' fill='%23FFF' mask='url(%23m2uu9gbwdb)' transform='matrix(-1 0 0 1 22 0)'/%3E %3Cpath d='M8.069 15.541v-5.59H8.05l-1.116.606-.229-.735 1.495-.786h.861v6.505H8.07m6.911-6.505v.83H12.66l-.22 1.546c.132-.009.255-.026.44-.026 1.204 0 2.242.691 2.242 2.022 0 1.252-.976 2.228-2.418 2.228-.65 0-1.24-.172-1.548-.362l.229-.76c.264.146.747.328 1.284.328.747 0 1.415-.501 1.415-1.348 0-.838-.58-1.365-1.758-1.365-.334 0-.58.017-.8.052l.413-3.145h3.042' fill='%23FFF' mask='url(%23m2uu9gbwdb)'/%3E %3C/g%3E %3C/svg%3E");
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .jumpto-button {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .jumpto-button.disabled {
  opacity: 0.5;
  cursor: default;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .jumpto-button:hover {
  background-color: #ffffff1f;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .calcalist-article-podcast-play-button {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 16px;
  cursor: pointer;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .calcalist-article-podcast-play-button:hover {
  background-color: #ffffff1f;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .calcalist-article-podcast-play-button .calcalist-article-podcast-play-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 18px;
  border-radius: 2px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  margin-left: 4px;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .calcalist-article-podcast-play-button .calcalist-article-podcast-play-button-status.pause {
  border-radius: 2px;
  border-style: double;
  border-width: 0px 0 0px 18px;
  margin: 0;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .calcalist-article-podcast-play-button.calcalist-article-podcast-play-button-loader {
  position: relative;
  z-index: 0;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .calcalist-article-podcast-play-button.calcalist-article-podcast-play-button-loader::before {
  content: '';
  position: absolute;
  z-index: -2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent 65%, #fff, #fff);
  animation: rotate 1s linear infinite;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .calcalist-article-podcast-play-button.calcalist-article-podcast-play-button-loader::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 46px;
  height: 46px;
  background: #a51c21;
  border-radius: 50%;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler .time-text-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler .time-text-wrapper .time-text {
  font-family: "Open Sans Hebrew";
  font-size: 12px;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler .timeline {
  margin: 0 8px 4px;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  direction: ltr;
  border-radius: 1.8px;
  background-color: rgba(255, 255, 255, 0.38);
  cursor: pointer;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 4px;
  width: 1px;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 4px;
  width: 1px;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 4px;
  width: 1px;
}
.calcalist-podcast-menu-share-container {
  display: flex;
  gap: 15px;
}
.calcalist-podcast-menu-share-container .podcast-share-btn {
  width: 40px;
  height: 40px;
  display: block;
  border: none;
  border-radius: 50%;
  background-size: contain;
  background-position: unset;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}
.calcalist-podcast-menu-share-container .podcast-share-btn.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='wum2qeoq9a' d='M0 0h40v40H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='2ld2kd0hzb' fill='%23fff'%3E %3Cuse xlink:href='%23wum2qeoq9a'/%3E %3C/mask%3E %3Cpath d='M20 38.665C9.707 38.665 1.335 30.293 1.335 20S9.707 1.335 20 1.335 38.665 9.707 38.665 20 30.293 38.665 20 38.665zM20 0C8.972 0 0 8.972 0 20s8.972 20 20 20 20-8.972 20-20S31.028 0 20 0z' fill='%23FFF' mask='url(%232ld2kd0hzb)'/%3E %3Cpath d='m11.044 12 6.973 9.323L11 28.903h1.58l6.143-6.636 4.963 6.637h5.375l-7.366-9.848L28.227 12h-1.58l-5.657 6.112L16.418 12h-5.374zm2.322 1.163h2.47l10.902 14.578h-2.469L13.366 13.163z' fill='%23FFF' fill-rule='nonzero' mask='url(%232ld2kd0hzb)'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.calcalist-podcast-menu-share-container .podcast-share-btn.fb {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='qdkhtiyd0a' d='M0 0h40v40H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='656t0tgrgb' fill='%23fff'%3E %3Cuse xlink:href='%23qdkhtiyd0a'/%3E %3C/mask%3E %3Cpath d='M20 38.665C9.707 38.665 1.335 30.293 1.335 20S9.707 1.335 20 1.335 38.665 9.707 38.665 20 30.293 38.665 20 38.665zM20 0C8.972 0 0 8.972 0 20s8.972 20 20 20 20-8.972 20-20S31.028 0 20 0z' fill='%23FFF' mask='url(%23656t0tgrgb)'/%3E %3Cpath d='M26.667 12.288v-4.02s-9.472-2.077-9.472 5.33v3.964h-3.862v4.232h3.816v11.54h5.196v-11.54s3.448.09 3.448 0 .69-4.232.69-4.232h-4.414s-.552-5.41 2.207-5.41c1.655 0 2.39.136 2.39.136z' stroke='%23FFFFFE' stroke-linecap='round' stroke-linejoin='round' mask='url(%23656t0tgrgb)'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.calcalist-podcast-menu-share-container .podcast-share-btn.mail {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='bb8z4sda2a' d='M0 0h40v40H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='o1x0y7x4lb' fill='%23fff'%3E %3Cuse xlink:href='%23bb8z4sda2a'/%3E %3C/mask%3E %3Cpath d='M20 38.665C9.707 38.665 1.335 30.293 1.335 20S9.707 1.335 20 1.335 38.665 9.707 38.665 20 30.293 38.665 20 38.665zM20 0C8.972 0 0 8.972 0 20s8.972 20 20 20 20-8.972 20-20S31.028 0 20 0z' fill='%23FFF' mask='url(%23o1x0y7x4lb)'/%3E %3Cpath d='M9.758 26.281a.88.88 0 0 1-.213-.026l7.984-6.13 1.326 1.019c.321.246.733.37 1.145.37.412 0 .824-.124 1.145-.37l1.326-1.018 7.984 6.129a.881.881 0 0 1-.213.026H9.758zm-.856-.627a.954.954 0 0 1-.05-.307V13.81c0-.108.017-.211.05-.308l7.915 6.076-7.915 6.075zm21.34-12.777c.073 0 .145.01.213.026l-9.819 7.538c-.339.26-.933.26-1.272 0l-9.82-7.538a.88.88 0 0 1 .214-.026h20.484zm.907.934v11.536a.956.956 0 0 1-.051.307l-7.914-6.075 7.914-6.076c.033.097.05.2.05.308zM30.242 12H9.758C8.788 12 8 12.812 8 13.811v11.536c0 .998.789 1.81 1.758 1.81h20.484c.97 0 1.758-.812 1.758-1.81V13.81c0-.999-.789-1.811-1.758-1.811z' fill='%23FFF' mask='url(%23o1x0y7x4lb)'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.calcalist-podcast-menu-share-container .podcast-share-btn.wa {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='qfs89jo2sa' d='M0 0h40v40H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='dgtktdbe2b' fill='%23fff'%3E %3Cuse xlink:href='%23qfs89jo2sa'/%3E %3C/mask%3E %3Cpath d='M20 38.665C9.707 38.665 1.335 30.293 1.335 20S9.707 1.335 20 1.335 38.665 9.707 38.665 20 30.293 38.665 20 38.665zM20 0C8.972 0 0 8.972 0 20s8.972 20 20 20 20-8.972 20-20S31.028 0 20 0z' fill='%23FFF' mask='url(%23dgtktdbe2b)'/%3E %3Cpath d='M20.546 9.27c5.727 0 10.37 4.644 10.37 10.372 0 5.727-4.643 10.37-10.37 10.37-1.98 0-3.831-.555-5.405-1.518-1.431.458-4.329 1.327-4.876 1.491l-.09.027s.427-1.376.904-2.847l.206-.633c.16-.49.321-.97.467-1.394a10.318 10.318 0 0 1-1.577-5.496c0-5.728 4.643-10.371 10.37-10.371zm-5.765 6.403c-.906 2.481.525 5.773 4.962 8.302 4.437 2.529 7.92-.048 6.727-1.479-1.192-1.431-2.72-2.385-3.53-1.383l-.811 1.001s-3.054-.19-4.103-3.53c0 0 1.526-1.384.668-2.767-.86-1.384-3.006-2.624-3.913-.144z' stroke='%23FFFFFE' stroke-linecap='round' stroke-linejoin='round' mask='url(%23dgtktdbe2b)'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.calcalist .Calcalist-Musaf-Top-Story {
  font-family: "ShualSerifRegular", 'Open Sans Hebrew', sans-serif;
}
.calcalist .Calcalist-Musaf-Top-Story .musafImageWrapper {
  position: relative;
  display: flex;
}
.calcalist .Calcalist-Musaf-Top-Story .musafImageWrapper .img-credit {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 4px 8px;
  height: 24px;
  display: flex;
  align-items: center;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  box-sizing: border-box;
  font-family: 'Open Sans Hebrew', sans-serif;
  max-width: 100%;
}
.calcalist .Calcalist-Musaf-Top-Story .musafImageWrapper .img-credit span {
  flex-shrink: 0;
}
.calcalist .Calcalist-Musaf-Top-Story .musafImageWrapper .img-credit b {
  margin-inline-end: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex-grow: 1;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle {
  background-color: white;
  padding: 0 15px;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle.noImage .musafTitleAndSubtitleWrapper {
  width: 100% !important;
  box-sizing: border-box;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle .musafTopstoryHeader {
  font-family: "ShualBlack", 'Open Sans Hebrew', sans-serif;
  height: 55.2px;
  background-color: white;
  padding: 0 20px;
  border-bottom: 1.5px solid #a4a69a;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  position: relative;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle .musafTopstoryHeader .musafTsHeaderIcon {
  width: auto;
  height: 50px;
  margin: 0px 0 0px 50px;
  display: inline-flex;
  max-width: 230px;
  position: absolute;
  right: 0;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle .musafTopstoryHeader .musafTsHeaderIcon img {
  width: auto;
  height: auto;
  align-self: center;
  margin: auto;
  max-height: 100%;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle .musafTopstoryHeader .musafTsHeaderTitle {
  height: 55.2px;
  font-size: 35px;
  text-align: center;
  padding-top: 12px;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle .musafTopstoryHeader .musafTsHeaderDate {
  width: 100px;
  height: 55.2px;
  float: left;
  font-size: 24px;
  text-align: left;
  padding: 20px 0 18px 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle .musafTopStoryContentWrapper {
  display: flex;
  flex-flow: column-reverse;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle .musafTopStoryContentWrapper img {
  width: 1180px;
  height: 748px;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle .musafTopStoryContentWrapper .musafTitleAndSubtitleWrapper {
  padding: 18px 40px;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle .musafTopStoryContentWrapper .musafTitleAndSubtitleWrapper .musafTitleWrapper {
  font-size: 76px;
  text-align: right;
  direction: rtl;
  color: #ffffff;
  line-height: 70px;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle .musafTopStoryContentWrapper .musafTitleAndSubtitleWrapper .musafSubtitleWrapper {
  font-family: "ShualSerifLight", 'Open Sans Hebrew', sans-serif;
  font-size: 26px;
  text-align: right;
  direction: rtl;
  color: #ffffff;
  line-height: 29px;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle .musafTopStoryContentWrapper .musafTopstorySeparator {
  width: 100%;
  height: 5px;
  border-bottom: 1.5px solid #a4a69a;
  margin-bottom: 10px;
  background-color: white;
  margin-top: 0px;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle .musafTopStoryContentWrapper .musafTopstorySeparator.second {
  display: none;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle.musafNearTitle .musafTopStoryContentWrapper {
  display: flex;
  flex-flow: row;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle.musafNearTitle .musafTopStoryContentWrapper img {
  width: 582px;
  height: 672px;
  min-height: 100%;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle.musafNearTitle .musafImageWrapper,
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle.musafNearTitle .musafTitleAndSubtitleWrapper {
  width: 50%;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle.musafNearTitle .musafTitleAndSubtitleWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle.musafNearTitle .musafTopstorySeparator {
  border-bottom: none;
  border-left: 1.0px solid #a4a69a;
  height: auto;
  width: 10px !important;
  margin-bottom: 0px;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle.musafNearTitle .musafTopstorySeparator.second {
  display: block;
  border: none;
}
.calcalist .Calcalist-Musaf-Top-Story .CalcalistMusafTopStoryAboveTitle.musafNearTitle img {
  width: 100%;
  height: 100%;
}
.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: 900px) and (orientation : landscape) {
  .ArticleBannerComponenta {
    display: none;
  }
}
.ArticleImageComponenta {
  position: relative;
  width: 100%;
}
.ArticleImageComponenta.side {
  width: 50%;
  margin: 10px 10px 10px 0;
  float: left;
}
.ArticleImageComponenta.side.opposite {
  float: right;
  margin: 10px 0 10px 10px;
}
.ArticleImageComponenta.full_wide {
  width: 125% !important;
}
.calcalist_musaf_plus .ArticleBodyComponent {
  width: 640px;
  margin: 0 auto;
}
.calcalist_musaf_plus .ArticleBodyComponent .textEditor_container .ArticleImageComponenta.text_wide {
  width: 100% !important;
}
.calcalist_musaf_plus .ArticleBodyComponent .textEditor_container .ArticleImageComponenta.left_wide {
  width: 925px !important;
}
.calcalist_musaf_plus .ArticleBodyComponent .textEditor_container .ArticleImageComponenta.full_wide {
  width: 1210px !important;
  margin-right: -261px;
}
.calcalist_musaf_plus .ArticleBodyComponent .textEditor_container .ArticleImageComponenta.float_right {
  position: absolute;
  width: 255px;
  right: 0;
}
.calcalist_musaf_plus .ArticleBodyComponent .textEditor_container .ArticleImageComponenta.float_left {
  position: absolute;
  width: 255px;
  left: 0;
}
.ArticleBodyComponent .ArticleImageComponenta img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleBodyComponent .ArticleImageComponenta img {
    height: auto !important;
  }
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails {
  margin-bottom: 10px;
}
.calcalist .ArticleBodyComponent .ArticleImageComponenta .ImageDetails {
  margin-bottom: 25px;
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails > * {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.calcalist .ArticleBodyComponent .ArticleImageComponenta .ImageDetails > * {
  font-family: "Open Sans Hebrew";
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption {
  font-weight: bold;
  margin-left: 5px;
}
.ArticleBodyComponent .ArticleImageComponenta .galleryCounterExpand {
  display: none;
}
.ArticleBodyComponent .ArticleImageComponenta .expand,
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand {
  position: absolute;
}
.ArticleBodyComponent .ArticleImageComponenta .expand:hover,
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand:hover {
  cursor: pointer;
}
.ArticleBodyComponent .ArticleImageComponenta .expand::after,
.ArticleBodyComponent .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 {
  left: 0px;
  width: 55px;
  height: 55px;
  top: 0;
}
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand:hover {
  background-color: transparent;
}
.ArticleBodyComponent .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 {
  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 {
  background-color: rgba(143, 138, 137, 0.7);
  cursor: pointer;
}
.ArticleBodyComponent .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 {
  display: none;
}
.ArticleBodyComponent .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: 900px) 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: 900px) 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;
  }
}
.ArticlePremiumCutter {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.ArticlePremiumCutter .topShadow {
  background-image: linear-gradient(rgba(237, 241, 245, 0.6), #edf1f5);
  width: 100%;
  height: 100px;
  background-repeat: repeat;
  position: absolute;
  top: -100px;
}
.ArticlePremiumCutter .premium-bullets {
  display: flex;
  justify-content: space-between;
  width: 51%;
}
.ArticlePremiumCutter .premium-bullets.links {
  font-size: 15px;
  width: 300px !important;
  margin: auto;
  color: #25262b;
  font-weight: 700;
}
.ArticlePremiumCutter .premium-bullets.links a {
  color: inherit;
}
.ArticlePremiumCutter .premium-block-box {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  align-items: center;
  width: 110px;
  font-size: 14px;
}
.ArticlePremiumCutter .premium_block {
  background-color: white;
  width: 100%;
  display: flex;
  margin: 0 auto;
  text-align: center;
  padding-top: 37px;
  padding-bottom: 37px;
  border-radius: 2px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ArticlePremiumCutter .premium_block .premium_image[style] {
  width: 90px !important;
  height: 33px !important;
}
.ArticlePremiumCutter .premium_block .premium_slogan {
  line-height: 25px;
  color: #25262b;
  font-size: 20px;
  max-width: 450px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-top: 15px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.ArticlePremiumCutter .premium_block #register_premium {
  color: #fff;
  background-color: #ed1c24;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 24px;
  border-radius: 2px !important;
  width: 300px !important;
  text-align: center !important;
  display: inline-block !important;
  font-family: 'Open Sans Hebrew', serif;
  height: 40px;
  margin-top: 30px;
  padding: 10px;
  box-sizing: border-box;
}
.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 {
  background-color: transparent;
  font-family: inherit;
  color: #78787b;
  padding: 0;
}
.font-moses .grid1280_2 .VideoComponenta .videoInfo,
.font-moses .grid1280_2 .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 {
  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;
}
.premium-calcalist-paywall-desktop-signin-email {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.premium-calcalist-paywall-desktop-signin-email .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-signin-email .title {
  color: #000;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: unset;
  font-weight: 700;
  margin-top: 20px;
}
.premium-calcalist-paywall-desktop-signin-email .email-signin {
  width: 460px;
  margin-top: 83px;
  z-index: 1;
  position: relative;
}
.premium-calcalist-paywall-desktop-signin-email .email-signin.error input {
  border-bottom: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-desktop-signin-email .email-signin input {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  width: 100%;
  border: 0;
  height: 30px;
  background-color: #fcfcfc;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding-right: 10px;
}
.premium-calcalist-paywall-desktop-signin-email .email-signin .error-text {
  margin-top: 6px;
  margin-right: 10px;
  height: 18px;
  margin-bottom: 0;
  text-align: right;
}
.premium-calcalist-paywall-desktop-signin-email .email-signin .reset-icon {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  left: 4px;
  top: 0;
  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-calcalist-paywall-desktop-signin-email .error-text {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
  color: #DE1A1A;
}
.premium-calcalist-paywall-desktop-signin-email .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.premium-calcalist-paywall-desktop-signin-email .buttons-container .button-base {
  width: 150px;
  cursor: pointer;
  height: 38px;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}
.premium-calcalist-paywall-desktop-signin-email .buttons-container .button-base.continue {
  background-color: #DE1A1A;
  color: white;
  border: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-desktop-signin-email .separator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 0.75px;
  margin-top: 50px;
  background-color: #505050;
  position: relative;
}
.premium-calcalist-paywall-desktop-signin-email .separator .text {
  position: absolute;
  background-color: #fcfcfc;
  padding: 0 10px;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.premium-calcalist-paywall-desktop-signin-email .social-signin {
  gap: 20px;
  width: 460px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.premium-calcalist-paywall-desktop-signin-email .social-signin .social-button {
  width: 150px;
  cursor: pointer;
  height: 38px;
  align-items: baseline;
  background-color: #fcfcfc;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 1.5px solid #000;
  font-weight: 700;
}
.premium-calcalist-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-calcalist-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-calcalist-paywall-desktop-signin-email .signup {
  font-size: 17px;
  line-height: 26px;
  text-align: right;
  margin-top: 30px;
}
.premium-calcalist-paywall-desktop-signin-email .signup a {
  font-weight: 700;
  color: #DE1A1A;
  text-decoration: underline;
  cursor: pointer;
}
.premium-calcalist-paywall-desktop-signin-email .newspapper-users {
  margin-top: 15px;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  line-height: 26px;
  align-items: center;
}
.premium-calcalist-paywall-desktop-signin-email .newspapper-users div span {
  font-weight: normal;
}
.premium-calcalist-paywall-desktop-signin-email .newspapper-users .calcalist-label {
  position: relative;
  width: 80px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  margin-right: -4px;
  margin-left: 4px;
  top: 1px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='16' viewBox='0 0 80 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.1666 8.81092V3.44096H35.2831V0.900024H31.9058V6.81312H39.7892V8.52282L36.4572 10.8182C36.4016 10.8583 36.342 10.8972 36.2803 10.9374C35.8196 11.238 35.2378 11.6175 35.2378 13.2127V15.9H38.6151V13.5055L41.5709 11.451C41.6722 11.3807 41.7721 11.3152 41.8697 11.2514C42.584 10.7838 43.1666 10.4025 43.1666 8.81092Z' fill='%23A51C21'/%3E%3Cpath d='M11.2608 15.8576V6.27476C11.2608 4.71147 10.0414 3.441 8.44563 3.441H5.63042V6.81317H7.8835V12.4854H3.37735V3.39378H0V13.0238C0 14.5871 1.21947 15.8576 2.81521 15.8576H11.2608Z' fill='%23A51C21'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8066 13.0238V3.39378H21.2523C22.848 3.39378 24.0675 4.66424 24.0675 6.22753V13.0238C24.0675 14.5871 22.848 15.8576 21.2523 15.8576H15.6219C14.0714 15.9048 12.8066 14.6343 12.8066 13.0238ZM16.1885 12.4854H20.6947V6.81317H16.1885V12.4854Z' fill='%23A51C21'/%3E%3Cpath d='M30.4504 3.39378V10.9221H27.0731V6.61953H25.3822V3.39378H30.4504Z' fill='%23A51C21'/%3E%3Cpath d='M55.3205 6.27943V13.0285C55.3205 14.639 54.1011 15.9095 52.5053 15.8622H44.6218V12.4901H51.9432V6.81784H44.6218V3.44568H52.5053C54.1011 3.44568 55.3205 4.71614 55.3205 6.27943Z' fill='%23A51C21'/%3E%3Cpath d='M67.8008 8.82037V3.44096H59.9173V0.900024H56.54V6.81312H64.4235V8.52282L61.0915 10.8182C61.0402 10.8552 60.9861 10.8911 60.9305 10.928C60.4753 11.2302 59.9173 11.6007 59.9173 13.2127V15.9H63.2947V13.5055L66.2958 11.451C66.3998 11.3701 66.5038 11.2956 66.6057 11.2226C67.2409 10.7676 67.7963 10.3697 67.7963 8.81092L67.8008 8.82037Z' fill='%23A51C21'/%3E%3Cpath d='M80 6.27943V13.0238L79.9955 13.0285C79.9955 14.639 78.7307 15.9095 77.1349 15.8622H69.2514V12.4901H76.5728V6.81784H69.3013V3.44568H77.1848C78.7805 3.44568 80 4.71614 80 6.27943Z' fill='%23A51C21'/%3E%3C/svg%3E%0A");
}
.premium-calcalist-paywall-desktop-signin-email .bottom-logo {
  width: 192px;
  height: 192px;
  position: absolute;
  bottom: 20px;
  right: 34px;
  background-size: contain;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/checkout-plans-logo.png');
}
.premium-calcalist-paywall-desktop-signin-finish {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.premium-calcalist-paywall-desktop-signin-finish .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-signin-finish .title {
  font-size: 38px;
  line-height: 44px;
  text-align: center;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
  margin-bottom: 0;
}
.premium-calcalist-paywall-desktop-signin-finish .subtitle {
  font-size: 16px;
  margin-top: 160px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
}
.premium-calcalist-paywall-desktop-signin-finish .finish-step-icon {
  display: flex;
  width: 192px;
  height: 192px;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/auth-finish-logo.png');
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 30px;
}
.premium-calcalist-paywall-desktop-signin-finish .change-page-message {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 30px;
}
.premium-calcalist-paywall-desktop-signin-finish .change-page-message span {
  color: #DE1A1A;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}
.premium-calcalist-paywall-desktop-signin-password {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.premium-calcalist-paywall-desktop-signin-password .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-signin-password .title {
  color: #000;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: unset;
  font-weight: 700;
  margin-top: 24px;
}
.premium-calcalist-paywall-desktop-signin-password .password-step-icon {
  display: flex;
  width: 172px;
  height: 172px;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/auth-otp-logo.png');
  background-size: contain;
  margin-top: 30px;
}
.premium-calcalist-paywall-desktop-signin-password .subtitle {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.premium-calcalist-paywall-desktop-signin-password .subtitle .bold {
  font-weight: bold;
  margin-right: 3px;
}
.premium-calcalist-paywall-desktop-signin-password .otp {
  display: flex;
  direction: ltr;
  gap: 20px;
  margin-top: 30px;
}
.premium-calcalist-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-calcalist-paywall-desktop-signin-password .avalibale-label {
  font-size: 13px;
  line-height: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 30px;
}
.premium-calcalist-paywall-desktop-signin-password .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.premium-calcalist-paywall-desktop-signin-password .buttons-container .button-base {
  width: 150px;
  cursor: pointer;
  height: 38px;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
}
.premium-calcalist-paywall-desktop-signin-password .buttons-container .button-base.continue {
  background-color: #DE1A1A;
  color: white;
  border: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-desktop-signin-password .buttons-container .button-base.back {
  background-color: transparent;
  color: #DE1A1A;
  border: 1px solid #DE1A1A;
}
.premium-calcalist-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-calcalist-paywall-desktop-signin-password .resend-code-text {
  font-size: 17px;
  line-height: 26px;
  margin-top: 30px;
}
.premium-calcalist-paywall-desktop-signin-password .resend-code-text button {
  color: #DE1A1A;
  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-calcalist-paywall-desktop-signup-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.premium-calcalist-paywall-desktop-signup-email .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-email .title {
  color: #000;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: unset;
  font-weight: 700;
  margin-top: 20px;
}
.premium-calcalist-paywall-desktop-signup-email .subtitle {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  margin-top: 5px;
}
.premium-calcalist-paywall-desktop-signup-email .subtitle .bold {
  color: #DE1A1A;
}
.premium-calcalist-paywall-desktop-signup-email .email-signup {
  width: 460px;
  margin-top: 30px;
  z-index: 1;
  position: relative;
}
.premium-calcalist-paywall-desktop-signup-email .email-signup.error input {
  border-bottom: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-desktop-signup-email .email-signup input {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-align: right;
  width: 100%;
  background-color: #fcfcfc;
  height: 30px;
  padding-right: 10px;
  border: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
.premium-calcalist-paywall-desktop-signup-email .email-signup .error-text {
  margin-top: 6px;
  padding-right: 10px;
  margin-bottom: 0;
  font-size: 13px;
}
.premium-calcalist-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-calcalist-paywall-desktop-signup-email .terms {
  display: flex;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #000;
  flex-direction: column;
  margin-top: 30px;
  z-index: 1;
  width: 460px;
}
.premium-calcalist-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-calcalist-paywall-desktop-signup-email .terms.error .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-calcalist-paywall-desktop-signup-email .terms .inner-container {
  display: inline-grid;
  grid-gap: 5px;
  grid-template-columns: 15px auto;
}
.premium-calcalist-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-calcalist-paywall-desktop-signup-email .terms .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-calcalist-paywall-desktop-signup-email .terms .inner-container a {
  color: #000;
  text-decoration: underline;
}
.premium-calcalist-paywall-desktop-signup-email .terms .inner-container .text {
  height: 32px;
}
.premium-calcalist-paywall-desktop-signup-email .terms .error-text {
  margin-top: unset;
  margin-right: 20px;
}
.premium-calcalist-paywall-desktop-signup-email .terms .error-text a {
  color: #DE1A1A;
}
.premium-calcalist-paywall-desktop-signup-email .error-text {
  font-size: 13px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: unset;
  text-align: right;
  color: #DE1A1A;
}
.premium-calcalist-paywall-desktop-signup-email .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 20px;
}
.premium-calcalist-paywall-desktop-signup-email .buttons-container .button-base {
  width: 150px;
  cursor: pointer;
  height: 38px;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}
.premium-calcalist-paywall-desktop-signup-email .buttons-container .button-base.continue {
  background-color: #DE1A1A;
  color: white;
  border: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-desktop-signup-email .separator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 0.75px;
  margin-top: 40px;
  background-color: #505050;
  position: relative;
}
.premium-calcalist-paywall-desktop-signup-email .separator .text {
  position: absolute;
  background-color: #fcfcfc;
  padding: 0 10px;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.premium-calcalist-paywall-desktop-signup-email .social-signup {
  gap: 20px;
  width: 460px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.premium-calcalist-paywall-desktop-signup-email .social-signup .social-button {
  width: 150px;
  cursor: pointer;
  height: 38px;
  align-items: baseline;
  background-color: #fcfcfc;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 1.5px solid #000;
  font-weight: 700;
}
.premium-calcalist-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-calcalist-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-calcalist-paywall-desktop-signup-email .login {
  font-size: 17px;
  line-height: 26px;
  text-align: right;
  margin-top: 30px;
}
.premium-calcalist-paywall-desktop-signup-email .login a {
  font-weight: 700;
  color: #DE1A1A;
  text-decoration: underline;
  cursor: pointer;
}
.premium-calcalist-paywall-desktop-signup-email .newspapper-users {
  cursor: pointer;
  margin-top: 15px;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  line-height: 26px;
  align-items: center;
}
.premium-calcalist-paywall-desktop-signup-email .newspapper-users .login {
  margin-right: 4px;
}
.premium-calcalist-paywall-desktop-signup-email .newspapper-users .calcalist-label {
  top: 0px;
  position: relative;
  width: 80px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  margin-right: -4px;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='16' viewBox='0 0 80 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.1666 8.81092V3.44096H35.2831V0.900024H31.9058V6.81312H39.7892V8.52282L36.4572 10.8182C36.4016 10.8583 36.342 10.8972 36.2803 10.9374C35.8196 11.238 35.2378 11.6175 35.2378 13.2127V15.9H38.6151V13.5055L41.5709 11.451C41.6722 11.3807 41.7721 11.3152 41.8697 11.2514C42.584 10.7838 43.1666 10.4025 43.1666 8.81092Z' fill='%23A51C21'/%3E%3Cpath d='M11.2608 15.8576V6.27476C11.2608 4.71147 10.0414 3.441 8.44563 3.441H5.63042V6.81317H7.8835V12.4854H3.37735V3.39378H0V13.0238C0 14.5871 1.21947 15.8576 2.81521 15.8576H11.2608Z' fill='%23A51C21'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8066 13.0238V3.39378H21.2523C22.848 3.39378 24.0675 4.66424 24.0675 6.22753V13.0238C24.0675 14.5871 22.848 15.8576 21.2523 15.8576H15.6219C14.0714 15.9048 12.8066 14.6343 12.8066 13.0238ZM16.1885 12.4854H20.6947V6.81317H16.1885V12.4854Z' fill='%23A51C21'/%3E%3Cpath d='M30.4504 3.39378V10.9221H27.0731V6.61953H25.3822V3.39378H30.4504Z' fill='%23A51C21'/%3E%3Cpath d='M55.3205 6.27943V13.0285C55.3205 14.639 54.1011 15.9095 52.5053 15.8622H44.6218V12.4901H51.9432V6.81784H44.6218V3.44568H52.5053C54.1011 3.44568 55.3205 4.71614 55.3205 6.27943Z' fill='%23A51C21'/%3E%3Cpath d='M67.8008 8.82037V3.44096H59.9173V0.900024H56.54V6.81312H64.4235V8.52282L61.0915 10.8182C61.0402 10.8552 60.9861 10.8911 60.9305 10.928C60.4753 11.2302 59.9173 11.6007 59.9173 13.2127V15.9H63.2947V13.5055L66.2958 11.451C66.3998 11.3701 66.5038 11.2956 66.6057 11.2226C67.2409 10.7676 67.7963 10.3697 67.7963 8.81092L67.8008 8.82037Z' fill='%23A51C21'/%3E%3Cpath d='M80 6.27943V13.0238L79.9955 13.0285C79.9955 14.639 78.7307 15.9095 77.1349 15.8622H69.2514V12.4901H76.5728V6.81784H69.3013V3.44568H77.1848C78.7805 3.44568 80 4.71614 80 6.27943Z' fill='%23A51C21'/%3E%3C/svg%3E%0A");
}
.premium-calcalist-paywall-desktop-signup-email .bottom-logo {
  width: 192px;
  height: 192px;
  position: absolute;
  background-size: contain;
  bottom: 20px;
  right: 34px;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/checkout-plans-logo.png');
}
.premium-calcalist-paywall-desktop-signup-finish {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.premium-calcalist-paywall-desktop-signup-finish .title {
  font-size: 38px;
  line-height: 44px;
  text-align: center;
  color: #000;
  margin-top: 20px;
  margin-bottom: 0;
}
.premium-calcalist-paywall-desktop-signup-finish .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-finish .subtitle {
  font-size: 16px;
  margin-top: 160px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
}
.premium-calcalist-paywall-desktop-signup-finish .finish-step-icon {
  display: flex;
  width: 150px;
  height: 150px;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/auth-finish-logo.png');
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 30px;
}
.premium-calcalist-paywall-desktop-signup-finish .change-page-message {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 30px;
}
.premium-calcalist-paywall-desktop-signup-finish .change-page-message span {
  color: #DE1A1A;
  text-decoration: underline;
  cursor: pointer;
}
.premium-calcalist-paywall-desktop-signup-password {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.premium-calcalist-paywall-desktop-signup-password .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-password .password-step-icon {
  display: flex;
  width: 172px;
  height: 172px;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/auth-otp-logo.png');
  background-size: contain;
  margin-top: 30px;
}
.premium-calcalist-paywall-desktop-signup-password .title {
  color: #000;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: unset;
  font-weight: 700;
  margin-top: 24px;
}
.premium-calcalist-paywall-desktop-signup-password .subtitle {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.premium-calcalist-paywall-desktop-signup-password .subtitle .bold {
  font-weight: bold;
  margin-right: 3px;
}
.premium-calcalist-paywall-desktop-signup-password .otp {
  display: flex;
  direction: ltr;
  gap: 20px;
  margin-top: 30px;
}
.premium-calcalist-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-calcalist-paywall-desktop-signup-password .avalibale-label {
  font-size: 13px;
  line-height: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 30px;
}
.premium-calcalist-paywall-desktop-signup-password .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.premium-calcalist-paywall-desktop-signup-password .buttons-container .button-base {
  width: 150px;
  cursor: pointer;
  height: 38px;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
}
.premium-calcalist-paywall-desktop-signup-password .buttons-container .button-base.continue {
  background-color: #DE1A1A;
  color: white;
  border: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-desktop-signup-password .buttons-container .button-base.back {
  background-color: transparent;
  color: #DE1A1A;
  border: 1px solid #DE1A1A;
}
.premium-calcalist-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-calcalist-paywall-desktop-signup-password .resend-code-text {
  font-size: 17px;
  line-height: 26px;
  margin-top: 30px;
}
.premium-calcalist-paywall-desktop-signup-password .resend-code-text button {
  color: #DE1A1A;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.calcalist {
  counter-reset: numbered-header-counter 0;
}
.calcalist.musaf .trinity-player-iframe-wrapper {
  margin-bottom: 30px;
}
.calcalist .calcalistArticleComponenta {
  position: relative;
  padding-right: 126px;
  padding-left: 175px;
  padding-top: 14px;
  padding-bottom: 20px;
  background: #fff;
}
.calcalist .calcalistArticleComponenta .YoutubeCaption {
  margin-bottom: 25px;
}
.calcalist .calcalistArticleComponenta.wide {
  width: 1058px;
  padding-right: 116px;
  padding-left: 37px;
}
.calcalist .calcalistArticleComponenta.wide img {
  width: 100%;
  max-width: 1058px;
}
.calcalist .calcalistArticleComponenta .calcalistArticleHeader {
  background-color: #fff;
}
.calcalist .calcalistArticleComponenta .calcalistArticleHeader .calcalistArticleHeader_title,
.calcalist .calcalistArticleComponenta .calcalistArticleHeader .mainTitle {
  margin: 0;
}
.calcalist .calcalistArticleComponenta .calcalistArticleHeader .calcalistArticleHeader_title .roof,
.calcalist .calcalistArticleComponenta .calcalistArticleHeader .mainTitle .roof {
  display: block;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  font-size: 20px;
  margin-bottom: 3px;
  color: #C82027;
}
.calcalist .calcalistArticleComponenta .calcalistArticleHeader .calcalistArticleHeader_title .title,
.calcalist .calcalistArticleComponenta .calcalistArticleHeader .mainTitle .title {
  display: block;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  font-size: 46px;
  line-height: 42px;
  text-align: right;
  font-weight: bold;
  padding: 0;
  direction: rtl;
  margin: 0;
}
.calcalist .calcalistArticleComponenta .calcalistArticleHeader .calcalistArticleHeader_subtitle,
.calcalist .calcalistArticleComponenta .calcalistArticleHeader .subTitle {
  font-size: 20px;
  line-height: 29px;
  text-align: right;
  font-weight: normal;
  direction: rtl;
  margin: 11px 0 5px 0;
  color: #696969;
}
.calcalist .calcalistArticleComponenta .calcalistArticleHeader .calcalistArticleHeader_footer {
  line-height: 25px;
  text-align: right;
  font-weight: normal;
}
.calcalist .calcalistArticleComponenta .calcalistArticleHeader .calcalistArticleHeader_footer .authors {
  font-size: 16px;
  margin: 0 0 0 10px;
  float: right;
  line-height: 25px;
  font-weight: bold;
}
.calcalist .calcalistArticleComponenta .calcalistArticleHeader .calcalistArticleHeader_footer .authors a,
.calcalist .calcalistArticleComponenta .calcalistArticleHeader .calcalistArticleHeader_footer .authors a:hover {
  text-decoration: none;
  color: inherit;
}
.calcalist .calcalistArticleComponenta .calcalistArticleHeader .calcalistArticleHeader_footer .date {
  font-size: 14px;
  direction: ltr;
  display: inline-block;
  color: #969696;
}
.calcalist .calcalistArticleComponenta .text_editor_paragraph {
  margin: 0;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: initial;
  padding-bottom: 16px;
}
.calcalist .calcalistArticleComponenta .text_editor_paragraph.text_editor_indent {
  display: block;
  margin-right: 50px;
}
.calcalist .calcalistArticleComponenta .text_editor_paragraph.text_editor_indent.ltr {
  margin-right: initial !important;
  margin-left: 50px !important;
}
.calcalist .calcalistArticleComponenta .unstyled_big_first_letter.text_editor_paragraph div::first-letter {
  margin: 0 0 0 8px;
  font-family: ShualSerifLight;
  font-size: 100px;
  line-height: 60px;
  margin-top: 0.1em;
  float: right;
}
.calcalist .calcalistArticleComponenta .text_editor_block_quote {
  font-family: ShualSerifRegular;
  font-size: 24px;
  width: 228px;
  line-height: 25px;
  float: right;
  padding: 20px 0 20px 0;
  border-bottom: 5px solid #ebebeb;
  border-top: 5px solid #ebebeb;
  margin: 20px 0 20px 20px;
}
.calcalist .calcalistArticleComponenta .text_editor_block_quote.wide {
  width: 100%;
  margin: 24px 0 24px 0;
  float: none;
}
.calcalist .calcalistArticleComponenta .art-action-wrp {
  min-height: 100px;
  width: 125px;
  list-style: none;
  direction: ltr;
  margin-right: -125px;
  top: 0;
  height: 100%;
  position: absolute;
}
.calcalist .calcalistArticleComponenta .art-action-wrp .art-action {
  list-style: none;
  margin: 0;
  padding: 45px 0;
  position: absolute;
}
.calcalist .calcalistArticleComponenta .art-action-wrp .art-action .share-icon {
  background-image: url(https://www.calcalist.co.il/images/1280/article/spriteCTech.png);
  width: 45px;
  height: 46px;
  margin: 0 0 10px 0;
  cursor: pointer;
}
.calcalist .calcalistArticleComponenta .art-action-wrp .art-action .talkback {
  background-position: 0px 0px;
}
.calcalist .calcalistArticleComponenta .art-action-wrp .art-action .email {
  background-position: 0px 269px;
}
.calcalist .calcalistArticleComponenta .art-action-wrp .art-action .print {
  background-position: 0px 103px;
}
.calcalist .calcalistArticleComponenta .art-action-wrp .art-action .facebook {
  background-position: 0px 214px;
}
.calcalist .calcalistArticleComponenta .art-action-wrp .art-action .twitter {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E %3Cdefs%3E %3Cstyle%3E .cls-1, .cls-2 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Ccircle class='cls-1' cx='27.5' cy='27.5' r='27.5'/%3E %3Cg id='layer1'%3E %3Cpath id='path1009' class='cls-2' d='m14.56,15.33l10.04,13.42-10.1,10.91h2.27l8.84-9.55,7.15,9.55h7.74l-10.6-14.18,9.4-10.16h-2.27l-8.14,8.8-6.58-8.8h-7.74Zm3.34,1.67h3.55l15.7,20.99h-3.55l-15.7-20.99Z'/%3E %3C/g%3E %3C/svg%3E") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.calcalist .calcalistArticleComponenta .art-action-wrp .art-action .whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_153' data-name='Group 153' xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68'%3E %3Cg id='Group_163' data-name='Group 163'%3E %3Cg id='Group_152' data-name='Group 152'%3E %3Crect id='Rectangle_56' data-name='Rectangle 56' width='68' height='68' rx='34' fill='%2321cc47'/%3E %3C/g%3E %3Cpath id='Icon_simple-whatsapp' data-name='Icon simple-whatsapp' d='M22.179,18.23c-.382-.19-2.24-1.1-2.586-1.224s-.6-.19-.853.19-.977,1.222-1.2,1.473-.442.266-.819.1a10.287,10.287,0,0,1-3.046-1.882,11.5,11.5,0,0,1-2.1-2.624c-.221-.38-.024-.589.165-.78.172-.171.382-.437.572-.663a3.213,3.213,0,0,0,.376-.629.7.7,0,0,0-.032-.664c-.1-.19-.852-2.053-1.169-2.8s-.617-.646-.852-.646c-.218-.019-.47-.019-.724-.019a1.429,1.429,0,0,0-1.01.455,4.232,4.232,0,0,0-1.325,3.137,7.416,7.416,0,0,0,1.545,3.9,16.9,16.9,0,0,0,6.464,5.685c.905.38,1.61.608,2.16.8a5.244,5.244,0,0,0,2.383.153,3.9,3.9,0,0,0,2.555-1.808,3.138,3.138,0,0,0,.228-1.806c-.094-.171-.342-.266-.722-.437m-6.9,9.434h-.02A12.68,12.68,0,0,1,8.86,25.82L8.4,25.548,3.651,26.784l1.274-4.62-.3-.475A12.571,12.571,0,0,1,24.2,6.181a12.407,12.407,0,0,1,3.687,8.86A12.587,12.587,0,0,1,15.3,27.57M26.01,4.372A15.39,15.39,0,0,0,15.267,0,15.071,15.071,0,0,0,2.15,22.61L0,30.421l8.03-2.094a15.289,15.289,0,0,0,7.238,1.834h.008A15.134,15.134,0,0,0,30.421,15.082a14.95,14.95,0,0,0-4.43-10.661' transform='translate(18.789 18.793)' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.calcalist .calcalistArticleComponenta .art-action-wrp .art-action .CommercialLink {
  width: 44px;
  height: 44px;
  margin: 0 0 10px 0;
  cursor: pointer;
}
.calcalist .calcalistArticleComponenta .stockLink {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  font-size: 16px;
  white-space: nowrap;
}
.calcalist .calcalistArticleComponenta .stockLinkInlineInfoWrapper {
  white-space: nowrap;
  display: inline-block;
  margin: 0 4px 0 0 !important;
}
.calcalist .calcalistArticleComponenta .stockLinkInlineInfoWrapper * {
  display: inline-block;
  text-decoration: none !important;
}
.calcalist .calcalistArticleComponenta .stockLinkInlineInfoWrapper span {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  line-height: 24px;
}
.calcalist .calcalistArticleComponenta .stockLinkInlineInfoWrapper .si-brk-open,
.calcalist .calcalistArticleComponenta .stockLinkInlineInfoWrapper .si-brk-close {
  color: #000;
}
.calcalist .calcalistArticleComponenta .stockLinkInlineInfoWrapper .si-info-img {
  margin: 0 2px;
  border: none;
  outline: none;
}
.calcalist .calcalistArticleComponenta .stockLinkInlineInfoWrapper .si-value {
  font-weight: bold;
}
.calcalist .calcalistArticleComponenta .stockLinkInlineInfoWrapper .si-info-img-up,
.calcalist .calcalistArticleComponenta .stockLinkInlineInfoWrapper .si-info-img-down {
  margin: 0 2px;
  border: none;
  outline: none;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}
.calcalist .calcalistArticleComponenta .stockLinkInlineInfoWrapper .si-info-positive {
  direction: ltr;
  display: inline-block;
  color: #23A31A;
}
.calcalist .calcalistArticleComponenta .stockLinkInlineInfoWrapper .si-info-negative {
  direction: ltr;
  display: inline-block;
  color: #C82027;
}
.calcalist .calcalistArticleComponenta .stockLinkInlineInfoWrapper .si-value-percent {
  font-weight: bold;
}
.calcalist .calcalistArticleComponenta .CalcalistArticleBodyImageTitleComponenta {
  width: 125% !important;
  margin-bottom: 15px;
}
.calcalist .calcalistArticleComponenta .CalcalistArticleBodyImageTitleComponenta .textAndImage {
  border-top: 5px solid #ebebeb;
  border-bottom: 5px solid #ebebeb;
  padding: 25px 0;
  position: relative;
  display: flex;
  flex-flow: row-reverse nowrap;
  margin-bottom: 5px;
  gap: 25px;
  box-sizing: border-box;
}
.calcalist .calcalistArticleComponenta .CalcalistArticleBodyImageTitleComponenta .textAndImage .image-container {
  display: flex;
  flex-direction: column;
  height: 50%;
  width: 386px;
}
.calcalist .calcalistArticleComponenta .CalcalistArticleBodyImageTitleComponenta .textAndImage img {
  height: 50%;
  width: 386px;
}
.calcalist .calcalistArticleComponenta .CalcalistArticleBodyImageTitleComponenta .textAndImage > * {
  width: 50%;
}
.calcalist .calcalistArticleComponenta .CalcalistArticleBodyImageTitleComponenta .textAndImage .textSection {
  display: flex;
  flex-flow: column nowrap;
  font-family: 'ShualSerifRegular';
  font-size: 24px;
  line-height: 25px;
  color: #756d6c;
}
.calcalist .calcalistArticleComponenta .CalcalistArticleBodyImageTitleComponenta .textAndImage .textSection > * {
  margin-bottom: 5px;
}
.calcalist .calcalistArticleComponenta .CalcalistArticleBodyImageTitleComponenta .textAndImage .textSection .line {
  display: none;
  width: 72px;
  height: 20px;
  float: right;
  background-color: #6dcff6;
}
.calcalist .calcalistArticleComponenta .CalcalistArticleBodyImageTitleComponenta .textAndImage .textSection .text.IsBlock {
  font-family: ShualSerifRegular;
  font-size: 24px;
  line-height: 25px;
  color: #756d6c;
}
.calcalist .calcalistArticleComponenta .CalcalistArticleBodyImageTitleComponenta .captionAndCredit {
  font-family: "Open Sans Hebrew";
  display: flex;
  flex-flow: row nowrap;
  color: #000;
}
.calcalist .calcalistArticleComponenta .CalcalistArticleBodyImageTitleComponenta .captionAndCredit .caption {
  font-weight: bold;
}
.calcalist .calcalistArticleComponenta .CalcalistArticleBodyImageTitleComponenta .captionAndCredit > * {
  font-size: 12px;
  line-height: 19.55px;
  text-align: right;
}
.calcalist .calcalistArticleComponenta .ArticleBodyComponent {
  font-size: 17px;
}
.calcalist .calcalistArticleComponenta .ArticleBodyComponent ol,
.calcalist .calcalistArticleComponenta .ArticleBodyComponent ul {
  line-height: 25px;
}
.calcalist .calcalistArticleComponenta .ArticleBodyComponent .articleVideoComponenta {
  font-size: unset;
  line-height: 0;
}
.calcalist .calcalistArticleComponenta .ArticleBodyComponent .iframeCaption {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #000;
}
.calcalist .text_editor_magazine_header {
  padding: 15px 0px 10px;
  font-family: ShualSerifBold;
  font-size: 27px;
  display: flex;
  align-items: center;
  clear: both;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .calcalist .text_editor_magazine_header {
    margin-bottom: 0 !important;
    line-height: 1px;
  }
}
.calcalist .text_editor_magazine_header > div {
  position: relative;
  top: 3px;
  line-height: 20px;
}
.calcalist .text_editor_magazine_header > div.large:before {
  content: none;
}
.calcalist .text_editor_magazine_header:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 20px;
  margin-right: 5px;
  background: #000000;
  margin-left: 15px;
  flex-shrink: 0;
  align-self: baseline;
}
.calcalist .text_editor_magazine_header.small {
  font-family: ShualSerifRegular;
  font-size: 24px;
}
.calcalist .text_editor_magazine_header.small > div {
  position: initial;
}
.calcalist .text_editor_magazine_header.small.second {
  font-size: 20px;
}
.calcalist .text_editor_magazine_header.small.first {
  font-size: 20px;
}
.calcalist .text_editor_magazine_header.first {
  padding-top: 15px;
  padding-bottom: 0px;
}
.calcalist .text_editor_magazine_header.second {
  padding-top: 0px;
  padding-bottom: 10px;
}
.calcalist .text_editor_magazine_header.second > div {
  position: relative;
  top: 3px;
}
.calcalist .text_editor_magazine_header.large:before {
  content: none;
}
.calcalist .text_editor_magazine_header.large.first:before,
.calcalist .text_editor_magazine_header.large.second:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 20px;
  margin-right: 5px;
  background: #000000;
  margin-left: 15px;
  flex-shrink: 0;
  align-self: baseline;
}
.calcalist .text_editor_numbered_header {
  font-size: 24px;
  font-family: 'ShualBold';
}
.calcalist .text_editor_numbered_header > div {
  display: inline;
}
.calcalist .text_editor_numbered_header:before {
  counter-increment: numbered-header-counter 1;
  content: counter(numbered-header-counter) ". ";
  font-size: 40px;
  font-family: 'ShualBold';
  display: inline-block;
  line-height: 40px;
  padding: 15px 0 10px;
}
.calcalist .magazine_header_big_text {
  font-size: 20px;
}
.calcalist .magazine_header_small_text {
  font-size: 14px;
}
.calcalist .DesktopModeContainer .calcalistArticleComponenta {
  width: 890px;
}
.calcalist .DesktopModeContainer .text_editor_magazine_header {
  height: 40px;
}
.calcalist .DesktopModeContainer .text_editor_magazine_header.second {
  padding-top: 6px;
}
.calcalist .Calcalist-Article-Top-Story {
  background-color: white;
  z-index: 1;
  position: relative;
  margin-bottom: -25px;
}
.calcalist .Calcalist-Article-Top-Story .calcalistArticleTopStoryVideoLive .videoLiveIframe {
  margin-inline-start: 125px;
}
.calcalist .Calcalist-Article-Top-Story .calcalistArticleTopStoryVideoLive .video-js.inlinePlayer.vjs-v7,
.calcalist .Calcalist-Article-Top-Story .calcalistArticleTopStoryVideoLive .video-js.inlinePlayer.vjs-v6 {
  width: 82%;
  /* 56.25% "magic padding" x 82% width*/
  padding-top: 46.25%;
  margin: auto;
}
.calcalist .CalcalistArticleTopStoryLinkedImage {
  width: 590px;
  margin-right: 125px;
  padding-top: 40px;
  background-color: white;
  position: relative;
  z-index: 1;
}
.calcalist .CalcalistArticleTopStoryLinkedImage img {
  height: auto;
  border: 0;
}
.calcalist .CalcalistArticleTopStoryLinkedImage .imageDetails {
  display: inline-block;
  margin-top: 5px;
  color: #000;
  text-decoration: none;
}
.calcalist_musaf .calcalistArticleComponenta {
  width: 760px;
  padding-left: 0;
}
.calcalist_musaf .ArticleBodyComponent {
  border-left: 1px solid #a4a69a;
  padding-left: 164px;
}
.calcalist_musaf .calcalistArticleHyperLinkComponenta {
  width: 228px ! important;
  padding: 10px ! important;
  box-sizing: border-box;
  border: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #E5E3DA;
  font-size: unset !important;
}
.calcalist_musaf .calcalistArticleHyperLinkComponenta a,
.calcalist_musaf .calcalistArticleHyperLinkComponenta a:hover {
  text-decoration: none;
  color: inherit;
}
.calcalist_musaf .calcalistArticleHyperLinkComponenta .header {
  border-bottom: 0;
  font-size: 24px!important;
  color: #000!important;
  font-family: 'ShualBold';
  background: none;
  line-height: 0.9;
  text-align: center;
  font-weight: 600;
}
.calcalist_musaf .calcalistArticleHyperLinkComponenta .titleWrapper:hover {
  text-decoration: none !important;
  cursor: pointer;
}
.calcalist_musaf .calcalistArticleHyperLinkComponenta .title {
  font-size: 45px!important;
  font-weight: bold;
  color: #000!important;
  margin-bottom: 10px;
  font-family: ShualSerifBold;
  line-height: 19px;
  text-align: center;
}
.calcalist_musaf .calcalistArticleHyperLinkComponenta .subtitle {
  text-align: center;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  font-size: 17px !important;
  line-height: 25px !important;
}
.calcalist_musaf .link {
  left: unset !important;
  height: auto !important;
}
.calcalist_musaf .link > div:not(.linkIcon) {
  display: none;
}
.calcalist_musaf .link .linkIcon {
  box-shadow: unset !important;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%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='28px' height='28px' viewBox='0 0 28 28' enable-background='new 0 0 28 28' xml:space='preserve'%3E %3Cg%3E %3Cdefs%3E %3Crect id='SVGID_1_' x='0.423' y='0.423' width='27.154' height='27.154'/%3E %3C/defs%3E %3CclipPath id='SVGID_2_'%3E %3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E %3C/clipPath%3E %3Cpath clip-path='url(%23SVGID_2_)' fill='%23231F20' d='M27.577,14c0-7.496-6.082-13.578-13.577-13.578 C6.504,0.422,0.422,6.504,0.422,14c0,7.495,6.082,13.577,13.578,13.577C21.495,27.577,27.577,21.495,27.577,14 M23.052,15.132 c0,0.618-0.514,1.131-1.131,1.131h-8.875l3.341,3.342c0.212,0.212,0.317,0.495,0.317,0.795c0,0.301-0.105,0.584-0.317,0.796 l-1.609,1.609c-0.212,0.212-0.495,0.317-0.795,0.317c-0.301,0-0.583-0.105-0.796-0.317l-6.399-6.4l-1.609-1.608 C4.966,14.583,4.86,14.301,4.86,14s0.106-0.583,0.318-0.795l1.609-1.609l6.399-6.399c0.213-0.212,0.495-0.319,0.796-0.319 c0.3,0,0.583,0.107,0.795,0.319l1.609,1.608c0.212,0.213,0.336,0.495,0.336,0.796c0,0.3-0.124,0.583-0.336,0.795l-3.341,3.342 h8.875c0.617,0,1.131,0.512,1.131,1.131V15.132z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 28px !important;
  height: 28px !important;
  margin: 5px auto!important;
  position: unset!important;
  right: unset!important;
  top: unset !important;
}
.calcalistArticleHyperLinkComponenta {
  width: 203px !important;
  line-height: 17px !important;
  border: 1px solid #c8c7c2;
  background: #f7f7f5;
  font-family: 'Open Sans Hebrew', 'Arial (Hebrew)', 'David (Hebrew)', 'Courier New (Hebrew)';
  font-size: 12px !important;
  color: #000000;
  text-align: right;
  float: left;
  display: block;
  padding: 2px 5px 2px 8px !important;
  margin: 2px 10px 5px 0;
}
.calcalistArticleHyperLinkComponenta .header {
  font-size: 12px !important;
  font-weight: bold;
  color: #606056;
  text-align: center;
  display: block;
  width: 100%;
  background: url(/Story/Images/Story_Seporator.jpg) repeat-x bottom;
  padding-bottom: 5px !important;
}
.calcalistArticleHyperLinkComponenta .title {
  display: block;
  color: #043D89 !important;
  font-size: 16px !important;
  font-weight: bold;
  text-align: right;
  margin: 5px 0 !important;
  line-height: 19px;
}
.calcalistArticleHyperLinkComponenta .subtitle {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  line-height: 17px !important;
}
.calcalistArticleHyperLinkComponenta .author {
  margin: 0px;
  padding: 0px;
  display: block;
  color: #93948e;
  font-size: 11px !important;
  margin-top: 3px !important;
  line-height: 17px !important;
}
.calcalistArticleHyperLinkComponenta .link {
  position: relative;
  height: 22px;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-end;
  left: 15px;
  text-align: left;
  color: #606056;
  font-family: 'Open Sans Hebrew', 'Arial (Hebrew)', 'David (Hebrew)', 'Courier New (Hebrew)';
  font-size: 12px !important;
  text-decoration: none !important;
  line-height: 17px !important;
}
.calcalistArticleHyperLinkComponenta .link .linkIcon {
  top: 4px;
  position: relative;
  right: 14px;
  height: 1px;
  width: 1px;
  box-shadow: #feffff 0 0, #fffffd 1px 0, #8facbe 2px 0, #8dadc2 3px 0, #8ca9b7 4px 0, #88acc2 5px 0, #90b1c4 6px 0, #8aadc1 7px 0, #8dadc2 8px 0, #8eadc1 9px 0, #8facbe 10px 0, #f6feff 0 1px, #8eadc2 1px 1px, #90a4af 2px 1px, #92acbb 3px 1px, #8cb0c6 4px 1px, #94aebb 5px 1px, #90acba 6px 1px, #88a8bd 7px 1px, #8baabe 8px 1px, #8fabc0 9px 1px, #8facbe 10px 1px, #94aab8 0 2px, #8cb0c8 1px 2px, #91b1c6 2px 2px, #8bacbf 3px 2px, #c5d6dd 4px 2px, #f4fdfc 5px 2px, #93b0c2 6px 2px, #87aac0 7px 2px, #8baec4 8px 2px, #86a9bf 9px 2px, #8baec4 10px 2px, #88b0ca 0 3px, #90a7b5 1px 3px, #85a8be 2px 3px, #c5dbe6 3px 3px, #f8fdf9 4px 3px, #c7d6dd 5px 3px, #92a9b7 6px 3px, #8faec3 7px 3px, #94b1c3 8px 3px, #8baabe 9px 3px, #8eaec3 10px 3px, #86abc5 0 4px, #90adbd 1px 4px, #afc0c7 2px 4px, #fcfdf7 3px 4px, #c3d4db 4px 4px, #8faabb 5px 4px, #9caab3 6px 4px, #8aa9be 7px 4px, #91a7b4 8px 4px, #96adbb 9px 4px, #92acbb 10px 4px, #99acba 0 5px, #8cacc3 1px 5px, #8ca2ad 2px 5px, #c9dce3 3px 5px, #f5ffff 4px 5px, #d0d6d6 5px 5px, #8facbc 6px 5px, #89aec8 7px 5px, #89a9be 8px 5px, #91b1c6 9px 5px, #86a6bb 10px 5px, #97aab8 0 6px, #8cabbf 1px 6px, #89aec8 2px 6px, #84acc5 3px 6px, #cad3d2 4px 6px, #fefffb 5px 6px, #7da1b7 6px 6px, #8ab2cb 7px 6px, #89b1cb 8px 6px, #83a8c2 9px 6px, #93b3c8 10px 6px, #85aac7 0 7px, #8fafc6 1px 7px, #8babc0 2px 7px, #95abb8 3px 7px, #8cadbe 4px 7px, #84aabf 5px 7px, #9eb2bb 6px 7px, #8ba8b8 7px 7px, #92acbb 8px 7px, #98acb7 9px 7px, #f5ffff 10px 7px, #8dacc0 0 8px, #8dacc0 1px 8px, #8dacc0 2px 8px, #8dacc0 3px 8px, #8dacc0 4px 8px, #8dacc0 5px 8px, #8dacc0 6px 8px, #8dacc0 7px 8px, #8aadc1 8px 8px, #fffffb 9px 8px, #fff 10px 8px;
}
.calcalistArticleHyperLinkComponenta .titleWrapper,
.calcalistArticleHyperLinkComponenta .subtitleWrapper,
.calcalistArticleHyperLinkComponenta .linkWrapper {
  text-decoration: none;
}
.calcalistArticleHyperLinkComponenta .titleWrapper:hover {
  text-decoration: underline;
}
.calcalistArticleHyperLinkComponenta .titleWrapper:hover:hover {
  color: #043D89 !important;
}
.calcalistArticleHyperLinkComponenta .subtitleWrapper {
  color: black !important;
}
.calcalistStockRecommend {
  width: 183px !important;
  background-color: #ffffed;
  float: left;
  margin: 10px 10px 10px 0;
}
.calcalistStockRecommend .dotted-line {
  width: 100%;
  height: 7px;
  background: url("https://www.calcalist.co.il/Images/I-Invest/StockQuote/LeftBox_DottedLine.gif") no-repeat;
  overflow: hidden;
}
.calcalistStockRecommend .stock-link-box {
  border: 1px solid #cac8bb;
  border-top: unset;
  direction: rtl;
  text-align: left;
  color: black;
  padding-left: 12px;
  padding-top: 2px;
  padding-bottom: 1px;
}
.calcalistStockRecommend .stock-link-box a {
  color: #043D89 !important;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
.calcalistStockRecommend .vote-box {
  border: 1px solid #cac8bb;
  border-bottom: unset;
  position: relative;
}
.calcalistStockRecommend .vote-box .title {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  padding: 2px 3px 0px 3px;
  text-align: center;
}
.calcalistStockRecommend .vote-box .points-box {
  display: flex;
  justify-content: space-around;
  list-style: none;
  position: relative;
  border-bottom: unset;
  padding-top: 5px;
}
.calcalistStockRecommend .vote-box .points-box .items-line {
  width: 95%;
  border-bottom: 1px solid #cac7b9;
  position: absolute;
  width: 80%;
  z-index: 0;
  top: 29%;
}
.calcalistStockRecommend .vote-box .points-box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  z-index: 1;
}
.calcalistStockRecommend .vote-box .points-box .item .item-point {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: white;
  cursor: pointer;
}
.calcalistStockRecommend .vote-box .points-box .item .item-text {
  font-size: 10px;
  line-height: 9px;
  text-align: center;
  padding-top: 2px;
}
.calcalistDoubleImgItem {
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding-inline-start: 0;
}
.calcalistDoubleImgItem .ArticleImageComponenta {
  position: relative;
  list-style: none;
  width: 285px;
}
.calcalistDoubleImgItem img[style] {
  width: 285px !important;
  height: 335px;
}
.calcalistDoubleImgItem .ImageCredit {
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
.calcalistPhotoGalleryItem ol {
  list-style-type: none;
  padding: 0;
}
.calcalistPhotoGalleryItem ol li {
  margin: 24px 0 0 0;
}
.calcalistPhotoGalleryItem ol li img {
  margin: 0 0 10px 0;
  width: 125% !important;
}
.calcalistPhotoGalleryItem ol li .dataRow {
  display: inline-flex;
  flex-direction: row;
  align-items: start;
  width: 100%;
}
.calcalistPhotoGalleryItem ol li .dataRow .dataCol {
  display: inline-flex;
  flex-direction: column;
}
.calcalistPhotoGalleryItem ol li .dataRow .dataCol > a {
  FONT-SIZE: 12pt;
  font-family: 'Open Sans Hebrew';
  line-height: 1;
}
.calcalistPhotoGalleryItem ol li .dataRow .dataCol .description {
  padding: 0 0 0 10px;
  FONT-SIZE: 12pt;
  font-family: 'Open Sans Hebrew';
  LINE-HEIGHT: 150%;
  color: #000000;
  direction: rtl;
  max-height: 70px;
  overflow: hidden;
}
.calcalistPhotoGalleryItem ol li .dataRow .numericOrder {
  font-family: 'Roboto', sans-serif;
  color: #59bcc5;
  font-size: 42px;
  direction: rtl;
  font-weight: bold;
  float: right;
  line-height: 38px;
  margin: 0 0 0 5px;
}
.calcalistReadMoreBullets .calcalistReadMoreBullets_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.calcalistReadMoreBullets .calcalistReadMoreBullets_manual_list {
  margin: 0 18px 5px 18px;
  padding: 0px;
  font-size: 16px;
}
.calcalistReadMoreBullets .calcalistReadMoreBullets_manual_list .calcalistReadMoreBullets_manual_list_item {
  color: #C82027;
  line-height: 22px;
}
.calcalistReadMoreBullets .calcalistReadMoreBullets_manual_list .calcalistReadMoreBullets_manual_list_item a,
.calcalistReadMoreBullets .calcalistReadMoreBullets_manual_list .calcalistReadMoreBullets_manual_list_item span {
  text-decoration: underline;
  color: #000000;
}
.calcalistReadMoreBullets .calcalistReadMoreBullets_manual_list .calcalistReadMoreBullets_manual_list_item.isOver {
  background-color: #59c7fc;
}
.calcalistReadMoreBullets.Ctech .calcalistReadMoreBullets_title {
  font-family: 'OpenSans';
}
.calcalistReadMoreBullets.Ctech .calcalistReadMoreBullets_manual_list .calcalistReadMoreBullets_manual_list_item {
  text-align: left;
}
.calcalistReadMoreBullets.Ctech .calcalistReadMoreBullets_manual_list .calcalistReadMoreBullets_manual_list_item a,
.calcalistReadMoreBullets.Ctech .calcalistReadMoreBullets_manual_list .calcalistReadMoreBullets_manual_list_item span {
  font-family: 'OpenSans';
}
.calcalistCartoonImageComponenta .tab {
  color: #7C97C2;
  font-size: 24px;
  min-height: 25px;
  font-family: 'ShualBold';
  margin-bottom: 16px;
  background-color: #EBEBEB;
}
.calcalistCartoonImageComponenta .caricature {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  background-color: white;
}
.BuzzArticleComponenta {
  display: flex;
  flex-direction: column;
  height: 830px;
  background: #fff;
}
.BuzzArticleComponenta .buzzTab {
  flex-shrink: 0;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  background-color: #fff;
  height: 41px;
  padding: 8px 14px 0px 0px;
  color: #C82027;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  box-sizing: border-box;
}
.BuzzArticleComponenta .contentArea {
  padding: 0 0 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.BuzzArticleComponenta .contentArea .mediaArea {
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.BuzzArticleComponenta .contentArea .mediaArea img {
  width: 100%;
}
.BuzzArticleComponenta .contentArea .rightItems,
.BuzzArticleComponenta .contentArea .leftItems {
  display: flex;
  flex-direction: column;
}
.BuzzArticleComponenta .contentArea .leftItems {
  width: 270px;
  margin-left: 14px;
}
.BuzzArticleComponenta .contentArea .leftItems .slotItem {
  height: 260px;
}
.BuzzArticleComponenta .contentArea .rightItems {
  margin-right: 14px;
  width: 566px;
}
.BuzzArticleComponenta .contentArea .bottomItems {
  display: flex;
}
.BuzzArticleComponenta .contentArea .bottomItems .slotItem {
  width: 270px;
  margin-left: 12px;
  margin-right: 14px;
}
.BuzzArticleComponenta .contentArea .slotItem {
  display: flex;
  flex-direction: column;
}
.BuzzArticleComponenta .contentArea .slotItem .mediaArea {
  width: 270px;
  height: 146px;
  flex-shrink: 0;
}
.BuzzArticleComponenta .contentArea .slotItem .mediaArea .MediaCarousel,
.BuzzArticleComponenta .contentArea .slotItem .mediaArea img {
  width: 100%;
  height: 100%;
}
.BuzzArticleComponenta .contentArea .slotItem .textDiv {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.BuzzArticleComponenta .contentArea .slotItem .textDiv a,
.BuzzArticleComponenta .contentArea .slotItem .textDiv a:hover {
  text-decoration: none;
}
.BuzzArticleComponenta .contentArea .slotItem .textDiv .slotTitle {
  overflow: hidden;
  font-size: 20px;
  line-height: 20px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  max-height: 62px;
  margin: 5px 0px 1px 0px;
  color: #000;
}
.BuzzArticleComponenta .contentArea .slotItem .textDiv .moreDetails {
  color: #969696;
  font-size: 12px;
}
.BuzzArticleComponenta .contentArea .slotItem .textDiv .moreDetails .dateView {
  font-weight: bold;
  font-size: 10px;
  margin-left: 5px;
}
.BuzzArticleComponenta .contentArea .slotItem.mainArticle {
  height: 401px;
}
.BuzzArticleComponenta .contentArea .slotItem.mainArticle .mediaArea {
  width: 566px;
  height: 280px;
}
.BuzzArticleComponenta .contentArea .slotItem.mainArticle .slotTitle {
  max-height: 79px;
  margin: 5px 0px 0px 0px;
  font-size: 26px;
  line-height: 1;
}
.leftAndRightTransitionAnimation,
.ArticleCalcalistSlider .articlesList {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.ArticleCalcalistSlider {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  padding: 0 15px;
}
.ArticleCalcalistSlider > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ArticleCalcalistSlider button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 36%;
  border: 0;
}
.ArticleCalcalistSlider button.arrowLeft {
  left: 0;
  background: url(https://www.calcalist.co.il/images/1280/slider/arrow_carusela_prev.png) no-repeat transparent;
}
.ArticleCalcalistSlider button.arrowRight {
  right: 0;
  background: url(https://www.calcalist.co.il/images/1280/slider/arrow_carusela_next.png) no-repeat transparent;
}
.ArticleCalcalistSlider .articlesList {
  overflow: hidden;
  background: #fff;
  height: 116px;
  padding: 8px 0;
  width: 2600px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.ArticleCalcalistSlider .articlesList .articleItem {
  border: 0px;
  display: inline-block;
  padding: 10px 5px;
  width: 295px;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
}
.ArticleCalcalistSlider .articlesList .articleItem:hover {
  text-decoration: none;
}
.ArticleCalcalistSlider .articlesList .articleItem img {
  width: 148px;
  height: 80px;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ArticleCalcalistSlider .articlesList .articleItem .textArea {
  flex-grow: 1;
  padding: 0 10px 0 0;
}
.ArticleCalcalistSlider .articlesList .articleItem .textArea .title {
  line-height: 18px;
  font-size: 15px;
  max-height: 56px;
  overflow: hidden;
  font-weight: bold;
  color: #000;
}
.ArticleCalcalistSlider .articlesList .articleItem .textArea .author {
  line-height: 11px;
  font-size: 11px;
  max-height: 20px;
  overflow: hidden;
  padding-top: 5px;
  color: #696969;
}
.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;
}
.article-commercial-video-component {
  width: 580px;
  height: 326px;
}
.article-commercial-video-component .no-videos {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  font-size: 20px;
}
.article-commercial-video-component .article-commercial-video-player .flowplayer {
  width: 580px;
  height: 326px;
}
@import '~normalize.css';
@import 'global/icons/iconsStyle.css';
/** all z-index values should be placed here */
@import "assets/fonts/OpenSansHebrew/opensanshebrew.css";
.g-section-wrapper {
  padding-bottom: 50px;
  width: 100%;
}
.g-section-wrapper:last-of-type {
  padding-bottom: 0;
}
.g-input-element {
  /* see: http://alistapart.com/article/learning-from-lego-a-step-forward-in-modular-web-design */
  padding: 10px;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  border-radius: 8px;
  font-size: 16px;
}
.g-input-element.full-width {
  width: 100%;
}
.g-listItem {
  display: inline-flex;
}
.g-fieldDisplay-in-header-comp {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Regular.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Light.ttf') format('opentype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-ExtraLight.ttf') format('opentype');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-SemiBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Bold.ttf') format('opentype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-ExtraBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 800;
}
/* dropdown properties*/
/* Mixins */
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #2573e9;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.Loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1003;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  display: flex;
  animation: fade-in 0.8s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.CalcalistArticleHeadlinesComponenta {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding-bottom: 20px;
}
.CalcalistArticleHeadlinesComponenta .TabComponenta {
  padding: 15px 15px 0;
  line-height: 30px;
  font-size: 29px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.CalcalistArticleHeadlinesComponenta .slotList {
  display: flex;
  flex-direction: column;
  margin: 0 0 16px 0;
}
.CalcalistArticleHeadlinesComponenta .slotList .slotItem {
  display: flex;
  margin-top: 35px;
}
.CalcalistArticleHeadlinesComponenta .slotList .slotItem .CalcalistComponentaShareMenuMedia {
  position: relative;
  width: 100%;
  height: 100%;
}
.CalcalistArticleHeadlinesComponenta .slotList .slotItem .mediaArea {
  width: 270px;
  height: 146px;
  margin: 7px 62px 0 28px;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
}
.CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv,
.CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv:hover {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding-left: 20px;
}
.CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv .slotTitle,
.CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv:hover .slotTitle {
  font-size: 28px;
  margin: 0;
  padding: 0;
  margin-bottom: 3px;
  max-height: 56px;
  line-height: 1;
  overflow: hidden;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
}
.CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv .slotTitle .roofTitle,
.CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv:hover .slotTitle .roofTitle {
  color: #C82027;
}
.CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv .slotSubTitle,
.CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv:hover .slotSubTitle {
  font-size: 18px;
  margin-top: 6px;
  max-height: 72px;
  line-height: 1;
  overflow: hidden;
}
.calcalist .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv .slotSubTitle,
.calcalist .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv:hover .slotSubTitle {
  font-size: 16px;
  line-height: 19px;
  max-height: 76px;
}
.CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv .moreDetails,
.CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv:hover .moreDetails {
  font-size: 14px;
  margin: 0 0 0 5px;
  color: #969696;
  align-items: center;
  justify-content: inherit;
  display: flex;
  line-height: 15px;
}
.CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv .moreDetails .dateView,
.CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv:hover .moreDetails .dateView {
  font-size: 13px;
  margin: 0 0 0 5px;
  color: #000;
  font-weight: bold;
}
.CalcalistArticleHeadlinesComponenta .ButtonAndLoaderContainer {
  display: flex;
  justify-content: flex-end;
  height: 53px;
}
.CalcalistArticleHeadlinesComponenta .loadMoreButton {
  cursor: pointer;
  margin: 0px 20px 0;
  display: flex;
  justify-content: center;
  background: #53D1DD;
  color: #fff;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  font-size: 30px;
  width: 150px;
  height: 53px;
  align-items: center;
}
.CalcalistArticleHeadlinesComponenta .loadMoreButton.hidden {
  display: none;
}
.CalcalistArticleHeadlinesComponenta #circularG {
  position: relative;
  width: 33px;
  height: 33px;
  margin: auto;
}
.CalcalistArticleHeadlinesComponenta .circularG {
  position: absolute;
  background-color: #53D1DD;
  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;
}
.CalcalistArticleHeadlinesComponenta #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;
}
.CalcalistArticleHeadlinesComponenta #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;
}
.CalcalistArticleHeadlinesComponenta #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;
}
.CalcalistArticleHeadlinesComponenta #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;
}
.CalcalistArticleHeadlinesComponenta #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;
}
.CalcalistArticleHeadlinesComponenta #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;
}
.CalcalistArticleHeadlinesComponenta #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;
}
.CalcalistArticleHeadlinesComponenta #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);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.ctech .CalcalistArticleHeadlinesComponenta {
  padding-bottom: 0;
}
.ctech .CalcalistArticleHeadlinesComponenta .TabComponenta {
  padding: 40px 20px 0 62px;
}
.ctech .CalcalistArticleHeadlinesComponenta .titleLink {
  font-family: 'RobotoSlab';
  font-size: 31px;
  font-weight: bold;
}
.ctech .CalcalistArticleHeadlinesComponenta .slotList {
  margin: 11px 0 16px 0;
}
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem {
  margin-top: 25px;
}
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .mediaArea {
  margin: 7px 28px 0 62px;
  overflow: hidden;
  position: relative;
}
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .mediaArea .MediaCarousel {
  position: relative;
}
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .mediaArea .MediaCarousel img {
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
}
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .mediaArea .MediaCarousel img:hover {
  transform: scale(1.05);
}
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv {
  max-width: 500px;
}
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv,
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv:hover {
  padding: 0;
}
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv .slotTitle,
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv:hover .slotTitle {
  font-size: 24px;
  line-height: 30px;
  width: 488px;
  max-height: 62px;
  overflow: hidden;
  font-family: "RobotoSlab";
  margin: 0;
}
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv .slotSubTitle,
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv:hover .slotSubTitle {
  margin-top: 5px;
  line-height: 23px;
  font-size: 16px;
  max-height: 69px;
  overflow: hidden;
}
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv .moreDetails,
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv:hover .moreDetails {
  margin: 0;
}
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv .moreDetails .dateView,
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv:hover .moreDetails .dateView {
  margin: 2px 4px 0 0;
  font-size: 12px;
}
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv .moreDetails .dateView .ctechDate,
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv:hover .moreDetails .dateView .ctechDate {
  margin: 0;
}
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv .moreDetails .author,
.ctech .CalcalistArticleHeadlinesComponenta .slotList .slotItem .textDiv:hover .moreDetails .author {
  margin: 0 0 0 4px;
  line-height: 19px;
  font-size: 12px;
}
.ctech .CalcalistArticleHeadlinesComponenta .ButtonAndLoaderContainer {
  height: fit-content;
}
.ctech .CalcalistArticleHeadlinesComponenta .ButtonAndLoaderContainer .loadMoreButton {
  width: 175px;
  height: 54px;
  font-family: "RobotoSlab";
  font-weight: bold;
  font-size: 32px;
  margin: 20px;
  background-color: #fff;
  color: #4BCCD9;
}
.article-image-slider .slick-slider,
.article-image-slider-editor .slick-slider {
  display: flex;
  width: 700px;
  height: 100%;
  overflow: hidden;
  position: relative;
  justify-content: center;
}
.article-image-slider .slick-slider .slick-arrow,
.article-image-slider-editor .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;
}
.article-image-slider .slick-slider .slick-arrow.slick-next,
.article-image-slider-editor .slick-slider .slick-arrow.slick-next {
  right: 10px;
  left: initial;
}
.article-image-slider .slick-slider .slick-arrow.slick-prev,
.article-image-slider-editor .slick-slider .slick-arrow.slick-prev {
  left: 10px;
  right: initial;
}
.article-image-slider .slick-slider .slick-arrow.slick-prev::before,
.article-image-slider-editor .slick-slider .slick-arrow.slick-prev::before {
  content: 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");
  color: white;
  height: 100%;
  width: 50%;
  position: absolute;
  text-align: center;
  transform: translate(50%, 25%);
}
.article-image-slider .slick-slider .slick-arrow.slick-next::before,
.article-image-slider-editor .slick-slider .slick-arrow.slick-next::before {
  content: 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");
  color: white;
  width: 50%;
  height: 100%;
  position: absolute;
  text-align: center;
  transform: translate(50%, 25%);
}
.article-image-slider .slick-slider .slick-arrow .gallery_separator,
.article-image-slider-editor .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);
}
.article-image-slider .slick-slider .slick-list,
.article-image-slider-editor .slick-slider .slick-list {
  display: flex;
  position: relative;
  width: 590px;
  overflow: hidden;
}
.article-image-slider .slick-slider .slick-list .slick-track,
.article-image-slider-editor .slick-slider .slick-list .slick-track {
  display: flex;
}
.article-image-slider .slick-slider .slick-list .slick-track .slick-slide > div,
.article-image-slider-editor .slick-slider .slick-list .slick-track .slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.article-image-slider .slick-slider .slick-list .slider-credit-caption > *,
.article-image-slider-editor .slick-slider .slick-list .slider-credit-caption > * {
  display: inline;
  font-family: 'Open Sans Hebrew', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.article-image-slider .slick-slider .slick-list .slider-credit-caption,
.article-image-slider-editor .slick-slider .slick-list .slider-credit-caption {
  direction: rtl;
  margin-bottom: 10px;
}
.article-image-slider .slick-slider .slick-list .slider-credit-caption .slider-image-caption,
.article-image-slider-editor .slick-slider .slick-list .slider-credit-caption .slider-image-caption {
  font-weight: bold;
  margin-left: 5px;
}
.article-image-slider .slick-slider .slick-list .slider-credit-caption .slider-image-credit,
.article-image-slider-editor .slick-slider .slick-list .slider-credit-caption .slider-image-credit {
  font-weight: normal;
}
.buzzItem {
  display: flex;
  height: 50px;
  border-top: 1px solid #ebebeb;
}
.buzzItem .positionHolder {
  display: flex;
  justify-content: center;
}
.buzzItem .positionHolder .position {
  font-family: "RobotoLight";
  color: #49bcc5;
  font-size: 35px;
}
.buzzItem .itemTitle {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  padding: 0 18px;
}
.buzzItem .itemTitle .titleLink {
  max-height: 40px;
  overflow: hidden;
  color: #000;
  text-decoration: none;
}
.buzzItem .itemTitle .titleLink:link,
.buzzItem .itemTitle .titleLink:visited,
.buzzItem .itemTitle .titleLink:active,
.buzzItem .itemTitle .titleLink:hover {
  color: inherit;
  text-decoration: inherit;
}
.BuzzItemsList {
  display: flex;
  flex-direction: column;
  margin-top: 11px;
}
.CalcalistBuzzComponenta {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 14px;
  box-sizing: border-box;
}
.CalcalistBuzzComponenta .upperContainer {
  display: flex;
  height: 30px;
}
.CalcalistBuzzComponenta .upperContainer .titlesWrapper {
  width: 190px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.CalcalistBuzzComponenta .upperContainer .titlesWrapper .logo {
  background: #59bcc5;
  height: 27px;
  width: 27px;
  background-image: url(//www.calcalist.co.il/images/1280/icons/bazz-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.CalcalistBuzzComponenta .upperContainer .titlesWrapper .mainTitle {
  font-family: "ShualBold";
  color: #59bcc5;
  font-size: 28px;
  font-weight: 700;
}
.CalcalistBuzzComponenta .upperContainer .titlesWrapper .mainTitle h3 {
  font-size: 26px;
}
.CalcalistBuzzComponenta .upperContainer .titlesWrapper .separator {
  color: #49bcc5;
  width: 0px;
  height: 17px;
  border-right: 1px solid #49bcc5;
}
.CalcalistBuzzComponenta .upperContainer .titlesWrapper .secondaryTItle {
  font-family: "ShualBold";
  color: #49bcc5;
  font-size: 17px;
  font-weight: 700;
}
.CalcalistBuzzComponenta .upperContainer .titlesWrapper .secondaryTItle h3 {
  font-size: 16px;
}
.CalcalistBuzzComponenta .upperContainer .tabsWrapper {
  display: flex;
  justify-content: center;
  position: relative;
  top: 12px;
  flex: 1;
  margin-right: 10px;
}
.CalcalistBuzzComponenta .upperContainer .tabsWrapper .tab {
  color: #969696;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid transparent;
  border-top: 2px solid transparent;
  padding: 5px 7px;
  font-family: "ShualBold";
  cursor: pointer;
}
.CalcalistBuzzComponenta .upperContainer .tabsWrapper .tab.active {
  border: 1px solid #ebebeb !important;
  border-top: 2px solid #59bcc5 !important;
  border-bottom: 1px solid #fff !important;
}
.CalcalistBuzzComponenta .bottomLinkTitle {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
}
.CalcalistBuzzComponenta .bottomLinkTitle span,
.CalcalistBuzzComponenta .bottomLinkTitle a {
  text-decoration: none;
  font-size: 11px;
  font-family: arial;
  font-weight: 700;
  letter-spacing: 0.11px;
  line-height: 18.78px;
  color: #49bcc5;
}
.calcalist .CalcalistBuzzComponenta .bottomLinkTitle span,
.calcalist .CalcalistBuzzComponenta .bottomLinkTitle a {
  font-family: 'Open Sans Hebrew';
}
.Ctech.CalcalistBuzzComponenta {
  padding: 14px 8px 15px 14px;
}
.Ctech.CalcalistBuzzComponenta .upperContainer {
  flex-direction: column;
  height: unset;
}
.Ctech.CalcalistBuzzComponenta .upperContainer .titlesWrapper {
  width: fit-content;
  align-items: unset;
  line-height: 38px;
}
.Ctech.CalcalistBuzzComponenta .upperContainer .titlesWrapper .mainTitle {
  margin: 0 10px;
  line-height: 34px;
}
.Ctech.CalcalistBuzzComponenta .upperContainer .titlesWrapper .mainTitle h3 {
  font-size: 28px ;
  font-family: 'RobotoSlab';
  font-weight: normal;
  margin: 0;
}
.Ctech.CalcalistBuzzComponenta .upperContainer .titlesWrapper .separator {
  width: 1px;
  background-color: #49bcc5;
  display: flex;
  align-self: center;
  height: 25px;
  border: unset;
}
.Ctech.CalcalistBuzzComponenta .upperContainer .titlesWrapper .secondaryTItle {
  display: flex;
  align-self: center;
  font-size: 18px;
  padding: 0 0 0 10px;
}
.Ctech.CalcalistBuzzComponenta .upperContainer .titlesWrapper .secondaryTItle h3 {
  font-size: 18px ;
  font-family: 'RobotoSlab';
  font-weight: normal;
  margin: 0;
}
.Ctech.CalcalistBuzzComponenta .upperContainer .tabsWrapper {
  position: relative;
  float: left;
  margin: 6px 0 0 0;
  justify-content: unset;
  top: 1px;
}
.Ctech.CalcalistBuzzComponenta .upperContainer .tabsWrapper .tab {
  cursor: pointer;
  border: unset;
  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
  padding: 2px 0 6px 0;
  text-align: center;
  display: inline-block;
  width: 80px;
  font-size: 16px;
  line-height: 19px;
  font-family: 'OpenSans';
  font-weight: normal;
}
.Ctech.CalcalistBuzzComponenta .upperContainer .tabsWrapper .tab.active {
  border: unset !important;
  border: 1px solid transparent !important;
  border-bottom: 2px solid #59bcc5!important;
}
.Ctech.CalcalistBuzzComponenta .BuzzItemsList {
  margin-top: unset !important;
}
.Ctech.CalcalistBuzzComponenta .BuzzItemsList .buzzItem:first-child {
  padding-top: 10px;
}
.Ctech.CalcalistBuzzComponenta .BuzzItemsList .buzzItem {
  height: 60px;
}
.Ctech.CalcalistBuzzComponenta .BuzzItemsList .buzzItem .positionHolder .position {
  font-size: 30px;
  display: inline-block;
  margin: 0 12px 0 5px;
  height: 60px;
  line-height: 46px;
  font-family: 'OpenSans';
}
.Ctech.CalcalistBuzzComponenta .BuzzItemsList .buzzItem .itemTitle {
  padding: 0;
  align-items: unset;
}
.Ctech.CalcalistBuzzComponenta .BuzzItemsList .buzzItem .itemTitle .titleLink {
  display: table-cell;
  font-family: arial;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  vertical-align: top;
  padding-top: 7px;
  line-height: 22px;
  max-height: 48px;
}
.calcalist .Ctech.CalcalistBuzzComponenta .BuzzItemsList .buzzItem .itemTitle .titleLink {
  font-family: 'Open Sans Hebrew';
}
.Ctech.CalcalistBuzzComponenta .bottomLinkTitle {
  margin: 5px 17px 0 0;
}
.Ctech.CalcalistBuzzComponenta .bottomLinkTitle .bottomLinkText {
  font-size: 16px;
  letter-spacing: 0.11px;
  line-height: 31px;
  font-weight: normal;
}
.CalcalistBuzzMobileComponenta {
  direction: rtl;
}
.CalcalistBuzzMobileComponenta .tabComponenta .tabLink {
  display: flex;
  height: 49.60px;
  width: 100%;
  align-items: center;
}
.CalcalistBuzzMobileComponenta .tabComponenta .tabLink .textContainer {
  display: flex;
  flex-direction: column;
}
.CalcalistBuzzMobileComponenta .tabComponenta .tabLink .textContainer .tabTitle {
  color: #56b4c5;
  line-height: 0.5;
  margin-top: 4.8px;
}
.CalcalistBuzzMobileComponenta .tabComponenta .tabLink .textContainer .tabSubtitle {
  font-family: Arimo, Arial;
  color: #7e7e7e;
  font-size: 0.9375rem;
  position: relative;
  top: -0.05rem;
  font-weight: 400;
}
.CalcalistBuzzMobileComponenta .tabComponenta .tabLink .logo {
  max-height: 2.0625rem;
  max-width: 2rem;
  margin-left: 0.625rem;
  background: #59bcc5;
  height: 49.60px;
  width: 49.60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%2359BBC4' d='M0 0h31v31H0z'/%3E %3Cpath stroke='%23FFF' d='M15.9 12h.2a5.002 5.002 0 0 1 9.9 1c0 1.637-.787 3.09-2.003 4.003L16 24l-7.997-6.997A5 5 0 1 1 15.9 12z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.CalcalistBuzzMobileComponenta .tabComponenta .tabLink .arrow-icon {
  margin-right: auto;
  width: 16px;
  height: 27.2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%2359BBC4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 1l-.53.53L1 9l8 7'/%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.CalcalistBuzzMobileComponenta .BuzzItemsList :first-child {
  margin-top: unset !important;
}
.CalcalistBuzzMobileComponenta .BuzzItemsList .slotItem {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  font-family: 'Arimo', Arial;
  font-size: 1rem;
  line-height: 1.35rem;
  padding: 1.0625rem 0.75rem 1.0625rem 0.75rem;
  min-height: 4.4375rem;
  color: #000;
  background: #fff;
  box-sizing: border-box;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.CalcalistBuzzMobileComponenta .BuzzItemsList .slotItem .positionHolder {
  flex-basis: 53.94px;
}
.CalcalistBuzzMobileComponenta .BuzzItemsList .slotItem .positionHolder .position {
  font-size: 1.3rem;
  font-weight: 700;
  color: #56b4c5;
}
.CalcalistBuzzMobileComponenta .BuzzItemsList .slotItem .itemTitle .titleLink {
  color: #000;
}
.calcalistBreadcrumbs {
  font-family: 'Open Sans Hebrew';
  font-size: 13px;
  line-height: 31px;
  display: flex;
  align-items: center;
  height: 44px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.calcalistBreadcrumbs > * {
  z-index: 1;
}
.calcalistBreadcrumbs > span {
  align-self: stretch;
}
.calcalistBreadcrumbs:after {
  content: "";
  width: 400%;
  height: 100%;
  margin: 0 -100%;
  background: #fff;
  z-index: 0;
  position: absolute;
}
.calcalistBreadcrumbs ul {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  color: #6f6f6f;
  list-style-type: none;
  line-height: 22px;
}
.calcalistBreadcrumbs ul li {
  float: right;
  margin-left: 6px;
}
.calcalistBreadcrumbs ul li:after {
  content: ' >';
}
.calcalistBreadcrumbs ul li:last-child:after {
  display: none;
}
.calcalistBreadcrumbs ul li a,
.calcalistBreadcrumbs ul li a:hover {
  text-decoration: none;
  color: #6f6f6f;
}
.CalcalistContactUsComponenta {
  width: 800px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  background: #ffffff;
  border-radius: 12px;
  z-index: 0;
  box-sizing: border-box;
  background: #FCFCFC;
  box-shadow: 2px 6px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 50px 105px 113px 105px;
}
.CalcalistContactUsComponenta .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;
}
.CalcalistContactUsComponenta .title {
  color: #000;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: unset;
  font-weight: 700;
  margin-top: 20px;
}
.CalcalistContactUsComponenta .success-message {
  color: #34A853;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 160px;
}
.CalcalistContactUsComponenta .general-error {
  color: #A51C21;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 160px;
}
.CalcalistContactUsComponenta .inner-container {
  display: flex;
  gap: 55px;
  width: 100%;
  margin-top: 65px;
}
.CalcalistContactUsComponenta .inner-container .logo-container {
  height: 332px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 25px;
  box-sizing: border-box;
}
.CalcalistContactUsComponenta .inner-container .logo-container .contact-logo {
  width: 187.2px;
  height: 187.2px;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/contact-us-logo.png');
}
.CalcalistContactUsComponenta .inner-container .logo-container .text {
  color: #78787B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 178px;
}
.CalcalistContactUsComponenta .inner-container .form-container {
  width: 350px;
}
.CalcalistContactUsComponenta .inner-container .form-container form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field input,
.CalcalistContactUsComponenta .inner-container .form-container form .input-field select,
.CalcalistContactUsComponenta .inner-container .form-container form .input-field textarea {
  padding: 8px 12px;
  border: 1px solid #999999;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #78787b;
  line-height: 21.79px;
  text-align: right;
  height: 38px;
  box-sizing: border-box;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field input.error,
.CalcalistContactUsComponenta .inner-container .form-container form .input-field select.error,
.CalcalistContactUsComponenta .inner-container .form-container form .input-field textarea.error {
  border: 1px solid #de1a1a;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field input:disabled,
.CalcalistContactUsComponenta .inner-container .form-container form .input-field select:disabled,
.CalcalistContactUsComponenta .inner-container .form-container form .input-field textarea:disabled {
  background: #e4e4e4;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field textarea {
  height: 100px;
  resize: none;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-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='M18.8618 8.73679L11.9868 15.6118C11.9229 15.6757 11.8471 15.7264 11.7637 15.761C11.6802 15.7956 11.5907 15.8134 11.5004 15.8134C11.41 15.8134 11.3206 15.7956 11.2371 15.761C11.1537 15.7264 11.0778 15.6757 11.014 15.6118L4.13898 8.73679C4.00997 8.60779 3.9375 8.43282 3.9375 8.25038C3.9375 8.06794 4.00997 7.89298 4.13898 7.76398C4.26798 7.63497 4.44294 7.5625 4.62538 7.5625C4.80782 7.5625 4.98279 7.63497 5.11179 7.76398L11.5004 14.1534L17.889 7.76398C17.9529 7.7001 18.0287 7.64943 18.1121 7.61486C18.1956 7.58029 18.2851 7.5625 18.3754 7.5625C18.4657 7.5625 18.5552 7.58029 18.6386 7.61486C18.7221 7.64943 18.7979 7.7001 18.8618 7.76398C18.9257 7.82785 18.9763 7.90368 19.0109 7.98714C19.0455 8.0706 19.0633 8.16005 19.0633 8.25038C19.0633 8.34072 19.0455 8.43017 19.0109 8.51362C18.9763 8.59708 18.9257 8.67291 18.8618 8.73679Z' fill='%2378787B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left 11px center;
  background-size: 23px;
  cursor: pointer;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field select:option[value=""] {
  color: #78787B;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field .input-field-error {
  font-weight: 400;
  font-size: 13px;
  line-height: 17.7px;
  text-align: right;
  margin-top: 4px;
  color: #de1a1a;
}
.CalcalistContactUsComponenta .submit-button {
  width: 150px;
  height: 42px;
  border-radius: 2px;
  background: #de1a1a;
  color: white;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin-top: 30px;
}
.CalcalistContactUsComponenta .submit-button:disabled {
  background: #E4E4E4;
  color: #b3b3b3;
}
.CalcalistContactUsComponenta .terms-text {
  margin-top: 30px;
  width: 528px;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.CalcalistContactUsComponenta .terms-text span {
  text-decoration: underline;
}
.CalcalistContactUsComponenta .terms-text a {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}
.calcalistLoginAndShare {
  display: flex;
  flex-direction: row-reverse;
  width: auto;
  flex-shrink: 0;
  justify-content: flex-start;
  height: 100%;
  padding-top: 5px;
  align-items: flex-start;
}
.calcalistLoginAndShare .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: auto 10px auto 0;
  cursor: pointer;
  flex-shrink: 0;
}
.calcalistLoginAndShare .userText {
  margin-right: 10px;
}
.calcalistLoginAndShare .userAction {
  font-size: 18px;
  cursor: pointer;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  color: #000000;
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 30px;
}
.calcalistLoginAndShare .userAction:hover {
  text-decoration: none;
}
.calcalistLoginAndShare .userAction.ConfLink .icon {
  background: url(//www.calcalist.co.il/images/1280/header/conf_icon_new.jpg) no-repeat center center;
  width: 30px;
  background-size: contain;
}
.calcalistLoginAndShare .userAction.SubscribeLink .icon {
  background: url(//www.calcalist.co.il/images/1280/icons/subscricon.png) no-repeat center center;
}
.calcalistLoginAndShare .userAction.RedMailLink {
  color: #C82027;
}
.calcalistLoginAndShare .userAction.RedMailLink .icon {
  background: url(//www.calcalist.co.il/images/1280/header/h_redmail_new.jpg) no-repeat center center;
  width: 26px;
  background-size: contain;
  height: 20px;
}
.calcalistLoginAndShare .userAction .header-facebook {
  background: url(//www.calcalist.co.il/images/1280/icons/facebook.png) no-repeat center center;
}
.calcalistLoginAndShare .userAction .header-twitter {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E %3Cdefs%3E %3Cstyle%3E .cls-1, .cls-2 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Ccircle class='cls-1' cx='27.5' cy='27.5' r='27.5'/%3E %3Cg id='layer1'%3E %3Cpath id='path1009' class='cls-2' d='m14.56,15.33l10.04,13.42-10.1,10.91h2.27l8.84-9.55,7.15,9.55h7.74l-10.6-14.18,9.4-10.16h-2.27l-8.14,8.8-6.58-8.8h-7.74Zm3.34,1.67h3.55l15.7,20.99h-3.55l-15.7-20.99Z'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  background-size: 26px 26px;
}
.calcalistLoginAndShare .calcalistLogin {
  position: relative;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
}
.calcalistLoginAndShare .calcalistLogin .login_calcalist,
.calcalistLoginAndShare .calcalistLogin .loggedUser {
  display: flex;
  text-decoration: none;
  cursor: pointer;
  height: 100%;
  align-items: center;
}
.calcalistLoginAndShare .calcalistLogin .login_calcalist:hover,
.calcalistLoginAndShare .calcalistLogin .loggedUser:hover {
  text-decoration: none;
}
.calcalistLoginAndShare .calcalistLogin .userLogin {
  background: url(//www.calcalist.co.il/images/1280/icons/user.png) no-repeat;
}
.calcalistLoginAndShare .calcalistLogin .userLabel {
  font-size: 17px;
  width: 149px;
  direction: rtl;
  text-align: left;
  color: #000;
  font-weight: bold;
}
.calcalistLoginAndShare .calcalistLogin .loginMenu {
  width: 148px;
  height: auto;
  background-color: #fff;
  top: calc(100% + 8px);
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
}
.calcalistLoginAndShare .calcalistLogin .loginMenu .menuOption {
  height: 35px;
  border-top: 1px solid #F5F5F5;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 15px;
}
.calcalistLoginAndShare .calcalistLogin .loginMenu .menuOption.logout {
  color: #C82027;
}
.calcalistLoginAndShare .calcalistLogin .loginMenu .menuOption:hover {
  background: #F5F5F5;
  text-decoration: none;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  @keyframes slideDown {
    from {
      transform: translateY(-42px);
    }
    to {
      transform: translateY(0);
    }
  }
  .calcalist-mobile-navigation {
    height: 43px;
  }
  .CalcalistMobileNavigation {
    color: #fff;
    background: #d01e25;
    position: relative;
    top: 0;
    left: 0;
    touch-action: none;
    z-index: 1040;
    min-width: 100%;
    transition: top 0.2s ease-in-out;
  }
  .CalcalistMobileNavigation.sticky-header {
    position: fixed;
    overflow: hidden;
    animation: slideDown 0.4s forwards;
    -webkit-animation: slideDown 0.4s forwards;
  }
  .CalcalistMobileNavigation.sticky-header.menu-open {
    position: relative;
  }
  .CalcalistMobileNavigation nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
    min-height: 43px;
    margin: 0 8px;
  }
  .CalcalistMobileNavigation h3 {
    font-family: 'ShualBold';
    font-weight: bold;
    font-size: 24px;
    unicode-bidi: plaintext;
    direction: rtl;
    margin: auto;
  }
  .CalcalistMobileNavigation .CalcalistMobileNavigationWrapper {
    width: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 10px;
  }
  .CalcalistMobileNavigation .CalcalistMobileNavigationWrapper.FloatToLeft {
    justify-content: flex-end;
  }
  .CalcalistMobileNavigation .CalcalistMobileNavigationWrapper .CalcalistLoggedUserIcon {
    box-shadow: unset;
    border: unset;
    display: block;
    width: 29.19px;
    height: 24px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    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.188' height='24' viewBox='0 0 29.188 24'%3E %3Cdefs%3E %3CclipPath id='clip-path'%3E %3Ccircle id='mask' cx='12' cy='12' r='12' fill='none' stroke='%23fff' stroke-width='1.5'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg id='user_icon-logged' transform='translate(-111.979 0.021)'%3E %3Cg id='Mask_Group_2' data-name='Mask Group 2' transform='translate(111.979 -0.021)' clip-path='url(%23clip-path)'%3E %3Cg id='head' transform='translate(7.636 6)' fill='none' stroke='%23fff' stroke-width='1.5'%3E %3Ccircle cx='4.5' cy='4.5' r='4.5' stroke='none'/%3E %3Ccircle cx='4.5' cy='4.5' r='3.75' fill='none'/%3E %3C/g%3E %3Cg id='body' transform='translate(2.182 14)' fill='none' stroke='%23fff' stroke-width='1.5'%3E %3Ccircle cx='10' cy='10' r='10' stroke='none'/%3E %3Ccircle cx='10' cy='10' r='9.25' fill='none'/%3E %3C/g%3E %3Cpath id='circle' d='M-534.055,338.255a11.251,11.251,0,0,1-10.054,6.2,11.25,11.25,0,0,1-11.25-11.25,11.25,11.25,0,0,1,11.25-11.25,11.251,11.251,0,0,1,10.147,6.385' transform='translate(556.109 -321.202)' fill='none' stroke='%23fff' stroke-width='2'/%3E %3C/g%3E %3Cg id='arrow' transform='translate(63.959 -10.021)'%3E %3Cpath id='Path_45' data-name='Path 45' d='M76,4607.553l-3,3,6,6' transform='translate(-4540.053 96.5) rotate(-90)' fill='none' stroke='%23fff' stroke-width='2'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .CalcalistMobileNavigation .CalcalistMobileNavigationWrapper .CalcalistLogo {
    box-shadow: unset;
    border: unset;
    display: block;
    width: 15px;
    height: 16px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16'%3E %3Cpath fill='%23FEFEFE' fill-rule='evenodd' d='M14.511 12.561V4.357c0-1.9-1.64-3.438-3.728-3.438H.343V5.02h9.694v6.877H.342V16h10.44c2.089 0 3.73-1.538 3.73-3.439'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .CalcalistMobileNavigation .CalcalistMobileNavigationWrapper .CalcalistUserIcon {
    box-shadow: unset;
    border: unset;
    display: block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg id='user_icon-login' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E %3Cdefs%3E %3CclipPath id='clip-path'%3E %3Ccircle id='mask' cx='12' cy='12' r='12' fill='none' stroke='%23fff' stroke-width='1.5'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg id='Mask_Group_2' data-name='Mask Group 2' clip-path='url(%23clip-path)'%3E %3Cg id='head' transform='translate(7.636 6)' fill='none' stroke='%23fff' stroke-width='1.5'%3E %3Ccircle cx='4.5' cy='4.5' r='4.5' stroke='none'/%3E %3Ccircle cx='4.5' cy='4.5' r='3.75' fill='none'/%3E %3C/g%3E %3Cg id='body' transform='translate(2.182 14)' fill='none' stroke='%23fff' stroke-width='1.5'%3E %3Ccircle cx='10' cy='10' r='10' stroke='none'/%3E %3Ccircle cx='10' cy='10' r='9.25' fill='none'/%3E %3C/g%3E %3Cg id='circle' fill='none' stroke='%23fff' stroke-width='2'%3E %3Ccircle cx='12' cy='12' r='12' stroke='none'/%3E %3Ccircle cx='12' cy='12' r='11' fill='none'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .CalcalistMobileNavigationMenu {
    width: 100%;
    z-index: 1000;
    position: fixed;
    transform: translateY(-100%);
    transition: transform ease 300ms;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    top: 0;
  }
  .CalcalistMobileNavigationMenu::after {
    content: "";
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
  }
  .CalcalistMobileNavigationMenu.CalcalistMobileNavigationMenuShow {
    transform: translateY(0%);
    top: 43px;
  }
  .CalcalistMobileNavigationMenu.CalcalistMobileNavigationMenuShow.sticky-menu {
    top: 43px;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem {
    direction: rtl;
    padding: 0 34px 0 32px;
    background: #fff;
    height: 54px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    text-decoration: none;
    position: relative;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem .icon-container {
    max-width: 30px !important;
    max-height: 30px !important;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem.subscribed-item {
    padding-right: 18px;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem.CalcalistMobileNavigationMenuItemLoggedUser {
    background: #f9f9fa;
    display: flex;
    justify-content: flex-start;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem.CalcalistMobileNavigationMenuItemLoggedUser .CalcalistMobileNavigationMenuItemTextUser {
    font-family: 'ShualBold';
    font-weight: 900;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    max-width: 100%;
    margin-right: 4px;
    line-height: 24px;
    width: 100px;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem a {
    text-decoration: none;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #f3f3f3;
    top: 0;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem .CalcalistMobileNavigationMenuItemText {
    direction: rtl;
    text-align: right;
    font-family: 'ShualBold', 'Roboto Slab', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem .CalcalistMobileNavigationMenuItemSubscribeText {
    background-color: #13B7B1;
    color: #fff;
    border-radius: 14px;
    position: relative;
    width: 114px;
    font-size: 20px;
    text-align: center;
    font-family: 'ShualBold';
    padding: 4px 0px;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem .CalcalistSubscribeIcon {
    box-shadow: unset;
    border: unset;
    display: block;
    width: 24px;
    height: 29px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.449' height='29.562' viewBox='0 0 23.449 29.562'%3E %3Cg id='purchase_icon' transform='translate(-538.165 -611.615)'%3E %3Cpath id='Path_60' data-name='Path 60' d='M554.915,634.99v2.85a2.587,2.587,0,0,1-2.587,2.587H541.5a2.588,2.588,0,0,1-2.588-2.587V614.953a2.588,2.588,0,0,1,2.588-2.588h10.825a2.588,2.588,0,0,1,2.587,2.588v3' fill='none' stroke='%23333' stroke-width='1.5'/%3E %3Cline id='Line_18' data-name='Line 18' x2='11.06' transform='translate(541.385 614.996)' fill='none' stroke='%23333' stroke-width='1'/%3E %3Cline id='Line_19' data-name='Line 19' x2='11.06' transform='translate(541.385 637.941)' fill='none' stroke='%23333' stroke-width='1'/%3E %3Ccircle id='Ellipse_10' data-name='Ellipse 10' cx='6.108' cy='6.108' r='6.108' transform='translate(548.649 620.289)' fill='none' stroke='%23333' stroke-width='1.5'/%3E %3Cline id='Line_20' data-name='Line 20' y2='7.098' transform='translate(554.921 622.847)' fill='none' stroke='%23333' stroke-width='1.5'/%3E %3Cline id='Line_21' data-name='Line 21' x1='7.098' transform='translate(551.372 626.396)' fill='none' stroke='%23333' stroke-width='1.5'/%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem .CalcalistUserDisconenctIcon {
    box-shadow: unset;
    border: unset;
    display: block;
    width: 23px;
    height: 17px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.327' height='17.5' viewBox='0 0 23.327 17.5'%3E %3Cg id='log-out_icon' transform='translate(-67.399 -282.211)'%3E %3Cpath id='Path_47' data-name='Path 47' d='M98.79,542.432v-3.591c0-.61-.375-1.109-.834-1.109H83.273c-.459,0-.834.5-.834,1.109v13.782c0,.61.375,1.109.834,1.109H97.956c.459,0,.834-.5.834-1.109v-3.591' transform='translate(-14.29 -254.771)' fill='none' stroke='%23333' stroke-width='1.5'/%3E %3Cg id='arrow' transform='translate(90.149 294) rotate(180)'%3E %3Cpath id='Path_44' data-name='Path 44' d='M0,0H10.8' transform='translate(0 3)' fill='none' stroke='%23333' stroke-width='1'/%3E %3Cpath id='Path_45' data-name='Path 45' d='M3,0,0,3,3,6' transform='translate(0.13)' fill='none' stroke='%23333' stroke-width='1'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem .CalcalistUserConenctIcon {
    box-shadow: unset;
    border: unset;
    display: block;
    width: 29px;
    height: 25px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28.149' height='24' viewBox='0 0 28.149 24'%3E %3Cdefs%3E %3CclipPath id='clip-path'%3E %3Ccircle id='mask' cx='12' cy='12' r='12' fill='none' stroke='%23333' stroke-width='1.5'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg id='login_icon' transform='translate(-111.979 0.021)'%3E %3Cg id='Mask_Group_2' data-name='Mask Group 2' transform='translate(111.979 -0.021)' clip-path='url(%23clip-path)'%3E %3Cg id='head' transform='translate(7.636 6)' fill='none' stroke='%23333' stroke-width='1'%3E %3Ccircle cx='4.5' cy='4.5' r='4.5' stroke='none'/%3E %3Ccircle cx='4.5' cy='4.5' r='4' fill='none'/%3E %3C/g%3E %3Cg id='body' transform='translate(2.182 14)' fill='none' stroke='%23333' stroke-width='1'%3E %3Ccircle cx='10' cy='10' r='10' stroke='none'/%3E %3Ccircle cx='10' cy='10' r='9.5' fill='none'/%3E %3C/g%3E %3Cpath id='circle' d='M-534.055,338.255a11.251,11.251,0,0,1-10.054,6.2,11.25,11.25,0,0,1-11.25-11.25,11.25,11.25,0,0,1,11.25-11.25,11.251,11.251,0,0,1,10.147,6.385' transform='translate(556.109 -321.202)' fill='none' stroke='%23333' stroke-width='1.5'/%3E %3C/g%3E %3Cg id='arrow' transform='translate(63.959 -10.021)'%3E %3Cpath id='Path_44' data-name='Path 44' d='M67.737,4605.661h8.3' transform='translate(0.134 -4583.661)' fill='none' stroke='%23333' stroke-width='1.5'/%3E %3Cpath id='Path_45' data-name='Path 45' d='M76,4607.553l-3,3,3,3' transform='translate(-5 -4588.553)' fill='none' stroke='%23333' stroke-width='1.5'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem .CalcalistUserManageIcon {
    box-shadow: unset;
    border: unset;
    display: block;
    width: 20px;
    height: 30px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.564' height='29.5' viewBox='0 0 19.564 29.5'%3E %3Cg id='manage_icon' transform='translate(-505.136 -608.659)'%3E %3Cg id='Group_13' data-name='Group 13' transform='translate(505.886 609.409)'%3E %3Ccircle id='Ellipse_9' data-name='Ellipse 9' cx='3.925' cy='3.925' r='3.925' transform='translate(5.079)' fill='none' stroke='%23333' stroke-width='1.5'/%3E %3Cpath id='Path_57' data-name='Path 57' d='M523.32,627.041a8.28,8.28,0,0,0-16.556,0' transform='translate(-505.998 -610.624)' fill='none' stroke='%23333' stroke-width='1.5'/%3E %3Cpath id='Path_58' data-name='Path 58' d='M511.053,630.006c.039,2.438,1.762,4.494,3.885,4.494s3.846-2.056,3.884-4.494' transform='translate(-505.894 -612.439)' fill='none' stroke='%23333' stroke-width='1'/%3E %3Cpath id='Path_59' data-name='Path 59' d='M505.886,630.006v2.007l2.767.365h0a4.749,4.749,0,0,0,.973,2.2l0,0-1.634,2.279,1.247,1.247,2.214-1.7,0,0a5.7,5.7,0,0,0,2.247.9l.451,2.737h1.764l.365-2.767a6.259,6.259,0,0,0,2.217-.965l2.263,1.623,1.247-1.247-1.7-2.215,0,0a4.147,4.147,0,0,0,.859-2.244h.006l2.767-.456v-1.764' transform='translate(-505.886 -612.042)' fill='none' stroke='%23333' stroke-width='1.5'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem .CalcalistNewsletterIcon {
    box-shadow: unset;
    border: unset;
    display: block;
    width: 25px;
    height: 21px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.731' height='20.788' viewBox='0 0 25.731 20.788'%3E %3Cg id='newsletter_icon' transform='translate(-437.285 -611.625)'%3E %3Cpath id='Path_51' data-name='Path 51' d='M460.035,623.114v6.568a1.981,1.981,0,0,1-1.981,1.981H440.016a1.981,1.981,0,0,1-1.981-1.981V617.644a1.979,1.979,0,0,1,1.981-1.981h12.008' fill='none' stroke='%23333' stroke-width='1.5'/%3E %3Cpath id='Path_52' data-name='Path 52' d='M452.636,621.73l-3.574,2.994-10.341-8.58' fill='none' stroke='%23333' stroke-width='1'/%3E %3Cline id='Line_16' data-name='Line 16' y1='8.772' x2='7.031' transform='translate(438.618 622.052)' fill='%23fff' stroke='%23333' stroke-width='1'/%3E %3Cline id='Line_17' data-name='Line 17' x2='7.076' y2='8.816' transform='translate(452.378 622.181)' fill='%23fff' stroke='%23333' stroke-width='1'/%3E %3Cg id='Group_10' data-name='Group 10'%3E %3Cpath id='Path_53' data-name='Path 53' d='M458.6,611.625a4.151,4.151,0,0,1,4.413,4.315c0,2.465-1.387,3.754-2.732,3.754a1.067,1.067,0,0,1-1.163-1.163,2.31,2.31,0,0,1-2,1.163c-.854,0-1.555-.7-1.555-1.919a3.479,3.479,0,0,1,3.432-3.586,3.693,3.693,0,0,1,1.569.322l-.532,2.97c-.154.868.028,1.12.448,1.134.644.014,1.569-.8,1.569-2.591,0-2.06-1.4-3.306-3.586-3.306-2.311,0-4.286,1.709-4.286,4.679a3.537,3.537,0,0,0,3.655,3.8,4.676,4.676,0,0,0,2.186-.463l.308.995a5.093,5.093,0,0,1-2.62.588,4.522,4.522,0,0,1-4.51-4.832C453.2,614.231,455.311,611.625,458.6,611.625Zm-1.163,6.99c.841,0,1.625-.882,1.822-1.975l.252-1.3a2.373,2.373,0,0,0-.8-.112,2.239,2.239,0,0,0-2.171,2.4C456.544,618.223,456.824,618.615,457.44,618.615Z' fill='%23333'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem:last-child {
    height: 24px;
    width: 100%;
    justify-content: center;
    align-content: center;
    padding: 0;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem:last-child::after {
    content: none;
  }
  .CalcalistMobileNavigationMenu .CalcalistMobileNavigationMenuItem .closeArrowIcon {
    box-shadow: unset;
    border: unset;
    display: block;
    width: 21px;
    height: 24px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='10' viewBox='0 0 21 10'%3E %3Cpath id='back_arrow' d='M5.913,21,0,10.934H4.086L10,21ZM0,10.934,5.913,0H10L4.086,10.934Z' transform='translate(21) rotate(90)' fill='%23333'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close {
    right: 3.90625vw !important;
  }
  .CalcalistNewsLetterComponenta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F9FAFC;
    width: 100% !important;
    padding: 5.625vw 0 7.1875vw 0;
  }
  .CalcalistNewsLetterComponenta .CalcalistNewsLetterHeader {
    font-family: 'Arimo';
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333333;
    text-align: center;
  }
  .CalcalistNewsLetterComponenta .CalcalistNewsLetterHeader .headerImage {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='257.342' height='92' viewBox='0 0 257.342 92'%3E %3Cg id='heading' transform='translate(-637.102 -115.521)'%3E %3Cg id='newsletter_heading-icon' transform='translate(777.273 115.521)'%3E %3Cpath id='Path_51' data-name='Path 51' d='M536.738,649.327V679a8.92,8.92,0,0,1-8.888,8.95H446.923a8.92,8.92,0,0,1-8.888-8.95V624.613a8.971,8.971,0,0,1,3.078-6.777,8.826,8.826,0,0,1,5.81-2.173H500.8' transform='translate(-433.035 -597.951)' fill='none' stroke='%23333' stroke-width='4'/%3E %3Cpath id='Path_52' data-name='Path 52' d='M501.588,641.381l-16.146,13.528-46.72-38.764' transform='translate(-430.62 -595.936)' fill='none' stroke='%23333' stroke-width='2'/%3E %3Cline id='Line_16' data-name='Line 16' y1='39.631' x2='31.767' transform='translate(7.635 46.577)' fill='%23fff' stroke='%23333' stroke-width='2'/%3E %3Cline id='Line_17' data-name='Line 17' x2='33.649' y2='40.05' transform='translate(67.432 46.942)' fill='%23fff' stroke='%23333' stroke-width='2'/%3E %3Cg id='Group_10' data-name='Group 10' transform='translate(72.805 0)'%3E %3Cpath id='Path_53' data-name='Path 53' d='M477.625,611.625c11.647,0,19.938,7.721,19.938,19.5,0,11.137-6.266,16.961-12.343,16.961-2.977,0-5.191-1.586-5.254-5.254-2.53,3.8-5.634,5.254-9.05,5.254-3.858,0-7.026-3.162-7.026-8.67,0-8.548,6.33-16.2,15.506-16.2a16.686,16.686,0,0,1,7.089,1.455l-2.4,13.419c-.7,3.922.126,5.06,2.024,5.123,2.91.063,7.089-3.605,7.089-11.706,0-9.307-6.33-14.937-16.2-14.937-10.441,0-19.364,7.721-19.364,21.14,0,11.074,7.532,17.151,16.513,17.151a21.127,21.127,0,0,0,9.876-2.092l1.392,4.5c-3.547,2.024-7.4,2.657-11.837,2.657-10.947,0-20.376-8.29-20.376-21.831C453.2,623.4,462.751,611.625,477.625,611.625Zm-5.255,31.581c3.8,0,7.342-3.985,8.232-8.923l1.139-5.887a10.728,10.728,0,0,0-3.61-.506c-5.571,0-9.809,4.618-9.809,10.825C468.322,641.435,469.587,643.206,472.37,643.206Z' transform='translate(-453.196 -611.625)' fill='%23333'/%3E %3C/g%3E %3Crect id='Rectangle_79' data-name='Rectangle 79' width='8.75' height='38' transform='translate(0 35.003)' fill='%23f9fafc'/%3E %3C/g%3E %3Cpath id='Path_234' data-name='Path 234' d='M-69.5-17.6h0ZM-54.1,0V-17.6A4.357,4.357,0,0,0-58.5-22h-11v-2.2h-4.4V0Zm-4.4-4.4h-11V-17.6h11ZM-43.01-8.8V-22h-8.8v4.4h4.4v8.8ZM-20.922,0V-17.6a4.357,4.357,0,0,0-4.4-4.4h-15.4v4.4h15.4V0ZM3.058-17.6a4.357,4.357,0,0,0-4.4-4.4h-6.6v4.4h6.6V-4.4h-12.1V-22h-4.4V-4.4a4.357,4.357,0,0,0,4.4,4.4h12.1a4.357,4.357,0,0,0,4.4-4.4Zm22.088,3.036V-22H9.746v-4.4h-4.4v8.8h15.4v3.388L13.794-9.548a4.5,4.5,0,0,0-1.848,3.784V0h4.4V-5.94l6.908-4.708A4.665,4.665,0,0,0,25.146-14.564ZM40.634-17.6V-22h-13.2v4.4h4.4V0h4.4V-17.6ZM50.93,0V-22h-8.8v4.4h4.4V0ZM62.018-8.8V-22h-8.8v4.4h4.4v8.8ZM73.9,0V-22H65.1v4.4h4.4V-4.4H65.1V0Z' transform='translate(711 180.705)' fill='%2313b7b1'/%3E %3C/g%3E %3C/svg%3E");
    width: 53.125vw !important;
    height: 18.75vw !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .CalcalistNewsLetterComponenta .CalcalistNewsLetterHeader .headerTitle {
    margin-top: 3.75vw;
    font-size: 4.6875vw !important;
    font-weight: bold;
    padding: 0 4.6875vw !important;
  }
  .CalcalistNewsLetterComponenta .CalcalistNewsLetterHeader .headerSubTitle {
    margin-top: 1.25vw;
    font-size: 4.21875vw !important;
    font-weight: normal;
  }
  .CalcalistNewsLetterComponenta .CalcalistNewsLetterHeader .headerSubTitle span {
    font-style: italic;
  }
  .CalcalistNewsLetterComponenta .separator {
    background: #C5C5C5;
    width: 85% !important;
    height: 1px;
    margin-top: 3.125vw;
  }
  .CalcalistNewsLetterComponenta .itemsList {
    box-sizing: border-box;
    width: 100%;
    margin-top: 3.90625vw !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 3.125vw;
  }
  .CalcalistNewsLetterComponenta .itemsList .newsLetterItem {
    width: 44.84375vw;
    position: relative;
    height: 51.09375vw;
    box-shadow: 0px 0px 2.5vw #00000014;
    border: 0.5px solid #DEDEDE;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemImage {
    width: 44.84375vw;
    height: 22.5vw;
  }
  .CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemImage img {
    width: 100%;
    height: 100%;
  }
  .CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemBody {
    padding: 0 3.125vw 3.125vw 3.125vw;
  }
  .CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemBody .newsLetterItemTitle {
    font-size: 3.75vw;
    margin-top: 1.875vw;
    text-align: right;
    font-family: "ShualBold";
  }
  .CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemBody .newsLetterItemSubTitle {
    font-family: "Arimo";
    font-size: 2.5vw;
    color: #808080;
    margin-top: 0.625vw;
  }
  .CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5.3125vw;
  }
  .CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemBottom .newsLetterItemFrequency {
    font-size: 2.1875vw;
    font-family: "Arimo";
    color: #808080;
  }
  .CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemBottom .newsLetterItemRegisterButton {
    background: var(--btn-bg-color);
    box-shadow: 0px 0.3125vw 0.46875vw #00000029;
    border-radius: 6.25vw;
    width: 13.4375vw;
    height: 4.21875vw;
    font-family: "ShualRegular";
    font-size: 2.8125vw;
    color: var(--btn-color);
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid var(--btn-border-color);
    cursor: pointer;
  }
}
.CalcalistNewsLetterComponenta .custom-loader {
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  border: 0.625vw solid;
  border-color: #E4E4ED;
  border-right-color: var(--btn-bg-color);
  animation: s2 0.5s infinite linear;
}
@keyframes s2 {
  to {
    transform: rotate(1turn);
  }
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v34/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxsBw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UA.ttf) format('truetype');
}
.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close {
  right: 25px !important;
}
.CalcalistNewsLetterComponenta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F9FAFC;
  width: 1210px;
  padding: 36px 0 46px 0;
}
.CalcalistNewsLetterComponenta .CalcalistNewsLetterHeader {
  font-family: 'Arimo';
  width: 772px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333333;
  text-align: center;
}
.CalcalistNewsLetterComponenta .CalcalistNewsLetterHeader .headerImage {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='257.342' height='92' viewBox='0 0 257.342 92'%3E %3Cg id='heading' transform='translate(-637.102 -115.521)'%3E %3Cg id='newsletter_heading-icon' transform='translate(777.273 115.521)'%3E %3Cpath id='Path_51' data-name='Path 51' d='M536.738,649.327V679a8.92,8.92,0,0,1-8.888,8.95H446.923a8.92,8.92,0,0,1-8.888-8.95V624.613a8.971,8.971,0,0,1,3.078-6.777,8.826,8.826,0,0,1,5.81-2.173H500.8' transform='translate(-433.035 -597.951)' fill='none' stroke='%23333' stroke-width='4'/%3E %3Cpath id='Path_52' data-name='Path 52' d='M501.588,641.381l-16.146,13.528-46.72-38.764' transform='translate(-430.62 -595.936)' fill='none' stroke='%23333' stroke-width='2'/%3E %3Cline id='Line_16' data-name='Line 16' y1='39.631' x2='31.767' transform='translate(7.635 46.577)' fill='%23fff' stroke='%23333' stroke-width='2'/%3E %3Cline id='Line_17' data-name='Line 17' x2='33.649' y2='40.05' transform='translate(67.432 46.942)' fill='%23fff' stroke='%23333' stroke-width='2'/%3E %3Cg id='Group_10' data-name='Group 10' transform='translate(72.805 0)'%3E %3Cpath id='Path_53' data-name='Path 53' d='M477.625,611.625c11.647,0,19.938,7.721,19.938,19.5,0,11.137-6.266,16.961-12.343,16.961-2.977,0-5.191-1.586-5.254-5.254-2.53,3.8-5.634,5.254-9.05,5.254-3.858,0-7.026-3.162-7.026-8.67,0-8.548,6.33-16.2,15.506-16.2a16.686,16.686,0,0,1,7.089,1.455l-2.4,13.419c-.7,3.922.126,5.06,2.024,5.123,2.91.063,7.089-3.605,7.089-11.706,0-9.307-6.33-14.937-16.2-14.937-10.441,0-19.364,7.721-19.364,21.14,0,11.074,7.532,17.151,16.513,17.151a21.127,21.127,0,0,0,9.876-2.092l1.392,4.5c-3.547,2.024-7.4,2.657-11.837,2.657-10.947,0-20.376-8.29-20.376-21.831C453.2,623.4,462.751,611.625,477.625,611.625Zm-5.255,31.581c3.8,0,7.342-3.985,8.232-8.923l1.139-5.887a10.728,10.728,0,0,0-3.61-.506c-5.571,0-9.809,4.618-9.809,10.825C468.322,641.435,469.587,643.206,472.37,643.206Z' transform='translate(-453.196 -611.625)' fill='%23333'/%3E %3C/g%3E %3Crect id='Rectangle_79' data-name='Rectangle 79' width='8.75' height='38' transform='translate(0 35.003)' fill='%23f9fafc'/%3E %3C/g%3E %3Cpath id='Path_234' data-name='Path 234' d='M-69.5-17.6h0ZM-54.1,0V-17.6A4.357,4.357,0,0,0-58.5-22h-11v-2.2h-4.4V0Zm-4.4-4.4h-11V-17.6h11ZM-43.01-8.8V-22h-8.8v4.4h4.4v8.8ZM-20.922,0V-17.6a4.357,4.357,0,0,0-4.4-4.4h-15.4v4.4h15.4V0ZM3.058-17.6a4.357,4.357,0,0,0-4.4-4.4h-6.6v4.4h6.6V-4.4h-12.1V-22h-4.4V-4.4a4.357,4.357,0,0,0,4.4,4.4h12.1a4.357,4.357,0,0,0,4.4-4.4Zm22.088,3.036V-22H9.746v-4.4h-4.4v8.8h15.4v3.388L13.794-9.548a4.5,4.5,0,0,0-1.848,3.784V0h4.4V-5.94l6.908-4.708A4.665,4.665,0,0,0,25.146-14.564ZM40.634-17.6V-22h-13.2v4.4h4.4V0h4.4V-17.6ZM50.93,0V-22h-8.8v4.4h4.4V0ZM62.018-8.8V-22h-8.8v4.4h4.4v8.8ZM73.9,0V-22H65.1v4.4h4.4V-4.4H65.1V0Z' transform='translate(711 180.705)' fill='%2313b7b1'/%3E %3C/g%3E %3C/svg%3E");
  width: 257.342px;
  height: 92px;
}
.CalcalistNewsLetterComponenta .CalcalistNewsLetterHeader .headerTitle {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
}
.CalcalistNewsLetterComponenta .CalcalistNewsLetterHeader .headerSubTitle {
  margin-top: 8px;
  font-size: 16px;
  font-weight: normal;
}
.CalcalistNewsLetterComponenta .CalcalistNewsLetterHeader .headerSubTitle span {
  font-style: italic;
}
.CalcalistNewsLetterComponenta .separator {
  background: #C5C5C5;
  width: 772px;
  height: 1px;
  margin-top: 20px;
}
.CalcalistNewsLetterComponenta .itemsList {
  box-sizing: border-box;
  width: 100%;
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.CalcalistNewsLetterComponenta .itemsList .newsLetterItem {
  width: 287px;
  position: relative;
  height: 327px;
  box-shadow: 0px 0px 16px #00000014;
  border: 0.5px solid #DEDEDE;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
}
.CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemImage {
  width: 287px;
  height: 144px;
}
.CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemImage img {
  width: 100%;
  height: 100%;
}
.CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemBody {
  padding: 0 20px 20px 20px;
  width: 287px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 183px;
  justify-content: space-between;
}
.CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemBody .newsLetterItemTitle {
  font-size: 24px;
  margin-top: 12px;
  text-align: right;
  font-family: "ShualBold";
}
.CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemBody .newsLetterItemSubTitle {
  font-family: "Arimo";
  font-size: 16px;
  color: #808080;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 34px;
}
.CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemBottom .newsLetterItemFrequency {
  font-size: 14px;
  font-family: "Arimo";
  color: #808080;
}
.CalcalistNewsLetterComponenta .itemsList .newsLetterItem .newsLetterItemBottom .newsLetterItemRegisterButton {
  background: var(--btn-bg-color);
  box-shadow: 0px 2px 3px #00000029;
  border-radius: 40px;
  width: 86px;
  height: 27px;
  font-family: "ShualRegular";
  font-size: 18px;
  color: var(--btn-color);
  justify-content: center;
  align-items: center;
  display: flex;
  border: 1px solid var(--btn-border-color);
  cursor: pointer;
}
.CalcalistNewsLetterComponenta .custom-loader {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 4px solid;
  border-color: #E4E4ED;
  border-right-color: var(--btn-bg-color);
  animation: s2 0.5s infinite linear;
}
@keyframes s2 {
  to {
    transform: rotate(1turn);
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .CalcalistNewsLetterNativeComponenta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #1b1b1b;
    width: 100% !important;
    box-sizing: border-box;
    padding: 9.61406vw 3.58906vw 23.84531vw 3.58906vw !important;
  }
  .CalcalistNewsLetterNativeComponenta .CalcalistNewsLetterNativeHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .CalcalistNewsLetterNativeComponenta .CalcalistNewsLetterNativeHeader .headerImage {
    background-image: url("data:image/svg+xml,%3Csvg width='600' height='114' viewBox='0 0 600 114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M63.9224 75.0876H47.3075C42.6533 75.0876 39 71.6943 39 67.5102V41.845H48.969V66.0387H62.2609V50.8839H55.615V41.845H63.9224C68.5766 41.845 72.2299 45.2383 72.2299 49.4224V67.5002C72.2299 71.6843 68.5766 75.0776 63.9224 75.0776V75.0876ZM101.146 75.0876H84.531C79.8768 75.0876 76.2235 71.6943 76.2235 67.5102V41.845H109.463V67.5102C109.463 71.6943 105.81 75.0876 101.156 75.0876H101.146ZM99.4845 50.8839H86.1925V66.0387H99.4845V50.8839ZM117.23 61.7845V50.4134H112.246V41.835H127.199V61.7745H117.23V61.7845ZM158.708 63.1859L149.93 68.7013V75.0876H139.961V67.9106C139.961 63.1259 142.093 62.4552 143.484 61.5944L153.253 55.4784V50.8939H129.992V35.2085H139.961V41.855H163.222V56.2191C163.222 61.0739 161.09 61.7345 158.698 63.1959L158.708 63.1859ZM190.486 75.0876H167.225V66.0487H188.825V50.8939H167.225V41.855H190.486C195.141 41.855 198.794 45.2483 198.794 49.4324V67.5102C198.794 71.6943 195.141 75.0876 190.486 75.0876ZM230.302 63.1859L221.524 68.7013V75.0876H211.555V67.9106C211.555 63.1259 213.687 62.4552 215.079 61.5944L224.847 55.4784V50.8939H201.586V35.2085H211.555V41.855H234.816V56.2191C234.816 61.0739 232.684 61.7345 230.292 63.1959L230.302 63.1859ZM262.071 75.0876H238.81V66.0487H260.409V50.8939H238.81V41.855H262.071C266.725 41.855 270.378 45.2483 270.378 49.4324V67.5102C270.378 71.6943 266.725 75.0876 262.071 75.0876ZM397.142 75.0876V50.8939H375.543V41.855H398.804C403.458 41.855 407.111 45.2483 407.111 49.4324V75.0976H397.142V75.0876ZM436.027 75.0876H419.413C414.758 75.0876 411.105 71.6943 411.105 67.5102V41.845H421.074V66.0387H434.366V50.8839H427.72V41.845H436.027C440.682 41.845 444.335 45.2383 444.335 49.4224V67.5002C444.335 71.6843 440.682 75.0776 436.027 75.0776V75.0876ZM475.853 63.1859L467.075 68.7013V75.0876H457.106V67.9106C457.106 63.1259 459.238 62.4552 460.63 61.5944L470.398 55.4784V50.8939H447.137V35.2085H457.106V41.855H480.367V56.2191C480.367 61.0739 478.235 61.7345 475.843 63.1959L475.853 63.1859ZM498.784 50.8839V75.0776H488.815V50.8839H483.831V41.845H503.768V50.8839H498.784ZM513.007 75.0876V50.8939H508.022V41.855H522.976V75.0976H513.007V75.0876ZM532.084 61.7845V50.4134H527.099V41.835H542.053V61.7745H532.084V61.7845ZM546.047 75.0876V66.0487H551.031V50.8939H546.047V41.855H561V75.0976H546.047V75.0876Z' stroke='black' stroke-width='19.2' stroke-miterlimit='2.98'/%3E%3Cpath d='M63.9224 75.0876H47.3075C42.6533 75.0876 39 71.6943 39 67.5102V41.845H48.969V66.0387H62.2609V50.8839H55.615V41.845H63.9224C68.5766 41.845 72.2299 45.2383 72.2299 49.4224V67.5002C72.2299 71.6843 68.5766 75.0776 63.9224 75.0776V75.0876ZM101.146 75.0876H84.531C79.8768 75.0876 76.2235 71.6943 76.2235 67.5102V41.845H109.463V67.5102C109.463 71.6943 105.81 75.0876 101.156 75.0876H101.146ZM99.4845 50.8839H86.1925V66.0387H99.4845V50.8839ZM117.23 61.7845V50.4134H112.246V41.835H127.199V61.7745H117.23V61.7845ZM158.708 63.1859L149.93 68.7013V75.0876H139.961V67.9106C139.961 63.1259 142.093 62.4552 143.484 61.5944L153.253 55.4784V50.8939H129.992V35.2085H139.961V41.855H163.222V56.2191C163.222 61.0739 161.09 61.7345 158.698 63.1959L158.708 63.1859ZM190.486 75.0876H167.225V66.0487H188.825V50.8939H167.225V41.855H190.486C195.141 41.855 198.794 45.2483 198.794 49.4324V67.5102C198.794 71.6943 195.141 75.0876 190.486 75.0876ZM230.302 63.1859L221.524 68.7013V75.0876H211.555V67.9106C211.555 63.1259 213.687 62.4552 215.079 61.5944L224.847 55.4784V50.8939H201.586V35.2085H211.555V41.855H234.816V56.2191C234.816 61.0739 232.684 61.7345 230.292 63.1959L230.302 63.1859ZM262.071 75.0876H238.81V66.0487H260.409V50.8939H238.81V41.855H262.071C266.725 41.855 270.378 45.2483 270.378 49.4324V67.5102C270.378 71.6943 266.725 75.0876 262.071 75.0876ZM397.142 75.0876V50.8939H375.543V41.855H398.804C403.458 41.855 407.111 45.2483 407.111 49.4324V75.0976H397.142V75.0876ZM436.027 75.0876H419.413C414.758 75.0876 411.105 71.6943 411.105 67.5102V41.845H421.074V66.0387H434.366V50.8839H427.72V41.845H436.027C440.682 41.845 444.335 45.2383 444.335 49.4224V67.5002C444.335 71.6843 440.682 75.0776 436.027 75.0776V75.0876ZM475.853 63.1859L467.075 68.7013V75.0876H457.106V67.9106C457.106 63.1259 459.238 62.4552 460.63 61.5944L470.398 55.4784V50.8939H447.137V35.2085H457.106V41.855H480.367V56.2191C480.367 61.0739 478.235 61.7345 475.843 63.1959L475.853 63.1859ZM498.784 50.8839V75.0776H488.815V50.8839H483.831V41.845H503.768V50.8839H498.784ZM513.007 75.0876V50.8939H508.022V41.855H522.976V75.0976H513.007V75.0876ZM532.084 61.7845V50.4134H527.099V41.835H542.053V61.7745H532.084V61.7845ZM546.047 75.0876V66.0487H551.031V50.8939H546.047V41.855H561V75.0976H546.047V75.0876Z' fill='white'/%3E%3Cpath d='M324.187 6C296.072 6 273.191 28.8724 273.191 57C273.191 85.1276 296.072 108 324.187 108C352.302 108 375.183 85.1276 375.183 57C375.183 28.8724 352.302 6 324.187 6Z' fill='%23FF0000'/%3E%3Cpath d='M324.187 6C296.072 6 273.191 28.8724 273.191 57C273.191 85.1276 296.072 108 324.187 108C352.302 108 375.183 85.1276 375.183 57C375.183 28.8724 352.302 6 324.187 6Z' stroke='black' stroke-width='9.54'/%3E%3Cmask id='mask0_103_176' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='273' y='6' width='103' height='102'%3E%3Cpath d='M324.187 6C296.072 6 273.191 28.8724 273.191 57C273.191 85.1276 296.072 108 324.187 108C352.302 108 375.183 85.1276 375.183 57C375.183 28.8724 352.302 6 324.187 6Z' fill='%23FF0000'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_103_176)'%3E%3Cpath d='M277.955 6.55029V104.646H374.542' fill='%23231F20' fill-opacity='0.2'/%3E%3C/g%3E%3Cpath d='M314.678 71.4843L329.472 61.6547L301.316 31.1448L314.678 71.4843ZM330.112 71.6745L329.962 63.3964L325.568 66.3193L330.112 71.6745ZM311.746 35.2288L343.725 57.3805L353.153 57.2003L311.746 35.2388V35.2288ZM331.424 61.2143C331.424 61.2143 331.484 61.2944 331.514 61.3344C331.514 61.3344 331.514 61.3444 331.524 61.3544C331.564 61.4145 331.584 61.4745 331.604 61.5446C331.604 61.5646 331.604 61.5746 331.614 61.5946C331.624 61.6447 331.634 61.7048 331.634 61.7548C331.634 61.7648 331.634 61.7748 331.634 61.7848L331.814 71.6345L342.193 58.4315L305.16 32.7864L331.404 61.2243L331.424 61.2143ZM298.374 27.6314C298.374 27.6314 298.374 27.6313 298.374 27.6213C298.374 27.5813 298.374 27.5313 298.374 27.4912C298.374 27.4712 298.374 27.4612 298.374 27.4412C298.374 27.4111 298.384 27.3811 298.394 27.3511C298.394 27.3311 298.404 27.321 298.414 27.301C298.424 27.271 298.444 27.241 298.454 27.2109C298.454 27.2009 298.464 27.1809 298.474 27.1709C298.494 27.1309 298.524 27.0908 298.554 27.0508C298.554 27.0508 298.614 26.9907 298.644 26.9607C298.644 26.9607 298.644 26.9607 298.654 26.9607C298.664 26.9507 298.684 26.9407 298.694 26.9307C298.724 26.9106 298.744 26.8906 298.774 26.8806C298.784 26.8806 298.804 26.8606 298.824 26.8606C298.854 26.8506 298.884 26.8306 298.914 26.8206C298.924 26.8206 298.944 26.8105 298.964 26.8105C298.994 26.8105 299.034 26.7905 299.074 26.7905C299.084 26.7905 299.094 26.7905 299.104 26.7905C299.154 26.7905 299.205 26.7905 299.245 26.7905C299.255 26.7905 299.265 26.7905 299.275 26.7905C299.315 26.7905 299.345 26.7905 299.385 26.8105C299.405 26.8105 299.415 26.8105 299.435 26.8206C299.465 26.8206 299.495 26.8406 299.525 26.8506C299.545 26.8506 299.555 26.8606 299.575 26.8706C299.575 26.8706 299.595 26.8706 299.605 26.8806L356.876 57.2604C357.227 57.4406 357.407 57.841 357.317 58.2213C357.227 58.6017 356.886 58.872 356.496 58.882L343.865 59.1222L331.684 74.6274C331.684 74.6274 331.604 74.7175 331.564 74.7576C331.564 74.7576 331.564 74.7576 331.554 74.7576C331.544 74.7576 331.524 74.7776 331.514 74.7876C331.474 74.8176 331.444 74.8376 331.404 74.8576C331.384 74.8576 331.374 74.8777 331.353 74.8777C331.313 74.8977 331.273 74.9077 331.233 74.9177C331.213 74.9177 331.203 74.9177 331.183 74.9277C331.123 74.9377 331.063 74.9477 331.013 74.9477C330.963 74.9477 330.903 74.9477 330.853 74.9277C330.833 74.9277 330.823 74.9277 330.803 74.9177C330.783 74.9177 330.763 74.9177 330.743 74.9077C330.723 74.9077 330.713 74.8977 330.693 74.8877C330.673 74.8877 330.663 74.8777 330.643 74.8677C330.593 74.8476 330.543 74.8176 330.503 74.7876C330.503 74.7876 330.503 74.7876 330.493 74.7776C330.453 74.7475 330.413 74.7075 330.383 74.6675C330.383 74.6675 330.373 74.6675 330.363 74.6575L324.117 67.3002L314.688 73.5664C314.468 73.7165 314.178 73.7466 313.928 73.6665C313.678 73.5764 313.477 73.3762 313.387 73.1159L298.414 27.9016C298.414 27.9016 298.404 27.8516 298.394 27.8315C298.394 27.8215 298.394 27.8015 298.384 27.7815C298.384 27.7314 298.374 27.6914 298.374 27.6414' fill='white'/%3E%3C/svg%3E%0A");
    width: 74.35781vw !important;
    height: 19.74219vw !important;
    background-size: 74.35781vw 19.74219vw !important;
    background-color: red;
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
  }
  .CalcalistNewsLetterNativeComponenta .CalcalistNewsLetterNativeHeader .separator {
    display: none;
    width: 161.25vw;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.38);
    margin-top: 4.6875vw;
  }
  .CalcalistNewsLetterNativeComponenta .CalcalistNewsLetterNativeHeader .headerTitle {
    width: 74.35781vw !important;
    margin-top: 10.25625vw !important;
    font-family: 'Open Sans Hebrew';
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3 !important;
    letter-spacing: normal;
    text-align: center;
    color: rgba(255, 255, 255, 0.87) !important;
  }
  .CalcalistNewsLetterNativeComponenta .itemsList {
    box-sizing: border-box;
    width: 100%;
    margin-top: 12.82031vw !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.58906vw !important;
    padding: unset !important;
  }
  .CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem {
    width: 44.61406vw !important;
    height: 44.61406vw !important;
    position: relative;
    background-color: #313131;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
  }
  .CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .custom-checkbox {
    display: none !important;
    align-items: center;
    cursor: pointer;
  }
  .CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .custom-checkbox input[type="checkbox"] {
    display: none;
  }
  .CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .custom-checkbox .custom-checkbox-box {
    width: 3.90625vw;
    height: 3.90625vw;
    border-radius: 7.8125vw;
    position: absolute;
    top: -2.03125vw;
    right: -1.875vw;
    background-color: #fff;
  }
  .CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .custom-checkbox input[type="checkbox"]:checked + .custom-checkbox-box {
    background-color: unset;
  }
  .CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .custom-checkbox input[type="checkbox"]:checked + .custom-checkbox-box::before {
    content: '';
    display: block;
    width: 3.90625vw;
    height: 3.90625vw;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='red'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.724 34.549c1.76 1.998 1.69 5.163-.154 7.069l-33.865 35c-1.784 1.844-4.592 1.843-6.374-.003l-16.904-17.5c-1.843-1.908-1.91-5.073-.148-7.07 1.76-1.996 4.682-2.068 6.525-.16l13.718 14.202 30.677-31.705c1.844-1.906 4.766-1.831 6.525.167z' fill='%23fff'/%3E%3C/svg%3E%0A");
  }
  .CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem.checked .newsLetterHeadear {
    background-color: #f00 !important;
  }
  .CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterHeadear {
    background-color: #505050;
    border-bottom: unset !important;
    height: 7.69219vw !important;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterHeadear .newsLetterItemTitle {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem !important;
    text-align: center;
    font-family: "Shual" !important;
    color: rgba(255, 255, 255, 0.87);
    line-height: 1;
  }
  .CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterItemBody {
    width: 100% !important;
    height: auto !important;
    padding: 4.10156vw 7.17812vw 0 7.17812vw !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterItemBody .newsLetterItemImage {
    width: 30.5125vw !important;
    height: 20vw !important;
  }
  .CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterItemBody .newsLetterItemImage img {
    width: 100%;
    height: 100%;
  }
  .CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterItemBody .newsLetterItemSubTitle {
    display: none;
    color: rgba(255, 255, 255, 0.87);
    font-family: "Shual" !important;
    font-size: 3.4375vw;
    line-height: 1;
    margin-top: 2.65625vw;
    font-weight: bold;
  }
  .CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterItemBody .newsLetterItemFrequency {
    width: 35.9875vw !important;
    margin-top: 4.10156vw !important;
    display: flex;
    gap: 1.025vw !important;
    justify-content: center;
    align-items: center;
    font-size: 1rem !important;
    font-family: "Open Sans Hebrew";
    color: rgba(255, 255, 255, 0.6) !important;
  }
  .CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterItemBody .newsLetterItemFrequency .divider {
    width: 5.12813vw !important;
    height: 0.25625vw !important;
    background-color: rgba(255, 255, 255, 0.38);
  }
  .CalcalistNewsLetterNativeComponenta .registerButton {
    width: 17.1875vw;
    height: 6.875vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10.25625vw 0 0 0;
    border-radius: 15.625vw;
    background-color: #f00;
    font-family: 'Open Sans Hebrew';
    font-size: 2.5vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding: 0;
    border: unset;
  }
  .CalcalistNewsLetterNativeRegisterPopup {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 0px !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(18, 18, 18, 0.8);
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal {
    z-index: 100;
    width: 87.17813vw !important;
    height: 94.87031vw !important;
    position: absolute;
    box-sizing: border-box !important;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    display: flex;
    right: 0;
    border-radius: 0.625vw;
    box-shadow: 0.625vw 0.625vw 0.9375vw 0 rgba(255, 255, 255, 0.25);
    background-color: #fff;
    flex-direction: column;
    font-family: 'Open Sans Hebrew';
    align-items: center;
    padding: 5.64063vw 5.64063vw 0 5.64063vw !important;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content-success {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    display: none;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content-success.show {
    display: flex;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content-success .success-icon {
    top: -9.0625vw;
    border-radius: 50%;
    width: 25.64063vw !important;
    height: 25.64063vw !important;
    background-color: #f00;
    position: absolute;
    z-index: 10;
    background-image: url("data:image/svg+xml,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='red'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.724 34.549c1.76 1.998 1.69 5.163-.154 7.069l-33.865 35c-1.784 1.844-4.592 1.843-6.374-.003l-16.904-17.5c-1.843-1.908-1.91-5.073-.148-7.07 1.76-1.996 4.682-2.068 6.525-.16l13.718 14.202 30.677-31.705c1.844-1.906 4.766-1.831 6.525.167z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content-success .success-title {
    width: 31.25vw;
    margin: 15.625vw 0 0 0 !important;
    font-family: 'Shual' !important;
    font-size: 14.375vw !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.82;
    letter-spacing: normal;
    text-align: center;
    color: #f00;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content-success .success-sub-title {
    margin: 4.6875vw 0 0 0;
    font-family: 'Open Sans Hebrew';
    font-size: 1.25rem !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #313131;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content-success .return-button {
    text-decoration: none;
    font-family: 'Open Sans Hebrew';
    font-size: 2.5vw;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    width: 29.6875vw !important;
    height: 9.375vw !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 6.71875vw 0 0 0;
    border-radius: 15.625vw;
    background-color: #f00;
    border: none;
    font-weight: bold;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content {
    display: none;
    flex-direction: column;
    align-items: center;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content.show {
    display: flex;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .x-icon {
    cursor: pointer;
    width: 2.1875vw;
    height: 2.1875vw;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 2.03125vw;
    left: 2.1875vw;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m8.285 7 5.437-5.388a.977.977 0 0 0 .044-1.317.842.842 0 0 0-1.238-.046L7 5.726 1.472.25A.842.842 0 0 0 .234.295a.977.977 0 0 0 .044 1.317L5.715 7 .278 12.388a.977.977 0 0 0-.044 1.317.842.842 0 0 0 1.238.046L7 8.274l5.528 5.477c.352.35.91.329 1.238-.046a.977.977 0 0 0-.044-1.317L8.285 7z' fill='%23313131'/%3E%3C/svg%3E%0A");
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .main-title {
    margin-top: unset !important;
    font-family: 'Shual' !important;
    font-size: 5.3125vw;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
    text-align: center;
    color: #121212;
    width: 37.5vw;
    margin-bottom: unset;
    font-weight: bold;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form {
    margin-top: 6.15313vw !important;
    font-size: 2.34375vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form input {
    width: 75.89688vw !important;
    height: 11.79375vw !important;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 3.33281vw 5.12813vw !important;
    border-radius: 15.625vw;
    border: solid 1px #b7b7b7;
    background-color: #fff;
    box-sizing: border-box;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form input::placeholder {
    font-size: 2.34375vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #b7b7b7;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form input + input {
    margin-top: 6.15313vw !important;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form input[name='email'].error {
    border-color: #f00;
    color: #f00;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form input[name='email'].error::placeholder {
    color: #f00;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form input[name='phone'].error {
    border-color: #f00;
    color: #f00;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form input[name='phone'].error::placeholder {
    color: #f00;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form button {
    border-radius: 15.625vw;
    background-color: #f00;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.84375vw;
    height: 5.625vw;
    font-size: 2.5vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    margin-top: 6.16875vw !important;
    border: unset;
    cursor: pointer;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms {
    display: flex;
    align-items: center;
    margin-top: 6.66563vw !important;
    gap: 1.25vw;
    width: auto !important;
    height: auto !important;
    box-sizing: border-box;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox {
    position: relative;
    top: 0.46875vw;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox input[type="checkbox"] {
    display: none;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox.error .terms-checkbox {
    border: solid 1px #f00;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox.error + label {
    color: #f00;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox.error + label a {
    color: #f00;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox label {
    cursor: pointer;
    height: 2.1875vw;
    width: 2.1875vw;
    display: inline-block;
    border-radius: 0.625vw;
    border: solid 1px #b7b7b7;
    background-color: #fff;
    position: relative;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox input[type="checkbox"]:checked + label {
    background-color: #767676;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox input[type="checkbox"]:checked + label:before {
    content: '✓';
    position: absolute;
    top: -0.3125vw;
    left: 0.3125vw;
    color: white;
    font-size: 2.03125vw;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms label {
    font-size: 1.875vw;
    font-family: 'Open Sans Hebrew';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #6c6c6c;
  }
  .CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms label a {
    color: #6c6c6c;
    font-weight: bold;
    text-decoration: none;
  }
}
.CalcalistNewsLetterNativeComponenta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #1b1b1b;
  width: 1210px;
  padding: 36px 0 46px 0;
}
.CalcalistNewsLetterNativeComponenta .CalcalistNewsLetterNativeHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.CalcalistNewsLetterNativeComponenta .CalcalistNewsLetterNativeHeader .headerImage {
  background-image: url("data:image/svg+xml,%3Csvg width='600' height='114' viewBox='0 0 600 114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M63.9224 75.0876H47.3075C42.6533 75.0876 39 71.6943 39 67.5102V41.845H48.969V66.0387H62.2609V50.8839H55.615V41.845H63.9224C68.5766 41.845 72.2299 45.2383 72.2299 49.4224V67.5002C72.2299 71.6843 68.5766 75.0776 63.9224 75.0776V75.0876ZM101.146 75.0876H84.531C79.8768 75.0876 76.2235 71.6943 76.2235 67.5102V41.845H109.463V67.5102C109.463 71.6943 105.81 75.0876 101.156 75.0876H101.146ZM99.4845 50.8839H86.1925V66.0387H99.4845V50.8839ZM117.23 61.7845V50.4134H112.246V41.835H127.199V61.7745H117.23V61.7845ZM158.708 63.1859L149.93 68.7013V75.0876H139.961V67.9106C139.961 63.1259 142.093 62.4552 143.484 61.5944L153.253 55.4784V50.8939H129.992V35.2085H139.961V41.855H163.222V56.2191C163.222 61.0739 161.09 61.7345 158.698 63.1959L158.708 63.1859ZM190.486 75.0876H167.225V66.0487H188.825V50.8939H167.225V41.855H190.486C195.141 41.855 198.794 45.2483 198.794 49.4324V67.5102C198.794 71.6943 195.141 75.0876 190.486 75.0876ZM230.302 63.1859L221.524 68.7013V75.0876H211.555V67.9106C211.555 63.1259 213.687 62.4552 215.079 61.5944L224.847 55.4784V50.8939H201.586V35.2085H211.555V41.855H234.816V56.2191C234.816 61.0739 232.684 61.7345 230.292 63.1959L230.302 63.1859ZM262.071 75.0876H238.81V66.0487H260.409V50.8939H238.81V41.855H262.071C266.725 41.855 270.378 45.2483 270.378 49.4324V67.5102C270.378 71.6943 266.725 75.0876 262.071 75.0876ZM397.142 75.0876V50.8939H375.543V41.855H398.804C403.458 41.855 407.111 45.2483 407.111 49.4324V75.0976H397.142V75.0876ZM436.027 75.0876H419.413C414.758 75.0876 411.105 71.6943 411.105 67.5102V41.845H421.074V66.0387H434.366V50.8839H427.72V41.845H436.027C440.682 41.845 444.335 45.2383 444.335 49.4224V67.5002C444.335 71.6843 440.682 75.0776 436.027 75.0776V75.0876ZM475.853 63.1859L467.075 68.7013V75.0876H457.106V67.9106C457.106 63.1259 459.238 62.4552 460.63 61.5944L470.398 55.4784V50.8939H447.137V35.2085H457.106V41.855H480.367V56.2191C480.367 61.0739 478.235 61.7345 475.843 63.1959L475.853 63.1859ZM498.784 50.8839V75.0776H488.815V50.8839H483.831V41.845H503.768V50.8839H498.784ZM513.007 75.0876V50.8939H508.022V41.855H522.976V75.0976H513.007V75.0876ZM532.084 61.7845V50.4134H527.099V41.835H542.053V61.7745H532.084V61.7845ZM546.047 75.0876V66.0487H551.031V50.8939H546.047V41.855H561V75.0976H546.047V75.0876Z' stroke='black' stroke-width='19.2' stroke-miterlimit='2.98'/%3E%3Cpath d='M63.9224 75.0876H47.3075C42.6533 75.0876 39 71.6943 39 67.5102V41.845H48.969V66.0387H62.2609V50.8839H55.615V41.845H63.9224C68.5766 41.845 72.2299 45.2383 72.2299 49.4224V67.5002C72.2299 71.6843 68.5766 75.0776 63.9224 75.0776V75.0876ZM101.146 75.0876H84.531C79.8768 75.0876 76.2235 71.6943 76.2235 67.5102V41.845H109.463V67.5102C109.463 71.6943 105.81 75.0876 101.156 75.0876H101.146ZM99.4845 50.8839H86.1925V66.0387H99.4845V50.8839ZM117.23 61.7845V50.4134H112.246V41.835H127.199V61.7745H117.23V61.7845ZM158.708 63.1859L149.93 68.7013V75.0876H139.961V67.9106C139.961 63.1259 142.093 62.4552 143.484 61.5944L153.253 55.4784V50.8939H129.992V35.2085H139.961V41.855H163.222V56.2191C163.222 61.0739 161.09 61.7345 158.698 63.1959L158.708 63.1859ZM190.486 75.0876H167.225V66.0487H188.825V50.8939H167.225V41.855H190.486C195.141 41.855 198.794 45.2483 198.794 49.4324V67.5102C198.794 71.6943 195.141 75.0876 190.486 75.0876ZM230.302 63.1859L221.524 68.7013V75.0876H211.555V67.9106C211.555 63.1259 213.687 62.4552 215.079 61.5944L224.847 55.4784V50.8939H201.586V35.2085H211.555V41.855H234.816V56.2191C234.816 61.0739 232.684 61.7345 230.292 63.1959L230.302 63.1859ZM262.071 75.0876H238.81V66.0487H260.409V50.8939H238.81V41.855H262.071C266.725 41.855 270.378 45.2483 270.378 49.4324V67.5102C270.378 71.6943 266.725 75.0876 262.071 75.0876ZM397.142 75.0876V50.8939H375.543V41.855H398.804C403.458 41.855 407.111 45.2483 407.111 49.4324V75.0976H397.142V75.0876ZM436.027 75.0876H419.413C414.758 75.0876 411.105 71.6943 411.105 67.5102V41.845H421.074V66.0387H434.366V50.8839H427.72V41.845H436.027C440.682 41.845 444.335 45.2383 444.335 49.4224V67.5002C444.335 71.6843 440.682 75.0776 436.027 75.0776V75.0876ZM475.853 63.1859L467.075 68.7013V75.0876H457.106V67.9106C457.106 63.1259 459.238 62.4552 460.63 61.5944L470.398 55.4784V50.8939H447.137V35.2085H457.106V41.855H480.367V56.2191C480.367 61.0739 478.235 61.7345 475.843 63.1959L475.853 63.1859ZM498.784 50.8839V75.0776H488.815V50.8839H483.831V41.845H503.768V50.8839H498.784ZM513.007 75.0876V50.8939H508.022V41.855H522.976V75.0976H513.007V75.0876ZM532.084 61.7845V50.4134H527.099V41.835H542.053V61.7745H532.084V61.7845ZM546.047 75.0876V66.0487H551.031V50.8939H546.047V41.855H561V75.0976H546.047V75.0876Z' fill='white'/%3E%3Cpath d='M324.187 6C296.072 6 273.191 28.8724 273.191 57C273.191 85.1276 296.072 108 324.187 108C352.302 108 375.183 85.1276 375.183 57C375.183 28.8724 352.302 6 324.187 6Z' fill='%23FF0000'/%3E%3Cpath d='M324.187 6C296.072 6 273.191 28.8724 273.191 57C273.191 85.1276 296.072 108 324.187 108C352.302 108 375.183 85.1276 375.183 57C375.183 28.8724 352.302 6 324.187 6Z' stroke='black' stroke-width='9.54'/%3E%3Cmask id='mask0_103_176' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='273' y='6' width='103' height='102'%3E%3Cpath d='M324.187 6C296.072 6 273.191 28.8724 273.191 57C273.191 85.1276 296.072 108 324.187 108C352.302 108 375.183 85.1276 375.183 57C375.183 28.8724 352.302 6 324.187 6Z' fill='%23FF0000'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_103_176)'%3E%3Cpath d='M277.955 6.55029V104.646H374.542' fill='%23231F20' fill-opacity='0.2'/%3E%3C/g%3E%3Cpath d='M314.678 71.4843L329.472 61.6547L301.316 31.1448L314.678 71.4843ZM330.112 71.6745L329.962 63.3964L325.568 66.3193L330.112 71.6745ZM311.746 35.2288L343.725 57.3805L353.153 57.2003L311.746 35.2388V35.2288ZM331.424 61.2143C331.424 61.2143 331.484 61.2944 331.514 61.3344C331.514 61.3344 331.514 61.3444 331.524 61.3544C331.564 61.4145 331.584 61.4745 331.604 61.5446C331.604 61.5646 331.604 61.5746 331.614 61.5946C331.624 61.6447 331.634 61.7048 331.634 61.7548C331.634 61.7648 331.634 61.7748 331.634 61.7848L331.814 71.6345L342.193 58.4315L305.16 32.7864L331.404 61.2243L331.424 61.2143ZM298.374 27.6314C298.374 27.6314 298.374 27.6313 298.374 27.6213C298.374 27.5813 298.374 27.5313 298.374 27.4912C298.374 27.4712 298.374 27.4612 298.374 27.4412C298.374 27.4111 298.384 27.3811 298.394 27.3511C298.394 27.3311 298.404 27.321 298.414 27.301C298.424 27.271 298.444 27.241 298.454 27.2109C298.454 27.2009 298.464 27.1809 298.474 27.1709C298.494 27.1309 298.524 27.0908 298.554 27.0508C298.554 27.0508 298.614 26.9907 298.644 26.9607C298.644 26.9607 298.644 26.9607 298.654 26.9607C298.664 26.9507 298.684 26.9407 298.694 26.9307C298.724 26.9106 298.744 26.8906 298.774 26.8806C298.784 26.8806 298.804 26.8606 298.824 26.8606C298.854 26.8506 298.884 26.8306 298.914 26.8206C298.924 26.8206 298.944 26.8105 298.964 26.8105C298.994 26.8105 299.034 26.7905 299.074 26.7905C299.084 26.7905 299.094 26.7905 299.104 26.7905C299.154 26.7905 299.205 26.7905 299.245 26.7905C299.255 26.7905 299.265 26.7905 299.275 26.7905C299.315 26.7905 299.345 26.7905 299.385 26.8105C299.405 26.8105 299.415 26.8105 299.435 26.8206C299.465 26.8206 299.495 26.8406 299.525 26.8506C299.545 26.8506 299.555 26.8606 299.575 26.8706C299.575 26.8706 299.595 26.8706 299.605 26.8806L356.876 57.2604C357.227 57.4406 357.407 57.841 357.317 58.2213C357.227 58.6017 356.886 58.872 356.496 58.882L343.865 59.1222L331.684 74.6274C331.684 74.6274 331.604 74.7175 331.564 74.7576C331.564 74.7576 331.564 74.7576 331.554 74.7576C331.544 74.7576 331.524 74.7776 331.514 74.7876C331.474 74.8176 331.444 74.8376 331.404 74.8576C331.384 74.8576 331.374 74.8777 331.353 74.8777C331.313 74.8977 331.273 74.9077 331.233 74.9177C331.213 74.9177 331.203 74.9177 331.183 74.9277C331.123 74.9377 331.063 74.9477 331.013 74.9477C330.963 74.9477 330.903 74.9477 330.853 74.9277C330.833 74.9277 330.823 74.9277 330.803 74.9177C330.783 74.9177 330.763 74.9177 330.743 74.9077C330.723 74.9077 330.713 74.8977 330.693 74.8877C330.673 74.8877 330.663 74.8777 330.643 74.8677C330.593 74.8476 330.543 74.8176 330.503 74.7876C330.503 74.7876 330.503 74.7876 330.493 74.7776C330.453 74.7475 330.413 74.7075 330.383 74.6675C330.383 74.6675 330.373 74.6675 330.363 74.6575L324.117 67.3002L314.688 73.5664C314.468 73.7165 314.178 73.7466 313.928 73.6665C313.678 73.5764 313.477 73.3762 313.387 73.1159L298.414 27.9016C298.414 27.9016 298.404 27.8516 298.394 27.8315C298.394 27.8215 298.394 27.8015 298.384 27.7815C298.384 27.7314 298.374 27.6914 298.374 27.6414' fill='white'/%3E%3C/svg%3E%0A");
  width: 600px;
  height: 114px;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.CalcalistNewsLetterNativeComponenta .CalcalistNewsLetterNativeHeader .separator {
  width: 1032px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.38);
  margin-top: 30px;
}
.CalcalistNewsLetterNativeComponenta .CalcalistNewsLetterNativeHeader .headerTitle {
  margin-top: 35px;
  font-family: 'Open Sans Hebrew';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.CalcalistNewsLetterNativeComponenta .itemsList {
  box-sizing: border-box;
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 30px;
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem {
  width: 270px;
  height: 256px;
  position: relative;
  background-color: #313131;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterItemRadioButton {
  position: absolute;
  top: -13px;
  right: -12px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: #fff;
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterItemRadioButton.checked {
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='red'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.724 34.549c1.76 1.998 1.69 5.163-.154 7.069l-33.865 35c-1.784 1.844-4.592 1.843-6.374-.003l-16.904-17.5c-1.843-1.908-1.91-5.073-.148-7.07 1.76-1.996 4.682-2.068 6.525-.16l13.718 14.202 30.677-31.705c1.844-1.906 4.766-1.831 6.525.167z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .custom-checkbox input[type="checkbox"] {
  display: none;
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .custom-checkbox .custom-checkbox-box {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  position: absolute;
  top: -13px;
  right: -12px;
  background-color: #fff;
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .custom-checkbox input[type="checkbox"]:checked + .custom-checkbox-box {
  background-color: unset;
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .custom-checkbox input[type="checkbox"]:checked + .custom-checkbox-box::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='red'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.724 34.549c1.76 1.998 1.69 5.163-.154 7.069l-33.865 35c-1.784 1.844-4.592 1.843-6.374-.003l-16.904-17.5c-1.843-1.908-1.91-5.073-.148-7.07 1.76-1.996 4.682-2.068 6.525-.16l13.718 14.202 30.677-31.705c1.844-1.906 4.766-1.831 6.525.167z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterHeadear {
  background-color: #505050;
  border-bottom: 2px solid #f00;
  height: 32px;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterHeadear .newsLetterItemTitle {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-align: center;
  font-family: "ShualBold";
  color: rgba(255, 255, 255, 0.87);
  line-height: 1;
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterItemBody {
  padding: 25px 15px 13px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 222px;
  align-items: center;
  width: 100%;
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterItemBody .newsLetterItemImage {
  width: 145px;
  height: 95px;
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterItemBody .newsLetterItemImage img {
  width: 100%;
  height: 100%;
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterItemBody .newsLetterItemSubTitle {
  color: rgba(255, 255, 255, 0.87);
  font-family: "ShualBold";
  font-size: 22px;
  line-height: 1;
  margin-top: 17px;
  width: 100%;
  text-align: center;
  word-break: break-word;
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterItemBody .newsLetterItemFrequency {
  margin-top: 30px;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: "Open Sans Hebrew";
  color: rgba(255, 255, 255, 0.87);
}
.CalcalistNewsLetterNativeComponenta .itemsList .newsLetterItem .newsLetterItemBody .newsLetterItemFrequency .divider {
  width: 50px;
  height: 0.5px;
  background-color: rgba(255, 255, 255, 0.38);
}
.CalcalistNewsLetterNativeComponenta .registerButton {
  width: 110px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 45px 0 0 0;
  border-radius: 100px;
  background-color: #f00;
  font-family: 'Open Sans Hebrew';
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  padding: 0;
  border: unset;
  cursor: pointer;
}
.CalcalistNewsLetterNativeRegisterPopup {
  display: block;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(18, 18, 18, 0.8);
}
.CalcalistNewsLetterNativeRegisterPopup .modal {
  z-index: 100;
  width: 386px;
  height: 350px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  display: flex;
  right: 0;
  border-radius: 4px;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.25);
  background-color: #fff;
  flex-direction: column;
  font-family: 'Open Sans Hebrew';
  align-items: center;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content-success {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  display: none;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content-success.show {
  display: flex;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content-success .success-icon {
  top: -58px;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background-color: #f00;
  position: absolute;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='red'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.724 34.549c1.76 1.998 1.69 5.163-.154 7.069l-33.865 35c-1.784 1.844-4.592 1.843-6.374-.003l-16.904-17.5c-1.843-1.908-1.91-5.073-.148-7.07 1.76-1.996 4.682-2.068 6.525-.16l13.718 14.202 30.677-31.705c1.844-1.906 4.766-1.831 6.525.167z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content-success .success-title {
  width: 200px;
  margin: 77px 0 0 0;
  font-family: 'ShualBold';
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.82;
  letter-spacing: normal;
  text-align: center;
  color: #f00;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content-success .success-sub-title {
  margin: 30px 0 0 0;
  font-family: 'Open Sans Hebrew';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #313131;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content-success .return-button {
  text-decoration: none;
  font-family: 'Open Sans Hebrew';
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  width: 116px;
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 43px 0 0 0;
  border-radius: 100px;
  background-color: #f00;
  border: none;
  font-weight: bold;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content {
  display: none;
  flex-direction: column;
  align-items: center;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content.show {
  display: flex;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .x-icon {
  cursor: pointer;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 13px;
  left: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m8.285 7 5.437-5.388a.977.977 0 0 0 .044-1.317.842.842 0 0 0-1.238-.046L7 5.726 1.472.25A.842.842 0 0 0 .234.295a.977.977 0 0 0 .044 1.317L5.715 7 .278 12.388a.977.977 0 0 0-.044 1.317.842.842 0 0 0 1.238.046L7 8.274l5.528 5.477c.352.35.91.329 1.238-.046a.977.977 0 0 0-.044-1.317L8.285 7z' fill='%23313131'/%3E%3C/svg%3E%0A");
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .main-title {
  margin-top: 40px;
  font-family: 'ShualBold';
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: center;
  color: #121212;
  width: 240px;
  margin-bottom: unset;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form {
  margin-top: 30px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form input {
  width: 320px;
  height: 36px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 20px;
  border-radius: 100px;
  border: solid 1px #b7b7b7;
  background-color: #fff;
  box-sizing: border-box;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form input::placeholder {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #b7b7b7;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form input + input {
  margin-top: 15px;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form input[name='email'].error {
  border-color: #f00;
  color: #f00;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form input[name='email'].error::placeholder {
  color: #f00;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form input[name='phone'].error {
  border-color: #f00;
  color: #f00;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form input[name='phone'].error::placeholder {
  color: #f00;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form button {
  border-radius: 100px;
  background-color: #f00;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  margin-top: 24px;
  border: unset;
  cursor: pointer;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 8px;
  width: 345px;
  height: 44px;
  box-sizing: border-box;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox {
  position: relative;
  top: 3px;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox input[type="checkbox"] {
  display: none;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox.error .terms-checkbox {
  border: solid 1px #f00;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox.error + label {
  color: #f00;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox.error + label a {
  color: #f00;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox label {
  cursor: pointer;
  height: 14px;
  width: 14px;
  display: inline-block;
  border-radius: 4px;
  border: solid 1px #b7b7b7;
  background-color: #fff;
  position: relative;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox input[type="checkbox"]:checked + label {
  background-color: #767676;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms .custom-checkbox input[type="checkbox"]:checked + label:before {
  content: '✓';
  position: absolute;
  top: -2px;
  left: 2px;
  color: white;
  font-size: 13px;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms label {
  font-size: 12px;
  font-family: 'Open Sans Hebrew';
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #6c6c6c;
}
.CalcalistNewsLetterNativeRegisterPopup .modal .popup-content .form .terms label a {
  color: #6c6c6c;
  font-weight: bold;
  text-decoration: none;
}
.CalcalistOpinionsComponenta {
  display: flex;
  flex-direction: column;
  padding: 13px 15px;
}
.CalcalistOpinionsComponenta .tabTitle,
.CalcalistOpinionsComponenta .tabTitle:hover {
  display: flex;
  font-family: "ShualBold", 'Open Sans Hebrew', sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.CalcalistOpinionsComponenta .slotsWrapper {
  display: flex;
}
.CalcalistOpinionsComponenta .slotListWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.CalcalistOpinionsSlotItem {
  display: flex;
  width: 277px;
  padding-top: 31px;
  border-bottom: 6px solid #ebebeb;
}
.CalcalistOpinionsSlotItem .titlesWrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
}
.CalcalistOpinionsSlotItem .titlesWrapper .author {
  display: block;
  font-family: 'Open Sans Hebrew';
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1.5px;
  margin-inline-start: 10px;
  margin-top: -5px;
  max-height: 38px;
  height: auto;
  overflow: hidden;
}
.CalcalistOpinionsSlotItem .titlesWrapper .title {
  font-family: "ShualBold", 'Open Sans Hebrew', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  overflow: hidden;
  float: right;
  text-align: right;
  margin-top: 5px;
  margin-inline-start: 10px;
  max-height: 65px;
}
.CalcalistOpinionsSlotItem .SiteImageMedia:hover {
  transform: none ! important;
}
.CalcalistOpinionsSlotItem .MediaCarousel {
  border-left: 3px solid #ebebeb;
  overflow: hidden;
}
.CalcalistOpinionsSlotItem .MediaCarousel img {
  width: 101px;
  height: 104px;
}
.CalcalistPaywallCheckoutComponenta {
  width: 800px;
  height: 800px;
  padding: 50px 125px 0 125px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  background: #ffffff;
  border-radius: 12px;
  z-index: 0;
  box-sizing: border-box;
}
.CalcalistPaywallCheckoutComponenta .gradient-background {
  background: linear-gradient(180deg, #821013 -14.8%, #D01E25 100%);
  width: 100%;
  height: 480px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.CalcalistPaywallCheckoutComponenta .gradient-background.PERSONAL_DETAILS {
  height: 500px;
}
.CalcalistPaywallCheckoutComponenta .calcalist-logo-container {
  width: 180px;
}
.CalcalistPaywallCheckoutComponenta .calcalist-logo-container .calcalist-logo {
  width: 100%;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='180' height='34' viewBox='0 0 180 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='180' height='34' fill='%23CE202D'/%3E%3Cpath d='M160 0H20V34H160V0Z' fill='%23CE202D'/%3E%3Cpath d='M94.887 16.7998V9.00214H82.7204V5.3125H77.5081V13.8988H89.6747V16.3814L84.5324 19.7145C84.4465 19.7728 84.3546 19.8292 84.2594 19.8876C83.5483 20.3241 82.6504 20.8752 82.6504 23.1915V27.0938H87.8627V23.6167L92.4243 20.6334C92.5806 20.5313 92.7349 20.4362 92.8855 20.3435C93.9879 19.6646 94.887 19.1109 94.887 16.7998Z' fill='white'/%3E%3Cpath d='M45.6466 27.0321V13.1171C45.6466 10.847 43.7646 9.00221 41.3019 9.00221H36.9572V13.8989H40.4344V22.1354H33.48V8.93364H28.2677V22.9173C28.2677 25.1873 30.1497 27.0321 32.6124 27.0321H45.6466Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.0323 22.9172V8.93364H61.0665C63.5292 8.93364 65.4112 10.7785 65.4112 13.0485V22.9172C65.4112 25.1873 63.5292 27.0321 61.0665 27.0321H52.377C49.9843 27.1007 48.0323 25.2559 48.0323 22.9172ZM53.2516 22.1354H60.2059V13.8989H53.2516V22.1354Z' fill='white'/%3E%3Cpath d='M75.2621 8.93364V19.8654H70.0498V13.6177H67.4402V8.93364H75.2621Z' fill='white'/%3E%3Cpath d='M113.644 13.1238V22.924C113.644 25.2626 111.762 27.1075 109.3 27.0389H97.1329V22.1422H108.432V13.9057H97.1329V9.009H109.3C111.762 9.009 113.644 10.8538 113.644 13.1238Z' fill='white'/%3E%3Cpath d='M132.905 16.8135V9.00214H120.739V5.3125H115.526V13.8988H127.693V16.3814L122.551 19.7145C122.471 19.7682 122.388 19.8203 122.302 19.874C121.6 20.3128 120.739 20.8508 120.739 23.1915V27.0938H125.951V23.6167L130.582 20.6334C130.743 20.5159 130.903 20.4077 131.061 20.3017C132.041 19.641 132.898 19.0632 132.898 16.7998L132.905 16.8135Z' fill='white'/%3E%3Cpath d='M151.732 13.1238V22.9172L151.725 22.924C151.725 25.2626 149.773 27.1075 147.311 27.0389H135.144V22.1422H146.443V13.9057H135.221V9.009H147.388C149.85 9.009 151.732 10.8538 151.732 13.1238Z' fill='white'/%3E%3C/svg%3E%0A");
}
.CalcalistPaywallCheckoutComponenta .calcalist-logo-container .calcalist-digital-edition-text {
  background: #821013;
  font-weight: 700;
  height: 34px;
  font-size: 16px;
  line-height: 21.79px;
  display: flex;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  border: 2px solid #ce202d;
}
.CalcalistPaywallCheckoutFinish {
  width: 650px;
  margin-top: 25px;
}
.CalcalistPaywallCheckoutFinish .checkout-finish-logo {
  width: 240px;
  height: 240px;
  position: absolute;
  background-size: contain;
  bottom: 10px;
  background-repeat: no-repeat;
  left: 15px;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/checkout-finish-icon.png');
}
.CalcalistPaywallCheckoutFinish .title {
  margin-top: 25px;
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
}
.CalcalistPaywallCheckoutFinish .main-container {
  height: 400px;
  display: flex;
  margin-top: 25px;
  padding: 35px 65px 35px 65px;
  background-color: #fff;
  box-shadow: 2px 6px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  box-sizing: border-box;
  color: #78787b;
  font-weight: 400;
  font-size: 16px;
  line-height: 21.79px;
  flex-direction: column;
  align-items: center;
}
.CalcalistPaywallCheckoutFinish .main-container .finish-logo {
  width: 110px;
  height: 110px;
  background-image: url("data:image/svg+xml,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='%23FF0000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.7241 34.5487C85.4836 36.5467 85.4148 39.7116 83.5705 41.6178L49.7051 76.6178C47.9207 78.4619 45.1134 78.4606 43.3305 76.6148L26.4267 59.1148C24.5838 57.207 24.5176 54.042 26.2786 52.0456C28.0397 50.0492 30.9613 49.9774 32.8041 51.8852L46.5219 66.0868L77.1987 34.3823C79.0431 32.4761 81.9646 32.5506 83.7241 34.5487Z' fill='white'/%3E%3C/svg%3E%0A");
}
.CalcalistPaywallCheckoutFinish .main-container .finish-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 24.51px;
  text-align: center;
  margin-top: 20px;
  width: 400px;
}
.CalcalistPaywallCheckoutFinish .main-container .finish-button {
  width: 161px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  color: #fff;
  background-color: #de1a1a;
  border: 0;
  margin-top: 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  padding: 0;
}
.CalcalistPaywallCheckoutPaymentDetails {
  width: 650px;
  margin-top: 25px;
}
.CalcalistPaywallCheckoutPaymentDetails .title {
  margin-top: 34px;
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container {
  display: flex;
  height: 380px;
  margin-top: 40px;
  padding: 0 30px 0 60px;
  background-color: #fff;
  box-shadow: 2px 6px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  box-sizing: border-box;
  color: #78787b;
  font-weight: 400;
  font-size: 16px;
  line-height: 21.79px;
  gap: 20px;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .vertivcal-separator {
  width: 1px;
  height: 340px;
  margin: auto;
  align-self: center;
  background-color: #c5c5c5;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .creditcard-details-container {
  padding: 15px 0;
  flex-basis: 305px;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .creditcard-details-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .payment-details-checkout {
  flex-basis: 204px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21.79px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 0;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .payment-details-checkout .payment-details-plan {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .payment-details-checkout .payment-details-plan .row {
  display: flex;
  justify-content: space-between;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .payment-details-checkout .checkout-summary {
  border-top: 1px solid #999999;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .payment-details-checkout .checkout-summary .row {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .payment-details-checkout .checkout-summary .row.bold {
  font-weight: 700;
}
.CalcalistPaywallCheckoutPaymentDetailsErrorPopup {
  display: flex;
  position: fixed;
  top: 50%;
  width: 460px;
  height: 440px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #B7B7B7;
  z-index: 9999;
  background: #FCFCFC;
  box-sizing: border-box;
  box-shadow: 2px 6px 8px 0px rgba(0, 0, 0, 0.15);
}
.CalcalistPaywallCheckoutPaymentDetailsErrorPopup .close-button {
  width: 22px;
  height: 22px;
  aspect-ratio: 1;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 18px;
  top: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M17.1851 6.18743C17.5648 5.80775 17.5648 5.19216 17.1851 4.81248C16.8054 4.43279 16.1898 4.43279 15.8101 4.81248L10.9978 9.62481L6.18547 4.81248C5.80579 4.43279 5.19021 4.43279 4.81052 4.81248C4.43084 5.19216 4.43084 5.80775 4.81052 6.18743L9.62286 10.9998L4.81052 15.8121C4.43084 16.1918 4.43084 16.8074 4.81052 17.187C5.19021 17.5667 5.80579 17.5667 6.18548 17.187L10.9978 12.3747L15.8101 17.187C16.1898 17.5667 16.8054 17.5667 17.1851 17.187C17.5648 16.8074 17.5648 16.1918 17.1851 15.8121L12.3728 10.9998L17.1851 6.18743Z' fill='black'/%3E%3C/svg%3E");
}
.CalcalistPaywallCheckoutPaymentDetailsErrorPopup .error-container .error-title {
  color: #DE1A1A;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  line-height: 20px;
}
.CalcalistPaywallCheckoutPaymentDetailsErrorPopup .error-container .error-logo {
  display: flex;
  width: 200px;
  height: 200px;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/checkout-error.png');
}
.CalcalistPaywallCheckoutPaymentDetailsErrorPopup .error-container .error-text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  width: 193px;
  margin-top: 25px;
  line-height: normal;
}
.CalcalistPaywallCheckoutPersonalDetails {
  width: 650px;
  margin-top: 25px;
}
.CalcalistPaywallCheckoutPersonalDetails .title {
  margin-top: 25px;
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  justify-content: space-between;
  align-items: center;
  min-height: 400px;
  padding: 25px 65px;
  background-color: #fff;
  box-shadow: 2px 6px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  box-sizing: border-box;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form .general-error {
  font-weight: 400;
  font-size: 13px;
  line-height: 17.7px;
  text-align: right;
  margin-top: 4px;
  color: #de1a1a;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form .general-error a {
  color: #de1a1a;
  text-decoration: underline;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form {
  display: flex;
  column-gap: 14px;
  row-gap: 15px;
  flex-wrap: wrap;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field,
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field div {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field.big,
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field div.big {
  flex-basis: 100%;
  margin-top: 0;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field.big input,
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field div.big input {
  border: none;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field.terms div,
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field div.terms div {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field.terms input,
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field div.terms input {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field.terms input.error,
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field div.terms input.error {
  position: relative;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #DE1A1A;
  border-radius: 2px;
  cursor: pointer;
  padding: 0;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field.terms .input-field-error,
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field div.terms .input-field-error {
  bottom: 8px;
  position: relative;
  right: 19px;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field.terms label,
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field div.terms label {
  color: #000;
  width: 430px;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field.terms label a,
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field div.terms label a {
  color: #000;
  text-decoration: underline;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field label,
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field div label {
  font-weight: 500;
  font-size: 13px;
  line-height: 17.7px;
  text-align: right;
  color: #78787b;
  margin-bottom: 4px;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field input,
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field div input {
  padding: 8px 12px;
  border: 1px solid #999999;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #78787b;
  line-height: 21.79px;
  text-align: right;
  height: 38px;
  box-sizing: border-box;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field input.error,
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field div input.error {
  border: 1px solid #de1a1a;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field input:disabled,
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field div input:disabled {
  background: #e4e4e4;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field .input-field-error,
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field div .input-field-error {
  font-weight: 400;
  font-size: 13px;
  line-height: 17.7px;
  text-align: right;
  margin-top: 4px;
  color: #de1a1a;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form .submit-button {
  width: 150px;
  height: 42px;
  border-radius: 2px;
  background: #de1a1a;
  color: white;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form .personal-details-logo {
  width: 192px;
  height: 192px;
  position: absolute;
  background-size: contain;
  bottom: 14px;
  background-repeat: no-repeat;
  left: 29px;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/checkout-personal-details.png');
}
.CalcalistPaywallCheckoutPlans .checkout-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-top: 55px;
  color: #fff;
  width: 550px;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr {
  margin-top: 50px;
  justify-content: center;
  display: flex;
  gap: 25px;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box {
  width: 245px;
  height: 288px;
  border-radius: 12px;
  box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 30px 20px 30px;
  box-sizing: border-box;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box.yearly-plan {
  width: 245px;
  height: 288px;
  border-radius: 12px;
  background: #fff;
  color: #000;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box.yearly-plan .plan-title {
  text-decoration-color: #000;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box.yearly-plan .plan-price-frequency {
  color: #666;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box.yearly-plan .plan-button {
  background: #d01e25;
  color: #fff;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box.yearly-plan .plan-cancel-text {
  color: #666;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box.yearly-plan .plan-cancel-text a {
  color: #de1a1a;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box.monthly-plan {
  width: 245px;
  height: 288px;
  border-radius: 12px;
  background: #d01e25;
  color: #fff;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box.monthly-plan .plan-title {
  text-decoration-color: #e4e4e4;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box.monthly-plan .plan-price-frequency {
  color: #ccc;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box.monthly-plan .plan-button {
  background: #fff;
  color: #d01e25;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box.monthly-plan .plan-cancel-text {
  color: #ccc;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box.monthly-plan .plan-cancel-text a {
  color: #ccc;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box.monthly-plan .plan-cancel-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin-top: 6px;
  padding: 0 4px;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box.monthly-plan .plan-cancel-text a {
  text-decoration: underline;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box .plan-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24.51px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box .plan-price {
  font-weight: 600;
  font-size: 50px;
  line-height: 45px;
  text-align: center;
  margin-top: 27px;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box .plan-price::before {
  content: "₪";
  font-weight: 500;
  font-size: 30px;
  line-height: 24px;
  margin-right: 2px;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box .plan-price-frequency {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin-top: 4px;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box .plan-button {
  cursor: pointer;
  width: 185px;
  margin-top: 25px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
  border: 0;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box .plan-cancel-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin-top: 6px;
}
.CalcalistPaywallCheckoutPlans .plans-contaienr .plan-box .plan-cancel-text a {
  text-decoration: underline;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.CalcalistPaywallCheckoutPlans .bottom-logo {
  width: 240px;
  height: 240px;
  position: absolute;
  bottom: 10px;
  right: 11px;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/checkout-plans-logo.png');
}
.CalcalistPaywallCheckoutPlans .plant-logo {
  width: 95px;
  height: 95px;
  position: absolute;
  bottom: 15px;
  left: 17px;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/checkout-plant-logo.png');
}
.CalcalistPaywallCheckoutMultiStepsProgressbar .progressbar-container {
  display: flex;
  width: 550px;
  height: 80px;
  margin-top: 25px;
  flex-direction: column;
  justify-content: center;
}
.CalcalistPaywallCheckoutMultiStepsProgressbar .progressbar-container .divider-container {
  width: 550px;
  background: #FFF;
  height: 1px;
  position: relative;
  align-self: center;
  bottom: 27px;
}
.CalcalistPaywallCheckoutMultiStepsProgressbar .progressbar-container .steps-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.CalcalistPaywallCheckoutMultiStepsProgressbar .progressbar-container .steps-container .step-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 80px;
}
.CalcalistPaywallCheckoutMultiStepsProgressbar .progressbar-container .steps-container .step-container .divider {
  width: 138px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 49px;
  top: 10px;
}
.CalcalistPaywallCheckoutMultiStepsProgressbar .progressbar-container .steps-container .step-container .divider.big {
  width: 166px;
}
.CalcalistPaywallCheckoutMultiStepsProgressbar .progressbar-container .steps-container .step-container .divider.right {
  right: 22px;
}
.CalcalistPaywallCheckoutMultiStepsProgressbar .progressbar-container .steps-container .step-container .divider.left {
  left: 7px;
}
.CalcalistPaywallCheckoutMultiStepsProgressbar .progressbar-container .steps-container .step-container .divider.active {
  background: #f00;
  z-index: 1;
}
.CalcalistPaywallCheckoutMultiStepsProgressbar .progressbar-container .steps-container .step-container .step {
  width: 20px;
  height: 20px;
  z-index: 1;
}
.CalcalistPaywallCheckoutMultiStepsProgressbar .progressbar-container .steps-container .step-container .step.completed {
  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%3Crect width='20' height='20' rx='10' fill='%23FF0000'/%3E%3Cpath d='M8.81621 12.9837C8.64954 12.9837 8.49121 12.917 8.37454 12.8003L6.01621 10.442C5.77454 10.2003 5.77454 9.80033 6.01621 9.55866C6.25788 9.31699 6.65788 9.31699 6.89954 9.55866L8.81621 11.4753L13.0995 7.19199C13.3412 6.95033 13.7412 6.95033 13.9829 7.19199C14.2245 7.43366 14.2245 7.83366 13.9829 8.07533L9.25788 12.8003C9.14121 12.917 8.98288 12.9837 8.81621 12.9837Z' fill='white'/%3E%3C/svg%3E");
}
.CalcalistPaywallCheckoutMultiStepsProgressbar .progressbar-container .steps-container .step-container .step.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Crect x='0.833344' y='0.5' width='19' height='19' rx='9.5' fill='white'/%3E%3Crect x='0.833344' y='0.5' width='19' height='19' rx='9.5' stroke='%23FF0000'/%3E%3Ccircle cx='10.3333' cy='10' r='2' fill='%23FF0000'/%3E%3C/svg%3E");
}
.CalcalistPaywallCheckoutMultiStepsProgressbar .progressbar-container .steps-container .step-container .step.disabled {
  border-radius: 100px;
  background: #FFF;
}
.CalcalistPaywallCheckoutMultiStepsProgressbar .progressbar-container .steps-container .step-container .step-title {
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-top: 5px;
}
body.popup .videoIcon {
  display: none;
}
body.popup button {
  display: none;
}
.CalcalistPaywallLoginComponenta {
  height: 100%;
  display: flex;
}
.CalcalistPaywallLoginComponenta .header-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  direction: rtl;
  font-size: 18px;
}
.CalcalistPaywallLoginComponenta .header-list .header-item {
  display: flex;
  align-items: center;
  margin: unset;
}
.CalcalistPaywallLoginComponenta .header-list .header-item::after {
  content: unset;
}
.CalcalistPaywallLoginComponenta .header-list .header-item.newspaper .header-link {
  font-family: "Open Sans Hebrew", sans-serif;
  display: flex;
  height: 24px;
  width: 140px;
  color: #fff;
  border-radius: 100px;
  background: #D01E25;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.CalcalistPaywallLoginComponenta .header-list .header-item .header-link {
  font-family: 'ShualRegular';
  text-decoration: none;
  line-height: normal;
  color: black;
  display: flex;
  align-items: center;
  gap: 4px;
}
.CalcalistPaywallLoginComponenta .header-list .header-item .header-link.user {
  gap: 2px;
}
.CalcalistPaywallLoginComponenta .header-list .header-item .header-link.user div {
  display: inline-flex;
  max-width: 136px;
  gap: 4px;
}
.CalcalistPaywallLoginComponenta .header-list .header-item .header-link.user div .bold {
  font-weight: bold;
}
.CalcalistPaywallLoginComponenta .header-list .header-item .header-link.user div .bold.displayName {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.CalcalistPaywallLoginComponenta .header-list .header-item .header-link.red-text {
  color: #CE202D;
}
.CalcalistPaywallLoginComponenta .header-list .header-item .header-link .header-icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.CalcalistPaywallLoginComponenta .header-list .header-item .header-link .header-icon.redmail {
  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='Envelope'%3E %3Cpath id='Vector' d='M21.36 5.25H2.64C2.53657 5.25 2.43737 5.28743 2.36423 5.35405C2.29109 5.42068 2.25 5.51104 2.25 5.60526V17.6842C2.25 17.9669 2.37327 18.238 2.59269 18.4378C2.8121 18.6377 3.1097 18.75 3.42 18.75H20.58C20.8903 18.75 21.1879 18.6377 21.4073 18.4378C21.6267 18.238 21.75 17.9669 21.75 17.6842V5.60526C21.75 5.51104 21.7089 5.42068 21.6358 5.35405C21.5626 5.28743 21.4634 5.25 21.36 5.25ZM12 12.9388L3.6423 5.96053H20.3577L12 12.9388ZM9.72142 12L3.03 17.5874V6.4126L9.72142 12ZM10.2986 12.4823L11.7367 13.6875C11.8086 13.7474 11.9026 13.7806 12 13.7806C12.0974 13.7806 12.1914 13.7474 12.2632 13.6875L13.7014 12.4867L20.3577 18.0395H3.6423L10.2986 12.4823ZM14.2786 12L20.97 6.4126V17.5874L14.2786 12Z' fill='%23CE202D'/%3E %3C/g%3E %3C/svg%3E");
}
.CalcalistPaywallLoginComponenta .header-list .header-item .header-link .header-icon.conference {
  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='CalendarDots'%3E %3Cpath id='Vector' d='M18.7021 5.04412H16.5239V4.23529C16.5239 4.10659 16.471 3.98315 16.3767 3.89214C16.2824 3.80113 16.1546 3.75 16.0213 3.75C15.888 3.75 15.7601 3.80113 15.6658 3.89214C15.5716 3.98315 15.5186 4.10659 15.5186 4.23529V5.04412H8.48138V4.23529C8.48138 4.10659 8.42842 3.98315 8.33416 3.89214C8.23989 3.80113 8.11204 3.75 7.97872 3.75C7.84541 3.75 7.71756 3.80113 7.62329 3.89214C7.52902 3.98315 7.47606 4.10659 7.47606 4.23529V5.04412H5.29787C4.98681 5.04412 4.68848 5.16342 4.46853 5.37578C4.24857 5.58813 4.125 5.87615 4.125 6.17647V19.1176C4.125 19.418 4.24857 19.706 4.46853 19.9183C4.68848 20.1307 4.98681 20.25 5.29787 20.25H18.7021C19.0132 20.25 19.3115 20.1307 19.5315 19.9183C19.7514 19.706 19.875 19.418 19.875 19.1176V6.17647C19.875 5.87615 19.7514 5.58813 19.5315 5.37578C19.3115 5.16342 19.0132 5.04412 18.7021 5.04412ZM5.29787 6.01471H7.47606V6.82353C7.47606 6.95224 7.52902 7.07567 7.62329 7.16668C7.71756 7.25769 7.84541 7.30882 7.97872 7.30882C8.11204 7.30882 8.23989 7.25769 8.33416 7.16668C8.42842 7.07567 8.48138 6.95224 8.48138 6.82353V6.01471H15.5186V6.82353C15.5186 6.95224 15.5716 7.07567 15.6658 7.16668C15.7601 7.25769 15.888 7.30882 16.0213 7.30882C16.1546 7.30882 16.2824 7.25769 16.3767 7.16668C16.471 7.07567 16.5239 6.95224 16.5239 6.82353V6.01471H18.7021C18.7466 6.01471 18.7892 6.03175 18.8206 6.06209C18.852 6.09242 18.8697 6.13357 18.8697 6.17647V8.92647H5.13032V6.17647C5.13032 6.13357 5.14797 6.09242 5.17939 6.06209C5.21082 6.03175 5.25343 6.01471 5.29787 6.01471ZM18.7021 19.2794H5.29787C5.25343 19.2794 5.21082 19.2624 5.17939 19.232C5.14797 19.2017 5.13032 19.1606 5.13032 19.1176V9.89706H18.8697V19.1176C18.8697 19.1606 18.852 19.2017 18.8206 19.232C18.7892 19.2624 18.7466 19.2794 18.7021 19.2794ZM12.8378 12.9706C12.8378 13.1306 12.7886 13.2869 12.6966 13.4199C12.6045 13.553 12.4737 13.6566 12.3206 13.7178C12.1675 13.7791 11.9991 13.7951 11.8366 13.7639C11.674 13.7327 11.5248 13.6556 11.4076 13.5425C11.2904 13.4294 11.2107 13.2853 11.1783 13.1284C11.146 12.9715 11.1626 12.8089 11.226 12.6611C11.2894 12.5133 11.3968 12.387 11.5346 12.2981C11.6723 12.2092 11.8343 12.1618 12 12.1618C12.2222 12.1618 12.4353 12.247 12.5924 12.3987C12.7495 12.5503 12.8378 12.7561 12.8378 12.9706ZM16.5239 12.9706C16.5239 13.1306 16.4748 13.2869 16.3827 13.4199C16.2907 13.553 16.1599 13.6566 16.0068 13.7178C15.8537 13.7791 15.6852 13.7951 15.5227 13.7639C15.3602 13.7327 15.2109 13.6556 15.0938 13.5425C14.9766 13.4294 14.8968 13.2853 14.8645 13.1284C14.8322 12.9715 14.8488 12.8089 14.9122 12.6611C14.9756 12.5133 15.083 12.387 15.2207 12.2981C15.3585 12.2092 15.5205 12.1618 15.6862 12.1618C15.9084 12.1618 16.1214 12.247 16.2786 12.3987C16.4357 12.5503 16.5239 12.7561 16.5239 12.9706ZM9.1516 16.2059C9.1516 16.3659 9.10246 16.5222 9.01041 16.6552C8.91835 16.7883 8.78751 16.8919 8.63443 16.9531C8.48135 17.0144 8.3129 17.0304 8.15039 16.9992C7.98788 16.968 7.8386 16.8909 7.72144 16.7778C7.60428 16.6647 7.52449 16.5206 7.49216 16.3637C7.45984 16.2068 7.47643 16.0442 7.53984 15.8964C7.60324 15.7486 7.71062 15.6222 7.84839 15.5334C7.98616 15.4445 8.14814 15.3971 8.31383 15.3971C8.53602 15.3971 8.74911 15.4823 8.90622 15.634C9.06333 15.7856 9.1516 15.9914 9.1516 16.2059ZM12.8378 16.2059C12.8378 16.3659 12.7886 16.5222 12.6966 16.6552C12.6045 16.7883 12.4737 16.8919 12.3206 16.9531C12.1675 17.0144 11.9991 17.0304 11.8366 16.9992C11.674 16.968 11.5248 16.8909 11.4076 16.7778C11.2904 16.6647 11.2107 16.5206 11.1783 16.3637C11.146 16.2068 11.1626 16.0442 11.226 15.8964C11.2894 15.7486 11.3968 15.6222 11.5346 15.5334C11.6723 15.4445 11.8343 15.3971 12 15.3971C12.2222 15.3971 12.4353 15.4823 12.5924 15.634C12.7495 15.7856 12.8378 15.9914 12.8378 16.2059ZM16.5239 16.2059C16.5239 16.3659 16.4748 16.5222 16.3827 16.6552C16.2907 16.7883 16.1599 16.8919 16.0068 16.9531C15.8537 17.0144 15.6852 17.0304 15.5227 16.9992C15.3602 16.968 15.2109 16.8909 15.0938 16.7778C14.9766 16.6647 14.8968 16.5206 14.8645 16.3637C14.8322 16.2068 14.8488 16.0442 14.9122 15.8964C14.9756 15.7486 15.083 15.6222 15.2207 15.5334C15.3585 15.4445 15.5205 15.3971 15.6862 15.3971C15.9084 15.3971 16.1214 15.4823 16.2786 15.634C16.4357 15.7856 16.5239 15.9914 16.5239 16.2059Z' fill='black'/%3E %3C/g%3E %3C/svg%3E");
}
.CalcalistPaywallLoginComponenta .header-list .header-item .header-link .header-icon.newspaper {
  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='Newspaper'%3E %3Cpath id='Vector' opacity='0.2' d='M21 6V17.25C21 17.6478 20.842 18.0294 20.5607 18.3107C20.2794 18.592 19.8978 18.75 19.5 18.75H3C3.39782 18.75 3.77936 18.592 4.06066 18.3107C4.34196 18.0294 4.5 17.6478 4.5 17.25V6C4.5 5.80109 4.57902 5.61032 4.71967 5.46967C4.86032 5.32902 5.05109 5.25 5.25 5.25H20.25C20.4489 5.25 20.6397 5.32902 20.7803 5.46967C20.921 5.61032 21 5.80109 21 6Z' fill='%236C6C6C'/%3E %3Cpath id='Vector_2' d='M8.25 10.5C8.25 10.3011 8.32902 10.1103 8.46967 9.96967C8.61032 9.82902 8.80109 9.75 9 9.75H16.5C16.6989 9.75 16.8897 9.82902 17.0303 9.96967C17.171 10.1103 17.25 10.3011 17.25 10.5C17.25 10.6989 17.171 10.8897 17.0303 11.0303C16.8897 11.171 16.6989 11.25 16.5 11.25H9C8.80109 11.25 8.61032 11.171 8.46967 11.0303C8.32902 10.8897 8.25 10.6989 8.25 10.5ZM9 14.25H16.5C16.6989 14.25 16.8897 14.171 17.0303 14.0303C17.171 13.8897 17.25 13.6989 17.25 13.5C17.25 13.3011 17.171 13.1103 17.0303 12.9697C16.8897 12.829 16.6989 12.75 16.5 12.75H9C8.80109 12.75 8.61032 12.829 8.46967 12.9697C8.32902 13.1103 8.25 13.3011 8.25 13.5C8.25 13.6989 8.32902 13.8897 8.46967 14.0303C8.61032 14.171 8.80109 14.25 9 14.25ZM21.75 6V17.25C21.75 17.8467 21.5129 18.419 21.091 18.841C20.669 19.2629 20.0967 19.5 19.5 19.5H3C2.40505 19.5 1.83431 19.2644 1.41264 18.8446C0.990983 18.4249 0.752727 17.8553 0.75 17.2603V8.25C0.75 8.05109 0.829018 7.86032 0.96967 7.71967C1.11032 7.57902 1.30109 7.5 1.5 7.5C1.69891 7.5 1.88968 7.57902 2.03033 7.71967C2.17098 7.86032 2.25 8.05109 2.25 8.25V17.25C2.25 17.4489 2.32902 17.6397 2.46967 17.7803C2.61032 17.921 2.80109 18 3 18C3.19891 18 3.38968 17.921 3.53033 17.7803C3.67098 17.6397 3.75 17.4489 3.75 17.25V6C3.75 5.60218 3.90804 5.22064 4.18934 4.93934C4.47064 4.65804 4.85218 4.5 5.25 4.5H20.25C20.6478 4.5 21.0294 4.65804 21.3107 4.93934C21.592 5.22064 21.75 5.60218 21.75 6ZM20.25 6H5.25V17.25C5.25037 17.5055 5.20693 17.7592 5.12156 18H19.5C19.6989 18 19.8897 17.921 20.0303 17.7803C20.171 17.6397 20.25 17.4489 20.25 17.25V6Z' fill='%236C6C6C'/%3E %3C/g%3E %3C/svg%3E");
}
.CalcalistPaywallLoginComponenta .header-list .header-item .header-link .header-icon.user {
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='User'%3E %3Cpath id='Vector' d='M19.415 14.2579C18.3177 12.3839 16.6268 11.0401 14.6534 10.4031C15.6295 9.82899 16.3879 8.95426 16.8121 7.91319C17.2363 6.87212 17.3028 5.72227 17.0015 4.64023C16.7001 3.55819 16.0476 2.60379 15.1441 1.92359C14.2405 1.24339 13.136 0.875 12 0.875C10.864 0.875 9.75947 1.24339 8.85594 1.92359C7.95241 2.60379 7.29987 3.55819 6.99853 4.64023C6.6972 5.72227 6.76373 6.87212 7.1879 7.91319C7.61208 8.95426 8.37045 9.82899 9.34655 10.4031C7.37322 11.0394 5.6823 12.3832 4.58504 14.2579C4.5448 14.3227 4.51811 14.3949 4.50655 14.47C4.49498 14.5452 4.49877 14.6219 4.51769 14.6956C4.53662 14.7693 4.5703 14.8385 4.61673 14.8992C4.66317 14.9598 4.72144 15.0106 4.78808 15.0487C4.85473 15.0867 4.92841 15.1111 5.00479 15.1206C5.08116 15.13 5.15867 15.1243 5.23275 15.1036C5.30683 15.083 5.37597 15.0479 5.43611 15.0005C5.49624 14.953 5.54615 14.8941 5.58288 14.8273C6.94022 12.5098 9.33935 11.1262 12 11.1262C14.6607 11.1262 17.0598 12.5098 18.4171 14.8273C18.4539 14.8941 18.5038 14.953 18.5639 15.0005C18.624 15.0479 18.6932 15.083 18.7673 15.1036C18.8413 15.1243 18.9188 15.13 18.9952 15.1206C19.0716 15.1111 19.1453 15.0867 19.2119 15.0487C19.2786 15.0106 19.3368 14.9598 19.3833 14.8992C19.4297 14.8385 19.4634 14.7693 19.4823 14.6956C19.5012 14.6219 19.505 14.5452 19.4935 14.47C19.4819 14.3949 19.4552 14.3227 19.415 14.2579ZM7.96543 6.00157C7.96543 5.21324 8.20206 4.44263 8.64538 3.78716C9.0887 3.1317 9.71882 2.62082 10.456 2.31915C11.1933 2.01747 12.0045 1.93854 12.7871 2.09233C13.5697 2.24612 14.2886 2.62574 14.8529 3.18316C15.4171 3.74059 15.8014 4.4508 15.957 5.22397C16.1127 5.99714 16.0328 6.79856 15.7275 7.52687C15.4221 8.25519 14.905 8.87769 14.2415 9.31566C13.578 9.75362 12.798 9.98739 12 9.98739C10.9303 9.98626 9.90477 9.56596 9.14839 8.81872C8.39201 8.07148 7.96658 7.05832 7.96543 6.00157Z' fill='black'/%3E %3C/g%3E %3C/svg%3E");
}
.CalcalistPaywallLoginComponenta .header-list .separator {
  margin: unset;
  color: #000;
}
.CalcalistPaywallLoginComponenta .header-list .separator span {
  width: 1.5px;
  height: 16px;
  background-color: #000;
  display: block;
}
.CalcalistPaywallLoginComponenta .header-list .separator::after {
  content: unset;
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaUserMenu {
  position: absolute;
  top: 44px;
  left: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border-top-left-radius: unset;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaUserMenu .menu-item {
  width: 200px;
  height: 55px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-align: center;
  font-family: 'ShualRegular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #E4E4E4;
  color: #000;
  text-decoration: none;
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaUserMenu .menu-item:first-child {
  border-top-right-radius: 10px;
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaUserMenu .menu-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaUserMenu .menu-item:hover {
  background-color: #F5F5F5;
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaOverlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 104px);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(7.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaPopup {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 520px;
  height: 498px;
  display: flex;
  padding: 50px 100px;
  justify-content: center;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 25px;
  border-radius: 12px;
  border: 1px solid #B7B7B7;
  background: #FCFCFC;
  box-shadow: 2px 6px 8px 0px rgba(0, 0, 0, 0.15);
  z-index: 2000;
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaPopup .inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaPopup .inner-container .logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaPopup .inner-container .logo-container .digital-edidion-label {
  width: 172px;
  height: 30px;
  border-radius: 100px;
  background: #A51C21;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaPopup .inner-container .logo-container .disconnect-logo {
  margin-top: 20px;
  width: 200px;
  height: 200px;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://images1.calcalist.co.il/static/common/paywall/disconnect-logo.png);
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaPopup .inner-container .text {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaPopup .inner-container .buttons-contianer {
  display: flex;
  gap: 20px;
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaPopup .inner-container .buttons-contianer .button {
  width: 150px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  box-sizing: border-box;
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaPopup .inner-container .buttons-contianer .button.back {
  background: #DE1A1A;
  color: #FFF;
}
.CalcalistPaywallLoginComponenta .CalcalistPaywallLoginComponentaPopup .inner-container .buttons-contianer .button.action {
  border: 1px solid #DE1A1A;
  background: #FFF;
  color: #DE1A1A;
}
.CalcalistPaywallMyAccountComponenta {
  width: 800px;
  height: 800px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  background: #ffffff;
  border-radius: 12px;
  z-index: 0;
  box-sizing: border-box;
  background: #FCFCFC;
  box-shadow: 2px 6px 8px 0px rgba(0, 0, 0, 0.15);
}
.CalcalistPaywallMyAccountLastPurchases {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.CalcalistPaywallMyAccountLastPurchases .general-error {
  font-weight: 400;
  font-size: 13px;
  line-height: 17.7px;
  text-align: right;
  margin-top: 35px;
  color: #de1a1a;
}
.CalcalistPaywallMyAccountLastPurchases .table {
  width: 600px;
}
.CalcalistPaywallMyAccountLastPurchases .table .header {
  display: flex;
  justify-content: space-between;
  color: #B3B3B3;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.CalcalistPaywallMyAccountLastPurchases .table .header .header-date {
  margin-left: 35px;
}
.CalcalistPaywallMyAccountLastPurchases .table .list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.CalcalistPaywallMyAccountLastPurchases .table .row {
  display: flex;
  justify-content: space-between;
  padding: 24px 0px;
  padding-left: 23px;
  font-size: 15px;
  border-bottom: 1px solid #e4e4e4;
}
.CalcalistPaywallMyAccountLastPurchases .table .row .type {
  color: #666;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.CalcalistPaywallMyAccountLastPurchases .table .row .cancel {
  color: #DE1A1A;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  border: none;
  background: none;
  text-decoration: underline;
}
.CalcalistPaywallMyAccountPersonalDetails {
  width: 100%;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #FCFCFC;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form .general-error {
  font-weight: 400;
  font-size: 13px;
  line-height: 17.7px;
  text-align: right;
  margin-top: 4px;
  color: #de1a1a;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form {
  width: 600px;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field.big {
  flex-basis: 100%;
  margin-top: 0;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field.big input {
  border: none;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field label {
  font-weight: 500;
  font-size: 13px;
  line-height: 17.7px;
  text-align: right;
  color: #78787b;
  margin-bottom: 4px;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field input {
  padding: 8px 12px;
  border: 1px solid #999999;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #78787b;
  line-height: 21.79px;
  text-align: right;
  height: 38px;
  box-sizing: border-box;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field input.error {
  border: 1px solid #de1a1a;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field input:disabled {
  background: #e4e4e4;
  border: none;
  font-weight: 600;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field .input-field-error {
  font-weight: 400;
  font-size: 13px;
  line-height: 17.7px;
  text-align: right;
  margin-top: 4px;
  color: #de1a1a;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form .submit-button {
  width: 150px;
  height: 42px;
  border-radius: 2px;
  background: #de1a1a;
  color: white;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin-top: 40px;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form .submit-button:disabled {
  background: #e4e4e4;
  color: #b3b3b3;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form .success-message {
  color: #34A853;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.CalcalistPaywallMyAccountTabs {
  width: 100%;
}
.CalcalistPaywallMyAccountTabs .tabs-header {
  display: flex;
  border-bottom: 1px solid #E4E4E4;
  background: #FFF;
  height: 60px;
}
.CalcalistPaywallMyAccountTabs .tabs-header .tab-button {
  flex: 1;
  border: none;
  color: #212121;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  background-color: #fff;
  cursor: pointer;
}
.CalcalistPaywallMyAccountTabs .tabs-header .tab-button:hover {
  color: #333;
}
.CalcalistPaywallMyAccountTabs .tabs-header .tab-button.active {
  border-bottom: 3px solid #D01E25;
  color: #D01E25;
  font-size: 15px;
  font-weight: 700;
}
.CalcalistPaywallMyAccountTabs .tabs-content {
  padding-top: 80px;
}
.CalcalistPaywallMyAccountTabs .terms-text {
  margin-top: 30px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  bottom: 0;
  position: absolute;
  padding: 15px;
  text-align: center;
}
.CalcalistPaywallMyAccountTabs .terms-text a {
  text-decoration: underline !important;
  color: #000;
  cursor: pointer;
}
.tp-close.tp-active {
  width: 20px;
  height: 20px;
  filter: invert(1);
  opacity: 1 !important;
  border-left: initial;
  right: 6px;
  top: 9px;
  transform: scale(1.1);
}
.tp-close {
  top: 8px !important;
  right: 8px !important;
  width: 20px !important;
  height: 20px !important;
  border-left: none !important;
}
.tp-close:focus,
.tp-close:hover {
  border-left: initial;
}
.tp-modal .tp-iframe-wrapper {
  box-shadow: initial;
}
.calcalistPianoLoginAndShare {
  display: inline-flex;
  flex-direction: row;
  width: auto;
  flex-shrink: 0;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
  font-family: "ShualRegular";
  font-size: 16px;
  position: relative;
  left: 8px;
  font-weight: normal !important;
  gap: 28px;
}
.calcalistPianoLoginAndShare .userAction {
  cursor: pointer;
  font-family: ShualRegular, 'Open Sans Hebrew', sans-serif;
  color: #000000;
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 30px;
}
.calcalistPianoLoginAndShare .userAction:hover {
  text-decoration: none;
}
.calcalistPianoLoginAndShare .userAction.ConfLink .icon {
  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 %3Cg id='CalendarDots'%3E %3Cpath id='Vector' d='M18.7021 5.04412H16.5239V4.23529C16.5239 4.10659 16.471 3.98315 16.3767 3.89214C16.2824 3.80113 16.1546 3.75 16.0213 3.75C15.888 3.75 15.7601 3.80113 15.6658 3.89214C15.5716 3.98315 15.5186 4.10659 15.5186 4.23529V5.04412H8.48138V4.23529C8.48138 4.10659 8.42842 3.98315 8.33416 3.89214C8.23989 3.80113 8.11204 3.75 7.97872 3.75C7.84541 3.75 7.71756 3.80113 7.62329 3.89214C7.52902 3.98315 7.47606 4.10659 7.47606 4.23529V5.04412H5.29787C4.98681 5.04412 4.68848 5.16342 4.46853 5.37578C4.24857 5.58813 4.125 5.87615 4.125 6.17647V19.1176C4.125 19.418 4.24857 19.706 4.46853 19.9183C4.68848 20.1307 4.98681 20.25 5.29787 20.25H18.7021C19.0132 20.25 19.3115 20.1307 19.5315 19.9183C19.7514 19.706 19.875 19.418 19.875 19.1176V6.17647C19.875 5.87615 19.7514 5.58813 19.5315 5.37578C19.3115 5.16342 19.0132 5.04412 18.7021 5.04412ZM5.29787 6.01471H7.47606V6.82353C7.47606 6.95224 7.52902 7.07567 7.62329 7.16668C7.71756 7.25769 7.84541 7.30882 7.97872 7.30882C8.11204 7.30882 8.23989 7.25769 8.33416 7.16668C8.42842 7.07567 8.48138 6.95224 8.48138 6.82353V6.01471H15.5186V6.82353C15.5186 6.95224 15.5716 7.07567 15.6658 7.16668C15.7601 7.25769 15.888 7.30882 16.0213 7.30882C16.1546 7.30882 16.2824 7.25769 16.3767 7.16668C16.471 7.07567 16.5239 6.95224 16.5239 6.82353V6.01471H18.7021C18.7466 6.01471 18.7892 6.03175 18.8206 6.06209C18.852 6.09242 18.8697 6.13357 18.8697 6.17647V8.92647H5.13032V6.17647C5.13032 6.13357 5.14797 6.09242 5.17939 6.06209C5.21082 6.03175 5.25343 6.01471 5.29787 6.01471ZM18.7021 19.2794H5.29787C5.25343 19.2794 5.21082 19.2624 5.17939 19.232C5.14797 19.2017 5.13032 19.1606 5.13032 19.1176V9.89706H18.8697V19.1176C18.8697 19.1606 18.852 19.2017 18.8206 19.232C18.7892 19.2624 18.7466 19.2794 18.7021 19.2794ZM12.8378 12.9706C12.8378 13.1306 12.7886 13.2869 12.6966 13.4199C12.6045 13.553 12.4737 13.6566 12.3206 13.7178C12.1675 13.7791 11.9991 13.7951 11.8366 13.7639C11.674 13.7327 11.5248 13.6556 11.4076 13.5425C11.2904 13.4294 11.2107 13.2853 11.1783 13.1284C11.146 12.9715 11.1626 12.8089 11.226 12.6611C11.2894 12.5133 11.3968 12.387 11.5346 12.2981C11.6723 12.2092 11.8343 12.1618 12 12.1618C12.2222 12.1618 12.4353 12.247 12.5924 12.3987C12.7495 12.5503 12.8378 12.7561 12.8378 12.9706ZM16.5239 12.9706C16.5239 13.1306 16.4748 13.2869 16.3827 13.4199C16.2907 13.553 16.1599 13.6566 16.0068 13.7178C15.8537 13.7791 15.6852 13.7951 15.5227 13.7639C15.3602 13.7327 15.2109 13.6556 15.0938 13.5425C14.9766 13.4294 14.8968 13.2853 14.8645 13.1284C14.8322 12.9715 14.8488 12.8089 14.9122 12.6611C14.9756 12.5133 15.083 12.387 15.2207 12.2981C15.3585 12.2092 15.5205 12.1618 15.6862 12.1618C15.9084 12.1618 16.1214 12.247 16.2786 12.3987C16.4357 12.5503 16.5239 12.7561 16.5239 12.9706ZM9.1516 16.2059C9.1516 16.3659 9.10246 16.5222 9.01041 16.6552C8.91835 16.7883 8.78751 16.8919 8.63443 16.9531C8.48135 17.0144 8.3129 17.0304 8.15039 16.9992C7.98788 16.968 7.8386 16.8909 7.72144 16.7778C7.60428 16.6647 7.52449 16.5206 7.49216 16.3637C7.45984 16.2068 7.47643 16.0442 7.53984 15.8964C7.60324 15.7486 7.71062 15.6222 7.84839 15.5334C7.98616 15.4445 8.14814 15.3971 8.31383 15.3971C8.53602 15.3971 8.74911 15.4823 8.90622 15.634C9.06333 15.7856 9.1516 15.9914 9.1516 16.2059ZM12.8378 16.2059C12.8378 16.3659 12.7886 16.5222 12.6966 16.6552C12.6045 16.7883 12.4737 16.8919 12.3206 16.9531C12.1675 17.0144 11.9991 17.0304 11.8366 16.9992C11.674 16.968 11.5248 16.8909 11.4076 16.7778C11.2904 16.6647 11.2107 16.5206 11.1783 16.3637C11.146 16.2068 11.1626 16.0442 11.226 15.8964C11.2894 15.7486 11.3968 15.6222 11.5346 15.5334C11.6723 15.4445 11.8343 15.3971 12 15.3971C12.2222 15.3971 12.4353 15.4823 12.5924 15.634C12.7495 15.7856 12.8378 15.9914 12.8378 16.2059ZM16.5239 16.2059C16.5239 16.3659 16.4748 16.5222 16.3827 16.6552C16.2907 16.7883 16.1599 16.8919 16.0068 16.9531C15.8537 17.0144 15.6852 17.0304 15.5227 16.9992C15.3602 16.968 15.2109 16.8909 15.0938 16.7778C14.9766 16.6647 14.8968 16.5206 14.8645 16.3637C14.8322 16.2068 14.8488 16.0442 14.9122 15.8964C14.9756 15.7486 15.083 15.6222 15.2207 15.5334C15.3585 15.4445 15.5205 15.3971 15.6862 15.3971C15.9084 15.3971 16.1214 15.4823 16.2786 15.634C16.4357 15.7856 16.5239 15.9914 16.5239 16.2059Z' fill='black'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 8px;
}
.calcalistPianoLoginAndShare .userAction.RedMailLink {
  color: #ce202d;
}
.calcalistPianoLoginAndShare .userAction.RedMailLink .icon {
  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 %3Cg id='Envelope'%3E %3Cpath id='Vector' d='M21.36 5.25H2.64C2.53657 5.25 2.43737 5.28743 2.36423 5.35405C2.29109 5.42068 2.25 5.51104 2.25 5.60526V17.6842C2.25 17.9669 2.37327 18.238 2.59269 18.4378C2.8121 18.6377 3.1097 18.75 3.42 18.75H20.58C20.8903 18.75 21.1879 18.6377 21.4073 18.4378C21.6267 18.238 21.75 17.9669 21.75 17.6842V5.60526C21.75 5.51104 21.7089 5.42068 21.6358 5.35405C21.5626 5.28743 21.4634 5.25 21.36 5.25ZM12 12.9388L3.6423 5.96053H20.3577L12 12.9388ZM9.72142 12L3.03 17.5874V6.4126L9.72142 12ZM10.2986 12.4823L11.7367 13.6875C11.8086 13.7474 11.9026 13.7806 12 13.7806C12.0974 13.7806 12.1914 13.7474 12.2632 13.6875L13.7014 12.4867L20.3577 18.0395H3.6423L10.2986 12.4823ZM14.2786 12L20.97 6.4126V17.5874L14.2786 12Z' fill='%23CE202D'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  width: 24px;
  background-size: contain;
  height: 24px;
  margin-right: 8px;
}
.calcalistPianoLoginAndShare .verticalSeperator {
  height: 30px;
  width: 2px;
  background: #ebebeb;
}
.calcalistPianoLoginAndShare .subscribeButton {
  width: 82px;
  height: 24px;
  background: #13b7b1;
  color: #fff;
  display: flex;
  box-shadow: 0px 2px 3px #00000029;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  align-self: center;
  text-decoration: none;
}
.connectButton {
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  margin-right: 20px;
  font-weight: normal;
  font-family: ShualRegular, 'Open Sans Hebrew', sans-serif;
  align-self: initial !important;
  display: inline;
}
.logged-user-container.user-menu {
  font-weight: normal;
  background: #fff;
  box-shadow: 0px 0px 5px #0000003d;
  opacity: 1;
  height: auto;
}
.logged-user-container.user-menu .user-menu {
  padding: 0 20px;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  line-height: 31px;
}
.logged-user-container.user-menu .user-menu .menuItem {
  border-bottom: 1px solid #dedede;
}
.logged-user-container.user-menu .user-menu .menuItem a {
  color: #7d7d7d;
  text-decoration: none;
}
.logged-user-container.user-menu .user-menu .menuItem:last-child {
  border-bottom: none;
}
.logged-user-container.user-menu .user-menu .menuItem-disconnect {
  color: #7d7d7d;
  cursor: pointer;
}
.logged-user-container {
  width: 172px;
  font-family: ShualRegular, 'Open Sans Hebrew', sans-serif;
  display: inline-flex;
  position: relative;
  top: 6px;
  flex-direction: column;
  align-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
  margin-left: -10px;
}
.logged-user-container .welcome-user-container {
  display: flex;
  font-size: 16px;
  align-items: center;
  width: 132px;
  gap: 8px;
  height: 31px;
}
.logged-user-container .welcome-user-container .user-label-container {
  display: flex;
  flex-wrap: nowrap;
}
.logged-user-container .welcome-user-container .user-label-container .user-label-welcome {
  letter-spacing: 0.38px;
  color: #333333;
  font-weight: normal;
}
.logged-user-container .welcome-user-container .user-label-container .user-label-name {
  font-family: "ShualBold";
  margin-right: 3px;
  -webkit-line-clamp: 1;
  width: 60px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
}
.logged-user-container .user-login-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cg id='user_icon' transform='translate(-112 0)'%3E %3Cg id='Ellipse_6' data-name='Ellipse 6' transform='translate(112)' fill='none' stroke='%23000' stroke-width='1'%3E %3Ccircle cx='10' cy='10' r='10' stroke='none'/%3E %3Ccircle cx='10' cy='10' r='9.5' fill='none'/%3E %3C/g%3E %3Cpath id='user_icon-2' data-name='user_icon' d='M11,2A10,10,0,1,0,21,12,10.012,10.012,0,0,0,11,2ZM4.955,19.006a7.533,7.533,0,0,1,5.852-2.941c.035,0,.069.01.1.01h.034c.033,0,.062-.009.095-.01a7.523,7.523,0,0,1,5.9,3.025,9.227,9.227,0,0,1-11.989-.084Zm5.962-3.688c-.037,0-.072.006-.109.007a3.311,3.311,0,1,1,.235,0C11,15.325,10.96,15.318,10.917,15.318Zm6.575,3.275a8.272,8.272,0,0,0-4.607-3.034,4.065,4.065,0,1,0-3.918,0,8.284,8.284,0,0,0-4.556,2.95,9.266,9.266,0,1,1,13.081.087Z' transform='translate(111 -2)' fill='%23231f20'/%3E %3C/g%3E %3C/svg%3E");
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.logged-user-container .user-login-arrow {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.41' viewBox='0 0 12 7.41'%3E %3Cpath id='arrow' d='M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z' transform='translate(-6 -8.59)'/%3E %3C/svg%3E");
  width: 12px;
  height: 7px;
  transition: transform 0.2s ease-in-out;
  flex-shrink: 0;
}
.logged-user-container .user-login-arrow.rotate {
  transform: rotate(180deg);
}
.calcalist-podcast-popup-player {
  height: 118px;
  width: 688px;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #1a1a1a;
  box-sizing: border-box;
  direction: rtl;
  font-family: 'ShualBold';
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 26px;
  background-color: #a51c21;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls {
  display: flex;
  flex-direction: column;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-btns-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-btns-container .prevStep {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='sc38vwcd4a' d='M0 0h22v22H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='y907kuhx1b' fill='%23fff'%3E %3Cuse xlink:href='%23sc38vwcd4a'/%3E %3C/mask%3E %3Cpath d='M11 3H8.707L10.853.853a.5.5 0 1 0-.707-.707l-3 3a.5.5 0 0 0 0 .707l3 3a.498.498 0 0 0 .707 0 .5.5 0 0 0 0-.707L8.707 4H11c4.411 0 8 3.589 8 8s-3.589 8-8 8-8-3.589-8-8v-.5a.5.5 0 1 0-1 0v.5c0 4.962 4.037 9 9 9s9-4.038 9-9c0-4.963-4.037-9-9-9' fill='%23FFF' mask='url(%23y907kuhx1b)'/%3E %3Cpath d='M8.069 15.541v-5.59H8.05l-1.116.606-.229-.735 1.495-.786h.861v6.505H8.07m6.911-6.505v.83H12.66l-.22 1.546c.132-.009.255-.026.44-.026 1.204 0 2.242.691 2.242 2.022 0 1.252-.976 2.228-2.418 2.228-.65 0-1.24-.172-1.548-.362l.229-.76c.264.146.747.328 1.284.328.747 0 1.415-.501 1.415-1.348 0-.838-.58-1.365-1.758-1.365-.334 0-.58.017-.8.052l.413-3.145h3.042' fill='%23FFF' mask='url(%23y907kuhx1b)'/%3E %3C/g%3E %3C/svg%3E");
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-btns-container .forwardStep {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='zvbhoz5w5a' d='M0 0h22v22H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='m2uu9gbwdb' fill='%23fff'%3E %3Cuse xlink:href='%23zvbhoz5w5a'/%3E %3C/mask%3E %3Cpath d='M8.707 3 10.853.853a.5.5 0 1 0-.707-.707l-3 3a.5.5 0 0 0 0 .707l3 3a.498.498 0 0 0 .707 0 .5.5 0 0 0 0-.707L8.707 4H11c4.411 0 8 3.589 8 8s-3.589 8-8 8-8-3.589-8-8v-.5a.5.5 0 1 0-1 0v.5c0 4.962 4.037 9 9 9s9-4.038 9-9c0-4.963-4.037-9-9-9H8.707z' fill='%23FFF' mask='url(%23m2uu9gbwdb)' transform='matrix(-1 0 0 1 22 0)'/%3E %3Cpath d='M8.069 15.541v-5.59H8.05l-1.116.606-.229-.735 1.495-.786h.861v6.505H8.07m6.911-6.505v.83H12.66l-.22 1.546c.132-.009.255-.026.44-.026 1.204 0 2.242.691 2.242 2.022 0 1.252-.976 2.228-2.418 2.228-.65 0-1.24-.172-1.548-.362l.229-.76c.264.146.747.328 1.284.328.747 0 1.415-.501 1.415-1.348 0-.838-.58-1.365-1.758-1.365-.334 0-.58.017-.8.052l.413-3.145h3.042' fill='%23FFF' mask='url(%23m2uu9gbwdb)'/%3E %3C/g%3E %3C/svg%3E");
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-btns-container .jumpto-button {
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-btns-container .jumpto-button.disabled {
  opacity: 0.5;
  cursor: default;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-btns-container .jumpto-button:hover {
  background-color: #ffffff1f;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-btns-container .calcalist-popup-play-button {
  width: 35px;
  height: 35px;
  min-width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 16px;
  cursor: pointer;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-btns-container .calcalist-popup-play-button:hover {
  background-color: #ffffff1f;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-btns-container .calcalist-popup-play-button .calcalist-popup-play-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 12px;
  border-radius: 2px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 9px 0 9px 13px;
  margin-left: 4px;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-btns-container .calcalist-popup-play-button .calcalist-popup-play-button-status.pause {
  border-radius: 2px;
  border-style: double;
  border-width: 0px 0 0px 13px;
  margin: 0;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-btns-container .calcalist-popup-play-button.calcalist-popup-play-button-loader {
  position: relative;
  z-index: 0;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-btns-container .calcalist-popup-play-button.calcalist-popup-play-button-loader::before {
  content: '';
  position: absolute;
  z-index: -2;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent 65%, #fff, #fff);
  animation: rotate 1s linear infinite;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-btns-container .calcalist-popup-play-button.calcalist-popup-play-button-loader::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 31px;
  height: 31px;
  background: #a51c21;
  border-radius: 50%;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-controls-ruler {
  display: flex;
  align-items: center;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-controls-ruler .time-text {
  font-family: "Open Sans Hebrew";
  font-size: 12px;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-controls-ruler .timeline {
  margin: 0 8px;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-controls-ruler input[type=range] {
  -webkit-appearance: none;
  width: 309px;
  height: 4px;
  direction: ltr;
  border-radius: 1.8px;
  background-color: rgba(255, 255, 255, 0.38);
  cursor: pointer;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-controls-ruler input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 4px;
  width: 1px;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-controls-ruler input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 4px;
  width: 1px;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-controls .calcalist-popup-controls-ruler input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 4px;
  width: 1px;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-title {
  width: 130px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.calcalist-podcast-popup-player .calcalist-podcast-popup-player-wrapper .popup-player-podcast-image {
  width: 80px;
  height: 64px;
  flex-shrink: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.calcalist-print-edition {
  background-color: #fff;
}
.calcalist-print-edition .calcalist-print-edition-wrapper {
  width: 100%;
  padding: 10px 15px 20px;
  background: #fff;
  box-sizing: border-box;
}
.calcalist-print-edition .calcalist-print-edition-wrapper * {
  box-sizing: border-box;
}
.calcalist-print-edition .calcalist-print-edition-wrapper a {
  text-decoration: none;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .title-wrapper .title-text {
  font-size: 30px;
  font-weight: bold;
  color: #D01E25;
  font-family: 'ShualBold';
  flex-shrink: 0;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .title-wrapper .publish-date {
  font-size: 30px;
  color: #000;
  font-weight: 300;
  font-family: "Shual";
}
.calcalist-print-edition .calcalist-print-edition-wrapper .newspaper-content {
  position: relative;
  padding: 0 24px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 184px;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .newspaper-content .front-newspaper {
  position: relative;
  z-index: 1;
  border: solid 1px #000;
  border-bottom: none;
  width: 138px;
  cursor: pointer;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .newspaper-content img {
  width: 100%;
  height: 100%;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .linksSection {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: solid 1px #000;
  height: 34px;
  border-radius: 6px;
  cursor: pointer;
  gap: 8px;
  padding: 0 8px;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .linksSection .separator {
  width: 1px;
  background: #000;
  height: 100%;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .linksSection > * {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  font-family: 'Open Sans Hebrew', sans-serif;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .RedMailComponenta {
    padding: 0.875rem 2.125rem 2.125rem 2rem !important;
    width: unset !important;
    align-items: center !important;
    background-color: #c82027 !important;
    flex-direction: column !important;
    position: relative !important;
    gap: 0.60875rem !important;
  }
  .RedMailComponenta .redMailHeadline {
    margin: 0 !important;
    align-items: flex-end !important;
    align-self: flex-end !important;
    gap: 2.4375rem !important;
    width: 100% !important;
    position: relative !important;
  }
  .RedMailComponenta .redMailHeadline .headlineImage {
    width: 20.625vw !important;
    height: 21.25vw !important;
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %5B %3C!ENTITY ns_flows 'http://ns.adobe.com/Flows/1.0/'%3E %5D%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='130px' height='135px' viewBox='0 0 130 135' enable-background='new 0 0 130 135' xml:space='preserve'%3E %3Cdefs%3E %3C/defs%3E %3Cpolyline fill='none' stroke='%23FFFFFF' stroke-width='3.5' stroke-miterlimit='10' points='13.5,71.849 13.5,16.349 116.5,16.349 116.5,71.849 '/%3E %3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3.5' stroke-miterlimit='10' d='M1.126,133.334l15.231-12.803l11.492-9.751 c1.351-1.141,3.121-2.646,4.892-4.15l11.384-9.653'/%3E %3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3.5' stroke-miterlimit='10' d='M128.874,133.335l-15.231-12.803l-11.492-9.752 c-1.351-1.141-3.121-2.646-4.893-4.15l-11.384-9.653'/%3E %3Cline fill='none' stroke='%23FFFFFF' stroke-width='3.5' x1='1.167' y1='59.417' x2='14.027' y2='47.918'/%3E %3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3.5' stroke-miterlimit='10' d='M128.25,61.936l-13.428,11.691l-11.394,9.919 l-4.846,4.219l-11.345,9.881l-0.494,0.43h-0.655h-42.28h-0.655l-0.494-0.43l-11.345-9.88l-0.397-0.346l-4.447-3.871l-11.393-9.922 c-4.443-3.867-8.885-7.734-13.327-11.602v70.898H128.25V61.936z'/%3E %3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3.5' d='M49.281,16.405C54.521,11.719,59.76,7.033,65,2.348 c5.274,4.716,10.549,9.434,15.822,14.15'/%3E %3Cline fill='none' stroke='%23FFFFFF' stroke-width='3.5' x1='115.92' y1='47.871' x2='128.834' y2='59.417'/%3E %3C/svg%3E") !important;
  }
  .RedMailComponenta .redMailHeadline .headlineText {
    position: unset !important;
    top: unset !important;
    width: 29.375vw !important;
    height: 14.53125vw !important;
    position: absolute !important;
    left: 0 !important;
  }
  .RedMailComponenta .redMailHeadline .headlineText .headlineTitle {
    width: 28.28125vw !important;
    height: 5vw !important;
  }
  .RedMailComponenta .redMailHeadline .headlineText .headlineSubTitle {
    width: 29.375vw !important;
    height: 8.75vw !important;
    font-size: 6.875vw !important;
    line-height: 7.65625vw !important;
    text-align: center !important;
  }
  .RedMailComponenta .redMailLeftSide {
    width: calc(100% - 6.25vw) !important;
    padding: 4.6875vw 3.4375vw 4.21875vw 2.8125vw !important;
    margin: 0 !important;
    background-color: white !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .TextAreaHeadline {
    font-size: 5.15625vw !important;
    color: #707070 !important;
    text-align: center !important;
    margin-bottom: 5vw !important;
    line-height: unset !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .textAre {
    padding: 2.34375vw 2.1875vw !important;
    font-size: 3.90625vw !important;
    line-height: 4.375vw !important;
    height: 45.625vw !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .textAre::placeholder {
    font-size: 4.6875vw;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 1.25rem !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .fileWrapper {
    width: 100%;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .fileWrapper .fileName {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .fileWrapper .fileName .FileNameText {
    width: auto !important;
    height: 4.6875vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFile {
    align-self: flex-start !important;
    font-weight: bold !important;
    font-size: 3.4375vw !important;
    margin: 2.34375vw 0;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButtonWrapper {
    width: 38.28125vw !important;
    height: 9.375vw !important;
    position: relative !important;
    margin-bottom: 3.125vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButtonWrapper .FilesUploadButton {
    font-size: 3.59375vw !important;
    line-height: 4.0625vw !important;
    font-size: 4.6875vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButtonWrapper .FilesUploadButton .uploadIcon {
    margin-right: 4.6875vw !important;
    width: 5.46875vw !important;
    height: 5.46875vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .fileDescription {
    margin-top: calc(1.25vw * 1.7) !important;
    font-size: calc(2.34375vw * 1.7) !important;
    line-height: calc(2.65625vw * 1.7) !important;
    margin: 0 !important;
    position: initial !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .files-names-error-row {
    align-self: flex-start;
  }
  .RedMailComponenta .redMailLeftSide .separator {
    margin-top: 1.40625rem !important;
    width: 100% !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails {
    margin-top: 1.28125rem !important;
    font-size: calc(2.5vw * 1.7) !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .ExtraDetailsTitle {
    font-size: 6.5625vw !important;
    line-height: 7.1875vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .ExtraDetailsSubTitle {
    font-size: 4.0625vw !important;
    margin: 0 0 4.6875vw 0 !important;
    line-height: 5.15625vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper {
    flex-direction: column;
    width: initial !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :last-child .redMail-error-validation {
    margin-bottom: calc(3.75vw * 1.7) !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField {
    width: 100% !important;
    margin-bottom: calc(1.5vw * 1.7) !important;
    position: relative !important;
    padding: 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField label {
    display: none !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input {
    font-size: 3.90625vw !important;
    line-height: 4.53125vw !important;
    font-weight: bold !important;
    color: #afafaf !important;
    background-color: #f2f2f2 !important;
    height: calc(6.9vw * 1.7) !important;
    margin-bottom: unset !important;
    position: relative !important;
    border-radius: 0.625vw !important;
    border: 0px !important;
    padding: calc(1.71875vw * 1.7) calc(2.34375vw * 1.7) calc(2.03125vw * 1.7) calc(0px * 1.7) !important;
    box-sizing: border-box !important;
    font-size: calc(2.5vw * 1.7) !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input::placeholder {
    opacity: 1 !important;
    font-size: 3.90625vw !important;
    line-height: 4.53125vw !important;
    font-weight: bold !important;
    color: #AFAFAF !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .redMail-error-validation {
    font-weight: bold !important;
    font-size: calc(1.875vw * 1.7) !important;
    line-height: calc(2.8125vw * 1.7) !important;
    width: fit-content !important;
    position: unset !important;
    margin-bottom: calc(0.58px * 1.7) !important;
  }
  .RedMailComponenta .redMailLeftSide .bottomArea {
    flex-direction: column;
  }
  .RedMailComponenta .redMailLeftSide .terms {
    margin: 3.04688vw 0 !important;
    font-size: 3.59375vw !important;
    line-height: 4.375vw !important;
    display: unset !important;
  }
  .RedMailComponenta .redMailLeftSide .terms .termsClick {
    text-decoration: underline !important;
  }
  .RedMailComponenta .redMailLeftSide .submitButton {
    font-size: 5.625vw !important;
    line-height: 6.25vw !important;
    width: 48.125vw !important;
    height: 11.25vw !important;
    border-style: solid;
    align-self: center !important;
  }
  .RedMailComponenta .redMailLeftSide .contentErrorMessage {
    display: block !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
    position: fixed !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp .loading {
    width: calc(1.7 * 10.9375vw) !important;
    height: calc(1.7 * 10.9375vw) !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp .finish {
    width: calc(1.7 * 10.9375vw) !important;
    height: calc(1.7 * 10.9375vw) !important;
    background-size: cover;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp .title {
    font-size: calc(1.7 * 4.0625vw) !important;
    height: calc(1.7 * 5.3125vw) !important;
    margin-top: calc(1.7 * 2.34375vw) !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp .subTitle {
    font-size: calc(1.7 * 4.0625vw) !important;
    height: calc(1.7 * 5.3125vw) !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp .popUpButton {
    font-size: calc(1.7 * 2.8125vw) !important;
    width: calc(1.7 * 28.125vw) !important;
    height: calc(1.7 * 6.875vw) !important;
    padding: calc(1.7 * 1.25vw) calc(1.7 * 2.8125vw) !important;
  }
}
.RedMailComponenta {
  display: flex;
  width: 100%;
  background-image: unset;
  background-color: #c82027;
  padding: 49px 93.53px 49px 52px;
  justify-content: center;
  box-sizing: border-box;
}
.RedMailComponenta .redMailHeadline {
  display: flex;
  justify-content: center;
  position: relative;
  background: none;
  margin-left: 93px;
}
.RedMailComponenta .redMailHeadline .headlineText {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0px;
  width: 175px;
  height: 81px;
  margin: 0;
  position: absolute;
  top: 49.21px;
}
.RedMailComponenta .redMailHeadline .headlineText .headlineTitle {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %5B %3C!ENTITY ns_flows 'http://ns.adobe.com/Flows/1.0/'%3E %5D%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='169px' height='30px' viewBox='0 -0.101 169 30' enable-background='new 0 -0.101 169 30' xml:space='preserve'%3E %3Cdefs%3E %3C/defs%3E %3Cg%3E %3Cdefs%3E %3Crect id='SVGID_2_' width='169' height='29.8'/%3E %3C/defs%3E %3CclipPath id='SVGID_3_'%3E %3Cuse xlink:href='%23SVGID_2_' overflow='visible'/%3E %3C/clipPath%3E %3Cpath clip-path='url(%23SVGID_3_)' fill='%23FFFFFF' d='M23.838,29.8V11.397c0-3.003-2.622-5.435-5.959-5.435h-5.96v6.484h4.768v10.87 H7.151V5.962H0v18.403C0,27.369,2.622,29.8,5.96,29.8H23.838z'/%3E %3Cpath clip-path='url(%23SVGID_3_)' fill='%23FFFFFF' d='M34.272,23.315h9.535v-10.87h-9.535V23.315z M27.121,24.364V5.962h17.878 c3.338,0,5.96,2.432,5.96,5.435v12.968c0,3.005-2.622,5.436-5.96,5.436H33.08C29.743,29.8,27.121,27.369,27.121,24.364'/%3E %3C/g%3E %3Cpolygon fill='%23FFFFFF' points='64.4,20.265 64.4,5.961 53.673,5.961 53.673,12.112 57.25,12.112 57.25,20.265 '/%3E %3Cg%3E %3Cdefs%3E %3Crect id='SVGID_1_' width='169' height='29.8'/%3E %3C/defs%3E %3CclipPath id='SVGID_4_'%3E %3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E %3C/clipPath%3E %3Cpath clip-path='url(%23SVGID_4_)' fill='%23FFFFFF' d='M91.194,16.26V5.962H74.507V0h-7.151v12.446h16.687v3.29l-7.009,4.387 c-1.001,0.62-2.527,1.096-2.527,4.528V29.8h7.152v-4.577l6.293-3.957C89.668,20.217,91.194,19.74,91.194,16.26'/%3E %3Cpath clip-path='url(%23SVGID_4_)' fill='%23FFFFFF' d='M116.938,24.364V11.396c0-3.003-2.622-5.435-5.959-5.435H94.292v6.484h15.495 v10.87H94.292V29.8h16.688C114.316,29.8,116.938,27.369,116.938,24.364'/%3E %3Cpath clip-path='url(%23SVGID_4_)' fill='%23FFFFFF' d='M143.256,16.26V5.962h-16.688V0h-7.15v12.446h16.687v3.29l-7.009,4.387 c-1.001,0.62-2.527,1.096-2.527,4.528V29.8h7.152v-4.577l6.293-3.957C141.729,20.217,143.256,19.74,143.256,16.26'/%3E %3Cpath clip-path='url(%23SVGID_4_)' fill='%23FFFFFF' d='M169,24.364V11.396c0-3.003-2.622-5.435-5.96-5.435h-16.687v6.484h15.495v10.87 h-15.495V29.8h16.687C166.378,29.8,169,27.369,169,24.364'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 169px;
  height: 30px;
}
.RedMailComponenta .redMailHeadline .headlineText .headlineSubTitle {
  font-family: "ShualRegular";
  font-weight: bold;
  color: #000000;
  font-size: 47px;
  line-height: 51px;
  width: -moz-max-content;
}
.RedMailComponenta .redMailHeadline .headlineImage {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %5B %3C!ENTITY ns_flows 'http://ns.adobe.com/Flows/1.0/'%3E %5D%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='250px' height='259px' viewBox='0 0 250 259' enable-background='new 0 0 250 259' xml:space='preserve'%3E %3Cdefs%3E %3C/defs%3E %3Cpolyline fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-miterlimit='10' points='25.049,134.744 25.049,30.091 224.953,30.091 224.953,134.744 '/%3E %3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-miterlimit='10' d='M0.97,257.854l29.71-25.126l22.418-19.137 c2.634-2.24,6.088-5.193,9.543-8.146l22.206-18.944'/%3E %3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-miterlimit='10' d='M249.032,257.854l-29.71-25.126l-22.418-19.137 c-2.634-2.24-6.088-5.193-9.543-8.146l-22.206-18.944'/%3E %3Cline fill='none' stroke='%23FFFFFF' stroke-width='3' x1='1' y1='112.873' x2='25.726' y2='90.767'/%3E %3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-miterlimit='10' d='M248.501,115.015 c-9.638,8.392-19.275,16.783-28.912,25.175l-21.912,19.076c-2.569,2.23-5.944,5.172-9.319,8.115l-21.815,19l-0.424,0.369h-0.562 H84.249h-0.562l-0.423-0.369l-21.817-19l-0.716-0.623c-3.132-2.731-6.214-5.418-8.605-7.489l-21.905-19.08 c-9.574-8.333-19.147-16.667-28.72-25.001V257.5h247V115.015z'/%3E %3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' d='M93.525,30.152c10.492-9.38,20.984-18.76,31.476-28.14 c10.559,9.439,21.116,18.879,31.676,28.318'/%3E %3Cline fill='none' stroke='%23FFFFFF' stroke-width='3' x1='224.177' y1='90.678' x2='249.002' y2='112.873'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 249px;
  height: 258px;
  opacity: 0.45;
}
.RedMailComponenta .redMailLeftSide {
  background-color: #ffff;
  display: flex;
  flex-direction: column;
  width: 671px;
  padding: 28px 42px 24px 39px;
  position: relative;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .TextAreaHeadline {
  text-align: right;
  font-size: 22px;
  line-height: 22px;
  color: black;
  font-family: "ShualBold";
  margin: 0 0 18px 0;
  letter-spacing: 0px;
  font-weight: normal;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea textarea {
  font-family: 'Open Sans Hebrew';
  width: calc(100% - 18px);
  height: 146px;
  padding: 13px 14px 0px 0px;
  border: solid 1px #afafaf;
  font-weight: bold;
  resize: none;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea textarea::placeholder {
  font-size: 15px;
  color: #888888;
}
.RedMailComponenta .redMailLeftSide .contentErrorMessage {
  color: #fb0000;
  position: relative;
  font-size: 13px;
  margin: 4px 0;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload {
  margin-top: 13px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButtonWrapper {
  width: 141px;
  height: 35px;
  background-color: black;
  cursor: pointer;
  position: relative;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButtonWrapper input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButtonWrapper .FilesUploadButton {
  background-color: transparent;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 17px;
  top: 0;
  padding: 0;
  position: absolute;
  right: 0;
  gap: unset;
  width: 100%;
  height: 100%;
  border: 0px;
  text-align: center;
  justify-content: center;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButtonWrapper .FilesUploadButton .uploadIcon {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%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='108px' height='108px' viewBox='0 0 108 108' enable-background='new 0 0 108 108' xml:space='preserve'%3E %3Cpath fill='%23FFFFFF' d='M54,108C24.188,108,0,83.811,0,54C0,24.188,24.188,0,54,0c29.811,0,54,24.188,54,54 C108,83.811,83.811,108,54,108z M15.75,54c0,21.094,17.156,38.25,38.25,38.25c21.094,0,38.252-17.156,38.252-38.25 c0-21.094-17.158-38.25-38.252-38.25C32.906,15.75,15.75,32.906,15.75,54z M76.5,54H63v24.752C63,80.016,62.016,81,60.748,81H47.25 C45.984,81,45,80.016,45,78.752V54H31.5c-1.267,0-2.25-0.984-2.25-2.248c0-0.637,0.282-1.197,0.703-1.688l22.429-22.432 C52.876,27.21,53.438,27,54,27c0.563,0,1.124,0.21,1.618,0.633l22.499,22.5c0.633,0.703,0.844,1.619,0.492,2.461 C78.257,53.436,77.414,54,76.5,54z'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButtonWrapper .FilesUploadButton .uploadIcon:hover {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %5B %3C!ENTITY ns_flows 'http://ns.adobe.com/Flows/1.0/'%3E %5D%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='48px' height='48px' viewBox='0 0 48 48' enable-background='new 0 0 48 48' xml:space='preserve'%3E %3Cdefs%3E %3C/defs%3E %3Cpath fill='%23C82027' d='M24,48C10.75,48,0,37.249,0,24C0,10.75,10.75,0,24,0c13.249,0,24,10.75,24,24C48,37.249,37.249,48,24,48z M7,24c0,9.375,7.625,17,17,17s17.001-7.625,17.001-17S33.375,7,24,7S7,14.625,7,24z M34,24h-6v11.001 C28,35.563,27.563,36,26.999,36H21c-0.563,0-1-0.438-1-0.999V24h-6c-0.563,0-1-0.438-1-0.999c0-0.283,0.125-0.532,0.313-0.75 l9.968-9.97C23.5,12.093,23.75,12,24,12s0.5,0.093,0.719,0.281l10,10c0.281,0.313,0.375,0.72,0.219,1.094S34.406,24,34,24z'/%3E %3C/svg%3E");
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .files-names-error-row {
  padding-top: 5px;
  color: red;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .files-names-error-row > span {
  display: block;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .fileDescription {
  margin-top: 8px;
  font-size: 15px;
  line-height: 17px;
  color: #000;
  position: absolute;
  top: 0px;
  right: 150px;
  font-weight: 600;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .fileWrapper .fileName {
  box-sizing: border-box;
  width: 481px;
  font-size: 15px;
  padding: 3px 0;
  background-color: #ffffff;
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .fileWrapper .fileName .FileNameText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: end ;
  width: 295px;
  height: 25px;
  border: 2px solid rgba(136, 136, 136, 0.486);
  color: rgba(136, 136, 136, 0.897);
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .fileWrapper .fileName .FileNameIconsWrapper {
  display: flex;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .fileWrapper .fileName .FileNameIconsWrapper .FileNameLoadingIcon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M90 45C90 54.7934 86.8051 64.3195 80.9002 72.1326C74.9953 79.9456 66.7028 85.619 57.2811 88.2917C47.8594 90.9645 37.823 90.4907 28.6951 86.9422C19.5671 83.3937 11.8459 76.9643 6.70335 68.6298C1.56076 60.2952 -0.722486 50.5105 0.200137 40.7606C1.12276 31.0107 5.20088 21.828 11.8156 14.606C18.4303 7.38404 27.2204 2.51709 36.852 0.743819C46.4835 -1.02945 56.4306 0.387763 65.1837 4.78038L61.6933 11.7357C54.4539 8.10268 46.227 6.93054 38.261 8.39716C30.2951 9.86377 23.025 13.8891 17.5542 19.8621C12.0834 25.8352 8.71057 33.4299 7.9475 41.4938C7.18443 49.5576 9.07282 57.6502 13.3261 64.5434C17.5794 71.4367 23.9653 76.7542 31.5147 79.689C39.0642 82.6239 47.3649 83.0157 55.1573 80.8052C62.9496 78.5946 69.8081 73.9023 74.6919 67.4404C79.5756 60.9785 82.218 53.0998 82.218 45L90 45Z' fill='url(%23paint0_linear)'/%3E %3Cpath d='M90 45C90 55.0855 86.612 64.8786 80.3796 72.808C74.1472 80.7374 65.4318 86.3432 55.6318 88.726C45.8318 91.1088 35.5155 90.1305 26.3381 85.9479C17.1608 81.7654 9.65449 74.6212 5.02377 65.6616L11.937 62.0885C15.7669 69.4987 21.9751 75.4075 29.5654 78.8667C37.1556 82.326 45.688 83.1351 53.7932 81.1644C61.8984 79.1936 69.1067 74.5572 74.2613 67.9991C79.4159 61.441 82.218 53.3414 82.218 45H90Z' fill='%23666666'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='6' y1='57.5' x2='64' y2='24.5' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23666666'/%3E %3Cstop offset='1' stop-color='%23666666' stop-opacity='0'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  margin-left: 16px;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .fileWrapper .fileName .FileNameUploadProgress {
  margin-left: 15px;
  margin-top: 2px;
  direction: ltr;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFile {
  font-size: 15px;
  margin-top: 8px;
  color: #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: auto;
  font-weight: 600;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFile .addFileIcon {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%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='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M0,10.586h10.532V0h8.882v10.586H30v8.882H19.414V30h-8.882V19.468H0V10.586z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails {
  margin-top: 10.5px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .ExtraDetailsTitle {
  font-size: 27px;
  line-height: 29px;
  font-family: "ShualBold";
  margin: 0;
  font-weight: 600;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .ExtraDetailsSubTitle {
  margin: 0 0 39px 0;
  font-family: 'Open Sans Hebrew';
  font-size: 16px;
  line-height: 19px;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper {
  width: 666px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(1) :nth-child(1),
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(2) :nth-child(1) {
  margin-bottom: 21px;
  position: relative;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(3) :nth-child(1),
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(4) :nth-child(1) {
  margin-bottom: 8px;
  position: relative;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField {
  width: 309px;
  padding-bottom: 15px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.33;
  padding-left: 2px;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField label {
  font-size: 15px;
  line-height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #a3a3a3;
  transition: 0.2s all;
  cursor: text;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input {
  width: 100%;
  font-size: 15px;
  border: 0;
  outline: 0;
  padding-top: 5px;
  border-bottom: 2px solid #b6b6ba;
  box-shadow: none;
  color: #000000;
  background-color: transparent;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input::placeholder {
  opacity: 0;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input:invalid {
  outline: 0;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input:focus,
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input:valid {
  border-color: #b6b6ba;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input:focus ~ label,
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input:not([value=""]) ~ label {
  top: -20px;
  color: #b6b6ba;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .redMail-error-validation {
  margin: 0;
  font-weight: bold;
  width: 100%;
  color: #fb0000;
  line-height: 15px;
  position: absolute;
  bottom: 0;
  font-size: 13px;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails a {
  text-decoration: none;
  color: #1417ac;
  font-weight: bold;
}
.RedMailComponenta .redMailLeftSide .bottomArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.RedMailComponenta .redMailLeftSide .terms {
  font-size: 15px;
  line-height: 17px;
  flex-grow: 1;
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
}
.RedMailComponenta .redMailLeftSide .terms .checkBox {
  margin: 3px 0 0 5px;
  cursor: pointer;
}
.RedMailComponenta .redMailLeftSide .terms .termsClick {
  font-weight: bold;
  color: inherit;
  margin: 0 5px;
}
.RedMailComponenta .redMailLeftSide .submitButton {
  font-size: 19px;
  line-height: 21px;
  padding: 5px 20px;
  background-color: #787878;
  color: #ffff;
  font-family: "ShualRegular";
  border: unset;
  cursor: pointer;
}
.RedMailComponenta .redMailLeftSide .redMailPopUp {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  margin: 0;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.86);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 1px 1px 4px 5px rgba(0, 0, 0, 0.2);
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .finish {
  width: 90px;
  height: 90px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='90px' height='90px' viewBox='0 0 90 90' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3E0342B310-43A0-41DA-8C35-1C9D3FB83D3A%3C/title%3E %3Cdefs%3E %3ClinearGradient x1='0%25' y1='0%25' x2='32.1367546%25' y2='100%25' id='linearGradient-1'%3E %3Cstop stop-color='%23474CDD' offset='0%25'%3E%3C/stop%3E %3Cstop stop-color='%231417AC' offset='100%25'%3E%3C/stop%3E %3C/linearGradient%3E %3C/defs%3E %3Cg id='red-mail-11.3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='דואר-אדום_אישור' transform='translate(-589.000000, -456.000000)' fill='url(%23linearGradient-1)'%3E %3Cpath d='M634,456 C658.852814,456 679,476.147186 679,501 C679,525.852814 658.852814,546 634,546 C609.147186,546 589,525.852814 589,501 C589,476.147186 609.147186,456 634,456 Z M634,464 C613.565464,464 597,480.565464 597,501 C597,521.434536 613.565464,538 634,538 C654.434536,538 671,521.434536 671,501 C671,480.565464 654.434536,464 634,464 Z M651.020815,488.479185 C651.954678,489.413047 651.99528,490.90191 651.142623,491.884033 L651.020815,492.014719 L630.514719,512.520815 C629.605334,513.4302 628.169661,513.492538 627.188123,512.707829 L627.156783,512.681083 L627.156783,512.681083 L627.066297,512.603738 L627.066297,512.603738 L627.042948,512.581589 L627.042948,512.581589 C627.026322,512.566127 627.009916,512.550432 626.993733,512.534508 L626.979185,512.520815 C626.97396,512.515591 626.968764,512.510349 626.963595,512.50509 L616.075006,501.611286 C615.09942,500.634542 615.099587,499.051917 616.075379,498.075379 C617.051008,497.098386 618.63392,497.098386 619.610231,498.074697 L619.61023,498.076061 L628.745426,507.217952 L647.485281,488.479185 C648.461592,487.502874 650.044505,487.502874 651.020815,488.479185 Z' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .loading {
  width: 90px;
  height: 90px;
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M90 45C90 54.7934 86.8051 64.3195 80.9002 72.1326C74.9953 79.9456 66.7028 85.619 57.2811 88.2917C47.8594 90.9645 37.823 90.4907 28.6951 86.9422C19.5671 83.3937 11.8459 76.9643 6.70335 68.6298C1.56076 60.2952 -0.722486 50.5105 0.200137 40.7606C1.12276 31.0107 5.20088 21.828 11.8156 14.606C18.4303 7.38404 27.2204 2.51709 36.852 0.743819C46.4835 -1.02945 56.4306 0.387763 65.1837 4.78038L61.6933 11.7357C54.4539 8.10268 46.227 6.93054 38.261 8.39716C30.2951 9.86377 23.025 13.8891 17.5542 19.8621C12.0834 25.8352 8.71057 33.4299 7.9475 41.4938C7.18443 49.5576 9.07282 57.6502 13.3261 64.5434C17.5794 71.4367 23.9653 76.7542 31.5147 79.689C39.0642 82.6239 47.3649 83.0157 55.1573 80.8052C62.9496 78.5946 69.8081 73.9023 74.6919 67.4404C79.5756 60.9785 82.218 53.0998 82.218 45L90 45Z' fill='url(%23paint0_linear)'/%3E %3Cpath d='M90 45C90 55.0855 86.612 64.8786 80.3796 72.808C74.1472 80.7374 65.4318 86.3432 55.6318 88.726C45.8318 91.1088 35.5155 90.1305 26.3381 85.9479C17.1608 81.7654 9.65449 74.6212 5.02377 65.6616L11.937 62.0885C15.7669 69.4987 21.9751 75.4075 29.5654 78.8667C37.1556 82.326 45.688 83.1351 53.7932 81.1644C61.8984 79.1936 69.1067 74.5572 74.2613 67.9991C79.4159 61.441 82.218 53.3414 82.218 45H90Z' fill='%23666666'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='6' y1='57.5' x2='64' y2='24.5' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23666666'/%3E %3Cstop offset='1' stop-color='%23666666' stop-opacity='0'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .title {
  font-size: 26px;
  letter-spacing: -0.3px;
  margin: 0;
  margin-top: 14px;
  height: 34px;
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .subTitle {
  font-size: 26px;
  letter-spacing: -0.3px;
  margin: 0;
  height: 34px;
  margin-bottom: 48px;
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .popUpButton {
  width: 197px;
  height: 48px;
  background-image: linear-gradient(127deg, #474cdd, #2225b9 43%);
  font-size: 18px;
  color: white;
  border: 0px;
  padding: 14px 33px;
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .popUpButton a {
  color: white;
  text-decoration: none;
}
.RedMailComponenta .redMailLeftSide .separator {
  margin-top: 16.5px;
  width: 100%;
  height: 5px;
  background-color: #c82027;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .calcalist-tag-page-main-componenta {
    background: transparent !important;
    padding: 3.90625vw 3.125vw 6.71875vw 3.125vw !important;
  }
  .calcalist-tag-page-main-componenta.withTab .tag-name-title {
    text-align: center;
    font-size: 1.375rem ! important;
    background-color: #fff;
    padding: 2.03125vw 0;
  }
  .calcalist-tag-page-main-componenta.withTab .calcalist-tag-page-items-container {
    padding: 0 ! important;
    margin-top: 0 ! important;
  }
  .calcalist-tag-page-main-componenta.withTab .calcalist-tag-page-items-container .calcalist-tag-page-item {
    margin: 0.635rem 0 0 ! important;
  }
  .calcalist-tag-page-main-componenta.withTab .calcalist-tag-page-items-container .calcalist-tag-page-item .item-image a {
    display: block;
  }
  .calcalist-tag-page-main-componenta.withTab .calcalist-tag-page-items-container .calcalist-tag-page-item:first-of-type {
    margin-top: 0 ! important;
  }
  .calcalist-tag-page-main-componenta .tag-name-title {
    color: #000;
    text-align: right;
    direction: ltr;
    font-size: 2.0625rem !important;
    line-height: 7.65625vw;
    margin: 0;
  }
  .calcalist-tag-page-main-componenta .tag-about {
    display: none !important;
    font-size: 1.125rem !important;
    font-style: normal !important;
    font-weight: bold !important;
    margin-top: 1.25rem !important;
    color: #c72127 !important;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container {
    margin-top: 1.71875vw;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item {
    margin: 0.625rem !important;
    display: flex;
    flex-direction: column !important;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item a {
    position: relative !important;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .mediaArea {
    margin: initial !important;
    height: 39.445vw !important;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .mediaArea .MediaCarousel {
    display: flex;
    width: 100% !important;
    height: 100% !important;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .mediaArea .CalcalistComponentaShareMenuMedia {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .mediaArea .CalcalistComponentaShareMenuMedia .videoIcon.medium {
    bottom: 2.34375vw !important;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .mediaArea .CalcalistComponentaShareMenuMedia .ShareMenu {
    position: unset !important;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .mediaArea .CalcalistComponentaShareMenuMedia .ShareMenu .toggleShareButtons {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23000' d='M0 0h44v44H0z' opacity='.3'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M17.438 25.908a4.5 4.5 0 1 1 0-6.816l8.583-5.157a4.5 4.5 0 1 1 1.28 2.73l-8.373 5.031a4.527 4.527 0 0 1 0 1.608l8.373 5.03a4.5 4.5 0 1 1-1.28 2.73l-8.583-5.156z'/%3E %3C/g%3E%3C/svg%3E");
    bottom: 0;
    height: 2.75rem;
    width: 2.75rem;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .mediaArea .CalcalistComponentaShareMenuMedia .ShareMenu .toggleShareButtons.fadeIn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23000' d='M0 0h44v44H0z' opacity='.3'/%3E %3Cg stroke='%23FFF' stroke-linecap='square' stroke-width='1.5'%3E %3Cpath d='M14.354 14.354l16.307 16.307M14 30l16-16'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E") !important;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .mediaArea .CalcalistComponentaShareMenuMedia .ShareMenu .shareBtnsBox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    top: 20%;
    bottom: unset;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    padding-top: 0.3125rem;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .mediaArea .CalcalistComponentaShareMenuMedia .ShareMenu .shareBtnsBox .calcalistShare {
    background-repeat: no-repeat;
    width: 3.4375rem;
    height: 3.4375rem;
    display: block;
    cursor: pointer;
    background-size: contain;
    justify-content: space-around;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .mediaArea .CalcalistComponentaShareMenuMedia .ShareMenu .shareBtnsBox .calcalistShare.tw {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E %3Cdefs%3E %3Cstyle%3E .cls-1, .cls-2 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Ccircle class='cls-1' cx='27.5' cy='27.5' r='27.5'/%3E %3Cg id='layer1'%3E %3Cpath id='path1009' class='cls-2' d='m14.56,15.33l10.04,13.42-10.1,10.91h2.27l8.84-9.55,7.15,9.55h7.74l-10.6-14.18,9.4-10.16h-2.27l-8.14,8.8-6.58-8.8h-7.74Zm3.34,1.67h3.55l15.7,20.99h-3.55l-15.7-20.99Z'/%3E %3C/g%3E %3C/svg%3E") !important;
    background-position: unset;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .mediaArea .CalcalistComponentaShareMenuMedia .ShareMenu .shareBtnsBox .calcalistShare.fb {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' viewBox='0 0 55 55'%3E %3Cg fill='none' fill-rule='evenodd' transform='translate(-.01 -.878)'%3E %3Ccircle cx='27.51' cy='28.378' r='27.5' fill='%232876C0'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M29.608 42.613h-5.63V28.877h-2.812v-4.734h2.813V21.3c0-3.861 1.588-6.158 6.1-6.158h3.756v4.735h-2.348c-1.756 0-1.873.661-1.873 1.896l-.006 2.37h4.254l-.498 4.733h-3.756v13.737z'/%3E %3C/g%3E %3C/svg%3E") !important;
    background-position: unset;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .mediaArea .CalcalistComponentaShareMenuMedia .ShareMenu .shareBtnsBox .calcalistShare.mail {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' viewBox='0 0 55 55'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Ccircle cx='27.5' cy='27.5' r='27.5' fill='%234A235A'/%3E %3Cpath stroke='%23FFF' stroke-width='1.1' d='M13 18h29v20H13z'/%3E %3Cpath stroke='%23FFF' stroke-width='1.1' d='M13 18l10.274 9.227L27.5 31 42 18M13 37l10-10M42 38L32 27'/%3E %3C/g%3E %3C/svg%3E") !important;
    background-position: unset;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .mediaArea .CalcalistComponentaShareMenuMedia .ShareMenu .shareBtnsBox .calcalistShare.li {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' viewBox='0 0 55 55'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Ccircle cx='27.5' cy='27.5' r='27.5' fill='%232677A8'/%3E %3Cg fill='%23FFF' fill-rule='nonzero' stroke='%23FFF' stroke-width='.1'%3E %3Cpath d='M17.042 12c-.962 0-1.837.35-2.493 1.006-.7.7-1.049 1.574-1.049 2.492 0 .962.394 1.837 1.05 2.493.655.656 1.574 1.05 2.448 1.006h.088c.874 0 1.705-.35 2.361-1.006a3.506 3.506 0 0 0 1.05-2.493c.043-.918-.35-1.793-1.006-2.449A3.31 3.31 0 0 0 17.042 12zm1.793 5.379c-.481.48-1.137.787-1.837.743-.656 0-1.355-.262-1.836-.743-.525-.481-.787-1.181-.787-1.88 0-.7.262-1.356.787-1.881.48-.481 1.137-.743 1.88-.743.656 0 1.312.262 1.793.743.525.525.787 1.18.787 1.88s-.262 1.4-.787 1.88zM18.714 20.5h-3.471c-.686 0-1.243.65-1.243 1.5v17.5c0 .8.6 1.5 1.286 1.5h3.428C19.4 41 20 40.3 20 39.55V22c0-.8-.6-1.5-1.286-1.5zM19 39.573c0 .25-.2.45-.4.45h-3.2c-.2 0-.4-.25-.4-.5V21.977c0-.25.16-.5.36-.5h3.24c.2 0 .4.25.4.5v17.596zM35.367 20h-.995c-1.848 0-3.601.85-4.739 2.2v-.7c0-.5-.473-1-.947-1h-4.738c-.427 0-.948.4-.948.95V40.1c0 .55.521.9.948.9h5.212c.426 0 .947-.35.947-.9V29.3c0-1.65 1.137-2.95 2.606-2.95.758 0 1.469.3 1.99.85.474.45.664 1.15.664 2.05V40c0 .5.473 1 .947 1h4.738c.474 0 .948-.5.948-1V27.1c0-4-2.89-7.1-6.633-7.1zm5.685 19.95l-.047.05h-4.643l-.048-10.75c0-1.2-.284-2.1-.9-2.75a3.63 3.63 0 0 0-2.653-1.15c-1.99.05-3.554 1.75-3.554 3.95V40h-5.212V21.5h4.69l.048.05v3.15l1.28-1.35.047-.05c.947-1.4 2.606-2.3 4.359-2.3h.995c3.174 0 5.638 2.7 5.638 6.1v12.85z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
    background-position: unset;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .mediaArea .CalcalistComponentaShareMenuMedia .ShareMenu .shareBtnsBox .calcalistShare.wa {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' viewBox='0 0 55 55'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Ccircle cx='27.5' cy='27.5' r='27.5' fill='%235AD129'/%3E %3Cg fill='%23979797' fill-rule='nonzero' stroke='%23FFF' stroke-width='.6'%3E %3Cpath d='M42 27.055c0 3.879-1.585 7.391-4.148 9.934a14.164 14.164 0 0 1-10.008 4.115 14.1 14.1 0 0 1-6.725-1.688l-7.543 2.4L13 42l.194-.573 2.452-7.244a13.961 13.961 0 0 1-1.957-7.133c0-3.879 1.585-7.392 4.149-9.935A14.17 14.17 0 0 1 27.849 13c3.906 0 7.444 1.573 10.005 4.117A13.963 13.963 0 0 1 42 27.055zm-4.579 9.5a13.343 13.343 0 0 0 3.966-9.5c0-3.712-1.515-7.072-3.964-9.505a13.544 13.544 0 0 0-9.574-3.937c-3.743 0-7.13 1.504-9.58 3.936a13.343 13.343 0 0 0-3.967 9.501 13.349 13.349 0 0 0 1.94 6.94l.075.122-.046.134-2.303 6.805 7.091-2.257.126-.04.114.063a13.49 13.49 0 0 0 6.545 1.674c3.742 0 7.127-1.504 9.577-3.935z'/%3E %3Cpath d='M36.361 30.101c-.036-.053-.198-.126-.44-.235-.06-.027-.125-.055-.2-.09l-.006-.002a95.733 95.733 0 0 0-1.75-.81c-.447-.2-.834-.37-.964-.414-.147-.05-.27-.088-.353-.08-.054.006-.112.049-.186.156v.001a9.092 9.092 0 0 1-.491.61c-.323.376-.67.757-.814.913-.17.184-.35.288-.571.313-.2.023-.414-.026-.67-.146l-.003-.001c-.044-.021-.142-.061-.262-.11-.587-.241-1.73-.71-3.047-1.82a10.58 10.58 0 0 1-1.228-1.232 12.069 12.069 0 0 1-1.08-1.479c-.355-.578-.053-.865.225-1.13h.001c.112-.106.244-.257.375-.407.079-.09.157-.18.217-.245.145-.16.21-.286.297-.456l.06-.116a.335.335 0 0 0 .04-.195.565.565 0 0 0-.07-.202l-.003-.004c-.069-.132-.443-.99-.787-1.782l-.463-1.059c-.21-.473-.378-.463-.508-.455-.04.003-.08.005-.109.005-.113 0-.243-.008-.378-.016-.124-.007-.254-.015-.394-.015-.118 0-.278.023-.446.098-.13.058-.266.147-.395.281l-.002.003-.078.078c-.393.393-1.25 1.25-1.25 2.887 0 1.772 1.38 3.5 1.58 3.752h.002l.002.003c.024.03.057.077.106.145.531.739 2.972 4.134 6.639 5.497 3.307 1.228 3.836 1.106 4.31.997.117-.027.232-.054.382-.067.362-.032.985-.288 1.53-.65.429-.285.795-.626.921-.96.136-.36.214-.699.25-.981.042-.326.039-.535.01-.58h.001zm-.173-.774c.346.155.576.259.71.467v.002c.088.139.135.5.076.957-.041.315-.13.698-.285 1.11-.174.462-.63.9-1.151 1.246-.629.418-1.376.716-1.833.757-.101.008-.195.03-.291.052-.564.13-1.196.275-4.686-1.02-3.847-1.43-6.377-4.95-6.928-5.717a5.38 5.38 0 0 0-.087-.12l-.002-.001-.002-.003C21.492 26.781 20 24.911 20 22.944c0-1.874.976-2.85 1.424-3.298l.07-.071a1.87 1.87 0 0 1 .594-.42c.268-.119.524-.156.71-.156.142 0 .291.009.435.018.115.007.225.013.338.013l.07-.002c.323-.02.744-.046 1.126.819l.463 1.064c.34.778.707 1.622.77 1.744.065.122.118.257.135.409a.89.89 0 0 1-.102.52l-.002.001-.058.113c-.109.21-.189.367-.383.581l-.001.002c-.08.087-.145.162-.21.237-.144.164-.288.328-.414.448-.114.11-.238.228-.126.41.14.232.497.783 1.023 1.401.325.383.715.79 1.157 1.163a10.224 10.224 0 0 0 2.88 1.716c.11.045.2.082.291.125.143.067.247.097.322.088.055-.006.11-.044.174-.114.15-.163.503-.55.799-.895a8.5 8.5 0 0 0 .454-.563c.194-.278.402-.395.64-.42.211-.023.407.035.633.112.16.055.565.23 1.02.435.705.317 1.53.7 1.767.816.063.03.128.059.189.086z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
    background-position: unset;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .item-image {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100% !important;
    height: 39.445vw !important;
    margin: 1.09375vw 4.375vw 0 0;
    flex-shrink: 0;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .item-image img {
    border: 0;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -webkit-transition: all 0.3s ease-in-out;
    object-fit: cover !important;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .item-image img:hover {
    transform: scale(1.05);
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .item-text-wrapper {
    display: flex;
    flex-direction: column;
    background: #fff !important;
    padding: 0.4375rem 0.625rem 0.2rem 0.625rem !important;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .item-text-wrapper .item-title {
    font-weight: bold !important;
    width: 100% !important;
    font-size: 1.3rem !important;
    line-height: 1.3125rem !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    margin-bottom: 0.4375rem !important;
    max-height: unset !important;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .item-text-wrapper .item-sub-title {
    display: none !important;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .item-text-wrapper .item-date-author-wrapper {
    display: flex !important;
    padding: 0 !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    display: inline-flex !important;
    color: #646464 !important;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .item-text-wrapper .item-date-author-wrapper .item-date {
    position: relative !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    display: inline-flex !important;
    color: #646464 !important;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .item-text-wrapper .item-date-author-wrapper .item-seperetaor {
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    display: inline-flex !important;
    color: #646464 !important;
  }
  .calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .item-text-wrapper .item-date-author-wrapper .item-author {
    font-weight: 500 !important;
    font-size: 0.70rem !important;
    display: inline-flex !important;
    color: #646464 !important;
  }
  .calcalist-tag-page-pagination {
    display: flex;
    width: 100%;
    margin-top: 3.125vw;
    justify-content: space-between;
  }
  .calcalist-tag-page-pagination a {
    color: #282828;
    font-size: 2.5vw;
    text-decoration: underline;
    height: 4.6875vw;
    line-height: 4.6875vw;
    font-weight: bold;
  }
}
.calcalist-tag-page-main-componenta {
  background: #fff;
  padding: 40px 62px 16px 20px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
}
.calcalist-tag-page-main-componenta.withTab {
  padding: 10px 0 20px;
}
.calcalist-tag-page-main-componenta.withTab .calcalist-tag-page-items-container {
  padding: 0 20px;
  box-sizing: border-box;
}
.calcalist-tag-page-main-componenta.withTab .calcalist-tag-page-items-container .calcalist-tag-page-item {
  margin-top: 20px;
}
.calcalist-tag-page-main-componenta.withTab .calcalist-tag-page-pagination {
  padding: 0 20px;
  box-sizing: border-box;
}
.calcalist-tag-page-main-componenta.withTab .tag-name-title {
  font-size: 18px;
  font-family: 'Shual';
  line-height: normal;
  border-bottom: solid 1px #b7b7b7;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: -8px;
}
.calcalist-tag-page-main-componenta .tag-name-title {
  color: #000;
  text-align: right;
  direction: rtl;
  font-size: 40px;
  line-height: 49px;
  margin: 0;
}
.calcalist-tag-page-main-componenta .tag-name-title .mailLink {
  color: #C82027;
  font-size: 20px;
  margin-inline-start: 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.calcalist-tag-page-main-componenta .tag-name-title .mailLink .icon {
  background: url(//www.calcalist.co.il/images/1280/header/h_redmail_new.jpg) no-repeat center center;
  width: 26px;
  background-size: contain;
  height: 20px;
  margin-inline-start: 10px;
  display: flex;
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container {
  margin-top: 11px;
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item {
  margin-top: 25px;
  display: flex;
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .mediaArea {
  margin-left: 28px;
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .videoIcon.medium {
  right: 8px !important;
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .CalcalistComponentaShareMenuMedia {
  display: flex;
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item a {
  all: unset;
  cursor: pointer;
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .item-image {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 270px;
  height: 146px;
  margin: 7px 0 0 0;
  flex-shrink: 0;
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .item-image img {
  border: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease-in-out;
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .calcalist-tag-page-item .item-image img:hover {
  transform: scale(1.05);
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .item-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .item-text-wrapper .item-title {
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  position: relative;
  top: 1px;
  font-size: 28px;
  line-height: 28px;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 488px;
  max-height: 56px;
  overflow: hidden;
  font-weight: 400;
  text-align: right;
  direction: rtl;
  cursor: pointer;
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .item-text-wrapper .item-sub-title {
  line-height: 23px;
  font-size: 18px;
  color: #505050;
  display: block;
  direction: rtl;
  max-height: 69px;
  overflow: hidden;
  cursor: pointer;
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .item-text-wrapper .item-date-author-wrapper {
  display: flex;
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .item-text-wrapper .item-date-author-wrapper .item-date {
  font-size: 15px;
  margin: 0px 0px 0 4px;
  display: inline-block;
  line-height: normal;
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .item-text-wrapper .item-date-author-wrapper .item-seperetaor {
  position: relative;
  top: -1px;
  font-size: 12px;
  margin: 0 0 0 0px;
  display: inline-block;
  direction: rtl;
  line-height: 19px;
  color: #969696;
}
.calcalist-tag-page-main-componenta .calcalist-tag-page-items-container .item-text-wrapper .item-date-author-wrapper .item-author {
  font-size: 17px;
  margin: 0 4px 0 0px;
  display: inline-block;
  direction: rtl;
  line-height: 19px;
  color: #969696;
  position: relative;
  bottom: 1px;
}
.calcalist-tag-page-pagination {
  display: flex;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
}
.calcalist-tag-page-pagination a {
  color: #282828;
  font-size: 16px;
  text-decoration: underline;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}
@font-face {
  font-family: 'ShualBold';
  src: url('/images/calcalist/font/Shual-Bold.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Shual-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/Shual-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/Shual-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/Shual-Bold.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ShualRegular';
  src: url('/images/calcalist/font/Shual-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Shual-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/Shual-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/Shual-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/Shual-Regular.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'RobotoLight';
  src: url('/images/calcalist/font/Roboto-Light.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Roboto-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/Roboto-Light.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/Roboto-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/Roboto-Light.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ShualSerifBold';
  src: url('/images/calcalist/font/ShualSerif-Bold.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/ShualSerif-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/ShualSerif-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/ShualSerif-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/ShualSerif-Bold.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ShualSerifLight';
  src: url('/images/calcalist/font/ShualSerif-Light.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/ShualSerif-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/ShualSerif-Light.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/ShualSerif-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/ShualSerif-Light.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ShualSerifRegular';
  src: url('/images/calcalist/font/ShualSerif-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/ShualSerif-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/ShualSerif-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/ShualSerif-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/ShualSerif-Regular.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ShualBlack';
  src: url('/images/calcalist/font/Shual-Black.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Shual-Black.eot?#iefix') format('embedded-opentype'), url('/images/calcalist/font/Shual-Black.woff') format('woff'), url('/images/calcalist/font/Shual-Black.ttf') format('truetype'), url('/images/calcalist/font/Shual-Black.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
/*Open sans font all types and weights*/
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-BoldItalic.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-BoldItalic.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-BoldItalic.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-BoldItalic.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-BoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBoldItalic.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBoldItalic.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBoldItalic.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBoldItalic.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBold.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBold.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Shual';
  src: url('/images/calcalist/font/Shual-Bold.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Shual-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/Shual-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/Shual-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/Shual-Bold.svg#svgFontName') format('svg');
  font-weight: bold;
  font-style: normal /* Legacy iOS */;
}
@font-face {
  font-family: 'Shual';
  src: url('/images/calcalist/font/Shual-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Shual-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/Shual-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/Shual-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/Shual-Regular.svg#svgFontName') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Shual';
  src: url('/images/calcalist/font/shual-light.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/shual-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/shual-light.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/shual-light.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/shual-light.svg#svgFontName') format('svg');
  /* Legacy iOS */
  font-weight: 300;
  font-style: normal;
}
.calcalist-teasers-container {
  padding: 0 35px 35px 35px;
}
.calcalist-teasers-container .search-and-archive-tab {
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: unset;
}
.calcalist-teasers-container .search-and-archive-tab.search-bar-hidden {
  justify-content: end;
}
.calcalist-teasers-container .search-and-archive-tab .search-wrapper {
  display: flex;
  align-items: center;
  width: 238px;
  padding: 7px 16px 8px;
  height: 19px;
  border-radius: 15px;
  background-color: #313131;
  color: rgba(255, 255, 255, 0.6);
  box-sizing: content-box;
  cursor: pointer;
  font-family: 'Open Sans Hebrew';
  font-weight: 300;
}
.calcalist-teasers-container .search-and-archive-tab .search-wrapper .google-search-contianer-componenta {
  box-shadow: none;
  border: none;
  background-color: transparent;
  flex-direction: row-reverse;
}
.calcalist-teasers-container .search-and-archive-tab .search-wrapper .google-search-contianer-componenta .google-search {
  background-color: transparent;
  color: #fff;
  height: 100%;
}
.calcalist-teasers-container .search-and-archive-tab .search-wrapper .google-search-contianer-componenta .search-icon {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='sue3pw9v5a' d='M0 0h16v16H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='u4evdcqdhb' fill='%23fff'%3E %3Cuse xlink:href='%23sue3pw9v5a'/%3E %3C/mask%3E %3Cpath d='M6.655 0A6.662 6.662 0 0 0 0 6.655a6.662 6.662 0 0 0 6.655 6.655c1.551 0 2.98-.534 4.113-1.427l3.887 3.887a.79.79 0 0 0 1.115 0 .79.79 0 0 0 0-1.115l-3.887-3.887a6.622 6.622 0 0 0 1.427-4.113A6.662 6.662 0 0 0 6.655 0zm0 12.516a5.86 5.86 0 1 1 0-11.722 5.86 5.86 0 0 1 0 11.722z' fill='%23FFF' mask='url(%23u4evdcqdhb)'/%3E %3C/g%3E %3C/svg%3E");
  margin-inline-end: 14px;
  opacity: 0.6;
}
.calcalist-teasers-container .search-and-archive-tab span,
.calcalist-teasers-container .search-and-archive-tab a {
  text-decoration: none;
}
.calcalist-teasers-container .search-and-archive-tab span .archive-wrapper,
.calcalist-teasers-container .search-and-archive-tab a .archive-wrapper {
  display: flex;
  padding: 7px 16px 8px;
  border-radius: 15px;
  background-color: #313131;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-family: 'Open Sans Hebrew';
  font-weight: 300;
}
.calcalist-teasers-container .search-and-archive-tab span .archive-wrapper .archive-text,
.calcalist-teasers-container .search-and-archive-tab a .archive-wrapper .archive-text {
  font-size: 15px;
  margin-inline-end: 12px;
}
.calcalist-teasers-container .search-and-archive-tab span .archive-wrapper .archive-icon,
.calcalist-teasers-container .search-and-archive-tab a .archive-wrapper .archive-icon {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='7yz4hmnixa' d='M0 0h16v16H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='zghm7wttkb' fill='%23fff'%3E %3Cuse xlink:href='%237yz4hmnixa'/%3E %3C/mask%3E %3Cpath d='M2.896.001h9.653c.343 0 .751.057 1.264.723l1.827 1.914c.066.068.114.15.143.237.136.174.217.393.217.631v1.522c0 .525-.394.96-.899 1.018v8.93c0 .564-.456 1.024-1.016 1.024H1.86c-.56 0-1.016-.46-1.016-1.024V6.038A1.024 1.024 0 0 1 0 5.028V3.506c0-.238.08-.457.216-.631A.651.651 0 0 1 .3 2.713L1.638.793C1.97.237 2.324 0 2.82 0l.075.001zm11.659 6.051H1.389v8.924c0 .262.212.475.472.475h12.224c.26 0 .471-.213.471-.475l-.001-8.924zm-4.664 2.08c.578 0 1.049.475 1.049 1.059v.156c0 .584-.47 1.059-1.05 1.059H6.056a1.055 1.055 0 0 1-1.05-1.059v-.156c0-.584.471-1.059 1.05-1.059H9.89zm0 .55H6.055a.507.507 0 0 0-.505.509v.156c0 .281.227.51.505.51H9.89a.507.507 0 0 0 .505-.51v-.156a.507.507 0 0 0-.505-.51zm5.093-5.651H1.015a.466.466 0 0 0-.293.104l.006-.058a.275.275 0 0 1-.144.243.44.44 0 0 0-.04.186v1.522c0 .262.212.475.471.475h13.97c.26 0 .47-.213.47-.475V3.506a.476.476 0 0 0-.037-.186.27.27 0 0 1-.14-.184.46.46 0 0 0-.294-.105zM2.821.549c-.256 0-.456.088-.721.535a.24.24 0 0 1-.011.017l-.964 1.38h13.609l-1.323-1.387a.283.283 0 0 1-.02-.023c-.397-.52-.633-.52-.842-.52H2.887L2.82.548z' fill='%23FFF' mask='url(%23zghm7wttkb)'/%3E %3C/g%3E %3C/svg%3E");
}
.calcalist-teasers-container.small .teasersList .listItem div .calcalist-teasers-item-contianer {
  width: 212px;
  height: 280px;
  padding-top: 35px;
  box-sizing: border-box;
}
.calcalist-teasers-container.small .teasersList .listItem div .calcalist-teasers-item-contianer .SimpleImage {
  height: 104.44px;
}
.calcalist-teasers-container.small .teasersList .listItem div .calcalist-teasers-item-contianer .caption,
.calcalist-teasers-container.small .teasersList .listItem div .calcalist-teasers-item-contianer .RichInput span {
  width: 140px;
  font-size: 18px;
  line-height: 0.89;
}
.calcalist-teasers-container .teasersList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.calcalist-teasers-container .teasersList .listItem > div .calcalist-teasers-item-contianer {
  width: 270px;
  height: 345px;
  background-color: #313131;
  display: block;
  padding-top: 55px;
  box-sizing: border-box;
  text-decoration: none;
}
.calcalist-teasers-container .teasersList .listItem > div .calcalist-teasers-item-contianer .SimpleImage {
  height: 140.08px;
}
.calcalist-teasers-container .teasersList .listItem > div .calcalist-teasers-item-contianer img {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
}
.calcalist-teasers-container .teasersList .listItem > div .calcalist-teasers-item-contianer .caption,
.calcalist-teasers-container .teasersList .listItem > div .calcalist-teasers-item-contianer .RichInput span {
  width: 190px;
  font-family: "ShualBold";
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.87);
  display: flex;
  overflow: hidden;
  margin: 10px auto;
  word-break: break-word;
  white-space: break-spaces;
  justify-content: center;
}
.calcalist-teasers-container .teasersList .listItem > div .calcalist-teasers-item-contianer:hover {
  background-color: #505050;
}
.CalcalistTvComponenta {
  position: relative;
  background: #fff;
}
.CalcalistTvComponenta .leftAndRightTransitionAnimation {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.CalcalistTvComponenta .VideoTab {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 280px;
  overflow: hidden;
  max-height: 44px;
}
.CalcalistTvComponenta .VideoTab .titleLink {
  z-index: 1;
}
.CalcalistTvComponenta .CalcalistTvContent {
  display: flex;
  flex-direction: column;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.CalcalistTvComponenta .CalcalistTvContent > button {
  position: absolute;
  bottom: 140px;
  width: 40px;
  height: 40px;
  opacity: 1;
  cursor: pointer;
  z-index: 22;
}
.CalcalistTvComponenta .CalcalistTvContent > button.arrowNext {
  background: url(//www.calcalist.co.il/images/1280/slider/arrow_galeria_prev.png);
  left: 0px;
  border-style: none;
}
.CalcalistTvComponenta .CalcalistTvContent > button.arrowPrev {
  background: url(//www.calcalist.co.il/images/1280/slider/arrow_galeria_next.png);
  right: 0px;
  border-style: none;
}
.CalcalistTvComponenta .CalcalistTvContent .itemTitle {
  font-weight: bold;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  display: block;
  line-height: 1;
  overflow: hidden;
}
.CalcalistTvComponenta .CalcalistTvContent .authorInfo,
.CalcalistTvComponenta .CalcalistTvContent .itemDate {
  font-size: 13px;
  color: #969696;
  margin-top: 5px;
  margin-inline-end: 5px;
}
.CalcalistTvComponenta .CalcalistTvContent .authorAndDateWrapper {
  display: flex;
}
.CalcalistTvComponenta .CalcalistTvContent .authorAndDateWrapper div:nth-child(1) {
  margin-left: 4px;
}
.CalcalistTvComponenta .CalcalistTvContent .slotView {
  display: flex;
}
.CalcalistTvComponenta .CalcalistTvContent .mainVideo {
  width: 100%;
  display: flex;
}
.CalcalistTvComponenta .CalcalistTvContent .mainVideo .x-button {
  bottom: 290px !important;
}
.CalcalistTvComponenta .CalcalistTvContent .mainVideo > div,
.CalcalistTvComponenta .CalcalistTvContent .mainVideo > div > div {
  width: 100%;
  display: flex;
}
.CalcalistTvComponenta .CalcalistTvContent .mainVideo .slotView {
  width: 100%;
}
.CalcalistTvComponenta .CalcalistTvContent .mainVideo .textArea {
  flex-grow: 1;
  padding-top: 64px;
  padding-left: 30px;
  box-sizing: border-box;
  text-decoration: none;
  color: unset;
}
.CalcalistTvComponenta .CalcalistTvContent .mainVideo .textArea:hover {
  text-decoration: none;
  color: unset;
}
.CalcalistTvComponenta .CalcalistTvContent .mainVideo .textArea .itemTitle {
  font-size: 25px;
  max-height: 75px;
  margin-bottom: 20px;
}
.CalcalistTvComponenta .CalcalistTvContent .mainVideo .textArea .itemSubTitle {
  font-size: 16px;
  line-height: 19px;
  max-height: 100px;
  overflow: hidden;
  margin: 0 0 20px 0;
  display: block;
  font-weight: 400;
}
.CalcalistTvComponenta .CalcalistTvContent .mainVideo .videoPlayerPlaceholder {
  width: 580px;
  height: 326px;
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 3px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
.CalcalistTvComponenta .CalcalistTvContent .mainVideo .videoPlayerPlaceholder img:not(.fp-logo) {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.CalcalistTvComponenta .CalcalistTvContent .bottomList {
  margin: 14px -15px 0;
  height: 220px;
  width: calc(100% + 30px);
  overflow: hidden;
  position: relative;
}
.CalcalistTvComponenta .CalcalistTvContent .bottomItems {
  display: flex;
  position: relative;
  right: 0;
  top: 0;
  height: 230px;
}
.CalcalistTvComponenta .CalcalistTvContent .bottomItems > div {
  margin: 0 13px;
  width: 276px;
}
.CalcalistTvComponenta .CalcalistTvContent .bottomItems .slotView {
  width: 276px;
  display: flex;
  flex-direction: column;
}
.CalcalistTvComponenta .CalcalistTvContent .bottomItems .slotView .lisPreviewImage {
  border: 0px;
  width: 270px;
  height: 146px;
  cursor: pointer;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
}
.CalcalistTvComponenta .CalcalistTvContent .bottomItems .slotView .lisPreviewImage img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.CalcalistTvComponenta .CalcalistTvContent .bottomItems .slotView .itemTitle {
  font-size: 21px;
  max-height: 44px;
  margin-top: 4px;
}
.calcalist-page-auth-wrapper {
  display: block;
  width: 800px;
  margin: auto;
  height: 800px;
  border: 1px solid #B7B7B7;
  background: #FCFCFC;
  border-radius: 12px;
  box-shadow: 2px 6px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 55px 150px 75px 150px;
  box-sizing: border-box;
  position: relative;
}
.calcalist-page-auth-wrapper .premium-calcalist-paywall-desktop {
  height: 100%;
}
.CtechChannelMenu {
  text-align: right !important;
}
.CtechChannelMenu .selectArrow {
  float: left !important;
  border: 1px solid #ccc !important;
}
.CtechChannelMenu .selected {
  border: 1px solid #ccc !important;
  border-left: none !important;
  float: right !important;
  padding: 0 6px 0 0 !important;
}
.CtechChannelMenu .channleOptionsList {
  margin-left: 15px;
  margin-right: unset !important;
  text-align: right !important;
}
.CtechDatePickerMenu {
  text-align: right;
}
.CtechDatePickerMenu .selectDateArrow {
  float: left !important;
  border: 1px solid #ccc !important;
  border-right: none !important;
}
.CtechDatePickerMenu .selected {
  border: 1px solid #ccc !important;
  border-left: none !important;
  padding: 0 6px 0 0 !important;
  text-align: right !important;
}
.CtechDatePickerMenu .DayPicker {
  float: right;
  font-size: 13px !important;
  position: absolute;
  top: 40px;
  background-color: #fff;
}
.CtechDatePickerMenu .DayPicker .DayPicker-wrapper .DayPicker-NavBar {
  position: absolute;
  left: 38px;
  top: -4px;
}
.CtechDatePickerMenu .DayPicker .DayPicker-wrapper .DayPicker-NavBar .DayPicker-NavButton--prev {
  left: 0;
  margin-right: unset !important;
}
.CtechDatePickerMenu .DayPicker .DayPicker-wrapper .DayPicker-NavBar .DayPicker-NavButton--next {
  right: 0;
}
.CtechDatePickerMenu .DayPicker .DayPicker-wrapper .DayPicker-NavBar .DayPicker-NavButton--interactionDisabled {
  filter: opacity(0.2);
  display: block;
}
.CtechDatePickerMenu .DayPicker .DayPicker-wrapper .DayPicker-Months .DayPicker-Month {
  margin: 0;
  margin-top: 13px;
}
.CtechDatePickerMenu .DayPicker .DayPicker-wrapper .DayPicker-Months .DayPicker-Month .DayPicker-Caption {
  text-align: right;
  color: #cf1f25;
  font-family: 'ShualBold' !important;
  font-size: 18px !important;
}
.CtechDatePickerMenu .DayPicker .DayPicker-wrapper .DayPicker-Months .DayPicker-Month .DayPicker-Body .DayPicker-Day {
  padding: 4px !important;
  border-radius: unset;
  font-family: 'Open Sans Hebrew' !important;
}
.CtechDatePickerMenu .DayPicker .DayPicker-wrapper .DayPicker-Months .DayPicker-Month .DayPicker-Body .DayPicker-Day--today {
  color: #cf1f25 !important;
}
.CtechDatePickerMenu .DayPicker .DayPicker-wrapper .DayPicker-Months .DayPicker-Month .DayPicker-Weekday abbr[title] {
  font-family: 'Open Sans Hebrew' !important;
}
.CtechWideBuzzComponenta {
  display: flex;
  flex-direction: row;
  background-color: #fff;
}
.CtechWideBuzzComponenta * {
  font-family: 'ShualBold';
}
.CtechWideBuzzComponenta .filters {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 13px !important;
  left: unset !important;
}
.CtechWideBuzzComponenta .filters .typesToShowFilter {
  width: fit-content;
  display: inline-block;
  line-height: 23px;
  border-bottom: 1px solid #ccc;
  text-align: right;
  float: right;
  padding: 0 0 5px 0;
}
.CtechWideBuzzComponenta .filters .typesToShowFilter .filterItem {
  padding: 5px 23px 5px 20px;
  font-size: 18px;
  cursor: pointer;
}
.CtechWideBuzzComponenta .filters .typesToShowFilter .filterItem.active {
  padding-bottom: 7px;
  border-bottom: 2px solid #59bcc5;
  line-height: 21px;
}
.CtechWideBuzzComponenta .buzzMain .mostPopularTitle {
  margin: 20px 240px 0 0 !important;
  float: right !important;
}
.CtechWideBuzzComponenta .buzzMain .mostPopularTitle span {
  font-size: 19px !important;
  font-family: 'ShualBold' !important;
}
.CtechWideBuzzComponenta .buzzMain .daysToShowFilter {
  float: left !important;
  margin: 31px 0 0 76px !important;
}
.CtechWideBuzzComponenta .buzzMain .daysToShowFilter .filterItem {
  font-size: 19px !important;
}
.CtechWideBuzzComponenta .buzzMain .noResultsMsg {
  display: block;
  clear: both;
  padding: 82px calc(397px) 0px 0px !important;
  font-size: 19px !important;
  color: #C82027;
}
.CtechWideBuzzComponenta .buzzMain .slotList {
  padding: 14px 27px 0px 0px !important;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem {
  margin-top: 45px !important;
  height: 152 !important;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .articleIndex {
  text-align: left !important;
  padding-right: unset !important;
  margin-left: 4px;
  font-family: 'RobotoLight' !important;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .articleIndex .mobileDot {
  display: inline-block !important;
  font-family: 'RobotoLight' !important;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv {
  width: 309px !important;
  margin-right: 24px !important;
  margin-left: unset !important;
  display: flex;
  flex-direction: column;
  height: 158px;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv .slotTitle {
  max-height: 82px !important;
  margin-bottom: 8px !important;
  font-size: 29px !important;
  font-weight: normal;
  line-height: 29px !important;
  overflow: unset !important;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv .slotTitle span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv .slotSubTitle {
  margin-bottom: 11px;
  margin-top: 0 !important;
  max-height: 75px !important;
  color: #505050;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Open Sans Hebrew';
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv .slotSubTitle span {
  font-family: inherit;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv .moreDetails {
  order: 3;
  display: flex;
  align-items: center;
  align-items: baseline;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv .moreDetails .dateView {
  font-size: 11px !important;
  margin: 0 0 0 5px !important;
  font-family: 'Open Sans Hebrew' !important;
  color: #969696;
  line-height: 13px !important;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv .moreDetails .separator {
  display: none;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv .moreDetails .author {
  line-height: 13px !important;
  margin: 0 0 0 5px !important;
  font-size: 13px !important;
  font-family: 'Open Sans Hebrew' !important;
}
.CtechWideBuzzComponenta .buzzMain .loadMore {
  min-height: unset !important;
  padding-top: unset !important;
  display: flex !important;
  justify-content: center;
  margin: auto;
  margin-bottom: 36px;
}
.CtechWideBuzzComponenta .buzzMain .loadMore .loadMoreButton {
  display: unset !important;
  align-self: unset !important;
  font-size: 27px !important;
  font-weight: unset !important;
  line-height: 27px !important;
  margin: unset !important;
  color: #C82027 !important;
  font-family: 'ShualBold' !important;
  width: 864px !important;
  height: 100%;
  border: 2px solid #cf1f25 !important;
}
.WidePhotoComponenta {
  background-color: white;
}
.WidePhotoComponenta .SiteImageMedia:hover {
  transform: none ! important;
}
.WidePhotoComponenta .WidePhotoTab {
  width: 100%;
  display: flex;
  align-items: center;
  height: 50px;
}
.WidePhotoComponenta .WidePhotoTab .photoCalcalistIcon {
  background-image: url(//www.calcalist.co.il/images/1280/icons/photo-icon.png);
  float: right;
  height: 27px;
  width: 27px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px 12px;
}
.WidePhotoComponenta .slotsContent .ArticleCalcalistSlider {
  padding: 0px;
}
.WidePhotoComponenta .slotsContent .ArticleCalcalistSlider button {
  width: 40px;
  height: 40px;
}
.WidePhotoComponenta .slotsContent .ArticleCalcalistSlider button.arrowLeft {
  left: 0;
  background: url(//www.calcalist.co.il/images/1280/slider/arrow_galeria_prev.png) no-repeat transparent;
}
.WidePhotoComponenta .slotsContent .ArticleCalcalistSlider button.arrowRight {
  right: 0;
  background: url(//www.calcalist.co.il/images/1280/slider/arrow_galeria_next.png) no-repeat transparent;
}
.WidePhotoComponenta .slotsContent .ArticleCalcalistSlider .articlesList {
  overflow: hidden;
  background: #fff;
  height: 260px !important;
  padding: 8px 0;
  width: 2600px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.WidePhotoComponenta .slotsContent .ArticleCalcalistSlider .articlesList .articleItem {
  border: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 5px;
  width: 302px !important;
  box-sizing: border-box;
  text-decoration: none;
}
.WidePhotoComponenta .slotsContent .ArticleCalcalistSlider .articlesList .articleItem:hover {
  text-decoration: none;
}
.WidePhotoComponenta .slotsContent .ArticleCalcalistSlider .articlesList .articleItem img {
  width: 270px !important;
  height: 176px !important;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
}
.WidePhotoComponenta .slotsContent .ArticleCalcalistSlider .articlesList .articleItem .textArea {
  flex-grow: 0 !important;
  padding: 0 !important;
}
.WidePhotoComponenta .slotsContent .ArticleCalcalistSlider .articlesList .articleItem .textArea .title {
  font-size: 20px;
  color: black;
  margin-top: 8px;
  display: flex;
  width: 270px;
  line-height: 1;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  height: 40px;
  overflow: hidden;
}
.WidePhotoComponenta .mainItem {
  position: relative;
  display: flex;
  margin: 0 15px;
  height: 665px;
}
.WidePhotoComponenta .mainItem img {
  width: 100%;
  height: 100%;
}
.WidePhotoComponenta .mainItem a {
  color: #fff;
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  font-size: 28px;
  right: 10px;
}
.WidePhotoComponenta .mainItem .blackLayer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 50px;
  bottom: 0;
  display: flex;
  align-items: center;
}
.WidePhotoComponenta .mainItem .blackLayer .blackLayerText {
  color: white;
  font-size: 28px;
  line-height: 37px;
  overflow: hidden;
  padding-right: 12px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
}
.WidePhotoComponenta .titleLink {
  font-size: 29px;
  display: inline-block;
  line-height: 29px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
}
.caricaturistComponenta {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.caricaturistComponenta a,
.caricaturistComponenta span {
  display: inline-flex;
  text-decoration: none;
}
.caricaturistComponenta span.caricaturistIcon {
  background-image: url(https://www.calcalist.co.il/images/1280/icons/caricature-icon.png);
  float: right;
  background-color: #E001C7;
  height: 27px;
  width: 27px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10px 15px 0 0;
}
.caricaturistComponenta span.caricatureHeading {
  color: #E001C7;
  font-size: 29px;
  line-height: 29px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  margin: 10px 10px 0 0;
}
.caricaturistComponenta img {
  max-width: 296px;
  max-height: 217px;
  border: 0px;
  display: inline-flex;
  margin: 0px auto;
}
.CalcalistCartoonActions {
  position: absolute;
}
.CalcalistCartoonActions .actionList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.CalcalistCartoonActions .actionList .share-icon {
  display: block;
  width: 36px;
  height: 36px;
  background-size: 36px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-position: unset !important;
  cursor: pointer;
}
.CalcalistCartoonActions .actionList .share-icon.talkback {
  background-image: url(https://www.calcalist.co.il/images/1280/article/spriteCTech.png);
}
.CalcalistCartoonActions .actionList .share-icon.facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' viewBox='0 0 55 55'%3E %3Cg fill='none' fill-rule='evenodd' transform='translate(-.01 -.878)'%3E %3Ccircle cx='27.51' cy='28.378' r='27.5' fill='%232876C0'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M29.608 42.613h-5.63V28.877h-2.812v-4.734h2.813V21.3c0-3.861 1.588-6.158 6.1-6.158h3.756v4.735h-2.348c-1.756 0-1.873.661-1.873 1.896l-.006 2.37h4.254l-.498 4.733h-3.756v13.737z'/%3E %3C/g%3E %3C/svg%3E");
}
.CalcalistCartoonActions .actionList .share-icon.twitter {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E %3Cdefs%3E %3Cstyle%3E .cls-1, .cls-2 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Ccircle class='cls-1' cx='27.5' cy='27.5' r='27.5'/%3E %3Cg id='layer1'%3E %3Cpath id='path1009' class='cls-2' d='m14.56,15.33l10.04,13.42-10.1,10.91h2.27l8.84-9.55,7.15,9.55h7.74l-10.6-14.18,9.4-10.16h-2.27l-8.14,8.8-6.58-8.8h-7.74Zm3.34,1.67h3.55l15.7,20.99h-3.55l-15.7-20.99Z'/%3E %3C/g%3E %3C/svg%3E");
}
.CalcalistCartoonActions .actionList .share-icon.print {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1,.cls-3%7Bfill:%23c4c4c4%7D.cls-2%7Bfill:%23fff%7D.cls-3%7Bstroke:%23fff;stroke-width:2px%7D.cls-4%7Bstroke:none%7D.cls-5%7Bfill:none%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_639' data-name='Group 639' transform='translate(-1527 -1225)'%3E %3Ccircle id='Ellipse_24' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 24' transform='translate(1527 1225)'/%3E %3Crect id='Rectangle_483' width='21.333' height='10.666' class='cls-2' data-name='Rectangle 483' rx='1' transform='translate(1536.333 1239.666)'/%3E %3Cg id='Rectangle_485' class='cls-3' data-name='Rectangle 485' transform='translate(1539 1245)'%3E %3Crect width='16' height='10.666' class='cls-4' rx='1'/%3E %3Cpath d='M1 1h14v8.666H1z' class='cls-5'/%3E %3C/g%3E %3Cpath id='Rectangle_484' d='M0 0h13.333v2.667H0z' class='cls-2' data-name='Rectangle 484' transform='translate(1540.333 1235.666)'/%3E %3C/g%3E %3C/svg%3E");
}
.CartoonArchiveComponenta .componentTitle {
  color: #FF0000;
  font-size: 36px;
  display: block;
  text-align: right;
  margin: 13px 0;
  font-family: 'ShualBold';
  line-height: 36px;
}
.CartoonArchiveComponenta .MainArticleItem {
  width: 100%;
  border-bottom: 3px solid #C82027;
  padding-bottom: 24px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.CartoonArchiveComponenta .MainArticleItem .rightArea {
  position: relative;
  float: right;
  margin: 17px 23px 0px 5px;
}
.CartoonArchiveComponenta .MainArticleItem .rightArea .currDayTitle .currDayName {
  font-size: 32px;
  text-align: right;
  display: block;
  color: #000000;
  font-family: 'ShualBold';
}
.CartoonArchiveComponenta .MainArticleItem .rightArea .currDayTitle .currDayDate {
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  float: right;
  display: block;
  color: #969696;
}
.CartoonArchiveComponenta .MainArticleItem .rightArea .CtechDatePickerMenu {
  margin-top: 16px;
}
.CartoonArchiveComponenta .MainArticleItem .rightArea .CtechDatePickerMenu .selected {
  font-size: 19px;
  font-family: 'ShualBold';
}
.CartoonArchiveComponenta .MainArticleItem .rightArea .CtechDatePickerMenu .selected.limitDate {
  color: black !important;
}
.CartoonArchiveComponenta .MainArticleItem .rightArea .CalcalistCartoonActions {
  bottom: 0;
}
.CartoonArchiveComponenta .MainArticleItem .mediaArea {
  background-color: #fff;
  width: 680px;
  overflow: hidden;
}
.CartoonArchiveComponenta .promotionImagewrapper {
  margin-bottom: 16px;
}
.CartoonArchiveComponenta .cartoons {
  display: flex;
  flex-direction: column;
}
.CartoonArchiveComponenta .cartoons .cartoonTitle {
  font-size: 32px;
  line-height: 22px;
  height: 40px;
  float: right;
  color: #C82027;
  width: 100%;
  font-family: 'ShualBold';
}
.CartoonArchiveComponenta .cartoons .slotList .slotItem .dateView {
  margin: 0;
}
.CartoonArchiveComponenta .loadMore {
  min-height: unset !important;
  padding-top: unset !important;
  display: flex !important;
  justify-content: center;
  margin: auto;
  margin-bottom: 36px;
}
.CartoonArchiveComponenta .loadMore .loadMoreButton {
  display: unset !important;
  align-self: unset !important;
  font-size: 27px !important;
  font-weight: unset !important;
  line-height: 27px !important;
  margin: unset !important;
  color: #C82027 !important;
  font-family: 'ShualBold' !important;
  width: 864px !important;
  height: 100%;
  border: 2px solid #cf1f25 !important;
  cursor: pointer;
}
@media print {
  .CartoonArchiveComponenta {
    visibility: hidden;
  }
  .CartoonArchiveComponenta .componentTitle {
    visibility: visible;
  }
  .CartoonArchiveComponenta .currDayTitle .currDayName {
    visibility: visible;
  }
  .CartoonArchiveComponenta .currDayTitle .currDayDate {
    visibility: visible;
  }
  .CartoonArchiveComponenta .MainImageMedia {
    visibility: visible;
  }
}
.CartoonArticleList {
  display: flex;
  flex-wrap: wrap;
}
.CartoonArticleList .slotItem {
  display: inline;
  list-style: none;
  width: 270px;
  height: 256px;
  float: right;
  margin: 0px 14px 0px 12px;
}
.CartoonArticleList .slotItem .MediaCarousel {
  margin-bottom: 7px;
}
.CartoonArticleList .slotItem .dateView {
  font-size: 22px;
  text-align: right;
  margin-top: 10px;
  float: right;
  display: block;
  width: 100%;
  color: #969696;
  font-family: 'RobotoLight';
}
.CalcalistCategoryHeader {
  display: flex;
  height: 60px;
}
.CalcalistCategoryHeader .stampa {
  position: absolute;
  z-index: 22;
}
.CalcalistCategoryHeader .stampa.newyear,
.CalcalistCategoryHeader .stampa.holiday {
  width: 47px;
  height: 47px;
  bottom: -2px;
  right: 155px;
}
.CalcalistCategoryHeader .stampa.independence {
  height: 70px;
  width: 70px;
  top: 0px;
  right: 148px;
}
.CalcalistCategoryHeader .calcalistHeaderBg {
  width: 300%;
  left: -100%;
  right: -100%;
  background: #fff;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 0;
}
.CalcalistCategoryHeader .LeftSideMenu {
  display: flex;
  align-self: center;
  justify-self: flex-end;
  position: relative;
  z-index: 9;
}
.CalcalistCategoryHeader .logo {
  height: 60px;
  width: auto;
  display: flex;
  flex-shrink: 0;
  z-index: 1;
}
.CalcalistCategoryHeader .logo * {
  height: 100%;
  width: auto;
}
.CalcalistCategoryHeader .mainNav {
  flex-grow: 1;
  display: flex;
  z-index: 1;
}
.CalcalistCategoryHeader .mainNav ul {
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  height: 60px;
  display: inline-flex;
  overflow: hidden;
}
.CalcalistCategoryHeader .mainNav ul li {
  float: right;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.CalcalistCategoryHeader .mainNav ul li > * {
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  direction: rtl;
  background-color: #fff;
  padding: 22px 11px 19px 9px;
  display: inline-block;
  font-family: 'ShualRegular', 'Open Sans Hebrew', sans-serif;
}
.CalcalistCategoryHeader .mainNav ul li > *[style]:hover {
  background-color: #F5F5F5;
  color: black ! important;
}
.CalcalistCategoryHeader .mainNav ul li img {
  max-height: 20px;
  display: flex;
  justify-self: center;
  align-self: center;
  height: auto;
  width: auto;
}
.DesktopModeContainer .header-calcalist {
  display: contents;
}
.header-calcalist .isSticky {
  position: fixed;
  top: 0;
  width: 1210px;
  z-index: 9999;
}
.header-calcalist .isSticky .calcalistHeaderBg {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.calcalistPrintlogo {
  display: none;
}
@media print {
  .calcalistPrintlogo {
    display: block;
    margin: 20px;
    background-color: #fff;
  }
}
.hamburger {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #efefef;
  position: relative;
  cursor: pointer;
}
.hamburger span,
.hamburger:before,
.hamburger:after {
  content: ' ';
  display: block;
  width: 24px;
  height: 3px;
  margin: 4px 8px;
  background-color: #C82027;
  transform: rotate(0);
  position: absolute;
  left: 10px;
  transition: all 300ms ease-in-out;
}
.hamburger:before {
  top: 16px;
}
.hamburger span {
  top: 25px;
  opacity: 1;
}
.hamburger:after {
  bottom: 15px;
}
.hamburger.active span {
  opacity: 0;
  top: 25px;
  transform: translate3d(150%, 0, 0);
}
.hamburger.active:before {
  width: 34px;
  top: 25px;
  left: 6px;
  transform: rotate(45deg);
}
.hamburger.active:after {
  width: 34px;
  bottom: 24px;
  left: 6px;
  transform: rotate(-45deg);
}
.CalcalistMeniList {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #F5F5F5;
  padding: 0 0 10px 0;
  display: none;
  flex-direction: column;
}
.CalcalistMeniList.opened {
  display: flex;
}
.CalcalistMeniList ul {
  padding: 0px;
  list-style: none;
  margin-top: 10px;
}
.CalcalistMeniList ul li {
  width: 180px;
  margin-right: 20px;
  float: right;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}
.CalcalistMeniList ul li > * {
  padding: 2px 5px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
}
.CalcalistMeniList .bottomLinks {
  display: flex;
  flex-direction: column;
}
.CalcalistMeniList .bottomLinks .linksWithIcons {
  display: flex;
  flex-direction: row;
  padding: 0 18px;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cacaca;
}
.CalcalistMeniList .bottomLinks .linksWithIcons > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.CalcalistMeniList .bottomLinks .linksWithIcons > * .t-title {
  color: #C82027;
  font-size: 17px;
  clear: both;
  font-family: 'ShualRegular', 'Open Sans Hebrew', sans-serif;
  text-decoration: none;
}
.CalcalistMeniList .bottomLinks .icon-red {
  width: 33px;
  height: 30px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 5px 0;
}
.CalcalistMeniList .bottomLinks .t-alerts {
  background-image: url(/Common/images/1280/header/t-alerts.png);
}
.CalcalistMeniList .bottomLinks .t-podcast {
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='30' viewBox='0 0 33 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0558 14.0045C23.3345 14.0045 23.5599 14.2283 23.5599 14.5049V17.6267C23.5599 21.5968 20.4388 24.8571 16.505 25.1159L16.5039 27.999L19.1327 27.9991C19.4114 27.9991 19.6368 28.2229 19.6368 28.4996C19.6368 28.7762 19.4114 29 19.1327 29L16.0133 28.9998C16.0089 28.9999 16.0046 29 16.0002 29L15.9873 28.9986L12.8672 29C12.5886 29 12.3631 28.7762 12.3631 28.4996C12.3631 28.2229 12.5886 27.9991 12.8672 27.9991L15.4959 27.999L15.4963 25.1159C11.5615 24.8576 8.43994 21.5971 8.43994 17.6267V14.7697C8.43994 14.4932 8.66548 14.2693 8.94406 14.2693C9.22273 14.2693 9.44817 14.4932 9.44817 14.7697V17.6267C9.44817 21.2139 12.3873 24.1315 16.0002 24.1315C19.6127 24.1315 22.5517 21.2139 22.5517 17.6267V14.5049C22.5517 14.2283 22.7772 14.0045 23.0558 14.0045ZM16.0002 1C18.8028 1 21.0827 3.26368 21.0827 6.04541V17.2241C21.0827 20.0058 18.8028 22.2695 16.0002 22.2695C13.1976 22.2695 10.9173 20.0058 10.9173 17.2241V6.04541C10.9173 3.26368 13.1976 1 16.0002 1ZM16.0002 2.00088C13.7533 2.00088 11.9255 3.81496 11.9255 6.04541V17.2241C11.9255 19.4545 13.7533 21.2686 16.0002 21.2686C18.2466 21.2686 20.0745 19.4545 20.0745 17.2241V6.04541C20.0745 3.81496 18.2466 2.00088 16.0002 2.00088Z' fill='%23C82027'/%3E %3C/svg%3E");
}
.CalcalistMeniList .bottomLinks .t-tv {
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='30' viewBox='0 0 33 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1.28555 8.65656H31.7145C32.15 8.65656 32.5 9.00789 32.5 9.43754V28.719C32.5 29.1487 32.15 29.5 31.7145 29.5H1.28555C0.850026 29.5 0.5 29.1486 0.5 28.719V9.43754C0.5 9.00789 0.850025 8.65656 1.28555 8.65656Z' stroke='%23C82027' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M5.80141 11.745H20.1051C21.2277 11.745 22.1348 12.6514 22.1348 13.7657V24.3915C22.1348 25.5058 21.2277 26.4122 20.1051 26.4122H5.80141C4.67877 26.4122 3.77173 25.5058 3.77173 24.3915V13.7657C3.77173 12.6514 4.67877 11.745 5.80141 11.745Z' stroke='%23C82027' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cmask id='path-3-inside-1_258_118' fill='white'%3E %3Cpath d='M28.7977 16.2204C28.4907 16.4114 28.1274 16.5216 27.7388 16.5216C26.6325 16.5216 25.7356 15.6279 25.7356 14.5255C25.7356 13.4232 26.6325 12.5295 27.7388 12.5295C28.845 12.5295 29.7419 13.4232 29.7419 14.5255'/%3E %3C/mask%3E %3Cpath d='M29.3259 17.0695C29.7949 16.7778 29.9386 16.1611 29.6468 15.6921C29.3551 15.2232 28.7385 15.0795 28.2695 15.3712L29.3259 17.0695ZM28.7419 14.5255C28.7419 15.0778 29.1896 15.5255 29.7419 15.5255C30.2942 15.5255 30.7419 15.0778 30.7419 14.5255H28.7419ZM28.2695 15.3712C28.117 15.4661 27.9361 15.5216 27.7388 15.5216V17.5216C28.3188 17.5216 28.8644 17.3566 29.3259 17.0695L28.2695 15.3712ZM27.7388 15.5216C27.1814 15.5216 26.7356 15.0723 26.7356 14.5255H24.7356C24.7356 16.1835 26.0835 17.5216 27.7388 17.5216V15.5216ZM26.7356 14.5255C26.7356 13.9788 27.1814 13.5295 27.7388 13.5295V11.5295C26.0835 11.5295 24.7356 12.8675 24.7356 14.5255H26.7356ZM27.7388 13.5295C28.2961 13.5295 28.7419 13.9788 28.7419 14.5255H30.7419C30.7419 12.8675 29.394 11.5295 27.7388 11.5295V13.5295Z' fill='%23C82027' mask='url(%23path-3-inside-1_258_118)'/%3E %3Cpath d='M26.0493 20.6464H29.4279' stroke='%23C82027' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M26.0493 22.8876H29.4279' stroke='%23C82027' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M26.0493 25.1289H29.4279' stroke='%23C82027' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cmask id='path-8-inside-2_258_118' fill='white'%3E %3Cpath d='M5.33398 1L11.7327 8.0811L18.1315 1'/%3E %3C/mask%3E %3Cpath d='M6.07594 0.329546C5.70565 -0.0802221 5.0733 -0.112233 4.66353 0.258049C4.25376 0.62833 4.22175 1.26069 4.59203 1.67045L6.07594 0.329546ZM11.7327 8.0811L10.9908 8.75156C11.1804 8.96137 11.4499 9.0811 11.7327 9.0811C12.0155 9.0811 12.2851 8.96137 12.4747 8.75156L11.7327 8.0811ZM18.8734 1.67045C19.2437 1.26069 19.2117 0.62833 18.8019 0.258049C18.3921 -0.112233 17.7598 -0.0802221 17.3895 0.329546L18.8734 1.67045ZM4.59203 1.67045L10.9908 8.75156L12.4747 7.41065L6.07594 0.329546L4.59203 1.67045ZM12.4747 8.75156L18.8734 1.67045L17.3895 0.329546L10.9908 7.41065L12.4747 8.75156Z' fill='%23C82027' mask='url(%23path-8-inside-2_258_118)'/%3E %3C/svg%3E");
}
.CalcalistMeniList .bottomLinks .t-download {
  background-image: url(/Common/images/1280/header/t-download.png);
}
.CalcalistMeniList .bottomLinks .t-newsletter {
  background-image: url(/Common/images/1280/header/t-newsletter.png);
}
.CalcalistMeniList .bottomLinks .t-service {
  background-image: url(/Common/images/1280/header/t-service.png);
}
.CalcalistMeniList .bottomLinks .t-personal {
  background-image: url(/Common/images/1280/header/t-personal.png);
}
.CalcalistMeniList .bottomLinks .t-rss {
  background-image: url(/Common/images/1280/header/t-rss.png);
}
.CalcalistMeniList .bottomLinks .t-conf {
  background-image: url(/Common/images/1280/header/conf_icon_new.jpg);
}
.CalcalistMeniList .bottomLinks .t-youtube {
  background-image: url(/Common/images/1280/header/t-youtube.png);
}
.CalcalistMeniList .bottomLinks .t-sub {
  background-image: url(/Common/images/1280/header/t-sub.png);
}
.CalcalistMeniList .bottomLinks .t-paperdigital {
  background-image: url(/Common/images/1280/header/t-paperdigital.png);
}
.CalcalistCategoryHeader .searchButton {
  float: left;
  height: 60px;
  cursor: pointer;
  margin: 0;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CalcalistCategoryHeader .searchButton.active {
  background: #F5F5F5;
}
.CalcalistCategoryHeader .SearchArea {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #F5F5F5;
  padding: 0 0 10px 0;
  display: flex;
  flex-direction: column;
}
.CalcalistCategoryHeader .SearchArea .searchContainer {
  background-color: #f3f3f3;
  height: 100px;
  width: 304px;
  align-self: flex-end;
  margin-top: 7px;
  margin-left: 60px;
}
.CalcalistCategoryHeader .SearchArea .searchContainer .searchTypeList {
  list-style-type: none;
  margin-right: 10px;
  float: right;
  margin-top: 6px;
  padding: 0;
}
.CalcalistCategoryHeader .SearchArea .searchContainer .searchTypeList li {
  display: inline;
  font-size: 16px;
  color: #000;
}
.CalcalistCategoryHeader .SearchArea .searchContainer .searchTypeList li a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  padding: 8px;
}
.CalcalistCategoryHeader .SearchArea .searchContainer .searchTypeList li a.active {
  background-color: #C82027;
  color: #FFF;
}
.CalcalistCategoryHeader .SearchArea .searchContainer .search-field {
  display: block;
  float: right;
  margin-right: 10px;
  position: relative;
}
.CalcalistCategoryHeader .SearchArea .searchContainer input {
  border: 0;
  height: 30px;
  width: 282px;
  float: right;
  direction: rtl;
  padding-right: 5px;
  margin: 2px 0 0 0;
  background: #fff;
}
.CalcalistCategoryHeader .SearchArea .searchContainer .search-btn {
  top: -23px;
  left: 17px;
  height: 16px;
  width: 20px;
  position: relative;
  cursor: pointer;
  float: left;
  background-image: url(//calcalist.co.il/images/1280/Commercial/next.png);
  background-repeat: no-repeat;
}
.CalcalistCategoryHeader .SearchArea .stockList {
  width: calc(100% - 8px);
  height: 100px;
  background: #ffff;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 35px;
}
.CalcalistCategoryHeader .SearchArea .stockList .stockItem {
  padding: 0 5px;
  line-height: 20px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
}
.CalcalistCategoryHeader .SearchArea .stockList .stockItem:hover {
  color: #fff;
  background: #C82027;
  text-decoration: none;
}
.CommertialComponenta {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 10px 10px 0;
  background: #fff;
  box-sizing: border-box;
}
.CommertialComponenta .TabComponenta {
  height: 23px;
  margin-bottom: 8px;
  padding: 0px;
  line-height: 23px;
  font-size: 23px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  display: flex;
  align-items: center;
}
.CommertialComponenta .commertialSlider {
  flex-grow: 1;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.CommertialComponenta .sliderList {
  padding: 0;
  display: flex ! important;
  flex-wrap: wrap;
  flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: unset;
  margin-left: -3px;
  flex-shrink: 0;
}
.CommertialComponenta .sliderList button {
  width: 95px;
  padding: 0;
  padding-right: 4px;
  height: 33px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  cursor: pointer;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0;
  background: transparent;
}
.CommertialComponenta .sliderList button.activeSlide {
  border-top: 1px solid #C72027;
}
.CommertialComponenta .sliderList button *,
.CommertialComponenta .sliderList button *:hover {
  display: flex;
  height: 100%;
  text-decoration: none;
  color: inherit;
  width: 100%;
  align-items: center;
  text-align: right;
  overflow: hidden;
}
.CommertialComponenta .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  background: unset;
  flex-grow: 1;
}
.CommertialComponenta .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
  margin-top: 10px;
}
.CommertialComponenta .slider .slick-track {
  display: flex;
}
.CommertialComponenta .slider .slickArrow {
  position: absolute;
  bottom: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 40px;
  height: 20px;
  border: 0;
  z-index: 10;
  cursor: pointer;
}
.CommertialComponenta .slider .slickArrow.slickPrev {
  right: 0px;
  background-image: url("https://www.calcalist.co.il/images/1280/Commercial/prev.png");
  background-position: right center;
}
.CommertialComponenta .slider .slickArrow.slickNext {
  left: 0px;
  background-image: url("https://www.calcalist.co.il/images/1280/Commercial/next.png");
  background-position: left center;
}
.CommertialComponenta .slider .slotView {
  position: relative;
  overflow: hidden;
}
.CommertialComponenta .slider .slotView .imgArea {
  height: 160px;
  overflow: hidden;
  width: 280px;
}
.CommertialComponenta .slider .slotView .SiteImageMedia:hover {
  transform: none ! important;
}
.CommertialComponenta .slider .slotView .subTitle,
.CommertialComponenta .slider .slotView.subTitle:hover {
  width: 100%;
  height: 20px;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  margin: 4px auto 0;
  text-decoration: none;
  color: inherit;
  display: flex;
  justify-content: center;
  overflow: hidden;
  line-height: 20px;
}
.CommertialComponenta .slider .slotList {
  display: flex;
}
.CommertialComponenta .slider .slotList > div {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.CommertialComponenta .slider .slotList > div > div {
  width: 211px;
  height: 118px;
}
.CommertialComponenta .slider .slotList > div > div .slotView {
  width: 100%;
  height: 100%;
  position: relative;
}
.CommertialTeaserFront,
.CommericalTeaserComponentaOnEdit {
  display: flex;
  flex-direction: column;
  width: 304px;
  background-color: #fff;
}
.CommertialTeaserFront .header,
.CommericalTeaserComponentaOnEdit .header {
  background: #ddd;
  display: flex;
  justify-content: center;
  width: 304px;
  height: 20px;
  text-align: center;
}
.CommertialTeaserFront .header span,
.CommericalTeaserComponentaOnEdit .header span {
  font: 12px 'Open Sans Hebrew';
  align-self: center;
  color: #4d4d4d;
}
.CommertialTeaserFront .CommericalTeaserTab,
.CommericalTeaserComponentaOnEdit .CommericalTeaserTab {
  height: 52px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.CommertialTeaserFront .CommericalTeaserTab .tabTitleLink,
.CommericalTeaserComponentaOnEdit .CommericalTeaserTab .tabTitleLink {
  text-decoration: none;
  height: 36px;
  background-color: #fbb03b;
}
.CommertialTeaserFront .CommericalTeaserTab .tabTitleLink .tabTitle,
.CommericalTeaserComponentaOnEdit .CommericalTeaserTab .tabTitleLink .tabTitle {
  position: absolute;
  text-align: center;
  bottom: 3px;
  color: #fff;
  font-family: "ShualBlack";
  font-size: 42px;
  width: 100%;
}
.CommertialTeaserFront .CommericalTeaserTab .tabSubTitle,
.CommericalTeaserComponentaOnEdit .CommericalTeaserTab .tabSubTitle {
  font-family: "ShualSerifLight";
  background-color: #fff;
  font-size: 12px;
  height: 16px;
  color: #fbb03b;
  text-align: center;
  padding-top: 2px;
}
.CommertialTeaserFront .slotList .slotView,
.CommericalTeaserComponentaOnEdit .slotList .slotView {
  display: flex;
  flex-direction: column;
  padding: 0 17px;
  background-color: #4176e0;
  background: linear-gradient(to bottom, #4176e0 90px, transparent 0%);
  margin-bottom: 12px;
  height: 246px;
}
.CommertialTeaserFront .slotList .slotView .mediaArea,
.CommericalTeaserComponentaOnEdit .slotList .slotView .mediaArea {
  margin-bottom: 10px;
}
.CommertialTeaserFront .slotList .slotView .mediaArea .MediaCarousel,
.CommericalTeaserComponentaOnEdit .slotList .slotView .mediaArea .MediaCarousel {
  width: 270px;
  height: 147px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.CommertialTeaserFront .slotList .slotView .mediaArea .MediaCarousel a img,
.CommericalTeaserComponentaOnEdit .slotList .slotView .mediaArea .MediaCarousel a img {
  width: 270px;
  height: 100% ;
}
.CommertialTeaserFront .slotList .slotView .slotTitle,
.CommericalTeaserComponentaOnEdit .slotList .slotView .slotTitle {
  line-height: 22px;
  font-family: 'ShualBold';
  font-size: 21px;
  margin-bottom: 8px;
}
.CommertialTeaserFront .slotList .slotView .slotTitle a,
.CommericalTeaserComponentaOnEdit .slotList .slotView .slotTitle a {
  text-decoration: none;
  color: inherit;
}
.CommertialTeaserFront .slotList .slotView .moreDetails,
.CommericalTeaserComponentaOnEdit .slotList .slotView .moreDetails {
  display: flex;
  margin-bottom: 12px;
}
.CommertialTeaserFront .slotList .slotView .moreDetails span,
.CommericalTeaserComponentaOnEdit .slotList .slotView .moreDetails span {
  font-family: 'Open Sans Hebrew';
  font-size: 12px;
  color: #999;
}
.CommertialTeaserFront .slotList .slotView .moreDetails .commaView,
.CommericalTeaserComponentaOnEdit .slotList .slotView .moreDetails .commaView {
  margin-left: 5px;
}
.CommertialTeaserFront .slotList :nth-child(2),
.CommericalTeaserComponentaOnEdit .slotList :nth-child(2) {
  margin-bottom: 0;
}
.CommertialTeaserFront .BottomComponentArea,
.CommericalTeaserComponentaOnEdit .BottomComponentArea {
  padding: 0 17px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.CommertialTeaserFront .BottomComponentArea .ArrowButtons,
.CommericalTeaserComponentaOnEdit .BottomComponentArea .ArrowButtons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 7px;
}
.CommertialTeaserFront .BottomComponentArea .ArrowButtons button,
.CommericalTeaserComponentaOnEdit .BottomComponentArea .ArrowButtons button {
  cursor: pointer;
  border: none;
  background-size: cover;
  width: 22.5px;
  height: 45px;
  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' width='23px' height='45px' viewBox='0 0 23 45' style='enable-background:new 0 0 23 45;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%234176E0;%7D .st1%7Bfill:%23EBEBEB;%7D %3C/style%3E %3Cg id='SG'%3E %3C/g%3E %3Cg id='Layer_1_1_'%3E %3Cg%3E %3Cpath class='st0' d='M0,0c12.4,0,22.5,10.1,22.5,22.5S12.4,45,0,45V0z'/%3E %3Cg%3E %3Cpath class='st1' d='M5.3,28.3c-0.1,0.1-0.3,0.2-0.5,0.2s-0.3-0.1-0.5-0.2l-0.6-0.6c-0.1-0.1-0.2-0.3-0.2-0.5s0.1-0.3,0.2-0.5 l4.2-4.2l-4.2-4.2c-0.1-0.1-0.2-0.3-0.2-0.5s0.1-0.3,0.2-0.5l0.6-0.6c0.1-0.1,0.3-0.2,0.5-0.2s0.3,0.1,0.5,0.2l5.3,5.3 c0.1,0.1,0.2,0.3,0.2,0.5s-0.1,0.3-0.2,0.5L5.3,28.3z'/%3E %3Cpath class='st1' d='M11.1,28.3c-0.1,0.1-0.3,0.2-0.5,0.2s-0.3-0.1-0.5-0.2l-0.6-0.6c-0.1-0.1-0.2-0.3-0.2-0.5s0.1-0.3,0.2-0.5 l4.2-4.2l-4.2-4.2c-0.1-0.1-0.2-0.3-0.2-0.5s0.1-0.3,0.2-0.5l0.6-0.6c0.1-0.1,0.3-0.2,0.5-0.2s0.3,0.1,0.5,0.2l5.3,5.3 c0.1,0.1,0.2,0.3,0.2,0.5s-0.1,0.3-0.2,0.5L11.1,28.3z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg id='SG_new'%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-color: transparent;
}
.CommertialTeaserFront .BottomComponentArea .ArrowButtons button:disabled,
.CommericalTeaserComponentaOnEdit .BottomComponentArea .ArrowButtons button:disabled {
  opacity: 30%;
  cursor: unset;
}
.CommertialTeaserFront .BottomComponentArea .ArrowButtons .LeftArrow,
.CommericalTeaserComponentaOnEdit .BottomComponentArea .ArrowButtons .LeftArrow {
  transform: rotate(180deg);
}
.CommertialTeaserFront .BottomComponentArea .bottomTitleLink,
.CommericalTeaserComponentaOnEdit .BottomComponentArea .bottomTitleLink {
  color: #4176e0;
  align-self: flex-end;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.CommertialTeaserFront.profitLine .header,
.CommericalTeaserComponentaOnEdit.profitLine .header {
  display: none;
}
.CommertialTeaserFront.profitLine .CommericalTeaserTab,
.CommericalTeaserComponentaOnEdit.profitLine .CommericalTeaserTab {
  height: 58px;
}
.CommertialTeaserFront.profitLine .CommericalTeaserTab .tabTitleLink,
.CommericalTeaserComponentaOnEdit.profitLine .CommericalTeaserTab .tabTitleLink {
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.CommertialTeaserFront.profitLine .CommericalTeaserTab .tabTitleLink .tabTitle,
.CommericalTeaserComponentaOnEdit.profitLine .CommericalTeaserTab .tabTitleLink .tabTitle {
  color: #CE1709;
  bottom: unset;
  font-family: "ShualBlack";
  font-size: 42px;
  line-height: 46px;
  font-weight: normal;
  margin: 8px 0 4px 0;
}
.CommertialTeaserFront.profitLine .CommericalTeaserTab .tabSubTitle,
.CommericalTeaserComponentaOnEdit.profitLine .CommericalTeaserTab .tabSubTitle {
  display: none;
}
.CommertialTeaserFront.profitLine .slotList .slotView,
.CommericalTeaserComponentaOnEdit.profitLine .slotList .slotView {
  background-color: #CE1709;
  background: linear-gradient(to bottom, #CE1709 90px, transparent 0%);
}
.CommertialTeaserFront.profitLine .BottomComponentArea .ArrowButtons button,
.CommericalTeaserComponentaOnEdit.profitLine .BottomComponentArea .ArrowButtons button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.5' height='44' viewBox='0 0 22.5 44'%3E %3Cg id='arrow-right' transform='translate(-116.5 -77)'%3E %3Cpath id='Path_2' data-name='Path 2' d='M108.165,1199.5a22.006,22.006,0,1,1,0-44Z' transform='translate(224.665 1276.496) rotate(180)' fill='%23ce1709'/%3E %3Cpath id='Path_3' data-name='Path 3' d='M102.785,1172.236a.657.657,0,0,1,.928,0l.6.6a.69.69,0,0,1,.2.464.585.585,0,0,1-.178.464L100.11,1178l4.231,4.231a.587.587,0,0,1,.178.464.688.688,0,0,1-.2.464l-.6.6a.659.659,0,0,1-.928,0l-5.3-5.3a.6.6,0,0,1,0-.928Z' transform='translate(224.665 1276.996) rotate(180)' fill='%23ebebeb'/%3E %3Cpath id='Path_4' data-name='Path 4' d='M97.034,1172.236a.657.657,0,0,1,.928,0l.6.6a.684.684,0,0,1,.2.464.585.585,0,0,1-.177.464L94.359,1178l4.231,4.231a.586.586,0,0,1,.177.464.682.682,0,0,1-.2.464l-.6.6a.659.659,0,0,1-.928,0l-5.3-5.3a.6.6,0,0,1,0-.928Z' transform='translate(224.665 1276.996) rotate(180)' fill='%23ebebeb'/%3E %3C/g%3E %3C/svg%3E");
}
.CommertialTeaserFront.profitLine .BottomComponentArea .bottomTitleLink,
.CommericalTeaserComponentaOnEdit.profitLine .BottomComponentArea .bottomTitleLink {
  color: #CE1709;
}
.ConferenceComponenta {
  display: flex;
}
.ConferenceComponenta .slotView {
  display: flex;
  width: 100%;
  height: 100%;
}
.ConferenceComponenta .SiteImageMedia:hover {
  transform: none ! important;
}
.ConferenceComponenta a,
.ConferenceComponenta a:hover {
  text-decoration: none;
  color: #fff;
}
.ConferenceComponenta > div,
.ConferenceComponenta > div > div {
  display: flex;
  height: 160px;
  width: 100%;
}
.ConferenceComponenta > div .MediaCarousel,
.ConferenceComponenta > div > div .MediaCarousel {
  overflow: hidden;
  width: 316px;
  height: 160px;
  flex-shrink: 0;
}
.ConferenceComponenta > div .textArea,
.ConferenceComponenta > div > div .textArea {
  flex-grow: 1;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.ConferenceComponenta > div .textArea .title,
.ConferenceComponenta > div > div .textArea .title,
.ConferenceComponenta > div .textArea .subTitle,
.ConferenceComponenta > div > div .textArea .subTitle {
  font-weight: bold;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  overflow: hidden;
  flex-shrink: 0;
}
.ConferenceComponenta > div .textArea .title,
.ConferenceComponenta > div > div .textArea .title {
  font-size: 40px;
  line-height: 40px;
  height: 40px;
  margin-bottom: 5px;
}
.ConferenceComponenta > div .textArea .subTitle,
.ConferenceComponenta > div > div .textArea .subTitle {
  font-size: 28px;
  line-height: 30px;
  height: 30px;
}
.ConferenceComponenta > div .textArea .moreDetials,
.ConferenceComponenta > div > div .textArea .moreDetials {
  margin-top: 14px;
  font-size: 16px;
  font-family: 'Open Sans Hebrew', sans-serif ! important;
  font-weight: normal;
}
.ConferenceComponenta > div .textArea .moreDetials .infoText,
.ConferenceComponenta > div > div .textArea .moreDetials .infoText {
  position: relative;
}
.ConferenceComponenta > div .textArea .moreDetials .infoText:last-child::after,
.ConferenceComponenta > div > div .textArea .moreDetials .infoText:last-child::after {
  display: none;
}
.ConferenceComponenta > div .textArea .moreDetials .infoText:after,
.ConferenceComponenta > div > div .textArea .moreDetials .infoText:after {
  content: " | ";
  display: contents;
}
.ConferenceComponenta > div .textArea *,
.ConferenceComponenta > div > div .textArea * {
  color: #fff ! important;
}
.CalcalistFooter {
  display: flex;
  flex-direction: column;
  position: relative;
}
.CalcalistFooter .calcalistTopBg {
  width: 300%;
  left: -100%;
  right: -100%;
  background: #fff;
  position: absolute;
  top: 0;
  height: 250px;
  z-index: 0;
}
.CalcalistFooter .calcalistFooterTop {
  display: flex;
  height: 250px;
  flex-wrap: wrap;
  z-index: 1;
}
.CalcalistFooter .calcalistFooterTop #f_logo {
  width: 100%;
  flex-shrink: 0;
  padding: 32px 0px;
}
.CalcalistFooter .calcalistFooterTop .rightLinksRow {
  width: 643px;
  padding: 0;
  list-style: none;
}
.CalcalistFooter .calcalistFooterTop .rightLinksRow li {
  margin: 0 0 23px 0;
  width: 128px;
  float: right;
}
.CalcalistFooter .calcalistFooterTop .rightLinksRow li a,
.CalcalistFooter .calcalistFooterTop .rightLinksRow li a:hover {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.CalcalistFooter .calcalistFooterTop .leftLinksWrp {
  flex-grow: 1;
  margin-left: 20px;
  display: flex;
}
.CalcalistFooter .calcalistFooterTop .leftLinksWrp .leftLinksRow {
  list-style: none;
  padding: 0;
  width: 109px;
  display: flex;
  flex-direction: column-reverse;
}
.CalcalistFooter .calcalistFooterTop .leftLinksWrp .leftLinksRow li {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 25px 0;
}
.CalcalistFooter .calcalistFooterTop .leftLinksWrp .leftLinksRow li .f_icon {
  min-height: 32px;
}
.CalcalistFooter .calcalistFooterTop .leftLinksWrp .leftLinksRow li .f_icon.twitter {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E %3Cdefs%3E %3Cstyle%3E .cls-1, .cls-2 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Ccircle class='cls-1' cx='27.5' cy='27.5' r='27.5'/%3E %3Cg id='layer1'%3E %3Cpath id='path1009' class='cls-2' d='m14.56,15.33l10.04,13.42-10.1,10.91h2.27l8.84-9.55,7.15,9.55h7.74l-10.6-14.18,9.4-10.16h-2.27l-8.14,8.8-6.58-8.8h-7.74Zm3.34,1.67h3.55l15.7,20.99h-3.55l-15.7-20.99Z'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  width: 32px;
  height: 32px;
  background-size: contain;
  display: block;
  margin: auto;
}
.CalcalistFooter .calcalistFooterTop .leftLinksWrp .leftLinksRow li .f_icon.tv {
  background: url("data:image/svg+xml,%3Csvg width='33' height='30' viewBox='0 0 33 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1.28555 8.65656H31.7145C32.15 8.65656 32.5 9.00789 32.5 9.43754V28.719C32.5 29.1487 32.15 29.5 31.7145 29.5H1.28555C0.850026 29.5 0.5 29.1486 0.5 28.719V9.43754C0.5 9.00789 0.850025 8.65656 1.28555 8.65656Z' stroke='%23C82027' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M5.80141 11.745H20.1051C21.2277 11.745 22.1348 12.6514 22.1348 13.7657V24.3915C22.1348 25.5058 21.2277 26.4122 20.1051 26.4122H5.80141C4.67877 26.4122 3.77173 25.5058 3.77173 24.3915V13.7657C3.77173 12.6514 4.67877 11.745 5.80141 11.745Z' stroke='%23C82027' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cmask id='path-3-inside-1_258_118' fill='white'%3E %3Cpath d='M28.7977 16.2204C28.4907 16.4114 28.1274 16.5216 27.7388 16.5216C26.6325 16.5216 25.7356 15.6279 25.7356 14.5255C25.7356 13.4232 26.6325 12.5295 27.7388 12.5295C28.845 12.5295 29.7419 13.4232 29.7419 14.5255'/%3E %3C/mask%3E %3Cpath d='M29.3259 17.0695C29.7949 16.7778 29.9386 16.1611 29.6468 15.6921C29.3551 15.2232 28.7385 15.0795 28.2695 15.3712L29.3259 17.0695ZM28.7419 14.5255C28.7419 15.0778 29.1896 15.5255 29.7419 15.5255C30.2942 15.5255 30.7419 15.0778 30.7419 14.5255H28.7419ZM28.2695 15.3712C28.117 15.4661 27.9361 15.5216 27.7388 15.5216V17.5216C28.3188 17.5216 28.8644 17.3566 29.3259 17.0695L28.2695 15.3712ZM27.7388 15.5216C27.1814 15.5216 26.7356 15.0723 26.7356 14.5255H24.7356C24.7356 16.1835 26.0835 17.5216 27.7388 17.5216V15.5216ZM26.7356 14.5255C26.7356 13.9788 27.1814 13.5295 27.7388 13.5295V11.5295C26.0835 11.5295 24.7356 12.8675 24.7356 14.5255H26.7356ZM27.7388 13.5295C28.2961 13.5295 28.7419 13.9788 28.7419 14.5255H30.7419C30.7419 12.8675 29.394 11.5295 27.7388 11.5295V13.5295Z' fill='%23C82027' mask='url(%23path-3-inside-1_258_118)'/%3E %3Cpath d='M26.0493 20.6464H29.4279' stroke='%23C82027' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M26.0493 22.8876H29.4279' stroke='%23C82027' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M26.0493 25.1289H29.4279' stroke='%23C82027' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cmask id='path-8-inside-2_258_118' fill='white'%3E %3Cpath d='M5.33398 1L11.7327 8.0811L18.1315 1'/%3E %3C/mask%3E %3Cpath d='M6.07594 0.329546C5.70565 -0.0802221 5.0733 -0.112233 4.66353 0.258049C4.25376 0.62833 4.22175 1.26069 4.59203 1.67045L6.07594 0.329546ZM11.7327 8.0811L10.9908 8.75156C11.1804 8.96137 11.4499 9.0811 11.7327 9.0811C12.0155 9.0811 12.2851 8.96137 12.4747 8.75156L11.7327 8.0811ZM18.8734 1.67045C19.2437 1.26069 19.2117 0.62833 18.8019 0.258049C18.3921 -0.112233 17.7598 -0.0802221 17.3895 0.329546L18.8734 1.67045ZM4.59203 1.67045L10.9908 8.75156L12.4747 7.41065L6.07594 0.329546L4.59203 1.67045ZM12.4747 8.75156L18.8734 1.67045L17.3895 0.329546L10.9908 7.41065L12.4747 8.75156Z' fill='%23C82027' mask='url(%23path-8-inside-2_258_118)'/%3E %3C/svg%3E") no-repeat center center;
  width: 32px;
  height: 32px;
  background-size: contain;
  display: block;
  margin: auto;
}
.CalcalistFooter .calcalistFooterTop .leftLinksWrp .leftLinksRow li a,
.CalcalistFooter .calcalistFooterTop .leftLinksWrp .leftLinksRow li a:hover {
  text-decoration: none;
}
.CalcalistFooter .calcalistFooterTop .leftLinksWrp .leftLinksRow li p {
  font-size: 17px;
  margin: 7px 0 0 0;
  font-family: 'ShualBold', 'Open Sans Hebrew', sans-serif;
}
.CalcalistFooter .calcalistFooterTop .leftLinksWrp .leftLinksRow li p.adom {
  color: #C82027;
}
.CalcalistFooter .calcalistFooterTop .leftLinksWrp .leftLinksRow li p.yarok {
  color: #23A31A;
}
.CalcalistFooter .calcalistFooterTop .leftLinksWrp .leftLinksRow li p.turkiz {
  color: #59bcc5;
}
.CalcalistFooter .calcalistFooterTop .leftLinksWrp .leftLinksRow li p.tzahov {
  color: #E5B35B;
}
.CalcalistFooter .calcalistFooterTop .leftLinksWrp .leftLinksRow li p.sagol {
  color: #4F196E;
}
.CalcalistFooter .calcalistFooterTop .leftLinksWrp .leftLinksRow li p.shahor {
  color: #000000;
}
.CalcalistFooter .calcalistFooterBottom {
  height: 57px;
  position: relative;
  font-size: 12px;
  direction: ltr;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
}
.CalcalistFooter .calcalistFooterBottom a,
.CalcalistFooter .calcalistFooterBottom a:hover {
  color: #000;
  text-decoration: none;
  float: left;
  display: inline-flex;
  align-items: center;
}
.CalcalistFooter .calcalistFooterBottom .developed-yit-logo img {
  margin-left: 8px;
  padding: 0px;
  border: 0;
}
.CalcalistFooter .calcalistFooterBottom .basch {
  float: left;
  margin-left: 58px;
  position: relative;
}
.CalcalistFooter .calcalistFooterBottom .basch-bold {
  font-weight: bold;
  margin-left: 3px;
  font-size: 14px;
}
.GeneralCommertialTeaserFront,
.GeneralCommericalTeaserComponentaOnEdit {
  display: flex;
  flex-direction: column;
  width: 304px;
  background-color: #fff;
  text-align: center;
}
.GeneralCommertialTeaserFront .tabTitleLink,
.GeneralCommericalTeaserComponentaOnEdit .tabTitleLink {
  text-decoration: none;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 5px 0;
}
.GeneralCommertialTeaserFront .tabTitleLink .commercialText,
.GeneralCommericalTeaserComponentaOnEdit .tabTitleLink .commercialText {
  color: #999;
}
.GeneralCommertialTeaserFront .tabTitleLink .tabTitle,
.GeneralCommericalTeaserComponentaOnEdit .tabTitleLink .tabTitle {
  text-align: center;
  width: 100%;
  color: #CE1709;
  bottom: unset;
  font-family: "ShualBlack";
  font-size: 42px;
  font-weight: normal;
}
.GeneralCommertialTeaserFront .tabTitleLink .tabSubTitle,
.GeneralCommericalTeaserComponentaOnEdit .tabTitleLink .tabSubTitle {
  font-family: "ShualSerifLight";
  background-color: #fff;
  font-size: 12px;
  height: 16px;
  color: #fbb03b;
  text-align: center;
  margin-bottom: 6px;
}
.GeneralCommertialTeaserFront .slotList .slotView,
.GeneralCommericalTeaserComponentaOnEdit .slotList .slotView {
  display: flex;
  flex-direction: column;
  padding: 0 17px;
  margin-bottom: 12px;
  height: 246px;
  background-color: #CE1709;
  background: linear-gradient(to bottom, #CE1709 90px, transparent 0%);
}
.GeneralCommertialTeaserFront .slotList .slotView .mediaArea,
.GeneralCommericalTeaserComponentaOnEdit .slotList .slotView .mediaArea {
  margin-bottom: 10px;
}
.GeneralCommertialTeaserFront .slotList .slotView .mediaArea .MediaCarousel,
.GeneralCommericalTeaserComponentaOnEdit .slotList .slotView .mediaArea .MediaCarousel {
  width: 270px;
  height: 147px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.GeneralCommertialTeaserFront .slotList .slotView .mediaArea .MediaCarousel a img,
.GeneralCommericalTeaserComponentaOnEdit .slotList .slotView .mediaArea .MediaCarousel a img {
  width: 270px;
  height: 100% ;
}
.GeneralCommertialTeaserFront .slotList .slotView .slotTitle,
.GeneralCommericalTeaserComponentaOnEdit .slotList .slotView .slotTitle {
  line-height: 22px;
  font-family: 'ShualBold';
  font-size: 21px;
  margin-bottom: 8px;
  text-align: right;
}
.GeneralCommertialTeaserFront .slotList .slotView .slotTitle a,
.GeneralCommericalTeaserComponentaOnEdit .slotList .slotView .slotTitle a {
  text-decoration: none;
  color: inherit;
}
.GeneralCommertialTeaserFront .slotList .slotView .moreDetails,
.GeneralCommericalTeaserComponentaOnEdit .slotList .slotView .moreDetails {
  display: flex;
  margin-bottom: 12px;
}
.GeneralCommertialTeaserFront .slotList .slotView .moreDetails span,
.GeneralCommericalTeaserComponentaOnEdit .slotList .slotView .moreDetails span {
  font-family: 'Open Sans Hebrew';
  font-size: 12px;
  color: #999;
}
.GeneralCommertialTeaserFront .slotList .slotView .moreDetails .commaView,
.GeneralCommericalTeaserComponentaOnEdit .slotList .slotView .moreDetails .commaView {
  margin-left: 5px;
}
.GeneralCommertialTeaserFront .slotList :nth-child(2),
.GeneralCommericalTeaserComponentaOnEdit .slotList :nth-child(2) {
  margin-bottom: 0;
}
.GeneralCommertialTeaserFront .BottomComponentArea,
.GeneralCommericalTeaserComponentaOnEdit .BottomComponentArea {
  padding: 0 17px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.GeneralCommertialTeaserFront .BottomComponentArea .ArrowButtons,
.GeneralCommericalTeaserComponentaOnEdit .BottomComponentArea .ArrowButtons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 7px;
}
.GeneralCommertialTeaserFront .BottomComponentArea .ArrowButtons button,
.GeneralCommericalTeaserComponentaOnEdit .BottomComponentArea .ArrowButtons button {
  cursor: pointer;
  border: none;
  background-size: cover;
  width: 22.5px;
  height: 45px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.5' height='44' viewBox='0 0 22.5 44'%3E %3Cg id='arrow-right' transform='translate(-116.5 -77)'%3E %3Cpath id='Path_2' data-name='Path 2' d='M108.165,1199.5a22.006,22.006,0,1,1,0-44Z' transform='translate(224.665 1276.496) rotate(180)' fill='%23535353'/%3E %3Cpath id='Path_3' data-name='Path 3' d='M102.785,1172.236a.657.657,0,0,1,.928,0l.6.6a.69.69,0,0,1,.2.464.585.585,0,0,1-.178.464L100.11,1178l4.231,4.231a.587.587,0,0,1,.178.464.688.688,0,0,1-.2.464l-.6.6a.659.659,0,0,1-.928,0l-5.3-5.3a.6.6,0,0,1,0-.928Z' transform='translate(224.665 1276.996) rotate(180)' fill='%23ebebeb'/%3E %3Cpath id='Path_4' data-name='Path 4' d='M97.034,1172.236a.657.657,0,0,1,.928,0l.6.6a.684.684,0,0,1,.2.464.585.585,0,0,1-.177.464L94.359,1178l4.231,4.231a.586.586,0,0,1,.177.464.682.682,0,0,1-.2.464l-.6.6a.659.659,0,0,1-.928,0l-5.3-5.3a.6.6,0,0,1,0-.928Z' transform='translate(224.665 1276.996) rotate(180)' fill='%23ebebeb'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-color: transparent;
}
.GeneralCommertialTeaserFront .BottomComponentArea .ArrowButtons button:disabled,
.GeneralCommericalTeaserComponentaOnEdit .BottomComponentArea .ArrowButtons button:disabled {
  opacity: 30%;
  cursor: unset;
}
.GeneralCommertialTeaserFront .BottomComponentArea .ArrowButtons .LeftArrow,
.GeneralCommericalTeaserComponentaOnEdit .BottomComponentArea .ArrowButtons .LeftArrow {
  transform: rotate(180deg);
}
.GeneralCommertialTeaserFront .BottomComponentArea .bottomTitleLink,
.GeneralCommericalTeaserComponentaOnEdit .BottomComponentArea .bottomTitleLink {
  color: #4176e0;
  align-self: flex-end;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.GeneralCommertialTeaserFront.profitLine .header,
.GeneralCommericalTeaserComponentaOnEdit.profitLine .header {
  display: none;
}
.GeneralCommertialTeaserFront.profitLine .CommericalTeaserTab,
.GeneralCommericalTeaserComponentaOnEdit.profitLine .CommericalTeaserTab {
  height: 58px;
}
.GeneralCommertialTeaserFront.profitLine .CommericalTeaserTab .tabTitleLink,
.GeneralCommericalTeaserComponentaOnEdit.profitLine .CommericalTeaserTab .tabTitleLink {
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.GeneralCommertialTeaserFront.profitLine .CommericalTeaserTab .tabTitleLink .tabTitle,
.GeneralCommericalTeaserComponentaOnEdit.profitLine .CommericalTeaserTab .tabTitleLink .tabTitle {
  color: #CE1709;
  bottom: unset;
  font-family: "ShualBlack";
  font-size: 42px;
  line-height: 46px;
  font-weight: normal;
  margin: 8px 0 4px 0;
}
.GeneralCommertialTeaserFront.profitLine .CommericalTeaserTab .tabSubTitle,
.GeneralCommericalTeaserComponentaOnEdit.profitLine .CommericalTeaserTab .tabSubTitle {
  display: none;
}
.GeneralCommertialTeaserFront.profitLine .slotList .slotView,
.GeneralCommericalTeaserComponentaOnEdit.profitLine .slotList .slotView {
  background-color: #CE1709;
  background: linear-gradient(to bottom, #CE1709 90px, transparent 0%);
}
.GeneralCommertialTeaserFront.profitLine .BottomComponentArea .ArrowButtons button,
.GeneralCommericalTeaserComponentaOnEdit.profitLine .BottomComponentArea .ArrowButtons button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.5' height='44' viewBox='0 0 22.5 44'%3E %3Cg id='arrow-right' transform='translate(-116.5 -77)'%3E %3Cpath id='Path_2' data-name='Path 2' d='M108.165,1199.5a22.006,22.006,0,1,1,0-44Z' transform='translate(224.665 1276.496) rotate(180)' fill='%23535353'/%3E %3Cpath id='Path_3' data-name='Path 3' d='M102.785,1172.236a.657.657,0,0,1,.928,0l.6.6a.69.69,0,0,1,.2.464.585.585,0,0,1-.178.464L100.11,1178l4.231,4.231a.587.587,0,0,1,.178.464.688.688,0,0,1-.2.464l-.6.6a.659.659,0,0,1-.928,0l-5.3-5.3a.6.6,0,0,1,0-.928Z' transform='translate(224.665 1276.996) rotate(180)' fill='%23ebebeb'/%3E %3Cpath id='Path_4' data-name='Path 4' d='M97.034,1172.236a.657.657,0,0,1,.928,0l.6.6a.684.684,0,0,1,.2.464.585.585,0,0,1-.177.464L94.359,1178l4.231,4.231a.586.586,0,0,1,.177.464.682.682,0,0,1-.2.464l-.6.6a.659.659,0,0,1-.928,0l-5.3-5.3a.6.6,0,0,1,0-.928Z' transform='translate(224.665 1276.996) rotate(180)' fill='%23ebebeb'/%3E %3C/g%3E %3C/svg%3E");
}
.GeneralCommertialTeaserFront.profitLine .BottomComponentArea .bottomTitleLink,
.GeneralCommericalTeaserComponentaOnEdit.profitLine .BottomComponentArea .bottomTitleLink {
  color: #CE1709;
}
.HotSubjectsHeaderComponenta {
  font-size: 15px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  background: #fff;
  position: relative;
}
.HotSubjectsHeaderComponenta > * {
  z-index: 1;
}
.HotSubjectsHeaderComponenta:after {
  content: "";
  width: 300%;
  height: 100%;
  margin: 0 -100%;
  background: #fff;
  z-index: 0;
  position: absolute;
}
.HotSubjectsHeaderComponenta > span {
  align-self: stretch;
}
.HotSubjectsHeaderComponenta .hotSubjectsList {
  color: #6f6f6f;
  flex-grow: 1;
  display: flex;
}
.HotSubjectsHeaderComponenta .hotSubjectsList .hotSubjectTitle {
  color: #C82027;
  margin-left: 5px;
}
.HotSubjectsHeaderComponenta .hotSubjectsList .hotSubjectItem {
  margin: auto 10px auto 0;
  position: relative;
}
.HotSubjectsHeaderComponenta .hotSubjectsList .hotSubjectItem:after {
  content: "|";
  margin-right: 10px;
}
.HotSubjectsHeaderComponenta .hotSubjectsList .hotSubjectItem:last-child:after {
  display: none;
}
.HotSubjectsHeaderComponenta .hotSubjectsList a,
.HotSubjectsHeaderComponenta .hotSubjectsList a:hover {
  text-decoration: none;
  color: #6f6f6f;
}
.calcalistBreadcrumbs {
  font-family: 'Open Sans Hebrew';
  font-size: 13px;
  line-height: 31px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  background: #fff;
  position: relative;
}
.calcalistBreadcrumbs > * {
  z-index: 1;
}
.calcalistBreadcrumbs:after {
  content: "";
  width: 400%;
  height: 100%;
  margin: 0 -100%;
  background: #fff;
  z-index: 0;
  position: absolute;
}
.calcalistBreadcrumbs ul {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  color: #6f6f6f;
  list-style-type: none;
  line-height: 22px;
}
.calcalistBreadcrumbs ul li {
  float: right;
  margin-left: 6px;
}
.calcalistBreadcrumbs ul li:after {
  content: ' >';
}
.calcalistBreadcrumbs ul li:last-child:after {
  display: none;
}
.calcalistBreadcrumbs ul li a,
.calcalistBreadcrumbs ul li a:hover {
  text-decoration: none;
  color: #6f6f6f;
}
.lineWithTextWrapper {
  height: 28px;
  display: flex;
  align-items: center;
}
.lineWithTextWrapper .continuousLine {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.38);
}
.lineWithTextWrapper .separatedLineWrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.lineWithTextWrapper .separatedLineWrapper .separatedLine {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.38);
}
.lineWithTextWrapper .separatedLineWrapper .title {
  font-family: 'ShualBold';
  font-size: 34px;
  min-width: fit-content;
  text-align: center;
  line-height: 0.82;
  color: rgba(255, 255, 255, 0.87);
  padding: 0 12px;
}
.MostViewedArticleComponenta {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.MostViewedArticleComponenta .mostViewedTab {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  margin: 0px 15px 7px 0px;
  padding-top: 8px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
}
.MostViewedArticleComponenta .slotsContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  width: 100%;
}
.MostViewedArticleComponenta .slotsContent .mediaArea {
  width: 270px;
  height: 148px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.MostViewedArticleComponenta .slotsContent .mediaArea img {
  width: 100%;
  height: 100%;
}
.MostViewedArticleComponenta .slotsContent .slotTitle {
  font-size: 20px;
  max-height: 40px;
  margin: 3px 0px 18px 0px;
  overflow: hidden;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
}
.MostViewedArticleComponenta .slotsContent .slotView {
  width: 270px;
  height: 211px;
  overflow: hidden;
}
.MostViewedArticleComponenta .slotsContent .slotView a,
.MostViewedArticleComponenta .slotsContent .slotView a:hover {
  text-decoration: none;
}
.Ctech.MostViewedArticleComponenta .mostViewedTab {
  font-size: 20px;
  margin: 0 0 7px 15px;
  padding-top: 9px;
  font-family: 'RobotoSlab';
  font-weight: bold;
}
.Ctech.MostViewedArticleComponenta .slotsContent {
  height: unset !important;
}
.Ctech.MostViewedArticleComponenta .slotsContent .mediaArea .MediaCarousel {
  overflow: hidden;
}
.Ctech.MostViewedArticleComponenta .slotsContent .slotTitle {
  font-size: 18px;
  font-family: 'OpenSans';
  line-height: 24px;
  max-height: 50px;
  margin: 10px 0px 17px 0px;
}
.Ctech.MostViewedArticleComponenta .slotsContent .slotView {
  height: unset;
  overflow: unset;
}
.MultiStripComponenta {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.MultiStripComponenta.HotArticles .slotList {
  flex-direction: row ! important;
  flex-wrap: nowrap ! important;
}
.MultiStripComponenta.HotArticles .slotList .content {
  height: 245px ! important;
}
.MultiStripComponenta .multiStripTab {
  text-align: right;
  padding: 0 13px;
  height: 47px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}
.ctech .MultiStripComponenta .multiStripTab {
  box-sizing: border-box;
  height: 51px;
}
.MultiStripComponenta .multiStripTab a,
.MultiStripComponenta .multiStripTab a:hover {
  text-decoration: none;
  cursor: pointer;
}
.MultiStripComponenta .multiStripTab .titleLink {
  font-size: 31px;
  font-weight: bold;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
}
.ctech .MultiStripComponenta .multiStripTab .titleLink {
  font-family: 'RobotoSlab';
}
.MultiStripComponenta .multiStripTab .subTitleLink {
  font-size: 15px;
  margin: 0 10px 0 0;
  color: #000;
}
.MultiStripComponenta .multiStripTab .topLinksList {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.MultiStripComponenta .multiStripTab .topLinksList .topLink {
  font-size: 14px;
  margin: auto 10px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.MultiStripComponenta .multiStripTab .topLinksList .topLink:after {
  content: "|";
  color: #000;
  position: absolute;
  top: -3;
  left: -10px;
}
.ctech .MultiStripComponenta .multiStripTab .topLinksList .topLink:after {
  right: -10px;
  left: unset;
}
.MultiStripComponenta .multiStripTab .topLinksList .topLink:last-of-type {
  margin: auto 10px auto 0;
}
.MultiStripComponenta .multiStripTab .topLinksList .topLink:last-of-type:after {
  display: none;
}
.MultiStripComponenta .emptyTab {
  display: flex;
  width: 100%;
  height: 11px;
  flex-shrink: 0;
}
.MultiStripComponenta .slotList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: hidden;
  margin: 0 5px;
  align-content: flex-start;
}
.ctech .MultiStripComponenta .slotList {
  flex-shrink: 0;
}
.MultiStripComponenta .slotList .slotView .slotTitle {
  line-height: 21px;
  font-size: 21px;
  margin: 7px 0 5px 0;
  width: 250px;
  max-height: 65px;
  overflow: hidden;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
}
.MultiStripComponenta .slotList .slotView .slotTitle .roofTitle {
  color: #c82027;
}
.MultiStripComponenta .slotList .slotView .slotTitle a,
.MultiStripComponenta .slotList .slotView .slotTitle a:hover {
  text-decoration: none;
}
.ctech .MultiStripComponenta .slotList .slotView .slotTitle {
  font-size: 16px;
  font-weight: 400;
  font-family: 'OpenSans';
  max-height: 63px;
  width: 270px;
}
.MultiStripComponenta .slotList .slotView .moreDetails {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 270px;
  max-height: 14px;
  overflow: hidden;
}
.ctech .MultiStripComponenta .slotList .slotView .moreDetails {
  color: #969696;
}
.MultiStripComponenta .slotList .slotView .moreDetails .dateView {
  float: right;
  margin-top: 2px;
  font-size: 11px;
  flex-shrink: 0;
  font-weight: bold;
}
.MultiStripComponenta .slotList .slotView .moreDetails .commaView {
  margin-left: 5px;
}
.ctech .MultiStripComponenta .slotList .slotView .moreDetails .commaView {
  margin-left: unset;
  margin-right: 5px;
}
.MultiStripComponenta .slotList .slotView .moreDetails .authorInfo {
  font-size: 13px;
  flex-shrink: 0;
}
.ctech .MultiStripComponenta .slotList .slotView .moreDetails .authorInfo {
  font-size: 12px;
}
.MultiStripComponenta .slotList .slotView.stock,
.MultiStripComponenta .slotList .slotView.winwin,
.MultiStripComponenta .slotList .slotView.content {
  height: 254px;
}
.MultiStripComponenta .slotList .slotView.advertesing {
  height: 239px;
  margin-bottom: 15px;
  overflow: hidden;
}
.MultiStripComponenta .slotList .slotView.stock,
.MultiStripComponenta .slotList .slotView.double-stock {
  width: 272px;
}
.MultiStripComponenta .slotList .slotView.winwin {
  border-top: 2px solid #e6e6e6;
}
.MultiStripComponenta .slotList .slotView.double-stock,
.MultiStripComponenta .slotList .slotView.double-advertesing,
.MultiStripComponenta .slotList .slotView.long-content {
  height: 508px;
}
.ctech .MultiStripComponenta .slotList .slotView.double-stock,
.ctech .MultiStripComponenta .slotList .slotView.double-advertesing,
.ctech .MultiStripComponenta .slotList .slotView.long-content {
  height: 530px;
}
.MultiStripComponenta .slotList .slotView .MediaCarousel {
  overflow: hidden;
}
.MultiStripComponenta .slotList > div {
  width: 270px;
  flex-shrink: 0;
  margin: 0 12px;
}
.MultiStripComponenta .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
}
.MultiStripComponenta .mediaItems .sitePagelightBoxVideoPlayer,
.MultiStripComponenta .mediaItems img {
  height: 100%;
}
.MultiStripComponenta .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);
}
.MultiStripComponenta .galleryArrow:disabled {
  display: none;
}
.MultiStripComponenta .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;
}
.MultiStripComponenta .numberOfMedia {
  display: none;
}
.MultiStripComponenta .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.MultiStripComponenta .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.MultiStripComponenta .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.MultiStripComponenta .scrollLeftBtn:after {
  left: 0;
}
.MultiStripComponenta.ctechComp .slotList .slotView {
  height: 270px;
}
.MultiStripComponenta {
  display: flex;
  flex-direction: column;
}
.MultiStripComponenta.HotArticles .tabComponenta .hotTitleIcon {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31 31' style='enable-background:new 0 0 31 31;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23CF1F24;%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;%7D %3C/style%3E %3Cpath class='st0' d='M0,0h31v31H0V0z'/%3E %3Cpath class='st1' d='M16.1,8.2c-0.2,0.1-0.4,0.3-0.6,0.4c-0.9,0.6-1.6,1.4-2,2.3c-0.3,0.6-0.5,1.3-0.4,2.2c-0.4-0.3-0.7-0.6-1-0.9 c-1.4,2.2-1.7,4.5-1.5,5.9c0.4,2.7,1.6,3.9,2.9,4.6c0.2-3,2.2-4,2.3-4.1c-0.2,1.6,1.6,2.2,1.8,3.7c1.5-1,2.8-2.4,2.9-4.3 C20.6,13.7,15.6,12.5,16.1,8.2z'/%3E %3C/svg%3E");
  width: 2rem;
  height: 2rem;
  margin-inline-end: 0.625rem;
}
.MultiStripComponenta .emptyTab {
  display: flex;
  width: 100%;
  height: 11px;
  flex-shrink: 0;
}
.MultiStripComponenta .slotList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: hidden;
  margin: 0 5px 0.625rem;
  align-content: flex-start;
}
.MultiStripComponenta .slotList .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  background: unset;
  flex-grow: 1;
}
.MultiStripComponenta .slotList .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
}
.MultiStripComponenta .slotList .slider .slick-track {
  display: flex;
}
.MultiStripComponenta .slotList .slider .slickArrow {
  position: absolute;
  bottom: 120px;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 60px;
  height: 100px;
  border: 0;
  z-index: 10;
  cursor: pointer;
}
.MultiStripComponenta .slotList .slider .slickArrow.slickPrev {
  right: 4px;
  background-image: url("https://m.calcalist.co.il/content/resources/images/icons/custom-right.png");
  background-position: right center;
}
.MultiStripComponenta .slotList .slider .slickArrow.slickNext {
  left: 4px;
  background-image: url("https://m.calcalist.co.il/content/resources/images/icons/custom-left.png");
  background-position: left center;
}
.MultiStripComponenta .slotList .slider .slotView {
  display: flex !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  justify-content: center;
}
.MultiStripComponenta .slotList .slider .slotView .imageArea {
  position: relative;
  overflow: hidden;
  width: 620px;
  height: 350px;
}
.MultiStripComponenta .slotList .slider .slotView .imageArea a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.MultiStripComponenta .slotList .slider .slotView .imageArea img {
  height: 100%;
  object-fit: cover;
  min-width: 100%;
}
.MultiStripComponenta .slotList .slider .slotView .imageArea .imageOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.MultiStripComponenta .slotList .slider .slotView .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
  direction: rtl;
}
.MultiStripComponenta .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
}
.MultiStripComponenta .mediaItems .sitePagelightBoxVideoPlayer,
.MultiStripComponenta .mediaItems img {
  height: 100%;
}
.MultiStripComponenta .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);
}
.MultiStripComponenta .galleryArrow:disabled {
  display: none;
}
.MultiStripComponenta .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;
}
.MultiStripComponenta .numberOfMedia {
  display: none;
}
.MultiStripComponenta .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.MultiStripComponenta .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.MultiStripComponenta .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.MultiStripComponenta .scrollLeftBtn:after {
  left: 0;
}
.MultiStripComponenta {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.MultiStripComponenta.Auto .slotList {
  flex-direction: row ! important;
  margin: 0 1px! important;
}
.MultiStripComponenta.Auto .slotList .slotView {
  cursor: pointer;
  height: 239px ! important;
  margin: 0 13px 10px! important;
}
.MultiStripComponenta.Auto .slotList .slotView.stock {
  width: 270px ! important;
}
.MultiStripComponenta.Auto .slotList .slotView .slotTitle {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.MultiStripComponenta.Auto .slotList .slotView .slotTitle .roofTitle {
  color: #C82027;
}
.MultiStripComponenta.Auto .slotList .slotView .slotTitle:hover {
  text-decoration: none;
}
.MultiStripComponenta.Auto .slotList .slotView .moreDetails {
  color: #969696;
  text-decoration: none;
}
.MultiStripComponenta.Auto .slotList .slotView .moreDetails:hover {
  text-decoration: none;
}
.MultiStripComponenta.Auto .slotList .mediaArea {
  width: 270px;
  height: 147px;
  position: relative;
}
.MultiStripMosafComponenta {
  display: flex;
  background: #fff;
}
.MultiStripMosafComponenta .slotList {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  margin: 0 5px;
  align-content: flex-start;
}
.MultiStripMosafComponenta .slotList .slotView {
  display: flex;
  flex-direction: column;
  margin-bottom: 13px;
}
.MultiStripMosafComponenta .slotList .slotView a,
.MultiStripMosafComponenta .slotList .slotView a:hover {
  text-decoration: none;
  color: inherit;
}
.MultiStripMosafComponenta .slotList .slotView .sectionName {
  font-size: 30px;
  margin: 1px 5px 8px 0;
  height: 31px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  font-weight: bolder;
}
.MultiStripMosafComponenta .slotList .slotView .slotTitle {
  line-height: 21px;
  font-size: 21px;
  margin: 7px 0 5px 0;
  width: 250px;
  max-height: 65px;
  overflow: hidden;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
}
.MultiStripMosafComponenta .slotList .slotView .slotTitle .roofTitle {
  color: #c82027;
}
.MultiStripMosafComponenta .slotList .slotView .slotTitle a,
.MultiStripMosafComponenta .slotList .slotView .slotTitle a:hover {
  text-decoration: none;
}
.MultiStripMosafComponenta .slotList .slotView .moreDetails {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 270px;
  max-height: 14px;
  overflow: hidden;
  color: #969696;
}
.MultiStripMosafComponenta .slotList .slotView .moreDetails .dateView {
  float: right;
  margin-left: 5px;
  font-size: 11px;
}
.MultiStripMosafComponenta .slotList .slotView .moreDetails .commaView {
  margin-left: 5px;
}
.MultiStripMosafComponenta .slotList .slotView .moreDetails .authorInfo {
  font-size: 13px;
}
.MultiStripMosafComponenta .slotList .slotView .MediaCarousel {
  overflow: hidden;
}
.MultiStripMosafComponenta .slotList > div {
  width: 270px;
  flex-shrink: 0;
  margin: 0 12px;
}
.MultiStripMosafComponenta .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
}
.MultiStripMosafComponenta .mediaItems .sitePagelightBoxVideoPlayer,
.MultiStripMosafComponenta .mediaItems img {
  height: 100%;
}
.MultiStripMosafComponenta .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);
}
.MultiStripMosafComponenta .galleryArrow:disabled {
  display: none;
}
.MultiStripMosafComponenta .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;
}
.MultiStripMosafComponenta .numberOfMedia {
  display: none;
}
.MultiStripMosafComponenta .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.MultiStripMosafComponenta .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.MultiStripMosafComponenta .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.MultiStripMosafComponenta .scrollLeftBtn:after {
  left: 0;
}
.multiTeaserComponenta {
  display: flex;
  flex-direction: column;
  width: 304px;
  background-color: #fff;
}
.multiTeaserComponenta .multiTeaserTab {
  margin-bottom: 16px;
  line-height: 36px;
  height: 36px;
  font-weight: bold;
  overflow: hidden;
  background: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.multiTeaserComponenta .bottomTitleText {
  text-decoration: none;
  direction: ltr;
  font-family: 'Open Sans Hebrew';
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 12px 17px;
}
.multiTeaserComponenta a.leftTitleText,
.multiTeaserComponenta a.leftTitleText:hover {
  text-decoration: none;
  color: inherit;
}
.multiTeaserComponenta .slotView {
  display: flex;
  flex-direction: column;
  margin: 0 17px;
  border-bottom: 2px dotted #32a1d9;
  margin-bottom: 12px;
}
.multiTeaserComponenta .slotView .mediaArea {
  margin-bottom: 12px;
}
.multiTeaserComponenta .slotView .mediaArea .CalcalistComponentaShareMenuMedia {
  position: relative;
}
.multiTeaserComponenta .slotView .mediaArea .CalcalistComponentaShareMenuMedia .MediaCarousel {
  width: 270px;
  height: 147px;
  overflow: hidden;
}
.multiTeaserComponenta .slotView .mediaArea .CalcalistComponentaShareMenuMedia .MediaCarousel a img {
  width: 270px;
  height: 100%;
}
.multiTeaserComponenta .slotView .slotTitle {
  margin-bottom: 12px;
  text-decoration: none;
  font-family: 'ShualBold';
  font-size: 21px;
  line-height: 22px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiTeaserComponenta .slotView .slotTitle .roofTitle {
  color: #C82027;
}
.multiTeaserComponenta .slotView .moreDetails {
  margin-bottom: 12px;
  text-decoration: none;
}
.multiTeaserComponenta .slotView .moreDetails span {
  font-family: 'Open Sans Hebrew';
  font-size: 12px;
  color: #999;
}
.calcalist .MusafArchiveComponenta {
  text-align: center;
  width: 890px;
  margin: 0;
  display: flex;
  flex-flow: column;
}
.calcalist .MusafArchiveComponenta .componentTitle {
  font-size: 32px;
  line-height: 20px;
  float: right;
  margin: 15px 0px 15px 0px;
  color: #C82027;
  font-family: 'ShualBold', 'Open Sans Hebrew', sans-serif;
  display: flex;
}
.calcalist .MusafArchiveComponenta .separator_musaf {
  border-bottom: 2px solid #CF1F25;
  padding-top: 20px;
}
.calcalist .MusafArchiveComponenta .MainMusafItem {
  background: #fff;
  float: right;
  width: 890px;
  height: 804px;
  padding-bottom: 20px;
}
.calcalist .MusafArchiveComponenta .MainMusafItem .rightArea {
  float: right;
  width: 200px;
  margin: 0px 20px 0px 0px;
}
.calcalist .MusafArchiveComponenta .MainMusafItem .rightArea .title {
  font-size: 43px;
  line-height: 38px;
  margin: 20px 0px 5px 0px;
  float: right;
  text-align: right;
  direction: rtl;
  color: #C82027;
  font-family: 'ShualSerifLight', 'Open Sans Hebrew', sans-serif;
}
.calcalist .MusafArchiveComponenta .MainMusafItem .rightArea .dateView {
  font-size: 22px;
  text-align: right;
  float: right;
  direction: rtl;
  color: #969696;
  font-family: 'RobotoLight', 'Open Sans Hebrew', sans-serif;
}
.calcalist .MusafArchiveComponenta .MainMusafItem .mediaArea a {
  text-decoration: none;
}
.calcalist .MusafArchiveComponenta .MainMusafItem .mediaArea img {
  margin: 14px 0px 14px 14px;
  float: left;
  width: 566px;
  height: 766px;
  border-style: none;
  border: none;
  outline: none;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}
.calcalist .MusafArchiveComponenta .musafs {
  display: flex;
  flex-flow: column;
  background: transparent;
}
.calcalist .MusafArchiveComponenta .musafs .dateView {
  font-family: 'RobotoLight', 'Open Sans Hebrew', sans-serif;
  font-size: 22px;
  text-align: right;
  margin-top: 6px;
  float: right;
  color: #969696;
}
.calcalist .MusafArchiveComponenta .MusafArticleList {
  display: flex;
  flex-flow: wrap;
}
.calcalist .MusafArchiveComponenta .slotItem {
  display: inline;
  list-style: none;
  width: 270px;
  float: right;
  margin: 0px 15px 40px 11px;
}
.calcalist .MusafArchiveComponenta .loadMore button {
  all: unset;
  width: 863px;
  height: 36px;
  font-size: 27px;
  margin-right: 15px;
  border: 2px solid #cf1f25;
  color: #cf1f25;
  float: right;
  cursor: pointer;
  font-family: 'ShualBold', 'Open Sans Hebrew', sans-serif;
}
.RandomBottomArticleComponenta {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  min-height: 229px;
}
.RandomBottomArticleComponenta.Column {
  display: inline-flex;
  flex-direction: column;
  background: #fff;
  width: 304px;
  min-height: auto;
}
.RandomBottomArticleComponenta.Column .randomTab {
  text-align: right;
  padding-top: 8px;
  font-size: 23px;
  font-weight: bold;
  line-height: 30px;
  margin: 7px 31px 16px 0px;
  width: 100%;
}
.RandomBottomArticleComponenta.Column .slotsContent {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.RandomBottomArticleComponenta.Column .slotsContent .slotView {
  margin-left: 0px;
}
.RandomBottomArticleComponenta .randomTab {
  width: 100%;
  height: 26px;
  flex-shrink: 0;
  font-family: 'Open Sans Hebrew';
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 590px;
}
.RandomBottomArticleComponenta .slotsContent {
  display: flex;
  flex-grow: 1;
  width: 590px;
}
.RandomBottomArticleComponenta .slotsContent .mediaArea {
  width: 270px;
  height: 148px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.RandomBottomArticleComponenta .slotsContent .mediaArea img {
  width: 100%;
  height: 100%;
}
.RandomBottomArticleComponenta .slotsContent .slotTitle {
  width: 100%;
  font-size: 20px;
  margin: 7px 0px 5px 0;
  max-height: 62px;
  overflow: hidden;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
}
.RandomBottomArticleComponenta .slotsContent .slotView {
  margin-bottom: 20px;
  width: 270px;
  margin-top: 5px;
  float: right;
  margin-left: 50px;
}
.RandomBottomArticleComponenta .slotsContent .slotView a,
.RandomBottomArticleComponenta .slotsContent .slotView a:hover {
  text-decoration: none;
}
.OUTBRAIN[data-widget-id="SF_1"],
.OUTBRAIN[data-widget-id="HPC_4"] {
  background-color: #ffffff;
}
.photoArchiveComponena {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.photoArchiveComponena .SiteImageMedia:hover {
  transform: none ! important;
}
.photoArchiveComponena .slotsContent .mainItem {
  position: relative;
  display: flex;
  margin: 14px;
  height: 665px;
  padding-top: 14px;
}
.photoArchiveComponena .slotsContent .mainItem img {
  width: 100%;
  height: 100%;
}
.photoArchiveComponena .slotsContent .mainItem a {
  color: #fff;
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  font-size: 28px;
  right: 10px;
}
.photoArchiveComponena .slotsContent .mainItem .blackLayer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 50px;
  bottom: 0;
  display: flex;
  align-items: center;
}
.photoArchiveComponena .slotsContent .mainItem .blackLayer .blackLayerText {
  color: white;
  font-size: 28px;
  line-height: 37px;
  overflow: hidden;
  padding-right: 12px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
}
.photoArchiveComponena .slotsContent .separator {
  width: 100%;
  background-color: #ebebeb;
  height: 30px;
}
.photoArchiveComponena .slotsContent .photoArchiveTitle {
  font-size: 26px;
  color: #C82027;
  font-weight: bold;
  margin-top: 8px;
  margin: 8px 20px 28px 0;
}
.photoArchiveComponena .slotsContent .photoArchiveMain {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.photoArchiveComponena .slotsContent .photoArchiveMain .slotList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
  margin-right: 6px;
}
.photoArchiveComponena .slotsContent .photoArchiveMain .slotList .slotItem {
  display: flex;
  flex-direction: column;
  max-width: 270px;
  height: 230px;
  flex: 1 0 21%;
  margin: 15px;
  text-decoration: none;
}
.photoArchiveComponena .slotsContent .photoArchiveMain .slotList .slotItem .mediaArea {
  position: relative;
}
.photoArchiveComponena .slotsContent .photoArchiveMain .slotList .slotItem .mediaArea .SiteImageMedia {
  width: 100%;
  height: 146px;
}
.photoArchiveComponena .slotsContent .photoArchiveMain .slotList .slotItem .mediaArea .ShareMenu {
  position: absolute;
  left: 0;
  bottom: 0;
}
.photoArchiveComponena .slotsContent .photoArchiveMain .slotList .slotItem .textDiv {
  padding: 0;
  text-decoration: none;
  color: inherit;
  margin-left: 20px;
  overflow: hidden;
}
.photoArchiveComponena .slotsContent .photoArchiveMain .slotList .slotItem .textDiv .slotTitle {
  font-size: 20px;
  line-height: 20px;
  max-height: 84px;
  color: #000;
  font-weight: bold;
  font-family: 'ShualBold';
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.photoArchiveComponena .slotsContent .photoArchiveMain .slotList .slotItem .textDiv .moreDetails {
  margin: 0;
  display: flex;
  align-items: center;
}
.photoArchiveComponena .slotsContent .photoArchiveMain .slotList .slotItem .textDiv .moreDetails .dateView {
  margin: 5px 0;
  font-size: 22px;
  color: #969696 !important;
  font-family: 'RobotoLight';
}
.photoArchiveComponena .slotsContent .photoArchiveMain .noResultsMsg {
  display: block;
  clear: both;
  padding: 82px 0px 0px calc(410px);
  font-size: 17px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  color: #C82027;
}
.photoArchiveComponena .slotsContent .photoArchiveMain .loadMore {
  display: block;
  width: 96%;
  min-height: 37px;
  padding-top: 5px;
}
.photoArchiveComponena .slotsContent .photoArchiveMain .loadMore .loadMoreButton {
  display: flex;
  align-self: center;
  background: transparent;
  border: 2px solid #C82027;
  font-size: 27px;
  padding: 8px 0px;
  margin-right: 5px;
  cursor: pointer;
  font-weight: bold;
  line-height: 38px;
  width: 100%;
  justify-content: center;
  color: #C82027;
  font-family: 'ShualRegular';
  margin-bottom: 37px;
}
.photoArchiveComponena .slotsContent .photoArchiveMain .loadMore .loadMoreButton:disabled {
  visibility: hidden;
}
.photoArchiveComponena .titleLink {
  font-size: 29px;
  display: inline-block;
  line-height: 29px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
}
.podcast-category-componenta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  background-color: #1b1b1b;
}
.podcast-category-componenta .search-and-archive-tab {
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  padding: 16px 0;
  display: flex;
  width: 100%;
}
.podcast-category-componenta .search-and-archive-tab .search-wrapper {
  display: flex;
  align-items: center;
  padding: 7px 16px 8px;
  height: 19px;
  border-radius: 15px;
  background-color: #313131;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-family: 'Open Sans Hebrew';
  font-weight: 300;
  margin-inline-start: 30px;
  width: 180px;
}
.podcast-category-componenta .search-and-archive-tab .search-wrapper .google-search-contianer-componenta {
  box-shadow: none;
  border: none;
  background-color: transparent;
  flex-direction: row-reverse;
}
.podcast-category-componenta .search-and-archive-tab .search-wrapper .google-search-contianer-componenta .google-search {
  background-color: transparent;
  color: #fff;
  height: 100%;
}
.podcast-category-componenta .search-and-archive-tab .search-wrapper .google-search-contianer-componenta .search-icon {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='sue3pw9v5a' d='M0 0h16v16H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='u4evdcqdhb' fill='%23fff'%3E %3Cuse xlink:href='%23sue3pw9v5a'/%3E %3C/mask%3E %3Cpath d='M6.655 0A6.662 6.662 0 0 0 0 6.655a6.662 6.662 0 0 0 6.655 6.655c1.551 0 2.98-.534 4.113-1.427l3.887 3.887a.79.79 0 0 0 1.115 0 .79.79 0 0 0 0-1.115l-3.887-3.887a6.622 6.622 0 0 0 1.427-4.113A6.662 6.662 0 0 0 6.655 0zm0 12.516a5.86 5.86 0 1 1 0-11.722 5.86 5.86 0 0 1 0 11.722z' fill='%23FFF' mask='url(%23u4evdcqdhb)'/%3E %3C/g%3E %3C/svg%3E");
  margin-inline-end: 14px;
  opacity: 0.6;
}
.podcast-category-componenta .search-and-archive-tab span,
.podcast-category-componenta .search-and-archive-tab a {
  text-decoration: none;
}
.podcast-category-componenta .search-and-archive-tab span .archive-wrapper,
.podcast-category-componenta .search-and-archive-tab a .archive-wrapper {
  display: flex;
  padding: 7px 16px 8px;
  border-radius: 15px;
  background-color: #313131;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-family: 'Open Sans Hebrew';
  font-weight: 300;
  margin-inline-end: 30px;
}
.podcast-category-componenta .search-and-archive-tab span .archive-wrapper .archive-text,
.podcast-category-componenta .search-and-archive-tab a .archive-wrapper .archive-text {
  font-size: 15px;
  margin-inline-end: 12px;
}
.podcast-category-componenta .search-and-archive-tab span .archive-wrapper .archive-icon,
.podcast-category-componenta .search-and-archive-tab a .archive-wrapper .archive-icon {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='7yz4hmnixa' d='M0 0h16v16H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='zghm7wttkb' fill='%23fff'%3E %3Cuse xlink:href='%237yz4hmnixa'/%3E %3C/mask%3E %3Cpath d='M2.896.001h9.653c.343 0 .751.057 1.264.723l1.827 1.914c.066.068.114.15.143.237.136.174.217.393.217.631v1.522c0 .525-.394.96-.899 1.018v8.93c0 .564-.456 1.024-1.016 1.024H1.86c-.56 0-1.016-.46-1.016-1.024V6.038A1.024 1.024 0 0 1 0 5.028V3.506c0-.238.08-.457.216-.631A.651.651 0 0 1 .3 2.713L1.638.793C1.97.237 2.324 0 2.82 0l.075.001zm11.659 6.051H1.389v8.924c0 .262.212.475.472.475h12.224c.26 0 .471-.213.471-.475l-.001-8.924zm-4.664 2.08c.578 0 1.049.475 1.049 1.059v.156c0 .584-.47 1.059-1.05 1.059H6.056a1.055 1.055 0 0 1-1.05-1.059v-.156c0-.584.471-1.059 1.05-1.059H9.89zm0 .55H6.055a.507.507 0 0 0-.505.509v.156c0 .281.227.51.505.51H9.89a.507.507 0 0 0 .505-.51v-.156a.507.507 0 0 0-.505-.51zm5.093-5.651H1.015a.466.466 0 0 0-.293.104l.006-.058a.275.275 0 0 1-.144.243.44.44 0 0 0-.04.186v1.522c0 .262.212.475.471.475h13.97c.26 0 .47-.213.47-.475V3.506a.476.476 0 0 0-.037-.186.27.27 0 0 1-.14-.184.46.46 0 0 0-.294-.105zM2.821.549c-.256 0-.456.088-.721.535a.24.24 0 0 1-.011.017l-.964 1.38h13.609l-1.323-1.387a.283.283 0 0 1-.02-.023c-.397-.52-.633-.52-.842-.52H2.887L2.82.548z' fill='%23FFF' mask='url(%23zghm7wttkb)'/%3E %3C/g%3E %3C/svg%3E");
}
.podcast-category-componenta .slot-list {
  display: flex;
  flex-direction: column;
  margin: 0 0 50px 0;
}
.podcast-category-componenta .slot-list .slot-item {
  display: flex;
  height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  padding: 10px 30px;
  align-items: center;
}
.podcast-category-componenta .slot-list .slot-item .slot-icons-wrapper {
  display: flex;
  color: #fff;
  width: 200px;
}
.podcast-category-componenta .slot-list .slot-item .slot-icons-wrapper .icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.podcast-category-componenta .slot-list .slot-item .slot-icons-wrapper .icon:nth-child(2),
.podcast-category-componenta .slot-list .slot-item .slot-icons-wrapper .icon:nth-child(3) {
  margin-inline-start: 15px;
}
.podcast-category-componenta .slot-list .slot-item .slot-icons-wrapper .spotify-icon {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='utdrxnm6na' d='M0 0h30v30H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='xpk1jfqbib' fill='%23fff'%3E %3Cuse xlink:href='%23utdrxnm6na'/%3E %3C/mask%3E %3Cpath d='M15 .654A14.252 14.252 0 0 0 4.856 4.856 14.253 14.253 0 0 0 .654 15c0 3.832 1.492 7.435 4.202 10.144A14.252 14.252 0 0 0 15 29.346c3.832 0 7.435-1.492 10.144-4.202A14.252 14.252 0 0 0 29.346 15c0-3.832-1.492-7.435-4.202-10.144A14.252 14.252 0 0 0 15 .654zM15 30c-4.007 0-7.773-1.56-10.607-4.393A14.902 14.902 0 0 1 0 15c0-4.007 1.56-7.773 4.393-10.607A14.902 14.902 0 0 1 15 0c4.007 0 7.773 1.56 10.607 4.393A14.902 14.902 0 0 1 30 15c0 4.007-1.56 7.773-4.393 10.607A14.902 14.902 0 0 1 15 30z' fill='%23FFF' mask='url(%23xpk1jfqbib)'/%3E %3Cpath d='M21.065 19.53a.772.772 0 0 1 .276 1.09.855.855 0 0 1-1.144.263c-3.134-1.826-7.078-2.238-11.724-1.226-.447.098-.893-.17-.995-.596-.103-.427.176-.853.625-.95 5.084-1.108 9.444-.63 12.962 1.418zm1.567-3.738c.489.287.643.898.342 1.363a1.07 1.07 0 0 1-1.431.327c-3.587-2.101-9.055-2.71-13.298-1.483-.55.159-1.132-.137-1.299-.66-.166-.525.145-1.078.694-1.237 4.847-1.402 10.872-.723 14.992 1.69zm1.757-4.29c.593.335.788 1.066.436 1.63-.352.566-1.119.752-1.71.416-4.302-2.435-11.398-2.659-15.504-1.47-.66.19-1.357-.165-1.557-.794-.2-.629.172-1.293.832-1.484 4.714-1.364 12.55-1.1 17.503 1.702z' fill='%23FFF' mask='url(%23xpk1jfqbib)'/%3E %3C/g%3E %3C/svg%3E");
}
.podcast-category-componenta .slot-list .slot-item .slot-icons-wrapper .apple-podcast-icon {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='ahczpeh5ja' d='M0 0h30v30H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='ip6y17jt3b' fill='%23fff'%3E %3Cuse xlink:href='%23ahczpeh5ja'/%3E %3C/mask%3E %3Cpath d='M15 .654A14.252 14.252 0 0 0 4.856 4.856 14.253 14.253 0 0 0 .654 15c0 3.832 1.492 7.435 4.202 10.144A14.252 14.252 0 0 0 15 29.346c3.832 0 7.435-1.492 10.144-4.202A14.252 14.252 0 0 0 29.346 15c0-3.832-1.492-7.435-4.202-10.144A14.252 14.252 0 0 0 15 .654zM15 30c-4.007 0-7.773-1.56-10.607-4.393A14.902 14.902 0 0 1 0 15c0-4.007 1.56-7.773 4.393-10.607A14.902 14.902 0 0 1 15 0c4.007 0 7.773 1.56 10.607 4.393A14.902 14.902 0 0 1 30 15c0 4.007-1.56 7.773-4.393 10.607A14.902 14.902 0 0 1 15 30z' fill='%23FFF' mask='url(%23ip6y17jt3b)'/%3E %3Cpath d='M15 16.387s1.945-.387 1.882 1.355c-.062 1.742-.502 4.968-.502 4.968S16.318 24 15 24c-1.318 0-1.38-1.29-1.38-1.29s-.44-3.226-.502-4.968C13.055 16 15 16.387 15 16.387zM15 6c4.411 0 8 3.69 8 8.226 0 3.595-2.256 6.657-5.388 7.773.038-.31.083-.682.13-1.085 2.534-1.102 4.317-3.685 4.317-6.688 0-4.003-3.167-7.258-7.059-7.258-3.892 0-7.059 3.255-7.059 7.258 0 3.003 1.783 5.586 4.318 6.688.046.403.09.775.13 1.085C9.255 20.883 7 17.821 7 14.226 7 9.69 10.589 6 15 6zm0 2.774c2.924 0 5.302 2.446 5.302 5.452a5.493 5.493 0 0 1-2.348 4.525c.026-.346.047-.675.057-.966.004-.11.002-.215-.004-.316a4.531 4.531 0 0 0 1.354-3.243c0-2.473-1.956-4.484-4.36-4.484-2.406 0-4.362 2.011-4.362 4.484 0 1.275.521 2.426 1.354 3.243a3.25 3.25 0 0 0-.004.316c.01.291.03.62.057.966a5.493 5.493 0 0 1-2.348-4.525c0-3.006 2.378-5.452 5.302-5.452zm0 2.936c1.04 0 1.882.866 1.882 1.935S16.04 15.581 15 15.581s-1.882-.867-1.882-1.936S13.96 11.71 15 11.71z' fill='%23FFF' mask='url(%23ip6y17jt3b)'/%3E %3C/g%3E %3C/svg%3E");
}
.podcast-category-componenta .slot-list .slot-item .slot-icons-wrapper .play-icon {
  border: none;
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='ucruvbjy9a' d='M0 0h30v30H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='fwarfa1jhb' fill='%23fff'%3E %3Cuse xlink:href='%23ucruvbjy9a'/%3E %3C/mask%3E %3Cpath d='M15 .654A14.252 14.252 0 0 0 4.856 4.856 14.253 14.253 0 0 0 .654 15c0 3.832 1.492 7.435 4.202 10.144A14.252 14.252 0 0 0 15 29.346c3.832 0 7.435-1.492 10.144-4.202A14.252 14.252 0 0 0 29.346 15c0-3.832-1.492-7.435-4.202-10.144A14.252 14.252 0 0 0 15 .654zM15 30c-4.007 0-7.773-1.56-10.607-4.393A14.902 14.902 0 0 1 0 15c0-4.007 1.56-7.773 4.393-10.607A14.902 14.902 0 0 1 15 0c4.007 0 7.773 1.56 10.607 4.393A14.902 14.902 0 0 1 30 15c0 4.007-1.56 7.773-4.393 10.607A14.902 14.902 0 0 1 15 30z' fill='%23FFF' mask='url(%23fwarfa1jhb)'/%3E %3Cpath d='m21.171 14.712-8.334-6.08c-.651-.474-1.587-.028-1.587.757v12.16c0 .785.936 1.23 1.587.756l8.334-6.08a.928.928 0 0 0 0-1.513' fill='%23FFF' mask='url(%23fwarfa1jhb)'/%3E %3C/g%3E %3C/svg%3E");
}
.podcast-category-componenta .slot-list .slot-item .text-div {
  width: 670px;
  margin-inline-end: 70px;
}
.podcast-category-componenta .slot-list .slot-item .text-div .slot-title {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.87);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: 'ShualBold';
  text-decoration: none;
  margin-bottom: 2px;
}
.podcast-category-componenta .slot-list .slot-item .text-div .slot-subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: 'Open Sans Hebrew';
  font-weight: 300;
}
.podcast-category-componenta .slot-list .slot-item .date-view {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.38);
  width: 200px;
  text-align: left;
  font-family: 'Open Sans Hebrew';
  font-weight: 300;
}
.podcast-category-componenta .button-container {
  display: flex;
  justify-content: flex-end;
  height: 53px;
}
.podcast-category-componenta .load-more-button {
  cursor: pointer;
  display: flex;
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 40px;
  border-radius: 20px;
  background-color: #313131;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.podcast-category-componenta .load-more-button .load-more-text {
  margin-inline-end: 15px;
}
.podcast-category-componenta .load-more-button .load-more-icon {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='ce2vfec2ka' d='M0 0h16v16H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='nltowmpbkb' fill='%23fff'%3E %3Cuse xlink:href='%23ce2vfec2ka'/%3E %3C/mask%3E %3Cpath d='M15.76 7.041a.795.795 0 0 0-1.163 0l-5.775 6.062V4.827c0-.152-.006-.3-.018-.442a.901.901 0 0 0 .018-.178V.863C8.822.386 8.454 0 8 0c-.454 0-.822.386-.822.863v3.344c0 .06.007.12.018.178a5.38 5.38 0 0 0-.018.442v8.182L1.403 6.947a.795.795 0 0 0-1.162 0 .892.892 0 0 0 0 1.22l7.223 7.58a.802.802 0 0 0 .58.253c.219 0 .428-.09.582-.253l7.133-7.486a.894.894 0 0 0 0-1.22' fill='%23FFF' mask='url(%23nltowmpbkb)'/%3E %3C/g%3E %3C/svg%3E");
  width: 16px;
  height: 16px;
  opacity: 0.6;
}
.podcast-category-componenta #circularG {
  position: relative;
  width: 33px;
  height: 33px;
  margin: auto;
}
.podcast-category-componenta .circularG {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  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;
}
.podcast-category-componenta #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;
}
.podcast-category-componenta #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;
}
.podcast-category-componenta #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;
}
.podcast-category-componenta #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;
}
.podcast-category-componenta #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;
}
.podcast-category-componenta #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;
}
.podcast-category-componenta #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;
}
.podcast-category-componenta #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);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.podcast-multi-strip-componenta {
  display: flex;
  flex-direction: column;
  background: #1b1b1b;
  padding: 10px 0 30px 0;
}
.podcast-multi-strip-componenta .search-wrapper {
  display: flex;
  align-items: center;
  padding: 7px 16px 8px;
  height: 19px;
  border-radius: 15px;
  background-color: #313131;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-family: 'Open Sans Hebrew';
  font-weight: 300;
  margin-inline-start: 30px;
  width: 238px;
}
.podcast-multi-strip-componenta .search-wrapper .google-search-contianer-componenta {
  box-shadow: none;
  border: none;
  background-color: transparent;
  flex-direction: row-reverse;
}
.podcast-multi-strip-componenta .search-wrapper .google-search-contianer-componenta .google-search {
  background-color: transparent;
  color: #fff;
  height: 100%;
}
.podcast-multi-strip-componenta .search-wrapper .google-search-contianer-componenta .search-icon {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='sue3pw9v5a' d='M0 0h16v16H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='u4evdcqdhb' fill='%23fff'%3E %3Cuse xlink:href='%23sue3pw9v5a'/%3E %3C/mask%3E %3Cpath d='M6.655 0A6.662 6.662 0 0 0 0 6.655a6.662 6.662 0 0 0 6.655 6.655c1.551 0 2.98-.534 4.113-1.427l3.887 3.887a.79.79 0 0 0 1.115 0 .79.79 0 0 0 0-1.115l-3.887-3.887a6.622 6.622 0 0 0 1.427-4.113A6.662 6.662 0 0 0 6.655 0zm0 12.516a5.86 5.86 0 1 1 0-11.722 5.86 5.86 0 0 1 0 11.722z' fill='%23FFF' mask='url(%23u4evdcqdhb)'/%3E %3C/g%3E %3C/svg%3E");
  margin-inline-end: 14px;
  opacity: 0.6;
}
.podcast-multi-strip-componenta.editor {
  pointer-events: none;
}
.podcast-multi-strip-componenta .slot-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  min-height: 282px;
  margin: 20px auto 10px auto;
  width: 96%;
}
.podcast-multi-strip-componenta .slot-list .slot-view {
  background-color: #232323;
  cursor: pointer;
  margin: 10px;
  width: 270px;
  position: relative;
  height: 282px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.podcast-multi-strip-componenta .slot-list .slot-view * {
  color: #fff;
}
.podcast-multi-strip-componenta .slot-list .slot-view .slot-category {
  font-family: 'ShualBold', 'Open Sans Hebrew';
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding: 8px 12px 8px 0px;
  border-bottom: 2px solid #ff0000;
  opacity: 0.87;
  text-decoration: none;
  width: 95.5%;
}
.podcast-multi-strip-componenta .slot-list .slot-view .slot-title {
  font-family: 'ShualBold', 'Open Sans Hebrew';
  text-decoration: none;
  width: 100%;
  opacity: 0.6;
  margin: 11px 0px 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 90%;
  transition: all 0.15s ease;
  font-size: 22px;
  line-height: 0.91;
}
.podcast-multi-strip-componenta .slot-list .slot-view .slot-title:hover {
  text-decoration: none;
  opacity: 0.87;
}
.podcast-multi-strip-componenta .slot-list .slot-view .more-details {
  color: #969696;
  text-decoration: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  opacity: 0.38;
  font-family: OpenSansHebrew;
}
.podcast-multi-strip-componenta .slot-list .slot-view .more-details:hover {
  text-decoration: none;
}
.podcast-multi-strip-componenta .slot-list .slot-view .more-details .date-view,
.podcast-multi-strip-componenta .slot-list .slot-view .more-details .author-info {
  margin: 0 13px;
  font-family: "Open sans Hebrew";
}
.podcast-multi-strip-componenta .slot-list .media-area {
  width: 270px;
  height: 147px;
}
.podcast-multi-strip-componenta .slot-list .media-area .media-carousel {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.15s ease;
}
.podcast-multi-strip-componenta .slot-list .media-area .media-carousel .podcast-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.podcast-multi-strip-componenta .slot-list .media-area .media-carousel .podcast-icon {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 40 50' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='7pmk2an57a' d='M0 0h50v50H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='1bpu62j7qb' fill='%23fff'%3E %3Cuse xlink:href='%237pmk2an57a'/%3E %3C/mask%3E %3Cpath d='M37.1 23.222c.497 0 .9.4.9.894v5.575c0 7.09-5.574 12.912-12.6 13.373v5.148h4.694c.498 0 .9.4.9.894a.896.896 0 0 1-.9.894H18.906c-.498 0-.9-.4-.9-.894s.402-.893.9-.893l4.694-.001v-5.148C16.575 42.603 11 36.78 11 29.691v-5.102c0-.494.403-.894.9-.894.498 0 .9.4.9.894v5.102c0 6.405 5.249 11.615 11.7 11.615s11.7-5.21 11.7-11.615v-5.575c0-.494.402-.894.9-.894zM24.5 0c5.005 0 9.076 4.042 9.076 9.01v19.962c0 4.967-4.07 9.01-9.075 9.01-5.005 0-9.077-4.043-9.077-9.01V9.01C15.424 4.042 19.496 0 24.5 0zm0 1.787c-4.012 0-7.276 3.24-7.276 7.223v19.962c0 3.983 3.264 7.222 7.277 7.222 4.01 0 7.275-3.24 7.275-7.222V9.01c0-3.983-3.264-7.223-7.275-7.223z' fill='%23FFF' mask='url(%231bpu62j7qb)'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  height: 26px;
  width: 26px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.podcast-multi-strip-componenta .slot-list .media-area .media-carousel:hover::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='7pmk2an57a' d='M0 0h50v50H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='1bpu62j7qb' fill='%23fff'%3E %3Cuse xlink:href='%237pmk2an57a'/%3E %3C/mask%3E %3Cpath d='M37.1 23.222c.497 0 .9.4.9.894v5.575c0 7.09-5.574 12.912-12.6 13.373v5.148h4.694c.498 0 .9.4.9.894a.896.896 0 0 1-.9.894H18.906c-.498 0-.9-.4-.9-.894s.402-.893.9-.893l4.694-.001v-5.148C16.575 42.603 11 36.78 11 29.691v-5.102c0-.494.403-.894.9-.894.498 0 .9.4.9.894v5.102c0 6.405 5.249 11.615 11.7 11.615s11.7-5.21 11.7-11.615v-5.575c0-.494.402-.894.9-.894zM24.5 0c5.005 0 9.076 4.042 9.076 9.01v19.962c0 4.967-4.07 9.01-9.075 9.01-5.005 0-9.077-4.043-9.077-9.01V9.01C15.424 4.042 19.496 0 24.5 0zm0 1.787c-4.012 0-7.276 3.24-7.276 7.223v19.962c0 3.983 3.264 7.222 7.277 7.222 4.01 0 7.275-3.24 7.275-7.222V9.01c0-3.983-3.264-7.223-7.275-7.223z' fill='%23FFF' mask='url(%231bpu62j7qb)'/%3E %3C/g%3E %3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 147px;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
}
.podcast-multi-strip-componenta .slot-list .media-area:hover .podcast-icon {
  display: none;
}
.podcast-multi-strip-componenta .load-more-button {
  cursor: pointer;
  display: flex;
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 40px;
  border-radius: 20px;
  background-color: #313131;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  margin: 35px auto;
}
.podcast-multi-strip-componenta .load-more-button .load-more-text {
  margin-inline-end: 15px;
}
.podcast-multi-strip-componenta .load-more-button .load-more-icon {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='ce2vfec2ka' d='M0 0h16v16H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='nltowmpbkb' fill='%23fff'%3E %3Cuse xlink:href='%23ce2vfec2ka'/%3E %3C/mask%3E %3Cpath d='M15.76 7.041a.795.795 0 0 0-1.163 0l-5.775 6.062V4.827c0-.152-.006-.3-.018-.442a.901.901 0 0 0 .018-.178V.863C8.822.386 8.454 0 8 0c-.454 0-.822.386-.822.863v3.344c0 .06.007.12.018.178a5.38 5.38 0 0 0-.018.442v8.182L1.403 6.947a.795.795 0 0 0-1.162 0 .892.892 0 0 0 0 1.22l7.223 7.58a.802.802 0 0 0 .58.253c.219 0 .428-.09.582-.253l7.133-7.486a.894.894 0 0 0 0-1.22' fill='%23FFF' mask='url(%23nltowmpbkb)'/%3E %3C/g%3E %3C/svg%3E");
  width: 16px;
  height: 16px;
  opacity: 0.6;
}
.podcast-multi-strip-componenta #circularG {
  position: relative;
  width: 33px;
  height: 33px;
  margin: auto;
}
.podcast-multi-strip-componenta .circularG {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  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;
}
.podcast-multi-strip-componenta #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;
}
.podcast-multi-strip-componenta #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;
}
.podcast-multi-strip-componenta #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;
}
.podcast-multi-strip-componenta #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;
}
.podcast-multi-strip-componenta #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;
}
.podcast-multi-strip-componenta #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;
}
.podcast-multi-strip-componenta #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;
}
.podcast-multi-strip-componenta #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);
  }
}
.SideVideoComponenta {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.SideVideoComponenta .SideVideoContent {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2px;
  flex-grow: 1;
}
.SideVideoComponenta .SideVideoContent .mainVideo {
  width: 100%;
  height: 220px;
  flex-shrink: 0;
}
.SideVideoComponenta .SideVideoContent .mainVideo .customSmallVideoPlayerContainer .youtubeIframeWrapper .x-button {
  bottom: 160px;
}
.SideVideoComponenta .SideVideoContent .mainVideo .videoPlayerPlaceholder {
  width: 300px;
  height: 168px;
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 3px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.SideVideoComponenta .SideVideoContent .mainVideo .videoPlayerPlaceholder img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.SideVideoComponenta .SideVideoContent .mainVideo a,
.SideVideoComponenta .SideVideoContent .mainVideo a:hover {
  text-decoration: none;
  color: inherit;
}
.SideVideoComponenta .SideVideoContent .mainVideo .itemTitle {
  margin: 0px 7px 7px 12px;
  font-weight: bold;
  max-height: 45px;
  overflow: hidden;
  font-size: 16px;
  line-height: 21px;
  display: flex;
}
.SideVideoComponenta .SideVideoContent .videoItem {
  width: 146px;
  flex-grow: 1;
  display: inline-flex;
  flex-direction: column;
  margin: 0 2px 9px 2px;
}
.SideVideoComponenta .SideVideoContent .videoItem .lisPreviewImage {
  border: 0px;
  width: 147px;
  height: 79px;
  cursor: pointer;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.SideVideoComponenta .SideVideoContent .videoItem .lisPreviewImage img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.SideVideoComponenta .SideVideoContent .videoItem .itemTitle {
  font-size: 16px;
  line-height: 20px;
  height: 62px;
  margin-right: 5px;
  font-family: 'Open Sans Hebrew';
  display: flex;
  overflow: hidden;
}
.SideVideoComponenta .SideVideoContent .bottomItems {
  display: flex;
}
.leftAndRightTransitionAnimation,
.CalcalistSpecialContentFront .slotListWrapper {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin";
}
.CalcalistSpecialContentFront {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 14px;
  position: relative;
}
.CalcalistSpecialContentFront.bigImage .slotListArrow {
  top: 130px !important;
}
.CalcalistSpecialContentFront a,
.CalcalistSpecialContentFront a:hover,
.CalcalistSpecialContentFront a:visited,
.CalcalistSpecialContentFront a:active {
  text-decoration: none;
}
.CalcalistSpecialContentFront .tabTitle {
  display: flex;
  font-family: "ShualBold", 'Open Sans Hebrew', sans-serif;
  font-size: 35px;
  font-weight: bold;
  margin: 3px 0px 2px 0;
  line-height: 60px;
}
.CalcalistSpecialContentFront .itemsWrapper {
  display: flex;
  position: relative;
}
.CalcalistSpecialContentFront .itemsWrapper .mediaArea {
  margin-bottom: 5px;
}
.CalcalistSpecialContentFront .slotListWrapper {
  display: flex;
  flex-direction: row;
}
.CalcalistSpecialContentFront .slotListWrapper .mediaArea {
  margin-bottom: 5px;
}
.CalcalistSpecialContentFront .arrowBtn {
  display: flex;
  justify-content: center;
  align-content: center;
  top: calc(50% - 20px);
  z-index: 2;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.3);
  background-image: url("//www.calcalist.co.il/images/1280/slider/arrow_galeria_prev.png");
}
.CalcalistSpecialContentFront .arrowBtn:disabled {
  display: none;
}
.CalcalistSpecialContentFront .scrollRight {
  right: 0;
  transform: rotate(180deg);
}
.CalcalistSpecialContentFront .scrollLeft {
  left: 0;
}
.CalcalistSpecialContentFront.Ctech .tabTitle {
  font-family: 'RobotoSlab';
  font-weight: bold;
  font-size: 32px;
}
.CalcalistSpecialContentFront.Ctech .slotsContent {
  position: relative;
}
.CalcalistSpecialContentFront.Ctech .arrowBtn {
  top: 40px;
}
.CalcalistSpecialContentFront.Ctech .scrollRight {
  right: -14px;
}
.CalcalistSpecialContentFront.Ctech .scrollLeft {
  left: -14px;
}
.CalcalistSpecialContentItemFront {
  display: flex;
  flex-direction: column;
  height: 193px;
}
.CalcalistSpecialContentItemFront .SiteImageMedia:hover {
  transform: none ! important;
}
.CalcalistSpecialContentItemFront .mediaArea {
  position: relative;
  margin-bottom: 5px;
}
.CalcalistSpecialContentItemFront .MediaCarousel {
  position: relative;
  overflow: hidden;
  display: flex;
  margin-bottom: 0;
}
.CalcalistSpecialContentItemFront .MediaCarousel .SiteImageMedia {
  min-height: 100%;
}
.CalcalistSpecialContentItemFront .MediaCarousel > a {
  display: flex;
}
.CalcalistSpecialContentItemFront a,
.CalcalistSpecialContentItemFront a:hover,
.CalcalistSpecialContentItemFront a:visited,
.CalcalistSpecialContentItemFront a:active {
  text-decoration: none;
}
.CalcalistSpecialContentItemFront .titleWrapper {
  display: flex;
  margin: 0 !important;
  overflow: hidden;
}
.CalcalistSpecialContentItemFront .titleWrapper span,
.CalcalistSpecialContentItemFront .titleWrapper a {
  width: 100%;
  background: #FFF;
  font-family: "ShualBold", Arial, sans-serif;
}
.bigImage .CalcalistSpecialContentItemFront {
  height: 254px !important;
}
.bigImage .CalcalistSpecialContentItemFront .titleWrapper {
  height: 74px!important;
  background-color: #fff!important;
  padding: 5px !important;
  box-sizing: border-box;
}
.bigImage .CalcalistSpecialContentItemFront .titleWrapper div,
.bigImage .CalcalistSpecialContentItemFront .titleWrapper a {
  font-size: 22px!important;
  line-height: 22px!important;
  max-height: 47px!important;
  overflow: hidden!important;
}
.short .CalcalistSpecialContentItemFront {
  height: 180px;
}
.short .CalcalistSpecialContentItemFront .titleWrapper {
  height: 48px;
}
.short .CalcalistSpecialContentItemFront .titleWrapper span,
.short .CalcalistSpecialContentItemFront .titleWrapper a {
  font-size: 16px;
  line-height: 16px;
}
.short .CalcalistSpecialContentItemFront .titleWrapper a,
.short .CalcalistSpecialContentItemFront .titleWrapper a:hover,
.short .CalcalistSpecialContentItemFront .titleWrapper a:visited,
.short .CalcalistSpecialContentItemFront .titleWrapper a:active {
  padding: 0px;
}
.long .CalcalistSpecialContentItemFront {
  height: 193px;
}
.long .CalcalistSpecialContentItemFront .titleWrapper {
  height: 68px;
}
.long .CalcalistSpecialContentItemFront .titleWrapper span,
.long .CalcalistSpecialContentItemFront .titleWrapper a {
  font-size: 18px;
  line-height: 20px;
}
.long .CalcalistSpecialContentItemFront .titleWrapper a,
.long .CalcalistSpecialContentItemFront .titleWrapper a:hover,
.long .CalcalistSpecialContentItemFront .titleWrapper a:visited,
.long .CalcalistSpecialContentItemFront .titleWrapper a:active {
  padding: 4px 8px;
}
.CalcalistSpecialContentItemFront.Ctech {
  height: 202px;
}
.CalcalistSpecialContentItemFront.Ctech .titleWrapper {
  font-size: 16px;
  font-family: 'OpenSans';
  height: 76px;
}
.CalcalistSpecialContentItemFront.Ctech .titleWrapper span,
.CalcalistSpecialContentItemFront.Ctech .titleWrapper a {
  line-height: 25px;
  font-size: 16px;
  font-family: 'OpenSans';
}
.CalcalistSpecialContentItemFront.Ctech .MediaCarousel .videoIcon {
  right: 5px !important;
  left: unset;
}
.withNavigation {
  height: 54px;
  line-height: normal;
  justify-content: center;
}
.withNavigation .subNavigationArea {
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.withNavigation .CalcalistSubNavigation {
  height: 27px;
  line-height: 27px;
}
.withNavigation .CalcalistSubNavigation a {
  line-height: 27px;
}
.withNavigation .CalcalistSubNavigation a:hover {
  line-height: 27px;
}
.CalcalistSubNavigation {
  flex-grow: 1;
  background: transparent;
  font-family: ShualRegular, 'Open Sans Hebrew', sans-serif;
}
.CalcalistSubNavigation a,
.CalcalistSubNavigation a:hover,
.CalcalistSubNavigation span {
  font-size: 19px;
  margin-left: 27px;
  text-decoration: none;
  line-height: 36px;
}
.CalcalistSubNavigation a:first-child,
.CalcalistSubNavigation a:hover:first-child,
.CalcalistSubNavigation span:first-child {
  font-size: 27px;
}
.CalcalistSubNavigation a:last-child,
.CalcalistSubNavigation a:hover:last-child,
.CalcalistSubNavigation span:last-child {
  margin-left: 0;
}
.TeaserComponenta {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  width: 304px;
}
.TeaserComponenta.text-direction-ltr {
  direction: ltr;
}
.TeaserComponenta.photo .TeaserTab {
  padding: 15px 15px 10px;
}
.TeaserComponenta.photo .TeaserTab .icon-camera {
  background-color: #C82027;
  background-image: url(https://www.calcalist.co.il/images/1280/icons/photo-icon.png);
  width: 27px;
  height: 27px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10px;
  display: inline-block;
  flex-shrink: 0;
}
.TeaserComponenta.photo .slotList .slotView {
  height: 240px;
}
.TeaserComponenta.photo .slotTitle {
  font-weight: normal ! important;
  max-height: 30px;
  overflow: hidden;
  margin-top: 10px;
}
.TeaserComponenta.photo .SiteImageMedia {
  height: 185px;
}
.TeaserComponenta.photo .SiteImageMedia:hover {
  transform: none ! important;
}
.TeaserComponenta.xnet {
  height: 161px;
}
.TeaserComponenta.xnet .slotView {
  flex-direction: row ! important;
  width: 100% ! important;
}
.TeaserComponenta.xnet .slotView .mediaArea {
  margin: 10px;
  display: flex;
  flex-shrink: 0;
  order: 1;
}
.TeaserComponenta.xnet .slotView .textDiv {
  order: 0;
}
.TeaserComponenta.xnet .slotView .xnetLogo {
  margin: 10px 24px 30px 65px;
}
.TeaserComponenta.xnet .slotView .slotTitle {
  line-height: 17px;
  height: 17px;
  overflow: hidden;
  font-size: 14px ! important;
  margin-bottom: 3px ! important;
  margin-right: 10px ! important;
}
.TeaserComponenta.xnet .slotView .slotSubTitle {
  max-height: 52px;
  overflow: hidden;
  font-size: 14px ! important;
  line-height: 17px ! important;
  margin-right: 10px ! important;
}
.TeaserComponenta .TeaserTab {
  padding: 5px 15px;
  line-height: 30px;
  font-size: 29px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  display: flex;
  align-items: center;
}
.TeaserComponenta .TeaserTab a,
.TeaserComponenta .TeaserTab a:hover {
  text-decoration: none;
  color: inherit;
}
.TeaserComponenta .slotList {
  display: flex;
}
.TeaserComponenta .slotList > div,
.TeaserComponenta .slotList > div > div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.TeaserComponenta .slotList .slotView {
  display: flex;
  flex-direction: column;
  width: 276px;
  justify-content: center;
}
.TeaserComponenta .slotList .slotView .mediaArea {
  overflow: hidden;
}
.TeaserComponenta .slotList .slotView a,
.TeaserComponenta .slotList .slotView a:hover {
  text-decoration: none;
  color: #000;
}
.TeaserComponenta .slotList .slotView .slotTitle {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin: 7px 0px 11px 0px;
  max-height: 32px;
  overflow: hidden;
}
.TeaserComponenta .slotList .slotView .textDiv {
  display: flex;
  flex-direction: column;
}
.TeaserComponenta .SiteImageMedia:hover {
  transform: none ! important;
}
.CalcalistTitleHeadlineComponenta .specialCategory {
  min-height: 25px;
  margin-top: 0;
  font-family: 'ShualBold', 'Open Sans Hebrew', sans-serif;
}
.CalcalistTitleHeadlineComponenta.Ctech .specialCategory {
  font-family: 'RobotoSlab';
  padding: 6px 0;
  margin: 0;
  line-height: 36px;
  font-weight: normal;
}
.CalcalistTitleHeadlineComponenta.Ctech .specialCategory .separator {
  font-size: 38px;
  line-height: 23px;
  margin: 0 10px;
}
.CalcalistTitleHeadlineComponenta.Ctech .specialCategory .subTitle {
  font-size: 20px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .CalcalistTitleHeadlineComponenta.Ctech .specialCategory {
    margin: 0 0.625rem !important;
  }
}
.TopStoryCalcalistComponenta,
.TopStoryCalcalistWideComponenta {
  background: #fff;
  position: relative;
  z-index: 0;
}
.TopStoryCalcalistComponenta > div,
.TopStoryCalcalistWideComponenta > div {
  width: 100%;
  height: 100%;
}
.TopStoryCalcalistComponenta > div > div,
.TopStoryCalcalistWideComponenta > div > div {
  width: 100%;
  height: 100%;
}
.TopStoryCalcalistComponenta > div > div > div,
.TopStoryCalcalistWideComponenta > div > div > div {
  width: 100%;
  height: 100%;
}
.TopStoryCalcalistComponenta .slotView,
.TopStoryCalcalistWideComponenta .slotView {
  display: inline-flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.TopStoryCalcalistComponenta .slotView.inEditMode:hover,
.TopStoryCalcalistWideComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.TopStoryCalcalistComponenta .slotView .slotTitle,
.TopStoryCalcalistWideComponenta .slotView .slotTitle {
  font-weight: bold;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  line-height: 32px;
}
.TopStoryCalcalistComponenta .slotView .slotTitle .show-small-vp,
.TopStoryCalcalistWideComponenta .slotView .slotTitle .show-small-vp {
  display: none;
}
.TopStoryCalcalistComponenta .slotView .slotTitle span,
.TopStoryCalcalistWideComponenta .slotView .slotTitle span {
  line-break: after-white-space;
  word-wrap: break-word;
}
.TopStoryCalcalistComponenta .slotView .rooftitle,
.TopStoryCalcalistWideComponenta .slotView .rooftitle {
  font-weight: bold;
  font-size: 21px;
  line-height: 22px;
  color: #C82027;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  margin: 10px 0 0 0;
  height: 22px;
}
.TopStoryCalcalistComponenta .slotView .slotSubTitle,
.TopStoryCalcalistWideComponenta .slotView .slotSubTitle {
  font-size: 16px;
  font-family: Arial;
  line-height: 19px;
  margin-bottom: 5px;
}
.calcalist .TopStoryCalcalistComponenta .slotView .slotSubTitle,
.calcalist .TopStoryCalcalistWideComponenta .slotView .slotSubTitle {
  font-family: 'Open Sans Hebrew';
}
.TopStoryCalcalistComponenta .slotView .moreDetails,
.TopStoryCalcalistWideComponenta .slotView .moreDetails {
  font-size: 13px;
  line-height: 17px;
  margin: 0px 0px 8px 0px;
  color: #969696;
}
.TopStoryCalcalistComponenta .slotView .moreDetails .dateView,
.TopStoryCalcalistWideComponenta .slotView .moreDetails .dateView {
  margin-left: 5px;
  font-weight: bold;
  font-size: 11px;
}
.TopStoryCalcalistComponenta .slotView .moreDetails .dateView .ctechDate,
.TopStoryCalcalistWideComponenta .slotView .moreDetails .dateView .ctechDate {
  font-size: 14px;
}
.TopStoryCalcalistComponenta .slotView .bottomLink,
.TopStoryCalcalistWideComponenta .slotView .bottomLink {
  font-size: 14px;
  line-height: 17px;
  background: url(//www.calcalist.co.il/images/1280/arrow_without_bg.png) right 3px no-repeat;
  display: inline-block;
  padding: 0 20px 0 0;
  margin-bottom: 4px;
  cursor: pointer;
}
.TopStoryCalcalistComponenta .slotView .bottomLink:hover,
.TopStoryCalcalistWideComponenta .slotView .bottomLink:hover {
  text-decoration: underline;
}
.TopStoryCalcalistComponenta .mediaArea,
.TopStoryCalcalistWideComponenta .mediaArea {
  position: relative;
}
.TopStoryCalcalistComponenta .mediaArea .mediaLabel,
.TopStoryCalcalistWideComponenta .mediaArea .mediaLabel {
  position: absolute;
}
.TopStoryCalcalistComponenta .mediaArea .MediaCarousel,
.TopStoryCalcalistWideComponenta .mediaArea .MediaCarousel {
  background: #EBEBEB;
  display: flex;
  order: 1;
}
.TopStoryCalcalistComponenta .mediaArea .MediaCarousel .EditableVideo > img,
.TopStoryCalcalistWideComponenta .mediaArea .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.TopStoryCalcalistComponenta .mediaArea .MediaCarousel .mediaItems,
.TopStoryCalcalistWideComponenta .mediaArea .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.TopStoryCalcalistComponenta .mediaArea .MediaCarousel .mediaItems a,
.TopStoryCalcalistWideComponenta .mediaArea .MediaCarousel .mediaItems a {
  display: flex;
  height: 100%;
}
.TopStoryCalcalistComponenta .mediaArea .MediaCarousel .mediaItems .SiteImageMedia,
.TopStoryCalcalistWideComponenta .mediaArea .MediaCarousel .mediaItems .SiteImageMedia {
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
}
.TopStoryCalcalistComponenta .mediaArea .MediaCarousel .mediaItems .SiteImageMedia:hover,
.TopStoryCalcalistWideComponenta .mediaArea .MediaCarousel .mediaItems .SiteImageMedia:hover {
  transform: scale(1.05);
}
.TopStoryCalcalistComponenta .mediaArea .MediaCarousel .galleryArrow,
.TopStoryCalcalistWideComponenta .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);
}
.TopStoryCalcalistComponenta .mediaArea .MediaCarousel .galleryArrow:disabled,
.TopStoryCalcalistWideComponenta .mediaArea .MediaCarousel .galleryArrow:disabled {
  display: none;
}
.TopStoryCalcalistComponenta .mediaArea .MediaCarousel .galleryArrow:after,
.TopStoryCalcalistWideComponenta .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;
}
.TopStoryCalcalistComponenta .mediaArea .MediaCarousel .numberOfMedia,
.TopStoryCalcalistWideComponenta .mediaArea .MediaCarousel .numberOfMedia {
  display: none;
}
.TopStoryCalcalistComponenta .mediaArea .MediaCarousel .scrollRightBtn,
.TopStoryCalcalistWideComponenta .mediaArea .MediaCarousel .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.TopStoryCalcalistComponenta .mediaArea .MediaCarousel .scrollRightBtn:after,
.TopStoryCalcalistWideComponenta .mediaArea .MediaCarousel .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.TopStoryCalcalistComponenta .mediaArea .MediaCarousel .scrollLeftBtn,
.TopStoryCalcalistWideComponenta .mediaArea .MediaCarousel .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.TopStoryCalcalistComponenta .mediaArea .MediaCarousel .scrollLeftBtn:after,
.TopStoryCalcalistWideComponenta .mediaArea .MediaCarousel .scrollLeftBtn:after {
  left: 0;
}
.TopStoryCalcalistComponenta .mediaArea .media-enter,
.TopStoryCalcalistWideComponenta .mediaArea .media-enter {
  opacity: 0.5;
  z-index: 1;
}
.TopStoryCalcalistComponenta .mediaArea .media-enter.media-enter-active,
.TopStoryCalcalistWideComponenta .mediaArea .media-enter.media-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.TopStoryCalcalistComponenta .mediaArea .media-leave,
.TopStoryCalcalistWideComponenta .mediaArea .media-leave {
  opacity: 1;
  z-index: 1;
}
.TopStoryCalcalistComponenta .mediaArea .media-leave.media-enter-leave,
.TopStoryCalcalistWideComponenta .mediaArea .media-leave.media-enter-leave {
  opacity: 0.5;
  transition: opacity 300ms ease-in;
}
.TopStoryCalcalistComponenta .mediaArea .iconOnPoster,
.TopStoryCalcalistWideComponenta .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;
}
.TopStoryCalcalistComponenta .mediaArea .iconOnPoster.big,
.TopStoryCalcalistWideComponenta .mediaArea .iconOnPoster.big {
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
  top: calc(50% - 33px);
  right: calc(50% - 33px);
}
.TopStoryCalcalistComponenta .mediaArea .iconOnPoster.small,
.TopStoryCalcalistWideComponenta .mediaArea .iconOnPoster.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.TopStoryCalcalistComponenta .inEditMode .textDiv:hover,
.TopStoryCalcalistWideComponenta .inEditMode .textDiv:hover {
  overflow-y: auto;
}
.TopStoryCalcalistComponenta {
  height: 330px;
}
.TopStoryCalcalistComponenta .textDiv {
  padding: 0 15px;
  margin: 0px 0px 9px 0px;
  overflow: hidden;
  flex-grow: 1;
  padding-left: 20px;
}
.TopStoryCalcalistComponenta .textDiv a {
  text-decoration: none;
  max-width: 100%;
}
.TopStoryCalcalistComponenta .textDiv span {
  line-break: after-white-space;
}
.TopStoryCalcalistComponenta .textDiv .slotTitle {
  font-size: 35px;
  margin: 0px 0 7px 0;
}
.TopStoryCalcalistComponenta .iconOnLiveVideo {
  top: 10px ! important;
  bottom: inherit ! important;
}
.TopStoryCalcalistWideComponenta {
  height: auto;
}
.TopStoryCalcalistWideComponenta .inEditMode .textDiv {
  width: 100%;
  height: auto;
}
.TopStoryCalcalistWideComponenta .slotView {
  flex-wrap: wrap;
  display: flex;
}
.TopStoryCalcalistWideComponenta .textDiv {
  padding: 13px 15px 4px 0px;
  width: 100%;
  height: auto;
  left: 0;
  overflow: hidden;
}
.TopStoryCalcalistWideComponenta .textDiv .slotTitle {
  font-size: 39px;
  margin-bottom: 9px;
}
.TopStoryCalcalistWideComponenta .textDiv .slotSubTitle {
  margin-top: 2px;
  font-size: 16px;
  line-height: 17px;
}
.TopStoryCalcalistWideComponenta .textDiv a {
  text-decoration: none;
}
.TopStoryCalcalistWideComponenta .GalleryPaging {
  bottom: 54px;
  left: 16px;
}
.Ctech .slotView .textDiv {
  padding: 16px 20px 0 15px;
}
.Ctech .slotView .textDiv > *:not(:last-child) {
  margin-bottom: 9px ;
}
.Ctech .slotView .textDiv .rooftitle {
  min-height: 11px;
  font-family: 'RobotoSlab';
  font-size: 28px;
  line-height: 30px !important;
  height: fit-content !important;
  margin: 0 0 5px 0 !important;
}
.Ctech .slotView .textDiv .slotTitle {
  font-family: 'RobotoSlab';
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
}
.Ctech .slotView .textDiv .slotSubTitle {
  font-size: 18px;
  line-height: 25px;
}
.Ctech .slotView .textDiv .moreDetails {
  margin-bottom: 8px;
}
.Ctech .slotView .textDiv .moreDetails .dateView {
  margin: 0 5px 0 0;
  font-size: 14px;
  font-weight: normal;
}
.Ctech .slotView .textDiv .moreDetails .dateAuthorSeparator {
  display: none;
}
.TwentyFourSevenComponenta {
  display: flex;
  flex-direction: column;
  padding-bottom: 4px;
  background: #fff;
}
.TwentyFourSevenComponenta .TwentyFourSevenTab {
  height: 53px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: #C82027;
}
.TwentyFourSevenComponenta .TwentyFourSevenTab .icon-247 {
  width: 27px;
  height: 27px;
  background-image: url(https://www.calcalist.co.il/images/1280/icons/247-icon.png);
}
.TwentyFourSevenComponenta .TwentyFourSevenTab .mainTitleTab,
.TwentyFourSevenComponenta .TwentyFourSevenTab .mainTitleTab:hover {
  line-height: 30px;
  font-size: 29px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  text-decoration: none;
  color: #C82027;
  margin: 0 10px;
}
.TwentyFourSevenComponenta .TwentyFourSevenTab .mainTitleTab h3,
.TwentyFourSevenComponenta .TwentyFourSevenTab .mainTitleTab:hover h3 {
  font-size: 27px;
}
.TwentyFourSevenComponenta .TwentyFourSevenTab .titleTab,
.TwentyFourSevenComponenta .TwentyFourSevenTab .titleTab:hover {
  font-size: 16px;
  border-right: solid;
  border-width: 1px;
  padding-right: 9px;
  line-height: 21px;
  text-decoration: none;
  color: #C82027;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
}
.TwentyFourSevenComponenta .TwentyFourSevenTab .titleTab h3,
.TwentyFourSevenComponenta .TwentyFourSevenTab .titleTab:hover h3 {
  margin: 0;
  font-size: 16px;
}
.TwentyFourSevenComponenta .slotContentDiv {
  flex-grow: 1;
  display: flex;
  flex-shrink: 0;
}
.TwentyFourSevenComponenta .slotContentDiv .slotList {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ebebeb;
  margin: 0 14px;
  width: 100%;
  overflow: hidden;
}
.TwentyFourSevenComponenta .slotContentDiv .slotList a,
.TwentyFourSevenComponenta .slotContentDiv .slotList a:hover {
  text-decoration: none;
  color: inherit;
}
.TwentyFourSevenComponenta .slotContentDiv .slotList .slotView {
  height: 50px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
  align-items: center;
}
.TwentyFourSevenComponenta .slotContentDiv .slotList .slotView .dateView {
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #C82027;
  margin-left: 6px;
  display: inline-flex;
  float: right;
}
.TwentyFourSevenComponenta .slotContentDiv .slotList .slotView .slotTitle {
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  overflow: hidden;
  max-height: 36px;
  height: auto;
  flex-grow: 1;
}
.TwentyFourSevenComponenta .slotMore {
  font-size: 11px;
  font-weight: bold;
  padding: 4px 4px 0px 14px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.TwentyFourSevenComponenta .slotMore a,
.TwentyFourSevenComponenta .slotMore a:hover,
.TwentyFourSevenComponenta .slotMore span {
  text-decoration: none;
  color: #C82027;
}
.Ctech .TwentyFourSevenTab {
  font-size: 16px;
  margin: 14px 0 11px 14px;
  height: fit-content;
  display: flex;
  font-weight: normal;
  padding: 0;
}
.Ctech .TwentyFourSevenTab * {
  cursor: pointer;
}
.Ctech .TwentyFourSevenTab .mainTitleTab h3,
.Ctech .TwentyFourSevenTab .mainTitleTab:hover h3 {
  font-family: 'RobotoSlab';
  font-weight: normal;
  line-height: 34px;
  font-size: 28px;
  margin: 0;
}
.Ctech .TwentyFourSevenTab .titleTab,
.Ctech .TwentyFourSevenTab .titleTab:hover {
  border-right: unset;
  border-left: 1px solid #C82027;
  padding-right: unset;
}
.Ctech .TwentyFourSevenTab .titleTab h3,
.Ctech .TwentyFourSevenTab .titleTab:hover h3 {
  padding-left: 9px;
  font-size: 18px;
  font-family: 'RobotoSlab';
  font-weight: normal;
}
.Ctech .slotContentDiv .slotList {
  border-top: unset;
  margin: 4px 14px 0px 14px;
}
.Ctech .slotContentDiv .slotList a:last-child .slotView {
  border-bottom: unset;
}
.Ctech .slotContentDiv .slotList a,
.Ctech .slotContentDiv .slotList .slotView {
  height: 60px;
}
.Ctech .slotContentDiv .slotList .slotView {
  margin: 8px 0 0 0;
}
.Ctech .slotContentDiv .slotList .slotView .slotTitle {
  max-height: 44px;
  line-height: 22px;
  overflow: hidden;
  font-size: 14px;
}
.Ctech .slotContentDiv .slotList .slotView .slotTitle .dateView {
  float: left;
  margin: 0 15px 0 0;
  font-size: 16px;
  font-weight: normal;
  height: 30px;
  vertical-align: middle;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}
.Ctech .slotMore {
  cursor: pointer;
  margin: 9px 4px 15px 0;
  padding: 0;
}
.Ctech .slotMore span,
.Ctech .slotMore a {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 13px;
}
.Ctech .slotMore span .moreArrow,
.Ctech .slotMore a .moreArrow {
  margin-left: 5px;
}
.calcalistVideoGalleryVerticalComponenta.editMode .frame_forList {
  pointer-events: none;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper {
  position: relative;
  background-color: #fff;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab {
  background-color: #d01e25;
  color: #fff;
  margin-bottom: 10px;
  justify-content: flex-start !important;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  padding: 5px 15px 5px 0;
  font-family: 'ShualBold', 'Open Sans Hebrew', sans-serif;
  box-sizing: border-box;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .tabIcon {
  display: inline-block;
  background: 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='M2.63524 15H12.3648C14.1002 15 15 14.1002 15 12.3889V2.61114C15 0.891805 14.1002 0 12.3648 0H2.63524C0.899839 0 0 0.891805 0 2.61114V12.3889C0 14.1082 0.899839 15 2.63524 15ZM2.73166 13.4253C1.98447 13.4253 1.57472 13.0316 1.57472 12.2523V2.73969C1.57472 1.96036 1.98447 1.57472 2.73166 1.57472H12.2683C13.0075 1.57472 13.4253 1.96036 13.4253 2.73969V12.2523C13.4253 13.0316 13.0075 13.4253 12.2683 13.4253H2.73166ZM5.99357 10.6535L10.6133 7.93787C10.9588 7.73701 10.9507 7.25495 10.6133 7.0541L5.99357 4.33048C5.6481 4.12159 5.18211 4.29834 5.18211 4.69202V10.2919C5.18211 10.6856 5.61596 10.8784 5.99357 10.6535Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 15px;
  height: 15px;
  margin-inline-end: 7px;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .videoLink {
  text-decoration: none;
  color: #fff;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .closeBtn {
  background: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21.25 20.8098L2.44019 2' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M21.0598 2.19019L2.25 21' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 25px;
  height: 25px;
  position: fixed;
  top: 70px;
  z-index: 999999;
  cursor: pointer;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent {
  position: relative;
  overflow: hidden;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .arrowBtn {
  position: absolute;
  bottom: 145px;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border: 0;
  z-index: 10;
  cursor: pointer;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .arrowBtn:disabled {
  display: none;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .scrollLeft {
  left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 2.153c7.648 0 13.847 6.2 13.847 13.847 0 7.648-6.2 13.847-13.847 13.847-7.648 0-13.847-6.2-13.847-13.847 0-7.648 6.2-13.847 13.847-13.847zM30.597 16c0-8.062-6.535-14.597-14.597-14.597S1.403 7.938 1.403 16 7.938 30.597 16 30.597 30.597 24.062 30.597 16zm-14.846 6.402a.885.885 0 0 1-1.22.008l-5.967-5.67a1.013 1.013 0 0 1 0-1.48l5.968-5.67a.885.885 0 0 1 1.219.009.81.81 0 0 1-.01 1.175l-4.622 4.392h11.777c.476 0 .862.372.862.831 0 .46-.386.832-.862.832H11.113l4.629 4.397a.81.81 0 0 1 .009 1.176z' fill='%23fff'/%3E %3C/svg%3E");
  background-position: left center;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .scrollRight {
  right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 2.153c7.648 0 13.847 6.2 13.847 13.847 0 7.648-6.2 13.847-13.847 13.847-7.648 0-13.847-6.2-13.847-13.847 0-7.648 6.2-13.847 13.847-13.847zM30.597 16c0-8.062-6.535-14.597-14.597-14.597S1.403 7.938 1.403 16 7.938 30.597 16 30.597 30.597 24.062 30.597 16zm-14.846 6.402a.885.885 0 0 1-1.22.008l-5.967-5.67a1.013 1.013 0 0 1 0-1.48l5.968-5.67a.885.885 0 0 1 1.219.009.81.81 0 0 1-.01 1.175l-4.622 4.392h11.777c.476 0 .862.372.862.831 0 .46-.386.832-.862.832H11.113l4.629 4.397a.81.81 0 0 1 .009 1.176z' fill='%23fff'/%3E %3C/svg%3E");
  background-position: right center;
  transform: rotate(180deg);
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView {
  display: flex !important;
  overflow: hidden;
  justify-content: center;
  width: 176px;
  height: 320px;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 1px 3px 0 rgba(218, 218, 221, 0.8);
  margin-left: 16px;
  position: relative;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView:last-child {
  margin-left: 0 !important;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.8) 100%);
  left: 50%;
  transform: translateX(-50%);
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView.hovered .contentDiv {
  animation: fadeOut 2.5s ease forwards;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea {
  position: relative;
  overflow: hidden;
  width: 176px;
  height: 320px;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea img {
  width: 176px;
  height: 320px;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .promoVideo {
  width: 176px;
  height: 320px;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  z-index: 1;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoTitle {
  text-align: right;
  margin: 0 11px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration {
  margin: 12px 0 15px 15px;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.12px;
  direction: ltr;
  display: flex;
  align-items: center;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration .durationLogo {
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.57395 3.70921L1.42013 0.142658C1.1361 -0.0475526 0.757408 -0.0475526 0.473376 0.142658C0.189344 0.332901 0 0.6182 0 0.951076V8.0366C0 8.36948 0.189344 8.70235 0.473376 8.84502C0.615392 8.94011 0.804736 8.98765 0.946752 8.98765C1.08877 8.98765 1.27811 8.94011 1.42013 8.84502L7.52662 5.27847C7.81066 5.08826 8 4.80293 8 4.47005C8 4.13717 7.85798 3.85187 7.57395 3.70921Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 7px;
  height: 8px;
  margin-inline-end: 5px;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  right: 0;
  z-index: 99999;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: hidden;
  align-content: flex-start;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: unset;
  flex-grow: 1;
  overflow: hidden;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
  margin-top: 10px;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track {
  display: flex;
  height: 100%;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem {
  display: flex !important;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 714px;
  cursor: pointer;
  overflow: initial;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 5px;
  opacity: 0;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .shareBtnWrapper {
  background-color: #fff;
  border-radius: 50%;
  z-index: 9;
  margin: 0 22px 10px 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .shareBtnWrapper .shareBtn {
  background: url("data:image/svg+xml,%3Csvg width='23' height='20' viewBox='0 0 23 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group'%3E %3Cpath id='Vector' d='M16.0768 17.3807H2.88722C2.68858 17.3807 2.52606 17.2087 2.52606 16.9985V3.63949C2.52606 3.42927 2.68858 3.25726 2.88722 3.25726H12.429C12.6277 3.25726 12.7902 3.08526 12.7902 2.87503V1.95386C12.7902 1.74363 12.6277 1.57162 12.429 1.57162H1.72971C1.28909 1.57162 0.93335 1.94812 0.93335 2.41444V18.2235C0.93335 18.6879 1.28909 19.0663 1.72971 19.0663H17.2343C17.6731 19.0663 18.0306 18.6898 18.0306 18.2235V12.2015C18.0306 11.9912 17.8681 11.8192 17.6695 11.8192H16.7991C16.6004 11.8192 16.4379 11.9912 16.4379 12.2015V16.9985C16.4379 17.2087 16.2754 17.3807 16.0768 17.3807Z' fill='black' stroke='%23F5F5F5' stroke-width='0.5'/%3E %3Cpath id='Vector_2' d='M17.5069 0.95893C17.4346 0.897774 17.3281 0.953197 17.3281 1.05067V2.65603C17.3281 2.71337 17.2884 2.76115 17.2342 2.7707C8.65124 4.16585 8.68916 12.4966 8.94378 15.2486C8.95642 15.3843 9.13881 15.3881 9.16047 15.2544C10.2169 8.53474 16.3259 7.78366 17.2197 7.70912C17.2793 7.70339 17.3335 7.75117 17.3371 7.81615L17.4635 9.42343C17.4707 9.51707 17.5755 9.56485 17.6441 9.5037L22.415 5.27814C22.4854 5.21507 22.4836 5.1004 22.4114 5.04115L17.5069 0.95893Z' fill='black'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
  width: 23px;
  height: 23px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper {
  background-color: #fff;
  width: 55px;
  height: 195px;
  transform: translateX(-20%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .mediaShareIcon {
  width: 32px;
  height: 32px;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .twitter {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Bright Style Guide / Icons / 20px / X-Twitter / Negative'%3E %3Cpath id='Vector' d='M30.0001 14.9558C29.3833 35.0038 0.629296 35.0257 0.00012207 14.9558C0.336371 -4.98353 29.6658 -4.98702 30.0001 14.9558Z' fill='black'/%3E %3Cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M15.9071 13.3513L14.3391 11.0783L14.3364 11.0744C13.2244 9.46228 12.0681 7.78585 11.8708 7.5H7.48181C8.9908 9.70747 11.2691 13.0405 13.4516 16.2338L7.74182 22.9362H9.13408C9.41201 22.6096 12.6483 18.8033 14.0671 17.1343L18.0325 22.9364H22.5185L16.5236 14.2452L16.5235 14.245L22.258 7.5H20.8919C20.6197 7.81929 17.3372 11.6724 15.9071 13.3513ZM15.8307 14.9622L11.3578 8.47773H9.33389L11.8817 12.2052L14.1084 15.4629L14.1084 15.4629L14.7233 16.3623L14.7232 16.3625L14.7232 16.3626L14.7237 16.3631L18.549 21.9592H20.6571L15.8678 15.0161L15.8307 14.9622Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .facebook {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Bright Style Guide / Icons / 20px / Facebook / Negative'%3E %3Cpath id='Vector' d='M29.9977 15.0003C29.9977 22.0286 25.1638 27.9282 18.6386 29.5541V19.9384H22.6662L23.3088 15.2416H18.6398V11.7243C18.6398 10.7496 19.4279 9.96269 20.4027 9.96269H23.4567V5.8247H18.5149C15.9228 5.8247 13.8217 7.92581 13.8217 10.518V15.2427H9.75521V19.9397H13.8217V29.9554C13.2809 29.913 12.7487 29.8427 12.2261 29.7445C5.26684 28.4436 0.00012207 22.3378 0.00012207 15.0015C0.00012207 6.71703 6.71569 0.00146484 15.0001 0.00146484C23.2846 0.00146484 30.0001 6.71703 30.0001 15.0015L29.9977 15.0003Z' fill='black'/%3E %3Cpath id='Vector_2' d='M18.6386 11.7243V15.2415H23.3076L22.665 19.9384H18.6374V29.554C18.11 29.6862 17.5717 29.7893 17.0237 29.8632C16.3617 29.953 15.6852 29.999 14.9977 29.999C14.6013 29.999 14.2084 29.9833 13.8205 29.9542V19.9384H9.75403V15.2415H13.8205V10.5167C13.8205 7.92454 15.9216 5.82343 18.5137 5.82343H23.4555V9.96141H20.4015C19.4267 9.96141 18.6386 10.7507 18.6386 11.7243Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .whatsapp {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Bright Style Guide / Icons / 20px / WhatsApp / Negative'%3E %3Cpath id='Vector' d='M30.0001 14.9988C30.0001 22.5958 24.3527 28.8737 17.0261 29.863C16.3641 29.9527 15.6876 29.9988 15.0001 29.9988C14.052 29.9988 13.1245 29.9115 12.2261 29.743C5.26687 28.4421 0.00012207 22.3363 0.00012207 15C0.00012207 6.71557 6.71569 0 15.0001 0C23.2846 0 30.0001 6.71557 30.0001 15V14.9988Z' fill='black'/%3E %3Cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M22.1049 8.06532C22.9936 8.95402 23.692 9.98944 24.1793 11.1424H24.1806C24.6861 12.3367 24.942 13.6048 24.942 14.9118C24.942 16.2188 24.6861 17.487 24.1806 18.6812C23.6932 19.8342 22.9948 20.8696 22.1061 21.7583C21.2174 22.647 20.182 23.3454 19.029 23.8328C17.8348 24.3384 16.5666 24.5942 15.2596 24.5942C13.4495 24.5942 11.6939 24.0935 10.1638 23.1441L6.06708 24.2183L7.1619 20.2198C6.12407 18.64 5.57605 16.8117 5.57605 14.9118C5.57605 13.6048 5.83187 12.3367 6.33745 11.1424C6.82484 9.98944 7.52318 8.95402 8.41188 8.06532C9.30058 7.17662 10.336 6.47828 11.489 5.99089C12.6832 5.48532 13.9514 5.22949 15.2584 5.22949C16.5654 5.22949 17.8336 5.48532 19.0278 5.99089C20.1808 6.47828 21.2162 7.17662 22.1049 8.06532ZM10.6064 21.9681C11.9885 22.8811 13.5962 23.3636 15.2572 23.3636L15.2584 23.366C19.9189 23.366 23.7102 19.5748 23.7102 14.9143C23.7102 10.2537 19.9189 6.46251 15.2584 6.46251C10.5979 6.46251 6.80664 10.2537 6.80664 14.9143C6.80664 16.6565 7.33526 18.332 8.3343 19.7578L8.50038 19.9943L7.8178 22.4882L10.3772 21.8166L10.6064 21.9681ZM18.4798 16.4904L19.4085 17.0409H19.4073C19.5819 17.1439 19.6728 17.35 19.6194 17.5452C19.5261 17.8871 19.3418 18.2084 19.069 18.4703C18.8314 18.6983 18.5513 18.8559 18.2555 18.9468C17.9839 19.0305 17.6977 19.0547 17.4177 19.0208H17.4128C17.1461 19.0086 16.8479 18.9444 16.5278 18.8316C15.5785 18.4946 14.446 17.7308 13.4155 16.6566C12.3849 15.5824 11.6672 14.4196 11.3689 13.457C11.2695 13.1333 11.2174 12.8314 11.2162 12.5647V12.5598C11.1931 12.2785 11.2295 11.9936 11.3241 11.7256C11.4259 11.4335 11.5957 11.1607 11.8333 10.9328C12.1073 10.6697 12.4359 10.4987 12.7802 10.4199C12.9766 10.375 13.1791 10.4745 13.2749 10.6527L13.7865 11.602L13.875 11.7657L14.1587 12.2919C14.2569 12.4725 14.2218 12.6968 14.0726 12.8399C13.635 13.2606 13.4495 13.8462 13.5198 14.4063C13.5205 14.4107 13.5212 14.4152 13.5218 14.4197C13.5272 14.4545 13.5329 14.4906 13.5404 14.5239C13.6046 14.8622 13.7635 15.1859 14.0193 15.4514L14.6425 16.1013C14.8983 16.3668 15.2147 16.5402 15.5494 16.6178C15.5869 16.6287 15.6257 16.6359 15.6657 16.642C16.2235 16.7378 16.8163 16.5753 17.254 16.1546C17.4019 16.0128 17.6286 15.9861 17.8056 16.0916L18.3197 16.3959L18.4798 16.4904Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .frontCopyButton-pf {
  background: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Link'%3E %3Cpath id='Vector' d='M22.7482 10.0388C22.7133 11.2511 22.2149 12.4037 21.3555 13.2595L18.3308 16.286C17.8902 16.7289 17.3662 17.0801 16.7891 17.3191C16.2119 17.5582 15.593 17.6804 14.9683 17.6787H14.9639C14.3286 17.6782 13.6997 17.5504 13.1145 17.3029C12.5294 17.0553 11.9997 16.693 11.5569 16.2373C11.1142 15.7816 10.7672 15.2418 10.5365 14.6497C10.3059 14.0577 10.1962 13.4254 10.214 12.7903C10.2192 12.6056 10.2975 12.4306 10.4318 12.3036C10.566 12.1767 10.7452 12.1083 10.9299 12.1135C11.1146 12.1187 11.2896 12.1971 11.4166 12.3313C11.5435 12.4656 11.6119 12.6448 11.6067 12.8295C11.594 13.2785 11.6715 13.7256 11.8345 14.1442C11.9975 14.5629 12.2428 14.9446 12.5559 15.2668C12.8689 15.589 13.2434 15.8452 13.6572 16.0203C14.0709 16.1953 14.5156 16.2857 14.9648 16.286C15.4064 16.2871 15.8439 16.2007 16.2519 16.0317C16.66 15.8627 17.0305 15.6145 17.342 15.3015L20.3667 12.2767C20.9908 11.6448 21.3395 10.7916 21.3367 9.9035C21.334 9.01536 20.9799 8.16439 20.3519 7.53638C19.7239 6.90837 18.8729 6.55432 17.9848 6.55154C17.0966 6.54876 16.2435 6.89748 15.6115 7.52154L14.6541 8.47902C14.5224 8.6041 14.3471 8.6728 14.1655 8.67048C13.9839 8.66815 13.8105 8.59499 13.6821 8.46658C13.5536 8.33817 13.4805 8.16468 13.4782 7.9831C13.4758 7.80152 13.5445 7.62621 13.6696 7.49456L14.6271 6.53708C15.0688 6.09519 15.5933 5.74465 16.1705 5.50549C16.7478 5.26633 17.3665 5.14323 17.9913 5.14323C18.6161 5.14323 19.2348 5.26633 19.8121 5.50549C20.3893 5.74465 20.9138 6.09519 21.3555 6.53708C21.8131 6.99576 22.1725 7.54276 22.4119 8.14476C22.6514 8.74677 22.7658 9.39121 22.7482 10.0388ZM11.3455 18.5195L10.3881 19.477C10.0758 19.7913 9.70411 20.0405 9.29467 20.21C8.88523 20.3794 8.44619 20.4658 8.00307 20.464C7.33832 20.4635 6.68865 20.266 6.13613 19.8963C5.58362 19.5267 5.15306 19.0016 4.89885 18.3874C4.64465 17.7732 4.57821 17.0974 4.70793 16.4454C4.83765 15.7934 5.1577 15.1945 5.62766 14.7244L8.6472 11.6996C9.12279 11.2215 9.73115 10.8975 10.3933 10.7696C11.0554 10.6416 11.7407 10.7158 12.3602 10.9823C12.9796 11.2489 13.5046 11.6955 13.8669 12.2643C14.2293 12.833 14.4123 13.4976 14.3921 14.1717C14.3869 14.3564 14.4553 14.5355 14.5822 14.6698C14.7091 14.8041 14.8841 14.8824 15.0688 14.8876C15.2535 14.8928 15.4327 14.8244 15.567 14.6975C15.7012 14.5706 15.7796 14.3955 15.7848 14.2108C15.8015 13.5642 15.6867 12.9209 15.4473 12.32C15.2079 11.7191 14.8489 11.1731 14.3921 10.7152C13.5 9.82352 12.2904 9.32263 11.0291 9.32263C9.76788 9.32263 8.55825 9.82352 7.66621 10.7152L4.64319 13.7399C3.97838 14.4045 3.52548 15.2512 3.34173 16.173C3.15797 17.0949 3.25161 18.0505 3.61081 18.9192C3.97001 19.7879 4.57865 20.5305 5.35981 21.0534C6.14097 21.5762 7.0596 21.8558 7.99959 21.8567C8.62445 21.8585 9.24346 21.7364 9.82079 21.4973C10.3981 21.2583 10.9223 20.9071 11.363 20.464L12.3204 19.5066C12.4331 19.3738 12.492 19.2037 12.4854 19.0297C12.4789 18.8557 12.4074 18.6905 12.285 18.5666C12.1627 18.4427 11.9983 18.3691 11.8244 18.3604C11.6505 18.3517 11.4797 18.4085 11.3455 18.5195Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
  width: 34px !important;
  height: 34px !important;
  background-color: #000;
  border-radius: 50%;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .copyPopup {
  top: unset;
  left: unset;
  bottom: -30px;
  right: 0px;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .imageArea {
  position: relative;
  overflow: hidden;
  width: 273px;
  height: 491px;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .imageArea img {
  width: 273px;
  height: 491px;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .imageArea .promoVideo {
  width: 273px;
  height: 491px;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv {
  position: absolute;
  bottom: 70px;
  right: 0;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoTitle {
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoSubtitle {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.22;
  text-align: right;
  transition: all 0.2s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoSubtitle.close {
  -webkit-line-clamp: 1;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoSubtitle:hover {
  color: rgba(255, 255, 255, 0.8);
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoLink {
  font-size: 12px;
  border-radius: 2px;
  margin: 10px 0;
  transition: all 0.2s ease;
  font-weight: normal;
  width: 121px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #121212;
  background-color: #f5f5f5;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoLink:hover {
  color: #f5f5f5;
  background-color: #121212;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-logo {
  display: none;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui {
  background-image: none;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-header .fp-fullscreen,
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-middle::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.8) 100%);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls {
  margin-bottom: 25px;
  position: relative;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-qsel,
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-small-play,
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-small-pause {
  display: none;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-color {
  background-color: red;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered ~ .contentDiv,
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv:hover {
  opacity: 1;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered ~ .shareArea {
  opacity: 1;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch,
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch {
  opacity: 1 !important;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-play,
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play,
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-play.is-small,
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play.is-small {
  width: 170px !important;
  height: 170px !important;
  opacity: 0.6;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-pause,
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-pause {
  display: none !important;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-paused .fp-middle::after,
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-paused .fp-middle::after {
  opacity: 1;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch,
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch {
  opacity: 1 !important;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch .fp-pause,
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-pause {
  width: 200px !important;
  height: 200px !important;
  opacity: 0.6;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch .fp-play,
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play {
  display: none !important;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-playing .fp-middle::after,
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem:hover .fp-togglable {
  opacity: 1 !important;
  display: flex !important;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem:hover .fp-middle::after {
  opacity: 1 !important;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem:hover .shareArea {
  opacity: 1;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .contentDiv {
  animation: fade 2s ease-in-out !important;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow {
  position: absolute;
  bottom: 390px;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 35px;
  height: 50px;
  border: 0;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickNext {
  right: calc(50% - 300px);
  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");
  background-position: right center;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickPrev {
  right: calc(50% + 265px);
  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");
  background-position: left center;
}
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickDisabled {
  display: none !important;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.leftAndRightTransitionAnimation,
.calcalistVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.videoArchiveComponenta {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.videoArchiveComponenta .separator {
  height: 30px;
  width: 100%;
  background-color: #ebebeb;
}
.videoArchiveComponenta .mainVideo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
}
.videoArchiveComponenta .mainVideo .mainVideoWrapper {
  width: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
}
.videoArchiveComponenta .mainVideo .mainVideoWrapper .videoMediaContainer {
  width: 100% !important;
  height: unset !important;
}
.videoArchiveComponenta .mainVideo .mainVideoStrip {
  display: flex;
  align-items: center;
  height: 30px;
  width: 99%;
  font-size: 14px;
  background-color: #272727;
  color: #fff;
  padding-right: 9px;
}
.videoArchiveComponenta .mainVideo .videoText {
  padding: 20px 15px 3px 25px;
  display: flex;
  justify-content: flex-start;
}
.videoArchiveComponenta .mainVideo .videoText .textRight {
  font-family: 'ShualBold';
  width: 33%;
}
.videoArchiveComponenta .mainVideo .videoText .textRight .mainVideoTitle {
  color: #000;
  font-size: 32px;
  margin-bottom: 5px;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: bold;
  line-height: 32px;
  word-wrap: break-word;
  text-decoration: none;
}
.videoArchiveComponenta .mainVideo .videoText .textRight .mainVideoDate {
  font-size: 20px;
  font-weight: bold;
  color: #969696;
}
.videoArchiveComponenta .mainVideo .videoText .textLeft {
  width: 67%;
  padding: 5px 30px 0 0;
  font-family: 'Open Sans Hebrew', 'Arial (Hebrew)', 'David (Hebrew)', 'Courier New (Hebrew)';
}
.videoArchiveComponenta .mainVideo .videoText .textLeft .mainVideoSubTitle {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
  word-wrap: break-word;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
.videoArchiveComponenta .mainVideo .videoText .textLeft .mainVideoAuthor {
  font-size: 12px;
}
.videoArchiveComponenta .filters {
  font-family: 'ShualBold';
  display: flex;
  margin: 20px 0;
  padding-right: 15px;
}
.videoArchiveComponenta .filters .CtechChannelMenu {
  margin-left: 20px;
}
.videoArchiveComponenta .filters .CtechDatePickerMenu {
  z-index: 100;
}
.videoArchiveComponenta .bottomSeparator {
  border-bottom: 4px #21218f solid;
  margin: 0 15px;
}
.videoArchiveComponenta .videoMain {
  width: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  padding-right: 13px;
}
.videoArchiveComponenta .videoMain .mainTitle {
  font-size: 32px;
  color: #21218f;
  font-weight: bold;
  margin: 14px 0 10px 0;
  font-family: 'ShualBold', 'Open Sans Hebrew', sans-serif;
}
.videoArchiveComponenta .videoMain .noResultsMsg {
  display: block;
  clear: both;
  padding: 82px 0px 0px calc(410px);
  font-size: 17px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  color: #21218f;
}
.videoArchiveComponenta .videoMain .slotList {
  display: flex;
  flex-wrap: wrap;
}
.videoArchiveComponenta .videoMain .slotList .slotItem {
  display: flex;
  flex-direction: column;
  width: 270px;
  height: 230px;
  flex: 1 0 30%;
  margin-bottom: 20px;
}
.videoArchiveComponenta .videoMain .slotList .slotItem .mediaArea {
  overflow: hidden;
  position: relative;
  margin-top: 7px;
  width: 100%;
}
.videoArchiveComponenta .videoMain .slotList .slotItem .mediaArea .MediaCarousel {
  position: relative;
}
.videoArchiveComponenta .videoMain .slotList .slotItem .mediaArea .MediaCarousel img {
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}
.videoArchiveComponenta .videoMain .slotList .slotItem .mediaArea .MediaCarousel img:hover {
  transform: none;
}
.videoArchiveComponenta .videoMain .slotList .slotItem .mediaArea .ShareMenu {
  position: absolute;
  bottom: 0;
  left: 17px;
  z-index: 20;
}
.videoArchiveComponenta .videoMain .slotList .slotItem .mediaArea .ShareMenu .shareBtnsBox {
  position: absolute;
  bottom: 30px;
  left: 13px;
}
.videoArchiveComponenta .videoMain .slotList .slotItem .mediaArea .ShareMenu .toggleShareButtons {
  left: 10px;
}
.videoArchiveComponenta .videoMain .slotList .slotItem .textDiv {
  padding: 0;
  text-decoration: none;
  color: inherit;
  margin-left: 20px;
  overflow: hidden;
}
.videoArchiveComponenta .videoMain .slotList .slotItem .textDiv .slotTitle {
  font-size: 20px;
  line-height: 20px;
  max-height: 84px;
  font-weight: bold;
  font-family: 'ShualBold';
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.videoArchiveComponenta .videoMain .slotList .slotItem .textDiv .slotSubTitle {
  margin-top: 6px;
  line-height: 21px;
  font-size: 16px;
  max-height: 64px;
  overflow: hidden;
}
.videoArchiveComponenta .videoMain .slotList .slotItem .textDiv .moreDetails {
  margin: 0;
  display: flex;
  align-items: center;
}
.videoArchiveComponenta .videoMain .slotList .slotItem .textDiv .moreDetails .dateView {
  margin: 5px 0;
  font-size: 21px;
  color: #969696 !important;
  font-family: 'RobotoLight';
}
.videoArchiveComponenta .videoMain .slotList .slotItem .textDiv .moreDetails .dateView .ctechDate {
  margin: 0;
}
.videoArchiveComponenta .videoMain .slotList .slotItem .textDiv .moreDetails .author {
  margin: 0 0 0 4px;
  line-height: 19px;
  font-size: 12px;
  color: #696969;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 1;
}
.videoArchiveComponenta .videoMain .loadMore {
  display: block;
  width: 96%;
  min-height: 37px;
  padding-top: 5px;
}
.videoArchiveComponenta .videoMain .loadMore .loadMoreButton {
  display: flex;
  align-self: center;
  background: transparent;
  border: 2px solid #21218f;
  font-size: 27px;
  padding: 8px 0px;
  margin-right: 5px;
  cursor: pointer;
  font-weight: bold;
  line-height: 38px;
  width: 100%;
  justify-content: center;
  color: #21218f;
  font-family: 'ShualRegular';
  margin-bottom: 37px;
}
.videoArchiveComponenta .videoMain .loadMore .loadMoreButton:disabled {
  visibility: hidden;
}
.videoArchiveComponenta .videoMain .loadMore .loadMoreButton.loading {
  border: 2px solid rgba(33, 33, 143, 0.527);
  color: rgba(33, 33, 143, 0.527);
}
.CalcalistVideoLiveComponenta {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-sizing: border-box;
}
.CalcalistVideoLiveComponenta .videoPoster[style] {
  width: 300px ! important;
  height: 200px ! important;
}
.CalcalistVideoLiveComponenta .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.CalcalistVideoLiveComponenta .content .mediaArea {
  width: 300px;
  height: 169px;
  margin: auto;
  overflow: hidden;
}
.CalcalistVideoLiveComponenta .content .videoInfoText {
  font-size: 21px;
  max-height: 45px;
  font-weight: bold;
  overflow: hidden;
  line-height: 1;
  margin: 7px 7px 7px 12px;
}
.CalcalistVideoLiveComponenta .content .videoInfoText > *,
.CalcalistVideoLiveComponenta .content .videoInfoText a:hover {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
}
.VideoTab {
  line-height: 30px;
  flex-shrink: 0;
  font-size: 28px;
  margin: 0px 14px 10px 0px;
  padding-top: 14px;
  overflow: hidden;
  box-sizing: border-box;
  font-family: 'ShualBold', 'Open Sans Hebrew', sans-serif;
  display: flex;
}
.VideoTab .icon-video {
  width: 30px;
  height: 30px;
  background-image: url(https://www.calcalist.co.il/images/1280/icons/tv-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.VideoTab .titleLink,
.VideoTab .titleLink:hover {
  display: flex;
  text-decoration: none;
}
.VideoTab .titleLink span,
.VideoTab .titleLink:hover span {
  margin-right: 10px;
}
.videoPageMainComponenta .displayVideoOnly {
  margin-top: 20px;
}
.videoPageMainComponenta .videoPageMain .videoPageMainCategory {
  font-size: 17px;
  font-weight: 800;
  margin: 15px 0;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTitle {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 15px;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails {
  color: #78787b;
  display: flex;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails .videoPageMainCredit {
  font-weight: 340;
  font-size: 17px;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails .separator {
  background-color: #78787b;
  margin: 0 6px;
  width: 2px;
  height: 17px;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails .DateDisplay {
  font-size: 13px;
  line-height: 17px;
}
.videoPageMainComponenta .videoPageMain #player {
  background-size: contain;
}
.YnetFlashListComponenta {
  display: flex;
  flex-direction: column;
  padding: 14px 11px 0px;
  background: #fff;
  box-sizing: border-box;
}
.YnetFlashListComponenta .TabOfList {
  height: 39px;
  box-sizing: border-box;
  color: #FE0001;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  text-decoration: none;
  padding-bottom: 11px;
}
.YnetFlashListComponenta .TabOfList:hover {
  text-decoration: none;
  color: #FE0001;
}
.YnetFlashListComponenta .TabOfList .mainTitleText {
  padding-right: 37px;
  background: transparent url(//www.calcalist.co.il//images/1280/icons/ynet.png) no-repeat right center / 27px 27px;
  padding-left: 6px;
  font-size: 29px;
  font-weight: bold;
}
.YnetFlashListComponenta .TabOfList .sep_line {
  font-weight: 100;
  font-size: 25px;
  font-family: auto;
}
.YnetFlashListComponenta .TabOfList .subTitleText {
  font-size: 16px;
  padding-right: 9px;
}
.YnetFlashListComponenta .contentList {
  display: flex;
  height: 204px;
  flex-shrink: 0;
  overflow: hidden;
}
.YnetFlashListComponenta .contentList .slick-list {
  width: 100%;
}
.YnetFlashListComponenta .contentList .slick-slide,
.YnetFlashListComponenta .contentList .slick-slide:hover,
.YnetFlashListComponenta .contentList .slick-slide:focus {
  border: 0 ! important;
  outline: 0;
}
.YnetFlashListComponenta .contentList .slotView[style] {
  border-bottom: 1px solid #ebebeb;
  height: 50px;
  padding: 8px 0;
  box-sizing: border-box;
  display: flex ! important;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
}
.YnetFlashListComponenta .contentList .slotView[style] .itemTitle {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  flex-grow: 1;
  direction: rtl;
  margin-right: 6px;
  max-height: 36px;
  overflow: hidden;
}
.YnetFlashListComponenta .contentList .slotView[style] .itemDate {
  color: #FE0001;
  align-items: flex-start;
  font-size: 12px;
  line-height: 18px;
}
.YnetFlashListComponenta .bottomLink {
  font-size: 11px;
  font-weight: bold;
  margin: 6px 10px;
  color: #FE0001;
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
}
.YnetFlashListComponenta .bottomLink:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .calcalist.blog_article .article-body-calcalist {
    margin-top: initial !important;
  }
  .calcalist.blog_article .article-body-calcalist .calcalistArticleComponenta {
    top: 0 !important;
  }
  .calcalist.blog_article .calcalistArticleComponenta {
    width: 100% !important;
    padding: 0 !important;
    top: 0 !important;
  }
  .calcalist.blog_article .text_editor_paragraph {
    font-size: 1.125rem !important;
  }
  .calcalist.blog_article #calcalistArticleHeader {
    display: none !important;
  }
  .calcalist.blog_article .calcalistArticleTopSpace,
  .calcalist.blog_article .art-action-wrp {
    display: none !important;
  }
  .calcalist.blog_article #ArticleBodyComponent {
    background-color: transparent !important;
    padding: 0 0.75rem !important;
  }
  .calcalist.blog_article .ArticleTagsComponent {
    margin: 0 !important;
    background: #121212 !important;
    width: 100% !important;
    border: none !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .calcalist.blog_article .ArticleTagsComponent .tagsLabel {
    font-size: 1.875vw !important;
  }
  .calcalist.blog_article .ArticleTagsComponent .tagWrapperContainer .tagWrapper .tagName {
    font-size: 1rem !important;
  }
  .calcalist.blog_article .ArticleTagsComponent .tagWrapperContainer .tagWrapper .tagName a {
    color: #ffffff !important;
    text-decoration-color: #ffffff !important;
  }
  .calcalist.blog_article .blogs-auto-feed-header-wrapper .postsSorter_title {
    display: none !important;
  }
  .calcalist.blog_article .blogs-auto-feed-header-wrapper .orderCheckBoxes {
    margin-left: 0.75rem !important;
  }
  .calcalist.blog_article .blogs-auto-feed-header-wrapper .orderCheckBoxes .switch_wrapper {
    font-size: 1.0625rem !important;
    margin: 0.96875rem 0 !important;
    gap: 1.2625rem !important;
  }
  .calcalist.blog_article .blogs-auto-feed-header-wrapper .orderCheckBoxes .switch_wrapper .switch {
    width: 8.90625vw !important;
    height: 5.1875vw !important;
  }
  .calcalist.blog_article .blogs-auto-feed-header-wrapper .orderCheckBoxes .switch_wrapper .switch input:checked + .slider:before {
    transform: translateX(4vw) !important;
  }
  .calcalist.blog_article .blogs-auto-feed-header-wrapper .orderCheckBoxes .switch_wrapper .switch .slider::before {
    width: 3.7625vw !important;
    height: 3.7625vw !important;
    bottom: 0.3vh !important;
  }
  .calcalist.blog_article .article-blog-componenta-wrapper {
    margin-bottom: 1.5625vw !important;
    padding: 1.5625vw !important;
  }
  .calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper {
    padding: 1.5625vw !important;
  }
  .calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .audio-podcast-player {
    width: initial !important;
    margin: initial !important;
    margin-bottom: 0.78125vw !important;
  }
  .calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .audio-podcast-player-container .podcast-container-details {
    width: initial;
  }
  .calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .title-row .title-section h3 {
    max-width: 100% !important;
    line-height: 0.95;
    margin-bottom: 0.875rem ! important;
  }
  .calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .title-row .title-section .socialWrapper {
    display: none !important;
  }
  .calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .title-row .author-date-section {
    font-size: 1rem !important;
    gap: 0.5rem !important;
  }
  .calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .title-row .author-date-section .socialWrapperMobile {
    display: initial !important;
    background-repeat: no-repeat;
    height: 1.875rem;
    width: 1.875rem;
    background-size: contain;
    cursor: pointer;
    z-index: 2;
    position: relative;
  }
  .calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .title-row .author-date-section .socialWrapperMobile .ShareMenu {
    top: 0 ! important;
  }
  .calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .title-row .author-date-section .socialWrapperMobile .ShareMenu .shareBtnsBox {
    display: none !important;
  }
  .calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .continue-read-wrapper-pf .continue-read-pf {
    width: 60px !important;
    height: 24px !important;
  }
  .calcalist.blog_article .ArticleImageComponenta {
    pointer-events: none !important;
  }
  .calcalist.blog_article .ArticleImageComponenta .calcalistExpand {
    display: none !important;
  }
  .calcalist.blog_article .ArticleImageComponenta .ImageDetails {
    margin-top: 0.1875rem !important;
  }
  .calcalist.blog_article .ArticleImageComponenta .ImageDetails > * {
    font-size: 0.9375rem !important;
    font-family: "Open Sans Hebrew", sans-serif !important;
    font-weight: 400 !important;
  }
  .calcalist.blog_article .VideoComponenta {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
    margin-bottom: 2.5rem !important;
  }
  .calcalist.blog_article .calcalist-article-blog-header {
    width: 100% !important;
    min-height: 16.125rem !important;
    height: auto ! important;
    padding: 0.625rem !important;
    left: 0 !important;
    flex-direction: column !important;
    justify-content: start !important;
    align-items: start !important;
  }
  .calcalist.blog_article .calcalist-article-blog-header .roofTitle {
    display: none;
  }
  .calcalist.blog_article .calcalist-article-blog-header .calcalist-article-blog-header-bg {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 1px;
  }
  .calcalist.blog_article .calcalist-article-blog-header .article-blog-header-title {
    margin-bottom: 1.25rem !important;
    margin-top: 0.625rem !important;
    display: flex !important;
    flex-flow: column-reverse !important;
    overflow: hidden;
    margin-right: 0 ! important;
    gap: 0.325rem;
    padding-inline-start: unset !important;
  }
  .calcalist.blog_article .calcalist-article-blog-header .article-blog-header-title .article-blog-header-title-text {
    font-size: 2.8125rem !important;
    margin-bottom: 0 !important;
    line-height: 2.8125rem  !important;
  }
  .calcalist.blog_article .calcalist-article-blog-header .article-blog-header-title .article-blog-header-title-date {
    margin-bottom: 0 !important;
  }
  .calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-header-timeline-line {
    display: none !important;
  }
  .calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-timeline {
    flex-direction: column !important;
    gap: 0.5rem !important;
    margin-right: 0 !important;
    flex-flow: row !important;
    overflow-x: auto !important;
    width: 100vw !important;
    padding-left: 0.625rem;
    box-sizing: border-box;
    padding-inline-start: unset !important;
  }
  .calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-timeline::-webkit-scrollbar {
    display: none;
  }
  .calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-timeline .article-blog-timeline-scroll {
    display: none !important;
  }
  .calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-timeline .article-blog-timeline-item {
    min-width: 15rem;
    /* Adjust as needed */
    height: 7.0625rem !important;
    gap: 0.9375rem;
    cursor: pointer;
    justify-content: start !important;
    background-color: #232323 !important;
    padding: 1.25rem !important;
  }
  .calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-timeline .article-blog-timeline-item .article-blog-timeline-item-age {
    font-size: 1rem !important;
    color: rgba(255, 255, 255, 0.87) !important;
    gap: 0.3125rem !important;
    background-color: #232323 !important;
  }
  .calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-timeline .article-blog-timeline-item .article-blog-timeline-item-title {
    font-size: 1.0625rem !important;
    width: 100% !important;
    height: auto !important;
  }
  .calcalist.blog_article .tagsAndSorter {
    flex-flow: column;
  }
  .calcalist.blog_article .tagsAndSorter > span {
    align-self: flex-end;
    justify-content: space-between;
    width: 10.75rem;
  }
}
.calcalist.blog_article .article-body-calcalist {
  margin-top: -35px;
}
.calcalist.blog_article .calcalistArticleComponenta {
  background-color: transparent;
  width: 600px;
  top: 30px;
  padding-right: 210px;
  padding-left: unset;
}
.calcalist.blog_article #calcalistArticleHeader,
.calcalist.blog_article .calcalist-article-blog-header #calcalistArticleHeader {
  height: 5vh;
  width: 6.7vw;
  background-color: #a51c21;
  color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.calcalist.blog_article #calcalistArticleHeader .calcalistArticleHeader_title,
.calcalist.blog_article .calcalist-article-blog-header #calcalistArticleHeader .calcalistArticleHeader_title {
  height: auto;
  width: auto;
}
.calcalist.blog_article #calcalistArticleHeader .calcalistArticleHeader_title .mainTitle,
.calcalist.blog_article .calcalist-article-blog-header #calcalistArticleHeader .calcalistArticleHeader_title .mainTitle {
  margin: 0;
}
.calcalist.blog_article #calcalistArticleHeader .calcalistArticleHeader_title .mainTitle .roof,
.calcalist.blog_article .calcalist-article-blog-header #calcalistArticleHeader .calcalistArticleHeader_title .mainTitle .roof {
  font-size: 22px;
  font-family: "ShualBold", 'Open Sans Hebrew', sans-serif;
}
.calcalist.blog_article #calcalistArticleHeader .calcalistArticleHeader_title .mainTitle .title,
.calcalist.blog_article .calcalist-article-blog-header #calcalistArticleHeader .calcalistArticleHeader_title .mainTitle .title {
  display: none;
}
.calcalist.blog_article #calcalistArticleHeader #calcalistArticleHeader_subtitle,
.calcalist.blog_article .calcalist-article-blog-header #calcalistArticleHeader #calcalistArticleHeader_subtitle,
.calcalist.blog_article #calcalistArticleHeader .calcalistArticleHeader_footer,
.calcalist.blog_article .calcalist-article-blog-header #calcalistArticleHeader .calcalistArticleHeader_footer {
  display: none;
}
.calcalist.blog_article .calcalistArticleTopSpace,
.calcalist.blog_article .art-action-wrp {
  display: none;
}
.calcalist.blog_article #ArticleBodyComponent {
  background-color: transparent;
}
.calcalist.blog_article .tagsAndSorter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calcalist.blog_article .ArticleTagsComponent {
  margin: 0;
  background: transparent;
  align-self: flex-start;
}
.calcalist.blog_article .ArticleTagsComponent .tagsLabel {
  float: right;
  direction: rtl;
  font-weight: bold;
  background: url(https://www.calcalist.co.il/images/1280/article/tags.png) 0px 6px no-repeat;
  display: block;
  line-height: 26px;
  text-align: left;
  color: #000000;
  flex-shrink: 0;
  background-size: 17px;
  font-size: 0 !important;
  width: 18px;
  margin: 0;
  filter: grayscale(1);
}
.calcalist.blog_article .ArticleTagsComponent .tagWrapperContainer .tagWrapper:last-child .separator {
  display: none;
}
.calcalist.blog_article .ArticleTagsComponent .tagWrapperContainer .tagWrapper {
  text-decoration: none;
}
.calcalist.blog_article .ArticleTagsComponent .tagWrapperContainer .tagWrapper .tagName {
  font-family: OpenSansHebrew, sans-serif;
  font-size: 1rem;
}
.calcalist.blog_article .ArticleTagsComponent .tagWrapperContainer .tagWrapper .separator {
  display: initial;
  float: left;
  height: 10px;
  width: 1px;
  background-color: #969696;
  margin-right: 7px;
  margin-left: -7px;
}
.calcalist.blog_article .blogs-auto-feed-header-wrapper .postsSorter_title {
  display: none;
}
.calcalist.blog_article .blogs-auto-feed-header-wrapper .orderCheckBoxes .switch_wrapper {
  display: flex;
  align-items: center;
  gap: 0.5vw;
}
.calcalist.blog_article .blogs-auto-feed-header-wrapper .orderCheckBoxes .switch_wrapper .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
}
.calcalist.blog_article .blogs-auto-feed-header-wrapper .orderCheckBoxes .switch_wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.calcalist.blog_article .blogs-auto-feed-header-wrapper .orderCheckBoxes .switch_wrapper .switch input:checked + .slider:before {
  transform: translateX(14px);
}
.calcalist.blog_article .blogs-auto-feed-header-wrapper .orderCheckBoxes .switch_wrapper .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b7b7b7;
  transition: .4s;
}
.calcalist.blog_article .blogs-auto-feed-header-wrapper .orderCheckBoxes .switch_wrapper .switch .slider::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
}
.calcalist.blog_article .blogs-auto-feed-header-wrapper .orderCheckBoxes .switch_wrapper .switch .slider.round {
  border-radius: 34px;
}
.calcalist.blog_article .blogs-auto-feed-header-wrapper .orderCheckBoxes .switch_wrapper .switch .slider.round:before {
  border-radius: 50%;
}
.calcalist.blog_article .article-blog-componenta-wrapper {
  margin: 0;
  margin-bottom: 15px;
  background-color: #fff;
}
.calcalist.blog_article .article-blog-componenta-wrapper .hidden_blocks {
  display: none;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper {
  padding: 12px 40px 20px;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .audio-podcast-player-container .podcast-container-details {
  width: initial;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info {
  position: relative;
  /* Make sure either the button OR the panel can trigger the visibility */
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .socialWrapper {
  display: flex;
  flex-flow: row;
  justify-content: end;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .showSocialBtn {
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-size: contain;
  cursor: pointer;
  margin: 0 0 10px 0;
  order: 2;
  z-index: 2;
  position: relative;
  /* Keep the button positioned */
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .ShareMenu {
  position: absolute;
  left: 0;
  top: 5px;
  height: 30px;
  padding-left: 35px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .ShareMenu .toggleShareButtons {
  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='M15 30C23.2843 30 30 23.2843 30 15C30 6.71573 23.2843 0 15 0C6.71573 0 0 6.71573 0 15C0 23.2843 6.71573 30 15 30Z' fill='%23A51C21'/%3E %3Cpath d='M20.3618 21.5126H8.724C8.54874 21.5126 8.40533 21.3609 8.40533 21.1754V9.38807C8.40533 9.20257 8.54874 9.0508 8.724 9.0508H17.1433C17.3185 9.0508 17.4619 8.89904 17.4619 8.71354V7.90074C17.4619 7.71524 17.3185 7.56348 17.1433 7.56348H7.70267C7.31389 7.56348 7 7.89568 7 8.30714V22.2563C7 22.6661 7.31389 23 7.70267 23H21.3832C21.7703 23 22.0858 22.6678 22.0858 22.2563V16.9427C22.0858 16.7572 21.9424 16.6055 21.7672 16.6055H20.9992C20.8239 16.6055 20.6805 16.7572 20.6805 16.9427V21.1754C20.6805 21.3609 20.5371 21.5126 20.3618 21.5126Z' fill='white' stroke='%23A51C21' stroke-width='0.5'/%3E %3Cpath d='M21.6237 7.0226C21.56 6.96864 21.466 7.01754 21.466 7.10354V8.52004C21.466 8.57063 21.4309 8.61279 21.3831 8.62122C13.8099 9.85223 13.8434 17.2029 14.068 19.6311C14.0792 19.7509 14.2401 19.7542 14.2592 19.6362C15.1914 13.7071 20.5817 13.0444 21.3704 12.9787C21.4229 12.9736 21.4707 13.0157 21.4739 13.0731L21.5855 14.4913C21.5918 14.5739 21.6843 14.6161 21.7448 14.5621L25.9544 10.8337C26.0166 10.778 26.015 10.6768 25.9512 10.6246L21.6237 7.0226Z' fill='white'/%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .ShareMenu .shareBtnsBox {
  display: flex;
  width: 205px;
  gap: 14px;
  bottom: unset;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .ShareMenu .shareBtnsBox .calcalistShare {
  height: 27px;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .ShareMenu .shareBtnsBox .calcalistShare.wa {
  display: initial !important;
  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(53,133,1)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(53,133,1)' 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") !important;
  background-size: contain;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .social-icon {
  height: 20px;
  width: 20px;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .showSocialBtn:hover + .authorAndSocial-pf,
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .authorAndSocial-pf:hover {
  display: flex;
  flex-direction: row;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .title-row .title-section h3 {
  font-family: "ShualBold", 'Open Sans Hebrew', sans-serif;
  font-size: 1.875rem;
  margin-bottom: 16px;
  margin-block-start: 5px;
  max-width: 434px;
  line-height: 1;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .title-row .author-date-section {
  font-size: 0.75rem;
  color: #121212;
  display: flex;
  align-items: center;
  gap: 0.3vw;
  margin-bottom: 10px;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .title-row .author-date-section .socialWrapperMobile {
  display: none;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .item-info .title-row .author-date-section .auth-row__separator {
  height: 12px;
  width: 1px;
  background-color: #121212;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .continue-read-wrapper-pf {
  display: flex;
  justify-content: flex-end;
}
.calcalist.blog_article .article-blog-componenta-wrapper .blogs-item-wrapper .blogs-auto-feed-item .continue-read-wrapper-pf .continue-read-pf {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69px;
  height: 26px;
  border: 1px solid black;
  cursor: pointer;
}
.calcalist.blog_article .article-blog-componenta-wrapper .VideoComponenta {
  margin-bottom: 40px;
}
.calcalist.blog_article .article-blog-componenta-wrapper .ArticleImageComponenta {
  pointer-events: none;
}
.calcalist.blog_article .article-blog-componenta-wrapper .ArticleImageComponenta .calcalistExpand {
  display: none;
}
.calcalist.blog_article .calcalist-article-blog-header {
  position: relative;
  width: 1240px;
  height: 300px;
  box-sizing: border-box;
  background-color: #121212;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: column;
}
.calcalist.blog_article .calcalist-article-blog-header .roofTitle {
  height: 42px;
  min-width: 115px;
  width: auto;
  background-color: #a51c21;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 22px;
  font-family: "ShualBold", 'Open Sans Hebrew', sans-serif;
  position: absolute;
  bottom: -42px;
  right: 0;
}
.calcalist.blog_article .calcalist-article-blog-header .calcalist-article-blog-header-bg {
  width: 300%;
  left: -100%;
  right: -100%;
  background: inherit;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 0;
}
.calcalist.blog_article .calcalist-article-blog-header .article-blog-header-title {
  margin-bottom: 0px;
  z-index: 1;
  width: 100%;
  padding-inline-start: 195px;
  box-sizing: border-box;
}
.calcalist.blog_article .calcalist-article-blog-header .article-blog-header-title .article-blog-header-title-text {
  color: white;
  font-family: 'ShualBold', 'Open Sans Hebrew', sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.812rem ;
  margin: 0;
}
.calcalist.blog_article .calcalist-article-blog-header .article-blog-header-title .article-blog-header-title-date {
  color: #ffe500;
  font-family: "ShualRegular", "Open Sans Hebrew", sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
}
.calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper {
  z-index: 0;
}
.calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-header-timeline-line {
  height: 10px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.77);
  align-self: flex-start;
  position: absolute;
  width: 300%;
  left: -100%;
  right: -100%;
}
.calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-timeline {
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
  padding-inline-start: 120px;
  box-sizing: border-box;
  width: 1240px;
}
.calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-timeline .article-blog-timeline-scroll {
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='ce2vfec2ka' d='M0 0h16v16H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='nltowmpbkb' fill='%23fff'%3E %3Cuse xlink:href='%23ce2vfec2ka'/%3E %3C/mask%3E %3Cpath d='M15.76 7.041a.795.795 0 0 0-1.163 0l-5.775 6.062V4.827c0-.152-.006-.3-.018-.442a.901.901 0 0 0 .018-.178V.863C8.822.386 8.454 0 8 0c-.454 0-.822.386-.822.863v3.344c0 .06.007.12.018.178a5.38 5.38 0 0 0-.018.442v8.182L1.403 6.947a.795.795 0 0 0-1.162 0 .892.892 0 0 0 0 1.22l7.223 7.58a.802.802 0 0 0 .58.253c.219 0 .428-.09.582-.253l7.133-7.486a.894.894 0 0 0 0-1.22' fill='%23FFF' mask='url(%23nltowmpbkb)'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  flex-shrink: 0;
}
.calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-timeline .article-blog-timeline-scroll.left {
  transform: rotate(90deg);
  margin-right: 30px;
}
.calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-timeline .article-blog-timeline-scroll.right {
  transform: rotate(-90deg);
  margin-left: 40px;
}
.calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-timeline .article-blog-timeline-item {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
}
.calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-timeline .article-blog-timeline-item .article-blog-timeline-item-age {
  display: flex;
  align-items: center;
  height: 19px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.87);
  background-color: #121212;
}
.calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-timeline .article-blog-timeline-item .article-blog-timeline-item-age .article-blog-timeline-item-age-text {
  z-index: 10;
  background-color: #121212;
  display: inline-block;
  padding-left: 0.26vw;
  padding-right: 0.26vw;
}
.calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-timeline .article-blog-timeline-item .article-blog-timeline-item-age::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #ffffff;
  font-weight: lighter;
}
.calcalist.blog_article .calcalist-article-blog-header .article-blog-header-timeline-wrapper .article-blog-timeline .article-blog-timeline-item .article-blog-timeline-item-title {
  width: 160px;
  height: 68px;
  font-size: 1rem;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.calcalist.blog_article .TwentyFourSevenComponenta {
  background-color: transparent;
}
.calcalist.blog_article .TwentyFourSevenComponenta .icon-247 {
  display: none;
}
.calcalist.blog_article .TwentyFourSevenComponenta .slotMore *,
.calcalist.blog_article .TwentyFourSevenComponenta .slotMore *:hover {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans Hebrew', sans-serif;
  color: #b53330 !important;
}
.calcalist.blog_article .TwentyFourSevenComponenta .TwentyFourSevenTab {
  padding: 0 14px;
  margin-bottom: 6px;
}
.calcalist.blog_article .TwentyFourSevenComponenta .TwentyFourSevenTab *,
.calcalist.blog_article .TwentyFourSevenComponenta .TwentyFourSevenTab *:hover {
  color: #b53330;
  font-size: 22px !important;
  font-weight: bold;
  font-family: "ShualBold";
}
.calcalist.blog_article .TwentyFourSevenComponenta .TwentyFourSevenTab *.mainTitleTab,
.calcalist.blog_article .TwentyFourSevenComponenta .TwentyFourSevenTab *:hover.mainTitleTab {
  margin-inline-start: 0;
}
.calcalist.blog_article .TwentyFourSevenComponenta .slotContentDiv .slotList .slotView {
  border-bottom: solid 0.8px #e2e2e2 !important;
}
.calcalist.blog_article .TwentyFourSevenComponenta .slotContentDiv .slotList .slotView .titleText {
  font-size: 14px;
  color: #5b5b5b;
  font-family: 'Open Sans Hebrew', sans-serif;
}
.calcalist.blog_article .TwentyFourSevenComponenta .slotContentDiv .slotList .slotView .dateView {
  color: #b53330;
  font-size: 14px;
  font-weight: bold;
  font-family: "RobotoLight";
  margin-inline-end: 20px;
  line-height: 19px;
}
.calcalist.blog_article .CalcalistBuzzComponenta {
  background-color: transparent;
}
.calcalist.blog_article .CalcalistBuzzComponenta .logo {
  display: none;
}
.calcalist.blog_article .CalcalistBuzzComponenta .titlesWrapper {
  justify-content: flex-start;
  width: unset;
  flex-grow: 1;
}
.calcalist.blog_article .CalcalistBuzzComponenta .titlesWrapper > * {
  margin-inline-end: 5px;
}
.calcalist.blog_article .CalcalistBuzzComponenta .separator {
  color: #b53330;
  border-right: 1px solid #b53330;
}
.calcalist.blog_article .CalcalistBuzzComponenta .mainTitle h3,
.calcalist.blog_article .CalcalistBuzzComponenta .secondaryTItle h3 {
  color: #b53330;
  font-size: 22px !important;
  font-weight: bold;
  font-family: "ShualBold";
}
.calcalist.blog_article .CalcalistBuzzComponenta .buzzItem {
  border-bottom: solid 0.8px #e2e2e2;
  border-top: unset;
}
.calcalist.blog_article .CalcalistBuzzComponenta .buzzItem .itemTitle {
  padding: 0 20px 0 0;
}
.calcalist.blog_article .CalcalistBuzzComponenta .buzzItem .positionHolder .position {
  color: #b53330;
}
.calcalist.blog_article .CalcalistBuzzComponenta .tabsWrapper {
  margin-inline-start: 0;
  align-items: center;
  top: unset;
}
.calcalist.blog_article .CalcalistBuzzComponenta .tabsWrapper .tab {
  font-size: 12px;
  font-family: 'Open Sans Hebrew', sans-serif;
  color: #5b5b5b;
  border: 0.8px solid #ccc;
  height: 26px;
  width: 54px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calcalist.blog_article .CalcalistBuzzComponenta .tabsWrapper .tab.active {
  font-weight: bold;
  border: solid 1px #b6b6b6 !important;
  background-color: #e2e2e2;
}
.calcalist.blog_article .CalcalistBuzzComponenta .buzzItem .itemTitle {
  color: #5b5b5b;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .calcalist-article-blog-header-bg {
    top: 50px !important;
  }
  .article-blog-timeline-item-age-text {
    background-color: unset !important;
  }
}
@font-face {
  font-family: 'ShualBold';
  src: url('/images/calcalist/font/Shual-Bold.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Shual-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/Shual-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/Shual-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/Shual-Bold.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ShualRegular';
  src: url('/images/calcalist/font/Shual-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Shual-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/Shual-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/Shual-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/Shual-Regular.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'RobotoLight';
  src: url('/images/calcalist/font/Roboto-Light.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Roboto-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/Roboto-Light.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/Roboto-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/Roboto-Light.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ShualSerifBold';
  src: url('/images/calcalist/font/ShualSerif-Bold.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/ShualSerif-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/ShualSerif-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/ShualSerif-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/ShualSerif-Bold.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ShualSerifLight';
  src: url('/images/calcalist/font/ShualSerif-Light.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/ShualSerif-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/ShualSerif-Light.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/ShualSerif-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/ShualSerif-Light.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ShualSerifRegular';
  src: url('/images/calcalist/font/ShualSerif-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/ShualSerif-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/ShualSerif-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/ShualSerif-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/ShualSerif-Regular.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ShualBlack';
  src: url('/images/calcalist/font/Shual-Black.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Shual-Black.eot?#iefix') format('embedded-opentype'), url('/images/calcalist/font/Shual-Black.woff') format('woff'), url('/images/calcalist/font/Shual-Black.ttf') format('truetype'), url('/images/calcalist/font/Shual-Black.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
/*Open sans font all types and weights*/
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-BoldItalic.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-BoldItalic.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-BoldItalic.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-BoldItalic.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-BoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBoldItalic.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBoldItalic.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBoldItalic.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBoldItalic.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBold.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBold.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Shual';
  src: url('/images/calcalist/font/Shual-Bold.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Shual-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/Shual-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/Shual-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/Shual-Bold.svg#svgFontName') format('svg');
  font-weight: bold;
  font-style: normal /* Legacy iOS */;
}
@font-face {
  font-family: 'Shual';
  src: url('/images/calcalist/font/Shual-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Shual-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/Shual-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/Shual-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/Shual-Regular.svg#svgFontName') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Shual';
  src: url('/images/calcalist/font/shual-light.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/shual-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/shual-light.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/shual-light.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/shual-light.svg#svgFontName') format('svg');
  /* Legacy iOS */
  font-weight: 300;
  font-style: normal;
}
body {
  background-color: #EBEBEB;
  overflow-x: hidden;
}
.calcalist {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-size: 16px;
  width: 100%;
  color: #000;
}
.calcalist.hContainer {
  overflow: unset;
}
.calcalist .GeneralImageComponenta .SiteImageMedia:hover,
.calcalist .moreThenOneItemCarousel .SiteImageMedia:hover,
.calcalist .MostViewedArticleComponenta .SiteImageMedia:hover,
.calcalist .RandomBottomArticleComponenta .SiteImageMedia:hover {
  transform: none ! important;
}
.calcalist .SiteArticleComments {
  background: #fff;
  width: 590px;
  padding-right: 126px;
  padding-left: 175px;
}
.calcalist .SiteImageMedia {
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.calcalist .SiteImageMedia:hover {
  transform: scale(1.05);
}
.calcalist .SiteScrollToTopButton {
  bottom: 70px ! important;
  background-image: url(//www.calcalist.co.il/images/1280/icons/scrollUp.png) ! important;
  background-size: contain! important;
  width: 45px! important;
  height: 45px! important;
}
.calcalist .flowplayer.live.vjs-has-started .fp-play.fp-visible,
.calcalist .holaWrapper.live.vjs-has-started .fp-play.fp-visible,
.calcalist .videojsContainer.live.vjs-has-started .fp-play.fp-visible,
.calcalist .flowplayer.live.vjs-has-started .fp-logo,
.calcalist .holaWrapper.live.vjs-has-started .fp-logo,
.calcalist .videojsContainer.live.vjs-has-started .fp-logo {
  display: none !important;
}
.calcalist .flowplayer.live.vjs-has-started .vjs-big-play-button,
.calcalist .holaWrapper.live.vjs-has-started .vjs-big-play-button,
.calcalist .videojsContainer.live.vjs-has-started .vjs-big-play-button,
.calcalist .flowplayer.live.vjs-has-started .vjs-watermark-content,
.calcalist .holaWrapper.live.vjs-has-started .vjs-watermark-content,
.calcalist .videojsContainer.live.vjs-has-started .vjs-watermark-content {
  display: none !important;
  visibility: hidden;
}
.calcalist .flowplayer.live.vjs-has-started .vjs-big-play-button,
.calcalist .holaWrapper.live.vjs-has-started .vjs-big-play-button,
.calcalist .videojsContainer.live.vjs-has-started .vjs-big-play-button {
  display: none !important;
  visibility: hidden;
}
.calcalist .flowplayer.live .fp-play.fp-visible,
.calcalist .holaWrapper.live .fp-play.fp-visible,
.calcalist .videojsContainer.live .fp-play.fp-visible,
.calcalist .flowplayer.live .fp-logo,
.calcalist .holaWrapper.live .fp-logo,
.calcalist .videojsContainer.live .fp-logo {
  display: block !important;
}
.calcalist .flowplayer.live .vjs-big-play-button,
.calcalist .holaWrapper.live .vjs-big-play-button,
.calcalist .videojsContainer.live .vjs-big-play-button,
.calcalist .flowplayer.live .vjs-watermark-content,
.calcalist .holaWrapper.live .vjs-watermark-content,
.calcalist .videojsContainer.live .vjs-watermark-content {
  display: block !important;
  visibility: visible;
}
.calcalist .flowplayer.live .vjs-big-play-button,
.calcalist .holaWrapper.live .vjs-big-play-button,
.calcalist .videojsContainer.live .vjs-big-play-button {
  display: block !important;
  visibility: visible;
}
.calcalist .videoIcon {
  border: 0 ! important;
  right: 10px !important;
  bottom: 10px !important;
  background: transparent !important;
}
.calcalist .videoIcon.medium {
  width: 30px ! important;
  height: 30px ! important;
}
.calcalist .videoIcon .icon {
  background-image: url(//images1.calcalist.co.il/images/1280/icons/play-icon.png) ! important;
  background-position: center center ! important;
  background-repeat: no-repeat ! important;
  background-size: contain !important;
  margin: 0 !important;
  width: 100% ! important;
  height: 100% ! important;
}
.calcalist .audioIcon {
  right: 0;
  bottom: 0;
}
.calcalist .audioIcon.medium .icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 40 50' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='7pmk2an57a' d='M0 0h50v50H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='1bpu62j7qb' fill='%23fff'%3E %3Cuse xlink:href='%237pmk2an57a'/%3E %3C/mask%3E %3Cpath d='M37.1 23.222c.497 0 .9.4.9.894v5.575c0 7.09-5.574 12.912-12.6 13.373v5.148h4.694c.498 0 .9.4.9.894a.896.896 0 0 1-.9.894H18.906c-.498 0-.9-.4-.9-.894s.402-.893.9-.893l4.694-.001v-5.148C16.575 42.603 11 36.78 11 29.691v-5.102c0-.494.403-.894.9-.894.498 0 .9.4.9.894v5.102c0 6.405 5.249 11.615 11.7 11.615s11.7-5.21 11.7-11.615v-5.575c0-.494.402-.894.9-.894zM24.5 0c5.005 0 9.076 4.042 9.076 9.01v19.962c0 4.967-4.07 9.01-9.075 9.01-5.005 0-9.077-4.043-9.077-9.01V9.01C15.424 4.042 19.496 0 24.5 0zm0 1.787c-4.012 0-7.276 3.24-7.276 7.223v19.962c0 3.983 3.264 7.222 7.277 7.222 4.01 0 7.275-3.24 7.275-7.222V9.01c0-3.983-3.264-7.223-7.275-7.223z' fill='%23FFF' mask='url(%231bpu62j7qb)'/%3E %3C/g%3E %3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 26px;
  width: 26px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-size: auto;
}
.calcalist .calcalistArticleTopSpace {
  height: 25px;
}
.calcalist .stockPopUpLink {
  cursor: pointer;
  text-decoration: underline;
  color: -webkit-link;
}
.calcalist.articleContainer .tradingview-widget-container {
  position: fixed;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.calcalist.articleContainer .tradingview-widget-container .closeStockPopUp {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  font-size: 12px;
}
@media print {
  #audiodub-player,
  .trvd-outline,
  .display_advrst,
  .calcalist_banner,
  .grecaptcha-badge,
  .SiteScrollToTopButton,
  .flowplayer.is-popped-out {
    display: none !important;
  }
  body {
    background-color: #fff;
  }
  .isSticky {
    position: unset !important;
  }
  .calcalistArticleComponenta {
    float: right;
  }
}
.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: 900px) 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: 900px) 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: 900px) and (orientation : landscape) {
  .SiteCtechTwentyFourSevenWideComponenta {
    display: flex;
    flex-direction: row;
    background-color: unset !important;
  }
  .SiteCtechTwentyFourSevenWideComponenta .leftSide {
    display: none !important;
  }
  .SiteCtechTwentyFourSevenWideComponenta .rightSide {
    width: 100% !important;
    margin: unset !important;
  }
  .SiteCtechTwentyFourSevenWideComponenta .rightSide .dayHeader {
    display: none !important;
  }
  .SiteCtechTwentyFourSevenWideComponenta .rightSide a {
    text-decoration: none !important;
  }
  .SiteCtechTwentyFourSevenWideComponenta .rightSide .item {
    background-color: #fff !important;
    border: unset !important;
    width: unset !important;
    margin: 0.625rem 0.625rem 0.3125rem !important;
    min-height: 4.4375rem !important;
  }
  .SiteCtechTwentyFourSevenWideComponenta .rightSide .item .mobileItemContent {
    padding: 1.0625rem 0.75rem !important;
    text-decoration: none !important;
    color: inherit !important;
    display: flex;
    width: 100% !important;
  }
  .SiteCtechTwentyFourSevenWideComponenta .rightSide .item .mobileItemContent .date {
    margin: 0 0 0 0.75rem !important;
    color: #700427 !important;
    font-size: 1.0625rem !important;
    line-height: 1.35rem !important;
  }
  .SiteCtechTwentyFourSevenWideComponenta .rightSide .item .mobileItemContent .itemTitle {
    font-size: 0.9rem !important;
    padding: unset !important;
    line-height: 1.35rem !important;
    width: 100% !important;
  }
  .SiteCtechTwentyFourSevenWideComponenta .rightSide .loadMore {
    display: none !important;
  }
}
.SiteCtechTwentyFourSevenWideComponenta {
  display: flex;
  flex-direction: row;
  background-color: #fff;
}
.SiteCtechTwentyFourSevenWideComponenta .leftSide {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  margin: 26px 0 0 37px;
  padding-right: 13px;
}
.SiteCtechTwentyFourSevenWideComponenta .leftSide .CtechDatePickerMenu .selected {
  font-family: 'ShualBold';
  font-size: 21px;
}
.SiteCtechTwentyFourSevenWideComponenta .leftSide .CtechChannelMenu {
  width: 162px;
}
.SiteCtechTwentyFourSevenWideComponenta .leftSide .CtechChannelMenu .selected {
  font-family: 'ShualBold';
  font-size: 21px;
}
.SiteCtechTwentyFourSevenWideComponenta .leftSide .CtechChannelMenu .channleOptionsList .menuOption {
  font-size: 19px;
  font-family: 'ShualBold';
}
.SiteCtechTwentyFourSevenWideComponenta .leftSide .mainMenu {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.SiteCtechTwentyFourSevenWideComponenta .leftSide .mainMenu .tab {
  padding: 9px 14px 7px 18px;
  font-size: 21px;
  line-height: 34px;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  text-align: right;
  cursor: pointer;
}
.SiteCtechTwentyFourSevenWideComponenta .leftSide .mainMenu .active {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc!important;
  border-left: 1px solid #ccc!important;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
}
.SiteCtechTwentyFourSevenWideComponenta .rightSide {
  width: 100%;
  min-height: 500px;
  margin: 7px 0 0 37px;
  width: 663px;
}
.SiteCtechTwentyFourSevenWideComponenta .rightSide .dayHeader {
  border-bottom: 1px solid #a6a6a6;
  padding: 0 0 3px 0;
  margin-top: 16px;
  font-size: 18px;
  line-height: 33.6px;
}
.SiteCtechTwentyFourSevenWideComponenta .rightSide .item {
  border-bottom: 1px solid #EBEBEB;
  width: 100%;
  font-family: 'Open Sans Hebrew';
  display: flex;
  flex-direction: row;
  align-self: center;
}
.SiteCtechTwentyFourSevenWideComponenta .rightSide .item .date {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 0 0;
  color: #c82027;
}
.SiteCtechTwentyFourSevenWideComponenta .rightSide .item .textDiv {
  align-items: center;
  margin: 16px 0px;
}
.SiteCtechTwentyFourSevenWideComponenta .rightSide .item .textDiv a {
  text-decoration: none;
  color: inherit;
}
.SiteCtechTwentyFourSevenWideComponenta .rightSide .item .textDiv .itemTitle {
  line-height: 24px;
  font-size: 18px;
  padding: 0 10px 4px 0;
  margin-left: 10px;
}
.SiteCtechTwentyFourSevenWideComponenta .rightSide .item .textDiv .twentyFourSevenVideoIcon {
  margin-left: 5px;
  height: 11px;
}
.SiteCtechTwentyFourSevenWideComponenta .rightSide .item .textDiv .category {
  font-size: 12px;
  color: #969696;
}
.SiteCtechTwentyFourSevenWideComponenta .rightSide .loadMore {
  margin: 28px 10px 33px 10px;
}
.SiteCtechTwentyFourSevenWideComponenta .rightSide .loadMore .loadMoreButton {
  color: #c82027;
  width: 100%;
  background-color: unset;
  border: unset;
  box-shadow: unset;
  cursor: pointer;
  font-size: 26px;
  line-height: 37.4px;
  text-align: center;
  padding: 8px;
  font-family: 'RobotoSlab';
  font-weight: bold;
}
.SiteCtechTwentyFourSevenWideComponenta .rightSide .loadMore .loadMoreButton:disabled {
  opacity: 0;
  cursor: unset;
}
.CtechChannelMenu {
  width: 161px;
  font-size: 19px;
  display: inline-block;
  cursor: default;
  text-align: left;
  line-height: 35px;
  background-color: #fff;
  color: #000000;
  margin-bottom: 13px;
  position: relative;
}
.CtechChannelMenu .selectArrow {
  float: right;
  height: 38px;
  cursor: pointer;
  width: 30px;
  text-align: center;
  font-size: 20px;
  user-select: none;
  border: 1px solid #ccc;
  border-left: none;
  background: url("https://images1.calcalist.co.il/Images/1280/BuzzBox/hezdonw.png") no-repeat;
  background-position: center;
  margin: 0;
  padding: 0;
}
.CtechChannelMenu .selected {
  float: left;
  height: 38px;
  padding: 0px 0px 0px 7px;
  line-height: 2;
  cursor: pointer;
  font-size: 18px;
  width: 122px;
  text-indent: 4px;
  border: 1px solid #ccc;
  border-right: none;
  overflow: hidden;
  text-transform: capitalize;
}
.CtechChannelMenu .channleOptionsList {
  width: 159px;
  margin-right: 15px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  overflow: hidden;
  padding-top: 2px;
  text-align: left;
  position: absolute;
  top: 40px;
  z-index: 1;
  background-color: #fff;
}
.CtechChannelMenu .channleOptionsList .menuOption {
  font-size: 18px;
  display: block;
  width: 80%;
  line-height: 20px;
  padding: 5px 4px;
  text-transform: capitalize;
  cursor: pointer;
}
.CtechDatePickerMenu {
  width: 161px;
  font-size: 19px;
  display: inline-block;
  cursor: default;
  text-align: left;
  line-height: 35px;
  background-color: #fff;
  color: #000000;
  margin-bottom: 13px;
  position: relative;
}
.CtechDatePickerMenu .selected {
  float: left;
  height: 38px;
  padding: 0px 0px 0px 7px;
  line-height: 2;
  cursor: pointer;
  font-size: 18px;
  width: 122px;
  text-indent: 4px;
  border: 1px solid #ccc;
  border-right: none;
  overflow: hidden;
  text-transform: capitalize;
}
.CtechDatePickerMenu .selectDateArrow {
  float: right;
  height: 36px;
  cursor: pointer;
  width: 30px;
  text-align: center;
  font-size: 20px;
  user-select: none;
  border: 1px solid #ccc;
  border-left: none;
  background: url("https://images1.calcalist.co.il/Images/1280/BuzzBox/hez.png") no-repeat;
  background-position: center;
  margin: 0;
  padding: 1px 0 1px 0;
}
.CtechDatePickerMenu .selected.limitDate {
  color: #C82027;
}
.CtechDatePickerMenu .DayPicker {
  font-size: 12px;
  line-height: 13.8px;
}
.CtechDatePickerMenu .DayPicker .DayPicker-wrapper .DayPicker-NavBar .DayPicker-NavButton--interactionDisabled {
  filter: opacity(0.2);
  display: block;
}
.CtechDatePickerMenu .DayPicker .DayPicker-wrapper .DayPicker-Months .DayPicker-Month {
  margin: 0;
  margin-top: 13px;
}
.CtechDatePickerMenu .DayPicker .DayPicker-wrapper .DayPicker-Months .DayPicker-Month .DayPicker-Body .DayPicker-Day {
  padding: 2px;
  border-radius: unset;
}
.CtechDatePickerMenu .DayPicker .DayPicker-wrapper .DayPicker-Months .DayPicker-Month .DayPicker-Body .DayPicker-Day--today {
  color: #C82027 !important;
}
/* DayPicker styles */
.DayPicker {
  display: inline-block;
  font-size: 1rem;
}
.DayPicker-wrapper {
  position: relative;
  flex-direction: row;
  padding-bottom: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;
  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}
.DayPicker-NavButton:hover {
  opacity: 0.8;
}
.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}
.DayPicker-NavButton--next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}
.DayPicker-NavButton--interactionDisabled {
  display: none;
}
.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}
.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}
.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}
.DayPicker-WeekdaysRow {
  display: table-row;
}
.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em;
}
.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}
.DayPicker-Body {
  display: table-row-group;
}
.DayPicker-Week {
  display: table-row;
}
.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}
.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}
.DayPicker-Footer {
  padding-top: 0.5em;
}
.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer;
}
/* Default modifiers */
.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}
.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default;
}
.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */
}
/* Example modifiers */
.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}
.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  background-color: #4A90E2;
  color: #F0F8FF;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA;
}
.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
}
/* DayPickerInput */
.DayPickerInput {
  display: inline-block;
}
.DayPickerInput-OverlayWrapper {
  position: relative;
}
.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.CtechWideBuzzComponenta {
  display: flex;
  flex-direction: row;
  background-color: #fff;
}
.CtechWideBuzzComponenta .filters {
  font-family: 'RobotoSlab';
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20px;
  left: 13px;
}
.CtechWideBuzzComponenta .buzzMain {
  width: 100%;
  min-height: 500px;
}
.CtechWideBuzzComponenta .buzzMain .mostPopularTitle {
  margin: 20px 0 0 240px;
  border-bottom: 1px solid #ccc;
  float: left;
  display: inline-block;
  margin-right: auto;
}
.CtechWideBuzzComponenta .buzzMain .mostPopularTitle span {
  text-align: right;
  padding: 3px 8px 5px 8px;
  font-size: 17px;
  line-height: 39px;
  cursor: pointer;
  position: relative;
  top: 0px;
  left: 0px;
  font-family: 'OpenSans';
  padding-bottom: 7px;
  border-bottom: 2px solid #59bcc5;
}
.CtechWideBuzzComponenta .buzzMain .daysToShowFilter {
  display: inline-block;
  line-height: 23px;
  border-bottom: 1px solid #ccc;
  text-align: right;
  float: right;
  margin: 31px 39px 0 0;
  padding: 0 0 5px 0;
}
.CtechWideBuzzComponenta .buzzMain .daysToShowFilter .filterItem {
  padding: 5px 23px 5px 20px;
  font-size: 14px;
  cursor: pointer;
}
.CtechWideBuzzComponenta .buzzMain .daysToShowFilter .filterItem.active {
  padding-bottom: 7px;
  border-bottom: 2px solid #59bcc5;
  line-height: 21px;
}
.CtechWideBuzzComponenta .buzzMain .noResultsMsg {
  display: block;
  clear: both;
  padding: 82px 0px 0px calc(410px);
  font-size: 17px;
}
.CtechWideBuzzComponenta .buzzMain .slotList {
  display: block;
  clear: both;
  padding: 14px 0px 0px 20px;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem:first-of-type {
  margin: 0 !important;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem:last-of-type {
  margin-bottom: 37px;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .articleIndex {
  width: 211px;
  text-align: right;
  padding-right: 17px;
  margin-left: 4px;
  font-size: 48px;
  line-height: 55px;
  color: #59bcc5;
  font-family: 'RobotoSlab';
  font-weight: lighter;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .articleIndex .mobileDot {
  display: none;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .mediaArea {
  overflow: hidden;
  position: relative;
  width: 270px;
  margin-top: 7px;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .mediaArea .MediaCarousel {
  position: relative;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .mediaArea .MediaCarousel img {
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .mediaArea .MediaCarousel img :hover {
  transform: scale(1.05);
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv {
  width: 337px;
  padding: 0;
  text-decoration: none;
  color: inherit;
  margin-left: 20px;
  height: 152px;
  overflow: hidden;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv .slotTitle {
  font-size: 24px;
  line-height: 28px;
  max-height: 84px;
  font-family: "RobotoSlab";
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv .slotSubTitle {
  margin-top: 6px;
  line-height: 21px;
  font-size: 16px;
  max-height: 64px;
  overflow: hidden;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv .moreDetails {
  margin: 0;
  display: flex;
  align-items: center;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv .moreDetails .dateView {
  margin: 2px 4px 0 0;
  font-size: 12px;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv .moreDetails .dateView .ctechDate {
  margin: 0;
}
.CtechWideBuzzComponenta .buzzMain .slotList .slotItem .textDiv .moreDetails .author {
  margin: 0 0 0 4px;
  line-height: 19px;
  font-size: 12px;
  color: #696969;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 1;
}
.CtechWideBuzzComponenta .buzzMain .loadMore {
  display: block;
  width: 100%;
  min-height: 37px;
  padding-top: 5px;
}
.CtechWideBuzzComponenta .buzzMain .loadMore .loadMoreButton {
  display: flex;
  align-self: center;
  background: transparent;
  border: 0px solid transparent;
  font-size: 26px;
  padding: 8px 0px;
  cursor: pointer;
  font-weight: bold;
  line-height: 38px;
  color: #C82027;
  font-family: 'RobotoSlab';
  margin-left: 466px;
  margin-bottom: 37px;
}
.CtechWideBuzzComponenta .buzzMain .loadMore .loadMoreButton:disabled {
  visibility: hidden;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) 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: 900px) 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: 900px) 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;
  }
}
.iframeComponenta {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iframeComponenta .tabComponenta {
  direction: rtl;
  line-height: 30px;
  font-size: 28px;
  overflow: hidden;
  padding: 6px 14px 6px 14px;
  text-align: right;
  font-family: ShualBold, 'Open Sans Hebrew', sans-serif;
  font-weight: bold;
  background: #fff;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
}
.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: 900px) 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);
}
.calcalist-hot-tags .componentaTab {
  height: 26px;
  border-bottom: solid 0.5px #505050;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.calcalist-hot-tags .componentaTab span {
  height: 18px;
  flex-grow: 0;
  font-family: 'Shual';
  font-size: 18px;
  text-align: right;
  color: #505050;
}
.calcalist-hot-tags .HotTagsContent {
  background-color: #fff;
  padding: 15px 10px;
  display: flex;
  flex-flow: column;
  gap: 14px;
  overflow-x: hidden;
}
.calcalist-hot-tags .HotTagsContent .period {
  display: flex;
  gap: 37px;
}
.calcalist-hot-tags .HotTagsContent .period::before {
  content: '';
  position: absolute;
  right: 50px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.0765 0C6.36584 0 6.63793 0.0527772 6.89169 0.157893C7.14655 0.263447 7.37685 0.418794 7.58148 0.623425L15.378 8.41995C15.7927 8.8346 16 9.37986 16 9.92491C16 10.47 15.7927 11.0152 15.378 11.4299L11.4299 15.378C11.0152 15.7927 10.47 16 9.9249 16C9.37984 16 8.8346 15.7927 8.41994 15.378L0.623408 7.58149C0.418777 7.37686 0.263448 7.14656 0.157875 6.89171C0.0527597 6.63796 0 6.36587 0 6.07651V2.12838C0 1.54202 0.238955 1.00988 0.624408 0.624425C1.00986 0.238972 1.54201 0 2.12837 0H6.0765ZM6.0765 0.686578H2.12837C1.73154 0.686578 1.37112 0.848579 1.10983 1.10985C0.848563 1.37114 0.686561 1.73155 0.686561 2.12838V6.07651C0.686561 6.27875 0.721413 6.46402 0.790817 6.63157C0.859764 6.79803 0.965881 6.95309 1.10883 7.09605L8.90537 14.8926C9.18592 15.1731 9.55532 15.3134 9.9249 15.3134C10.2945 15.3134 10.6639 15.1731 10.9444 14.8926L14.8926 10.9444C15.1731 10.6639 15.3134 10.2945 15.3134 9.92491C15.3134 9.55535 15.1731 9.18594 14.8926 8.90538L7.09605 1.10885C6.95308 0.96588 6.79802 0.859781 6.63156 0.790833C6.46401 0.721429 6.27874 0.686578 6.0765 0.686578ZM5.29272 3.72534C5.69382 3.72534 6.09493 3.87837 6.40096 4.1844L6.40112 4.18591C6.70712 4.49202 6.86014 4.89257 6.86014 5.29274C6.86014 5.69376 6.70714 6.09479 6.40112 6.40079C6.09511 6.7068 5.69375 6.86015 5.29272 6.86015C4.89257 6.86015 4.49202 6.70713 4.18589 6.40113H4.18454C3.87852 6.0951 3.72533 5.69383 3.72533 5.29274C3.72533 4.89252 3.87836 4.49186 4.18438 4.18573L4.18572 4.1844C4.49186 3.87837 4.8925 3.72534 5.29272 3.72534ZM5.29272 4.4119C5.06673 4.4119 4.84104 4.49767 4.66914 4.66915C4.49766 4.84106 4.41189 5.06674 4.41189 5.29274C4.41189 5.48061 4.4716 5.66847 4.591 5.82536L4.66997 5.9157C4.84185 6.08717 5.0668 6.17358 5.29272 6.17358C5.48054 6.17358 5.66834 6.11388 5.8252 5.99449L5.91569 5.91537C6.08761 5.74345 6.17357 5.51812 6.17357 5.29274C6.17357 5.06681 6.08782 4.84121 5.91636 4.66933C5.74444 4.49739 5.51818 4.4119 5.29272 4.4119Z' fill='%236C6C6C'/%3E %3C/svg%3E") no-repeat;
  background-size: contain;
  margin-top: 2px;
}
.calcalist-hot-tags .HotTagsContent .period .title {
  flex-basis: 35px;
  flex-shrink: 0;
  font-family: 'Open Sans Hebrew';
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #6c6c6c;
}
.calcalist-hot-tags .HotTagsContent .period .tags {
  display: flex;
  flex-flow: row;
  gap: 6px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.calcalist-hot-tags .HotTagsContent .period .tags a {
  flex-shrink: 0;
  text-decoration: none;
  color: #6c6c6c;
  font-size: 12px;
  font-weight: normal;
}
.calcalist-hot-tags .HotTagsContent .period .tags a:not(:last-child)::after {
  content: "|";
  margin: 0 6px 0 0;
}
@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%;
}
.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: 900px) 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: normal !important;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) 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: normal;
  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: 900px) 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: 900px) 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;
}
.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: 900px) 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;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .TagSearchComponenta {
    padding: 0 4.6875vw ! important;
    margin-bottom: 4.6875vw !important;
    box-sizing: border-box;
  }
  .calcalist .TagSearchComponenta {
    margin-top: 4.6875vw !important;
    background: transparent !important;
  }
  .TagSearchComponenta .tagsList {
    background-color: #f4f4f4 !important;
    color: #686868 !important;
    top: 12.5vw !important;
  }
  .calcalist .TagSearchComponenta .tagsList {
    background: #fff !important;
    width: 100% !important;
    margin-inline-start: 0 !important;
    border: 0 ! important;
  }
  .TagSearchComponenta .tagsList a {
    height: 7.8125vw!important;
    line-height: 7.8125vw!important;
  }
  .TagSearchComponenta .search-field {
    height: unset !important;
  }
  .calcalist .TagSearchComponenta .search-field {
    flex-wrap: wrap;
  }
  .calcalist .TagSearchComponenta .search-field div {
    width: 100%;
  }
  .TagSearchComponenta .search-field input {
    background-color: #f4f4f4 !important;
    color: #686868 !important;
    height: 13.4375vw !important;
    padding: 3.90625vw 3.125vw !important;
  }
  .calcalist .TagSearchComponenta .search-field input:focus:focus {
    border: 0 !important;
  }
  .calcalist .TagSearchComponenta .search-field input {
    margin-inline-start: 0px !important;
    width: 100% !important;
    padding: 0 2.34375vw !important;
    background-color: #fff !important;
  }
  .TagSearchComponenta .searchIcon {
    height: 4.6875vw !important;
    width: 4.6875vw !important;
    left: 3.125vw !important;
    top: 4.375vw !important;
  }
  .TagSearchComponenta * {
    font-size: 4.375vw !important;
  }
  .font-moses .TagSearchComponenta * {
    font-size: 3.75vw !important;
  }
  .mynet .TagSearchComponenta {
    padding: 0 3.125vw ! important;
    margin-bottom: 2.8125vw !important;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .TagSearchComponenta .tagsList {
    background-color: #5d5d5d !important;
  }
  .TagSearchComponenta .tagsList * {
    color: #c4c4c4 !important;
  }
  .TagSearchComponenta .search-field input {
    background-color: #5d5d5d !important;
    color: #c4c4c4 !important;
  }
  .TagSearchComponenta .searchIcon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='height:2em' viewBox='0 0 12 13'%3E %3Cg stroke-width='1' stroke='%23fff' fill='none'%3E %3Cpath d='M11.29 11.71l-4-4'/%3E %3Ccircle cx='5' cy='5' r='4'/%3E %3C/g%3E %3C/svg%3E") !important;
    background-repeat: no-repeat;
  }
}
.calcalist .TagSearchComponenta {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #fff;
}
.TagSearchComponenta .noResult {
  color: #eb1116;
  font-family: Arial;
  font-size: 16px;
  line-height: 20px;
  margin-top: 4px;
  padding-right: 3px;
  display: block;
}
.calcalist .TagSearchComponenta .noResult {
  font-family: 'Open Sans Hebrew';
}
.TagSearchComponenta .tagsList {
  position: absolute;
  border: solid 1px #1417ac;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  z-index: 22;
  background: #d8d8d8;
  border-top: 0;
  top: 45px;
  border-radius: 0 0 2.6px;
  box-sizing: border-box;
}
.calcalist .TagSearchComponenta .tagsList {
  background: #fff;
  width: 50%;
  right: 0px;
  top: 30px;
  margin-inline-start: 20px;
}
.TagSearchComponenta .tagsList .tagItem {
  font-size: 16px;
  line-height: 36px;
  color: #282828;
  text-decoration: none;
  padding-right: 15px;
  height: 36px;
}
.TagSearchComponenta .tagsList .tagItem:hover {
  background-color: #f6f6f6;
  color: #282828;
  font-weight: bold;
  height: 36px;
}
.TagSearchComponenta .tagsList .tagItem.selected {
  background-color: #f6f6f6;
  color: #282828;
  font-weight: bold;
  height: 36px;
}
.TagSearchComponenta .moreResults {
  font-size: 14px;
  padding-top: 5px;
  padding-right: 10px;
}
.TagSearchComponenta .search-field {
  position: relative;
  width: 100%;
  height: 50px;
}
.calcalist .TagSearchComponenta .search-field {
  height: 30px;
  background-color: #fff;
  display: flex;
}
.TagSearchComponenta .search-field input {
  width: 100%;
  height: 50px;
  border-radius: 2.6px;
  border: solid 1px transparent;
  background-color: #d8d8d8;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
  color: #000;
  box-sizing: border-box;
}
.calcalist .TagSearchComponenta .search-field input {
  height: 30px;
  background-color: #fff;
  border: solid 1px #d8d8d8;
  margin-inline-start: 20px;
  width: 50%;
  padding: 0 15px;
}
.font-moses .TagSearchComponenta .search-field input {
  font-size: 14px;
}
.TagSearchComponenta .search-field input:focus {
  border: solid 1px #1417ac;
}
.TagSearchComponenta .search-field input:focus::placeholder {
  opacity: 0;
}
.TagSearchComponenta .search-field .searchIcon {
  height: 17px;
  width: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.667' height='16.667' viewBox='0 0 16.667 16.667'%3E %3Cpath fill='%23000000' d='M2886.286 654.481l-3.011-3.011a7.3 7.3 0 1 0-1.813 1.814l3.008 3.011a1.284 1.284 0 0 0 1.816-1.815zm-8.992-1.968a5.212 5.212 0 1 1 5.208-5.213 5.213 5.213 0 0 1-5.208 5.213z' transform='translate(-2869.995 -640.004)'/%3E %3C/svg%3E"), no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 15px;
  background-repeat: no-repeat;
}
.calcalist .TagSearchComponenta .search-field .searchIcon {
  background-position: center;
  top: 0px;
  height: 100%;
  left: 50%;
}
.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;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .calcalist .topStoryTagsComponenta {
    background-color: #fff !important;
    margin-bottom: 0;
  }
  .calcalist .topStoryTagsComponenta .mediaArea {
    margin-bottom: 0px !important;
  }
  .calcalist .topStoryTagsComponenta .mediaItems img[style] {
    width: 100% !important;
    height: auto ! important;
    border-radius: unset ! important;
  }
  .calcalist .topStoryTagsComponenta .slotView {
    background-color: #fff;
  }
  .calcalist .topStoryTagsComponenta .slotView .textDiv {
    padding: 0 3.125vw;
    box-sizing: border-box;
  }
  .calcalist .topStoryTagsComponenta .slotView .slotTitle {
    position: relative;
    height: 8.4375vw;
    padding: 0;
    font-size: 7.8125vw !important;
    line-height: 9.375vw !important;
    margin: 0 0 -7.8125vw !important;
    max-height: 19.0625vw !important;
    flex-shrink: 0;
    z-index: 1;
  }
  .htmlEditorTextOutputContainer.collapsible {
    background: #fff;
    padding: 1.5625vw 3.125vw 3.125vw 3.125vw !important;
    font-size: 3.125vw;
    color: #121212;
    transition: ease;
  }
  .htmlEditorTextOutputContainer.collapsible .htmlEditorTextOutput {
    font-size: 1rem !important;
    line-height: 1.1rem !important;
  }
  .htmlEditorTextOutputContainer.collapsible .collapsibleButton {
    margin-bottom: 0.78125vw;
  }
  .htmlEditorTextOutputContainer.collapsible .collapsibleButton button {
    width: 8.59375vw;
    height: 8.59375vw;
    border-radius: 15.625vw;
    border: solid 0.8px #000;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 4.6875vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.09375vw;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .calcalist .topStoryTagsComponenta {
    background: transparent !important;
  }
  .calcalist .topStoryTagsComponenta .slotView .slotTitle,
  .calcalist .topStoryTagsComponenta .slotView .slotSubTitle {
    color: #fff !important;
  }
}
.calcalist .topStoryTagsComponenta {
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.calcalist .topStoryTagsComponenta .slotView {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
  flex-grow: 1;
}
.calcalist .topStoryTagsComponenta .slotView .textDiv {
  display: flex;
  justify-content: center;
  background: #fff;
}
.calcalist .topStoryTagsComponenta .slotView .textDiv a {
  text-decoration: none;
}
.calcalist .topStoryTagsComponenta .slotView .mediaArea {
  position: relative;
  flex-shrink: 0;
  margin-bottom: 20px;
  order: 2;
  display: flex;
  justify-content: center;
}
.calcalist .topStoryTagsComponenta .slotView .mediaArea .SiteImageMedia:hover {
  transform: none;
}
.calcalist .topStoryTagsComponenta .slotView .mediaArea .MediaCarousel {
  width: 460px !important;
  height: 260px !important;
}
.calcalist .topStoryTagsComponenta .slotView .mediaArea .MediaCarousel img {
  width: 460px !important;
  height: 260px !important;
}
.calcalist .topStoryTagsComponenta .slotView .slotTitle {
  font-family: 'Shual';
  font-weight: 700;
  line-height: 48px;
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 36px;
  color: #fff;
  background-color: #313131;
  overflow: hidden;
  box-sizing: content-box;
  max-height: 36px;
  padding: 6px 12px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  align-items: center;
}
.calcalist .topStoryTagsComponenta .slotView .simple-html-editor {
  font-family: 'Open Sans Hebrew';
}
.calcalist .htmlEditorTextOutputContainer.collapsible {
  background: #fff !important;
  padding: 0 20px 20px 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.calcalist .htmlEditorTextOutputContainer.collapsible .htmlEditorTextOutput {
  line-height: 1.4;
  font-family: 'Open Sans Hebrew';
  font-size: 16px !important;
  width: 550px;
}
.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%;
}
.AboutLinksList {
  display: flex;
  padding-top: 12px;
}
.AboutLinksList .bold {
  font-weight: bold;
}
.AboutLinksList ul {
  display: flex;
  flex: 1;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.AboutLinksList ul li {
  display: flex;
  width: 115px;
}
.AboutLinksList ul li a,
.AboutLinksList ul li a:visited,
.AboutLinksList ul li span {
  color: #000;
  font-family: "arial";
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}
.AboutLinksList ul li a:hover,
.AboutLinksList ul li a:visited:hover,
.AboutLinksList ul li span:hover {
  color: #F50000;
}
.Channels {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: #fff;
  margin-top: 30px;
}
.Channels .sectionLabelContainer {
  width: 100%;
  padding: 0 55px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.Channels .sectionLabelContainer .ynetLogo {
  width: 42px;
  height: 18px;
  background: transparent url(//www.ynet.co.il/images/footer/ynet_logo.png) no-repeat 0 0;
}
.Channels .channelsContainer {
  display: flex;
  flex: 8;
  width: 100%;
  padding: 24px 55px 0;
  box-sizing: border-box;
}
.Channels .channelsContainer ul:last-child {
  direction: ltr;
}
.Channels .channelsContainer ul {
  display: flex;
  flex: 1;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Channels .channelsContainer ul li a,
.Channels .channelsContainer ul li span {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  margin-left: 5px;
}
.Channels .channelsContainer ul li a:hover,
.Channels .channelsContainer ul li span:hover {
  color: #F50000;
}
.CreditLogos {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  width: 100%;
  height: 79px;
}
.CreditLogos .iconsWrapper {
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.CreditLogos .iconsWrapper a.footer_yit_icon {
  background: transparent url(//www.ynet.co.il/images/footer_yit127X29_1.png) no-repeat 0 0;
  width: 116px;
  height: 31px;
}
.CreditLogos .iconsWrapper a.footer_accessability_icon {
  background: transparent url('//www.ynet.co.il/images/footer/footer_nagish.png') no-repeat 0 0;
  width: 87px;
  height: 38px;
}
.CreditLogos .iconsWrapper a.footer_acum_icon {
  background: transparent url(//www.ynet.co.il/images/footer/foter_acum.png) no-repeat 0 0;
  width: 76px;
  height: 29px;
}
.CreditLogos .iconsWrapper a.footer_radware_icon {
  background: transparent url(//www.ynet.co.il/images/footer/footer_radware.png) no-repeat 0 0;
  width: 80px;
  height: 29px;
}
.CreditLogos .iconsWrapper a.footer_tali_icon {
  background: transparent url(//www.ynet.co.il/images/footer/foter_tali.png) no-repeat 0 0;
  width: 64px;
  height: 41px;
}
.CreditLogos .iconsWrapper a.footer_activetrail_icon {
  background: transparent url(//www.ynet.co.il/images/active_trail_footer.png) no-repeat 0 0;
  width: 106px;
  height: 40px;
}
.CreditLogos .iconsWrapper .homepage_footer_separator {
  display: inline-block;
  background-color: #e8e8e8;
  width: 1px;
  height: 40px;
}
.FooterLogos {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  background: #fff;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.FooterLogos .nadlan {
  background: transparent url(//www.ynet.co.il/images/footer/nadlan.png) no-repeat 0 0;
  width: 83px;
  height: 27px;
}
.FooterLogos .bigdeal {
  background: transparent url(//www.ynet.co.il/images/footer/bigdeal.png) no-repeat 0 0;
  width: 88px;
  height: 35px;
}
.FooterLogos .professionals {
  background: transparent url(//www.ynet.co.il/images/footer/pros.png) no-repeat 0 0;
  width: 98px;
  height: 35px;
}
.FooterLogos .insurance {
  background: transparent url(//www.ynet.co.il/images/footer/insurance.png) no-repeat 0 0;
  width: 111px;
  height: 35px;
}
.FooterLogos .mimun {
  background: transparent url(//www.ynet.co.il/images/footer/mimon.png) no-repeat 0 0;
  width: 122px;
  height: 35px;
}
.FooterLogos .shops {
  background: transparent url(/Common/images/footer/shops_grey_new.png) no-repeat 0 0;
  width: 116px;
  height: 35px;
}
.SectionLabelWithUnderlineDecoration {
  position: relative;
  font-weight: bold;
  font-size: 14px;
}
.SectionLabelWithUnderlineDecoration .underline {
  background-color: #de0000;
  width: 19px;
  height: 3px;
  position: absolute;
  right: 0;
  margin-top: 19px;
}
.SocialLinks {
  display: flex;
}
.SocialLinks a {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  line-height: 18px;
}
.SocialLinks .footer_tools_separator {
  background-color: #b8b6b7;
  width: 1px;
  height: 18px;
  display: inline-block;
  margin: 0 8px 0 13px;
}
.SocialLinks .ynetLogo {
  height: 20px;
  width: 80px;
  margin-left: 5px;
  background: transparent url(/Common/images/footer/footer_network_title.png) no-repeat 0 0;
}
.SocialLinks .logo {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.SocialLinks .logo.instagram {
  background: transparent url(//www.ynet.co.il/images/footer/instagram.png) no-repeat 0 0;
}
.SocialLinks .logo.youtube {
  background: transparent url(//www.ynet.co.il/images/footer/YouTube.png) no-repeat 0 0;
}
.SocialLinks .logo.twitter {
  background: transparent url(//www.ynet.co.il/images/footer/twitter.png) no-repeat 0 0;
}
.SocialLinks .logo.facebook {
  background: transparent url(//www.ynet.co.il/images/footer/facebook.png) no-repeat 0 0;
}
.SocialLinks .logo.negishut {
  cursor: pointer;
  background: transparent url(//www.ynet.co.il/images/footer/ngishot.png) no-repeat 0 0;
}
.ToolsAndAbout {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0px 30px;
  margin: 10px 0;
  background-color: #f5f5f5;
}
.ToolsAndAbout .wrapper {
  display: flex;
  flex: 1;
}
.ToolsAndAbout .wrapper .aboutWrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 43%;
}
.ToolsAndAbout .wrapper .aboutWrapper .SectionLabelWithUnderlineDecoration {
  padding-bottom: 20px;
}
.ToolsAndAbout .wrapper .toolsWrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 57%;
  overflow: hidden;
}
.ToolsAndAbout .wrapper .toolsWrapper .sectionTitleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}
.ToolsLinksList {
  display: flex;
  padding-top: 7px;
  position: relative;
  left: 10px;
}
.ToolsLinksList ul {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  direction: rtl;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ToolsLinksList ul li {
  display: flex;
  padding-left: 11px;
}
.ToolsLinksList ul li .seperator {
  display: inline-block;
  color: #4a668b;
  padding-left: 11px;
  font-size: 9px;
}
.ToolsLinksList ul li a,
.ToolsLinksList ul li a:visited,
.ToolsLinksList ul li span {
  color: #000;
  font-family: "arial";
  font-size: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}
.ToolsLinksList ul li a:hover,
.ToolsLinksList ul li a:visited:hover,
.ToolsLinksList ul li span:hover {
  color: #000;
}
.circle-background,
.circle-progress {
  fill: none;
}
.circle-background {
  stroke: rgba(255, 255, 255, 0.6);
}
.circle-progress {
  stroke: #ff0000;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.circle-text {
  font-size: 2em;
  font-weight: normal;
  fill: rgba(255, 255, 255, 0.6);
}
.pikudHaorefAlert {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1000000;
  right: 0;
  font-family: 'NarkisBlock';
}
.font-moses .pikudHaorefAlert {
  font-family: 'Moses', 'NarkisBlock';
}
.calcalist .pikudHaorefAlert {
  font-family: 'Open Sans Hebrew', sans-serif;
}
.pikudHaorefAlert .alertDescription {
  background-color: #e6eaf3;
  min-height: 44px;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
  transform-origin: 0% 0%;
  transform: translate(0, 100%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: -1;
}
.pikudHaorefAlert .alertDescription.open {
  transform: none;
}
.pikudHaorefAlert .alertDescription .redArrow {
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 17px solid #fb1b1b;
}
.pikudHaorefAlert .alertDescription .alert-description-container {
  display: flex;
  margin: 8px auto 19px;
  justify-content: center;
  width: 1031px;
}
.pikudHaorefAlert .alertDescription .area-description-title {
  font-weight: bold;
  margin-left: 6px;
  flex-shrink: 0;
  align-self: flex-start;
}
.pikudHaorefAlert .alert-top-container,
.pikudHaorefAlert .alert-bottom-container,
.pikudHaorefAlert .alert-description-container {
  max-width: 1192px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.pikudHaorefAlert .alert-top {
  width: 100%;
  background-color: #fb1b1b;
  min-height: 60px;
  height: auto;
  z-index: 2;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 50px;
  align-items: center;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .alert-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 7px auto;
}
.font-moses .pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .alert-title {
  font-size: 16px;
  font-weight: 670;
  line-height: normal;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas {
  list-style: none;
  display: flex;
  color: #fff;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas li {
  line-height: 18px;
  font-size: 16px;
  height: 18px;
  padding: 0 6px;
  margin: 0 0 5px;
  border-left: 1px solid #fff;
  cursor: pointer;
}
.font-moses .pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas li {
  font-size: 14px;
  font-weight: 340;
  line-height: normal;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas li:last-child {
  border-left: none;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-oref-logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:url(%23radial-gradient)%7D.cls-2%7Bfill:url(%23radial-gradient-2)%7D.cls-3%7Bfill:url(%23linear-gradient)%7D.cls-4%7Bfill:url(%23linear-gradient-2)%7D.cls-10,.cls-11,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18,.cls-19,.cls-20,.cls-21,.cls-22,.cls-23,.cls-24,.cls-25,.cls-26,.cls-27,.cls-28,.cls-29,.cls-30,.cls-31,.cls-32,.cls-39,.cls-5,.cls-6,.cls-7,.cls-8,.cls-9%7Bstroke:%23000%7D.cls-10,.cls-11,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18,.cls-19,.cls-20,.cls-21,.cls-22,.cls-23,.cls-24,.cls-25,.cls-26,.cls-27,.cls-28,.cls-29,.cls-30,.cls-5,.cls-6,.cls-7,.cls-8,.cls-9%7Bstroke-miterlimit:10%7D.cls-19,.cls-20,.cls-5,.cls-6,.cls-7%7Bstroke-width:.25px%7D.cls-5%7Bfill:url(%23linear-gradient-3)%7D.cls-6%7Bfill:url(%23linear-gradient-4)%7D.cls-24,.cls-7%7Bfill:%23fff%7D.cls-10,.cls-11,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18,.cls-21,.cls-22,.cls-23,.cls-24,.cls-25,.cls-26,.cls-27,.cls-28,.cls-29,.cls-30,.cls-31,.cls-32,.cls-39,.cls-8,.cls-9%7Bstroke-width:.25px%7D.cls-8%7Bfill:url(%23linear-gradient-5)%7D.cls-25,.cls-26,.cls-27,.cls-28,.cls-30,.cls-9%7Bstroke-linejoin:round%7D.cls-9%7Bfill:url(%23linear-gradient-6)%7D.cls-10%7Bfill:url(%23linear-gradient-7)%7D.cls-11%7Bfill:url(%23linear-gradient-8)%7D.cls-12%7Bfill:%234d4d4d%7D.cls-13%7Bfill:url(%23linear-gradient-9)%7D.cls-14%7Bfill:url(%23linear-gradient-10)%7D.cls-15%7Bfill:url(%23linear-gradient-11)%7D.cls-16%7Bfill:url(%23linear-gradient-12)%7D.cls-17%7Bfill:url(%23linear-gradient-13)%7D.cls-18%7Bfill:none%7D.cls-19%7Bfill:url(%23linear-gradient-14)%7D.cls-20%7Bfill:url(%23linear-gradient-15)%7D.cls-21%7Bfill:url(%23linear-gradient-16)%7D.cls-22%7Bfill:url(%23linear-gradient-17)%7D.cls-23%7Bfill:url(%23linear-gradient-18)%7D.cls-25,.cls-26,.cls-27,.cls-28%7Bstroke-linecap:round%7D.cls-25%7Bfill:url(%23linear-gradient-19)%7D.cls-26%7Bfill:url(%23linear-gradient-20)%7D.cls-27%7Bfill:url(%23linear-gradient-21)%7D.cls-28%7Bfill:url(%23linear-gradient-22)%7D.cls-29%7Bfill:url(%23linear-gradient-23)%7D.cls-30%7Bfill:url(%23linear-gradient-24)%7D.cls-31%7Bfill:url(%23radial-gradient-3)%7D.cls-32%7Bfill:url(%23radial-gradient-4)%7D.cls-33%7Bfill:url(%23radial-gradient-5)%7D.cls-34%7Bfill:url(%23radial-gradient-6)%7D.cls-35%7Bfill:url(%23radial-gradient-7)%7D.cls-36%7Bfill:url(%23radial-gradient-8)%7D.cls-37%7Bfill:url(%23radial-gradient-9)%7D.cls-38%7Bfill:url(%23radial-gradient-10)%7D.cls-39%7Bstroke-linecap:square;fill:url(%23linear-gradient-25)%7D %3C/style%3E %3CradialGradient id='radial-gradient' cx='.88' cy='.054' r='1.29' gradientTransform='matrix(-.944 .33 -.273 -.779 1.725 -.195)'%3E %3Cstop offset='0' stop-color='%2375a0d1'/%3E %3Cstop offset='.664' stop-color='%235397cc'/%3E %3Cstop offset='1' stop-color='%231261ac'/%3E %3C/radialGradient%3E %3CradialGradient id='radial-gradient-2' cx='.386' cy='.898' r='.983' gradientTransform='matrix(1 .015 -.013 .886 .012 .096)'%3E %3Cstop offset='0' stop-color='%23e26510'/%3E %3Cstop offset='1' stop-color='%23f6a423'/%3E %3C/radialGradient%3E %3ClinearGradient id='linear-gradient' x1='11.603' x2='11.686' y1='-4.053' y2='-2.637' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23183f54'/%3E %3Cstop offset='1' stop-color='%23071319'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-2' x1='.503' x2='.405' y1='.333' y2='1' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%230383c2'/%3E %3Cstop offset='1' stop-color='%230163a6'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-3' x1='.09' x2='.871' y1='.215' y2='.646' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ccd0d4'/%3E %3Cstop offset='1' stop-color='%23bdbdbd'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-4' x1='.063' x2='.646' y1='.226' y2='1.047' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23c1bdc0'/%3E %3Cstop offset='1' stop-color='%23989898'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-5' x1='83.787' x2='85.059' y1='-3.738' y2='-2.904' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23f5f5f5'/%3E %3Cstop offset='1' stop-color='%23d4d4d4'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-6' x1='20.768' x2='21.443' y1='-4.392' y2='-3.725' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23c4c6c9'/%3E %3Cstop offset='1' stop-color='%239c9ea1'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-7' x1='84.517' x2='84.97' y1='-3.393' y2='-2.442' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23d2d0d1'/%3E %3Cstop offset='1' stop-color='%23b0b0b0'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-8' x1='42.226' x2='43.331' y1='-12.049' y2='-10.917' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23e9e9e9'/%3E %3Cstop offset='1' stop-color='%23b8b9b6'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-9' x1='44.051' x2='42.837' y1='-14.384' y2='-13.538' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ededed'/%3E %3Cstop offset='1' stop-color='%23d0dbd3'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-10' x1='44.603' x2='43.459' y1='-14.115' y2='-12.997' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23818181'/%3E %3Cstop offset='1' stop-color='%237b7c7c'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-11' x1='80.414' x2='79.295' y1='-11.188' y2='-10.279' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%239fa3a3'/%3E %3Cstop offset='1' stop-color='%236c6c6c'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-12' x1='90.633' x2='89.595' y1='-11.225' y2='-10.55' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23e0e0e0'/%3E %3Cstop offset='1' stop-color='%23babfc2'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-13' x1='20.482' x2='21.285' y1='-14.529' y2='-15.413' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%2361615d'/%3E %3Cstop offset='1' stop-color='%237f7f7f'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-14' x1='.291' x2='.982' y1='.166' y2='.541' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23dbdbd9'/%3E %3Cstop offset='1' stop-color='%23a9aeaa'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-15' x1='.16' x2='.874' y1='.441' y2='1.013' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23a7aca9'/%3E %3Cstop offset='1' stop-color='%236c6c6c'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-16' x1='44.088' x2='43.521' y1='-13.636' y2='-12.933' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23848383'/%3E %3Cstop offset='1' stop-color='%23626363'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-17' x1='-26.243' x2='-24.933' y1='11.059' y2='12.321' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ababab'/%3E %3Cstop offset='1' stop-color='%23828282'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-18' x1='-25.833' x2='-24.373' y1='11.223' y2='12.158' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23dce0e5'/%3E %3Cstop offset='1' stop-color='%23afafaf'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-19' x1='36.168' x2='36.092' y1='-62.591' y2='-60.034' xlink:href='%23linear-gradient-8'/%3E %3ClinearGradient id='linear-gradient-20' x1='38.467' x2='38.181' y1='-62.519' y2='-60.078' xlink:href='%23linear-gradient-8'/%3E %3ClinearGradient id='linear-gradient-21' x1='38.573' x2='38.287' y1='-58.322' y2='-56.68' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23dbdbdb'/%3E %3Cstop offset='1' stop-color='%239f9f9f'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-22' x1='36.033' x2='36.037' y1='-58.266' y2='-56.758' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23e0e0e0'/%3E %3Cstop offset='1' stop-color='%23aaa'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-23' x1='21.194' x2='20.41' y1='-15.592' y2='-14.809' xlink:href='%23linear-gradient-9'/%3E %3ClinearGradient id='linear-gradient-24' x1='22.382' x2='19.835' y1='-6.336' y2='-4.702' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23bdd6df'/%3E %3Cstop offset='1' stop-color='%235f5f5f'/%3E %3C/linearGradient%3E %3CradialGradient id='radial-gradient-3' cx='38.381' cy='-343.503' r='1.193' gradientTransform='matrix(.084 .996 -1.073 .091 -237.441 -419.026)'%3E %3Cstop offset='0' stop-color='%23dbdbdb'/%3E %3Cstop offset='1' stop-color='%234a4a4a'/%3E %3C/radialGradient%3E %3CradialGradient id='radial-gradient-4' cx='-34.254' cy='-392.56' r='1.053' gradientTransform='matrix(.067 .998 -1.452 .097 -572.88 -439.966)' xlink:href='%23radial-gradient-3'/%3E %3CradialGradient id='radial-gradient-5' cx='-.703' cy='.13' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -.673 .839)'%3E %3Cstop offset='0' stop-color='%23fbfbfb'/%3E %3Cstop offset='1' stop-color='%23b3b3b3'/%3E %3C/radialGradient%3E %3CradialGradient id='radial-gradient-6' cx='-.703' cy='-1.376' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -1.393 -.765)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-7' cx='-.703' cy='-2.883' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -2.113 -2.369)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-8' cx='.553' cy='.13' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 .641 -.412)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-9' cx='.553' cy='-1.376' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -.079 -2.016)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-10' cx='.553' cy='-2.883' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -.799 -3.621)' xlink:href='%23radial-gradient-5'/%3E %3ClinearGradient id='linear-gradient-25' x1='-.072' x2='1.024' y1='-.799' y2='1.704' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ececec'/%3E %3Cstop offset='.379' stop-color='%23c7c7c7'/%3E %3Cstop offset='1' stop-color='%2368696a'/%3E %3C/linearGradient%3E %3C/defs%3E %3Cg id='layer1' transform='translate(381.426 -37.282)'%3E %3Ccircle id='path4228-7' cx='20' cy='20' r='20' class='cls-1' transform='translate(-381.426 37.282)'/%3E %3Ccircle id='path4232-6' cx='19.074' cy='19.074' r='19.074' class='cls-2' transform='translate(-380.5 38.208)'/%3E %3Cpath id='rect1699' d='M0 0h11.405v23.124H0z' class='cls-3' transform='translate(-375.522 45.606)'/%3E %3Cpath id='path1697' d='M274.838 109.5l13.689 17.154h-27.378z' class='cls-4' transform='translate(-636.353 -57.921)'/%3E %3Cg id='g1191-4' transform='translate(-359.23 43.366)'%3E %3Cpath id='path1185-3' d='M-1303.712 388.711s4.442 1 4.634 4.981' class='cls-5' transform='translate(1303.712 -388.711)'/%3E %3Cpath id='path1187-4' d='M-1299.067 393.692a.046.046 0 0 0 0 .012c-.01-.01-2.824.6-4.635-4.993' class='cls-6' transform='translate(1303.702 -388.711)'/%3E %3Cpath id='path1189-1' d='M-1303.712 388.711l4.634 4.981' class='cls-7' transform='translate(1303.712 -388.711)'/%3E %3C/g%3E %3Cpath id='path1193-7' d='M-169.091 69.377l.951-2.591v24.888l-1.606-.547V73.121a11.139 11.139 0 0 1 .655-3.744z' class='cls-8' transform='translate(-187.284 -26.103)'/%3E %3Cpath id='path1177-7' d='M-174.456 144.476a.431.431 0 0 1 .051-.02c.041-.02.092-.041.164-.082.153-.072.368-.184.634-.338s.593-.358.962-.6a11.224 11.224 0 0 0 1.156-.9 12.569 12.569 0 0 0 1.217-1.228 9.367 9.367 0 0 0 1.074-1.586 8.076 8.076 0 0 0 .706-1.913 2.261 2.261 0 0 0 .051-.256l.041-.256c.031-.174.041-.348.061-.522l.01-.133v-.131l.01-.276c.01-.184 0-.358 0-.542a16.756 16.756 0 0 0-.184-2.148c-.1-.706-.256-1.4-.419-2.067a30.432 30.432 0 0 0-1.156-3.56 34.777 34.777 0 0 0-1.064-2.435c-.143-.286-.256-.512-.338-.665s-.123-.235-.123-.235l.276-.153s.041.082.133.235.2.379.348.665c.3.573.7 1.412 1.125 2.435a29.661 29.661 0 0 1 1.248 3.591 18.851 18.851 0 0 1 .706 4.317c0 .184.01.389.01.563v.419l-.01.143a5 5 0 0 1-.051.563l-.041.276a2.616 2.616 0 0 0-.051.276 8.4 8.4 0 0 1-.726 2.087 10.484 10.484 0 0 1-1.125 1.729 11.309 11.309 0 0 1-1.258 1.33 12.894 12.894 0 0 1-1.207.972c-.379.266-.716.481-1 .655s-.512.3-.675.379l-.184.092a.609.609 0 0 1-.072.031l-.031-.02a.674.674 0 0 1-.266-.685z' class='cls-9' transform='translate(-183.106 -77.099)'/%3E %3Cpath id='path1195-0' d='M-154.858 69.377l-.951-2.591v26.047l1.606-.547V73.121a11.139 11.139 0 0 0-.655-3.744z' class='cls-10' transform='translate(-199.615 -26.103)'/%3E %3Cpath id='path1179-5' d='M-169.657 269.663v6.976h3.2v-6.976z' class='cls-11' transform='translate(-187.363 -205.6)'/%3E %3Cpath id='path1324' d='M-166.347 277.832l-3.141 1.177v.1l3.141-1.177zm.022 1l-3.14 1.168v.1l3.141-1.177zm0 1.024l-3.153 1.181v.1l3.153-1.181zm0 .975l-3.153 1.181v.1l3.153-1.181zm0 .993l-3.152 1.176v.1l3.153-1.181zm0 1.011l-3.153 1.181v.1l3.153-1.181z' class='cls-12' transform='translate(-187.513 -212.827)'/%3E %3Cpath id='path1209-9' d='M-114.6 180.342l-.1.029a7.61 7.61 0 0 1 3.183-6.126' class='cls-13' transform='translate(-235.982 -121.179)'/%3E %3Cpath id='path1211-8' d='M-110.72 174.148l.019-.013c0 .024.693 5-3.1 6.109' class='cls-14' transform='translate(-236.784 -121.082)'/%3E %3Cpath id='path1213-0' d='M-124.706 106.048s2.3 5.883-.921 7.929' class='cls-15' transform='translate(-226.319 -60.841)'/%3E %3Cpath id='path1215-9' d='M-130.177 113.977s-1.821-5.351.921-7.929' class='cls-16' transform='translate(-221.768 -60.841)'/%3E %3Cpath id='path1217-6' d='M-130.611 231.946c-.052.558-.621 4.578-6.727 5.44' class='cls-17' transform='translate(-215.957 -172.229)'/%3E %3Cpath id='path1219-7' d='M-183.772 179.729c2.558 2.145 5.029 3.768 7.458 5.678' class='cls-18' transform='translate(-174.875 -126.03)'/%3E %3Cg id='g1228-9' transform='translate(-358.647 53.699)'%3E %3Cpath id='path1221-7' d='M-1298.647 478.37s5.78.593 7.448 5.555h-.058' class='cls-19' transform='translate(1298.647 -478.37)'/%3E %3Cpath id='path1223-6' d='M-1291.259 483.929c-.575.04-5.25.244-7.389-5.559' class='cls-20' transform='translate(1298.648 -478.37)'/%3E %3Cpath id='path1226-8' d='M-1298.647 478.37l7.458 5.678' class='cls-7' transform='translate(1298.647 -478.37)'/%3E %3C/g%3E %3Cpath id='path1230-5' d='M-111.51 174.136c-1.072 2.208-2.068 4.255-3.192 6.323' class='cls-21' transform='translate(-235.985 -121.082)'/%3E %3Cpath id='path1234-7' d='M-176.538 139.92a31.18 31.18 0 0 1-6.169-4.665' class='cls-18' transform='translate(-175.817 -86.681)'/%3E %3Cpath id='path1236-0' d='M-124.706 106.048a139.65 139.65 0 0 1-.921 7.673v.256' class='cls-18' transform='translate(-226.319 -60.841)'/%3E %3Cpath id='path1240-9' d='M-177.983 138.443c-.513.136-4.525.664-6.155-4.784' class='cls-22' transform='translate(-174.552 -85.27)'/%3E %3Cpath id='path1242-8' d='M-184.137 133.659s4.815.511 6.2 4.781h-.049' class='cls-23' transform='translate(-174.552 -85.27)'/%3E %3Cpath id='path1244-8' d='M-184.137 133.659l6.212 4.886' class='cls-24' transform='translate(-174.552 -85.27)'/%3E %3Cpath id='path1248-5' d='M-184.947 269.451l-1.6.419-2.2-1.371h3.8' class='cls-25' transform='translate(-170.477 -204.571)'/%3E %3Cpath id='path1250-2' d='M-155.808 269.451l1.76.419 1.809-1.371h-3.569' class='cls-26' transform='translate(-199.616 -204.571)'/%3E %3Cpath id='path1252-5' d='M-188.374 268.5h6.666' class='cls-18' transform='translate(-170.803 -204.571)'/%3E %3Cpath id='path1254-3' d='M-155.809 257.245h3.569l-1.962-1.466-1.606.417' class='cls-27' transform='translate(-199.615 -193.316)'/%3E %3Cpath id='path1257-2' d='M-184.946 257.245h-3.8l2.189-1.466 1.606.418' class='cls-28' transform='translate(-170.478 -193.316)'/%3E %3Cpath id='path1259-3' d='M-137.339 236.9c-.025-.006 2.359-4.687 6.732-5.5v.064' class='cls-29' transform='translate(-215.956 -171.741)'/%3E %3Cpath id='path1261-3' d='M-174.456 195.013a.43.43 0 0 1 .051-.02c.041-.02.092-.041.164-.082.153-.072.368-.184.634-.338s.593-.358.962-.6a11.227 11.227 0 0 0 1.156-.9 12.572 12.572 0 0 0 1.217-1.228 9.367 9.367 0 0 0 1.074-1.586 8.077 8.077 0 0 0 .706-1.913 2.261 2.261 0 0 0 .051-.256l.041-.256c.031-.174.041-.348.061-.522l.01-.133v-.131l.01-.276c.01-.184 0-.358 0-.542a16.753 16.753 0 0 0-.184-2.148c-.1-.706-.353-1.745-.516-2.41l.45-.123a21.963 21.963 0 0 1 .8 4.661c0 .184.01.389.01.563v.419l-.01.143a5 5 0 0 1-.051.563l-.041.276a2.614 2.614 0 0 0-.051.276 8.4 8.4 0 0 1-.726 2.087 10.485 10.485 0 0 1-1.125 1.729 11.309 11.309 0 0 1-1.258 1.33 12.893 12.893 0 0 1-1.207.972c-.379.266-.716.481-1 .655s-.512.3-.675.379l-.184.092a.606.606 0 0 1-.072.031l-.031-.02a.674.674 0 0 1-.266-.685z' class='cls-30' transform='translate(-183.106 -127.636)'/%3E %3Cpath id='path1265-2' d='M-131.463 172.673a.642.642 0 0 1-.645-.645.642.642 0 0 1 .645-.645.642.642 0 0 1 .645.645.642.642 0 0 1-.645.645z' class='cls-31' transform='translate(-220.585 -118.647)'/%3E %3Cpath id='path1269-6' d='M-124.408 224.42a.686.686 0 0 1-.685-.685.686.686 0 0 1 .685-.685.685.685 0 0 1 .685.685.685.685 0 0 1-.685.685z' class='cls-32' transform='translate(-226.79 -164.357)'/%3E %3Cpath id='path1232-7' d='M-137.338 237.248s4.79-3.861 6.729-5.459' class='cls-18' transform='translate(-215.957 -172.091)'/%3E %3Cg id='g5295' transform='translate(-373.459 47.689)'%3E %3Cpath id='rect1932' d='M0 0h3.255v1.907H0z' class='cls-33' transform='translate(4.023)'/%3E %3Cpath id='rect1934' d='M0 0h3.255v1.907H0z' class='cls-34' transform='translate(4.023 2.621)'/%3E %3Cpath id='rect1936' d='M0 0h3.255v1.907H0z' class='cls-35' transform='translate(4.023 5.243)'/%3E %3Cpath id='rect1921' d='M0 0h3.255v1.907H0z' class='cls-36'/%3E %3Cpath id='rect1923' d='M0 0h3.255v1.907H0z' class='cls-37' transform='translate(0 2.621)'/%3E %3Cpath id='rect1925' d='M0 0h3.255v1.907H0z' class='cls-38' transform='translate(0 5.243)'/%3E %3C/g%3E %3Crect id='rect5247' width='4.911' height='1.299' class='cls-39' rx='.65' transform='translate(-357.879 70.804)'/%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 40px;
  height: 40px;
  align-self: center;
  border: 2px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
.pikudHaorefAlert .alert-top .alert-top-container .alert-left {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}
.pikudHaorefAlert .alert-top .alert-top-container .alert-left .alerts-close {
  width: 17px;
  height: 17px;
  background: transparent url('//www.ynet.co.il/images/x-mark-16.png') no-repeat 0 0;
  margin-top: 7px;
}
.pikudHaorefAlert .alerts-bottom {
  background-color: #1069a5;
  height: 40px;
  color: #fff;
  font-size: 16px;
}
.pikudHaorefAlert .alerts-bottom .alert-bottom-container {
  align-items: center;
}
.pikudHaorefAlert .alerts-bottom .alert-attention-text {
  font-weight: bold;
}
.pikudHaorefAlert .alerts-bottom .alert-permanent-link,
.pikudHaorefAlert .alerts-bottom .alert-permanent-link:hover {
  color: inherit;
}
.SiteScrollToTopButton {
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 52px;
  height: 52px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23b9b9b9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M16,0.6c8.5,0,15.4,6.9,15.4,15.4S24.5,31.4,16,31.4S0.6,24.5,0.6,16S7.5,0.6,16,0.6 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M16,3.1C8.9,3.1,3.1,8.9,3.1,16S8.9,28.9,16,28.9S28.9,23.1,28.9,16S23.1,3.1,16,3.1z M22.4,18.9c-0.4,0.4-1,0.4-1.3,0 L16,13.8l-5.1,5.1c-0.4,0.4-1,0.4-1.3,0c-0.4-0.4-0.4-1,0-1.3l5.8-5.8c0.4-0.4,1-0.4,1.3,0l5.8,5.8C22.8,18,22.8,18.6,22.4,18.9z' /%3E %3C/g%3E %3C/svg%3E");
  display: block;
  cursor: pointer;
  padding: 0;
  border: 0;
  background-color: transparent;
  z-index: 2;
  outline: 0;
}
.grid1280_2 .SiteScrollToTopButton {
  bottom: 85px;
  width: 76px;
  height: 76px;
  z-index: 11;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='76px' height='76px' viewBox='0 0 76 76' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3E64CA87B2-9464-45F1-BA02-A1E200341794%3C/title%3E %3Cdefs%3E %3Ccircle id='path-1' cx='30' cy='30' r='30'%3E%3C/circle%3E %3Cfilter x='-22.5%25' y='-17.5%25' width='145.0%25' height='145.0%25' filterUnits='objectBoundingBox' id='filter-2'%3E %3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='shadowSpreadOuter1'%3E%3C/feMorphology%3E %3CfeOffset dx='0' dy='3' in='shadowSpreadOuter1' result='shadowOffsetOuter1'%3E%3C/feOffset%3E %3CfeGaussianBlur stdDeviation='3' in='shadowOffsetOuter1' result='shadowBlurOuter1'%3E%3C/feGaussianBlur%3E %3CfeComposite in='shadowBlurOuter1' in2='SourceAlpha' operator='out' result='shadowBlurOuter1'%3E%3C/feComposite%3E %3CfeColorMatrix values='0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0.5 0' type='matrix' in='shadowBlurOuter1'%3E%3C/feColorMatrix%3E %3C/filter%3E %3C/defs%3E %3Cg id='DT-Home_Final-' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home_Back-To-Top_-captcha-V1.0' transform='translate(-1585.000000, -931.000000)'%3E %3Cg id='Group-4' transform='translate(1593.000000, 936.000000)'%3E %3Cg id='Oval'%3E %3Cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'%3E%3C/use%3E %3Cuse fill-opacity='0.4' fill='%232E2E2F' fill-rule='evenodd' style='mix-blend-mode: multiply;' xlink:href='%23path-1'%3E%3C/use%3E %3C/g%3E %3Cg id='Group-3' transform='translate(30.476787, 29.545823) rotate(90.000000) translate(-30.476787, -29.545823) translate(14.000000, 17.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E %3Cpath d='M12.8301532,8.25973737e-13 L15.0709124,2.29929173 L6.188,10.952 L32.953574,10.9557295 L32.9531003,14.1429333 L6.251,14.139 L15.145822,22.8086619 L12.9217994,25.0916462 L8.8817842e-14,12.4987941 L12.8301532,8.25973737e-13 Z' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .SiteScrollToTopButton :focus {
  outline: none;
}
.radionas .SiteScrollToTopButton {
  display: none;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) 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: 900px) 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: 900px) 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: 900px) 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;
}
