/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
@keyframes heartbeat {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (max-width: 767px) 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;
}
.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 {
  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 {
  position: absolute;
  left: unset;
  top: unset;
  right: 12px;
  bottom: 9px;
  z-index: 1;
}
.grid1280_2 .havakIcon.onImage.top,
.pplus .havakIcon.onImage.top {
  top: 9px !important;
  bottom: unset !important;
}
.grid1280_2 .havakIcon.onImage_big,
.pplus .havakIcon.onImage_big {
  width: 90px;
  height: 33px;
  bottom: 18px;
  right: 16px;
  top: unset;
}
.grid1280_2 .havakIcon.onImage_big.top,
.pplus .havakIcon.onImage_big.top {
  top: 9px !important;
  bottom: unset !important;
}
.grid1280_2 .havakIcon.onTextRow,
.pplus .havakIcon.onTextRow {
  display: inline-flex;
  margin-right: 6px;
}
.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;
}
.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;
}
.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;
}
/*
 * Open Sans Hebrew (Hebrew) http://www.google.com/fonts/earlyaccess
 */
@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');
}
/* hebrew */
@font-face {
  font-family: 'Secular One';
  font-style: normal;
  font-weight: 400;
  src: local('Secular One'), local('SecularOne-Regular'), url(https://fonts.gstatic.com/s/secularone/v2/8QINdiTajsj_87rMuMdKyqDgOOhLLA.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Secular One';
  font-style: normal;
  font-weight: 400;
  src: local('Secular One'), local('SecularOne-Regular'), url(https://fonts.gstatic.com/s/secularone/v2/8QINdiTajsj_87rMuMdKyqDsOOhLLA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Secular One';
  font-style: normal;
  font-weight: 400;
  src: local('Secular One'), local('SecularOne-Regular'), url(https://fonts.gstatic.com/s/secularone/v2/8QINdiTajsj_87rMuMdKyqDiOOg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Medium.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Medium.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Bold.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Bold.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Heavy.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Heavy.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Semibold.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Semibold.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Light.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Light.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
.ArticleBodyComponent {
  direction: rtl;
  background-color: white;
  font-family: arial !important;
  font-size: 14px;
}
.ArticleBodyComponent .DraftEditor-editorContainer {
  z-index: auto;
}
.ArticleBodyComponent .pHeader {
  COLOR: #192862;
  font-size: 16px;
  margin-top: 0px;
  display: block;
  margin-bottom: 1px;
  font-weight: bold;
}
.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;
}
.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;
}
.ArticleBodyComponent a:visited {
  color: #00f;
}
.ArticleBodyComponent a:hover {
  color: #f00;
}
.ArticleBodyComponent p {
  margin: 0 0 13px 0;
}
.ArticleBodyComponent .VideoComponenta .BlankContainer {
  display: block !important;
}
.ArticleBodyComponent .originalLaunchDate {
  clear: both;
}
.ArticleBodyComponent .coAuthors {
  margin: 13px 0;
}
figure {
  margin: 10px 0 0 0;
  display: inline;
}
blockquote.text_editor_block_quote {
  display: block;
  width: 33%;
  clear: both;
  padding: 5px 10px 10px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: none;
  margin: 0;
}
.ArticleBodyComponent {
  font-family: arial !important;
  font-size: 14px;
}
.ArticleBodyComponent h1 {
  color: #192862;
  font-size: 16px;
  margin-top: 0px;
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
.ArticleBodyComponent ol {
  display: block;
  list-style-type: decimal;
  padding-right: 13px;
  margin: 0 0 10px 0;
}
.ArticleBodyComponent ul {
  list-style-position: inside;
  display: block;
  margin: 0 0 10px 0;
  line-height: 1.3;
  padding-inline-start: 0px;
}
.ArticleBodyComponent ul li > * {
  display: inline;
}
.ArticleBodyComponent .special_ul {
  list-style-type: none;
  font-size: 20px;
  color: #1417ac;
  line-height: 24px;
  margin-bottom: 13px;
}
.ArticleBodyComponent .special_ul li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(20, 23, 172)' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg id='icon' transform='translate(-1327 -606)'%3E%3Cpath id='Union_4' data-name='Union 4' d='M31.878,32H0V0H26.425V14.286H32V32Zm-2.724-2.857v-12H26.425v12ZM2.877,29.112h20.67V2.888H2.877ZM5.465,22.73v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Z' transform='translate(1327 606)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 4px right;
  background-size: 15px;
  margin: 10px 0;
}
.ArticleBodyComponent .special_ul li > div {
  padding-right: 22px;
  display: block;
}
.ArticleBodyComponent a:visited {
  color: #00f;
}
.ArticleBodyComponent a:hover {
  color: #f00;
}
.ArticleBodyComponent p,
.ArticleBodyComponent .ynet_article_paragraph {
  margin: 0 0 13px 0;
}
.ArticleBodyComponent .text_editor_block_quote {
  margin: 5px 10px 10px;
  position: relative;
  z-index: 5;
  font-size: 120%;
  float: left;
}
.ArticleBodyComponent .text_editor_block_quote.editorQuotes_right {
  float: right;
}
.ArticleBodyComponent .text_editor_contact_us_link {
  width: 208px;
  height: 16px;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: right;
}
.ArticleBodyComponent .text_editor_contact_us_link a {
  color: #9d9d9d;
}
.ArticleBodyComponent .iframeCaption {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: bold;
  margin-left: 5px;
}
.originalLaunchDate {
  color: #8c8c8c;
  line-height: 20px;
  font-size: 14px;
}
.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 xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%231da1f3%7D %3C/style%3E %3C/defs%3E %3Cpath id='twitter' d='M729.378 77.333a20 20 0 1 0 20 20 20 20 0 0 0-20-20zm10.058 16.554a13.192 13.192 0 0 1-20.3 11.714 9.325 9.325 0 0 0 6.867-1.921 4.642 4.642 0 0 1-4.332-3.221 4.642 4.642 0 0 0 2.094-.079 4.644 4.644 0 0 1-3.721-4.607 4.622 4.622 0 0 0 2.1.58 4.644 4.644 0 0 1-1.436-6.193 13.169 13.169 0 0 0 9.561 4.847 4.642 4.642 0 0 1 7.905-4.232 9.28 9.28 0 0 0 2.945-1.126 4.648 4.648 0 0 1-2.039 2.566 9.265 9.265 0 0 0 2.664-.73 9.427 9.427 0 0 1-2.308 2.402z' class='cls-1' transform='translate(-709.378 -77.333)'/%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: 767px) 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);
  }
}
.PremiumAddCommentFormUI.fadeIn {
  animation: fadeinForm 200ms ease-in;
  -webkit-animation: fadeinForm 200ms ease-in;
}
.PremiumAddCommentFormUI.hide {
  display: none;
}
.PremiumAddCommentFormUI .AddCommentForm {
  margin-top: 3px;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .thankYou {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  letter-spacing: 0.4px;
  text-align: right;
  color: #ed1c24;
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 55px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeTextLabel {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.PremiumAddCommentFormUI .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");
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .successfullySentText {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  letter-spacing: 0.4px;
  text-align: right;
  color: #ed1c24;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  margin-top: 3px;
  cursor: pointer;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  margin-left: 5px;
  height: 10px;
  width: 10px;
  background-position: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E");
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.PremiumAddCommentFormUI .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;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .title {
  height: 40px;
  background-color: #FFF;
  display: inline-block;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-size: 13px;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .comment {
  height: 60px;
  padding-top: 10px;
  background-color: #FFF;
  display: inline-block;
  border: 1px solid #BFCDE3;
  font-size: 13px;
  margin-bottom: 8px;
  padding: 5px;
  overflow: auto;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .inputStyle {
  background-color: #FFF;
  padding: 0 20px 0 0;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:link,
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:visited {
  color: #25262b;
  font-weight: bold;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  cursor: pointer;
  border: 0;
  width: 140px;
  height: 40px;
  border-radius: 2px;
  background-color: #ed1c24;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.grid1280 #PremiumArticleComment .commentNum {
  font-size: 22px! important;
  line-height: 34px! important;
  padding-top: 0 ! important;
}
.grid1280 #PremiumArticleComment .details {
  height: 19px ! important;
}
.grid1280 #PremiumArticleComment .details .author {
  font-size: 14px;
}
.grid1280 #PremiumArticleComment .details .publishDate {
  font-size: 12px;
}
.grid1280 #PremiumArticleComment .commentTitle {
  font-size: 16px !important;
  line-height: 20px !important;
}
.grid1280 #PremiumArticleComment.expanded {
  margin-bottom: 0px ! important;
}
.grid1280 #PremiumArticleComment .expandedView .commentText {
  font-size: 14px! important;
  line-height: 20px! important;
}
.grid1280 #PremiumArticleComment.level1 {
  padding: 12px 0px 14px 0 !important;
}
.grid1280 #PremiumArticleComment .bottomButtonsWrapper {
  margin-top: 10px ! important;
}
.grid1280 #PremiumArticleComment .bottomButtonsWrapper * {
  font-family: Arial, Helvetica, sans-serif ! important;
}
.grid1280 #PremiumArticleComment .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent {
  background-color: #000066 !important;
}
#PremiumArticleComment {
  background-color: transparent !important;
}
#PremiumArticleComment.level1 {
  border-top: 1px solid #d4d4d4;
  padding: 22px 0px;
}
#PremiumArticleComment.level2 {
  border: 0;
  padding: 0px;
  margin: 0;
  bottom: 10px;
  padding-bottom: 10px;
}
#PremiumArticleComment.expanded {
  background-color: transparent !important;
}
#PremiumArticleComment .topView {
  display: flex;
}
#PremiumArticleComment .topView .level2ArrowContainer {
  justify-content: flex-end;
  display: flex;
  padding-left: 10px;
  min-width: 85px;
}
#PremiumArticleComment .topView .level2ArrowContainer .level2Arrow {
  display: flex;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.334' height='17' viewBox='0 0 22.334 17'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b;stroke:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cg id='reply' transform='translate(.5 .5)'%3E %3Cg id='Group_348' data-name='Group 348'%3E %3Cpath id='Path_26' d='M9.778 75.548v3.118A1.335 1.335 0 0 1 8.444 80a1.317 1.317 0 0 1-.9-.357l-.574-.531c-1.885-1.747-5.046-4.67-6.663-6.292a1.248 1.248 0 0 1 0-1.64c1.617-1.622 4.778-4.545 6.666-6.292l.574-.531a1.317 1.317 0 0 1 .9-.357 1.335 1.335 0 0 1 1.333 1.333v3.108c6.4-.09 10.667-2.108 10.667-4a.444.444 0 1 1 .889 0c-.003 5.993-5.146 10.89-11.558 11.107zm-.444-6.215a.444.444 0 0 1-.444-.444v-3.556a.445.445 0 0 0-.444-.444.431.431 0 0 0-.293.12l-.574.531C5.694 67.283 2.542 70.2.937 71.807a.407.407 0 0 0 0 .386c1.6 1.609 4.756 4.525 6.64 6.267l.574.531a.43.43 0 0 0 .293.12.445.445 0 0 0 .444-.444v-3.556a.444.444 0 0 1 .444-.444 10.95 10.95 0 0 0 10.875-8.12c-1.895 1.661-6.007 2.786-10.874 2.786z' class='cls-1' data-name='Path 26' transform='translate(0 -64)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21.3px;
  height: 16px;
  margin-top: 12px;
}
#PremiumArticleComment .topView .commentNum {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: 0.6px;
  text-align: right;
  padding-top: 10px;
  min-width: 55px;
}
#PremiumArticleComment .topView .topLeftView {
  display: flex;
  flex-direction: column;
}
#PremiumArticleComment .topView .topLeftView .commentDetailsWrapper {
  display: flex;
}
#PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details {
  display: flex;
  align-items: center;
}
#PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details .author {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.13;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
#PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details .publishDate {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #777777;
  padding-right: 10px;
}
#PremiumArticleComment .topView .topLeftView .commentTitle {
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: 0.4px;
  text-align: right;
  padding-top: 5px;
}
#PremiumArticleComment .expandedView {
  padding-bottom: 0;
}
#PremiumArticleComment .expandedView .commentText {
  margin-top: 6px;
  padding: 0;
  border: 0px;
  background: transparent;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: 0.4px;
  text-align: right;
  color: #25262b;
}
#PremiumArticleComment .expandedView .commentText.level1 {
  padding-right: 55px;
}
#PremiumArticleComment .expandedView .commentText.level2 {
  padding-right: 85px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper {
  margin-top: 25px;
  height: 30px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper.level1 {
  padding-right: 55px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper.level2 {
  padding-right: 85px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn {
  width: 120px;
  height: 30px;
  border-radius: 2px;
  background-color: #ed1c24;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent {
  width: 120px;
  height: 30px;
  border-radius: 2px;
  background-color: #000;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 170px;
  height: 30px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.likeSvg {
  position: relative;
  bottom: 1px;
  fill: #999999;
  width: 24.2px;
  height: 18px;
  cursor: pointer;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.likeSvg:hover {
  fill: #282828;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.likeSvg.likePressed {
  fill: #282828;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.likeSvg.likePressed:hover {
  fill: #999999;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.dislikeSvg {
  cursor: pointer;
  position: relative;
  top: 3px;
  fill: #999999;
  width: 24.2px;
  height: 18px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.dislikeSvg:hover {
  fill: #282828;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.dislikeSvg.dislikePressed {
  fill: #282828;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.dislikeSvg.dislikePressed:hover {
  fill: #999999;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  width: 40px;
  height: 22px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.13;
  letter-spacing: 0.32px;
  color: #25262b;
  padding-left: 5px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter.unlikesCounter {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 5px;
}
.PremiumArticleCommentsTopTabUI {
  display: flex;
  flex-direction: column;
}
.PremiumArticleCommentsTopTabUI .tab {
  background: transparent !important;
  height: 40px !important;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.PremiumArticleCommentsTopTabUI .tab .tabTextWraper {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  letter-spacing: 0.4px;
  text-align: right;
  color: #25262b;
}
.PremiumArticleCommentsTopTabUI .tab .sortOptions {
  position: relative;
}
.PremiumArticleCommentsTopTabUI .tab .sortOptions .togglerWrapper {
  position: absolute;
  left: 5px;
  bottom: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.PremiumArticleCommentsTopTabUI .tab .sortOptions .togglerWrapper .toggler {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.995' height='5.6' viewBox='0 0 11.995 5.6'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23919191%7D %3C/style%3E %3C/defs%3E %3Cg id='drop_down' data-name='drop down' transform='translate(-151.032 -40.197)'%3E %3Cpath id='Shape_744' d='M2510.03 1068.8a.842.842 0 0 1-.594-.243l-5.157-3.932a.831.831 0 0 1 0-1.181.845.845 0 0 1 1.188 0l4.564 3.34 4.563-3.34a.845.845 0 0 1 1.188 0 .832.832 0 0 1 0 1.181l-5.158 3.932a.837.837 0 0 1-.593.243zm0 0' class='cls-1' data-name='Shape 744' transform='translate(-2353 -1023)'/%3E %3C/g%3E %3C/svg%3E");
  width: 12px;
  height: 5.6px;
  background-repeat: no-repeat;
}
.PremiumArticleCommentsTopTabUI .tab .sortOptions .selectLabel {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.83;
  letter-spacing: 0.2px;
  text-align: right;
  color: #777777;
  padding-left: 10px;
}
.PremiumArticleCommentsTopTabUI .tab .sortOptions .sortSelect {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  padding-right: 10px;
  width: 146px;
  height: 40px;
  border-radius: 2px;
  border-color: #c8c8c8;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.33;
  letter-spacing: normal;
  text-align: right;
  color: #25262b;
}
.PremiumArticleCommentsTopTabUI .topPanel {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  border-top: 1px solid #d4d4d4;
  padding-top: 18px;
  padding-bottom: 18px;
}
.PremiumArticleCommentsTopTabUI .topPanel .newCommentBtn {
  cursor: pointer;
  border: 0;
  padding: 0;
  width: 500px;
  height: 40px;
  border-radius: 2px;
  background-color: #ed1c24;
}
.PremiumArticleCommentsTopTabUI .topPanel .newCommentBtn span {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.Grid1280ArticleCommentsTopTabUI {
  display: flex;
  flex-direction: column;
}
.Grid1280ArticleCommentsTopTabUI .tab {
  background: #000066 !important;
  height: 24px !important;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
}
.Grid1280ArticleCommentsTopTabUI .tab .tabTextWraper {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-align: right;
  color: #fff;
}
.Grid1280ArticleCommentsTopTabUI .topPanel {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 14px;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .newCommentBtn {
  cursor: pointer;
  border: 0;
  padding: 0;
  width: 280px;
  height: 40px;
  border-radius: 2px;
  background-color: #ed1c24;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .newCommentBtn span {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions {
  position: relative;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .togglerWrapper {
  position: absolute;
  left: 5px;
  bottom: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .togglerWrapper .toggler {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.995' height='5.6' viewBox='0 0 11.995 5.6'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23919191%7D %3C/style%3E %3C/defs%3E %3Cg id='drop_down' data-name='drop down' transform='translate(-151.032 -40.197)'%3E %3Cpath id='Shape_744' d='M2510.03 1068.8a.842.842 0 0 1-.594-.243l-5.157-3.932a.831.831 0 0 1 0-1.181.845.845 0 0 1 1.188 0l4.564 3.34 4.563-3.34a.845.845 0 0 1 1.188 0 .832.832 0 0 1 0 1.181l-5.158 3.932a.837.837 0 0 1-.593.243zm0 0' class='cls-1' data-name='Shape 744' transform='translate(-2353 -1023)'/%3E %3C/g%3E %3C/svg%3E");
  width: 12px;
  height: 5.6px;
  background-repeat: no-repeat;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .selectLabel {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.83;
  letter-spacing: 0.2px;
  text-align: right;
  color: #777777;
  padding-left: 10px;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .sortSelect {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  padding-right: 10px;
  width: 146px;
  height: 40px;
  border-radius: 2px;
  border-color: #c8c8c8;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.33;
  letter-spacing: normal;
  text-align: right;
  color: #25262b;
}
.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: 767px) 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;
}
.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 ! important;
  margin-top: 14px !important;
}
.ynet.grid1280_2 .SiteArticleComments {
  font-family: 'NarkisBlock' ! important;
}
.ynet.grid1280_2 .SiteArticleComments .commentsContainer {
  border-bottom: 1px solid #dadadd;
}
.ynet.grid1280_2 .SiteArticleComments .commentsContainer > div:first-child .level1 {
  border-top: none;
}
.ynet.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.ynet.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;
}
.AddCommentForm.ynetRegular {
  background-color: #ECEFF4;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer {
  margin-top: 3px;
  background-color: #ECEFF4;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: space-between;
  color: #5074A8;
  margin-bottom: 14px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 14px;
  font-weight: bold;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  font-size: 12px;
  direction: rtl;
  margin-top: 3px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -33px -19px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  background: #fff;
  display: inline-block;
  flex-basis: 46%;
  height: 25px;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-family: Arial;
  font-size: 13px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .commentInputs .title {
  background-color: #F8F8EC;
  display: inline-block;
  height: 25px;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-family: Arial;
  font-size: 13px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .commentInputs .comment {
  background-color: #F8F8EC;
  display: inline-block;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-family: Arial;
  font-size: 13px;
  height: 100px;
  margin-bottom: 8px;
  padding: 5px;
  overflow: auto;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel {
  display: flex;
  flex-direction: column;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow:last-child {
  padding-top: 5px;
  justify-content: flex-end;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .termsOfService {
  line-height: 16px;
  font-size: 12px;
  flex: 3;
  color: #636363;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .termsOfService a {
  text-decoration: underline;
  color: #5074A8;
  font-weight: bolder;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .previewBtn {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .previewBtn .previewBtnText {
  line-height: normal;
  color: #5074A8;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .previewBtn .previewBtnIcon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-left: 3px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -20px -19px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  border: 0px;
  background-color: #3D5DA6;
  color: #fff;
  padding: 0 7px;
  height: 21px;
  width: 85px;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn .textDoubleBubleIcon {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  margin-bottom: -1px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -153px -36px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr {
  background-color: #ECEFF4;
  padding: 10px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage {
  border: 1px solid #9fa4a7;
  padding: 20px;
  position: absolute;
  top: 0px;
  left: -10px;
  width: 434px;
  z-index: 3;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage > * {
  font-size: 14px ! important;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage .bottomPanel {
  flex-direction: row;
  justify-content: flex-end;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage .bottomPanel .closeText {
  margin: 0 10px;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .alertText {
  color: #D8110E;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 10px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .successfullySentText {
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.he {
  display: block;
  width: 102px;
  height: 44px;
  direction: ltr;
  overflow: hidden;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -123px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.ru {
  width: 139px;
  height: 40px;
  background: transparent url(/Common/images/ynetnewsresp/logo-menu_vesti.png);
  direction: ltr;
  background-size: contain;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.en {
  width: 96px;
  height: 48px;
  background: transparent url(/Common/images/ynetnewsresp/logo-menu.png);
  direction: ltr;
  background-size: contain;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.es {
  width: 103px;
  height: 48px;
  background: transparent url(/picserver/ynetespanol/wcm_upload/2019/07/16/rkf00JMjbB/espnyol_logo_new.jpg);
  direction: ltr;
  background-size: contain;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .closeText {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  text-decoration: underline;
  color: black;
  font-weight: bold;
  font-size: 12px;
  background: transparent;
  border: 0;
}
.AddCommentForm.ynetRegular .PreviewComment {
  position: absolute;
  right: 0px;
  top: 137px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper {
  margin: 4px;
  border: 1px solid #9fa4a7;
  background: #ECEFF4;
  padding: 10px;
  display: flex;
  height: 130px;
  flex-direction: column;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .previewTitle {
  font-size: 13px;
  color: #000;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .authorDetails {
  direction: ltr;
  text-align: right;
  margin-top: 2px;
  color: #8E8E8E;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .previewCommentContent {
  white-space: pre-wrap;
  padding: 14px 15px;
  line-height: 17px;
  background-color: white;
  border-top: 1px solid #DEDFE1;
  border-left: 1px solid #DEDFE1;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .spacer {
  margin-top: 10px;
  border-bottom: 1px solid #dddddd;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel {
  display: flex;
  justify-content: space-between;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .closeBtn {
  cursor: pointer;
  align-self: flex-end;
  text-decoration: underline;
  font-weight: bold;
  color: #5074A8;
  font-size: 11px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons {
  display: flex;
  justify-content: space-between;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons .like {
  display: inline-block;
  width: 24px;
  height: 21px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -69px -36px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons .dislike {
  display: inline-block;
  width: 24px;
  height: 21px;
  margin-left: -2px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -96px -36px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons .likesCounter {
  display: inline-block;
  zoom: 1;
  width: 44px;
  height: 21px;
  padding-right: 3px;
  color: white;
  font-weight: bold;
  text-align: center;
  direction: ltr;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -89px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .close {
  color: red;
}
.ArticleComment {
  padding: 3px 10px 4px 10px;
  position: relative;
}
.ArticleComment .topView {
  cursor: pointer;
}
.ArticleComment .topView .commentTitle {
  font-size: 13px;
  color: #000;
}
.ArticleComment .topView .commentTitle .arrowDown {
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -113px !important;
}
.ArticleComment .topView .commentTitle .level2Arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 4px 15px 0 4px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -13px -113px;
}
.ArticleComment .topView .redTitleText {
  color: #9b1a1f;
  font-weight: bold;
}
.ArticleComment .topView .authorDetails {
  padding-right: 16px;
  margin-top: 2px;
  color: #8E8E8E;
  font-size: 12px;
  display: flex;
}
.ArticleComment .topView .authorDetails span {
  margin-left: 2px;
}
.ArticleComment .expandedView {
  padding-bottom: 10px;
}
.ArticleComment .expandedView .commentText {
  padding: 14px 15px;
  line-height: 17px;
  background-color: white;
  border-top: 1px solid #DEDFE1;
  border-left: 1px solid #DEDFE1;
  overflow: hidden;
}
.ArticleComment .expandedView .spacer {
  margin-top: 10px;
  border-bottom: 1px solid #dddddd;
}
.ArticleComment .expandedView .bottomButtonsWrapper {
  display: flex;
  justify-content: space-between;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper button {
  padding: 0 7px;
  height: 21.6px;
  line-height: 21px;
  border: 0px;
  color: #fff;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper button[disabled] {
  opacity: 0.1;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn {
  background: #D8110E;
  margin-left: 9px;
  font-size: 12px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn .textBubleIcon {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 5px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -168px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent {
  background: #3D5DA6;
  font-size: 12px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent .textDoubleBubleIcon {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  margin-bottom: -1px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -153px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper {
  display: flex;
  width: 88px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .like {
  display: inline-block;
  padding: 0;
  border: 0;
  cursor: pointer;
  width: 24px;
  height: 21px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -69px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .dislike {
  display: inline-block;
  width: 24px;
  padding: 0;
  border: 0;
  cursor: pointer;
  height: 21px;
  margin-left: -2px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -96px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .btnWithOpacity {
  opacity: 0.1;
  pointer-events: none;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter {
  display: inline-block;
  zoom: 1;
  width: 44px;
  height: 21px;
  padding: 0;
  border: 0;
  padding-right: 3px;
  color: white;
  font-weight: bold;
  text-align: center;
  direction: ltr;
  font-size: 85%;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesPositive {
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -89px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesNegative {
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -65px;
}
.ArticleComment.expanded {
  background-color: #ECEFF4;
  margin-bottom: 8px;
  padding-top: 9px;
}
.ArticleCommentsTopTabYnetUi .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
  margin-bottom: 15px;
  background: #000066;
  width: 100%;
}
.ArticleCommentsTopTabYnetUi .tab .tabTextWraper {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1px;
  padding: 0px 10px;
}
.ArticleCommentsTopTabYnetUi .tab .tabTextWraper.es,
.ArticleCommentsTopTabYnetUi .tab .tabTextWraper.en {
  display: flex;
  flex-direction: row-reverse;
}
.ArticleCommentsTopTabYnetUi .tab .expandAllCommentsBtn {
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  padding: 0px 10px;
  background: transparent;
  border: 0;
  position: relative;
}
.ArticleCommentsTopTabYnetUi .tab .expandAllCommentsBtn::after {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  right: -5px;
  vertical-align: middle;
  top: 1px;
  content: "";
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon points='0,16 13.7,27.4 13.7,4.6 '/%3E %3Cpolygon points='18.3,16 32,27.4 32,4.6 '/%3E %3C/g%3E %3C/svg%3E");
  height: 10px;
  width: 13px;
}
.ArticleCommentsTopTabYnetUi .topPanel {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 21.6px;
  line-height: 21px;
  margin-bottom: 13px;
}
.ArticleCommentsTopTabYnetUi .topPanel .newCommentBtn {
  border: 0px;
  background: #D8110E;
  color: #fff;
  width: 90px;
  font-size: 12px;
}
.ArticleCommentsTopTabYnetUi .topPanel .newCommentBtn[disabled] {
  opacity: 0.1;
}
.ArticleCommentsTopTabYnetUi .topPanel .newCommentBtn .textBubleIcon {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 5px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -168px -36px;
}
.ArticleCommentsTopTabYnetUi .topPanel .sortOptions .sortSelect {
  height: 21px;
  width: 130px;
  border: 1px solid #BFCDE3;
  padding-left: 5px;
  font-size: 12px;
}
.ArticleCommentsTopTabYnetUi .topPanel .sortOptions .selectLabel {
  color: #5E5E5E;
  margin-left: 10px;
  font-size: 80%;
  font-weight: bold;
}
@-webkit-keyframes fadeinForm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scaleY(0);
    transform: translate3d(0, -50%, 0) scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}
.AddCommentFormUI1280.fadeIn {
  animation: fadeinForm 200ms ease-in;
  -webkit-animation: fadeinForm 200ms ease-in;
}
.AddCommentFormUI1280.hide {
  display: none;
}
.AddCommentFormUI1280 .AddCommentForm {
  margin-top: 3px;
  position: relative;
  padding: 10px 0;
  margin-bottom: 5px;
}
.AddCommentFormUI1280 .AddCommentForm * {
  box-sizing: border-box;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper {
  height: 50px;
  background: #f3f8f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 22px 13px 26px;
  box-sizing: border-box;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .thankYou {
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-align: right;
  color: #000;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeTextLabel {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #000;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeIcon {
  height: 8px;
  width: 8px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E");
  background-size: contain;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .successfullySentText {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.ArticleComment1280 .AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  justify-content: flex-end;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-align: right;
  color: #000;
}
.ArticleComment1280 .AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  display: none !important;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.3px;
  text-align: right;
  color: #000;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  margin-top: 15px;
  cursor: pointer;
  margin-bottom: -15px;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  margin-left: 5px;
  height: 8px;
  width: 8px;
  background-position: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E");
  background-size: contain;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  width: 361px;
  height: 48px;
  margin-bottom: 11px;
  display: inline-block;
  background-color: #f3f8f9;
  padding: 11px 15px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .commentInputs .title {
  height: 48px;
  display: inline-block;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .commentInputs .comment {
  height: 81px;
  display: inline-block;
  overflow: auto;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .inputStyle {
  background-color: #f3f8f9;
  padding: 11px 15px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 10px;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService {
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  color: #000;
  width: 352px;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:link,
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:visited {
  color: #000;
  font-weight: bold;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  cursor: pointer;
  border: 0;
  width: 164px;
  height: 40px;
  background-image: linear-gradient(127deg, #474cdd, #1417ac 43%);
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
.ArticleComment1280 {
  background-color: transparent !important;
}
.ArticleComment1280.level1 {
  border-top: 1px solid #dadadd;
  padding: 15px 0px;
}
.ArticleComment1280.level2 {
  border: 0;
  padding: 0px;
  margin: 0;
  bottom: 10px;
  padding-bottom: 10px;
}
.ArticleComment1280.expanded {
  background-color: transparent !important;
}
.ArticleComment1280 .redTitleText {
  color: #de1a1a;
  font-weight: 600;
}
.ArticleComment1280 .topView {
  display: flex;
}
.ArticleComment1280 .topView .level2ArrowContainer {
  justify-content: flex-end;
  display: flex;
  padding-left: 10px;
}
.ArticleComment1280 .topView .level2ArrowContainer .level2Arrow {
  display: flex;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%239D9D9D' fill-rule='nonzero'%3E %3Cg%3E %3Cpath d='M11.56 0v3.29c0 2.512-1.92 4.561-4.328 4.667l-.197.005-4.747-.001 1.943 1.764-.711.835L.659 7.96H.657V7.96L0 7.363l3.463-3.652.77.778L1.99 6.85h5.044c1.845 0 3.352-1.495 3.444-3.377l.005-.183V0h1.076z' transform='translate(-1153.000000, -781.000000) translate(1153.000000, 781.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 11px;
  margin-top: 2px;
}
.ArticleComment1280 .topView .commentNum {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: right;
  min-width: 20px;
  flex-shrink: 0;
}
.ArticleComment1280 .topView .topLeftView {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-right: 2px;
}
.ArticleComment1280 .topView .topLeftView .commentDetailsWrapper {
  display: flex;
}
.ArticleComment1280 .topView .topLeftView .details {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  justify-content: flex-start;
}
.ArticleComment1280 .topView .topLeftView .details > div {
  display: flex;
  flex-shrink: 0;
}
.ArticleComment1280 .topView .topLeftView .details .publishDate {
  margin-left: 25px;
}
.ArticleComment1280 .topView .topLeftView .details span {
  margin-left: 5px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper {
  display: flex;
  align-items: center;
  width: auto;
  margin: auto 0 auto 22px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg {
  margin-left: 7px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.likeSvg {
  position: relative;
  bottom: 1px;
  fill: #727276;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  cursor: pointer;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.likeSvg:hover g,
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.likeSvg.likePressed g {
  fill: #1417ac;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.dislikeSvg {
  cursor: pointer;
  position: relative;
  top: 3px;
  fill: #727276;
  width: 16px;
  height: 16px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.dislikeSvg:hover g,
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.dislikeSvg.dislikePressed g {
  fill: #1417ac;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper .likesCounter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  color: #727276;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.32px;
  margin: auto 0px auto 2px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper .likesCounter.unlikesCounter {
  justify-content: flex-end;
  padding-left: 0;
}
.ArticleComment1280 .topView .topLeftView .details .commentToComent {
  background: transparent;
  border: 0;
  color: #1417ac;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: -0.3px;
  margin-left: 28px;
}
.ArticleComment1280 .topView .topLeftView .commentTitle {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 8px;
  cursor: pointer;
}
.ArticleComment1280 .topView .topLeftView .commentTitle.expanded {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ArticleComment1280 .topView .topLeftView .commentText {
  margin-bottom: 8px;
  padding: 0;
  border: 0px;
  background: transparent;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  text-align: right;
  color: #000;
  display: none;
}
.ArticleComment1280 .topView .topLeftView .commentText.expanded {
  display: block;
}
.ArticleComment1280 .expandedView {
  padding-bottom: 0;
}
.ArticleComment1280 .expandedView .bottomButtonsWrapper {
  margin-top: 25px;
  height: 30px;
}
.ArticleComment1280 .expandedView .bottomButtonsWrapper.level1 {
  padding-right: 55px;
}
.ArticleComment1280 .expandedView .bottomButtonsWrapper.level2 {
  padding-right: 85px;
}
.ArticleCommentsTopTabUI1280 {
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: space-between;
}
.ArticleCommentsTopTabUI1280 .tabTitle {
  display: flex;
  align-items: center;
}
.ArticleCommentsTopTabUI1280 .tabTitle .tbIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill-rule='nonzero' stroke='%23000' stroke-width='2'%3E %3Cpath d='M23 1.52v16.59H10.644l-4.047 3.644-.001-3.645H1V1.52h22z' transform='translate(-12 -12) translate(12 12)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  font-weight: bold;
  margin: 3px 0 auto 9px;
  height: 26px;
  width: 27px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
}
.ArticleCommentsTopTabUI1280 .tabTitle span:not(.tbIcon) {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  line-height: 32px;
}
.ArticleCommentsTopTabUI1280 .tabPanel {
  display: flex;
}
.ArticleCommentsTopTabUI1280 .newCommentBtn {
  background-image: linear-gradient(132deg, #474cdd, #1417ac 47%);
  height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: flex;
  width: 136px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}
.ArticleCommentsTopTabUI1280 .sortOptions {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.ArticleCommentsTopTabUI1280 .sortOptions .selectLabel {
  font-size: 14px;
  color: #000;
}
.ArticleCommentsTopTabUI1280 .sortOptions .togglerWrapper {
  position: absolute;
  left: 0px;
  bottom: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ArticleCommentsTopTabUI1280 .sortOptions .togglerWrapper .toggler {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.995' height='5.6' viewBox='0 0 11.995 5.6'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23919191%7D %3C/style%3E %3C/defs%3E %3Cg id='drop_down' data-name='drop down' transform='translate(-151.032 -40.197)'%3E %3Cpath id='Shape_744' d='M2510.03 1068.8a.842.842 0 0 1-.594-.243l-5.157-3.932a.831.831 0 0 1 0-1.181.845.845 0 0 1 1.188 0l4.564 3.34 4.563-3.34a.845.845 0 0 1 1.188 0 .832.832 0 0 1 0 1.181l-5.158 3.932a.837.837 0 0 1-.593.243zm0 0' class='cls-1' data-name='Shape 744' transform='translate(-2353 -1023)'/%3E %3C/g%3E %3C/svg%3E");
  width: 12px;
  height: 5.6px;
  background-repeat: no-repeat;
}
.ArticleCommentsTopTabUI1280 .sortOptions .sortSelect {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  padding-right: 2px;
  width: 120px;
  height: 40px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
  background: transparent;
}
.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: 9999;
  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: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  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: center center;
  background-repeat: no-repeat;
}
.ArticleFacebookComments iframe {
  width: 100% ! important;
}
.ArticleHeaderComponent1280 {
  background-color: white;
  direction: rtl;
  padding: 2px 0 0 0;
  display: flex;
  flex-direction: column;
}
.ArticleHeaderComponent1280 .marketingCredit {
  color: #78787b;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  display: inline-flex;
  height: 28px;
}
.ArticleHeaderComponent1280 a.marketingCredit {
  color: #78787b;
}
.ArticleHeaderComponent1280 a.marketingCredit:hover {
  color: #78787b;
}
.ArticleHeaderComponent1280 .withAvatar > span:not(.date) {
  bottom: 6px ! important;
  top: 0px ! important;
}
.ArticleHeaderComponent1280 .withAvatar .authoranddate {
  align-items: center;
}
.ArticleHeaderComponent1280 .withAvatar .authoranddate .authors {
  max-width: 380px;
}
.ArticleHeaderComponent1280 .authoranddate {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-left: 265px;
  flex-wrap: wrap;
}
.ArticleHeaderComponent1280 .authoranddate .authors {
  margin-left: 8px;
  max-width: 400px;
}
.ArticleHeaderComponent1280 .infoSeparator {
  margin: auto 6px;
  font-size: 16px;
  color: #78787b;
}
.ArticleHeaderComponent1280 .authorAvatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 8px;
  display: block !important;
}
.ArticleHeaderComponent1280 .printView {
  background: #000;
  color: #fff ! important;
  line-height: 14px !important;
  padding: 4px 8px;
  border-left: 5px solid #ed1c24;
}
.ArticleHeaderComponent1280 .printView > span,
.ArticleHeaderComponent1280 .printView a {
  color: #fff ! important;
  text-decoration: none ! important;
}
.ArticleHeaderComponent1280 .mainTitleWrapper {
  margin-bottom: 14px;
}
.ArticleHeaderComponent1280 .mainTitleWrapper .mainTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  width: 100%;
  height: auto !important;
  font: bold 44px/48px 'NarkisBlock';
}
.ArticleHeaderComponent1280 .subTitleWrapper {
  margin-bottom: 25px;
}
.ArticleHeaderComponent1280 .subTitleWrapper .subTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  font: normal 24px/28px 'NarkisBlock';
  height: auto !important;
  width: 100%;
}
.ArticleHeaderComponent1280 .authorAndDateContainer {
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
}
.ArticleHeaderComponent1280 .authorAndDateContainer.marketingArt .date {
  align-items: center;
  display: inline-flex;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .authors {
  color: #78787b;
  font: normal 16px/20px 'NarkisBlock';
  margin-left: 6px;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .authors a {
  text-decoration: none;
  color: inherit ! important;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .authors a:hover {
  text-decoration: underline;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .date {
  color: #78787b;
  line-height: 20px;
  font-size: 16px;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .date .publishedLabel {
  margin-left: 5px;
}
.ArticleHeaderComponent1280 .authorAndDateContainer > span:not(.date) {
  display: flex;
  position: absolute;
  left: 0;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .ArticleHeaderShareComponent button {
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.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: 767px) 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: 767px) 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;
  }
}
.galleryLeave-leave {
  opacity: 1;
}
.galleryLeave-leave.galleryLeave-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-out;
}
@media only screen and (max-width: 767px) 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: 9999;
}
.SiteArticleImagesGallery .GalleryWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
}
.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 {
  height: 94px;
  width: 1280px;
}
.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%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageContainer {
  max-height: 520px;
  max-width: 926px;
  width: 100%;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  display: flex;
  justify-content: space-between;
  height: 54px;
  direction: rtl;
  padding-top: 30px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  width: 926px;
  padding-top: 48px;
}
.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;
}
.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;
}
.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");
}
.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");
}
.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;
}
.grid1280_2 .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;
}
.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;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  height: 30px;
  color: #fff;
  font-size: 20px;
  align-items: center;
  letter-spacing: 0;
  margin-top: 48px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: bolder;
  padding-top: 4px;
}
.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;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  background-size: contain;
  background-position: center;
  height: 22px;
  width: 18px;
  opacity: 1;
}
.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");
}
.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: 767px) 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: 767px) 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;
  }
}
.SiteArticleSocialShare1280 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.SiteArticleSocialShare1280 .shareIcon1280 {
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.SiteArticleSocialShare1280 .shareIcon1280.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%233a559f%7D %3C/style%3E %3C/defs%3E %3Cpath id='facebook' d='M635.718 77.333a20 20 0 1 0 20 20 20 20 0 0 0-20-20zm5.92 11.767h-2.8c-.987 0-1.193.4-1.193 1.425v2.467h3.988l-.384 4.33h-3.6v12.934h-5.165V97.375H629.8v-4.384h2.686v-3.453c0-3.241 1.733-4.933 5.576-4.933h3.577V89.1z' class='cls-1' transform='translate(-615.718 -77.333)'/%3E %3C/svg%3E");
}
.SiteArticleSocialShare1280 .shareIcon1280.tw {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%231da1f3%7D %3C/style%3E %3C/defs%3E %3Cpath id='twitter' d='M729.378 77.333a20 20 0 1 0 20 20 20 20 0 0 0-20-20zm10.058 16.554a13.192 13.192 0 0 1-20.3 11.714 9.325 9.325 0 0 0 6.867-1.921 4.642 4.642 0 0 1-4.332-3.221 4.642 4.642 0 0 0 2.094-.079 4.644 4.644 0 0 1-3.721-4.607 4.622 4.622 0 0 0 2.1.58 4.644 4.644 0 0 1-1.436-6.193 13.169 13.169 0 0 0 9.561 4.847 4.642 4.642 0 0 1 7.905-4.232 9.28 9.28 0 0 0 2.945-1.126 4.648 4.648 0 0 1-2.039 2.566 9.265 9.265 0 0 0 2.664-.73 9.427 9.427 0 0 1-2.308 2.402z' class='cls-1' transform='translate(-709.378 -77.333)'/%3E %3C/svg%3E");
}
.SiteArticleSocialShare1280 .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23636363%7D %3C/style%3E %3C/defs%3E %3Cpath id='email' d='M12066 40a20 20 0 0 1-14.141-34.142 20 20 0 0 1 28.283 28.284A19.864 19.864 0 0 1 12066 40zm-3.628-18.218l-5.747 5.769a1.726 1.726 0 0 0 1.164.449h16.7a1.718 1.718 0 0 0 1.161-.449l-5.745-5.769a7.49 7.49 0 0 1-.18.131l-.072.052a31.254 31.254 0 0 1-1.191.848 6.546 6.546 0 0 1-1.07.543 3.188 3.188 0 0 1-1.245.279h-.023a3.257 3.257 0 0 1-1.244-.276 6.526 6.526 0 0 1-1.068-.546 26.942 26.942 0 0 1-1.047-.743 16.93 16.93 0 0 0-.4-.288zm13.906-4.62a6.42 6.42 0 0 1-1.13.989 351.11 351.11 0 0 0-3.928 2.7l5.058 5.084v-8.773zm-20.276 0v8.775l5.063-5.084a357.208 357.208 0 0 0-3.922-2.7 6.11 6.11 0 0 1-1.141-.989zm1.725-5.161a1.613 1.613 0 0 0-1.256.594 2.294 2.294 0 0 0-.469 1.477 2.646 2.646 0 0 0 .623 1.55 5.57 5.57 0 0 0 1.322 1.313c.217.153.951.667 2.32 1.617l.154.108c.6.414 1.172.815 1.669 1.166s.862.6 1.144.8c.031.021.078.056.133.1l.036.026.117.085.2.139c.276.2.464.337.609.434s.325.211.589.367a3.37 3.37 0 0 0 .648.309 1.8 1.8 0 0 0 .567.1h.021a1.8 1.8 0 0 0 .568-.1 3.4 3.4 0 0 0 .648-.309c.266-.156.445-.269.588-.367.175-.116.4-.277.615-.434l.072-.054.065-.047c.065-.047.122-.089.175-.124l.067-.05.1-.071.045-.032.266-.184q.331-.232.836-.582l4.148-2.894a5.35 5.35 0 0 0 1.38-1.4 2.961 2.961 0 0 0 .555-1.714 1.827 1.827 0 0 0-1.8-1.82h-16.666z' class='cls-1' transform='translate(-12046.001)'/%3E %3C/svg%3E");
}
.SiteArticleSocialShare1280 .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='39.999' viewBox='0 0 40 39.999'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23128c7e%7D %3C/style%3E %3C/defs%3E %3Cpath id='whatsapp' d='M10676 40a20 20 0 0 1-14.142-34.141 20 20 0 1 1 28.285 28.283A19.871 19.871 0 0 1 10676 40zm-5.5-11.653a9.886 9.886 0 0 0 5.485 1.653h.015a10 10 0 0 0 0-20 10.01 10.01 0 0 0-10 10 9.864 9.864 0 0 0 1.9 5.86l-1.246 3.715 3.844-1.229zm8.785-2.747a8.528 8.528 0 0 1-2.932-.82 11.872 11.872 0 0 1-4.914-4.3l-.021-.032a2.214 2.214 0 0 0-.043-.061l-.018-.023a5.567 5.567 0 0 1-1.169-2.994 3.187 3.187 0 0 1 1-2.407l.024-.025a1.445 1.445 0 0 1 1.022-.36c.076 0 .149 0 .22.006h.107c.3.014.445.039.637.494l.211.509.091.222c.253.613.548 1.33.6 1.433a.6.6 0 0 1 .042.542 1.567 1.567 0 0 1-.3.428l-.026.031-.173.189a4.639 4.639 0 0 0-.264.295l-.009.011a.467.467 0 0 0-.109.611 8.825 8.825 0 0 0 1.625 2.016 7.328 7.328 0 0 0 2.253 1.408l.043.017.048.02a.737.737 0 0 0 .288.06.569.569 0 0 0 .418-.17 9.716 9.716 0 0 0 .657-.864v-.006l.12-.167a.559.559 0 0 1 .465-.268.716.716 0 0 1 .251.05c.265.092 1.641.771 2 .948l.161.08h.009c.2.1.331.16.389.257a2.532 2.532 0 0 1-.172 1.388 2.838 2.838 0 0 1-1.963 1.412 2.6 2.6 0 0 1-.566.07z' class='cls-1' transform='translate(-10656)'/%3E %3C/svg%3E");
}
.SiteArticleSocialShare1280 .shareIcon1280.print {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1,.cls-3%7Bfill:%23c4c4c4%7D.cls-2%7Bfill:%23fff%7D.cls-3%7Bstroke:%23fff;stroke-width:2px%7D.cls-4%7Bstroke:none%7D.cls-5%7Bfill:none%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_639' data-name='Group 639' transform='translate(-1527 -1225)'%3E %3Ccircle id='Ellipse_24' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 24' transform='translate(1527 1225)'/%3E %3Crect id='Rectangle_483' width='21.333' height='10.666' class='cls-2' data-name='Rectangle 483' rx='1' transform='translate(1536.333 1239.666)'/%3E %3Cg id='Rectangle_485' class='cls-3' data-name='Rectangle 485' transform='translate(1539 1245)'%3E %3Crect width='16' height='10.666' class='cls-4' rx='1'/%3E %3Cpath d='M1 1h14v8.666H1z' class='cls-5'/%3E %3C/g%3E %3Cpath id='Rectangle_484' d='M0 0h13.333v2.667H0z' class='cls-2' data-name='Rectangle 484' transform='translate(1540.333 1235.666)'/%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialShare1280 .shareIcon1280.tb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D.cls-2%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_640' data-name='Group 640' transform='translate(-1413 -1237)'%3E %3Ccircle id='Ellipse_28' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 28' transform='translate(1413 1237)'/%3E %3Cg id='comment-black-oval-bubble-shape' transform='translate(1423 1212.493)'%3E %3Cpath id='Path_25' d='M19.063 40.138a9.242 9.242 0 0 0-3.717-2.656 13.253 13.253 0 0 0-5.13-.975 13.557 13.557 0 0 0-3.968.576 11.1 11.1 0 0 0-3.261 1.556A7.777 7.777 0 0 0 .81 40.97 5.43 5.43 0 0 0 0 43.8 5.532 5.532 0 0 0 1.032 47a8.371 8.371 0 0 0 2.822 2.508 7.246 7.246 0 0 1-.3.866q-.171.41-.308.673a4.632 4.632 0 0 1-.371.581q-.234.319-.353.45l-.393.433q-.273.3-.353.394a.8.8 0 0 0-.091.1l-.08.1-.068.1q-.057.086-.051.108a.3.3 0 0 1-.023.114.151.151 0 0 0 .006.137v.011a.573.573 0 0 0 .2.331.447.447 0 0 0 .348.1 8.56 8.56 0 0 0 1.3-.251 12.461 12.461 0 0 0 5.244-2.759 15.6 15.6 0 0 0 1.653.091 13.249 13.249 0 0 0 5.13-.975 9.24 9.24 0 0 0 3.717-2.656 5.594 5.594 0 0 0 0-7.33z' class='cls-2' data-name='Path 25'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialShareNew1280 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  height: 24px;
  position: relative;
  width: 295px;
}
.DesktopModeContainer .SiteArticleSocialShareNew1280 {
  position: absolute;
  left: 0;
}
.SiteArticleSocialShareNew1280.bottomBtns {
  float: left;
}
.SiteArticleSocialShareNew1280 .shareIcon1280 {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  margin: 0 7px 0 8px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.SiteArticleSocialShareNew1280 .shareIcon1280.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-536.000000, -562.000000) translate(439.000000, 562.000000) translate(97.699198, 0.000000)'%3E %3Cpath fill='%233A5794' fill-rule='nonzero' d='M12.004 0c6.63 0 12.005 5.373 12.005 12s-5.375 12-12.005 12C5.374 24 0 18.627 0 12S5.375 0 12.004 0zm0 2.208C6.594 2.208 2.21 6.592 2.21 12c0 5.408 4.385 9.792 9.795 9.792S21.8 17.408 21.8 12c0-5.408-4.386-9.792-9.796-9.792z'/%3E %3Cellipse cx='12.004' cy='12' fill='%233A5794' rx='10.804' ry='10.8'/%3E %3Cpath fill='%23FFF' d='M13.228 5.865c1.039 0 1.773.163 1.773.163v1.835s-.228.006-.793.007h-.264c-.764 0-1.132.486-1.132 1.247l-.001 1.37h1.962l-.327 2.272H12.81l.001 5.305h-2.39l-.001-5.306-1.88.001v-2.272h1.88V9.005c0-2.69 1.534-3.12 2.722-3.14h.085z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialShareNew1280 .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%233ECC70' d='M12.055 0c3.198 0 6.2 1.24 8.456 3.487 2.257 2.249 3.499 5.237 3.498 8.413-.002 6.559-5.366 11.893-11.958 11.893-2.001 0-3.968-.5-5.713-1.447 0 .002-.003.002-.007.001L0 24l1.675-6.086-.017-.145C.637 15.983.1 13.962.101 11.892.102 5.334 5.466 0 12.055 0z' transform='translate(-575.000000, -562.000000) translate(439.000000, 562.000000) translate(136.707944, 0.000000)'/%3E %3Cpath fill='%23FFF' d='M5.762 9.494c0 1.423 1.058 2.797 1.206 2.99.148.194 2.083 3.113 5.046 4.367.704.298 1.255.475 1.683.608.708.22 1.351.189 1.86.116.569-.085 1.749-.7 1.995-1.376.246-.676.246-1.254.173-1.374-.075-.12-.272-.193-.567-.338-.295-.145-1.748-.845-2.02-.94-.269-.097-.467-.145-.663.144-.198.289-.763.94-.935 1.134-.172.192-.345.217-.64.073-.295-.145-1.248-.452-2.376-1.436-.877-.767-1.47-1.714-1.642-2.003-.172-.29-.019-.445.13-.59.132-.13.295-.337.442-.507.148-.168.197-.29.295-.482.098-.193.05-.362-.024-.507-.074-.144-.664-1.567-.911-2.147-.212-.496-.426-.495-.598-.495H8.15c-.172-.01-.369-.011-.565-.011-.197 0-.518.072-.788.362s-1.034.989-1.034 2.412z' transform='translate(-575.000000, -562.000000) translate(439.000000, 562.000000) translate(136.707944, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialShareNew1280 .shareIcon1280.tw {
  background-image: url("data:image/svg+xml,%3Csvg 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='%2325A1F2' 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(-497.000000, -562.000000) translate(439.000000, 562.000000) translate(58.690452, 0.000000)'/%3E %3Cpath fill='%23FFF' d='M17.384 9.902c0-.105 0-.21-.007-.313.482-.343.898-.768 1.23-1.255-.45.196-.927.325-1.416.381.515-.303.9-.78 1.083-1.34-.483.282-1.012.48-1.564.588-.932-.977-2.493-1.024-3.484-.105-.64.592-.911 1.474-.713 2.316-1.98-.098-3.825-1.018-5.076-2.533-.653 1.108-.32 2.525.763 3.236-.392-.011-.776-.115-1.118-.303v.03c0 1.155.827 2.149 1.976 2.377-.363.098-.743.112-1.112.042.322.987 1.247 1.664 2.3 1.684-.871.674-1.949 1.04-3.058 1.04-.196-.001-.392-.013-.586-.036 1.126.712 2.437 1.09 3.775 1.088 4.53.001 7.007-3.693 7.007-6.897z' transform='translate(-497.000000, -562.000000) translate(439.000000, 562.000000) translate(58.690452, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialShareNew1280 .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M12.004 0c6.63 0 12.005 5.373 12.005 12s-5.375 12-12.005 12C5.374 24 0 18.627 0 12S5.375 0 12.004 0z' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M5.402 7.8H18.607V16.2H5.402z' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M5.207 7.76L11.837 12.56 18.412 7.76' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialShareNew1280 .shareIcon1280.more {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='5px' height='21px' viewBox='0 0 5 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EDABEEDA5-CB43-4221-B94B-4826C6515A3D%3C/title%3E %3Cg id='DT' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='article-final_No-comments-yet' transform='translate(-439.000000, -564.000000)'%3E %3Cg id='share-btn_-no-comments-yet' transform='translate(439.000000, 562.000000)'%3E %3Cg id='Group-16' transform='translate(0.000000, 2.400000)'%3E %3Cellipse id='Oval' fill='%23000000' cx='2.34085274' cy='2.34' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cellipse id='Oval-Copy-4' fill='%23000000' cx='2.34085274' cy='17.94' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cellipse id='Oval-Copy-3' fill='%23000000' cx='2.34085274' cy='10.14' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cg id='Group-14' transform='translate(0.000000, 3.600000)'%3E%3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  margin-left: 0;
  width: 5px;
  height: 24px;
  background-size: contain;
  background-position: center;
}
.SiteArticleSocialShareNew1280 .menuMore {
  width: 246px;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 25px 45px 8px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 0 6px 2px rgba(217, 217, 217, 0.5);
}
.SiteArticleSocialShareNew1280 .menuMore a,
.SiteArticleSocialShareNew1280 .menuMore a:hover {
  text-decoration: none;
  color: inherit;
  height: 22px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 17px;
  display: block;
  cursor: pointer;
}
.SiteArticleSocialShareNew1280 .close {
  height: 0;
  opacity: 0;
  transition: all .5s ease;
  z-index: -1;
}
.SiteArticleSocialShareNew1280 .open {
  opacity: 1;
  transform: translateY(0);
  z-index: 100;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb {
  background: #1417ac;
  height: 24px;
  display: flex;
  min-width: 90px;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  margin-left: 7px;
  padding: 0 9px 0 11px;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb span {
  color: #fff;
  letter-spacing: -0.3px;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb span:not(.shareIcon1280) {
  font-size: 15.6px;
  font-weight: 400;
  margin-right: 2px;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  display: none;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb .shareIcon1280 {
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  margin: 0 0 0 2px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill-rule='nonzero' stroke='%23fff' stroke-width='2'%3E %3Cpath d='M23 1.52v16.59H10.644l-4.047 3.644-.001-3.645H1V1.52h22z' transform='translate(-12 -12) translate(12 12)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  font-weight: bold;
  background-size: contain;
  margin-top: 2px;
  color: #fff;
}
.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;
  font-family: 'Open Sans Hebrew';
  flex-wrap: wrap;
}
.grid1280 .ArticleTagsComponent .tagsLabel,
.magazine_grid1280 .ArticleTagsComponent .tagsLabel {
  background: none ! important;
  color: #25262b ! important;
}
.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;
}
.grid1280_2 .ArticleTagsComponent {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  background-color: transparent;
}
.grid1280_2 .ArticleTagsComponent * {
  color: #000 ! important;
  font-family: '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;
}
.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;
}
.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(http://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;
}
.ArticleTagsComponent.ctechTags .tagsLabel {
  margin: 0;
  width: auto;
  float: right;
  direction: ltr;
  font-size: 13px!important;
  font-weight: bold;
  background: url(http://www.calcalist.co.il/images/1280/article/tags.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 {
  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;
}
.TimelineComponenta {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 848px;
}
.TimelineComponenta * {
  font-family: 'Open Sans Hebrew' !important;
}
.TimelineComponenta:after {
  width: 1px;
  height: 100%;
  background: #ed1c24;
  top: 0;
  content: "";
  left: calc(50% - 0.5px);
  position: absolute;
  z-index: 1;
}
.TimelineComponenta .timelineItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  position: relative;
  margin-bottom: 40px;
}
.TimelineComponenta .timelineItem:last-child {
  margin-bottom: 0;
}
.TimelineComponenta .timelineItem .timelineTitle {
  color: #000;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  width: 391px;
  overflow: hidden;
  flex-shrink: 0;
  justify-content: flex-start;
  display: flex;
}
.TimelineComponenta .timelineItem .circlePoint {
  width: 25px;
  height: 25px;
  border: 2px solid #ed1c24;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  position: absolute;
  top: calc(50% - 14.5px);
  left: calc(50% - 13.5px);
  z-index: 2;
}
.TimelineComponenta .timelineItem .infoBox {
  position: relative;
  border: solid 1px #d4d4d4;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: auto;
  width: 380px;
  padding: 25px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.TimelineComponenta .timelineItem .infoBox > a *,
.TimelineComponenta .timelineItem .infoBox > a:hover *,
.TimelineComponenta .timelineItem .infoBox > a,
.TimelineComponenta .timelineItem .infoBox a:hover {
  text-decoration: none;
  color: initial;
}
.TimelineComponenta .timelineItem .infoBox:after {
  content: "";
  border: solid 1px #d4d4d4;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 9px);
  left: -10px;
  background: #fff;
  z-index: 2;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
}
.TimelineComponenta .timelineItem .infoBox .boxTitle {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: bold;
}
.TimelineComponenta .timelineItem .infoBox .MediaCarousel {
  width: 308px;
  height: 173px;
  overflow: hidden;
  margin-bottom: 8px;
}
.TimelineComponenta .timelineItem .infoBox .boxSubTitle {
  color: #818181;
  font-size: 16px;
  line-height: 22px;
}
.TimelineComponenta .timelineItem:nth-child(2n) {
  flex-direction: row-reverse;
}
.TimelineComponenta .timelineItem:nth-child(2n) .infoBox:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: unset;
  right: -10px;
}
.TimelineComponenta .timelineItem:nth-child(2n) .timelineTitle {
  justify-content: flex-end ! important;
}
.SiteVerticalArticleSocialShare_Wrapper {
  position: relative;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 {
  position: sticky;
  top: 50px;
  display: flex;
  flex-flow: column nowrap;
  padding-left: 5px;
  padding-top: 14px;
  height: auto;
  width: auto;
  align-items: center;
}
.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: 5px 0 5px 0;
  padding: unset;
}
.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;
}
.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 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='%2325A1F2' 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(-497.000000, -562.000000) translate(439.000000, 562.000000) translate(58.690452, 0.000000)'/%3E %3Cpath fill='%23FFF' d='M17.384 9.902c0-.105 0-.21-.007-.313.482-.343.898-.768 1.23-1.255-.45.196-.927.325-1.416.381.515-.303.9-.78 1.083-1.34-.483.282-1.012.48-1.564.588-.932-.977-2.493-1.024-3.484-.105-.64.592-.911 1.474-.713 2.316-1.98-.098-3.825-1.018-5.076-2.533-.653 1.108-.32 2.525.763 3.236-.392-.011-.776-.115-1.118-.303v.03c0 1.155.827 2.149 1.976 2.377-.363.098-.743.112-1.112.042.322.987 1.247 1.664 2.3 1.684-.871.674-1.949 1.04-3.058 1.04-.196-.001-.392-.013-.586-.036 1.126.712 2.437 1.09 3.775 1.088 4.53.001 7.007-3.693 7.007-6.897z' transform='translate(-497.000000, -562.000000) translate(439.000000, 562.000000) translate(58.690452, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%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;
}
.articleWrappedImage {
  width: 300px;
  min-height: 160px;
  float: none;
  margin-bottom: 0px;
}
.articleWrappedImage > div {
  width: 100% ! important;
}
.DesktopModeContainer .articleWrappedImage {
  float: left;
}
.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;
}
.ArticleWrappedImageComponenta .withWidth {
  display: none ! important;
}
.ArticleWrappedImageComponenta .caption {
  font-weight: bold;
  margin-top: 3px;
  width: 120px;
}
.ArticleWrappedImageComponenta .credit {
  margin-top: 6px;
  width: 120px;
}
.ArticleWrappedImageComponenta .credit:before {
  content: "(";
}
.ArticleWrappedImageComponenta .credit:after {
  content: ")";
}
.EditorComponenta .ArticleWrappedImageComponenta {
  float: right ! important;
}
.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: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleBannerComponenta {
    display: none;
  }
}
.ArticleBodyComponent .ArticleImageComponenta img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleBodyComponent .ArticleImageComponenta img {
    height: auto !important;
  }
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails {
  margin-bottom: 10px;
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails > * {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption {
  font-weight: bold;
  margin-left: 5px;
}
.ArticleBodyComponent .ArticleImageComponenta .galleryCounterExpand {
  display: none;
}
.ArticleBodyComponent .ArticleImageComponenta .expand {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 37px;
  height: 37px;
  background-color: rgba(206, 207, 215, 0.7);
  border-radius: 50%;
  box-shadow: 0px 0px 15px 3px #8F8A89;
}
.ArticleBodyComponent .ArticleImageComponenta .expand:hover {
  background-color: rgba(143, 138, 137, 0.7);
  cursor: pointer;
}
.ArticleBodyComponent .ArticleImageComponenta .expand::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 37px;
  height: 37px;
  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;
  background-position: center center;
  background-repeat: no-repeat;
}
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand:hover {
  cursor: pointer;
}
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 37px;
  height: 33px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' viewBox='0 0 22 18'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23C72127' stroke-width='1.733'%3E %3Cg transform='translate(-1401 -552) translate(1402 553)'%3E %3Crect width='17' height='13' x='3' y='3' rx='.867'/%3E %3Cpath stroke-linecap='round' stroke-linejoin='round' d='M0 14V2.6C0 1.164 1.164 0 2.6 0H17'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: 23px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.ctech .ArticleBodyComponent .ArticleImageComponenta .calcalistExpand::after {
  right: unset;
  left: 0;
}
.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: 767px) 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: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleHeadlinesComponenta .slotList > div > div {
    border-bottom: 1px solid #364c5a ! important;
    margin-bottom: 0px ! important;
    padding-bottom: 0 ! important;
  }
  .ArticleHeadlinesComponenta .slotsContent {
    margin: 0 ! important;
  }
  .ArticleHeadlinesComponenta .slotsContent .slotView {
    margin: 3.125vw !important;
  }
  .ArticleHeadlinesComponenta .slotsContent .slotView > span,
  .ArticleHeadlinesComponenta .slotsContent .slotView > span > span {
    flex-shrink: 0;
    display: flex;
    width: 35vw ! important;
    height: 25.625vw !important;
  }
  .ArticleHeadlinesComponenta .slotsContent .slotSubTitle {
    font-size: 3.4375vw !important;
    line-height: 1.09 !important;
  }
  .ArticleHeadlinesComponenta .slotsContent .slotTitle {
    font-size: 4.6875vw !important;
    font-weight: bold !important;
    line-height: 1.13 !important;
  }
  .ArticleHeadlinesComponenta .slotsContent .slotText {
    margin-right: 1.5625vw ! important;
  }
  .ArticleHeadlinesComponenta .MediaCarousel[style] {
    width: 35vw ! important;
    height: 25.625vw !important;
    border: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }
  .ArticleHeadlinesComponenta .MediaCarousel[style] .mediaItems {
    width: auto ! important;
    height: 100% !important;
    margin: auto;
    overflow: hidden;
  }
  .ArticleHeadlinesComponenta .MediaCarousel[style] img[style] {
    width: 100% ! important;
    height: 100% ! important;
    margin: auto;
  }
}
.ArticleHeadlinesComponenta.Commercial {
  border: 1px solid #d0dbec;
}
.ArticleHeadlinesComponenta.Commercial .articleHeadlinesTab {
  margin-bottom: 5px;
  flex-shrink: 0;
  height: 25px;
  line-height: 24px;
}
.ArticleHeadlinesComponenta.Commercial .slotsContent {
  margin: 0 5px;
}
.ArticleHeadlinesComponenta.Commercial .slotsContent .slotTitle {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.ArticleHeadlinesComponenta.Commercial .slotsContent .slotTitle > a {
  text-decoration: none;
}
.ArticleHeadlinesComponenta.Commercial .slotsContent .slotTitle > a:hover {
  text-decoration: none;
}
.ArticleHeadlinesComponenta.Commercial .slotsContent .slotSubTitle {
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
}
.ArticleHeadlinesComponenta.Commercial .slotsContent .slotView {
  margin-bottom: 0;
  display: flex;
}
.ArticleHeadlinesComponenta.Commercial .slotsContent .slotView .slotText {
  flex-grow: 1;
  padding: 0 5px;
}
.ArticleHeadlinesComponenta.Commercial .slotsContent .slotView .slotText .conmmertialContent {
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
}
.ArticleHeadlinesComponenta.Commercial .slotsContent .slotView .slotText .conmmertialContent a {
  text-decoration: none;
}
.ArticleHeadlinesComponenta.Commercial .slotsContent .slotView .slotText .conmmertialContent a:hover {
  text-decoration: none;
}
.ArticleHeadlinesComponenta.Commercial .slotsContent .slotList > div > div {
  border-bottom: 1px solid #d0dbec;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.ArticleHeadlinesComponenta.Commercial .slotsContent .slotList > div > div:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.ArticleHeadlinesComponenta.Commercial .slotsContent .slotList > div > div .MediaCarousel {
  border: 1px solid #C8C8C8;
  position: relative;
  padding: 1px;
  width: 144px;
  height: 84px;
  overflow: hidden;
  flex-shrink: 0;
}
.ArticleHeadlinesComponenta .bottomLinks {
  margin: 0 5px 5px 5px;
  list-style: none;
  padding: 11px 0 0 0;
  display: flex;
  border-top: 1px solid #d0dbec;
  flex-wrap: wrap;
}
.ArticleHeadlinesComponenta .bottomLinks li {
  font-size: 12px;
  line-height: 14px;
  padding: 0 10px;
  margin-bottom: 4px;
  border-left: 1px solid #55a4db;
}
.ArticleHeadlinesComponenta .bottomLinks li > a {
  text-decoration: none;
}
.ArticleHeadlinesComponenta .bottomLinks li > a:hover {
  text-decoration: none;
  cursor: pointer;
}
.ArticleHeadlinesComponenta .bottomLinks li:last-child {
  border-left: none;
  padding: 0 10px 0 0;
}
.iframeWidth {
  width: 100%;
}
.iframeWidth.fullSize {
  width: 100%;
}
.iframeWidth.textboxSize {
  width: 720px;
}
.iframeWidth.mobileSize {
  width: 640px;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .iframeWidth {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) 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: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;
    max-height: 30.46875vw;
    color: #000000;
    font-family: OpenSansHebrew;
    border-radius: 3.125vw;
    display: flex;
    flex-direction: column;
    transform: translate(-50%, -50%);
  }
  .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: 18x !important;
    padding: 0px 4.6875vw !important;
  }
  .article-image-price-tag-points-component .point-box .desc-row {
    margin-top: 0.78125vw !important;
    font-size: 1rem !important;
    font-weight: bold;
    line-height: 1.2rem !important;
    color: #000000;
    padding: 0px 4.6875vw !important;
    max-height: 2.4rem !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .article-image-price-tag-points-component .point-box .buy-row {
    padding: 2.8125vw 4.6875vw !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.5vw;
    font-weight: 800;
    line-height: 2.8125vw !important;
    padding: 1.25vw 1.875vw;
    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;
  }
  .article-image-price-tag-points-component .ImageDetails .ImageCaption {
    font-weight: bold;
    margin-left: 0.78125vw;
  }
}
.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-block;
  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);
}
.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-text {
  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;
  max-height: 250px;
  color: #000000;
  font-family: OpenSansHebrew;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
}
.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;
}
.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;
}
.article-image-price-tag-points-component .point-box .buy-row {
  padding: 18px 30px;
  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: 14px;
  font-weight: 800;
  line-height: 16px;
  padding: 8px 12px;
  text-decoration: none;
}
.article-image-price-tag-points-component .ImageDetails {
  margin-bottom: 10px;
}
.article-image-price-tag-points-component .ImageDetails > * {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: bold;
  margin-left: 5px;
}
@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;
}
.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 .ArticleVideo,
.VideoLiveComponenta .ArticleVideo {
  background: rgba(0, 0, 0, 0.7);
  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;
}
.grid1280_2 .VideoComponenta .videoInfo,
.grid1280_2 .VideoLiveComponenta .videoInfo {
  background-color: transparent;
  font-family: inherit;
  color: #78787b;
  padding: 0;
}
.VideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  display: flex;
  max-width: 80%;
  min-width: 100px;
}
.VideoComponenta .videoInfo .videoComponentaShare,
.VideoLiveComponenta .videoInfo .videoComponentaShare {
  display: flex;
}
.grid1280_2 .VideoComponenta .videoInfo .videoComponentaShare,
.grid1280_2 .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;
}
.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;
}
.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;
}
.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;
}
@media only screen and (max-width: 767px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .blog-auto-feed {
    background-color: #111;
  }
  .blog-auto-feed *:not(figure *, .pinIcon, .special_ul *) {
    color: #fff !important;
    background-color: #111 !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-item-wrapper {
    padding: 2.65625vw 2.34375vw !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .title-row .title-row__separator {
    background-color: #fff !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .title-row .title-row__separator .red {
    background-color: #de1a1a !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .social-icon.fb {
    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(-132 -164) translate(20 164) 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(-132 -164) translate(20 164) translate(112 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .social-icon.tw {
    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(-102 -164) translate(20 164) 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(-102 -164) translate(20 164) translate(82 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .social-icon.wtap {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='21' viewBox='0 0 20 21'%3E %3Cdefs%3E %3Cpath id='g2o0cectfa' d='M143.413 15.384L142 20.52l5.28-1.379c1.453.79 3.092 1.206 4.759 1.206 5.491 0 9.96-4.445 9.961-9.91 0-2.648-1.033-5.138-2.914-7.012-1.879-1.872-4.38-2.905-7.044-2.905-5.488 0-9.957 4.445-9.958 9.91-.001 1.746.458 3.451 1.33 4.954zm1.851-.206l-.195-.31c-.818-1.302-1.251-2.806-1.25-4.352 0-4.51 3.672-8.178 8.185-8.178 2.185 0 4.24.852 5.784 2.399 1.545 1.545 2.396 3.6 2.394 5.786-.002 4.51-3.671 8.179-8.182 8.179h-.003c-1.468 0-2.907-.396-4.164-1.14l-.299-.178-3.096.812.826-3.018zM146.8 8.43c0 1.186.882 2.332 1.005 2.493.123.16 1.735 2.593 4.203 3.638.587.249 1.046.396 1.402.507.59.183 1.126.157 1.55.096.473-.07 1.456-.583 1.661-1.146.205-.563.205-1.045.144-1.145-.062-.1-.226-.16-.472-.282-.246-.12-1.456-.704-1.682-.783-.224-.081-.39-.121-.553.12-.164.24-.635.783-.78.945-.142.16-.286.18-.532.06-.246-.12-1.04-.376-1.98-1.196-.73-.639-1.224-1.428-1.367-1.669-.144-.242-.016-.371.108-.491.11-.109.246-.282.369-.423.123-.14.164-.242.245-.402.082-.16.041-.302-.02-.422s-.553-1.306-.759-1.79c-.176-.413-.354-.412-.497-.412h-.057c-.143-.008-.307-.01-.47-.01-.165 0-.432.06-.657.302-.225.241-.861.824-.861 2.01z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg transform='translate(-162 -164) translate(20 164)'%3E %3Cuse fill='%23fff' xlink:href='%23g2o0cectfa'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .social-icon.mail {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='16px' height='13px' viewBox='0 0 16 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3E8289DB9C-AA70-4200-B291-275475ED7372%3C/title%3E %3Cg id='Blog-Final' stroke='none' stroke-width='1' fill='fff' fill-rule='evenodd'%3E %3Cg id='DT_Blog-v3.1' transform='translate(-754.000000, -1859.000000)' stroke='%2378787B' stroke-width='1.52'%3E %3Cg id='Comp/1_Blogpost_twitt' transform='translate(21.000000, 1786.000000)'%3E %3Cg id='PERSONA/1_Singel' transform='translate(33.000000, 20.000000)'%3E %3Cg id='PERSONA' transform='translate(0.000000, 6.000000)'%3E %3Cg id='Group-7' transform='translate(626.000000, 44.000000)'%3E %3Cg id='Group-50-Copy-2' transform='translate(0.000000, 2.000000)'%3E %3Cg id='Group-3' transform='translate(49.916386, 0.000000)'%3E %3Cg id='mail-black-2' transform='translate(24.958193, 1.555556)'%3E %3Cpath d='M14.365,0.858 L14.3654212,10.9066667 L0.76,10.9066667 L0.76,0.86 L7.56236675,6.82096546 L14.365,0.858 Z M14.3654212,0.76 L14.365,0.794 L0.76,0.794 L0.76,0.76 L14.3654212,0.76 Z' id='mail-black'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
    opacity: initial;
    margin-top: 1.40625vw !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .social-icon {
    width: 3.125vw !important;
    background-repeat: no-repeat !important;
    padding: 0px 0.9375vw !important;
  }
  .blog-auto-feed .pinIcon {
    filter: invert(1);
  }
  .blog-auto-feed .special_ul {
    color: #fff !important;
  }
  .blog-auto-feed .special_ul li {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255 ,255 ,255)' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg id='icon' transform='translate(-1327 -606)'%3E%3Cpath id='Union_4' data-name='Union 4' d='M31.878,32H0V0H26.425V14.286H32V32Zm-2.724-2.857v-12H26.425v12ZM2.877,29.112h20.67V2.888H2.877ZM5.465,22.73v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Z' transform='translate(1327 606)'/%3E%3C/g%3E%3C/svg%3E");
  }
  .blog-auto-feed .special_ul* {
    color: #fff !important;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .blog-auto-feed .blogs-auto-feed-header-wrapper {
    justify-content: flex-start !important;
    margin: 1.5625vw 2.34375vw 0 2.34375vw !important;
    flex-flow: column !important;
  }
  .blog-auto-feed .blogs-auto-feed-header-wrapper .blogs-auto-feed-header {
    margin-left: 0 !important;
    margin-bottom: 4.6875vw !important;
    line-height: 3.125vw !important;
    font-size: 5.15625vw !important;
    font-weight: semi-bold !important;
  }
  .blog-auto-feed .blogs-auto-feed-header-wrapper .blogs-auto-feed-header span {
    line-height: 3.125vw !important;
    font-size: 3.125vw !important;
    font-weight: 600 !important;
  }
  .blog-auto-feed .blogs-auto-feed-header-wrapper .orderCheckBoxes {
    font-size: 5.15625vw !important;
    font-weight: lighter !important;
    justify-content: unset !important;
  }
  .blog-auto-feed .blogs-auto-feed-header-wrapper .orderCheckBoxes > * {
    margin-left: 3.90625vw !important;
  }
  .blog-auto-feed .blogs-auto-feed-header-wrapper .orderCheckBoxes > *:last-of-type {
    margin-left: 0;
  }
  .blog-auto-feed .blogs-auto-feed-header-wrapper .orderCheckBoxes .regularOrder {
    line-height: 3.28125vw !important;
  }
  .blog-auto-feed .blogs-auto-feed-header-wrapper .orderCheckBoxes input {
    width: 3.90625vw;
    height: 3.90625vw;
  }
  .blog-auto-feed .blogs-auto-feed-items-container {
    margin: 2.34375vw !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item {
    width: initial !important;
    white-space: nowrap;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .item-info .title-row {
    font-size: 5.15625vw !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .item-info .title-row .date-section {
    font-size: 5.15625vw !important;
    line-height: 1.4 !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .item-info .title-row .title-section {
    font-size: 5.15625vw !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .item-info .title-row .title-section h3 {
    font-size: 5.15625vw !important;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .item-info .authorAndSocial {
    height: 3.4375vw;
    font-size: 3.59375vw !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .item-info .authorAndSocial .auth-row {
    font-size: 3.59375vw !important;
    font-weight: lighter !important;
    line-height: 2.8125vw !important;
    height: unset !important;
    padding-top: 0 !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container .ArticleBodyComponent {
    margin-top: 0 !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container .text_editor_paragraph {
    font-size: 3.125vw !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container div [data-contents="true"] > * {
    font-size: 4.6875vw !important;
    color: #333333;
    font-weight: normal !important;
    line-height: 5.46875vw !important;
    letter-spacing: -0.3px !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container div [data-contents="true"] > * > div {
    white-space: pre-wrap !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .auth-row__separator {
    margin-left: 2.34375vw;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .mobileShareBtn {
    display: block !important;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m15.942 5-6.728 6.409h2.438l3.312-3.155v13.66h1.922V8.221l3.347 3.188h2.438L15.941 5zM8.017 25.077l.002-10.924H6V27h20V14.153h-2.019l-.001 10.924H8.017z' fill='%2378787b'/%3E %3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    width: 4.375vw !important;
    height: 4.375vw !important;
    background-size: 4.375vw !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .social-icon {
    display: none !important;
  }
}
#circularG {
  position: relative;
  width: 33px;
  height: 33px;
  margin: auto;
}
.circularG {
  position: absolute;
  background-color: rgba(237, 28, 36, 0.98);
  width: 8px;
  height: 8px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 0.768s;
  -o-animation-duration: 0.768s;
  -ms-animation-duration: 0.768s;
  -webkit-animation-duration: 0.768s;
  -moz-animation-duration: 0.768s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}
#circularG_1 {
  left: 0;
  top: 13px;
  animation-delay: 0.288s;
  -o-animation-delay: 0.288s;
  -ms-animation-delay: 0.288s;
  -webkit-animation-delay: 0.288s;
  -moz-animation-delay: 0.288s;
}
#circularG_2 {
  left: 3px;
  top: 3px;
  animation-delay: 0.384s;
  -o-animation-delay: 0.384s;
  -ms-animation-delay: 0.384s;
  -webkit-animation-delay: 0.384s;
  -moz-animation-delay: 0.384s;
}
#circularG_3 {
  top: 0;
  left: 13px;
  animation-delay: 0.48s;
  -o-animation-delay: 0.48s;
  -ms-animation-delay: 0.48s;
  -webkit-animation-delay: 0.48s;
  -moz-animation-delay: 0.48s;
}
#circularG_4 {
  right: 3px;
  top: 3px;
  animation-delay: 0.576s;
  -o-animation-delay: 0.576s;
  -ms-animation-delay: 0.576s;
  -webkit-animation-delay: 0.576s;
  -moz-animation-delay: 0.576s;
}
#circularG_5 {
  right: 0;
  top: 13px;
  animation-delay: 0.672s;
  -o-animation-delay: 0.672s;
  -ms-animation-delay: 0.672s;
  -webkit-animation-delay: 0.672s;
  -moz-animation-delay: 0.672s;
}
#circularG_6 {
  right: 3px;
  bottom: 3px;
  animation-delay: 0.768s;
  -o-animation-delay: 0.768s;
  -ms-animation-delay: 0.768s;
  -webkit-animation-delay: 0.768s;
  -moz-animation-delay: 0.768s;
}
#circularG_7 {
  left: 13px;
  bottom: 0;
  animation-delay: 0.864s;
  -o-animation-delay: 0.864s;
  -ms-animation-delay: 0.864s;
  -webkit-animation-delay: 0.864s;
  -moz-animation-delay: 0.864s;
}
#circularG_8 {
  left: 3px;
  bottom: 3px;
  animation-delay: 0.96s;
  -o-animation-delay: 0.96s;
  -ms-animation-delay: 0.96s;
  -webkit-animation-delay: 0.96s;
  -moz-animation-delay: 0.96s;
}
@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}
@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}
.blog-auto-feed {
  justify-content: space-between;
  font-Family: "Open Sans Hebrew", sans-serif;
  width: 100% !important;
  display: flex;
  flex-flow: column nowrap;
  flex-basis: 50px;
  font-family: 'NarkisBlock';
}
.blog-auto-feed .blogs-auto-feed-header-wrapper {
  margin: 10px 5px 0 0px;
  justify-content: space-between;
  flex-flow: row wrap;
  display: flex;
}
.blog-auto-feed .blogs-auto-feed-header-wrapper a {
  color: inherit;
  text-decoration: inherit;
  line-height: 20px;
}
.blog-auto-feed .blogs-auto-feed-header-wrapper .blogs-auto-feed-header {
  text-decoration: none !important;
  color: #1e1e1e;
  letter-spacing: -0.3px;
  font-size: 24px;
  font-weight: 700;
  margin-left: 15px;
  margin-bottom: 5px;
  line-height: 0.83;
}
.blog-auto-feed .blogs-auto-feed-header-wrapper .orderCheckBoxes {
  display: flex;
  align-items: center;
  filter: grayscale(1);
  font-size: 16px;
  justify-self: end;
  justify-content: space-between;
}
.blog-auto-feed .blogs-auto-feed-header-wrapper .orderCheckBoxes > * {
  display: flex;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
}
.blog-auto-feed .blogs-auto-feed-header-wrapper .orderCheckBoxes > *:last-of-type {
  margin-left: 0;
}
.blog-auto-feed .blogs-auto-feed-header-wrapper .orderCheckBoxes input {
  margin-left: 5px;
}
.blog-auto-feed .blogs-auto-feed-items-container {
  display: flex;
  flex-flow: column nowrap;
  margin: 26px 0px;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive:first-of-type {
  margin-bottom: 20.1px;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-item-wrapper {
  display: flex;
  padding: 28px 15px;
  margin-bottom: 14px;
  border-right: 3px solid #de1a1a;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.18);
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-item-wrapper.isPinned {
  padding: 28px 0 5px 5px;
  background-color: #f3f8f9;
  border-right: initial;
  box-shadow: initial;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-item-wrapper.isPinned .now-red-dot {
  display: none !important;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-item-wrapper .pinIcon {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='19px' height='19px' viewBox='0 0 19 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EED4F1F11-B579-4EF1-AC4F-AA859CBC3394%3C/title%3E %3Cg id='Blog-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='DT_Blog-v3.1--Pinned-post' transform='translate(-858.000000, -531.000000)' stroke='%23000000' stroke-width='0.8'%3E %3Cg id='Comp/1_blog-post_pinned' transform='translate(19.000000, 499.000000)'%3E %3Cg id='Icn/pinned' transform='translate(839.027112, 32.204305)'%3E %3Cpath d='M10.1794292,12.4033711 L9.36718121,15.4637038 L8.32435656,12.4033711 L10.1794292,12.4033711 Z M12.2818575,1.83509507 L12.2818575,4.26652567 L11.2769762,4.26580993 L11.2783742,7.15297173 C12.6410463,7.80510212 13.662387,9.07174264 13.9667367,10.6156326 L13.9667367,10.6156326 L4.41652634,10.9200843 C4.70902344,9.08615477 5.73418237,7.78603461 7.13200316,7.12938949 L7.13200316,7.12938949 L7.13219718,4.26580546 L6.1434063,4.26652108 L6.1434063,1.83509507 L12.2818575,1.83509507 Z' id='Combined-Shape' transform='translate(9.213708, 9.213708) rotate(45.000000) translate(-9.213708, -9.213708) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  height: 18px;
  width: 18px;
  /* vertical-align: middle; */
  margin-left: 0.2rem;
  margin-top: 0.5rem;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-item-wrapper .now-red-dot {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eD31AF305-D3D2-4825-BE7F-9ECDC899970B%3c/title%3e%3cg id='Blog-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='DT_Blog-v3.1' transform='translate(-861.000000%2c -537.000000)'%3e%3cg id='comp/1_blogpost-Now' transform='translate(21.000000%2c 499.000000)'%3e%3cg id='Animation/Blip' transform='translate(840.000000%2c 38.000000)'%3e%3ccircle id='Oval' fill-opacity='0.536276224' fill='red' opacity='0.687426612' cx='5' cy='5' r='5'%3e%3c/circle%3e%3ccircle id='Oval' fill='%23DE1A1A' cx='5' cy='5' r='3'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 1rem;
  height: 0.6rem;
  margin-left: 0.2rem;
  margin-top: 0.5rem;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive {
  display: flex;
  flex-flow: column nowrap;
  width: auto !important;
  box-sizing: border-box;
  max-width: 866px;
  background-color: white;
  font-family: 'NarkisBlock';
  overflow: hidden;
  flex: 1;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive.isPinned {
  background-color: #f3f8f9;
  box-shadow: none;
  border-right: none;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive.isPinned .html-container *:not(figure *, .pinIcon, .special_ul *, .public-DraftStyleDefault-block *) {
  background-color: #f3f8f9;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .text_editor_paragraph {
  padding-right: initial !important;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .text_editor_paragraph > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial !important;
  padding-right: 3px;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info {
  width: 100%;
  margin: 0 0 15px;
  font-family: NarkisBlock;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: right;
  color: #000;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .title-row * {
  display: inline-block;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .title-row .date-section {
  display: inline-block;
  padding-left: 5px;
  font-size: 22px;
  letter-spacing: -0.3px;
  line-height: 29px;
  font-weight: 600;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .title-row .date-section .hour {
  color: #de1a1a !important;
  flex: 0;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .title-row .date-section .date {
  color: #de1a1a !important;
  flex: 0;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .title-row .title-section {
  padding-right: 5px;
  color: black;
  margin: unset;
  overflow: hidden;
  display: inline;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .title-row .title-section h3 {
  margin: unset;
  line-height: 29px;
  letter-spacing: -0.3px;
  padding-left: 10px;
  font-size: 22px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  display: inline;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .title-row .title-row__now {
  position: relative;
  color: #de1a1a !important;
  align-items: center;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .title-row .title-row__now:before {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eD31AF305-D3D2-4825-BE7F-9ECDC899970B%3c/title%3e%3cg id='Blog-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='DT_Blog-v3.1' transform='translate(-861.000000%2c -537.000000)'%3e%3cg id='comp/1_blogpost-Now' transform='translate(21.000000%2c 499.000000)'%3e%3cg id='Animation/Blip' transform='translate(840.000000%2c 38.000000)'%3e%3ccircle id='Oval' fill-opacity='0.536276224' fill='red' opacity='0.687426612' cx='5' cy='5' r='5'%3e%3c/circle%3e%3ccircle id='Oval' fill='%23DE1A1A' cx='5' cy='5' r='3'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 1rem;
  height: 0.6rem;
  margin-left: 0.2rem;
  margin-top: 0.5rem;
  content: "";
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .title-row .title-row__yesterday {
  color: #de1a1a !important;
  padding-left: 5px;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .title-row .title-row__separator {
  height: 23px;
  background-color: #000;
  width: 3px !important;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .title-row .title-row__separator.red {
  background-color: #de1a1a !important;
  margin-left: 5px;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .auth-row {
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: -0.3px;
  color: #78787b;
  font-weight: normal;
  margin-left: 12px;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .auth-row__separator {
  height: 65%;
  background-color: #888888;
  width: 2px !important;
  margin-left: 10px;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .authorAndSocial {
  display: flex;
  height: 20px;
  align-items: center;
  padding-top: 10px;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .authorAndSocial .mobileShareBtn {
  display: none;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .authorAndSocial .social-icon {
  margin-left: 11px;
  height: 100%;
  width: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  border: 0;
  cursor: pointer;
  opacity: 0.5;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .authorAndSocial .social-icon:hover {
  opacity: initial;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .authorAndSocial .social-icon.fb {
  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='%23000'%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(-132 -164) translate(20 164) 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(-132 -164) translate(20 164) translate(112 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .authorAndSocial .social-icon.tw {
  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='%23000'%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(-102 -164) translate(20 164) 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(-102 -164) translate(20 164) translate(82 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .authorAndSocial .social-icon.wtap {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='21' viewBox='0 0 20 21'%3E %3Cdefs%3E %3Cpath id='g2o0cectfa' d='M143.413 15.384L142 20.52l5.28-1.379c1.453.79 3.092 1.206 4.759 1.206 5.491 0 9.96-4.445 9.961-9.91 0-2.648-1.033-5.138-2.914-7.012-1.879-1.872-4.38-2.905-7.044-2.905-5.488 0-9.957 4.445-9.958 9.91-.001 1.746.458 3.451 1.33 4.954zm1.851-.206l-.195-.31c-.818-1.302-1.251-2.806-1.25-4.352 0-4.51 3.672-8.178 8.185-8.178 2.185 0 4.24.852 5.784 2.399 1.545 1.545 2.396 3.6 2.394 5.786-.002 4.51-3.671 8.179-8.182 8.179h-.003c-1.468 0-2.907-.396-4.164-1.14l-.299-.178-3.096.812.826-3.018zM146.8 8.43c0 1.186.882 2.332 1.005 2.493.123.16 1.735 2.593 4.203 3.638.587.249 1.046.396 1.402.507.59.183 1.126.157 1.55.096.473-.07 1.456-.583 1.661-1.146.205-.563.205-1.045.144-1.145-.062-.1-.226-.16-.472-.282-.246-.12-1.456-.704-1.682-.783-.224-.081-.39-.121-.553.12-.164.24-.635.783-.78.945-.142.16-.286.18-.532.06-.246-.12-1.04-.376-1.98-1.196-.73-.639-1.224-1.428-1.367-1.669-.144-.242-.016-.371.108-.491.11-.109.246-.282.369-.423.123-.14.164-.242.245-.402.082-.16.041-.302-.02-.422s-.553-1.306-.759-1.79c-.176-.413-.354-.412-.497-.412h-.057c-.143-.008-.307-.01-.47-.01-.165 0-.432.06-.657.302-.225.241-.861.824-.861 2.01z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg transform='translate(-162 -164) translate(20 164)'%3E %3Cuse fill='%23000' xlink:href='%23g2o0cectfa'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .item-info .authorAndSocial .social-icon.mail {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M6,8.47V23.53H26V8.47Zm16.2,2L16,15.79,9.82,10.47ZM8,21.53v-10l8,6.91,8-6.91v10Z'/%3E%3C/svg%3E") !important;
  width: 25px;
  background-size: 25px;
  margin-left: 7px;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .html-container {
  width: 100%;
  height: auto;
  padding-bottom: 25px;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent {
  font-family: 'NarkisBlock';
  margin-top: 5px;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent figure > * {
  width: 100%;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .originalLaunchDate,
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .coAutors {
  display: none;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .expand,
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .TextEditorBlogEndOfPreviewTextFlag {
  display: none;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .public-DraftStyleDefault-ol,
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .public-DraftStyleDefault-ul {
  width: 90%;
  font-size: 18px;
  line-height: 22px;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .html-container .text_editor_paragraph {
  width: auto;
  font-size: 18px;
  letter-spacing: -0.34px;
  line-height: 24px;
  font-weight: normal;
  padding-right: 7px;
  padding-left: 7px;
  margin-bottom: 20px;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .html-container .VideoComponenta {
  margin-bottom: 50px;
  display: inline-block;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .html-container.loading-auto-feed-blog {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .bottom-row {
  margin-right: 8px;
  width: 98%;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: space-between;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .bottom-row .continue-read-wrapper {
  display: flex;
  align-items: center;
  width: auto;
  justify-content: space-between;
  align-self: flex-end;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .bottom-row .continue-read-wrapper .continue-read {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  cursor: pointer;
  margin: 0 0 0 2px;
  font-family: 'NarkisBlock';
  letter-spacing: -0.3px;
  color: #de1a1a;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .bottom-row .continue-read-wrapper .little-arrow {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg width='13px' height='13px' viewBox='0 0 13 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3e6F12D69D-403D-4AB8-92D4-4CCC0DFE0455%3c/title%3e%3cdefs%3e%3crect id='path-1' x='0' y='0' width='13' height='13' rx='6.5'%3e%3c/rect%3e%3cfilter x='-53.8%25' y='-38.5%25' width='207.7%25' height='207.7%25' filterUnits='objectBoundingBox' id='filter-2'%3e%3cfeOffset dx='0' dy='2' in='SourceAlpha' result='shadowOffsetOuter1'%3e%3c/feOffset%3e%3cfeGaussianBlur stdDeviation='2' in='shadowOffsetOuter1' result='shadowBlurOuter1'%3e%3c/feGaussianBlur%3e%3cfeColorMatrix values='0 0 0 0 0.111979167 0 0 0 0 0.111979167 0 0 0 0 0.111979167 0 0 0 0.218995848 0' type='matrix' in='shadowBlurOuter1'%3e%3c/feColorMatrix%3e%3c/filter%3e%3c/defs%3e%3cg id='Blog-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='DT_Blog-v3.1' transform='translate(-54.000000%2c -1730.000000)'%3e%3cg id='Comp/blog-post_video_read-More' transform='translate(21.000000%2c 1022.000000)'%3e%3cg id='Group-3' transform='translate(33.000000%2c 111.000000)'%3e%3cg id='Group-2' transform='translate(0.000000%2c 595.000000)'%3e%3cg id='Group' transform='translate(0.000000%2c 2.000000)'%3e%3cg id='Rectangle'%3e%3cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'%3e%3c/use%3e%3cuse fill='%23DE1A1A' fill-rule='evenodd' xlink:href='%23path-1'%3e%3c/use%3e%3c/g%3e%3cpolyline id='Path-3' stroke='white' stroke-width='1.5' stroke-linecap='square' transform='translate(6.457712%2c 7.118680) scale(1%2c -1) rotate(90.000000) translate(-6.457712%2c -7.118680) ' points='7.75079658 4.39992136 5.16462724 7.1593112 7.75079658 9.83743871'%3e%3c/polyline%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  cursor: pointer;
  width: 15px;
  margin: 0px 2px;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .bottom-row .continue-read-wrapper .little-arrow.up {
  transform: rotate(180deg);
}
.blog-auto-feed blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}
.blog-auto-feed blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.blog-auto-feed blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}
.blog-auto-feed blockquote.twitter-tweet a:hover,
.blog-auto-feed blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}
.blog-auto-feed .VideoLiveComponenta .videoInfo {
  float: initial;
}
.blog-auto-feed .public-DraftStyleDefault-ul,
.blog-auto-feed .public-DraftStyleDefault-ol {
  font-size: 18px;
  line-height: 26px !important;
  letter-spacing: -0.3px !important;
  font-weight: normal !important;
}
.blog-auto-feed .instagram-media {
  min-width: auto !important;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .BlogsHotTitlesComponenta {
    border-bottom: none !important;
    margin-top: 6.25vw;
    margin: 2.34375vw 0;
  }
  .BlogsHotTitlesComponenta .headline {
    font-size: 3.75vw !important;
    letter-spacing: -0.33px !important;
    line-height: 0.83 !important;
  }
  .BlogsHotTitlesComponenta .slotsContent {
    margin-bottom: 4.6875vw !important;
  }
  .BlogsHotTitlesComponenta .slotsContent .slotList {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .BlogsHotTitlesComponenta .slotsContent .slotList::-webkit-scrollbar {
    display: none;
  }
  .BlogsHotTitlesComponenta .slotsContent .slotList .slotView {
    display: inline-block !important;
    margin-bottom: 0 !important;
    margin-left: 3.125vw;
  }
  .BlogsHotTitlesComponenta .slotsContent .slotList .slotView .mediaArea {
    width: 53.59375vw !important;
    height: 30vw !important;
    margin-left: 0 !important;
  }
  .BlogsHotTitlesComponenta .slotsContent .slotList .slotView .mediaArea .videoMediaContainer {
    width: 53.59375vw !important;
    height: 30vw !important;
  }
  .BlogsHotTitlesComponenta .slotsContent .slotList .slotView .mediaArea img {
    width: 100% !important;
  }
  .BlogsHotTitlesComponenta .slotsContent .slotList .slotView .textdiv {
    margin-top: 1.25vw;
  }
  .BlogsHotTitlesComponenta .slotsContent .slotList .slotView .slotTitle {
    font-size: 3.75vw !important;
    font-weight: bold !important;
    line-height: 1.29 !important;
    white-space: normal;
  }
  .BlogsHotTitlesComponenta .slotsContent .slotList .slotView .moreDetails {
    font-size: 2.1875vw !important;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .blogs-hot-articles {
    margin-bottom: unset !important;
    padding-bottom: 1.5625vw;
    background-color: #111 !important;
  }
  .blogs-hot-articles .BlogsHotTitlesComponenta {
    box-shadow: 0px 0px 0.78125vw rgba(255, 255, 255, 0.2);
    background-color: #111 !important;
    margin: unset !important;
    padding-top: 6.25vw;
    padding-right: 2.34375vw;
    padding-left: 2.34375vw;
  }
  .blogs-hot-articles .BlogsHotTitlesComponenta *,
  .blogs-hot-articles .BlogsHotTitlesComponenta .headline[style] {
    color: #fff !important;
    background-color: #111 !important;
  }
}
.BlogsHotTitlesComponenta {
  display: flex;
  flex-direction: column;
  border-bottom: solid 0.5px #979797;
}
.BlogsHotTitlesComponenta .headline {
  height: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 0.91;
  letter-spacing: -0.3px;
  margin-bottom: 14px;
  text-decoration: none;
  display: flex;
}
.BlogsHotTitlesComponenta .slotsContent {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: -5px;
}
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView {
  display: flex;
  margin-bottom: 30px;
}
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView .mediaArea {
  overflow: hidden;
  width: 150px;
  height: 84px;
  margin-left: 10px;
  flex-shrink: 0;
  position: relative;
}
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView .mediaArea img {
  width: 100%;
}
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView .textdiv {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView .textdiv a,
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView .textdiv a:hover {
  text-decoration: none;
  color: inherit;
}
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView .slotTitle {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.3px;
  margin-bottom: 9px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView .moreDetails {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #78787b;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .blogs-manual-headlines .BlogsManualHeaderComponenta {
    border: 0 ! important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 5.15625vw 2.34375vw 0.78125vw !important;
  }
  .blogs-manual-headlines .BlogsManualHeaderComponenta .slotsContent .slotList > div > div:last-child .slotView::after {
    border: 1px solid transparent;
  }
  .blogs-manual-headlines .BlogsManualHeaderComponenta .slotsContent .slotList .slotView {
    font-size: 5.3125vw !important;
    font-weight: medium !important;
    line-height: 3.90625vw !important;
    height: auto !important;
    max-height: unset !important;
    display: flex!important;
    align-items: flex-start !important;
    padding: 3.125vw 0 !important;
    box-sizing: border-box;
  }
  .blogs-manual-headlines .BlogsManualHeaderComponenta .slotsContent .slotList .slotView::before {
    content: "";
    background: #de1a1a;
    display: block;
    width: 1.09375vw;
    height: 1.09375vw;
    flex-shrink: 0;
    margin: 1.40625vw 0 0 0.9375vw;
    position: relative;
    top: 1.5625vw;
    right: -0.78125vw;
  }
  .blogs-manual-headlines .BlogsManualHeaderComponenta .headline {
    height: 5.15625vw;
    font-size: 6.25vw !important;
    font-weight: bold !important;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .blogs-manual-headlines {
    background-color: #111 !important;
    margin-bottom: unset !important;
    padding-bottom: 1.5625vw;
  }
  .blogs-manual-headlines .BlogsManualHeaderComponenta {
    background: unset !important;
    background-color: #111 !important;
    box-shadow: unset !important;
  }
  .blogs-manual-headlines .BlogsManualHeaderComponenta * {
    color: #fff !important;
    background-color: #111;
  }
  .blogs-manual-headlines .BlogsManualHeaderComponenta .slotList > div {
    border-bottom: 0.3125vw solid rgba(255, 255, 255, 0.3) !important;
  }
  .blogs-manual-headlines .BlogsManualHeaderComponenta .headline {
    height: 5.15625vw !important;
    font-size: 6.25vw !important;
    font-weight: bold !important;
  }
}
.BlogsManualHeaderComponenta {
  background: #f3f8f9;
  padding: 13px 13px 0;
  display: flex;
  flex-direction: column;
}
.BlogsManualHeaderComponenta .headline {
  height: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 0.83;
  letter-spacing: -0.3px;
  text-align: right;
  color: #1e1e1e;
  margin-bottom: 4px;
  flex-shrink: 0;
  display: flex;
}
.BlogsManualHeaderComponenta .slotsContent {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.BlogsManualHeaderComponenta .slotsContent .slotList > div {
  border-bottom: 2px solid #fff;
}
.BlogsManualHeaderComponenta .slotsContent .slotList > div:last-of-type {
  border-bottom: none;
}
.BlogsManualHeaderComponenta .slotsContent .slotList .slotView {
  color: #1e1e1e;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.05px;
  padding: 14px 0 15px;
  font-weight: 600;
  align-items: center;
  box-sizing: border-box;
}
.BlogsManualHeaderComponenta .slotsContent .slotList .slotView .textOfLink {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.25;
  letter-spacing: -0.3px;
}
.BlogsManualHeaderComponenta .slotsContent .slotList .slotView a {
  color: inherit;
  text-decoration: underline;
}
.BlogsManualHeaderComponenta .slotsContent .slotList .slotView a:hover {
  color: var(--hover) ! important;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .TagsPageTitleComponenta .BlogsPageTitle {
    font-size: 6.25vw !important;
    height: 21.40625vw !important;
    margin: 0 auto!important;
    padding-right: 4.53125vw !important;
    padding-left: 2.1875vw !important;
    padding-top: 3.125vw;
  }
}
.BlogsPageTitleComponenta {
  display: table;
  width: 100%;
}
.BlogsPageTitleComponenta .BlogsPageTitle {
  font-size: 38px;
  color: #000000;
  background-color: #f5f6f9;
  padding: 0px 18px;
  font-weight: bold;
  height: 79px;
  font-Family: "Open Sans Hebrew", sans-serif;
  margin: 0;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.BreakingNewsArrows {
  height: auto;
  height: 9px;
}
.BreakingNewsArrows .newsArrow {
  float: right;
  margin-right: -2.5px;
  width: 9px;
  height: 9px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  background: transparent;
  transform: rotate(45deg);
}
.BreakingNewsArrows .newsArrow.one {
  animation-delay: 0s;
  animation: arrowAnimation1 0.8s infinite;
}
.BreakingNewsArrows .newsArrow.two {
  animation-delay: .25s;
  animation: arrowAnimation2 0.8s infinite;
}
.BreakingNewsArrows .newsArrow.three {
  animation-delay: 0.5s;
  animation: arrowAnimation3 0.8s infinite;
}
@keyframes arrowAnimation1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowAnimation2 {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowAnimation3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.BreakingNewsComponenta {
  display: flex;
  width: 980px;
  background: #000;
  color: #fff;
  height: 40px !important;
}
.BreakingNewsComponenta.isSticky {
  position: fixed;
  top: 0;
  z-index: 999;
  border-bottom: 10px solid #fff;
}
.BreakingNewsComponenta .breakingNewsTitle {
  display: flex;
  align-items: center;
  background: #FF0000;
  box-sizing: border-box;
  padding-right: 23px;
  width: 239px;
  font-size: 25px;
  font-weight: bold;
}
.BreakingNewsComponenta .breakingNewsTitle > span {
  padding-left: 5px;
}
.BreakingNewsComponenta .breakingNews {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  padding-right: 23px;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
}
.BreakingNewsComponenta .moreInfoText {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-left: 10px solid #FF0000;
  padding-left: 10px;
  font-size: 16px;
}
.BreakingNewsComponenta.inactive .breakingNewsTitle {
  background: #e4e8eb;
  color: #a4a7a9;
}
.BreakingNewsComponenta.inactive .breakingNews {
  color: #8d8d8d;
}
.BreakingNewsContentWindow {
  padding: 15px;
}
.BreakingNewsContentWindow .titleWrapper > .titleLabel {
  padding-bottom: 5px;
}
.BreakingNewsContentWindow .cleanFilterWrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
}
.BreakingNewsContentWindow .cleanFilterWrapper span {
  padding-right: 5px;
  cursor: pointer;
}
.BreakingNewsContentWindow .cleanFilterWrapper .yicon-filter_clean:before {
  position: relative;
  right: 2px;
}
.BreakingNewsContentWindow .cleanFilterWrapper button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  padding: 0;
  background: #59c7fc;
}
.BreakingNewsContentWindow .cleanFilterWrapper button.disabled {
  color: #fff;
  background-color: #c9c9c9;
}
.BreakingNewsContentWindow .cleanFilterWrapper button:hover {
  background: #50b4e4;
}
.calcalistComponenta {
  height: 183px;
  background-color: #eae9e4;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.calcalistComponenta .mediaArea {
  position: relative;
  width: 236px;
  height: 137px;
  overflow: hidden;
  flex-shrink: 0;
}
.calcalistComponenta .calcalistTab {
  background: #b4010b;
  height: 24px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}
.calcalistComponenta .calcalistTab > * {
  display: flex;
}
.calcalistComponenta .calcalistTab .tabTitleLogo {
  height: 15px;
  width: 83px;
  margin: auto 10px auto 0;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83.032' height='14.641' viewBox='0 0 83.032 14.641'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_623' data-name='Group 623' transform='translate(-46.642 -165.73)'%3E %3Cpath id='Path_272' d='M58.354 195.16v-9.042a2.793 2.793 0 0 0-2.928-2.67H52.5v3.186h2.34v5.341h-4.684v-8.526h-3.514v9.042a2.793 2.793 0 0 0 2.928 2.67z' class='cls-1' data-name='Path 272' transform='translate(0 -14.789)'/%3E %3Cpath id='Path_273' d='M130.754 191.974h4.685v-5.341h-4.685zm-3.513.515v-9.042h8.784a2.793 2.793 0 0 1 2.928 2.67v6.371a2.793 2.793 0 0 1-2.928 2.67h-5.856a2.793 2.793 0 0 1-2.928-2.67' class='cls-1' data-name='Path 273' transform='translate(-67.274 -14.789)'/%3E %3Cpath id='Path_274' d='M211.419 190.475v-7.027h-5.27v3.022h1.757v4.005z' class='cls-1' data-name='Path 274' transform='translate(-133.137 -14.789)'/%3E %3Cpath id='Path_275' d='M258.524 173.719v-5.06h-8.2v-2.929h-3.513v6.115h8.2v1.616l-3.443 2.155c-.492.3-1.242.539-1.242 2.225v2.53h3.514v-2.249l3.092-1.944c.843-.515 1.593-.75 1.593-2.46' class='cls-1' data-name='Path 275' transform='translate(-167.077)'/%3E %3Cpath id='Path_276' d='M337.988 192.49v-6.371a2.793 2.793 0 0 0-2.928-2.67h-8.2v3.186h7.613v5.341h-7.613v3.186h8.2a2.793 2.793 0 0 0 2.928-2.67' class='cls-1' data-name='Path 276' transform='translate(-233.893 -14.789)'/%3E %3Cpath id='Path_277' d='M413.241 173.719v-5.06h-8.2v-2.929h-3.514v6.115h8.2v1.616l-3.443 2.155c-.492.3-1.241.539-1.241 2.225v2.53h3.513v-2.249l3.092-1.944c.843-.515 1.593-.75 1.593-2.46' class='cls-1' data-name='Path 277' transform='translate(-296.216)'/%3E %3Cpath id='Path_278' d='M492.705 192.49v-6.371a2.793 2.793 0 0 0-2.928-2.67h-8.2v3.186h7.613v5.341h-7.613v3.186h8.2a2.793 2.793 0 0 0 2.928-2.67' class='cls-1' data-name='Path 278' transform='translate(-363.032 -14.789)'/%3E %3C/g%3E %3C/svg%3E") no-repeat center transparent;
}
.calcalistComponenta .calcalistTab .digitalLinksArea {
  display: flex;
  align-items: center;
}
.calcalistComponenta .calcalistTab .digitalLinks {
  margin-left: 4px;
  height: 20px;
  width: 20px;
  background-size: contain;
}
.calcalistComponenta .calcalistTab .digitalLinks.fb {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_437' data-name='Group 437' transform='translate(-390 -2370)'%3E %3Crect id='Rectangle_179' data-name='Rectangle 179' class='cls-1' width='20' height='20' rx='4' transform='translate(390 2370)'/%3E %3Cpath id='Path_239' data-name='Path 239' d='M1224.438,103.831h2.7V97.07h1.884l.2-2.263h-2.085V93.517c0-.534.107-.745.623-.745h1.461V90.423h-1.87c-2.009,0-2.915.885-2.915,2.578v1.8h-1.4V97.1h1.4Z' transform='translate(-826.034 2282.577)'/%3E %3C/g%3E %3C/svg%3E") no-repeat center transparent;
}
.calcalistComponenta .calcalistTab .digitalLinks.tw {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_436' data-name='Group 436' transform='translate(-414 -2370)'%3E %3Crect id='Rectangle_180' data-name='Rectangle 180' class='cls-1' width='20' height='20' rx='4' transform='translate(414 2370)'/%3E %3Cpath id='Path_227' data-name='Path 227' d='M1308.922,107.408a6.9,6.9,0,0,0,10.609-6.123,4.927,4.927,0,0,0,1.21-1.255,4.843,4.843,0,0,1-1.393.382,2.429,2.429,0,0,0,1.066-1.341,4.85,4.85,0,0,1-1.54.588,2.426,2.426,0,0,0-4.132,2.212,6.883,6.883,0,0,1-5-2.534,2.427,2.427,0,0,0,.75,3.237,2.417,2.417,0,0,1-1.1-.3,2.427,2.427,0,0,0,1.945,2.408,2.428,2.428,0,0,1-1.095.042,2.427,2.427,0,0,0,2.265,1.684A4.874,4.874,0,0,1,1308.922,107.408Z' transform='translate(-890.922 2276.107)'/%3E %3C/g%3E %3C/svg%3E") no-repeat center transparent;
}
.calcalistComponenta .calcalistTab .digitalLinks.in {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_434' data-name='Group 434' transform='translate(-462 -2370)'%3E %3Crect id='Rectangle_181' data-name='Rectangle 181' class='cls-1' width='20' height='20' rx='4' transform='translate(462 2370)'/%3E %3Cg id='Group_195' data-name='Group 195' transform='translate(466 2374)'%3E %3Crect id='Rectangle_10' data-name='Rectangle 10' width='2.295' height='7.416' transform='translate(0.221 3.708)'/%3E %3Cpath id='Path_248' data-name='Path 248' d='M1591.417,95.17a1.368,1.368,0,1,0-1.357-1.368A1.363,1.363,0,0,0,1591.417,95.17Z' transform='translate(-1590.06 -92.434)'/%3E %3Cpath id='Path_249' data-name='Path 249' d='M1605.98,108.171c0-1.043.48-1.663,1.4-1.663.844,0,1.25.6,1.25,1.663v3.893h2.284v-4.7c0-1.986-1.125-2.946-2.7-2.946a2.587,2.587,0,0,0-2.235,1.225v-1h-2.2v7.416h2.2Z' transform='translate(-1599.794 -100.941)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center transparent;
}
.calcalistComponenta .calcalistTab .digitalLinks.instagram {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.726' height='11.725' viewBox='0 0 11.726 11.725'%3E %3Cpath id='iconmonstr-instagram-11' d='M5.863,1.057c1.565,0,1.751.006,2.369.034a2.2,2.2,0,0,1,2.4,2.4c.028.618.034.8.034,2.369s-.006,1.751-.034,2.369a2.2,2.2,0,0,1-2.4,2.4c-.619.028-.8.034-2.369.034s-1.751-.006-2.369-.034a2.2,2.2,0,0,1-2.4-2.4c-.028-.618-.034-.8-.034-2.369s.006-1.75.034-2.369a2.2,2.2,0,0,1,2.4-2.4c.619-.028.8-.034,2.369-.034ZM5.863,0C4.27,0,4.071.007,3.446.035a3.236,3.236,0,0,0-3.41,3.41C.007,4.071,0,4.27,0,5.863S.007,7.655.035,8.28a3.236,3.236,0,0,0,3.41,3.41c.626.028.825.035,2.417.035s1.792-.007,2.417-.035a3.236,3.236,0,0,0,3.41-3.41c.029-.625.036-.825.036-2.417s-.007-1.792-.035-2.417A3.236,3.236,0,0,0,8.28.036C7.655.007,7.455,0,5.863,0Zm0,2.852a3.011,3.011,0,1,0,3.01,3.01A3.011,3.011,0,0,0,5.863,2.852Zm0,4.965A1.954,1.954,0,1,1,7.817,5.863,1.954,1.954,0,0,1,5.863,7.817ZM8.992,2.03a.7.7,0,1,0,.7.7A.7.7,0,0,0,8.992,2.03Z'/%3E %3C/svg%3E") no-repeat center #fff;
  border-radius: 4px;
}
.calcalistComponenta .separatorOfTab {
  display: flex;
  flex-shrink: 0;
  height: 2px;
  background: #fff;
}
.calcalistSlot {
  border: 1px solid #cdccca;
  border-top: 0;
  background: #fff;
  display: flex;
  flex-grow: 1;
  height: 159px;
  box-sizing: border-box;
}
.calcalistSlot > div {
  width: 100%;
  display: flex;
}
.calcalistSlot > div > div {
  width: 100%;
}
.calcalistSlot > div .slotView {
  display: flex;
  padding: 15px 12px 15px 15px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.calcalistSlot > div .slotView .textDiv {
  margin-left: 49px;
  color: #000;
  flex-grow: 1;
  position: relative;
}
.calcalistSlot > div .slotView .textDiv a,
.calcalistSlot > div .slotView .textDiv a:hover,
.calcalistSlot > div .slotView .textDiv a:active {
  color: #000;
  text-decoration: none;
}
.calcalistSlot > div .slotView .textDiv .articleAuthor {
  position: absolute;
  font-size: 12px;
  bottom: -2px;
  right: 0;
  max-width: 160px;
}
.calcalistSlot > div .slotView .textDiv .goToArticle {
  position: absolute;
  font-size: 14px;
  bottom: -2px;
  left: 0px;
  color: #033486;
  font-weight: bold;
  align-items: center;
  /* &:after {
                        position: absolute;
                        content: "»";
                        left: 0px;
                        font-weight: bold;
                    }*/
}
.calcalistSlot > div .slotView .textDiv .slotTitle {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 6px;
  max-height: 52px;
  font-weight: bold;
  overflow: hidden;
  margin-top: -2px;
}
.calcalistSlot > div .slotView .textDiv .slotSubTitle {
  font-size: 14px;
  line-height: 18px;
  max-height: 58px;
  overflow: hidden;
}
.calcalistSlot > div .slotView .textDiv .redCaption {
  color: #c82027;
  position: relative;
  padding-left: 10px;
  margin-left: 5px;
}
.calcalistSlot > div .slotView .textDiv .redCaption:after {
  content: "|";
  position: absolute;
  left: 0px;
  top: 0px;
}
.grid1280_2 .calcalistComponenta {
  height: 252px;
  box-shadow: 0 0 0 0.5px #b6b6ba, 0 0 0 0.5px #b6b6ba;
}
.grid1280_2 .calcalistComponenta .mediaArea {
  width: 189px;
  height: 121px;
}
.grid1280_2 .calcalistComponenta .calcalistTab {
  height: 30px;
  width: 610px;
}
.grid1280_2 .calcalistComponenta .calcalistTab .tabTitleLogo {
  height: 21px;
  width: 90px;
}
.grid1280_2 .calcalistComponenta .calcalistTab .digitalLinksArea {
  margin-left: 8px;
}
.grid1280_2 .calcalistComponenta .calcalistTab .digitalLinks {
  border-radius: 50% !important;
}
.grid1280_2 .calcalistComponenta .calcalistTab .digitalLinks.fb {
  order: 4;
}
.grid1280_2 .calcalistComponenta .calcalistTab .digitalLinks.instagram {
  order: 3;
}
.grid1280_2 .calcalistComponenta .calcalistTab .digitalLinks.tw {
  order: 2;
}
.grid1280_2 .calcalistComponenta .calcalistTab .digitalLinks.in {
  order: 1;
}
.grid1280_2 .calcalistSlot {
  border: none;
  height: 254px;
}
.grid1280_2 .calcalistSlot > div .slotView {
  flex-direction: row-reverse;
  padding: 15px 11px 15px 22px;
}
.grid1280_2 .calcalistSlot > div .slotView .textDiv {
  position: relative;
  font-size: 13px;
  margin-top: 0;
  line-height: 16px;
  margin-right: 15px;
  margin-left: unset;
}
.grid1280_2 .calcalistSlot > div .slotView .textDiv .articleAuthor {
  color: #78787b;
  bottom: 18px;
  font-size: 13px;
  font-weight: 300;
}
.grid1280_2 .calcalistSlot > div .slotView .goToArticle {
  font-size: 15px;
  line-height: 18px;
  color: #1417ac;
  bottom: 0;
}
.grid1280_2 .calcalistSlot > div .slotView .slotTitle {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 0;
}
.grid1280_2 .calcalistSlot > div .slotView .slotSubTitle {
  font-size: 15px;
  line-height: 22px;
  max-height: 70px;
  font-weight: 300;
  color: #000000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.grid1280_2 .calcalistSlot > div .slotView .articleAuthor {
  margin-top: 5px;
  position: unset;
}
.grid1280_2 .calcalistSlot > div .slotView .redCaption {
  color: #c82027;
  position: relative;
  padding: unset;
}
.grid1280_2 .calcalistSlot > div .slotView .redCaption:after {
  display: none;
}
.CalcalisArticleColumnListComponenta {
  display: flex;
  flex: 3;
  height: 128px;
  max-height: 128px;
  padding: 14px 20px 0;
  background-color: white;
  box-sizing: border-box;
}
.CalcalisArticleColumnListComponenta .manualWrapper {
  display: flex;
  align-items: center;
}
.CalcalisArticleColumnListComponenta .manualWrapper a img {
  float: right;
  margin: 7px;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper {
  display: flex;
  flex-direction: column;
  width: 400px;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "ShualBold";
  line-height: 24px;
  font-size: 22px;
  padding: 0 15px;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper {
  display: flex;
  max-height: 50px;
  overflow: hidden;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper .subTitle {
  padding: 0 15px;
  overflow: hidden;
  margin: 8px 0 0 5px;
  display: inline-block !important;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper .arrowWrapper {
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper .arrowWrapper .arrow {
  position: relative;
  top: 3px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.CalcalisArticleColumnListComponenta .autoWrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.CalcalisArticleColumnListComponenta .autoWrapper .label {
  font-weight: bold;
  font-size: 18px;
  direction: rtl;
  display: inline-block;
  margin: 5px 0;
}
.CalcalisArticleColumnListComponenta .autoWrapper ul {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin: 0;
  padding: 0;
}
.CalcalisArticleColumnListComponenta .autoWrapper ul li {
  list-style-position: inside;
  direction: rtl;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 23px;
  height: 23px;
  overflow: hidden;
}
.CalcalisArticleColumnListComponenta .autoWrapper ul li a,
.CalcalisArticleColumnListComponenta .autoWrapper ul li a:hover,
.CalcalisArticleColumnListComponenta .autoWrapper ul li a:focus,
.CalcalisArticleColumnListComponenta .autoWrapper ul li a:active {
  text-decoration: underline;
}
.categoryBreadcrumbs {
  font-family: arial;
  font-size: 12px;
  line-height: 31px;
}
.categoryBreadcrumbs.englishSite {
  direction: ltr;
}
@media only screen and (max-width: 767px) 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;
}
.CategoryHeader {
  padding-top: 15px;
}
.CategoryHeader .bananas {
  display: block;
  height: 68px;
  overflow: hidden;
}
.CategoryHeader .bananas ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}
.CategoryHeader .bananas ul li {
  width: 25px;
  height: 100%;
}
.CategoryHeader .bananas ul li[data-is-hul="1"]:not([data-is-israel="1"]),
.CategoryHeader .bananas li:not([data-is-hul="1"]):not([data-is-israel="1"]) {
  display: none;
}
.CategoryHeader .bananas ul li a {
  text-decoration: none;
}
.CategoryHeader .bananas ul li img {
  height: 67px;
  width: 25px;
}
.CategoryHeader .logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.CategoryHeader .logo img {
  width: 141px;
  height: 69px;
}
.CategoryHeader .logo .seperator {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 91px;
  overflow: hidden;
  margin: 0 13px;
  background: #d3dded;
}
.CategoryHeader .oranges {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-top: 7px;
}
.CategoryHeader .oranges ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}
.CategoryHeader .oranges ul li:first-child {
  background: none;
}
.CategoryHeader .oranges ul li {
  display: inline-block;
  font-size: 12px;
}
.CategoryHeader .oranges ul li:nth-child(1):before {
  content: "";
  padding: 0;
}
.CategoryHeader .oranges ul li:before {
  content: " • ";
  font-size: 6px;
  padding: 0 4px;
  display: inline-block;
  vertical-align: middle;
}
.CategoryHeader .oranges ul li a,
.CategoryHeader .oranges ul span {
  text-decoration: none;
  height: inherit;
  display: inline-block;
  vertical-align: 0%;
}
.CategoryHeader .oranges ul li a:hover,
.CategoryHeader .oranges ul span:hover {
  color: #FF0000 !important;
}
.CategoryHeader .rightWrapper {
  display: inline-block;
  vertical-align: top;
  width: 173px;
  overflow: hidden;
}
.CategoryHeader .leftWrapper {
  display: inline-block;
  vertical-align: top;
  width: 802px;
  overflow: hidden;
}
.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: 767px) 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;
}
.categorySubNavigation.englishSite ul li:last-child {
  background: none;
}
.categorySubNavigation ul {
  padding: 0;
  line-height: 22px;
  margin-right: -21px;
  list-style-type: none;
  overflow: hidden;
}
.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;
}
.grid1280_2 .categorySubNavigation ul li.selected a[style] {
  color: #1417ac !important;
  font-weight: bold !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;
}
.grid1280_2 .categorySubNavigation ul li span {
  font-size: 16px;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  font-weight: normal;
}
.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;
}
.Extended_banner {
  display: flex;
  flex-direction: column;
}
.Extended_banner .TitleTab {
  height: 26px;
  margin-bottom: 9px;
  line-height: 23px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  background: transparent;
  font-size: 20px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.leftAndRightTransitionAnimation,
.PlainGalleryContainer .mediaListContainer .mediaListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.PlainGalleryContainer.disallowEdit {
  pointer-events: none;
}
.PlainGalleryContainer .galleryTabTitle {
  margin-bottom: 10px;
  padding-right: 10px;
  height: 24px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.PlainGalleryContainer .gallerySelectedMedia {
  position: relative;
}
.PlainGalleryContainer .gallerySelectedMedia .galleryDroppedImage {
  overflow: hidden;
}
.PlainGalleryContainer .gallerySelectedMedia .galleryDroppedImage > span {
  width: 100%;
  height: 100%;
}
.PlainGalleryContainer .gallerySelectedMedia .selectedMediaDetails {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.PlainGalleryContainer .gallerySelectedMedia .selectedMediaDetails > a {
  text-decoration: none;
  width: 70%;
}
.PlainGalleryContainer .gallerySelectedMedia .selectedMediaDetails > a .linkTo {
  color: #ff0000;
}
.PlainGalleryContainer .gallerySelectedMedia .selectedMediaDetails > a:hover {
  text-decoration: none;
}
.PlainGalleryContainer .gallerySelectedMedia .selectedMediaDetails .title {
  flex-grow: 1;
  align-items: center;
  font-weight: bold;
  padding-right: 10px;
  font-size: 18px;
  color: #fff;
  padding: 10px 12px;
  direction: rtl;
}
.PlainGalleryContainer .gallerySelectedMedia .selectedMediaDetails .title .linkTo {
  margin-right: 10px;
  direction: rtl;
  font-size: 11px;
  color: #ff0000;
  align-self: flex-end;
  width: 105px;
}
.PlainGalleryContainer .gallerySelectedMedia .selectedMediaDetails .credit {
  display: flex;
  min-width: 130px;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 12px;
  color: #afafaf;
  padding: 10px;
}
.PlainGalleryContainer .mediaListContainer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #fff;
}
.PlainGalleryContainer .mediaListContainer .button {
  top: 25px;
  z-index: 2;
  width: 32px;
  height: 35px;
  border: medium none;
  position: absolute;
  cursor: pointer;
}
.PlainGalleryContainer .mediaListContainer .mediaListWrapper {
  display: flex;
  overflow-x: hidden;
  background: #242424;
  position: relative;
}
.PlainGalleryContainer .mediaListContainer .mediaListWrapper .mediaWrapper {
  padding: 5px;
  position: relative;
}
.PlainGalleryContainer .mediaListContainer .mediaListWrapper .mediaWrapper:hover .lisPreviewImage {
  border: 1px solid #fff;
}
.PlainGalleryContainer .mediaListContainer .mediaListWrapper .mediaWrapper .unselectedOverlay {
  background: black;
  opacity: 0.7;
  position: absolute;
  width: 132px;
  height: 80px;
  z-index: 1;
  top: 0;
}
.PlainGalleryContainer .mediaListContainer .mediaListWrapper .mediaWrapper .lisPreviewImage {
  width: 130px;
  height: 73px;
  border: 1px solid #242424;
}
.PlainGalleryContainer .mediaListContainer .mediaListWrapper .mediaWrapper .cameraImgIcon {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 40px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E %3Ctitle%3Elink%3C/title%3E %3Cg id='icomoon-ignore'%3E %3C/g%3E %3Cpath fill='%23fff' d='M819.2 179.2h-153.6c0-57.6-44.8-102.4-102.4-102.4h-102.4c-57.6 0-102.4 44.8-102.4 102.4v0h-153.6c-112 0-204.8 92.8-204.8 204.8v358.4c0 112 92.8 204.8 204.8 204.8h614.4c112 0 204.8-92.8 204.8-204.8v-358.4c0-112-92.8-204.8-204.8-204.8zM972.8 742.4c0 83.2-70.4 153.6-153.6 153.6h-614.4c-83.2 0-153.6-70.4-153.6-153.6v-358.4c0-83.2 70.4-153.6 153.6-153.6h204.8v-51.2c0-28.8 22.4-51.2 51.2-51.2h102.4c28.8 0 51.2 22.4 51.2 51.2v51.2h204.8c83.2 0 153.6 70.4 153.6 153.6v358.4z'%3E%3C/path%3E %3Cpath fill='%23fff' d='M512 486.4c41.6 0 76.8 35.2 76.8 76.8s-35.2 76.8-76.8 76.8-76.8-35.2-76.8-76.8 35.2-76.8 76.8-76.8zM512 384c-99.2 0-179.2 80-179.2 179.2s80 179.2 179.2 179.2 179.2-80 179.2-179.2-80-179.2-179.2-179.2v0z'%3E%3C/path%3E %3Cpath fill='%23fff' d='M768 332.8h102.4v51.2h-102.4v-51.2z'%3E%3C/path%3E %3C/svg%3E");
  width: 100%;
  height: 100%;
  background-size: 40px 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.PlainGalleryContainer .mediaListContainer .mediaListWrapper .mediaWrapper .iconOnPoster {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
}
.PlainGalleryContainer .mediaListContainer .mediaListWrapper .mediaWrapper .iconOnPoster.small {
  top: calc(50% - 20px);
  right: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.PlainGalleryContainer .mediaListContainer .mediaListWrapper .mediaWrapper .iconOnPoster:hover:after {
  box-shadow: inset 0 0 7px #0064ff;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border-radius: 50%;
}
.PlainGalleryContainer .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);
}
.PlainGalleryContainer .galleryArrow:disabled {
  display: none;
}
.PlainGalleryContainer .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;
}
.PlainGalleryContainer .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.PlainGalleryContainer .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.PlainGalleryContainer .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.PlainGalleryContainer .scrollLeftBtn:after {
  left: 0;
}
.PlainGalleryContainer .media-enter {
  opacity: 0.5;
  z-index: 1;
}
.PlainGalleryContainer .media-enter.media-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.PlainGalleryContainer .media-leave {
  opacity: 1;
  z-index: 1;
}
.PlainGalleryContainer .media-leave.media-enter-leave {
  opacity: 0.5;
  transition: opacity 300ms ease-in;
}
@media only screen and (max-width: 767px) 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: 3.4375vw ! important;
    min-height: 3.4375vw ! 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: 767px) 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;
}
.HotTitlesComponenta {
  display: flex;
  flex-direction: column;
}
.HotTitlesComponenta .hotTitlesTab {
  flex-shrink: 0;
}
.HotTitlesComponenta .slotsContent {
  flex-grow: 1;
  margin: 0;
}
.HotTitlesComponenta .slotList {
  display: flex;
  flex-direction: column;
}
.HotTitlesComponenta .slotList .slotView {
  display: flex;
  padding: 12px 0 10px 0;
  border-bottom: 1px dotted #000;
  overflow: hidden;
}
.HotTitlesComponenta .slotList .slotTitle {
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  padding: 0 10px 5px 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.HotTitlesComponenta .slotList .slotTitle a,
.HotTitlesComponenta .slotList .slotTitle a:hover {
  text-decoration: none;
}
.HotTitlesComponenta .slotList .slotTitle a:hover span[style] {
  color: #F00 ! important;
}
.HotTitlesComponenta .slotList .slotTitle .videoIcon {
  margin-bottom: -3px;
}
.HotTitlesComponenta .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 {
  vertical-align: inherit;
}
.HotTitlesComponenta .mediaArea {
  width: 96px;
  height: 56px;
  overflow: hidden;
  flex-shrink: 0;
}
.HotTitlesComponenta .textDiv {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.HotTitlesComponenta.englishSite {
  direction: ltr;
}
.HotTitlesComponenta.englishSite .mediaArea {
  width: 114px;
  height: 64px;
}
.HotTitlesComponenta.englishSite .slotTitle {
  max-height: 48px;
  overflow: hidden;
}
.HotTitlesComponenta.englishSite .slotTitle a,
.HotTitlesComponenta.englishSite .slotTitle a:hover {
  text-decoration: none;
}
.HotTitlesComponenta.englishSite .slotTitle a:hover span[style] {
  color: #F00 ! important;
}
.HotTitlesComponenta .hotTitlesTab {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 0px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.HotTitlesComponenta .mediaArea,
.HotTitlesComponenta .imageArea {
  position: relative;
}
.HotTitlesComponenta .MediaCarousel {
  display: flex;
  order: 1;
}
.HotTitlesComponenta .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.HotTitlesComponenta .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.HotTitlesComponenta .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 {
  display: none;
}
.HotTitlesComponenta .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 {
  display: none;
}
.HotTitlesComponenta .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 {
  right: 0;
  transform: rotate(180deg);
}
.HotTitlesComponenta .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 {
  left: 0;
}
@media only screen and (max-width: 767px) 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;
}
.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;
}
.LinksWithBulletsComponenta {
  display: flex;
  flex-direction: column;
}
.LinksWithBulletsComponenta .linksWithBulletTabs {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 7px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.LinksWithBulletsComponenta .slotsContent .slotList > div {
  display: flex;
  flex-direction: column;
}
.LinksWithBulletsComponenta .slotsContent .slotList > div .slotView {
  margin-top: 4px;
  display: flex;
  align-items: center;
  height: 17px;
}
.LinksWithBulletsComponenta .slotsContent .slotList > div .slotView .bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: auto 5px auto 8px;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
}
.LinksWithBulletsComponenta .slotsContent .slotList > div .slotView .textOfLink {
  font-size: 12px;
  line-height: 17px;
  flex-grow: 1;
  display: flex;
  align-self: center;
}
.LinksWithBulletsComponenta .slotsContent .slotList > div .slotView .textOfLink:hover {
  color: red ! important;
}
.LinksWithBulletsComponenta .slotsContent .slotList > div .slotView a {
  text-decoration: none;
  cursor: pointer;
}
.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: 767px) 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;
  }
}
.MiniStripComponenta {
  display: flex;
  width: 100%;
  height: 100%;
}
.MiniStripComponenta .mediaArea {
  position: relative;
}
.MiniStripComponenta a,
.MiniStripComponenta a:hover {
  text-decoration: none;
}
.MiniStripComponenta .slotsContent {
  display: flex;
  height: 100%;
}
.MiniStripComponenta .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  overflow: hidden;
}
.MiniStripComponenta .slotsContent .slotList > div > div {
  height: 100%;
}
.MiniStripComponenta .slotsContent .slotList .slotView {
  overflow: hidden;
  height: 100%;
  width: 155px;
  flex-direction: column;
  display: flex;
}
.MiniStripComponenta .slotsContent .slotList .slotView.commertialItem > .textdiv {
  order: 0;
  padding: 0;
}
.MiniStripComponenta .slotsContent .slotList .slotView.commertialItem .MediaCarousel {
  order: 1;
}
.MiniStripComponenta .slotsContent .slotList .slotView.commertialItem .slotTitle {
  line-height: 30;
  align-items: center;
  display: flex;
  background: #8198ad;
  padding-right: 10px;
  height: 30px;
  overflow: hidden;
}
.MiniStripComponenta .slotsContent .slotList .slotView.commertialItem .slotSubTitle {
  flex-grow: 1;
  align-items: center;
  display: flex;
  padding-right: 10px;
}
.MiniStripComponenta .slotsContent .slotList .slotView .MediaCarousel {
  overflow: hidden;
  position: relative;
}
.MiniStripComponenta .slotsContent .slotList .slotView.inEditMode {
  position: relative;
}
.MiniStripComponenta .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MiniStripComponenta .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MiniStripComponenta .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MiniStripComponenta .slotsContent .slotList .slotView > .textdiv {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 0 10px;
  flex-grow: 1;
}
.MiniStripComponenta .slotsContent .slotList .slotView > .textdiv .slotTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
  width: 100%;
}
.MiniStripComponenta .slotsContent .slotList .slotView > .textdiv .slotSubTitle {
  padding-top: 4px;
  height: 51px;
  overflow: hidden;
  font-size: 12px;
  line-height: 17px;
  width: 100%;
}
.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;
}
.leftAndRightTransitionAnimation,
.MultiImagesLabelsComponenta-2 .slotListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.MultiImagesLabelsComponenta-2 {
  display: flex;
  flex-direction: column;
}
.MultiImagesLabelsComponenta-2 * {
  box-sizing: content-box;
}
.MultiImagesLabelsComponenta-2 .slotTextArea {
  margin-right: 8px;
}
.MultiImagesLabelsComponenta-2 .slotTitle,
.MultiImagesLabelsComponenta-2 .slotBottomLink {
  width: 100%;
  height: 15px;
  font-size: 13px;
}
.MultiImagesLabelsComponenta-2 .slotTitle > a,
.MultiImagesLabelsComponenta-2 .slotBottomLink > a {
  text-decoration: none;
}
.MultiImagesLabelsComponenta-2 .slotTitle > a:hover,
.MultiImagesLabelsComponenta-2 .slotBottomLink > a:hover {
  text-decoration: none;
}
.MultiImagesLabelsComponenta-2 .slotTitle > a:hover > span,
.MultiImagesLabelsComponenta-2 .slotBottomLink > a:hover > span {
  color: #ff0000 ! important;
}
.MultiImagesLabelsComponenta-2 .mediaLabel {
  width: 100%;
  height: 20px;
  margin-bottom: 2px;
}
.MultiImagesLabelsComponenta-2 .slotTitle {
  margin-top: 8px;
}
.MultiImagesLabelsComponenta-2 .slotBottomLink {
  overflow: hidden;
  padding-top: 4px;
  font-weight: bold;
}
.MultiImagesLabelsComponenta-2 .disallowEdit {
  pointer-events: none;
}
.MultiImagesLabelsComponenta-2 .slotsContent {
  position: relative;
  padding-top: 2px;
  overflow: hidden;
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
}
.MultiImagesLabelsComponenta-2 .slotsContent .slotListArrow {
  z-index: 2;
  width: 23px;
  height: 120px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  top: 0px;
  background: rgba(255, 255, 255, 0.6);
}
.MultiImagesLabelsComponenta-2 .slotsContent .slotListArrow:disabled {
  opacity: 0.5;
}
.MultiImagesLabelsComponenta-2 .slotsContent .scrollRightBtn {
  right: 0px;
  background: url(https://www.ynet.co.il/images/buy_save_arrow_right.jpg) no-repeat;
}
.MultiImagesLabelsComponenta-2 .slotsContent .scrollLeftBtn {
  left: 0;
  background: url(https://www.ynet.co.il/images/buy_save_arrow_left.jpg) no-repeat;
}
.MultiImagesLabelsComponenta-2 .frame_forList {
  overflow: hidden;
  position: relative;
  align-items: stretch;
  width: calc(100% - 76px );
}
.MultiImagesLabelsComponenta-2 .slotListWrapper {
  display: inline-flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  align-items: stretch;
  width: auto;
}
.MultiImagesLabelsComponenta-2 .slotListWrapper > div:not(.slotView) {
  display: flex;
}
.MultiImagesLabelsComponenta-2 .slotListWrapper > div:not(.slotView) > div {
  height: 100%;
}
.MultiImagesLabelsComponenta-2 .slotListWrapper .slotView {
  padding: 0 8px;
  border-right: solid 1px #CBC7BF;
  flex-shrink: 0;
  width: 196px;
  box-sizing: border-box;
}
.MultiImagesLabelsComponenta-2 .slotListWrapper .slotView .MediaCarousel {
  width: 182px;
  height: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.MultiImagesLabelsComponenta-2 .slotListWrapper .slotView .MediaCarousel img.SiteImageMedia {
  height: 120px;
}
.MultiImagesLabelsComponenta-2 .slotListWrapper .slotView.inEditMode {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: inherit;
}
.MultiImagesLabelsComponenta-2 .slotListWrapper .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesLabelsComponenta-2 .slotListWrapper .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiImagesLabelsComponenta-2 .slotListWrapper .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesLabelsComponenta-2 .slotListWrapper .slotView.inEditMode .slotTitle {
  margin-top: 8px;
}
.MultiImagesLabelsComponenta-2 .slotListWrapper .slotView.inEditMode .slotBottomLink {
  padding-bottom: 4px;
  padding-top: 4px;
  font-weight: bold;
}
.MultiImagesLabelsComponenta-2 .multiImagesTab {
  padding-right: 10px;
  height: 20px;
  margin-bottom: 9px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}
.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;
}
.MultiArticleTopComponenta.Commercial {
  border: 1px solid #d0dbec;
}
.MultiArticleTopComponenta.Commercial .multiArticleTab {
  margin-bottom: 5px;
}
.MultiArticleTopComponenta.Commercial .slotsContent {
  margin: 0 5px;
  overflow: hidden;
}
.MultiArticleTopComponenta.Commercial .slotsContent .slotTitle {
  padding: 0 5px 0 5px;
}
.MultiArticleTopComponenta.Commercial .slotsContent .slotTitle > a {
  text-decoration: none;
}
.MultiArticleTopComponenta.Commercial .slotsContent .slotTitle > a:hover {
  text-decoration: none;
}
.MultiArticleTopComponenta.Commercial .slotsContent .slotSubTitle {
  margin-top: 2px;
  padding: 0 5px 0 0;
  font-size: 12px;
  line-height: 16px;
}
.MultiArticleTopComponenta.Commercial .slotsContent .slotView {
  margin-bottom: 0;
}
.MultiArticleTopComponenta.Commercial .slotsContent .withImagePreview {
  margin: 0;
}
.MultiArticleTopComponenta.Commercial .slotsContent .withImagePreview > div > div {
  border-bottom: 1px solid #d0dbec;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.MultiArticleTopComponenta.Commercial .slotsContent .withImagePreview .slotTitle {
  font-size: 14px;
  line-height: 16px;
}
.MultiArticleTopComponenta.Commercial .slotsContent .slotList > div > div {
  border-bottom: 1px solid #d0dbec;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.MultiArticleTopComponenta.Commercial .slotsContent .slotList > div > div:last-child {
  border-bottom: none;
}
.MultiArticleTopComponenta .bottomLinks {
  margin: 0 5px 5px 5px;
  list-style: none;
  padding: 11px 0 0 0;
  display: flex;
  border-top: 1px solid #d0dbec;
  flex-wrap: wrap;
}
.MultiArticleTopComponenta .bottomLinks li {
  font-size: 12px;
  line-height: 14px;
  padding: 0 10px;
  margin-bottom: 4px;
  border-left: 1px solid #55a4db;
}
.MultiArticleTopComponenta .bottomLinks li > a {
  text-decoration: none;
}
.MultiArticleTopComponenta .bottomLinks li > a:hover {
  text-decoration: none;
  cursor: pointer;
}
.MultiArticleTopComponenta .bottomLinks li:last-child {
  border-left: none;
  padding: 0 10px 0 0;
}
.MultiArticleRotationComponenta {
  display: flex;
  flex-direction: column;
}
.MultiArticleRotationComponenta .TabComponenta {
  flex-shrink: 0;
  height: 24px;
}
.MultiArticleRotationComponenta .GroupContent {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
.MultiArticleRotationComponenta .GroupContent .slotsContent {
  margin: 14px -10px 10px;
  width: calc(100% + 20px);
  display: flex;
}
.MultiArticleRotationComponenta .GroupContent .slotsContent > div {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2px 20px;
  display: flex;
  box-sizing: border-box;
  height: 180px;
}
.MultiArticleRotationComponenta .GroupContent .slotsContent > div .MediaCarousel {
  margin-bottom: 6px;
  position: relative;
}
.MultiArticleRotationComponenta .GroupContent .slotsContent > div .slotTitle,
.MultiArticleRotationComponenta .GroupContent .slotsContent > div .slotSubTitle {
  max-height: 30px;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
}
.MultiArticleRotationComponenta .GroupContent .slotsContent > div .slotTitle a,
.MultiArticleRotationComponenta .GroupContent .slotsContent > div .slotSubTitle a,
.MultiArticleRotationComponenta .GroupContent .slotsContent > div .slotTitle a:hover,
.MultiArticleRotationComponenta .GroupContent .slotsContent > div .slotSubTitle a:hover {
  text-decoration: none;
}
.MultiArticleRotationComponenta .GroupContent .slotsContent > div .slotTitle {
  font-weight: bold;
}
.MultiArticleRotationComponenta .GroupContent .slotsContent > div .commertialContent {
  font-size: 12px;
  line-height: 16px;
  max-height: 16px;
  overflow: hidden;
  margin-top: 2px;
}
.MultiArticleRotationComponenta .GroupContent .slotsContent > div .commertialContent a,
.MultiArticleRotationComponenta .GroupContent .slotsContent > div .commertialContent a:hover {
  text-decoration: none;
}
.MultiArticleRotationComponenta .GroupContent .bottomLinks {
  height: 25px;
  border-top: 1px solid #fff;
  list-style: none;
  padding: 0 10px;
  margin: 0;
  display: flex;
  align-items: center;
}
.MultiArticleRotationComponenta .GroupContent .bottomLinks li {
  color: #000066;
  padding: 0 8px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
}
.MultiArticleRotationComponenta .GroupContent .bottomLinks li a {
  text-decoration: underline;
  color: #000066;
}
.MultiArticleRotationComponenta .GroupContent .bottomLinks li:first-child:after {
  display: none;
}
.MultiArticleRotationComponenta .GroupContent .bottomLinks li:after {
  content: "|";
  position: absolute;
  right: 0px;
  top: 0;
  color: #000066;
}
.MultiImageLogoComponenta {
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}
.MultiImageLogoComponenta a,
.MultiImageLogoComponenta a:hover {
  text-decoration: none;
}
.MultiImageLogoComponenta .slotsContent {
  display: flex;
  height: 100%;
}
.MultiImageLogoComponenta .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  overflow: hidden;
}
.MultiImageLogoComponenta .slotsContent .slotList > div {
  border-left: 1px solid #e2e2e2;
  height: 38px;
}
.MultiImageLogoComponenta .slotsContent .slotList .slotView {
  overflow: hidden;
  height: 100%;
  width: 49px;
  height: 38px;
  flex-direction: column;
  padding-top: 3px;
  display: flex;
  cursor: pointer;
}
.MultiImageLogoComponenta .slotsContent .slotList .slotView .mediaLogo {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
}
.MultiImageLogoComponenta .slotsContent .slotList .slotView.inEditMode {
  position: relative;
}
.MultiImageLogoComponenta .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImageLogoComponenta .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiImageLogoComponenta .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImageLogoComponenta .slotsContent .slotList .slotView .slotTextArea {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.MultiImageLogoComponenta .slotsContent .slotList .slotView .slotTextArea .slotTitle {
  font-size: 10px;
  font-weight: normal;
  width: 100%;
  overflow: hidden;
  max-height: 14px;
  height: auto;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}
.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;
}
.MultiImagesSpecialComponenta .slotsContent {
  position: relative;
}
.MultiImagesSpecialComponenta .MediaCarousel {
  width: 100%;
  height: 114px;
  overflow: hidden;
}
.MultiImagesSpecialComponenta .slotTextArea {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
  height: 20px;
  text-align: center;
}
.MultiImagesSpecialComponenta .slotTextArea .slotListArrow {
  top: 2.5px;
  position: absolute;
  width: 6px;
  height: 15px;
  background: url(//www.ynet.co.il/images/marketingCrsl_arrow_left.png) no-repeat center center transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.MultiImagesSpecialComponenta .slotTextArea .slotListArrow.scrollLeftBtn {
  left: 4px;
}
.MultiImagesSpecialComponenta .slotTextArea .slotListArrow.scrollRightBtn {
  right: 4px;
  transform: rotate(180deg);
}
.MultiImagesSpecialComponenta .slotTextArea .slotTitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.MultiImagesSpecialComponenta .slotTextArea .slotTitle > a {
  text-decoration: none;
}
.MultiImagesSpecialComponenta .slotTextArea .slotTitle > a:hover {
  text-decoration: underline black;
}
.MultiImagesSpecialComponenta .multiImagesTab {
  padding: 0 5px;
  height: 20px;
  margin-bottom: 0px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.MultiImagesSpecialComponenta .multiImagesTab .rightTitleText {
  font-size: 14px;
}
.MultiImagesSpecialComponenta .multiImagesTab .leftTitleText {
  font-size: 14px;
}
.MultiImagesSpecialComponenta .multiImagesTab .leftTitleText:after {
  display: none;
}
.MultiImagesWithFrameComponenta {
  background: #fff;
  display: flex;
}
.MultiImagesWithFrameComponenta .contentArea {
  width: 182px;
  height: 176px;
  float: right;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.MultiImagesWithFrameComponenta .iframeArea {
  width: 384px;
  height: 172px;
  float: right;
  margin-right: 20px;
}
.MultiImagesWithFrameComponenta .iframeArea iframe {
  border: 0;
}
.MultiImagesWithFrameComponenta .slotsContent {
  display: flex;
  flex-grow: 1;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.MultiImagesWithFrameComponenta .MediaCarousel {
  width: 182px;
  height: 102px;
  overflow: hidden;
  position: relative;
}
.MultiImagesWithFrameComponenta .slotsView {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.MultiImagesWithFrameComponenta .slotTextArea {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.MultiImagesWithFrameComponenta .slotTextArea .slotTitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin-top: 6px;
}
.MultiImagesWithFrameComponenta .slotTextArea .slotSubTitle {
  overflow: hidden;
  line-height: 14px;
  font-size: 12px;
  margin-top: 2px;
}
.MultiImagesWithFrameComponenta .slotTextArea .slotTitle > a,
.MultiImagesWithFrameComponenta .slotTextArea .slotSubTitle > a {
  text-decoration: none;
  cursor: pointer;
}
.MultiImagesWithFrameComponenta .slotTextArea .slotTitle > a:hover,
.MultiImagesWithFrameComponenta .slotTextArea .slotSubTitle > a:hover {
  text-decoration: underline black;
}
.MultiImagesWithFrameComponenta .multiImagesTab {
  padding-right: 5px;
  height: 24px;
  margin-bottom: 0px;
  line-height: 22px;
  font-weight: bold;
  color: #10106c;
  overflow: hidden;
}
.MultiImagesWithFrameComponenta .multiImagesTab .titleLink {
  color: #10106c;
  width: 100% ! important;
}
.MultiImagesWithFrameComponenta .multiImagesTab .titleLink * {
  font-size: 14px! important;
}
.MultiImagesWithFrameComponenta .slotListArrow {
  top: 29px;
  z-index: 2;
  width: 44px;
  height: 44px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  outline: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.646' height='14' viewBox='0 0 8.646 14'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23282828;fill-rule:evenodd%7D %3C/style%3E %3C/defs%3E %3Cpath id='keyboard-right-arrow-button' d='M7.011 0l1.636 1.633L3.272 7l5.375 5.366L7.011 14 0 7z' class='cls-1'/%3E %3C/svg%3E");
  background-size: 10px auto;
  background-position: 25px center;
  background-repeat: no-repeat;
  background-color: #dcdcdc;
}
.MultiImagesWithFrameComponenta .slotListArrow:disabled {
  display: none;
}
.MultiImagesWithFrameComponenta .slotListArrow:after {
  width: 22px;
  height: 44px;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
}
.MultiImagesWithFrameComponenta .scrollRightBtn {
  right: -22px;
  transform: rotate(180deg);
}
.MultiImagesWithFrameComponenta .scrollRightBtn:after {
  left: 0;
}
.MultiImagesWithFrameComponenta .scrollLeftBtn {
  left: -22px;
}
.MultiImagesWithFrameComponenta .scrollLeftBtn:after {
  left: 0;
}
.leftAndRightTransitionAnimation,
.MultiImagesLabelsComponenta .slotListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.MultiImagesLabelsComponenta {
  display: flex;
  flex-direction: column;
}
.MultiImagesLabelsComponenta .slotTextArea {
  margin-top: 8px;
  margin-right: 8px;
}
.MultiImagesLabelsComponenta .slotTitle,
.MultiImagesLabelsComponenta .slotBottomLink {
  width: 100%;
  min-height: 16px;
  font-size: 12px;
}
.MultiImagesLabelsComponenta .slotTitle > a,
.MultiImagesLabelsComponenta .slotBottomLink > a {
  text-decoration: none;
}
.MultiImagesLabelsComponenta .slotTitle > a:hover,
.MultiImagesLabelsComponenta .slotBottomLink > a:hover {
  text-decoration: none;
}
.MultiImagesLabelsComponenta .slotTitle > a:hover > span,
.MultiImagesLabelsComponenta .slotBottomLink > a:hover > span {
  color: #ff0000 ! important;
}
.MultiImagesLabelsComponenta .mediaLabel {
  width: 100%;
  height: 20px;
  margin-bottom: 2px;
}
.MultiImagesLabelsComponenta .slotTitle {
  margin-bottom: 10px;
}
.MultiImagesLabelsComponenta .slotBottomLink {
  padding-bottom: 6px;
  font-weight: normal;
}
.MultiImagesLabelsComponenta .disallowEdit {
  pointer-events: none;
}
.MultiImagesLabelsComponenta .slotsContent {
  position: relative;
  padding-top: 2px;
  overflow: hidden;
  margin-bottom: 2px;
}
.MultiImagesLabelsComponenta .slotsContent .slotListArrow {
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.MultiImagesLabelsComponenta .slotsContent .slotListArrow:disabled {
  display: none;
}
.MultiImagesLabelsComponenta .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;
}
.MultiImagesLabelsComponenta .slotsContent .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.MultiImagesLabelsComponenta .slotsContent .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.MultiImagesLabelsComponenta .slotsContent .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.MultiImagesLabelsComponenta .slotsContent .scrollLeftBtn:after {
  left: 0;
}
.MultiImagesLabelsComponenta .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  align-items: stretch;
}
.MultiImagesLabelsComponenta .slotListWrapper > div:not(.slotView) {
  display: flex;
}
.MultiImagesLabelsComponenta .slotListWrapper > div:not(.slotView) > div {
  height: 100%;
}
.MultiImagesLabelsComponenta .slotListWrapper .slotView {
  width: 146px;
  flex-shrink: 0;
}
.MultiImagesLabelsComponenta .slotListWrapper .slotView .MediaCarousel {
  display: flex;
  position: relative;
  overflow: hidden;
}
.MultiImagesLabelsComponenta .slotListWrapper .slotView.inEditMode {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.MultiImagesLabelsComponenta .slotListWrapper .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesLabelsComponenta .slotListWrapper .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiImagesLabelsComponenta .slotListWrapper .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesLabelsComponenta .slotListWrapper .slotTitle {
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 10px;
  min-height: 16px;
}
.MultiImagesLabelsComponenta .multiImagesTab {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 9px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}
.leftAndRightTransitionAnimation,
.MyNetComponenta .slotListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.MyNetComponenta {
  display: flex;
  flex-direction: column;
}
.MyNetComponenta .slotTextArea {
  flex-grow: 1;
  padding-top: 10px;
}
.MyNetComponenta .slotTitle {
  width: 100%;
}
.MyNetComponenta .slotTitle > a {
  text-decoration: none;
}
.MyNetComponenta .slotTitle > a:hover {
  text-decoration: none;
}
.MyNetComponenta .cityLabel {
  width: 100%;
  text-align: flex-start;
  margin: 0px 0 6px 0;
  font-weight: bold;
  font-size: 16px;
  height: 17px;
  flex-shrink: 0;
  color: #000;
}
.MyNetComponenta .cityLabel a,
.MyNetComponenta .cityLabel a:hover,
.MyNetComponenta .cityLabel a:focus {
  text-decoration: none;
  outline: none;
  color: #000;
}
.MyNetComponenta .slotTitle {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 28px;
  font-weight: bold;
}
.MyNetComponenta .disallowEdit {
  pointer-events: none;
}
.MyNetComponenta .slotsContent {
  position: relative;
  padding-top: 2px;
  overflow: hidden;
  margin-bottom: 2px;
}
.MyNetComponenta .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.MyNetComponenta .slotListWrapper .slotView {
  width: 182px;
  flex-shrink: 0;
  margin: 0 10px;
}
.MyNetComponenta .slotListWrapper .slotView .MediaCarousel {
  display: flex;
  position: relative;
  overflow: hidden;
}
.MyNetComponenta .slotListWrapper .slotView.inEditMode {
  position: relative;
  overflow: hidden;
}
.MyNetComponenta .slotListWrapper .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MyNetComponenta .slotListWrapper .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MyNetComponenta .slotListWrapper .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MyNetComponenta .MyNetTab {
  padding-right: 0;
  height: 24px;
  margin-bottom: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  background: #000066;
  width: 100%;
  position: relative;
}
.MyNetComponenta .MyNetTab .myNetLogo {
  float: right;
  margin-right: 8px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.MyNetComponenta .MyNetTab .sprite_homepage_mynet_mynet_logo {
  width: auto;
  height: 100%;
  display: inline-block;
  z-index: 2;
}
.MyNetComponenta .MyNetTab .myNetTitleCenterText {
  color: #ffffff;
  font: bold 16px/21px arial;
  text-decoration: none;
  float: right;
}
.MyNetComponenta .MyNetTab .cityList {
  padding: 0 10px 0 50px;
  position: relative;
  float: left;
  margin: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 0;
  outline: 0;
  font-size: 12px;
  cursor: pointer;
  box-sizing: border-box;
}
.MyNetComponenta .MyNetTab .cityList:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 5px;
  height: 5px;
  background: transparent;
  transform: rotate(45deg);
  left: 10px;
  top: 7px;
}
.MyNetComponenta .MyNetTab .cityList:hover,
.MyNetComponenta .MyNetTab .cityList:focus {
  background: #fff;
  color: #000066;
  transition: background-color 0.2 ease-in-out;
}
.MyNetComponenta .MyNetTab .cityList:hover:after,
.MyNetComponenta .MyNetTab .cityList:focus:after {
  border-bottom: 1px solid #000066;
  border-right: 1px solid #000066;
}
.MyNetComponenta .MyNetTab .cityLinksList {
  position: absolute;
  top: 30px;
  left: 0;
  min-width: 155px;
  height: 155px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(154, 172, 201, 0.5);
  -moz-box-shadow: 0px 0px 15px 5px rgba(154, 172, 201, 0.5);
  box-shadow: 0px 0px 15px 5px rgba(154, 172, 201, 0.5);
  padding: 20px;
  font-size: 14px;
  flex-direction: column;
  flex-wrap: wrap;
  display: flex;
  z-index: 100;
  box-sizing: border-box;
  cursor: pointer;
}
.MyNetComponenta .MyNetTab .cityLinksList > div {
  width: 130px;
  height: 25px;
  border-radius: 10px;
}
.MyNetComponenta .MyNetTab .cityLinksList > div > a,
.MyNetComponenta .MyNetTab .cityLinksList > div > span {
  display: flex;
  align-items: center;
  padding-right: 15px;
  font-weight: normal;
  color: #24394a;
  text-decoration: none;
}
.MyNetComponenta .MyNetTab .cityLinksList > div > a:hover,
.MyNetComponenta .MyNetTab .cityLinksList > div > span:hover {
  background: #b11412;
  transition: background-color 0.1 ease-in-out;
  color: #fff;
  border-radius: 10px;
}
.MyNewsComponenta {
  display: flex;
  flex-direction: column;
}
.MyNewsComponenta * {
  box-sizing: border-box;
}
.MyNewsComponenta .groupContent {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}
.MyNewsComponenta .groupContent .titleOfGroup {
  font-size: 20px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  flex-shrink: 0;
}
.MyNewsComponenta .groupContent .TitleAndIcon {
  display: flex;
  align-items: center;
}
.MyNewsComponenta .groupContent .TitleAndIcon > img {
  margin-left: 10px;
}
.MyNewsComponenta .groupContent .items {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
.MyNewsComponenta .groupContent .items .tagName {
  margin: 5px;
  padding: 4px 8px;
  background: #edeff1;
  border-radius: 5px;
}
.MyNewsComponenta .groupContent .items .tagName:hover {
  background: #000066;
  color: #ffffff;
}
@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 .categoryBreadcrumbs {
  font-family: 'NarkisBlock';
  height: 25px;
  display: flex;
  align-items: center;
}
.grid1280_2 .categoryBreadcrumbs a:hover {
  color: #1417ac;
}
.grid1280_2 .categoryBreadcrumbs ul li:first-child {
  font-weight: normal;
}
.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;
}
.grid1280_2 .categoryBreadcrumbs ul li:last-child > .arrow {
  display: none;
}
.grid1280_2 .categoryBreadcrumbs ul li:last-child a {
  font-weight: bold;
}
.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;
}
.CategoryHeader.newSite {
  display: flex;
  flex-wrap: wrap;
  height: 148px;
}
.CategoryHeader.newSite .leftWrapper,
.CategoryHeader.newSite .rightWrapper {
  display: flex;
  flex-shrink: 0;
}
.CategoryHeader.newSite .leftWrapper {
  flex-grow: 1;
}
.CategoryHeader.newSite .rightWrapper {
  width: 173px;
  margin-left: 20px;
}
.CategoryHeader.newSite .bananas {
  display: flex;
  overflow: hidden;
  flex-grow: 1;
}
.CategoryHeader.newSite .bananas ul {
  display: flex;
  flex-grow: 1;
}
.CategoryHeader.newSite .oranges {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  height: 40px;
  padding-top: 6px;
  padding-bottom: 3px;
  margin: 0;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.CategoryHeader.newSite .oranges ul {
  border-left: 1px solid #e1e1e1;
  height: 30px;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.CategoryHeader.newSite .oranges ul li {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}
.CategoryHeader.newSite .oranges ul li a,
.CategoryHeader.newSite .oranges ul li a:hover,
.CategoryHeader.newSite .oranges ul li span {
  text-decoration: none;
  height: 14px;
}
.CategoryHeader.newSite .oranges li:before {
  display: none ! important;
}
.CategoryHeader.newSite .oranges .redMail,
.CategoryHeader.newSite .oranges .redMail:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  padding: 0 16px;
}
.CategoryHeader.newSite .oranges .redMail span,
.CategoryHeader.newSite .oranges .redMail:hover span {
  margin: auto 4px;
  font-size: 12px;
  line-height: 18px;
  color: #eb1116;
  font-weight: bold;
}
.CategoryHeader.newSite .oranges .redMail .mailIcon,
.CategoryHeader.newSite .oranges .redMail:hover .mailIcon {
  width: 14px;
  height: 10px;
  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:%23eb1116%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");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
}
.CategoryHeader.newSite .logo img {
  width: 160px;
  height: auto;
}
.CommertialHeadComponenta {
  height: 20px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
.CommertialHeadComponenta:hover {
  text-decoration: none;
  color: inherit;
}
@import url('https://fonts.googleapis.com/css?family=Heebo:400,700&display=swap&subset=hebrew');
.dateComponenta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 15px;
  border-left: 1px solid #e3e3e3;
  height: 100%;
}
.dateComponenta .latinDate {
  color: #ababab;
  font-family: 'Heebo', sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 45px;
  margin-top: 5px;
  height: 40px;
}
.dateComponenta .hebrewDate {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal ! important;
  color: #ababab;
  margin-top: 6px;
  cursor: initial;
  letter-spacing: -0.14px;
}
.dateComponenta .hebrewDate span {
  font-weight: bold;
}
.ElectionComponenta {
  display: flex;
  flex-direction: column;
}
.ElectionComponenta .TabComponenta {
  width: 100%;
  height: 25px;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.ElectionComponenta .slotsContent {
  width: 100%;
  display: flex;
  flex-grow: 1;
}
.ElectionComponenta .slotsContent .titleArea {
  margin: 0 6px 0 10px;
  display: flex;
  flex-direction: column;
  min-width: 173px;
}
.ElectionComponenta .slotsContent .slotList {
  display: flex;
}
.ElectionComponenta .slotsContent .slotList .slotView {
  margin: 0 10px 9px;
  width: 183px;
  display: flex;
  flex-direction: column;
}
.ElectionComponenta .slotsContent .slotList .slotView .mediaArea {
  width: 100%;
  height: 103px;
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}
.ElectionComponenta .slotsContent .slotList .slotView .slotTitle {
  font-size: 14px;
  line-height: 14px;
  height: auto;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Open Sans Hebrew';
}
.ElectionComponenta .slotsContent .slotList .slotView .slotTitle a,
.ElectionComponenta .slotsContent .slotList .slotView .slotTitle a:hover {
  text-decoration: none;
  color: #000;
}
.ElectionComponenta .linksArea {
  width: 183px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-right: 10px;
  padding-inline-start: 0px;
  padding-right: 0px;
  flex-shrink: 0;
}
.ElectionComponenta .linksArea li {
  margin-bottom: 6px;
  height: 34px;
  font-family: "Almoni";
  background-image: url("data:image/svg+xml,%3Csvg id='Group_29' data-name='Group 29' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.098' height='20.875' viewBox='0 0 21.098 20.875'%3E %3Cdefs%3E %3CclipPath id='clip-path'%3E %3Cpath id='Path_45' data-name='Path 45' d='M0-1.033H21.1V-21.908H0Z' transform='translate(0 21.908)' fill='none'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg id='Group_28' data-name='Group 28' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E %3Cg id='Group_26' data-name='Group 26' transform='translate(1.164 0.577)'%3E %3Cpath id='Path_43' data-name='Path 43' d='M-.478,0l-9.649,9.944,9.8,9.767' transform='translate(10.127)' fill='none' stroke='red' stroke-width='1.74'/%3E %3C/g%3E %3Cg id='Group_27' data-name='Group 27' transform='translate(10.717 0.577)'%3E %3Cpath id='Path_44' data-name='Path 44' d='M-.478,0l-9.649,9.944,9.8,9.767' transform='translate(10.127)' fill='none' stroke='red' stroke-width='1.74'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: left center;
  background-size: auto auto;
  background-color: transparent;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.ElectionComponenta .linksArea li a,
.ElectionComponenta .linksArea li a:hover {
  text-decoration: none;
  color: unset;
}
.ElectionComponenta .linksArea li .text {
  border-bottom: 1px solid #ff0000;
  height: 100%;
  line-height: 38px;
  letter-spacing: -0.4px;
  font-size: 33px;
  padding-left: 10px;
  width: 160px;
  box-sizing: border-box;
}
.electionDateCounter {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.electionDateCounter .separatorByPoint {
  width: 8px;
  height: 8px;
  background: #ff0000;
  border-radius: 50%;
  margin-top: 17px;
}
.electionDateCounter .countItem {
  display: flex;
  flex-direction: column;
  font-family: "Almoni";
  color: #000000;
  align-items: center;
}
.electionDateCounter .countItem .number {
  font-size: 39px;
  height: 40px;
  display: flex;
  width: auto;
}
.electionDateCounter .countItem .number.bold {
  font-weight: bold;
}
.electionDateCounter .countItem .text {
  font-size: 21px;
  line-height: 21px;
}
.leftAndRightTransitionAnimation,
.Gallery1280Container .mediaListContainer .mediaListWrapper,
.PlainGalleryContainer1280 .mediaListContainer .mediaListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.Gallery1280Container.disallowEdit {
  pointer-events: none;
}
.Gallery1280Container .mediaListContainer {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  height: 157px;
}
.Gallery1280Container .mediaListContainer .mediaListWrapper {
  display: flex;
  overflow-x: hidden;
  background: transparent;
  position: relative;
  height: 100%;
}
.Gallery1280Container .mediaListContainer .mediaListWrapper .mediaWrapper {
  padding: 5px 3px;
  position: relative;
  WIDTH: 283PX;
  HEIGHT: 100%;
  DISPLAY: FLEX;
  JUSTIFY-CONTENT: CENTER;
  ALIGN-ITEMS: CENTER;
  box-sizing: border-box;
}
.Gallery1280Container .mediaListContainer .mediaListWrapper .mediaWrapper .unselectedOverlay {
  background: white;
  opacity: 0.7;
  position: absolute;
  top: 0;
  WIDTH: 283PX;
  HEIGHT: 100%;
  z-index: 1;
}
.Gallery1280Container .mediaListContainer .mediaListWrapper .mediaWrapper .lisPreviewImage {
  WIDTH: 283PX;
  HEIGHT: 100%;
  box-sizing: border-box;
}
.PlainGalleryContainer1280.disallowEdit {
  pointer-events: none;
}
.PlainGalleryContainer1280 .galleryTabTitle {
  margin-bottom: 14px;
  padding-right: 10px;
  height: 24px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.PlainGalleryContainer1280 .gallerySelectedMedia {
  position: relative;
}
.PlainGalleryContainer1280 .gallerySelectedMedia .galleryDroppedImage {
  overflow: hidden;
}
.PlainGalleryContainer1280 .gallerySelectedMedia .galleryDroppedImage > span {
  width: 100%;
  height: 100%;
}
.PlainGalleryContainer1280 .gallerySelectedMedia .selectedMediaDetails {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.PlainGalleryContainer1280 .gallerySelectedMedia .selectedMediaDetails > a {
  text-decoration: none;
  width: 70%;
}
.PlainGalleryContainer1280 .gallerySelectedMedia .selectedMediaDetails > a .linkTo {
  color: #ff0000;
}
.PlainGalleryContainer1280 .gallerySelectedMedia .selectedMediaDetails > a:hover {
  text-decoration: none;
}
.PlainGalleryContainer1280 .gallerySelectedMedia .selectedMediaDetails .title {
  flex-grow: 1;
  align-items: center;
  font-weight: bold;
  padding-right: 10px;
  font-size: 18px;
  color: #fff;
  padding: 10px 12px;
  direction: rtl;
  display: flex;
  flex-wrap: wrap;
}
.PlainGalleryContainer1280 .gallerySelectedMedia .selectedMediaDetails .title .linkTo {
  margin-right: 10px;
  direction: rtl;
  font-size: 18px;
  color: #fff;
  width: auto;
  font-weight: normal;
  text-decoration: underline;
}
.PlainGalleryContainer1280 .gallerySelectedMedia .selectedMediaDetails .credit {
  display: flex;
  min-width: 130px;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  padding: 10px;
}
.PlainGalleryContainer1280 .mediaListContainer {
  position: relative;
  overflow: hidden;
}
.PlainGalleryContainer1280 .mediaListContainer .button {
  top: 25px;
  z-index: 2;
  width: 32px;
  height: 35px;
  border: medium none;
  position: absolute;
  cursor: pointer;
}
.PlainGalleryContainer1280 .mediaListContainer .mediaListWrapper {
  display: flex;
  overflow-x: hidden;
  background: transparent;
  position: relative;
  height: 124px;
}
.PlainGalleryContainer1280 .mediaListContainer .mediaListWrapper .mediaWrapper {
  padding: 5px 3px;
  position: relative;
  WIDTH: 198PX;
  HEIGHT: 122PX;
  DISPLAY: FLEX;
  JUSTIFY-CONTENT: CENTER;
  ALIGN-ITEMS: CENTER;
  box-sizing: border-box;
}
.PlainGalleryContainer1280 .mediaListContainer .mediaListWrapper .mediaWrapper .unselectedOverlay {
  background: white;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 198px;
  height: 124px;
  z-index: 1;
}
.PlainGalleryContainer1280 .mediaListContainer .mediaListWrapper .mediaWrapper .lisPreviewImage {
  width: 194px;
  height: 114px;
  box-sizing: border-box;
}
.PlainGalleryContainer1280 .mediaListContainer .mediaListWrapper .mediaWrapper .cameraImgIcon {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 40px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E %3Ctitle%3Elink%3C/title%3E %3Cg id='icomoon-ignore'%3E %3C/g%3E %3Cpath fill='%23fff' d='M819.2 179.2h-153.6c0-57.6-44.8-102.4-102.4-102.4h-102.4c-57.6 0-102.4 44.8-102.4 102.4v0h-153.6c-112 0-204.8 92.8-204.8 204.8v358.4c0 112 92.8 204.8 204.8 204.8h614.4c112 0 204.8-92.8 204.8-204.8v-358.4c0-112-92.8-204.8-204.8-204.8zM972.8 742.4c0 83.2-70.4 153.6-153.6 153.6h-614.4c-83.2 0-153.6-70.4-153.6-153.6v-358.4c0-83.2 70.4-153.6 153.6-153.6h204.8v-51.2c0-28.8 22.4-51.2 51.2-51.2h102.4c28.8 0 51.2 22.4 51.2 51.2v51.2h204.8c83.2 0 153.6 70.4 153.6 153.6v358.4z'%3E%3C/path%3E %3Cpath fill='%23fff' d='M512 486.4c41.6 0 76.8 35.2 76.8 76.8s-35.2 76.8-76.8 76.8-76.8-35.2-76.8-76.8 35.2-76.8 76.8-76.8zM512 384c-99.2 0-179.2 80-179.2 179.2s80 179.2 179.2 179.2 179.2-80 179.2-179.2-80-179.2-179.2-179.2v0z'%3E%3C/path%3E %3Cpath fill='%23fff' d='M768 332.8h102.4v51.2h-102.4v-51.2z'%3E%3C/path%3E %3C/svg%3E");
  width: 100%;
  height: 100%;
  background-size: 40px 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.PlainGalleryContainer1280 .mediaListContainer .mediaListWrapper .mediaWrapper .iconOnPoster {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
}
.PlainGalleryContainer1280 .mediaListContainer .mediaListWrapper .mediaWrapper .iconOnPoster.small {
  top: calc(50% - 20px);
  right: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.PlainGalleryContainer1280 .mediaListContainer .mediaListWrapper .mediaWrapper .iconOnPoster:hover:after {
  box-shadow: inset 0 0 7px #0064ff;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border-radius: 50%;
}
.PlainGalleryContainer1280 .galleryArrow {
  top: calc(50% - 22px);
  z-index: 2;
  width: 44px;
  height: 44px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  outline: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.646' height='14' viewBox='0 0 8.646 14'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23fff;fill-rule:evenodd%7D %3C/style%3E %3C/defs%3E %3Cpath id='keyboard-right-arrow-button' d='M7.011 0l1.636 1.633L3.272 7l5.375 5.366L7.011 14 0 7z' class='cls-1'/%3E %3C/svg%3E");
  background-size: 10px auto;
  background-position: 25px center;
  background-repeat: no-repeat;
}
.PlainGalleryContainer1280 .galleryArrow:after {
  width: 22px;
  height: 44px;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
}
.PlainGalleryContainer1280 .galleryArrow:disabled {
  display: none;
}
.PlainGalleryContainer1280 .scrollRightBtn {
  right: -16px;
  transform: rotate(180deg);
}
.PlainGalleryContainer1280 .scrollRightBtn:after {
  left: 0;
}
.PlainGalleryContainer1280 .scrollLeftBtn {
  left: -16px;
}
.PlainGalleryContainer1280 .scrollLeftBtn:after {
  left: 0;
}
.PlainGalleryContainer1280 .media-enter {
  opacity: 0.5;
  z-index: 1;
}
.PlainGalleryContainer1280 .media-enter.media-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.PlainGalleryContainer1280 .media-leave {
  opacity: 1;
  z-index: 1;
}
.PlainGalleryContainer1280 .media-leave.media-enter-leave {
  opacity: 0.5;
  transition: opacity 300ms ease-in;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .grid1280_2 .HotTags .componentaTab {
    margin-bottom: 5.625vw !important;
  }
  .grid1280_2 .HotTags .HotTagsContent {
    padding-top: 0 !important;
    margin: 0 4.6875vw 3.90625vw 4.6875vw !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper {
    height: 11.09375vw !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab {
    font-size: 4.6875vw !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab:after {
    display: none !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active {
    box-shadow: 0px -1.5625vw 1.875vw 0px rgba(0, 0, 0, 0.08) !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active:first-child {
    margin: 0 !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active:nth-child(3) {
    margin: 0 !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .slotsContent.active {
    box-shadow: 0 0.3125vw 1.875vw 0 rgba(0, 0, 0, 0.12) !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 4.84375vw 1.71875vw !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .slotsContent.active .contentBox {
    max-height: none !important;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab {
    color: #fff !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active {
    background-color: #2c2c2c !important;
    color: #419bf9 !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .slotsContent.active {
    background-color: #2c2c2c !important;
  }
}
.HotTags .componentaTab {
  margin-bottom: 0;
}
.HotTags > span,
.HotTags > span > span {
  display: flex;
  flex-grow: 1;
}
.HotTags .HotTagsContent {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.HotTags .HotTagsContent .tabsWrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 32px;
  border-bottom: 1px solid #999999;
  align-items: flex-end;
  margin-bottom: 10px;
}
.HotTags .HotTagsContent .tabsWrapper .tab {
  border-bottom: 2px solid transparent;
  height: 100%;
  box-sizing: border-box;
  flex-grow: 1;
  width: calc(100% / 3);
  align-items: center;
  display: flex;
  justify-content: center;
  color: #000066;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.HotTags .HotTagsContent .tabsWrapper .tab.active {
  border-bottom: 2px solid #999999;
}
.grid1280_2 .HotTags .HotTagsContent {
  padding-top: 16px;
}
.grid1280_2 .HotTags .HotTagsContent .tabsWrapper {
  margin-bottom: 0px;
  border: none;
  position: relative;
  height: 41px;
}
.grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab {
  color: #000000;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.18;
  letter-spacing: 0.09px;
}
.grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab:after {
  background-color: #fff;
  height: 12px;
  content: "";
  position: absolute;
  top: -17px;
  left: -20px;
  right: -20px;
}
.grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active {
  font-weight: 600;
  background-color: #FFFFFF;
  color: #1417ac;
  z-index: 9;
  border-bottom: 0px solid transparent;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.06);
}
.grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active:first-child {
  margin-bottom: 0px;
  margin-right: 6px;
}
.grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active:nth-child(3) {
  margin-bottom: 0px;
  margin-left: 6px;
}
.grid1280_2 .HotTags .HotTagsContent .slotsContent.active {
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  width: 96%;
  margin: 0px auto;
  padding: 22px 15px 20px 9px;
  box-sizing: border-box;
}
.grid1280_2 .HotTags .HotTagsContent .slotsContent.active .contentBox {
  display: flex;
  flex-wrap: wrap;
  max-height: 158px;
  overflow: hidden;
}
.leftAndRightTransitionAnimation,
.MultiImagesLabelsGallery .slotListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.MultiImagesLabelsGallery {
  display: flex;
  flex-direction: column;
}
.MultiImagesLabelsGallery * {
  box-sizing: border-box;
}
.MultiImagesLabelsGallery .slotTitle,
.MultiImagesLabelsGallery .slotBottomLink {
  width: 100%;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 14px;
}
.MultiImagesLabelsGallery .slotTitle > a,
.MultiImagesLabelsGallery .slotBottomLink > a {
  text-decoration: none;
}
.MultiImagesLabelsGallery .slotTitle > a:hover,
.MultiImagesLabelsGallery .slotBottomLink > a:hover {
  text-decoration: none;
}
.MultiImagesLabelsGallery .slotTitle > a:hover > span,
.MultiImagesLabelsGallery .slotBottomLink > a:hover > span {
  color: #ff0000 ! important;
}
.MultiImagesLabelsGallery .mediaLabel {
  width: 100%;
  height: 30px;
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.MultiImagesLabelsGallery .mediaLabel img {
  max-width: 100%;
  max-height: 30px;
  width: auto;
  height: auto;
}
.MultiImagesLabelsGallery .slotTitle {
  margin-top: 6px;
}
.MultiImagesLabelsGallery .slotBottomLink {
  overflow: hidden;
  font-weight: bold;
}
.MultiImagesLabelsGallery .disallowEdit {
  pointer-events: none;
}
.MultiImagesLabelsGallery .slotsContent {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.MultiImagesLabelsGallery .slotsContent .slotListArrow {
  top: 30px;
  z-index: 2;
  width: 44px;
  height: 44px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  outline: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.646' height='14' viewBox='0 0 8.646 14'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23fff;fill-rule:evenodd%7D %3C/style%3E %3C/defs%3E %3Cpath id='keyboard-right-arrow-button' d='M7.011 0l1.636 1.633L3.272 7l5.375 5.366L7.011 14 0 7z' class='cls-1'/%3E %3C/svg%3E");
  background-size: 10px auto;
  background-position: 25px center;
  background-repeat: no-repeat;
  background-color: #000066;
}
.MultiImagesLabelsGallery .slotsContent .slotListArrow:disabled {
  opacity: 0.5;
}
.MultiImagesLabelsGallery .slotsContent .slotListArrow:after {
  width: 22px;
  height: 44px;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
}
.MultiImagesLabelsGallery .slotsContent .scrollRightBtn {
  right: -22px;
  transform: rotate(180deg);
}
.MultiImagesLabelsGallery .slotsContent .scrollRightBtn:after {
  left: 0;
}
.MultiImagesLabelsGallery .slotsContent .scrollLeftBtn {
  left: -22px;
}
.MultiImagesLabelsGallery .slotsContent .scrollLeftBtn:after {
  left: 0;
}
.MultiImagesLabelsGallery .frame_forList {
  overflow: hidden;
  position: relative;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
.MultiImagesLabelsGallery .slotListWrapper {
  display: inline-flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  align-items: stretch;
  width: auto;
}
.MultiImagesLabelsGallery .slotListWrapper > div:not(.slotView) {
  display: flex;
}
.MultiImagesLabelsGallery .slotListWrapper > div:not(.slotView) > div {
  height: 100%;
}
.MultiImagesLabelsGallery .slotListWrapper .slotView {
  padding: 0 10px;
  flex-shrink: 0;
  width: 202px;
  box-sizing: border-box;
}
.MultiImagesLabelsGallery .slotListWrapper .slotView .MediaCarousel {
  width: 182px;
  height: 102px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.MultiImagesLabelsGallery .slotListWrapper .slotView.inEditMode {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: inherit;
}
.MultiImagesLabelsGallery .slotListWrapper .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesLabelsGallery .slotListWrapper .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiImagesLabelsGallery .slotListWrapper .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesLabelsGallery .slotListWrapper .slotView.inEditMode .slotTitle {
  margin-top: 5px;
}
.MultiImagesLabelsGallery .slotListWrapper .slotView.inEditMode .slotBottomLink {
  padding-bottom: 4px;
  font-weight: bold;
}
.MultiImagesLabelsGallery .multiImagesTab {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}
.TickerWarComponenta {
  display: flex;
  flex-direction: row;
  font-family: arial;
  overflow: hidden;
  height: 32px;
  background: #f1ecec;
  /*  .ticker-item {
        width: auto;
        margin: auto 10px;
    }*/
}
.TickerWarComponenta .tickerTab {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #eb1116;
  text-align: center;
  letter-spacing: 0px;
  width: 120px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  /*  &:after {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(177, 20, 18, 0);
            border-right-color: #b11412;
            border-width: 8px;
            margin-top: -8px;
            z-index: 3;
        }*/
}
.TickerWarComponenta .tickerTab a,
.TickerWarComponenta .tickerTab a:hover {
  color: #fff;
  text-decoration: none;
}
.TickerWarComponenta .tickerTab #tickerControl {
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(//www.ynet.co.il/images/stop_news.png);
  position: absolute;
  right: 2px;
  background-size: contain;
}
.TickerWarComponenta .tickerTab .playTicker {
  background-image: url(//www.ynet.co.il/images/play_news.png) ! important;
}
.TickerWarComponenta .moreDetails {
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.TickerWarComponenta .moreDetails a {
  text-decoration: none;
}
.TickerWarComponenta .moreDetails a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.TickerWarComponenta .slotTitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #999999;
}
.TickerWarComponenta .slotTitle > a {
  text-decoration: none;
}
.TickerWarComponenta .slotTitle > a:hover {
  text-decoration: none;
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes ticker1 {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.TickerWarComponenta .slotsContent {
  width: 100%;
  overflow: hidden;
}
.TickerWarComponenta .ticker-wrap {
  width: auto;
  height: 100%;
}
.TickerWarComponenta .animationDiv {
  display: inline-block;
  white-space: nowrap;
  padding: 0 20px 0 120px;
  height: 100%;
}
.TickerWarComponenta .animationDiv {
  animation: ticker infinite ease-in-out, ticker infinite ease-in-out;
}
.TickerWarComponenta .animationDiv:hover,
.TickerWarComponenta .animationDiv.pause {
  animation-play-state: paused;
}
.TickerWarComponenta .slotView {
  display: inline-flex;
  padding: 0 14px 0 8px;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.TickerWarComponenta .slotView .slotTitle {
  padding-left: 10px;
}
.TickerWarComponenta .slotView .moreDetails div {
  white-space: nowrap;
  overflow: hidden;
}
.TickerWarComponenta .slotView .bullet {
  position: absolute;
  right: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  background: #eb1116;
}
@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%;
}
.TopStoryWarComponenta {
  position: relative;
}
.TopStoryWarComponenta .MediaCarousel {
  overflow: hidden;
}
.TopStoryWarComponenta.withoutText .GalleryPaging {
  bottom: 10px ! important;
}
.TopStoryWarComponenta .GalleryPaging {
  bottom: 140px ! important;
  left: 10px ! important;
  right: inherit ! important;
}
.TopStoryWarComponenta .textOverMedia {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.TopStoryWarComponenta .textOverMedia .topStoryHhavak {
  width: auto;
  padding: 0 10px;
  height: 34px;
  line-height: 40px;
  color: #fff;
  background: #eb1116;
  font-size: 28px;
  font-weight: normal;
  font-family: 'Almoni';
  letter-spacing: 0.56px;
}
.TopStoryWarComponenta .textOverMedia .textDiv {
  padding: 6px 10px 9px 40px;
  width: 100%;
  height: 130px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.85);
  box-sizing: border-box;
}
.TopStoryWarComponenta .textOverMedia .textDiv a,
.TopStoryWarComponenta .textOverMedia .textDiv * {
  text-decoration: none;
  color: inherit;
}
.TopStoryWarComponenta .textOverMedia .textDiv .slotTitle {
  font-family: 'Almoni';
  font-size: 50px;
  font-weight: normal;
  line-height: 60px;
  margin: 0;
  letter-spacing: -0.5px;
}
.TopStoryWarComponenta .textOverMedia .textDiv .slotSubTitle {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.ynetFooter.editableVersion {
  overflow: hidden;
}
.ynetFooter.editableVersion .CreditLogos {
  min-height: 79px;
  height: auto;
  background: transparent;
}
.ynetFooter.editableVersion .CreditLogos > .iconsWrapper {
  flex-direction: row ! important;
  flex-wrap: wrap;
}
.ynetFooter.editableVersion .CreditLogos > .iconsWrapper > span {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
}
.leftAndRightTransitionAnimation,
.YnetShopsComponenta .slotListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.YnetShopsComponenta {
  display: flex;
  flex-direction: column;
}
.YnetShopsComponenta * {
  box-sizing: border-box;
}
.YnetShopsComponenta .disallowEdit {
  pointer-events: none;
}
.YnetShopsComponenta .slotsContent {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.YnetShopsComponenta .slotsContent .slotListArrow {
  top: 85px;
  z-index: 2;
  width: 44px;
  height: 44px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  outline: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.646' height='14' viewBox='0 0 8.646 14'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23fff;fill-rule:evenodd%7D %3C/style%3E %3C/defs%3E %3Cpath id='keyboard-right-arrow-button' d='M7.011 0l1.636 1.633L3.272 7l5.375 5.366L7.011 14 0 7z' class='cls-1'/%3E %3C/svg%3E");
  background-size: 10px auto;
  background-position: 25px center;
  background-repeat: no-repeat;
  background-color: #000066;
}
.YnetShopsComponenta .slotsContent .slotListArrow:disabled {
  opacity: 0.5;
}
.YnetShopsComponenta .slotsContent .slotListArrow:after {
  width: 22px;
  height: 44px;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
}
.YnetShopsComponenta .slotsContent .scrollRightBtn {
  right: -22px;
  transform: rotate(180deg);
}
.YnetShopsComponenta .slotsContent .scrollRightBtn:after {
  left: 0;
}
.YnetShopsComponenta .slotsContent .scrollLeftBtn {
  left: -22px;
}
.YnetShopsComponenta .slotsContent .scrollLeftBtn:after {
  left: 0;
}
.YnetShopsComponenta .frame_forList {
  overflow: hidden;
  position: relative;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
.YnetShopsComponenta .slotListWrapper {
  display: inline-flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  align-items: stretch;
  width: auto;
}
.YnetShopsComponenta .slotListWrapper > div:not(.slotView) {
  display: flex;
}
.YnetShopsComponenta .slotListWrapper > div:not(.slotView) > div {
  height: 100%;
}
.YnetShopsComponenta .slotListWrapper .slotView {
  padding: 0 10px;
  flex-shrink: 0;
  width: 202px;
}
.YnetShopsComponenta .slotListWrapper .slotView > a,
.YnetShopsComponenta .slotListWrapper .slotView > span {
  width: 182px;
  border: solid 1px #000066;
  box-sizing: border-box;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.YnetShopsComponenta .slotListWrapper .slotView img {
  width: 100%;
  height: 136px;
}
.YnetShopsComponenta .slotListWrapper .slotView .price {
  height: 32px;
  flex-shrink: 0;
  color: #fff;
  background-color: #000066;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  align-self: flex-end;
  width: 100%;
}
.YnetShopsComponenta .slotListWrapper .slotView .titleItem {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  height: 34px;
  padding: 0 10px;
  margin: 15px auto;
  text-align: center;
}
.YnetShopsComponenta .YnetShopsTab {
  width: 100%;
  height: 24px;
  background: #000066;
  margin-bottom: 13px;
  flex-shrink: 0;
}
.YnetShopsComponenta .YnetShopsTab > a,
.YnetShopsComponenta .YnetShopsTab > span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.OpinionsComponenta a {
  color: inherit;
  text-decoration: none;
}
.OpinionsComponenta .OpinionTab {
  width: 100%;
  height: 30px;
  color: #fff;
  font-family: 'NarkisBlock';
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.OpinionsComponenta .OpinionTab .backgroundLink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.OpinionsComponenta .OpinionTab .channelIcon {
  margin: 0 9px 0 4px;
  background-color: ivory;
}
.OpinionsComponenta .OpinionTab .rightTitleText {
  line-height: 22px;
  font-size: 17px;
  font-weight: bold;
  z-index: 1;
}
.OpinionsComponenta .OpinionTab .leftTitleLink {
  margin: 7px 0 6px 0;
  line-height: 17px;
  font-size: 13px;
  position: absolute;
  left: 9px;
  z-index: 1;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .CalcalistOpinionsSlotItem {
  display: flex;
  flex-direction: row-reverse;
  width: unset;
  height: 145px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  justify-content: flex-end;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .CalcalistOpinionsSlotItem .mediaArea {
  position: relative;
  margin: 14px 10px 13px 0;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .CalcalistOpinionsSlotItem .mediaArea .MediaCarousel {
  margin: 0;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .CalcalistOpinionsSlotItem .mediaArea .videoIcon {
  left: 5px;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .CalcalistOpinionsSlotItem .mediaArea .havakIcon.onImage {
  right: 5.4px;
  bottom: 12px;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .CalcalistOpinionsSlotItem .MediaCarousel {
  display: flex;
  flex-shrink: 0;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .CalcalistOpinionsSlotItem .slotText {
  display: flex;
  flex-direction: column;
  padding: 14px 16px 13px 11px;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .CalcalistOpinionsSlotItem .slotText .author {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 5px 0 6px;
  width: fit-content;
  margin-bottom: 10px;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .CalcalistOpinionsSlotItem .slotText .titlesWrapper {
  flex: 1;
  margin-bottom: 10px;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .CalcalistOpinionsSlotItem .slotText .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin: 0;
  max-height: unset;
  flex-shrink: 0;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .CalcalistOpinionsSlotItem .slotText .subTitle {
  margin-top: 9px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  flex-shrink: 0;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper:last-child {
  margin-bottom: unset;
}
.leftAndRightTransitionAnimation {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.RecommendedViewComponenta {
  display: flex;
  flex-direction: column;
}
.RecommendedViewComponenta .slotTextArea {
  margin-top: 3px;
}
.RecommendedViewComponenta .disallowEdit {
  pointer-events: none;
}
.RecommendedViewComponenta .slotsContent {
  position: relative;
  padding: 0px;
  overflow: hidden;
  margin: 14px -10px 10px;
  width: calc(100% + 20px);
}
.RecommendedViewComponenta .slotList {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.RecommendedViewComponenta .slotList > div {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.RecommendedViewComponenta .slotList .slotView {
  width: 283px;
  flex-shrink: 0;
  margin: 0 10px;
}
.RecommendedViewComponenta .slotList .slotView .itemMediaArea {
  position: relative;
}
.RecommendedViewComponenta .slotList .slotView .MediaCarousel {
  display: flex;
  position: relative;
  overflow: hidden;
}
.RecommendedViewComponenta .slotList .slotView.inEditMode {
  position: relative;
  overflow: hidden;
}
.RecommendedViewComponenta .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.RecommendedViewComponenta .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.RecommendedViewComponenta .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.RecommendedViewComponenta .slotList .slotTitle,
.RecommendedViewComponenta .slotList .slotSubTitle {
  font-size: 14px;
  overflow: hidden;
  width: 100%;
}
.RecommendedViewComponenta .slotList .slotTitle > a,
.RecommendedViewComponenta .slotList .slotSubTitle > a {
  text-decoration: none;
}
.RecommendedViewComponenta .slotList .slotTitle > a:hover,
.RecommendedViewComponenta .slotList .slotSubTitle > a:hover {
  text-decoration: none;
}
.RecommendedViewComponenta .slotList .slotTitle {
  font-weight: bold;
  line-height: 16px;
  height: 16px;
  margin-bottom: 5px;
}
.RecommendedViewComponenta .slotList .slotSubTitle {
  line-height: 18px;
  height: 39px;
}
.RecommendedViewComponenta .recommendedViewTab {
  padding-right: 28px;
  height: 24px;
  margin-bottom: 0px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  justify-content: space-between;
  position: relative;
}
.RecommendedViewComponenta .recommendedViewTab > img {
  height: 19px;
  width: auto;
  position: absolute;
  right: 5px;
  top: 3px;
}
.RedMailExtraDetails {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-top: 32px;
}
.RedMailExtraDetails .ExtraDetailsTitle {
  font-weight: 600;
  margin-bottom: 11px;
}
.RedMailExtraDetails .ExtraDetailsSubTitle {
  margin-bottom: 39px;
}
.RedMailExtraDetails .inputFieldWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  width: 481px;
}
.RedMailExtraDetails .inputFieldWrapper :nth-child(1) :nth-child(1),
.RedMailExtraDetails .inputFieldWrapper :nth-child(2) :nth-child(1) {
  margin-bottom: 21px;
  position: relative;
}
.RedMailExtraDetails .inputFieldWrapper :nth-child(3) :nth-child(1),
.RedMailExtraDetails .inputFieldWrapper :nth-child(4) :nth-child(1) {
  margin-bottom: 8px;
  position: relative;
}
.RedMailExtraDetails .inputFieldWrapper .inputField {
  box-sizing: border-box;
  position: relative;
  width: 204px;
  line-height: 1.33;
  padding-bottom: 18px;
}
.RedMailExtraDetails .inputFieldWrapper .inputField label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #595959;
  transition: 0.2s all;
  cursor: text;
  font-size: 13px;
  line-height: 20px;
}
.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;
}
.RedMailExtraDetails .inputFieldWrapper .inputField input::placeholder {
  opacity: 0;
}
.RedMailExtraDetails .inputFieldWrapper .inputField input:invalid {
  outline: 0;
}
.RedMailExtraDetails .inputFieldWrapper .inputField input:focus,
.RedMailExtraDetails .inputFieldWrapper .inputField input:valid {
  border-color: #b6b6ba;
}
.RedMailExtraDetails .inputFieldWrapper .inputField input:focus ~ label,
.RedMailExtraDetails .inputFieldWrapper .inputField input:not([value=""]) ~ label {
  top: -20px;
  color: #b6b6ba;
}
.RedMailExtraDetails .inputFieldWrapper .inputField .redMail-error-validation {
  color: red;
  position: absolute;
  bottom: 0;
  font-size: 13px;
  width: 248px;
  line-height: 18px;
}
.RedMailExtraDetails a {
  text-decoration: none;
  color: #1417ac;
  font-weight: bold;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .RedMailExtraDetails {
    font-size: calc(2.5vw * 1.7) !important;
  }
  .RedMailExtraDetails .ExtraDetailsTitle {
    font-size: calc(2.5vw * 1.7);
    line-height: calc(3.125vw * 1.7);
  }
  .RedMailExtraDetails .ExtraDetailsSubTitle {
    margin-bottom: calc(2.34375vw * 1.7);
    font-size: calc(2.5vw * 1.7);
    line-height: calc(3.4375vw * 1.7);
  }
  .RedMailExtraDetails .inputFieldWrapper {
    flex-direction: column;
    width: initial !important;
  }
  .RedMailExtraDetails .inputFieldWrapper .inputField {
    width: 100%;
    position: relative !important;
    padding-bottom: 0;
    margin-bottom: calc(0.9375vw * 1.7) !important;
  }
  .RedMailExtraDetails .inputFieldWrapper .inputField label {
    display: none !important;
    position: initial !important;
  }
  .RedMailExtraDetails .inputFieldWrapper .inputField input {
    margin-bottom: unset !important;
    height: calc(7.8125vw * 1.7);
    position: initial !important;
    background-color: #ededed !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;
    color: #595959 !important;
    box-sizing: border-box;
    font-size: calc(2.5vw * 1.7) !important;
  }
  .RedMailExtraDetails .inputFieldWrapper .inputField input::placeholder {
    opacity: 1;
  }
  .RedMailExtraDetails .inputFieldWrapper .inputField .redMail-error-validation {
    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);
  }
  .RedMailExtraDetails .inputFieldWrapper :last-child .redMail-error-validation {
    margin-bottom: calc(3.75vw * 1.7);
  }
}
.RedMailFilesUpload {
  position: relative;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}
.RedMailFilesUpload .FilesUploadButtonWrapper {
  position: relative;
  width: 148px;
  height: 47px;
  cursor: pointer;
}
.RedMailFilesUpload input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.RedMailFilesUpload .FilesUploadButton {
  background-color: black;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: white;
  border: 0px;
  text-align: center;
  font-size: 15px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 14px;
  top: 0;
}
.RedMailFilesUpload .FilesUploadButton .uploadIcon {
  width: 14px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='20' viewBox='0 0 17 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.62515 9.83987L5.91792 10.9951L7.84793 9.26933V14.8898H9.6756V9.26933L11.6056 10.9951L12.8984 9.83987L8.76176 6.14333L4.62515 9.83987Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.52301 0.743759V19.2668H17V6.07898L11.0296 0.743759H0.52301ZM2.35067 2.37698H10.273L15.1723 6.75513V17.6324H2.35067V2.37698Z' fill='white'/%3E %3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.RedMailFilesUpload .fileDescription {
  margin-top: 8px;
  font-size: 15px;
  line-height: 17px;
  color: #757575;
}
.RedMailFilesUpload .addFile {
  font-size: 13px;
  margin-top: 8px;
  color: #000000;
  cursor: pointer;
}
.RedMailFilesUpload .fileName {
  box-sizing: border-box;
  width: 481px;
  font-size: 15px;
  padding: 14px 18px 13px 18px;
  background-color: #ffffff;
  margin-bottom: 8px;
  box-shadow: 2px 3px 7px 1px #888888;
  display: flex;
  justify-content: space-between;
}
.RedMailFilesUpload .fileName .FileNameText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RedMailFilesUpload .fileName .FileNameIconsWrapper {
  display: flex;
}
.RedMailFilesUpload .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);
  }
}
.RedMailFilesUpload .fileName .FileNameUploadIcon {
  display: flex;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23000' fill-rule='nonzero'%3E %3Cpath d='M8.056 3l6.528 6.453h-2.365L8.999 6.27 9 20H7V6.381L3.893 9.453H1.528L7 4.044 7 4l.044-.001L8.056 3zM16 0v2H0V0h16z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 20px;
}
.RedMailFilesUpload .fileName .FileNameUploadProgress {
  margin-left: 15px;
  margin-top: 2px;
  direction: ltr;
}
.RedMailFilesUpload .files-names-error-row {
  padding-top: 5px;
  color: red;
}
.RedMailFilesUpload .files-names-error-row > span {
  display: block;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .RedMailFilesUpload .addFile {
    margin-bottom: calc(8.125vw * 1.7);
  }
  .RedMailFilesUpload .fileName {
    width: initial !important;
  }
  .RedMailFilesUpload .FilesUploadButtonWrapper {
    position: relative;
    width: calc(23.125vw * 1.7);
    height: calc(7.34375vw * 1.7);
  }
  .RedMailFilesUpload .FilesUploadButton {
    font-size: calc(2.34375vw * 1.7);
  }
  .RedMailFilesUpload .FilesUploadButton .uploadIcon {
    width: calc(2.1875vw * 1.7);
    height: calc(2.65625vw * 1.7);
  }
  .RedMailFilesUpload .fileDescription {
    margin-top: calc(1.25vw * 1.7);
    font-size: calc(2.34375vw * 1.7);
    line-height: calc(2.65625vw * 1.7);
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .redMailHeadline {
    margin-left: unset !important;
    margin-right: unset !important;
    height: calc(10vw * 1.7);
    background: linear-gradient(#ff4141 0%, #de1a1a 29%) !important;
    font-size: calc(3.125vw * 1.7) !important;
    margin-top: unset !important;
    align-items: center !important;
  }
  .redMailHeadline .headlineText {
    color: #fff !important;
    margin-bottom: 0px !important;
  }
  .redMailHeadline .headlineImage {
    width: calc(2.03125vw * 1.7) !important;
    height: calc(1.875vw * 1.7) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13' viewBox='0 0 15 13'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath stroke='%23fff' d='M0 0H9.547V11.457H0z' transform='translate(-240 -25) translate(122 22) translate(119 4)'/%3E %3Cpath fill='%23fff' d='M1.909 1.909H6.683V2.909H1.909zM1.909 3.819H5.728V4.819H1.909z' transform='translate(-240 -25) translate(122 22) translate(119 4)'/%3E %3Cpath fill='%23FFF' stroke='%23DE1A1A' d='M9.92.455l-.133 9.477-1.39 1.39L7 9.927 7.133.455H9.92z' transform='translate(-240 -25) translate(122 22) translate(119 4) rotate(45 8.458 5.785)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  }
}
.redMailHeadline {
  display: flex;
  justify-content: center;
  background: none;
  font-size: 40px;
  align-items: baseline;
}
.redMailHeadline .headlineText {
  color: #000;
  font-weight: bold;
  margin-bottom: 18px;
}
.redMailHeadline .headlineImage {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13' viewBox='0 0 15 13'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath stroke='%23000' d='M0 0H9.547V11.457H0z' transform='translate(-240 -25) translate(122 22) translate(119 4)'/%3E %3Cpath fill='%23000' d='M1.909 1.909H6.683V2.909H1.909zM1.909 3.819H5.728V4.819H1.909z' transform='translate(-240 -25) translate(122 22) translate(119 4)'/%3E %3Cpath fill='%23FFF' stroke='%23DE1A1A' d='M9.92.455l-.133 9.477-1.39 1.39L7 9.927 7.133.455H9.92z' transform='translate(-240 -25) translate(122 22) translate(119 4) rotate(45 8.458 5.785)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 12px;
  width: 25px;
  height: 22px;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .redMailPopUp {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
    position: fixed !important;
  }
  .redMailPopUp .loading {
    width: calc(1.7 * 10.9375vw) !important;
    height: calc(1.7 * 10.9375vw) !important;
  }
  .redMailPopUp .finish {
    width: calc(1.7 * 10.9375vw) !important;
    height: calc(1.7 * 10.9375vw) !important;
    background-size: cover;
  }
  .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;
  }
  .redMailPopUp .subTitle {
    font-size: calc(1.7 * 4.0625vw) !important;
    height: calc(1.7 * 5.3125vw) !important;
  }
  .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;
  }
}
.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);
}
.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");
}
.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);
  }
}
.redMailPopUp .title {
  font-size: 26px;
  letter-spacing: -0.3px;
  margin: 0;
  margin-top: 14px;
  height: 34px;
}
.redMailPopUp .subTitle {
  font-size: 26px;
  letter-spacing: -0.3px;
  margin: 0;
  height: 34px;
  margin-bottom: 48px;
}
.redMailPopUp .popUpButton {
  width: 197px;
  height: 48px;
  background-image: linear-gradient(127deg, #474cdd, #2225b9 43%);
  font-size: 18px;
  color: white;
  border: 0px;
  padding: 14px 33px;
}
.redMailPopUp .popUpButton a {
  color: white;
  text-decoration: none;
}
.RedMailTextArea .TextAreaHeadline {
  line-height: 1.18;
  font-size: 15px;
  margin-bottom: 16px;
  font-weight: bold;
}
.RedMailTextArea textarea {
  box-sizing: border-box;
  width: 481px;
  height: 143px;
  padding: 17px 18px 0px 0px;
  border: solid 1px #000000;
  font-size: 15px;
  color: #000000;
  resize: none;
  background-color: transparent;
  margin-bottom: 8px;
}
.RedMailTextArea textarea:focus {
  outline: none;
}
.RedMailTextArea .placeholderErrorStyle::placeholder {
  color: red;
  opacity: 1;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .RedMailTextArea .TextAreaHeadline {
    margin-bottom: 3.125vw;
    margin-top: 3.125vw;
    font-size: calc(2.8125vw * 1.7) !important;
    line-height: calc(3.125vw * 1.7) !important;
  }
  .RedMailTextArea textarea {
    padding: calc(2.5vw * 1.7) calc(2.34375vw * 1.7) calc(0px * 1.7) calc(0px * 1.7) !important;
    width: 100% !important;
    box-sizing: border-box;
    height: calc(22.34375vw * 1.7);
    font-size: calc(2.34375vw * 1.7);
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .RedMailComponenta {
    flex-direction: column !important;
    background-image: unset !important;
    background-color: unset !important;
    position: relative !important;
  }
  .RedMailComponenta .contentErrorMessage {
    display: block;
  }
  .RedMailComponenta .contentErrorMessage.terms-error {
    top: 0px !important;
  }
  .redMailLeftSide {
    background-color: transparent !important;
    padding: calc(5vw * 1.7) calc(2.8125vw * 1.7) calc(2.1875vw * 1.7) !important;
    margin-top: unset !important;
    margin-bottom: unset !important;
    position: unset !important;
  }
  .redMailLeftSide .terms {
    font-size: calc(2.03125vw * 1.7) !important;
    height: unset !important;
    margin: calc(2.65625vw * 1.7) 0 calc(4.84375vw * 0.1) 0 !important;
  }
  .submitButton {
    width: 100%;
    padding: 2.34375vw 22.65625vw 2.03125vw;
    align-self: center !important;
    margin-bottom: 1.5625vw !important;
    margin-top: 1.875vw !important;
  }
  .submitButton .redmail-wrapper .redmail-loader {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FileNameText {
    color: #000;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFile {
    color: #fff;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea textarea {
    border-color: #fff;
    color: #fff;
  }
}
.RedMailComponenta {
  display: flex;
  width: 100%;
  background-image: url(https://www.ynet.co.il/images/redmail/redmail-background.png);
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
}
.RedMailComponenta p {
  margin: 0;
}
.RedMailComponenta .redMailLeftSide {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.94);
  max-width: 521px;
  padding: 40px 54px 36px;
  margin-top: 51px;
  margin-bottom: 77px;
  position: relative;
}
.RedMailComponenta .redMailLeftSide .contentErrorMessage {
  color: red;
  position: relative;
  font-size: 13px;
  margin: 4px 0;
}
.RedMailComponenta .redMailLeftSide .contentErrorMessage.terms-error {
  top: 70px;
}
.RedMailComponenta .terms {
  margin: 0;
  width: 100%;
  line-height: 18px;
  height: 18px;
  font-size: 13px;
}
.RedMailComponenta .terms .checkBox {
  margin-left: 5px;
  cursor: pointer;
}
.RedMailComponenta .submitButton {
  background-image: linear-gradient(114deg, #474cdd, #2225b9 36%);
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  border: 0px;
  padding: 15px 73px 13px;
  margin-bottom: 5px;
  margin-top: 90px;
  align-self: self-start;
  cursor: pointer;
}
.RedMailComponenta .submitButton .redmail-wrapper {
  position: relative;
  padding-left: 8px;
}
.RedMailComponenta .submitButton .redmail-wrapper .redmail-loader {
  position: absolute;
  width: 5px;
  height: 5px;
  right: 60px;
  bottom: 5px;
  border-radius: 5px;
  background-color: #474cdd;
  color: #474cdd;
  animation: redmail-loader 1s infinite linear alternate;
  animation-delay: .5s;
}
.RedMailComponenta .submitButton .redmail-wrapper .redmail-loader::before,
.RedMailComponenta .submitButton .redmail-wrapper .redmail-loader::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}
.RedMailComponenta .submitButton .redmail-wrapper .redmail-loader::before {
  right: -10px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #474cdd;
  color: #474cdd;
  animation: redmail-loader 1s infinite alternate;
  animation-delay: 0s;
}
.RedMailComponenta .submitButton .redmail-wrapper .redmail-loader::after {
  right: 10px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #474cdd;
  color: #474cdd;
  animation: redmail-loader 1s infinite alternate;
  animation-delay: 1s;
}
@keyframes redmail-loader {
  0% {
    background-color: #2225b9;
  }
  50%,
  100% {
    background-color: #ebe6ff;
  }
}
.RedMailComponenta .submitButton:disabled {
  background: #dddddd;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .grid1280_2 .RelatedTags {
    margin-bottom: 12.8125vw !important;
  }
  .grid1280_2 .RelatedTags .componentaTab {
    height: 8.59375vw !important;
    font-size: 5vw !important;
    padding-right: 6.40625vw !important;
    margin-bottom: 8.90625vw !important;
    font-weight: 600 !important;
  }
  .grid1280_2 .RelatedTags .slotsContent {
    padding: 0 6.40625vw !important;
  }
  .grid1280_2 .RelatedTags .slotsContent .slotItem {
    display: flex !important;
    height: 6.40625vw !important;
    font-size: 4.0625vw !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    margin: 2.03125vw 1.71875vw !important;
    padding: 0.625vw 3.125vw !important;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .grid1280_2 .RelatedTags .slotsContent .slotItem {
    color: #dfe3ec !important;
    background-color: #696868 !important;
  }
}
.RelatedTags {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}
.RelatedTags .componentaTab {
  height: 24px;
  flex-shrink: 0;
  color: #fff;
  background: #859bb0;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding-right: 16px;
  box-sizing: border-box;
}
.RelatedTags .componentaTab .tagHeadline {
  flex-shrink: 0;
  direction: ltr;
}
.RelatedTags .slotsContent {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.RelatedTags .slotsContent .slotItem {
  margin: 0 3px 6px;
  height: 24px;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  color: #000066;
  font-size: 14px;
  width: auto;
  padding: 0 10px;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.RelatedTags .slotsContent .slotItem:hover {
  color: #fff;
  background: #000066;
}
.grid1280_2 .RelatedTags {
  font-family: 'NarkisBlock';
  overflow: unset;
}
.grid1280_2 .RelatedTags .componentaTab {
  height: 32px;
  background: #1417ac;
  font-size: 20px;
  margin-bottom: unset;
  padding-right: 14px;
}
.grid1280_2 .RelatedTags .slotsContent {
  padding-top: 22px;
  padding-bottom: 20px;
}
.grid1280_2 .RelatedTags .slotsContent .slotItem {
  margin: 8px 6px;
  border-radius: 6px;
  color: #000000;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  border: none;
  background-color: #f0f0f0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
  max-width: 90%;
}
.grid1280_2 .RelatedTags .slotsContent .slotItem:hover {
  color: #1417ac;
}
@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;
}
.htmlEditorTextOutput {
  width: 100%;
  min-height: 300px;
  font-size: 18px;
  overflow: hidden;
  color: #000;
}
.htmlEditorTextOutput a {
  color: #0000ca;
  text-decoration: underline;
}
.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: 767px) and (orientation : portrait), not screen and (max-width: 900px) and (orientation : landscape) {
  .show-small-vp {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .firstImageInArticle {
    display: none !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 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;
}
.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 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: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .StripComponenta {
    height: 85px ! important;
    overflow: hidden;
    width: 100%;
    margin-bottom: 9px;
  }
  .StripComponenta .slotView .textDiv {
    padding: 5px 10px ! important;
  }
  .StripComponenta .slotView .slotTitle {
    height: 34px! important;
    overflow: hidden! important;
    margin-bottom: 0 ! important;
  }
  .StripComponenta .slotView .slotTitle span[style] {
    font: normal 14px Arimo ! important;
    padding-top: 0px;
    width: 100%;
    line-height: 16px ! important;
    height: 34px;
    overflow: hidden !important;
  }
  .StripComponenta .slotView .slotSubTitle[style] {
    font-family: Arimo !important;
    font-size: 11px ! important;
    height: 43px;
    overflow: hidden !important;
    line-height: 13px !important;
  }
  .StripComponenta .slotView .slotSubTitle[style] span[style],
  .StripComponenta .slotView .slotSubTitle[style] .articleInfo {
    line-height: 1.2 !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;
  }
}
.StripCommertialText {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  color: #fff;
  display: flex;
  z-index: 1;
}
.StripCommertialText img {
  width: 24px;
  height: 24px;
  border: 0;
  flex-shrink: 0;
}
.StripCommertialText .textInfo {
  display: none;
}
.StripCommertialText:hover {
  width: 100%;
}
.StripCommertialText:hover .textInfo {
  display: flex;
  flex-grow: 1;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
}
.imageLeft .StripCommertialText {
  left: 0;
  right: unset ! important;
  flex-direction: row-reverse;
}
.imageLeft .StripCommertialText .textInfo {
  justify-content: flex-end;
}
.StripMarketingComponenta {
  overflow: hidden;
}
.StripMarketingComponenta .stripMarketingTab {
  flex-shrink: 0;
  height: 24px;
  line-height: 24px;
}
.StripMarketingComponenta .slotList {
  margin: 11px -10px 11px;
  width: calc(100% + 20px);
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}
.StripMarketingComponenta .slotList .slotTitle {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}
.StripMarketingComponenta .slotList .slotTitle > a {
  text-decoration: none;
}
.StripMarketingComponenta .slotList .slotTitle > a:hover {
  text-decoration: none;
}
.StripMarketingComponenta .slotList .slotSubTitle {
  font-size: 12px;
  line-height: 14px;
}
.StripMarketingComponenta .slotList .slotSubTitle > a {
  text-decoration: none;
}
.StripMarketingComponenta .slotList .slotSubTitle > a:hover {
  text-decoration: none;
}
.StripMarketingComponenta .slotList .slotView {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 2px;
}
.StripMarketingComponenta .slotList .slotView .dfpText {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 42px auto;
}
.StripMarketingComponenta .slotList .slotView .slotText {
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
  padding-top: 6px;
}
.StripMarketingComponenta .slotList .slotView .slotText .conmmertialContent {
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
}
.StripMarketingComponenta .slotList .slotView .slotText .conmmertialContent a {
  color: inherit;
  text-decoration: none;
}
.StripMarketingComponenta .slotList .slotView .slotText .conmmertialContent a:hover {
  text-decoration: none;
  color: inherit;
}
.StripMarketingComponenta .slotList > div {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2px 20px;
  display: flex;
  box-sizing: border-box;
}
.StripMarketingComponenta .slotList > div > div .MediaCarousel {
  position: relative;
  width: 160px;
  height: 90px;
  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;
}
.sb150Width260 {
  width: 150px;
  float: left;
  height: 100%;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .TagPageComponenta .linksSwitchPageNum a {
    margin: 0 4.6875vw 3.125vw 4.6875vw !important;
    font-size: 3.125vw !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv {
    height: 100% !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent {
    margin: 5.46875vw 4.6875vw 2.34375vw 7.65625vw !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView {
    height: 19.21875vw !important;
    margin: 2.1875vw 0px !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .imageView {
    width: 33.59375vw !important;
    height: 100% !important;
    margin-left: 3.59375vw !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .imageView .onImage {
    position: absolute;
    width: 14.0625vw;
    height: 5vw;
    bottom: 1.5625vw;
    right: 1.09375vw;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .moreDetails {
    font-size: 3.59375vw !important;
    line-height: 1.3 !important;
    color: #838386 !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .moreDetails .author {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .moreDetails .spacerDot {
    height: 1.09375vw !important;
    width: 1.09375vw !important;
    min-width: 1.09375vw;
    margin: 1.875vw 1.40625vw 1.71875vw 1.40625vw !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .moreDetails .dateView {
    font-size: 3.59375vw !important;
    line-height: 1.3 !important;
    color: #838386 !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv {
    display: flex;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
    white-space: normal !important;
    max-height: 14.0625vw !important;
    font-size: 4.0625vw !important;
    line-height: 1.15 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle a {
    color: #fff;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotTitle[style],
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotTitle a[style] {
    color: #fff !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .moreDetails {
    color: #c5c5c5 !important;
  }
  .TagPageComponenta .linksSwitchPageNum a {
    color: #fff !important;
  }
  .TagPageComponenta .linksSwitchPageNum a:hover {
    color: #b3b0b0 !important;
  }
}
.TagPageComponenta .linksSwitchPageNum {
  display: flex;
  justify-content: space-between;
}
.TagPageComponenta .linksSwitchPageNum a {
  color: #282828;
  font-size: 16px;
  text-decoration: underline;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}
.TagPageComponenta .linksSwitchPageNum a:hover {
  color: #000;
}
.grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .componentaTab {
  font-size: 17px;
  align-items: center;
}
.grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView {
  margin: 9px 0px;
}
.grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .imageView {
  width: 196px;
  margin-left: 21px;
}
.grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .spacerDot {
  height: 4px;
  width: 4px;
  background-color: #78787b;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 5px 2px;
}
.grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv {
  width: 100%;
}
.grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-size: 18px;
  min-height: 20px;
}
.grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .TagSearchComponenta {
    padding: 0 4.6875vw ! important;
    margin-bottom: 4.6875vw;
    box-sizing: border-box;
  }
  .TagSearchComponenta .tagsList {
    background-color: #f4f4f4 !important;
    color: #686868 !important;
    top: 12.5vw !important;
  }
  .TagSearchComponenta .tagsList a {
    height: 7.8125vw!important;
    line-height: 7.8125vw!important;
  }
  .TagSearchComponenta .search-field input {
    background-color: #f4f4f4 !important;
    color: #686868 !important;
    height: 13.4375vw !important;
    padding: 3.90625vw 3.125vw !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;
  }
}
@media only screen and (max-width: 767px) 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;
  }
}
.TagSearchComponenta .noResult {
  color: #eb1116;
  font-family: Arial;
  font-size: 16px;
  line-height: 20px;
  margin-top: 4px;
  padding-right: 3px;
  display: block;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.topStoryTagsComponenta {
  background: #fff;
  height: 100%;
}
.topStoryTagsComponenta .mediaArea {
  position: relative;
  flex-shrink: 0;
}
.grid1280_2 .topStoryTagsComponenta .mediaArea {
  margin-bottom: 27px;
}
.topStoryTagsComponenta > div {
  width: 100%;
  height: 100%;
}
.topStoryTagsComponenta > div > div {
  width: 100%;
  height: 100%;
}
.topStoryTagsComponenta > div > div > div {
  width: 100%;
  height: 100%;
}
.topStoryTagsComponenta .slotView {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
  flex-grow: 1;
}
.topStoryTagsComponenta .slotView.inEditMode > .textDiv .slotSubTitle {
  overflow: hidden;
}
.topStoryTagsComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.topStoryTagsComponenta .slotView .slotTitle {
  font-weight: bold;
  line-height: 18px;
  max-width: 100%;
  padding: 14px 0 14px 0;
  font-size: 24px;
  color: #000000;
  overflow: hidden;
}
.grid1280_2 .topStoryTagsComponenta .slotView .slotTitle {
  font-size: 48px;
  font-weight: 900;
  padding: 0;
  line-height: 44px;
  margin-bottom: 24px;
}
.topStoryTagsComponenta .slotView .slotSubTitle {
  max-width: 100%;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  overflow: hidden;
}
.grid1280_2 .topStoryTagsComponenta .slotView .slotSubTitle {
  font-size: 18px;
  padding: 0;
  line-height: 26px;
}
.topStoryTagsComponenta .slotView > .textDiv {
  margin: 0;
  overflow: hidden;
  flex-grow: 1;
  position: relative;
}
.topStoryTagsComponenta .slotView > .textDiv > a {
  text-decoration: none;
}
.topStoryTagsComponenta .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
}
.topStoryTagsComponenta .mediaItems img {
  height: 330px;
  object-fit: cover;
}
.grid1280_2 .topStoryTagsComponenta .mediaItems img {
  height: 398px;
}
.twoDivsAdsBox {
  height: inherit;
  display: flex;
  justify-content: space-between;
}
.twoDivsAdsBox .slotItem:first-child {
  margin-left: auto;
}
.twoDivsAdsBox .slotItem {
  width: 143px;
  height: 183px;
}
.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;
}
.PageVideoLiveComponenta .videoInfoText {
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.PageVideoLiveComponenta .videoInfoText .withWidth {
  width: 50%;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .grid1280 .layoutContainer,
  .mynet .layoutContainer {
    display: flex;
    flex-direction: column;
  }
  .grid1280 .layoutContainer .weather-title,
  .mynet .layoutContainer .weather-title {
    order: 0 !important;
  }
  .grid1280 .layoutContainer .weather-selector-widget,
  .mynet .layoutContainer .weather-selector-widget {
    order: 1!important;
  }
  .grid1280 .layoutContainer .weather-details,
  .mynet .layoutContainer .weather-details {
    order: 2 !important;
  }
  .grid1280 .layoutContainer .weather-days-forecast,
  .mynet .layoutContainer .weather-days-forecast {
    order: 3 !important;
  }
  .grid1280 .layoutContainer .weather-map-extended,
  .mynet .layoutContainer .weather-map-extended {
    order: 4 !important;
  }
  .grid1280 .layoutContainer .weather-radar,
  .mynet .layoutContainer .weather-radar {
    order: 5 !important;
  }
  .grid1280 .layoutContainer .weather-kineret,
  .mynet .layoutContainer .weather-kineret {
    order: 6 !important;
  }
  .grid1280 .layoutContainer .weather-articles,
  .mynet .layoutContainer .weather-articles {
    order: 7 !important;
  }
  .grid1280 .layoutContainer .weather-seo-description,
  .mynet .layoutContainer .weather-seo-description {
    order: 8 !important;
  }
  .weather-selector {
    width: 92.5vw !important;
    height: 96.875vw !important;
    border-radius: 3.75vw 3.75vw 0px 0px !important;
    background-color: #fafafa;
    margin: auto;
    order: 1;
  }
  .weather-selector .is-mobile {
    display: block !important;
  }
  .weather-selector .default-text {
    font-size: 3.75vw !important;
    line-height: 5.15625vw !important;
    color: #4d4d4d;
    font-family: "Open Sans Hebrew";
    font-weight: bold;
  }
  .weather-selector .default-x-margin {
    margin-left: 4.375vw !important;
    margin-right: 4.375vw !important;
  }
  .weather-selector .date-container .time-div {
    padding-top: 3.75vw;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .weather-selector .city-selector {
    margin-left: 3.4375vw !important;
    margin-right: 3.4375vw !important;
    padding-left: 2.8125vw !important;
    padding-right: 2.5vw !important;
    margin-top: 2.5vw;
    height: 9.375vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.9375vw;
    border: 1px solid rgba(77, 77, 77, 0.5);
    position: relative;
  }
  .weather-selector .city-selector .search-input {
    width: 100%;
    height: 6.25vw;
    font-size: 3.75vw !important;
    outline: none;
    background: unset;
    border: unset;
  }
  .weather-selector .city-selector .search-input::placeholder {
    font-family: Rubik;
    color: #90a4ae;
    font-size: 3.75vw !important;
  }
  .weather-selector .city-selector .search-input::-webkit-input-placeholder {
    /* Edge */
    font-family: Rubik;
    color: #90a4ae;
    font-size: 3.75vw !important;
  }
  .weather-selector .city-selector .search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: Rubik;
    color: #90a4ae;
    font-size: 3.75vw;
  }
  .weather-selector .city-selector .search-box-bottom-border {
    border-bottom: 1px solid #e6e6e6;
  }
  .weather-selector .city-selector .city-title {
    font-weight: normal;
    font-size: 3.75vw;
    font-family: "Open Sans Hebrew";
  }
  .weather-selector .city-selector .arrow-down {
    background-image: url(/Common/images/weather/arrow_down.png);
    width: 2.34375vw;
    height: 1.40625vw;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .weather-selector .city-selector .arrow-up {
    background-image: url(/Common/images/weather/arrow_down.png);
    transform: rotate(180deg);
    width: 2.34375vw;
    height: 1.40625vw;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .weather-selector .city-selector-bottom-border-off {
    border-bottom: unset;
    border-radius: 0.9375vw 0.9375vw 0px 0px;
  }
  .weather-selector .dropdown {
    display: flex;
    /* Track */
    /* Handle */
  }
  .weather-selector .dropdown ::-webkit-scrollbar {
    width: 0.625vw;
    border-radius: 0.78125vw;
  }
  .weather-selector .dropdown ::-webkit-scrollbar-track {
    background: #d6d6d6;
    border-radius: 0.9375vw;
  }
  .weather-selector .dropdown ::-webkit-scrollbar-thumb {
    background: #607d8b;
    border-radius: 0.9375vw;
  }
  @-webkit-keyframes fade-in-fwd {
    0% {
      -webkit-transform: translateZ(-12.5vw);
      transform: translateZ(-12.5vw);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-fwd {
    0% {
      -webkit-transform: translateZ(-12.5vw);
      transform: translateZ(-12.5vw);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  .weather-selector .dropdown .dropdown-window {
    margin-left: 3.4375vw !important;
    margin-right: 3.4375vw !important;
    padding-left: 3.125vw !important;
    padding-right: 2.5vw !important;
    border-radius: 0px 0px 0.9375vw 0.9375vw;
    border: 1px solid rgba(77, 77, 77, 0.5);
    position: absolute;
    height: auto !important;
    max-height: 195.3125vw !important;
    background-color: #fafafa;
    z-index: 10000;
    width: 79.6875vw !important;
    border-top: unset;
    transition: all .5s ease;
    transform: translateY(0);
    box-sizing: inherit ! important;
  }
  .weather-selector .dropdown .dropdown-item {
    padding-top: 3.75vw !important;
    padding-bottom: 3.75vw !important;
    margin-top: unset !important;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    width: 95% !important;
    margin: auto;
    cursor: pointer;
    -webkit-animation: fade-in-fwd 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-fwd 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
  .weather-selector .dropdown .dropdown-item:hover {
    background-color: unset;
  }
  .weather-selector .dropdown .dropdown-item .dropdown-city-name {
    font-size: 6.5625vw !important;
    font-weight: bold;
    font-family: "Open Sans Hebrew";
    line-height: 5.15625vw !important;
    color: "#4d4d4d";
  }
  .weather-selector .dropdown .dropdown-item .dropdown-country-name {
    padding-top: 1.5625vw !important;
    margin-top: unset !important;
    font-size: 3.75vw !important;
    line-height: 5.15625vw !important;
  }
  .weather-selector .dropdown .dropdown-item .dropdown-tempature {
    font-size: 3.75vw !important;
    font-family: Rubik;
    line-height: 5.15625vw;
    letter-spacing: -0.45vw;
    color: #607d8b;
    display: inline-flex;
    width: auto;
    align-items: center;
  }
  .weather-selector .dropdown .dropdown-item .dropdown-tempature-icon {
    margin-right: 2.65625vw;
    margin-left: 2.65625vw;
    margin-top: 0.78125vw;
  }
  .weather-selector .dropdown .dropdown-item .dropdown-tempature-icon .icon {
    width: 3.4375vw;
    height: 3.125vw;
  }
  .weather-selector .dropdown .dropdown-item .dropdown-tempature-info {
    font-size: 2.8125vw;
    letter-spacing: 0px;
    color: #4d4d4d;
  }
  .weather-selector .city-selector > div {
    width: 100%;
  }
  .weather-selector .hourly-weather-container {
    margin-left: 4.6875vw !important;
    margin-right: 4.6875vw !important;
    margin-top: 2.5vw !important;
    display: flex;
    align-items: center;
    overflow-y: auto;
  }
  .weather-selector .hourly-weather-container .hourly-weather-item {
    width: 29.84375vw !important;
    height: 10.15625vw !important;
    margin-left: 3.125vw !important;
    padding: 2.5vw !important;
    border-radius: 2.1875vw;
    box-shadow: -1.25vw -1.25vw 2.5vw 0 rgba(255, 255, 255, 0.8);
    background-color: #fafafa;
    display: flex;
  }
  .weather-selector .hourly-weather-container .hourly-weather-item .hour-row {
    padding: unset;
    padding-left: unset !important;
    font-family: "Open Sans Hebrew";
    font-size: 3.75vw !important;
    color: #4d4d4d;
  }
  .weather-selector .hourly-weather-container .hourly-weather-item .detail-row {
    padding: unset;
    display: flex;
  }
  .weather-selector .hourly-weather-container .hourly-weather-item .detail-row .weather-code {
    padding-left: unset !important;
  }
  .weather-selector .hourly-weather-container .hourly-weather-item .detail-row .weather-code .forcast-image {
    width: 4.6875vw !important;
    height: 4.375vw !important;
    margin-left: unset;
  }
  .weather-selector .hourly-weather-container .hourly-weather-item .detail-row .temp {
    font-family: "Open Sans Hebrew";
    font-size: 3.75vw !important;
    font-weight: bold;
    color: #4d4d4d;
  }
  .weather-selector .hourly-weather-container .hourly-weather-item.passed {
    opacity: 0.5;
  }
  .weather-selector .weather-forcast-info-container {
    margin-top: 2.65625vw;
  }
  .weather-selector .weather-forcast-info-container .info-text {
    font-family: "Open Sans Hebrew";
    font-size: 3.75vw !important;
    line-height: 5.15625vw !important;
    color: #4d4d4d;
  }
  .weather-selector .weather-info {
    margin-left: 4.6875vw !important;
    margin-right: 4.6875vw !important;
    margin-top: 5vw !important;
    display: flex;
    align-items: center;
  }
  .weather-selector .weather-info .forcast-image-box {
    background-color: #fafafa;
    width: 25vw !important;
    height: 25vw !important;
    border-radius: 2.1875vw;
    box-shadow: -1.25vw -1.25vw 2.5vw 0 rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3.125vw !important;
  }
  .weather-selector .weather-info .forcast-image-box .forcast-image {
    width: 16.875vw;
    height: 15.78125vw;
  }
  .weather-selector .weather-info .forcast-tempature {
    font-family: Rubik;
    font-weight: 300;
    line-height: 12.1875vw;
    color: #607d8b;
    font-size: 8.90625vw;
    display: none;
  }
  .weather-selector .weather-info .forcast-tempature-mobile {
    display: block !important;
    font-family: Rubik;
    font-size: 31.25vw !important;
    font-weight: 300;
    color: #607d8b;
    letter-spacing: -3.125vw !important;
    line-height: 0px !important;
    margin: auto;
  }
  .weather-selector .weather-info .forcast-tempature-mobile-small-font {
    font-size: 12.5vw !important;
    line-height: 18.4375vw !important;
    letter-spacing: -1.35937vw !important;
  }
  .weather-info.isWorld {
    margin-top: 10.15625vw !important;
  }
}
.weather-selector {
  width: 100%;
  height: 394px;
  border-radius: 16px;
  background-color: #fafafa;
}
.weather-selector .is-mobile {
  display: inline-block;
}
.weather-selector .default-text {
  font-size: 14px;
  line-height: 19px;
  color: #4d4d4d;
  font-family: "Open Sans Hebrew";
  font-weight: bold;
}
.weather-selector .default-x-margin {
  margin-left: 28px;
  margin-right: 28px;
}
.weather-selector .date-container .time-div {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.weather-selector .city-selector {
  margin-left: 22px;
  margin-right: 22px;
  padding-left: 18px;
  padding-right: 16px;
  margin-top: 16px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px solid rgba(77, 77, 77, 0.5);
  position: relative;
}
.weather-selector .city-selector .search-input {
  width: 100%;
  height: 40px;
  outline: none;
  background: unset;
  border: unset;
  font-family: Rubik;
  color: black;
  font-size: 24px;
}
.weather-selector .city-selector .search-input::placeholder {
  font-family: Rubik;
  color: #90a4ae;
  font-size: 18px;
}
.weather-selector .city-selector .search-input::-webkit-input-placeholder {
  /* Edge */
  font-family: Rubik;
  color: #90a4ae;
  font-size: 18px;
}
.weather-selector .city-selector .search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: Rubik;
  color: #90a4ae;
  font-size: 18px;
}
.weather-selector .city-selector .search-box-bottom-border {
  border-bottom: 1px solid #e6e6e6;
}
.weather-selector .city-selector .city-title {
  font-weight: normal;
  font-size: 24px;
  font-family: "Open Sans Hebrew";
}
.weather-selector .city-selector .arrow-down {
  background-image: url(/Common/images/weather/arrow_down.png);
  width: 15px;
  height: 9px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.weather-selector .city-selector .arrow-up {
  background-image: url(/Common/images/weather/arrow_down.png);
  transform: rotate(180deg);
  width: 15px;
  height: 9px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.weather-selector .city-selector-bottom-border-off {
  border-bottom: unset;
  border-radius: 6px 6px 0px 0px;
}
.weather-selector .dropdown {
  display: flex;
  /* Track */
  /* Handle */
}
.weather-selector .dropdown ::-webkit-scrollbar {
  width: 4px;
  border-radius: 5px;
}
.weather-selector .dropdown ::-webkit-scrollbar-track {
  background: #d6d6d6;
  border-radius: 6px;
}
.weather-selector .dropdown ::-webkit-scrollbar-thumb {
  background: #607d8b;
  border-radius: 6px;
}
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.weather-selector .dropdown .dropdown-window {
  margin-left: 22px;
  margin-right: 22px;
  padding-left: 18px;
  padding-right: 6px;
  border-radius: 0px 0px 6px 6px;
  border: 1px solid rgba(77, 77, 77, 0.5);
  position: absolute;
  overflow-y: scroll;
  max-height: 360px;
  background-color: #fafafa;
  z-index: 10000;
  width: 398px;
  border-top: unset;
  transition: all .5s ease;
  transform: translateY(0);
}
.mynet .weather-selector .dropdown .dropdown-window {
  width: 434px;
  box-sizing: border-box;
}
.weather-selector .dropdown .dropdown-item {
  margin-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  width: 90%;
  cursor: pointer;
  -webkit-animation: fade-in-fwd 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-fwd 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.weather-selector .dropdown .dropdown-item:hover {
  background-color: unset;
}
.weather-selector .dropdown .dropdown-item .dropdown-city-name {
  font-size: 30px;
  font-weight: bold;
  font-family: "Open Sans Hebrew";
  line-height: 19px;
  color: "#4d4d4d";
}
.weather-selector .dropdown .dropdown-item .dropdown-country-name {
  margin-top: 15px;
  font-size: 14px;
}
.weather-selector .dropdown .dropdown-item .dropdown-tempature {
  font-size: 24px;
  font-family: Rubik;
  line-height: 33px;
  letter-spacing: -2.88px;
  color: #607d8b;
  display: inline-flex;
  width: auto;
  align-items: center;
}
.weather-selector .dropdown .dropdown-item .dropdown-tempature-icon {
  margin-right: 17px;
  margin-left: 17px;
  margin-top: 5px;
}
.weather-selector .dropdown .dropdown-item .dropdown-tempature-icon .icon {
  width: 22px;
  height: 20px;
}
.weather-selector .dropdown .dropdown-item .dropdown-tempature-info {
  font-size: 18px;
  letter-spacing: 0px;
  color: #4d4d4d;
}
.weather-selector .city-selector > div {
  width: 100%;
}
.weather-selector .hourly-weather-container {
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.weather-selector .hourly-weather-container .hourly-weather-item {
  width: 100px;
  height: 61px;
  margin: 0 6px;
  padding-right: 10px;
  border-radius: 14px;
  box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.8);
  background-color: #fafafa;
}
.weather-selector .hourly-weather-container .hourly-weather-item .hour-row {
  padding-right: 10px;
  padding-top: 10px;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  color: #4d4d4d;
}
.weather-selector .hourly-weather-container .hourly-weather-item .detail-row {
  padding-right: 10px;
  padding-top: 10px;
  display: flex;
}
.weather-selector .hourly-weather-container .hourly-weather-item .detail-row .weather-code .forcast-image {
  width: 18.5px;
  height: 17.4px;
  margin-left: 9px;
}
.weather-selector .hourly-weather-container .hourly-weather-item .detail-row .temp {
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: bold;
  color: #4d4d4d;
}
.weather-selector .hourly-weather-container .hourly-weather-item.passed {
  opacity: 0.5;
}
.weather-selector .weather-forcast-info-container {
  margin-top: 17px;
}
.weather-selector .weather-forcast-info-container .info-text {
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  line-height: 19px;
  color: #4d4d4d;
}
.weather-selector .weather-info {
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.weather-selector .weather-info .forcast-image-box {
  background-color: #fafafa;
  width: 118px;
  height: 118px;
  border-radius: 14px;
  box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.weather-selector .weather-info .forcast-image-box .forcast-image {
  width: 85px;
  height: 80px;
}
.weather-selector .weather-info .forcast-tempature {
  font-family: Rubik;
  font-weight: 300;
  line-height: 78px;
  color: #607d8b;
  font-size: 57px;
}
.weather-selector .weather-info .forcast-tempature-mobile {
  display: none;
}
.weather-selector .weather-info.isWorld {
  margin-top: 35px;
}
.weather-articles-component .title {
  font-family: "Open Sans Hebrew" !important;
}
.weather-articles-component .slotView .slotTitle {
  font-family: "Open Sans Hebrew" !important;
}
.weather-articles-component .slotView .slotSubTitle {
  font-family: "Open Sans Hebrew" !important;
}
.weather-articles-component .share-box .subtext {
  font-family: "Open Sans Hebrew" !important;
}
.weather-articles-component .share-box .share-button .share-button-text {
  font-family: "Open Sans Hebrew" !important;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .weather-articles-component {
    width: 92.5vw !important;
    margin: auto;
    height: 134.53125vw !important;
    margin-bottom: 6.25vw !important;
  }
  .weather-articles-component .title {
    font-family: Rubik;
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 4.375vw !important;
    color: #4d4d4d;
    padding-bottom: 2.96875vw !important;
    padding-top: 2.65625vw !important;
    border-top: 1px solid #e1e1e1;
    width: 100%;
    padding-right: 1.5625vw;
  }
  .weather-articles-component .share-box {
    width: 92.5vw !important;
    height: 36.875vw !important;
    border-radius: 2.5vw !important;
    background-color: #fafafa;
    padding: 4.6875vw 6.5625vw !important;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: center;
  }
  .weather-articles-component .share-box .share-camera-box {
    margin-left: 5vw !important;
  }
  .weather-articles-component .share-box .share-camera-box .share-camera {
    width: 19.21875vw !important;
    height: 13.59375vw !important;
  }
  .weather-articles-component .share-box .subtext-title {
    font-weight: bold;
  }
  .weather-articles-component .share-box .subtext {
    font-family: "Rubik";
    font-size: 3.75vw !important;
    line-height: 5vw !important;
    text-align: right;
    color: #4d4d4d;
    max-width: 44.0625vw;
  }
  .weather-articles-component .share-box .share-button {
    display: none !important;
  }
  .weather-articles-component .share-box .share-button-mobile {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 4.375vw !important;
    width: 79.375vw !important;
    margin: auto;
    height: 9.375vw !important;
    border-radius: 0.9375vw;
    box-shadow: -1.25vw -1.25vw 2.5vw 0 rgba(255, 255, 255, 0.8);
    background-color: #fafafa;
    transition: 0.2s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .weather-articles-component .share-box .share-button-mobile:hover {
    background-color: #d6b0b0b2;
  }
  .weather-articles-component .share-box .share-button-mobile .share-button-text {
    font-family: "Rubik";
    font-size: 3.125vw !important;
    font-weight: bold;
    line-height: 3.75vw !important;
    color: #4d4d4d;
    text-decoration: none;
  }
  .weather-articles-component .slotList {
    margin-right: 0 !important;
  }
  .weather-articles-component .slotView {
    display: inline-flex;
    height: 25vw !important;
    width: 92.5vw !important;
    margin: auto;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0px !important;
    margin-bottom: 3.75vw !important;
  }
  .weather-articles-component .slotView a {
    text-decoration: none;
    color: unset;
  }
  .weather-articles-component .slotView .imageView {
    width: 35.46875vw !important;
    height: 21.09375vw !important;
    margin-left: 2.5vw !important;
    overflow: hidden;
    font-size: 1.5625vw;
    position: relative;
  }
  .weather-articles-component .slotView .imageView > img {
    width: 100%;
    height: 100%;
  }
  .weather-articles-component .slotView .textDiv {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    overflow: hidden;
    position: relative;
    height: 100%;
    box-sizing: border-box;
  }
  .weather-articles-component .slotView .slotTitle {
    font-family: "Rubik";
    font-size: 3.125vw !important;
    font-weight: bold;
    line-height: 3.75vw !important;
    color: #4d4d4d;
    margin-bottom: 0.625vw !important;
    max-height: 7.8125vw !important;
  }
  .weather-articles-component .slotView .commaView {
    margin-left: 0.78125vw;
  }
  .weather-articles-component .slotView .slotSubTitle {
    height: 7.96875vw !important;
    overflow: hidden;
    font-family: "Rubik";
    font-size: 3.125vw !important;
    line-height: 4.0625vw !important;
    text-overflow: ellipsis;
    color: #4d4d4d;
    margin-bottom: 2.1875vw !important;
  }
  .weather-articles-component .slotView .moreDetails {
    font-family: "Rubik";
    font-size: 2.5vw !important;
    line-height: 2.96875vw !important;
    color: #607d8b;
  }
  .weather-articles-component .slotMore {
    display: block;
    text-align: left;
    font-size: 1.875vw;
    height: 2.65625vw;
    overflow-y: hidden;
  }
  .weather-articles-component .slotMore a {
    font-size: 1.875vw;
    text-decoration: none;
  }
  .weather-articles-component .slotMore a:hover {
    color: #F50000;
  }
}
.weather-articles-component {
  width: 468px;
  height: 683px;
}
.weather-articles-component .title {
  font-family: "Rubik";
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #4d4d4d;
  padding-bottom: 19px;
  padding-top: 17px;
  border-top: 1px solid #e1e1e1;
  width: 100%;
  padding-right: 10px;
}
.weather-articles-component > div {
  padding-right: 10px;
}
.weather-articles-component .share-box {
  width: 468px;
  height: 156px;
  border-radius: 16px;
  background-color: #fafafa;
  padding: 28px 42px;
  display: flex;
  box-sizing: border-box;
  align-content: center;
}
.weather-articles-component .share-box .share-camera-box {
  margin-left: 60px;
}
.weather-articles-component .share-box .share-camera-box .share-camera {
  width: 128px;
  height: 92px;
}
.weather-articles-component .share-box .subtext-title {
  font-weight: bold;
}
.weather-articles-component .share-box .subtext {
  font-family: "Rubik";
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #4d4d4d;
}
.weather-articles-component .share-box .share-button-mobile {
  display: none;
}
.weather-articles-component .share-box .share-button {
  margin-top: 10px;
  width: 184px;
  height: 51px;
  border-radius: 6px;
  box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.8);
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  box-sizing: border-box;
  cursor: pointer;
  border: solid 1px #e0e9ef;
}
.weather-articles-component .share-box .share-button:hover {
  background-color: #d6b0b0b2;
}
.weather-articles-component .share-box .share-button .share-button-text {
  font-family: "Rubik";
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color: #4d4d4d;
  text-decoration: none;
}
.weather-articles-component .slotList {
  margin-right: 0 !important;
}
.weather-articles-component .slotView {
  display: inline-flex;
  height: 133px;
  width: 470px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.weather-articles-component .slotView a {
  text-decoration: none;
  color: unset;
}
.weather-articles-component .slotView .imageView {
  width: 190px;
  height: 113px;
  margin-left: 20px;
  overflow: hidden;
  font-size: 10px;
  position: relative;
}
.weather-articles-component .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.weather-articles-component .slotView .textDiv {
  display: flex;
  flex-direction: column;
  width: 92%;
  overflow: hidden;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.weather-articles-component .slotView .slotTitle {
  font-family: "Rubik";
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color: #4d4d4d;
  margin-bottom: 8px;
  height: auto;
  max-height: 40px;
  overflow: hidden;
}
.weather-articles-component .slotView .commaView {
  margin-left: 5px;
}
.weather-articles-component .slotView .slotSubTitle {
  height: 40px;
  overflow: hidden;
  font-family: "Rubik";
  font-size: 14px;
  line-height: 19px;
  text-overflow: ellipsis;
  color: #4d4d4d;
  margin-bottom: 12px;
}
.weather-articles-component .slotView .moreDetails {
  font-family: "Rubik";
  font-size: 14px;
  line-height: 17px;
  color: #607d8b;
}
.weather-articles-component .slotMore {
  display: block;
  text-align: left;
  font-size: 12px;
  height: 17px;
  overflow-y: hidden;
}
.weather-articles-component .slotMore a {
  font-size: 12px;
  text-decoration: none;
}
.weather-articles-component .slotMore a:hover {
  color: #F50000;
}
.SettingWindow .GeneralLinkSettings .linkSettings > * {
  width: 100%;
  margin: 0 10px 10px 10px;
}
.SettingWindow .CategoryChooser .titleLabelWrapper {
  display: none !important;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .weather-data-details {
    width: 92.5vw !important;
    height: auto !important;
    border-radius: 0px 0px 3.75vw 3.75vw !important;
    background-color: #fafafa;
    margin: auto;
    margin-bottom: 4.6875vw !important;
  }
  .weather-data-details .provided-by {
    display: none !important;
  }
  .weather-data-details .provided-by-mobile {
    display: flex !important;
    justify-content: space-between;
    padding: 0px 4.6875vw !important;
    align-items: center;
  }
  .weather-data-details .provided-by-mobile .ims {
    font-family: "Open Sans Hebrew";
    font-size: 2.8125vw !important;
    line-height: 2.34375vw !important;
    color: #4d4d4d;
    display: flex;
    align-items: center;
  }
  .weather-data-details .provided-by-mobile .ims .ims-img {
    width: 3.75vw !important;
    height: 4.0625vw !important;
    margin-left: 1.09375vw !important;
  }
  .weather-data-details .provided-by-mobile.sunset-sunrise {
    padding-top: unset;
    padding-bottom: 4.21875vw !important;
  }
  .weather-data-details .provided-by-mobile.sunset-sunrise .ims .sunrise-sunset-img {
    width: auto;
    height: 4.0625vw !important;
    margin-left: 1.09375vw !important;
  }
  .weather-data-details .international-cities-container {
    display: none !important;
  }
  .weather-data-details .data-block-container {
    display: flex;
    justify-content: space-around;
    padding: 0px 4.6875vw !important;
    align-items: center;
    flex-wrap: wrap;
    margin-top: unset !important;
  }
  .weather-data-details .data-block-container .data-item.temp-range {
    order: 1;
  }
  .weather-data-details .data-block-container .data-item.precipitation {
    order: 2;
  }
  .weather-data-details .data-block-container .data-item.humidity {
    order: 3;
  }
  .weather-data-details .data-block-container .data-item.wind-direction {
    order: 4;
  }
  .weather-data-details .data-block-container .data-item.wave-height {
    order: 5;
  }
  .weather-data-details .data-block-container .data-item.water-temp {
    order: 6;
  }
  .weather-data-details .data-block-container .data-item.sun-rise {
    order: 7;
  }
  .weather-data-details .data-block-container .data-item.sun-set {
    order: 8;
  }
  .weather-data-details .data-block-container .data-item {
    display: flex;
    align-items: center;
    margin-bottom: 6.25vw !important;
    width: 100% !important;
  }
  .weather-data-details .data-block-container .data-item .img-box {
    width: 14.0625vw !important;
    height: 14.0625vw !important;
    border-radius: 2.1875vw !important;
    box-shadow: -1.25vw -1.25vw 2.5vw 0 rgba(255, 255, 255, 0.8);
    background-color: #fafafa;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 6.25vw !important;
  }
  .weather-data-details .data-block-container .data-item .item-child {
    display: inline-block;
  }
  .weather-data-details .data-block-container .data-item .item-child .img-size {
    width: 7.03125vw !important;
    height: 7.03125vw !important;
    margin-right: unset !important;
  }
  .weather-data-details .data-block-container .data-item .item-child .highlighted-text {
    font-family: "Open Sans Hebrew";
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 5.15625vw !important;
    color: #4d4d4d;
  }
  .weather-data-details .data-block-container .data-item .item-child .highlighted-text-value {
    font-family: "Open Sans Hebrew";
    font-size: 6.5625vw !important;
    line-height: 8.90625vw !important;
    color: #4d4d4d;
  }
}
.weather-data-details {
  width: 100%;
  height: 583px;
  border-radius: 16px;
  background-color: #fafafa;
}
.weather-data-details .provided-by {
  display: flex;
  justify-content: space-between;
  padding: 0px 28px;
  padding-top: 16px;
  align-items: center;
}
.weather-data-details .provided-by .weather-subject {
  font-family: 'Open Sans Hebrew';
  font-size: 24px;
  font-weight: bold;
  line-height: 21px;
  color: #4d4d4d;
}
.weather-data-details .provided-by .ims {
  font-family: 'Open Sans Hebrew';
  font-size: 12px;
  line-height: 17px;
  color: #4d4d4d;
  display: flex;
  align-items: center;
}
.weather-data-details .provided-by .ims .ims-img {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.weather-data-details .provided-by.sunset-sunrise {
  justify-content: flex-end;
  padding-top: unset;
}
.weather-data-details .provided-by.sunset-sunrise .ims :nth-child(1) {
  padding-bottom: 1px;
}
.weather-data-details .provided-by.sunset-sunrise .ims :nth-child(2) {
  display: flex;
}
.weather-data-details .provided-by.sunset-sunrise .ims .sunrise-sunset-img {
  width: auto;
  height: 22px;
  margin-right: 7px;
}
.weather-data-details .provided-by-mobile {
  display: none;
}
.weather-data-details .international-cities-container {
  margin-top: 18px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0px 28px;
  align-items: center;
  flex-wrap: wrap;
}
.weather-data-details .international-cities-container .city-item {
  padding-top: 17px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
  font-family: "Open Sans Hebrew";
  font-size: 18px;
  line-height: 24px;
  color: #4d4d4d;
  width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.weather-data-details .international-cities-container .city-item:nth-child(n+4) {
  padding-top: 50px;
}
.weather-data-details .data-block-container {
  margin-top: 66px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0px 43px;
  align-items: center;
  flex-wrap: wrap;
}
.weather-data-details .data-block-container .data-item {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
  width: 40%;
}
.weather-data-details .data-block-container .data-item .img-box {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.8);
  background-color: #fafafa;
  margin-left: 16px;
}
.weather-data-details .data-block-container .data-item .item-child .img-size {
  width: 30px;
  height: 30px;
}
.weather-data-details .data-block-container .data-item .item-child .highlighted-text {
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #4d4d4d;
}
.weather-data-details .data-block-container .data-item .item-child .highlighted-text-value {
  font-family: Rubik;
  font-size: 18px;
  line-height: 24px;
  color: #4d4d4d;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .weather-forcast-day {
    width: 100%;
    display: block !important;
    justify-content: unset !important;
    margin-bottom: 6.25vw !important;
  }
  .weather-forcast-day .default-padding {
    padding: 6.25vw 4.6875vw !important;
  }
  .weather-forcast-day .weather-forcast-item {
    width: 92.5vw !important;
    height: 38.59375vw !important;
    margin: auto;
    border-radius: 3.75vw !important;
    background-color: #fafafa;
    margin-top: 4.6875vw !important;
  }
  .weather-forcast-day .weather-forcast-item .forcast-date {
    font-family: "Open Sans Hebrew";
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 5.15625vw !important;
    color: #4d4d4d;
  }
  .weather-forcast-day .weather-forcast-item .forcast-date .inline-mobile {
    display: inline-block;
  }
  .weather-forcast-day .weather-forcast-item .forcast-date .day-margin {
    margin-left: 0.78125vw !important;
  }
  .weather-forcast-day .weather-forcast-item .mobile-row {
    display: flex;
    align-items: center;
  }
  .weather-forcast-day .weather-forcast-item .mobile-row .forcast-image-box {
    margin-top: 3.75vw !important;
    margin-bottom: 3.75vw !important;
    box-shadow: -1.25vw -1.25vw 2.5vw 0 rgba(255, 255, 255, 0.8);
    display: flex;
    height: auto !important;
    width: auto !important;
    margin-left: 6.25vw !important;
    border-radius: 2.1875vw !important;
    padding: 3.125vw 2.8125vw !important;
  }
  .weather-forcast-day .weather-forcast-item .mobile-row .forcast-image-box .forcast-image {
    width: 11.40625vw !important;
    height: 10.78125vw !important;
  }
  .weather-forcast-day .weather-forcast-item .mobile-row .forcast-celsius {
    display: inline-block;
    font-family: Rubik;
    font-size: 7.8125vw !important;
    font-weight: 300;
    letter-spacing: 0px !important;
    color: #607d8b;
  }
}
.weather-forcast-day {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.weather-forcast-day .default-padding {
  padding: 22px 28px;
}
.weather-forcast-day .weather-forcast-item {
  width: 146px;
  height: 169px;
  border-radius: 16px;
  background-color: #fafafa;
}
.weather-forcast-day .weather-forcast-item .forcast-date {
  font-family: "Open Sans Hebrew";
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #4d4d4d;
}
.weather-forcast-day .weather-forcast-item .forcast-image-box {
  margin-top: 16px;
  margin-bottom: 16px;
  width: 32px;
  height: 32px;
  box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.weather-forcast-day .weather-forcast-item .forcast-image-box .forcast-image {
  display: block;
  width: 21px;
  height: 20px;
}
.weather-forcast-day .weather-forcast-item .forcast-celsius {
  font-family: Rubik;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -2px;
  color: #607d8b;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .WeatherHeader {
    display: inline-flex;
    flex-direction: row;
    background-color: #FFFFFF;
    align-items: center;
    justify-content: space-between;
    height: 20vw;
    border-bottom: 1px solid #e1e1e1;
    width: 93%;
    margin: 0px 3.5625vw 5.4375vw 3.5625vw;
    padding-top: 1.5625vw;
  }
  .WeatherHeader .ynetLogo {
    background-repeat: no-repeat;
    height: 8.125vw;
    width: 18.90625vw;
    background: url("https://www.ynet.co.il/images/ynet_header_weather.svg");
    display: block;
    background-size: contain;
  }
  .WeatherHeader .headline {
    width: 28.28125vw;
    height: 9.6875vw;
    font-family: 'Open Sans Hebrew';
    font-size: 7.1875vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    margin-left: 17.375vw;
  }
  .WeatherHeader .social {
    width: 18vw;
    height: 7.5vw;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .WeatherHeader .social .twitterIcon {
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E %3Cg transform='translate(-.001)'%3E %3Ccircle cx='24' cy='24' r='24' fill='%2355acee' transform='translate(.001)'/%3E %3Cg%3E %3Cpath fill='%23fff' d='M53.065 36.718a11.446 11.446 0 0 1-3.3.9 5.752 5.752 0 0 0 2.523-3.173 11.484 11.484 0 0 1-3.643 1.392 5.741 5.741 0 0 0-9.776 5.233 16.285 16.285 0 0 1-11.825-5.995 5.743 5.743 0 0 0 1.775 7.659 5.7 5.7 0 0 1-2.6-.718v.073a5.74 5.74 0 0 0 4.6 5.625 5.759 5.759 0 0 1-2.59.1A5.743 5.743 0 0 0 33.6 51.8a11.58 11.58 0 0 1-8.5 2.374 16.227 16.227 0 0 0 8.8 2.578c10.552 0 16.322-8.741 16.322-16.323 0-.249-.006-.5-.017-.742a11.633 11.633 0 0 0 2.863-2.969z' transform='translate(10.74 14.558) translate(-25.103 -34.028)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 7.5vw;
    height: 7.5vw;
    display: block;
  }
  .WeatherHeader .social .facebookIcon {
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E %3Cg%3E %3Cpath fill='%231778f2' d='M24 .349a24.1 24.1 0 0 0-4 47.839V29.477h-5.79v-6.733H20V17.78c0-5.761 3.5-8.9 8.622-8.9a47.582 47.582 0 0 1 5.169.264v6.021h-3.55c-2.783 0-3.319 1.328-3.319 3.277v4.3h6.64l-.866 6.733H26.92v18.874a24.095 24.095 0 0 0-2.92-48z' transform='translate(0 -.349)'/%3E %3C/g%3E %3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 7.5vw;
    height: 7.5vw;
    display: block;
  }
}
.weather-kinneret .title {
  font-family: "Open Sans Hebrew" !important;
}
.weather-kinneret .layout-container .layout-box .kinneret-info .provider-info {
  font-family: "Open Sans Hebrew" !important;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.weather-kinneret {
  width: 384px;
  height: 250px;
  border-radius: 16px;
  background-color: #fafafa;
  padding: 15px 28px;
  box-sizing: border-box;
}
.weather-kinneret .title {
  font-family: Rubik;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #4d4d4d;
  padding-bottom: 32px;
}
.weather-kinneret .layout-container {
  display: flex;
  align-items: center;
}
.weather-kinneret .layout-container .map-box {
  height: 126px;
}
.weather-kinneret .layout-container .layout-box {
  width: 50%;
  position: relative;
}
.weather-kinneret .layout-container .layout-box .kinneret-info .kinneret-height {
  font-family: Rubik;
  font-size: 32px;
  line-height: 38px;
  color: #607d8b;
  direction: ltr;
  text-align: right;
}
.weather-kinneret .layout-container .layout-box .kinneret-info .kinneret-update-date {
  font-family: Rubik;
  font-size: 14px;
  line-height: 17px;
  color: #4d4d4d;
  padding-bottom: 14px;
}
.weather-kinneret .layout-container .layout-box .kinneret-info .provider-info {
  font-family: Rubik;
  font-size: 12px;
  line-height: 12px;
  color: #607d8b;
}
.weather-kinneret .layout-container .layout-box .kinneret-info .provider-info .provider-container {
  margin-right: 8px;
}
.weather-kinneret .layout-container .layout-box .kinneret-info .provider-info .provider-link {
  text-decoration: none;
  color: unset;
  border-bottom: 1px solid #607d8b;
}
.weather-kinneret .layout-container .layout-box .kinneret-map {
  width: 78px;
  height: 126px;
}
.weather-kinneret .layout-container .layout-box .kinneret-range-text {
  font-family: Rubik;
  font-size: 18px;
  line-height: 22px;
  width: 90%;
  color: #4d4d4d;
  border-bottom: 1px solid #ff0000;
}
.weather-kinneret .layout-container .layout-box .kinneret-high {
  bottom: 49%;
  position: absolute;
  width: 100%;
  text-align: left;
}
.weather-kinneret .layout-container .layout-box .kinneret-low {
  bottom: 10%;
  position: absolute;
  width: 100%;
  text-align: left;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .weather-kinneret {
    width: 92.5vw !important;
    height: 46.71875vw !important;
    border-radius: 2.5vw !important;
    background-color: #fafafa;
    padding: 2.34375vw 4.375vw !important;
    margin: auto;
    box-sizing: border-box;
    margin-bottom: 6.25vw !important;
  }
  .weather-kinneret .title {
    font-family: Rubik;
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 4.375vw !important;
    color: #4d4d4d;
    padding-bottom: 6.25vw !important;
  }
  .weather-kinneret .layout-container {
    display: flex;
    align-items: flex-start !important;
  }
  .weather-kinneret .layout-container .map-box {
    height: 24.0625vw !important;
    padding-right: 10%;
    box-sizing: border-box;
  }
  .weather-kinneret .layout-container .layout-box {
    width: 50%;
    position: relative;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-info .kinneret-height {
    font-family: Rubik;
    font-size: 9.375vw !important;
    line-height: 11.09375vw !important;
    color: #607d8b;
    direction: ltr;
    text-align: right;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-info .kinneret-update-date {
    font-family: Rubik;
    font-size: 3.125vw !important;
    line-height: 3.75vw !important;
    color: #4d4d4d;
    padding-bottom: 6.25vw !important;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-info .provider-info {
    font-family: Rubik;
    font-size: 2.5vw !important;
    line-height: 2.96875vw !important;
    color: #607d8b;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-info .provider-info .provider-container {
    margin-right: 0px !important;
    display: inline-block;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-info .provider-info .provider-link {
    text-decoration: none;
    color: unset;
    border-bottom: 1px solid #607d8b;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-map {
    width: 15vw !important;
    height: 24.21875vw !important;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-range-text {
    font-family: Rubik;
    font-size: 3.75vw !important;
    line-height: 4.375vw !important;
    width: 90%;
    color: #4d4d4d;
    border-bottom: 1px solid #ff0000;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-high {
    bottom: 50% !important;
    position: absolute;
    width: 80%;
    text-align: left;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-low {
    bottom: 10% !important;
    position: absolute;
    width: 80%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .weather-map-extended-component {
    width: 92.5vw !important;
    margin: auto;
    height: 233.90625vw !important;
    border-radius: 2.5vw !important;
    background-color: #fafafa;
    padding: 4.375vw 4.6875vw !important;
    box-sizing: border-box;
    margin-bottom: 6.25vw !important;
  }
  .weather-map-extended-component .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.125vw !important;
  }
  .weather-map-extended-component .info-row .map-extended-title {
    font-family: "Open Sans Hebrew";
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 4.375vw !important;
    color: #4d4d4d;
  }
  .weather-map-extended-component .info-row .map-extended-date {
    font-family: Rubik;
    font-size: 3.125vw !important;
    line-height: 3.75vw !important;
    color: #4d4d4d;
  }
  .weather-map-extended-component .tabs-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: unset !important;
  }
  .weather-map-extended-component .tabs-container .tab-item {
    width: 25vw !important;
    height: 7.1875vw !important;
    border-radius: 0.9375vw;
    background-color: #cedbe3;
    cursor: unset !important;
    font-family: "Open Sans Hebrew";
    font-size: 3.125vw !important;
    line-height: 3.75vw !important;
    color: #607d8b !important;
    padding-bottom: unset !important;
    margin-bottom: 3.125vw !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .weather-map-extended-component .tabs-container .selected {
    color: white !important;
    font-weight: 500;
    background-color: #607d8b !important;
    border-bottom: unset !important;
  }
  @-webkit-keyframes swing-in-top-fwd {
    0% {
      -webkit-transform: rotateX(-100deg);
      transform: rotateX(-100deg);
      -webkit-transform-origin: top;
      transform-origin: top;
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      -webkit-transform-origin: top;
      transform-origin: top;
      opacity: 1;
    }
  }
  @keyframes swing-in-top-fwd {
    0% {
      -webkit-transform: rotateX(-100deg);
      transform: rotateX(-100deg);
      -webkit-transform-origin: top;
      transform-origin: top;
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      -webkit-transform-origin: top;
      transform-origin: top;
      opacity: 1;
    }
  }
  .weather-map-extended-component .component-container .weather-extended-map-module {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .indicator-container {
    -webkit-animation: fade-in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: fade-in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    position: absolute;
    right: 0;
    bottom: 3.5%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .pollution-provided-by {
    padding-top: 9x !important;
    padding-bottom: 2.65625vw !important;
    font-family: "Open Sans Hebrew";
    font-size: 2.5vw !important;
    line-height: 2.96875vw !important;
    color: #4d4d4d;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .sviva-img {
    width: 18.75vw !important;
    height: 10.78125vw !important;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .indicator-box {
    display: flex;
    align-items: center;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .indicator-box .border-radius-top {
    border-top-left-radius: 31.25vw !important;
    border-top-right-radius: 31.25vw !important;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .indicator-box .border-radius-bottom {
    border-bottom-left-radius: 31.25vw !important;
    border-bottom-right-radius: 31.25vw !important;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .indicator-box .indicator-block {
    margin-left: 2.34375vw !important;
    width: 3.90625vw !important;
    height: 15.625vw !important;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .indicator-box .indicator-info .range {
    font-family: Rubik;
    font-size: 4.6875vw !important;
    line-height: 5.625vw !important;
    color: #607d8b;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .indicator-box .indicator-info .desc {
    font-family: "Open Sans Hebrew";
    font-size: 3.59375vw !important;
    line-height: 4.375vw !important;
    color: #4d4d4d;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container {
    position: relative;
    width: 73.75vw !important;
    height: 189.21875vw !important;
    margin: auto;
    background-image: url('/Common/images/weather/weatherMap.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .tool-tip-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 41.40625vw;
    margin-top: 2.34375vw;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .tool-tip-container .tool-tip-item {
    display: flex;
    margin-bottom: 2.34375vw !important;
    justify-content: space-between;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .tool-tip-container .tool-tip-item .tool-tip-info {
    font-family: "Open Sans Hebrew";
    font-size: 2.1875vw;
    line-height: 2.65625vw;
    color: #4d4d4d;
    flex-grow: 1;
    flex: 0 0 auto;
    padding-left: 1.5625vw;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .tool-tip-container .tool-tip-item .tool-tip-value {
    font-family: Rubik;
    font-size: 2.1875vw;
    line-height: 2.65625vw;
    color: #607d8b;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item {
    -webkit-animation: fade-in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: fade-in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    position: absolute;
    display: flex;
    align-items: center;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .dot {
    height: 2.5vw !important;
    width: 2.5vw !important;
    border-radius: 50%;
    display: inline-block;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .humidity-img {
    width: 3.125vw !important;
    height: 4.21875vw !important;
    margin-left: 1.5625vw !important;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .wave-height-img {
    height: 6.71875vw !important;
    width: 6.71875vw !important;
    margin-left: 2.8125vw !important;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .weather-drop-img {
    width: 3.125vw !important;
    height: 4.21875vw !important;
    margin-left: 1.5625vw !important;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .weather-img {
    width: 5.9375vw !important;
    height: 5.625vw !important;
    margin-left: 2.5vw !important;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .preci-text {
    font-family: Rubik;
    font-size: 3.75vw !important;
    line-height: 4.375vw !important;
    color: #607d8b;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .prec-text {
    font-family: Rubik;
    font-size: 3.75vw !important;
    line-height: 4.375vw !important;
    color: #607d8b;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .temp-info {
    font-family: Rubik;
    font-size: 5vw !important;
    line-height: 5.9375vw !important;
    letter-spacing: -0.3375vw !important;
    color: #607d8b;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .city-title {
    font-family: "Open Sans Hebrew";
    font-size: 3.75vw !important;
    font-weight: normal !important;
    line-height: 4.375vw !important;
    color: #4d4d4d;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .index-title {
    font-family: Rubik;
    font-size: 5vw !important;
    line-height: 5.9375vw !important;
    color: #607d8b;
    margin-right: 1.5625vw !important;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .missing-data-title {
    font-family: Rubik;
    font-size: 3.75vw !important;
    line-height: 4.375vw !important;
    color: #607d8b;
    padding-top: unset !important;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .region-title {
    font-family: "Open Sans Hebrew";
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 4.375vw !important;
    color: #4d4d4d;
    padding-bottom: 1.25vw !important;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-1 {
    top: 2%;
    right: 20%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-2 {
    top: 6%;
    right: 45%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-3 {
    top: 13%;
    right: 26%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-4 {
    top: 16%;
    right: 52%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-5 {
    top: 27%;
    right: 32%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-6 {
    top: 35%;
    right: 56%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-7 {
    top: 24%;
    right: 54%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-8 {
    top: 43%;
    right: 42%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-9 {
    top: 54%;
    right: 49%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-10 {
    top: 42%;
    right: 77%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-11 {
    top: 62%;
    right: 60%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-12 {
    top: 85%;
    right: 57%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .zefat {
    top: 2%;
    right: 20%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .haifa {
    top: 14%;
    right: 56%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .tiberias {
    top: 11%;
    right: 11%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .bet-shean {
    top: 18%;
    right: 23%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .tel-aviv-yafo {
    top: 30%;
    right: 60%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .ashdod {
    top: 38%;
    right: 63% !important;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .jerusalem {
    top: 45%;
    right: 47%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .beer-sheva {
    bottom: 41%;
    right: 55%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .mizpe-ramon {
    bottom: 30%;
    right: 60%;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .elat {
    bottom: 2.5%;
    right: 58%;
  }
}
.weather-map-extended-component {
  width: 100%;
  height: 1000px;
  border-radius: 16px;
  background-color: #fafafa;
  padding: 14px 28px;
  box-sizing: border-box;
}
.weather-map-extended-component .info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 31px;
}
.weather-map-extended-component .info-row .map-extended-title {
  font-family: "Open Sans Hebrew";
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #4d4d4d;
}
.weather-map-extended-component .info-row .map-extended-date {
  font-family: Rubik;
  font-size: 14px;
  line-height: 17px;
  color: #4d4d4d;
}
.weather-map-extended-component .tabs-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.weather-map-extended-component .tabs-container .tab-item {
  cursor: pointer;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  line-height: 17px;
  color: #4d4d4d;
  padding-bottom: 6px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
}
.weather-map-extended-component .tabs-container .tab-item:hover {
  color: #607d8b;
}
.weather-map-extended-component .tabs-container .selected {
  color: #607d8b;
  font-weight: 500;
  border-bottom: 1px solid #607d8b;
}
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.weather-map-extended-component .component-container .weather-extended-map-module {
  width: 100%;
  height: 100%;
  position: relative;
}
.weather-map-extended-component .component-container .weather-extended-map-module .indicator-container {
  -webkit-animation: fade-in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: fade-in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  position: absolute;
  right: 0;
  bottom: 3.5%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .pollution-provided-by {
  padding-top: 12px;
  padding-bottom: 6px;
  font-family: "Open Sans Hebrew";
  font-size: 12px;
  line-height: 14px;
  color: #4d4d4d;
}
.weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .sviva-img {
  width: 99px;
  height: 57px;
}
.weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .indicator-box {
  display: flex;
  align-items: center;
}
.weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .indicator-box .border-radius-top {
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
}
.weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .indicator-box .border-radius-bottom {
  border-bottom-left-radius: 110px;
  border-bottom-right-radius: 110px;
}
.weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .indicator-box .indicator-block {
  margin-left: 14px;
  width: 15px;
  height: 59px;
}
.weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .indicator-box .indicator-info .range {
  font-family: Rubik;
  font-size: 18px;
  line-height: 22px;
  color: #607d8b;
}
.weather-map-extended-component .component-container .weather-extended-map-module .indicator-container .indicator-box .indicator-info .desc {
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  line-height: 17px;
  color: #4d4d4d;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container {
  position: relative;
  width: 313px;
  height: 801px;
  margin: auto;
  background-image: url('/Common/images/weather/weatherMap.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .tool-tip-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 265px;
  margin-top: 15px;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .tool-tip-container .tool-tip-item {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .tool-tip-container .tool-tip-item .tool-tip-info {
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  line-height: 17px;
  color: #4d4d4d;
  flex-grow: 1;
  flex: 0 0 auto;
  padding-left: 10px;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .tool-tip-container .tool-tip-item .tool-tip-value {
  font-family: Rubik;
  font-size: 14px;
  line-height: 17px;
  color: #607d8b;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item {
  -webkit-animation: fade-in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: fade-in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  position: absolute;
  display: flex;
  align-items: center;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .humidity-img {
  width: 11px;
  height: 15px;
  margin-left: 6px;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .wave-height-img {
  height: 24px;
  width: 24px;
  margin-left: 12px;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .weather-drop-img {
  width: 11px;
  height: 15px;
  margin-left: 6px;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .weather-img {
  width: 32px;
  height: 30px;
  margin-left: 12px;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .preci-text {
  font-family: Rubik;
  font-size: 14px;
  line-height: 17px;
  color: #607d8b;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .prec-text {
  height: 17px;
  font-family: Rubik;
  font-size: 14px;
  line-height: 1.21;
  color: #607d8b;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .temp-info {
  font-family: Rubik;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -2.16px;
  color: #607d8b;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .city-title {
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #4d4d4d;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .index-title {
  font-family: Rubik;
  font-size: 18px;
  line-height: 22px;
  color: #607d8b;
  margin-right: 6px;
  direction: ltr;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .missing-data-title {
  font-family: Rubik;
  font-size: 14px;
  line-height: 17px;
  color: #607d8b;
  padding-top: 4px;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .city-item .region-title {
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #4d4d4d;
  padding-bottom: 8px;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-1 {
  top: 2%;
  right: 20%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-2 {
  top: 6%;
  right: 45%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-3 {
  top: 13%;
  right: 26%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-4 {
  top: 16%;
  right: 52%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-5 {
  top: 27%;
  right: 32%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-6 {
  top: 35%;
  right: 56%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-7 {
  top: 24%;
  right: 54%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-8 {
  top: 43%;
  right: 42%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-9 {
  top: 54%;
  right: 49%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-10 {
  top: 42%;
  right: 77%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-11 {
  top: 62%;
  right: 60%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .region-item-12 {
  top: 85%;
  right: 57%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .zefat {
  top: 2%;
  right: 20%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .haifa {
  top: 12%;
  right: 56%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .tiberias {
  top: 11%;
  right: 11%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .bet-shean {
  top: 18%;
  right: 23%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .tel-aviv-yafo {
  top: 30%;
  right: 60%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .ashdod {
  top: 38%;
  right: 68%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .jerusalem {
  top: 45%;
  right: 47%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .beer-sheva {
  bottom: 41%;
  right: 55%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .mizpe-ramon {
  bottom: 30%;
  right: 60%;
}
.weather-map-extended-component .component-container .weather-extended-map-module .map-container .elat {
  bottom: 2.5%;
  right: 58%;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .weather-radar {
    width: 92.5vw !important;
    margin: auto;
    height: 193.125vw !important;
    border-radius: 2.5vw !important;
    background-color: #fafafa;
    margin-bottom: 6.25vw !important;
  }
  .weather-radar .page-title {
    width: 85%;
    margin-right: 5%;
    padding-top: 2.34375vw !important;
    padding-bottom: 4.375vw !important;
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 5.15625vw !important;
    color: #4d4d4d;
    font-family: "Open Sans Hebrew";
  }
  .weather-radar .radar-container {
    width: 90%;
    height: 154.375vw !important;
    border-radius: 2.5vw !important;
    margin: auto;
    margin-bottom: 3.125vw !important;
  }
  .weather-radar .temprature-legend {
    width: 84.0625vw !important;
    border-radius: 2.5vw !important;
    background-color: #90a4ae;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .weather-radar .temprature-legend .temp-img {
    padding: 2.5vw 1.875vw !important;
    width: 80.3125vw !important;
    height: 9.84375vw !important;
  }
  .jellyfish-map {
    width: 92.5vw !important;
    margin: auto;
    height: 193.125vw !important;
    border-radius: 2.5vw !important;
    background-color: #fafafa;
    margin-bottom: 6.25vw !important;
  }
  .jellyfish-map .title-container {
    display: flex;
    align-content: center;
  }
  .jellyfish-map .title-container .page-title {
    width: 85%;
    margin-right: 5%;
    padding-top: 2.34375vw !important;
    padding-bottom: 4.375vw !important;
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 5.15625vw !important;
    color: #4d4d4d;
  }
  .jellyfish-map .title-container .logo-box {
    margin-left: 5%;
    align-self: center;
  }
  .jellyfish-map .title-container .logo-box .logo {
    background-color: #607d8b;
    border-radius: 0.9375vw !important;
    padding: 0.46875vw 0.46875vw !important;
    width: 11.09375vw !important;
    height: 5.9375vw !important;
  }
  .jellyfish-map .jellyfish-map-container {
    width: 90%;
    height: 172.34375vw !important;
    border-radius: 2.5vw !important;
    margin: auto;
    margin-bottom: 4.6875vw !important;
  }
}
.mynet .weather-radar {
  height: 1000px;
}
.mynet .weather-radar .radar-container {
  height: 760px;
}
.mynet .weather-radar .temprature-legend {
  width: 478px;
}
.mynet .weather-radar .temprature-legend .temp-img {
  width: 100%!important;
  height: auto!important;
}
.mynet .jellyfish-map {
  height: 1000px;
}
.weather-radar {
  width: 100%;
  height: 1443px;
  border-radius: 16px;
  background-color: #fafafa;
}
.weather-radar .page-title {
  width: 85%;
  margin-right: 5%;
  padding-top: 15px;
  padding-bottom: 28px;
  font-family: "Open Sans Hebrew";
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #4d4d4d;
}
.weather-radar .radar-container {
  width: 90%;
  height: 1217px;
  border-radius: 16px;
  margin: auto;
  margin-bottom: 30px;
}
.weather-radar .temprature-legend {
  width: 648px;
  border-radius: 16px;
  background-color: #90a4ae;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.weather-radar .temprature-legend .temp-img {
  width: 593px;
  height: 72px;
}
.jellyfish-map {
  width: 100%;
  height: 1443px;
  border-radius: 16px;
  background-color: #fafafa;
}
.jellyfish-map .title-container {
  display: flex;
  align-content: center;
}
.jellyfish-map .title-container .page-title {
  width: 85%;
  margin-right: 5%;
  font-family: Rubik;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #4d4d4d;
  padding-top: 15px;
  padding-bottom: 28px;
}
.jellyfish-map .title-container .logo-box {
  margin-left: 5%;
  align-self: center;
}
.jellyfish-map .title-container .logo-box .logo {
  background-color: #607d8b;
  border-radius: 6px;
  padding: 3px 3px;
  width: 75px;
  height: 40px;
}
.jellyfish-map .jellyfish-map-container {
  width: 90%;
  height: 1332px;
  border-radius: 16px;
  margin: auto;
  margin-bottom: 30px;
}
.mynet .jellyfish-map .jellyfish-map-container {
  height: 866px;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .weather-seo {
    width: 92.5vw !important;
    margin: auto;
    border-radius: 3.75vw !important;
    background-color: #fafafa;
    padding: 6.25vw 4.6875vw !important;
    box-sizing: border-box;
    margin-bottom: 6.25vw !important;
  }
  .weather-seo .weather-seo-title {
    font-family: "Open Sans Hebrew";
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 4.375vw !important;
    color: #4d4d4d;
    margin-bottom: 1.875vw;
  }
  .weather-seo .weather-seo-info-text {
    font-family: "Open Sans Hebrew";
    font-size: 3.125vw !important;
    line-height: 4.6875vw !important;
    color: #4d4d4d;
  }
}
.weather-seo {
  width: 100%;
  border-radius: 16px;
  background-color: #fafafa;
  padding: 25px 28px;
  box-sizing: border-box;
}
.weather-seo .weather-seo-title {
  font-family: "Open Sans Hebrew";
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  color: #4d4d4d;
  margin-bottom: 12px;
}
.weather-seo .weather-seo-info-text {
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  line-height: 17px;
  color: #4d4d4d;
  white-space: pre-wrap;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .weather-title-mobile {
    display: block !important;
    font-family: "Open Sans Hebrew";
    font-size: 9.375vw !important;
    font-weight: 600;
    line-height: 10vw !important;
    color: #000000;
    width: 100% !important;
    padding: 0px 4.6875vw !important;
    box-sizing: border-box;
    height: auto !important;
    margin: unset;
    margin: auto;
    margin-bottom: 4.6875vw !important;
    margin-top: 4.6875vw !important;
  }
  .weather-title {
    display: none !important;
  }
}
.weather-title {
  font-family: 'Open Sans Hebrew';
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
  color: #000000;
  width: 100%;
  height: 88px;
  margin: unset;
}
.weather-title-mobile {
  display: none;
}
.WeatherVideoComponenta .yitvideo_container {
  width: 100%;
}
.WeatherVideoComponenta .videoInfoText {
  border-radius: 16px;
  margin-top: 20px;
  padding: 23px 28px;
  width: 100%;
  box-sizing: border-box;
  background: #fafafa;
  color: #4d4d4d;
  font-size: 24px;
  font-weight: bold;
  font-family: "Open Sans Hebrew";
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .WeatherVideoComponenta .videoInfoText {
    display: none;
  }
}
.Xnet {
  border: 1px solid #c7c7c7;
  display: flex;
  flex-direction: column;
}
.Xnet .XnetHeader {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.Xnet .XnetHeader .rightLogo {
  width: 235px;
  height: 58px;
  flex-shrink: 0;
}
.Xnet .XnetHeader .leftLogo {
  width: 63px;
  flex-shrink: 0;
  height: 58px;
}
.Xnet .XnetHeader .headerLinks {
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
}
.Xnet .XnetHeader .headerLinks > * {
  padding: 0 10px;
  text-decoration: none;
}
.Xnet .XnetHeader .headerLinks > * .headerItemLink {
  position: relative;
}
.Xnet .XnetHeader .headerLinks > * .headerItemLink:after {
  position: absolute;
  content: "";
  height: 13px;
  width: 1px;
  background: #fff;
  top: 1px;
  left: -10px;
}
.Xnet .XnetHeader .headerLinks > *:hover {
  text-decoration: none;
  cursor: pointer;
}
.Xnet .XnetHeader .headerLinks > *:last-child .headerItemLink:after {
  display: none;
}
.Xnet .slotTitle a,
.Xnet .slotTitle a:hover {
  text-decoration: none;
  cursor: pointer;
}
.Xnet .mainSlot {
  position: relative;
}
.Xnet .mainSlot .slotView {
  overflow: hidden;
}
.Xnet .mainSlot .slotView.inEditMode .slotTitle {
  width: 100%;
  left: 0;
}
.Xnet .mainSlot .slotView .MediaCarousel {
  display: flex;
  order: 1;
  position: relative;
}
.Xnet .mainSlot .slotView .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.Xnet .mainSlot .slotView .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.Xnet .mainSlot .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);
}
.Xnet .mainSlot .slotView .MediaCarousel .galleryArrow:disabled {
  display: none;
}
.Xnet .mainSlot .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;
}
.Xnet .mainSlot .slotView .MediaCarousel .numberOfMedia {
  display: none;
}
.Xnet .mainSlot .slotView .MediaCarousel .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.Xnet .mainSlot .slotView .MediaCarousel .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.Xnet .mainSlot .slotView .MediaCarousel .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.Xnet .mainSlot .slotView .MediaCarousel .scrollLeftBtn:after {
  left: 0;
}
.Xnet .mainSlot .slotView .media-enter {
  opacity: 0.5;
  z-index: 1;
}
.Xnet .mainSlot .slotView .media-enter.media-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.Xnet .mainSlot .slotView .media-leave {
  opacity: 1;
  z-index: 1;
}
.Xnet .mainSlot .slotView .media-leave.media-enter-leave {
  opacity: 0.5;
  transition: opacity 300ms ease-in;
}
.Xnet .mainSlot .slotView .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;
  /*    &:hover {
                        &:after {
                            box-shadow: inset 0 0 7px rgba(0, 100, 255, 1);
                            content: "";
                            width: ~"calc(100% - 4px)";
                            height: ~"calc(100% - 4px)";
                            top: 2px;
                            left: 2px;
                            border-radius: 50%;
                        }
                    }*/
}
.Xnet .mainSlot .slotView .iconOnPoster.big {
  top: calc(50% - 33px);
  right: calc(50% - 33px);
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
}
.Xnet .mainSlot .slotView .iconOnPoster.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.Xnet .mainSlot .slotTitle {
  position: absolute;
  width: calc(100% - 10px);
  bottom: 0;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  left: 0;
}
.Xnet .slotList {
  border-left: 4px solid #e3e3e3;
  border-top: 4px solid #e3e3e3;
  border-right: 4px solid #e3e3e3;
}
.Xnet .slotList .slotView {
  display: flex;
  border-bottom: 3px  solid #e3e3e3;
  position: relative;
  overflow: hidden;
}
.Xnet .slotList .slotView .mediaLabel {
  position: absolute;
  left: 0;
  bottom: 0;
}
.Xnet .slotList .slotView .MediaCarousel {
  flex-shrink: 0;
  width: 110px;
  height: 80px;
  overflow: hidden;
  position: relative;
}
.Xnet .slotList .slotView .slotTitle {
  font-size: 15px;
  font-weight: bold;
  line-height: 17px;
  width: 160px;
  height: 54px;
  overflow: hidden;
  margin: 5px 12px 4px 0;
  letter-spacing: -0.05px;
}
.SiteArticleContact {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  clear: both;
  margin-top: 40px;
}
.SiteArticleContact .commentInfoBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f8f9;
  padding: 14px 14px 16px 30px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
}
.SiteArticleContact .commentInfoBox .toAllComments {
  text-decoration: underline;
  margin-left: 33px;
  cursor: pointer;
}
.SiteArticleContact .commentInfoBox > div:not(.commentInfoText) {
  display: flex;
  align-items: center;
}
.SiteArticleContact .addNewComment {
  background-image: linear-gradient(126deg, #474cdd, #1417ac 42%);
  height: 36px;
  display: flex;
  width: 162px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  padding: 0 19px;
}
.SiteArticleContact .addNewComment span {
  color: #f3f8f9;
  letter-spacing: -0.3px;
}
.SiteArticleContact .addNewComment span:not(.shareIcon1280) {
  font-size: 17px;
  font-weight: 600;
}
.SiteArticleContact .addNewComment .shareIcon1280 {
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  margin: 4px 0 2px 4px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill-rule='nonzero' stroke='%23fff' stroke-width='2'%3E %3Cpath d='M23 1.52v16.59H10.644l-4.047 3.644-.001-3.645H1V1.52h22z' transform='translate(-12 -12) translate(12 12)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-size: contain;
}
.SiteArticleContact * {
  font-weight: bold;
}
.SiteArticleContact .contactWrapper,
.SiteArticleContact .mistakeText {
  text-decoration: underline;
  color: inherit;
  font-weight: normal;
}
.SiteArticleContact .contactAuthor {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.3px;
  color: #6f6f6f;
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
}
.SiteArticleContact .contactAuthor .authorAvatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: 8px;
  margin-bottom: -3px;
}
.SiteArticleContact .writeUsIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%231417AC'%3E %3Cpath fill-rule='nonzero' d='M11.5 2.212L11.5 0 0 0 0 13.5 11.5 13.5 11.5 7.725 9.988 9.099 9.988 11.989 1.5 11.989 1.5 1.515 9.988 1.515 9.988 3.75z'/%3E %3Cpath d='M2.75 2.75H7.75V3.75H2.75zM2.75 4.75H6.75V5.75H2.75z'/%3E %3Cpath d='M8.737 1.75L10.609 1.75 10.481 10.933 9.545 11.869 8.609 10.933z' transform='rotate(45 9.61 6.81)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 21px;
  margin-left: 10px;
}
.SiteArticleContact .foundMistake {
  display: flex;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.3px;
  color: #6f6f6f;
  font-weight: normal;
  margin-bottom: 40px;
}
.MessageToAuthor {
  width: 100%;
  height: 324px;
  margin-top: 16px;
}
.MessageToAuthor > div {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 23px 23px;
  border-radius: 7px;
  box-shadow: 0 1px 3px 0 rgba(218, 218, 221, 0.8), 0 -2px 4px 0 rgba(0, 0, 0, 0.06);
  border: solid 0.5px #f1f1f5;
  background-color: #ffffff;
  z-index: 1;
  display: flex;
}
.MessageToAuthor > div:after {
  position: absolute;
  top: 34px;
  right: 50px;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 1px;
  background-color: #fff;
  box-shadow: -2px -2px 4px -1px rgba(218, 218, 221, 0.8);
  transform: rotate(45deg);
  z-index: 0;
}
.MessageToAuthor * {
  font-size: 18px;
  color: #3b3b48;
  letter-spacing: -0.3px;
  font-weight: normal;
}
.MessageToAuthor .successMsg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
}
.MessageToAuthor textarea,
.MessageToAuthor input {
  border-radius: 4px;
  background-color: #ededed;
  box-sizing: border-box;
  border: 0;
  outline: 0;
}
.MessageToAuthor input {
  height: 47px;
  padding: 12px;
  margin-bottom: 16px;
}
.MessageToAuthor textarea {
  width: 408px;
  height: 100%;
  margin-left: 19px;
  padding: 12px 15px;
  border: 0;
}
.MessageToAuthor textarea.error {
  border: 1px solid red;
}
.MessageToAuthor .infoArea {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.MessageToAuthor .sendToAuthor {
  width: 100%;
  height: 47px;
  background-image: linear-gradient(120deg, #474cdd, #1417ac 38%);
  font-weight: 300;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
}
.MessageToAuthor .title {
  margin-bottom: 16px;
  height: 24px;
  line-height: 24px;
}
.MessageToAuthor .closeWindow {
  width: 14px;
  height: 14px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: -10px;
}
.grid1280_2 .ArticleHeadlinesAuto {
  display: flex;
  flex-direction: column;
}
.grid1280_2 .ArticleHeadlinesAuto .TabComponenta {
  margin-bottom: 15px;
  padding-right: 11px;
  font-size: 27px;
  height: 30px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.grid1280_2 .ArticleHeadlinesAuto .TabComponenta .titleLink {
  z-index: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
  color: #fff;
  width: auto;
  float: left;
  position: relative;
}
.grid1280_2 .ArticleHeadlinesAuto .TabComponenta .titleLink .leftTitleText {
  font-size: 13px;
}
.grid1280_2 .ArticleHeadlinesAuto .TabComponenta .titleLink .rightTitleText {
  font-weight: bold;
  font-size: 17px;
  width: 100%;
  justify-content: flex-start ! important;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.grid1280_2 .ArticleHeadlinesAuto .TabComponenta .titleLink.rightTitleLink {
  float: right ! important;
}
.grid1280_2 .ArticleHeadlinesAuto .TabComponenta .titleLink.rightTitleLink > img {
  margin-left: 8px;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent {
  display: flex;
  flex-direction: row;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
  margin-right: 0 !important;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView {
  display: inline-flex;
  height: 112px;
  margin: 12px 0px;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView:first-child {
  margin-top: unset;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView a {
  text-decoration: none;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .imageView {
  width: 190px;
  height: 112px;
  overflow: hidden;
  padding: 0;
  margin: 1px 1px 1px 20px;
  font-size: 10px;
  position: relative;
  border: none;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv {
  display: flex;
  flex-direction: column;
  width: calc(100% - 229px);
  overflow: hidden;
  position: relative;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  font-size: 16px;
  margin-top: 11px;
  width: 90%;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails {
  line-height: 16px;
  margin-bottom: 0px;
  height: 16px;
  color: #78787b;
  font-size: 13px;
  position: absolute;
  bottom: 0%;
  font-weight: 300;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails .dateView {
  flex-shrink: 0;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .commaView {
  margin: 5px;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotMore {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 3;
  height: 40px;
  width: 399px;
  overflow-y: hidden;
  margin-top: 24px;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotMore a {
  font-size: 15px;
  color: inherit;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleHeadlinesAuto .slotMore {
    display: none;
  }
}
.ArticlePromoComponenta {
  height: 186px;
  background-color: #eae9e4;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ArticlePromoComponenta .mediaArea {
  position: relative;
  width: 190px;
  height: 107px;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: 15px;
}
.ArticlePromoComponenta .promoTab {
  background: #b4010b;
  height: 30px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}
.ArticlePromoComponenta .promoTab > * {
  display: flex;
}
.ArticlePromoComponenta .promoTab .tabTitleLogo {
  height: 15px;
  width: auto;
  margin: auto 10px auto 0;
  cursor: pointer;
}
.ArticlePromoComponenta .promoTab .digitalLinksArea {
  display: flex;
  align-items: center;
}
.ArticlePromoComponenta .promoTab .digitalLinks {
  margin-left: 4px;
  height: 20px;
  width: 20px;
  background-size: contain;
  border-radius: 50% !important;
}
.ArticlePromoComponenta .promoTab .digitalLinks.fb {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_437' data-name='Group 437' transform='translate(-390 -2370)'%3E %3Crect id='Rectangle_179' data-name='Rectangle 179' class='cls-1' width='20' height='20' rx='4' transform='translate(390 2370)'/%3E %3Cpath id='Path_239' data-name='Path 239' d='M1224.438,103.831h2.7V97.07h1.884l.2-2.263h-2.085V93.517c0-.534.107-.745.623-.745h1.461V90.423h-1.87c-2.009,0-2.915.885-2.915,2.578v1.8h-1.4V97.1h1.4Z' transform='translate(-826.034 2282.577)'/%3E %3C/g%3E %3C/svg%3E") no-repeat center transparent;
}
.ArticlePromoComponenta .promoTab .digitalLinks.tw {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_436' data-name='Group 436' transform='translate(-414 -2370)'%3E %3Crect id='Rectangle_180' data-name='Rectangle 180' class='cls-1' width='20' height='20' rx='4' transform='translate(414 2370)'/%3E %3Cpath id='Path_227' data-name='Path 227' d='M1308.922,107.408a6.9,6.9,0,0,0,10.609-6.123,4.927,4.927,0,0,0,1.21-1.255,4.843,4.843,0,0,1-1.393.382,2.429,2.429,0,0,0,1.066-1.341,4.85,4.85,0,0,1-1.54.588,2.426,2.426,0,0,0-4.132,2.212,6.883,6.883,0,0,1-5-2.534,2.427,2.427,0,0,0,.75,3.237,2.417,2.417,0,0,1-1.1-.3,2.427,2.427,0,0,0,1.945,2.408,2.428,2.428,0,0,1-1.095.042,2.427,2.427,0,0,0,2.265,1.684A4.874,4.874,0,0,1,1308.922,107.408Z' transform='translate(-890.922 2276.107)'/%3E %3C/g%3E %3C/svg%3E") no-repeat center transparent;
}
.ArticlePromoComponenta .promoTab .digitalLinks.in {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_434' data-name='Group 434' transform='translate(-462 -2370)'%3E %3Crect id='Rectangle_181' data-name='Rectangle 181' class='cls-1' width='20' height='20' rx='4' transform='translate(462 2370)'/%3E %3Cg id='Group_195' data-name='Group 195' transform='translate(466 2374)'%3E %3Crect id='Rectangle_10' data-name='Rectangle 10' width='2.295' height='7.416' transform='translate(0.221 3.708)'/%3E %3Cpath id='Path_248' data-name='Path 248' d='M1591.417,95.17a1.368,1.368,0,1,0-1.357-1.368A1.363,1.363,0,0,0,1591.417,95.17Z' transform='translate(-1590.06 -92.434)'/%3E %3Cpath id='Path_249' data-name='Path 249' d='M1605.98,108.171c0-1.043.48-1.663,1.4-1.663.844,0,1.25.6,1.25,1.663v3.893h2.284v-4.7c0-1.986-1.125-2.946-2.7-2.946a2.587,2.587,0,0,0-2.235,1.225v-1h-2.2v7.416h2.2Z' transform='translate(-1599.794 -100.941)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center transparent;
}
.ArticlePromoComponenta .promoTab .digitalLinks.instagram {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.726' height='11.725' viewBox='0 0 11.726 11.725'%3E %3Cpath id='iconmonstr-instagram-11' d='M5.863,1.057c1.565,0,1.751.006,2.369.034a2.2,2.2,0,0,1,2.4,2.4c.028.618.034.8.034,2.369s-.006,1.751-.034,2.369a2.2,2.2,0,0,1-2.4,2.4c-.619.028-.8.034-2.369.034s-1.751-.006-2.369-.034a2.2,2.2,0,0,1-2.4-2.4c-.028-.618-.034-.8-.034-2.369s.006-1.75.034-2.369a2.2,2.2,0,0,1,2.4-2.4c.619-.028.8-.034,2.369-.034ZM5.863,0C4.27,0,4.071.007,3.446.035a3.236,3.236,0,0,0-3.41,3.41C.007,4.071,0,4.27,0,5.863S.007,7.655.035,8.28a3.236,3.236,0,0,0,3.41,3.41c.626.028.825.035,2.417.035s1.792-.007,2.417-.035a3.236,3.236,0,0,0,3.41-3.41c.029-.625.036-.825.036-2.417s-.007-1.792-.035-2.417A3.236,3.236,0,0,0,8.28.036C7.655.007,7.455,0,5.863,0Zm0,2.852a3.011,3.011,0,1,0,3.01,3.01A3.011,3.011,0,0,0,5.863,2.852Zm0,4.965A1.954,1.954,0,1,1,7.817,5.863,1.954,1.954,0,0,1,5.863,7.817ZM8.992,2.03a.7.7,0,1,0,.7.7A.7.7,0,0,0,8.992,2.03Z'/%3E %3C/svg%3E") no-repeat center #fff;
}
.articlePromoSlot {
  border: 1px solid #cdccca;
  border-top: 0;
  background: #fff;
  display: flex;
  flex-grow: 1;
  height: 156px;
  box-sizing: border-box;
}
.articlePromoSlot > div {
  width: 100%;
  display: flex;
}
.articlePromoSlot > div > div {
  width: 100%;
}
.articlePromoSlot > div .slotView {
  display: flex;
  padding: 15px 11px 15px 15px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}
.articlePromoSlot > div .slotView .textDiv {
  margin-left: 15px;
  color: #000;
  flex-grow: 1;
  position: relative;
  height: 107px;
}
.articlePromoSlot > div .slotView .textDiv a,
.articlePromoSlot > div .slotView .textDiv a:hover,
.articlePromoSlot > div .slotView .textDiv a:active {
  color: #000;
  text-decoration: none;
}
.articlePromoSlot > div .slotView .textDiv .articleAuthor {
  position: absolute;
  font-size: 13px;
  bottom: -2px;
  right: 0;
  max-width: 160px;
  color: #78787b;
}
.articlePromoSlot > div .slotView .textDiv .goToArticle {
  position: absolute;
  font-size: 15px;
  line-height: 18px;
  bottom: -18px;
  left: 0px;
  color: #1417ac;
  font-weight: bold;
  align-items: center;
}
.articlePromoSlot > div .slotView .textDiv .slotTitle {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.articlePromoSlot > div .slotView .textDiv .slotSubTitle {
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.articlePromoSlot > div .slotView .textDiv .redCaption {
  color: #c82027;
  position: relative;
  padding-left: 10px;
  margin-left: 5px;
}
.articlePromoSlot > div .slotView .textDiv .redCaption:after {
  content: "|";
  position: absolute;
  left: 0px;
  top: 0px;
}
.grid1280_2 .TickerComponenta1280 {
  background-color: #f3f8f9;
  border: solid 0.5px #f3f8f9;
  box-shadow: 0 1px 4px 0 rgba(218, 218, 221, 0.4);
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 3;
}
.grid1280_2 .TickerComponenta1280 .slotsContent {
  width: 1085px;
  height: 100px;
}
.grid1280_2 .TickerComponenta1280 .slotListRow {
  margin: 0 auto;
  position: relative;
  height: 100px;
  width: 100%;
}
.grid1280_2 .TickerComponenta1280 .slotListRow.hovered .slick-list {
  height: 500px ! important;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .tickerAnimation .slotTitle,
.grid1280_2 .TickerComponenta1280 .slotListRow .tickerAnimation .moreDetails {
  animation: appear 1s linear;
  animation-fill-mode: backwards;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .tickerAnimation .moreDetails::after {
  content: ' ';
  opacity: 0;
  position: absolute;
  bottom: 0;
  background-color: aliceblue;
  height: 18px;
  z-index: -1;
  width: 90%;
  animation: disappear 1s linear;
  animation-fill-mode: backwards;
  animation-delay: 0.15s;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView {
  height: 85px;
  padding: 0px 16px;
  margin: 15px 0px 0px 0px;
  position: relative;
  direction: rtl;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView.now > .moreDetails a > div {
  font-weight: 600 !important;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView.firstItem:after {
  border-right: 2px solid black ! important;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 0;
  height: 72px;
  border-right: 1px dotted black;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView:hover > .tooltip {
  display: block;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView:hover > .moreDetails > a > div,
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView.pause > .moreDetails > a > div {
  color: #1417ac !important;
  font-weight: 500;
  cursor: pointer;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView:hover > .slotTitle,
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView.pause > .slotTitle {
  color: #1417ac !important;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView:nth-child(5n+5) {
  padding-left: 0;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView .slotTitle {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView .moreDetails {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  width: 180px;
  height: auto;
  text-decoration: none;
  color: #000000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView .moreDetails > a,
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView .moreDetails a:hover {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView .moreDetails > a > div,
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView .moreDetails a:hover > div,
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView .moreDetails > a div:hover,
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView .moreDetails a:hover div:hover {
  cursor: pointer;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView .tooltip {
  display: none;
  width: 325px;
  height: auto;
  min-height: 70px;
  background-color: #ffffff;
  color: #000;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 68px;
  right: 0%;
  box-shadow: 0 0 6px 2px rgba(217, 217, 217, 0.5);
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  text-align: right;
  margin-top: 20px;
  padding: 14px 19px 15px 18px;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView .tooltip .text {
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView .tooltip .AccordionSocialsShareComponenta {
  height: fit-content;
  margin-top: 20px;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .slotView .tooltip .AccordionSocialsShareComponenta .shareIcon1280 {
  margin: 0 0 0 8px;
  height: 32px;
  width: 32px;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv {
  overflow: hidden;
  padding-left: 153px;
  width: 100%;
  height: auto;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv.isEditor {
  padding-left: unset;
  height: 88px;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-list {
  width: 100%;
  display: flex;
  height: 100%;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide,
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:hover,
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:focus {
  border: 0 ! important;
  outline: 0;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-track {
  display: flex;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide {
  float: left;
  width: 215px;
  flex-shrink: 0;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:nth-child(10) .slotTitle {
  animation-delay: 0s;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:nth-child(10) .moreDetails {
  animation-delay: 0.05s;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:nth-child(10) .moreDetails::after {
  animation-delay: 0.1s;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:nth-child(9) .slotTitle {
  animation-delay: 0.01s;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:nth-child(9) .moreDetails {
  animation-delay: 0.06s;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:nth-child(9) .moreDetails::after {
  animation-delay: 0.11;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:nth-child(8) .slotTitle {
  animation-delay: 0.02s;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:nth-child(8) .moreDetails {
  animation-delay: 0.07s;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:nth-child(8) .moreDetails::after {
  animation-delay: 0.12s;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:nth-child(7) .slotTitle {
  animation-delay: 0.03s;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:nth-child(7) .moreDetails {
  animation-delay: 0.08s;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:nth-child(7) .moreDetails::after {
  animation-delay: 0.13s;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:nth-child(6) .slotTitle {
  animation-delay: 0.04s;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:nth-child(6) .moreDetails {
  animation-delay: 0.09s;
}
.grid1280_2 .TickerComponenta1280 .slotListRow .animationDiv .slick-slide:nth-child(6) .moreDetails::after {
  animation-delay: 0.14s;
}
.grid1280_2 .TickerComponenta1280 .moreTickersLink {
  width: 156px;
  height: 100px;
  margin-right: -3px;
  text-align: center;
  color: #de1a1a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f8f9;
  z-index: 9;
}
.grid1280_2 .TickerComponenta1280 .moreTickersLink::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23DE1A1A' fill-rule='nonzero'%3E %3Cpath d='M3.149 2L3.149 9.851 11 9.851 9.855 10.996 2 11 2.004 3.145z' transform='rotate(45 6.5 6.5)'/%3E %3Cpath d='M13 6L13 7 1 7 1 6z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  position: relative;
  top: 3px;
  right: 8px;
}
.grid1280_2 .TickerComponenta1280 .moreTickersLink a {
  text-decoration: none;
  color: #de1a1a;
}
.grid1280_2 .TickerComponenta1280 .moreTickersLink:hover {
  text-decoration: none;
}
@keyframes appear {
  0% {
    opacity: 0;
    z-index: -1;
  }
  100% {
    opacity: 1;
    z-index: 5;
  }
}
@keyframes disappear {
  0% {
    opacity: 1;
    z-index: 5;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap');
.categoryBreadcrumbs1280_2 {
  height: 60px;
  display: flex;
}
.categoryBreadcrumbs1280_2 ul li:first-child {
  padding: 0;
  font-weight: bold;
  font-size: 60px;
  line-height: 50px;
}
.categoryBreadcrumbs1280_2 ul li:first-child img {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  filter: invert(100%);
}
.categoryBreadcrumbs1280_2 ul li:first-child a,
.categoryBreadcrumbs1280_2 ul li:first-child span {
  color: #000 ! important;
  font-size: 38px;
}
.categoryBreadcrumbs1280_2 ul li:last-child,
.categoryBreadcrumbs1280_2 ul li:first-child {
  margin-left: 11px ! important;
}
.categoryBreadcrumbs1280_2 ul li:last-child i,
.categoryBreadcrumbs1280_2 ul li:first-child i {
  display: none;
}
.categoryBreadcrumbs1280_2 ul {
  width: auto ! important;
  float: none ! important;
  margin: 0 ! important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  list-style: none;
  padding: 0px;
}
.categoryBreadcrumbs1280_2 h1 {
  line-height: unset;
  margin: 0 ! important;
}
.categoryBreadcrumbs1280_2 ul li {
  margin: 0px ! important;
  padding: 0 ! important;
  float: none ! important;
  background: none ! important;
  align-self: baseline;
  font-size: 20px;
  font-weight: normal;
}
.categoryBreadcrumbs1280_2 ul li a,
.categoryBreadcrumbs1280_2 ul li span,
.categoryBreadcrumbs1280_2 ul li i {
  color: #999999 ! important;
  font-size: 18px;
  text-decoration: none;
}
.categoryBreadcrumbs1280_2 ul li i {
  margin: auto 3px auto 6px;
  font-weight: normal;
  font-style: normal;
}
.CollaborationComponenta {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.CollaborationComponenta .collaborationTitle {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.3px;
  flex-shrink: 0;
  color: #000;
  margin-bottom: 18px;
  display: flex;
}
.CollaborationComponenta .content {
  display: flex;
  flex-grow: 1;
  width: calc(100% + 60px);
  flex-wrap: wrap;
}
.CollaborationComponenta .content .groupContent {
  display: flex;
  flex-direction: column;
  margin: 0 0 50px 60px;
}
.CollaborationComponenta .content .groupContent .groupTitle {
  width: 100%;
  height: 35px;
  flex-shrink: 0;
  background: #f3f8f9;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  padding: 0 6px;
  color: #313131;
}
.CollaborationComponenta .content .groupContent .items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 156px;
  align-items: flex-start;
}
.CollaborationComponenta .content .groupContent .items .itemName {
  width: 165px;
  font-size: 18px;
  margin-top: 15px;
  line-height: 24px;
  margin-left: 95px;
  align-items: flex-start;
  color: inherit;
  text-decoration: unset;
  box-sizing: border-box;
}
.CollaborationComponenta .content .groupContent .items .itemName:hover {
  text-decoration: none;
  color: #1417ac;
}
.FlashPageComponenta::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.FlashPageComponenta::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.FlashPageComponenta::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border: 0px none transparent;
  border-radius: 50px;
}
.FlashPageComponenta::-webkit-scrollbar-thumb:hover {
  background: #9fa9b2;
}
.FlashPageComponenta::-webkit-scrollbar-thumb:active {
  background: #9fa9b2;
}
.FlashPageComponenta::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none transparent;
  border-radius: 4px;
}
.FlashPageComponenta::-webkit-scrollbar-track:hover {
  background: #e4e8eb;
}
.FlashPageComponenta::-webkit-scrollbar-track:active {
  background: #e4e8eb;
}
.FlashPageComponenta::-webkit-scrollbar-corner {
  background: #e4e8eb;
}
.FlashPageComponenta {
  background: #f3f8f9;
  box-shadow: 0 1px 4px 0 rgba(218, 218, 221, 0.4);
  border: solid 0.5px #f1f1f5;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  direction: ltr;
  padding: 26px 24px 0;
  box-sizing: border-box;
  border-bottom: 26px solid #f3f8f9;
}
.FlashPageComponenta .Accordion {
  display: flex;
  flex-direction: column;
  height: auto;
  direction: rtl;
}
.FlashPageComponenta .Accordion .radioViewsPreference {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  font-size: 16px;
}
.FlashPageComponenta .Accordion .radioViewsPreference :last-child {
  margin-left: 0;
}
.FlashPageComponenta .Accordion .radioViewsPreference label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  padding-right: 20px;
  font-family: "NarkisBlock";
  letter-spacing: -0.3px;
  color: #000000;
  font-size: 16px;
  margin-left: 20px;
  cursor: pointer;
}
.FlashPageComponenta .Accordion .radioViewsPreference label .backgroundOfInput {
  border-radius: 15px;
  background-color: #f3f8f9;
  position: absolute;
  right: 0;
  width: 14px;
  height: 14px;
  top: 1px;
  box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.4);
  border: solid 0.5px #00000061;
  z-index: 1;
}
.FlashPageComponenta .Accordion .radioViewsPreference label input {
  cursor: pointer;
  height: 18px;
  width: 18px;
  border: 1px solid #ababab;
  visibility: hidden;
  position: absolute;
  right: 0;
}
.FlashPageComponenta .Accordion .radioViewsPreference label .blackCircleInput {
  width: 8px;
  height: 8px;
  border-radius: 15px;
  top: 3px;
  background-color: transparent;
  content: '';
  display: inline-block;
  border: 2px solid #f3f8f9;
  z-index: 2;
  position: absolute;
  right: 2px;
}
.FlashPageComponenta .Accordion .radioViewsPreference label .blackCircleInput.radioOn {
  background-image: linear-gradient(to bottom, #858585 -17%, #000000);
}
.FlashPageComponenta .Accordion .AccordionSection {
  display: flex;
  flex-direction: column;
  margin-bottom: 7px;
}
.FlashPageComponenta .Accordion .AccordionSection:nth-last-child(1) .itemSeparator {
  display: none !important;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow.new .date,
.FlashPageComponenta .Accordion .AccordionSection .titleRow.new .title {
  font-weight: bold;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow.opened {
  margin-bottom: 10px;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .date,
.FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .title {
  color: #1417ac;
  font-weight: bold;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .date {
  margin-right: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 90px;
  flex-shrink: 0;
  margin-left: 15px;
  font-size: 15px;
  line-height: 15px;
  color: #000000;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .date .itemSeparator {
  height: 19px;
  width: 0;
  border-left: 1px dotted #000000;
  margin-top: 7px;
  margin-right: 5px;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .title {
  font-size: 16px;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-shrink: 0;
  width: 590px;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .arrow {
  margin-right: auto;
  justify-self: flex-end;
  flex-shrink: 0;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .itemToggler {
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  transform: rotate(180deg);
  cursor: pointer;
  filter: invert(100%) sepia(0%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .itemToggler.toClose {
  transform: rotate(0deg);
  margin-right: -5px;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .itemToggler.toOpen {
  transform: rotate(180deg);
}
.FlashPageComponenta .Accordion .AccordionSection .itemBody {
  margin-right: 132px;
  width: 500px;
  height: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding-bottom: 6px;
  margin-bottom: 20px;
  position: relative;
}
.FlashPageComponenta .Accordion .AccordionSection .itemBody::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  border-right: 1px dotted #000;
  top: 0;
  right: -100px;
}
.FlashPageComponenta .Accordion .AccordionSection .itemBody .AccordionSocialsShareComponenta {
  margin-right: -6px;
}
.leftAndRightTransitionAnimation,
.Gallery1280Container .mediaListContainer .slotsContent .slotListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.Gallery1280Container.disallowEdit {
  pointer-events: none;
}
.Gallery1280Container .galleryTabTitle {
  margin-bottom: 23px;
  padding-right: 10px;
  height: 32px !important;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.Gallery1280Container .gallerySelectedMedia {
  position: relative;
}
.Gallery1280Container .gallerySelectedMedia .galleryDroppedImage {
  overflow: hidden;
}
.Gallery1280Container .gallerySelectedMedia .galleryDroppedImage > span {
  width: 100%;
  height: 100%;
}
.Gallery1280Container .gallerySelectedMedia .selectedMediaDetails {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: start;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 48px;
}
.Gallery1280Container .gallerySelectedMedia .selectedMediaDetails > a {
  text-decoration: none;
  width: 70%;
}
.Gallery1280Container .gallerySelectedMedia .selectedMediaDetails > a .linkTo {
  color: #ff0000;
}
.Gallery1280Container .gallerySelectedMedia .selectedMediaDetails > a:hover {
  text-decoration: none;
}
.Gallery1280Container .gallerySelectedMedia .selectedMediaDetails .title {
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  padding: 9px 18px 13px 5px;
  direction: rtl;
  width: auto;
}
.Gallery1280Container .gallerySelectedMedia .selectedMediaDetails .title .linkTo {
  margin-right: 10px;
  direction: rtl;
  font-size: 11px;
  color: #ff0000;
  align-self: flex-end;
  width: 105px;
}
.Gallery1280Container .gallerySelectedMedia .selectedMediaDetails .credit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  padding: 10px 0px;
  width: auto;
}
.Gallery1280Container .gallerySelectedMedia .selectedMediaDetails .credit:before {
  content: "|";
  margin-left: 5px;
}
.Gallery1280Container .mediaListContainer {
  position: relative;
  margin-top: 20px;
}
.Gallery1280Container .mediaListContainer .slotsContent {
  position: relative;
  overflow: hidden;
}
.Gallery1280Container .mediaListContainer .slotsContent > button {
  top: calc(50% - 22.5px);
}
.Gallery1280Container .mediaListContainer .slotsContent .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  height: 157px;
}
.Gallery1280Container .mediaListContainer .slotsContent .slotListWrapper .mediaWrapper {
  position: relative;
}
.Gallery1280Container .mediaListContainer .slotsContent .slotListWrapper .mediaWrapper .unselectedOverlay {
  position: absolute;
  width: 283px;
  height: 157px;
  z-index: 1;
  top: 0;
}
.Gallery1280Container .mediaListContainer .slotsContent .slotListWrapper .mediaWrapper .lisPreviewImage {
  width: 283px;
  height: 100%;
}
.Gallery1280Container .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);
}
.Gallery1280Container .galleryArrow:disabled {
  display: none;
}
.Gallery1280Container .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;
}
.Gallery1280Container .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.Gallery1280Container .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.Gallery1280Container .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.Gallery1280Container .scrollLeftBtn:after {
  left: 0;
}
.Gallery1280Container .media-enter {
  opacity: 0.5;
  z-index: 1;
}
.Gallery1280Container .media-enter.media-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.Gallery1280Container .media-leave {
  opacity: 1;
  z-index: 1;
}
.Gallery1280Container .media-leave.media-enter-leave {
  opacity: 0.5;
  transition: opacity 300ms ease-in;
}
.leftAndRightTransitionAnimation,
.MultiImagesMagazine .slotListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.Componenta .MultiImagesMagazine .slotListArrow {
  pointer-events: none;
}
.Componenta.editMode .MultiImagesMagazine .slotListArrow {
  pointer-events: unset;
}
.MultiImagesMagazine {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.MultiImagesMagazine .componentaTab {
  height: 30px;
  margin-bottom: 15px;
  align-items: center;
}
.MultiImagesMagazine .componentaTab .tabLeftSide {
  align-items: center;
  display: flex;
  height: 100%;
  z-index: 1;
}
.MultiImagesMagazine .componentaTab .tabLogo {
  max-height: 17px;
  max-width: 100px;
  margin-left: 15px;
}
.MultiImagesMagazine .componentaTab .rightTitleText {
  align-items: center;
  display: flex;
  height: 100%;
  color: #fff;
}
.MultiImagesMagazine .componentaTab .rightTitleLink {
  font-size: 26px ! important;
  line-height: 30px;
  color: #fff;
}
.MultiImagesMagazine .componentaTab .leftTitleText {
  color: #fff;
}
.MultiImagesMagazine .componentaTab .digitalLinksArea {
  display: flex;
  align-items: center;
  margin-left: 2px;
}
.MultiImagesMagazine .componentaTab .digitalLinks {
  margin-left: 5px;
  height: 20px;
  width: 20px;
  background-size: contain;
  border-radius: 50%;
}
.MultiImagesMagazine .componentaTab .digitalLinks.fb {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Cg id='Group_437' data-name='Group 437' transform='translate(-390 -2370)'%3E %3Crect id='Rectangle_179' data-name='Rectangle 179' class='cls-1' width='20' height='20' rx='4' transform='translate(390 2370)'/%3E %3Cpath id='Path_239' data-name='Path 239' d='M1224.438,103.831h2.7V97.07h1.884l.2-2.263h-2.085V93.517c0-.534.107-.745.623-.745h1.461V90.423h-1.87c-2.009,0-2.915.885-2.915,2.578v1.8h-1.4V97.1h1.4Z' transform='translate(-826.034 2282.577)'/%3E %3C/g%3E %3C/svg%3E") no-repeat center transparent;
}
.MultiImagesMagazine .componentaTab .digitalLinks.instagram {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.726' height='11.725' viewBox='0 0 11.726 11.725'%3E %3Cpath id='iconmonstr-instagram-11' d='M5.863,1.057c1.565,0,1.751.006,2.369.034a2.2,2.2,0,0,1,2.4,2.4c.028.618.034.8.034,2.369s-.006,1.751-.034,2.369a2.2,2.2,0,0,1-2.4,2.4c-.619.028-.8.034-2.369.034s-1.751-.006-2.369-.034a2.2,2.2,0,0,1-2.4-2.4c-.028-.618-.034-.8-.034-2.369s.006-1.75.034-2.369a2.2,2.2,0,0,1,2.4-2.4c.619-.028.8-.034,2.369-.034ZM5.863,0C4.27,0,4.071.007,3.446.035a3.236,3.236,0,0,0-3.41,3.41C.007,4.071,0,4.27,0,5.863S.007,7.655.035,8.28a3.236,3.236,0,0,0,3.41,3.41c.626.028.825.035,2.417.035s1.792-.007,2.417-.035a3.236,3.236,0,0,0,3.41-3.41c.029-.625.036-.825.036-2.417s-.007-1.792-.035-2.417A3.236,3.236,0,0,0,8.28.036C7.655.007,7.455,0,5.863,0Zm0,2.852a3.011,3.011,0,1,0,3.01,3.01A3.011,3.011,0,0,0,5.863,2.852Zm0,4.965A1.954,1.954,0,1,1,7.817,5.863,1.954,1.954,0,0,1,5.863,7.817ZM8.992,2.03a.7.7,0,1,0,.7.7A.7.7,0,0,0,8.992,2.03Z'/%3E %3C/svg%3E") no-repeat center #fff;
}
.MultiImagesMagazine a {
  text-decoration: none !important;
  color: #000!important;
}
.MultiImagesMagazine a:hover {
  color: #1417ac;
  text-decoration: none !important;
}
.MultiImagesMagazine .itemList {
  display: flex;
}
.MultiImagesMagazine .MediaCarousel {
  overflow: hidden;
}
.MultiImagesMagazine .imageArea {
  position: relative;
  display: flex;
  width: 100%;
  height: 152px;
  overflow: hidden;
}
.MultiImagesMagazine .moreDetails {
  font-size: 14px ! important;
  height: 18px ! important;
  display: flex ! important;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 5px 10px 10px;
  margin-bottom: 8px !important;
  z-index: 10;
  width: calc(100% - 20px);
  background: #fff;
  box-sizing: content-box;
}
.MultiImagesMagazine .moreDetails span {
  margin-left: 5px;
}
.MultiImagesMagazine .moreDetails .authorField {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.MultiImagesMagazine .moreDetails span:not(.authorField) {
  flex-shrink: 0;
}
.MultiImagesMagazine .disallowEdit {
  pointer-events: none;
}
.MultiImagesMagazine .slotsContent {
  position: relative;
  overflow: hidden;
}
.MultiImagesMagazine .slotsContent .arrowBtn {
  top: 98px;
}
.MultiImagesMagazine .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImagesMagazine .slotListWrapper .slotView {
  width: 268px;
  flex-shrink: 0;
  box-shadow: 0 1px 3px 0 rgba(218, 218, 221, 0.8);
  border: solid 0.5px #f1f1f5;
  position: relative;
  height: 285px;
  box-sizing: border-box;
}
.MultiImagesMagazine .slotListWrapper .slotView .commertialTitleLine {
  opacity: 0;
  height: 2px;
  background-color: #1d71c7;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.MultiImagesMagazine .slotListWrapper .slotView .commertialTitleLine.showLine {
  opacity: 1;
}
.MultiImagesMagazine .slotListWrapper .slotView.inEditMode {
  position: relative;
  overflow: hidden;
}
.MultiImagesMagazine .slotListWrapper .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesMagazine .slotListWrapper .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiImagesMagazine .slotListWrapper .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesMagazine .slotListWrapper .slotView .slotTextArea {
  position: absolute;
  width: 100%;
  height: 133px;
  bottom: 0;
  left: 0;
  transition: height 1s ease;
  background: #fff;
  z-index: 9;
  padding: 14px 10px 0;
  box-sizing: border-box;
}
.MultiImagesMagazine .slotListWrapper .slotView .slotTextArea:hover {
  height: 209px;
  transition: height 1s ease;
}
.MultiImagesMagazine .slotListWrapper .slotView .slotTextArea:hover .slotSubTitle {
  visibility: visible;
  height: 60px;
  transition: height 1s ease;
  margin-bottom: 11px;
  box-sizing: border-box;
  margin-bottom: 9px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MultiImagesMagazine .slotListWrapper .slotView .slotTextArea:hover .slotTitle a {
  color: #1417ac !important;
}
.MultiImagesMagazine .slotListWrapper .slotView .slotTextArea:hover .slotTitle.commertialTitle a {
  color: #1d71c7 !important;
}
.MultiImagesMagazine .slotListWrapper .slotTitle,
.MultiImagesMagazine .slotListWrapper .slotSubTitle {
  color: #000;
  overflow: hidden;
}
.MultiImagesMagazine .slotListWrapper .upInfoArea {
  margin-bottom: 15px;
}
.MultiImagesMagazine .slotListWrapper .slotTitle {
  height: 40px;
  margin-bottom: 8px;
  overflow: hidden;
}
.MultiImagesMagazine .slotListWrapper .slotTitle.commertialTitle a {
  color: #1d71c7 !important;
}
.MultiImagesMagazine .slotListWrapper .slotSubTitle {
  visibility: hidden;
  height: 0px;
  font-size: 16px;
  line-height: 20px;
}
.MultiImagesMagazine .slotListWrapper .slotSubTitle:hover {
  color: #000 !important;
}
.leftAndRightTransitionAnimation,
.StripMarketingComponenta1280 .slotListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.StripMarketingComponenta1280 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(218, 218, 221, 0.46);
}
.StripMarketingComponenta1280 .stripMarketingTab {
  margin-bottom: 15px;
  color: #fff;
}
.StripMarketingComponenta1280 .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.StripMarketingComponenta1280 .slotListWrapper > div {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.StripMarketingComponenta1280 .slotsContent {
  position: relative;
  overflow: hidden;
  width: calc(100% - 28px);
  margin: 0 14px 14px;
}
.StripMarketingComponenta1280 .slotsContent .slotTextArea {
  padding: 0 7px;
}
.StripMarketingComponenta1280 .slotsContent .slotView {
  background: #fff;
  height: 210px;
  width: 190px;
  flex-shrink: 0;
}
.StripMarketingComponenta1280 .slotsContent .slotView a,
.StripMarketingComponenta1280 .slotsContent .slotView a:hover {
  text-decoration: none;
  color: inherit;
}
.StripMarketingComponenta1280 .slotsContent .slotView .slotTitle {
  height: 40px;
  overflow: hidden;
  margin-bottom: 6px;
}
.StripMarketingComponenta1280 .slotsContent .slotView .slotSubTitle,
.StripMarketingComponenta1280 .slotsContent .slotView .moreDetails {
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  margin-bottom: 6px;
}
.StripMarketingComponenta1280 .slotsContent .slotView .dfpText {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 42px auto;
}
.StripMarketingComponenta1280 .slotsContent .slotView .imageArea {
  width: 190px;
  height: 110px;
  overflow: hidden;
  margin-bottom: 10px;
}
.StripMarketingComponenta1280 .slotsContent .slotView .imageArea .MediaCarousel {
  position: relative;
  width: 190px;
  height: 100px;
  overflow: hidden;
}
.StripMarketingComponenta1280 .slotsContent .slotView .imageArea .MediaCarousel .sitePagelightBoxVideoPlayer,
.StripMarketingComponenta1280 .slotsContent .slotView .imageArea .MediaCarousel img:not(.vjs-logobrand-image, .fp-logo) {
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .MultiArticleAutoComponenta1280 .multiArticleTab {
    height: 8.4375vw !important;
    margin-bottom: 2.65625vw !important;
  }
  .MultiArticleAutoComponenta1280 .multiArticleTab .titleLink .rightTitleText {
    line-height: 6.25vw !important;
    font-size: 4.78125vw !important;
    letter-spacing: -0.51px !important;
  }
  .MultiArticleAutoComponenta1280 .multiArticleTab .titleLink .leftTitleText {
    display: none !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview {
    margin-bottom: 3.09375vw !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView {
    flex-direction: column-reverse !important;
    width: 100% !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea {
    display: flex !important;
    justify-content: center !important;
    margin: 0 2.1875vw 1.40625vw 2.5vw !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea a,
  .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea img {
    width: 95.3125vw !important;
    height: 53.59375vw !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol {
    margin: 0 2.34375vw !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .slotTitle {
    line-height: 2.9375rem!important;
    font-size: 2.5625rem !important;
    letter-spacing: -0.031875rem !important;
    margin-bottom: 1.40625vw !important;
    overflow: hidden;
    -webkit-line-clamp: 2 !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .slotSubTitle {
    display: none !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails {
    font-size: 1.375rem !important;
    line-height: 1.23 !important;
    margin-top: 1.40625vw !important;
    margin-bottom: unset !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .slotList {
    flex-direction: column !important;
    padding: 0 1.875vw;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView {
    width: 100% !important;
    height: unset !important;
    margin: 0 0 3.75vw 0 !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
    border-bottom: unset !important;
    gap: 2.65625vw;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol {
    width: 59.375vw !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .slotTitle {
    font-size: 1.75rem !important;
    line-height: 2.125rem !important;
    max-height: 10.625vw;
    overflow: hidden;
    letter-spacing: -0.030625rem;
    -webkit-line-clamp: 2 !important;
    font-weight: normal !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .slotSubTitle {
    display: none !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails {
    font-size: 1.375rem !important;
    line-height: 1.23 !important;
    margin-bottom: 0 !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails .videoIcon {
    display: none !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageHidden {
    display: flex !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageArea {
    position: relative !important;
    width: 33.125vw !important;
    height: 18.59375vw !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageArea img {
    width: 100% !important;
    height: 100% !important;
  }
}
.MultiArticleAutoComponenta1280 {
  display: flex;
  flex-direction: column;
}
.MultiArticleAutoComponenta1280 .slotTitle {
  display: flex;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
}
.MultiArticleAutoComponenta1280 .slotTitle > a {
  text-decoration: none;
  color: inherit;
}
.MultiArticleAutoComponenta1280 .slotTitle > a:hover {
  text-decoration: none;
  color: #1417ac ! important;
}
.MultiArticleAutoComponenta1280 .slotTitle > a:hover > span {
  color: #1417ac ! important;
}
.MultiArticleAutoComponenta1280 .slotSubTitle {
  line-height: 23px;
  font-size: 16px;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.MultiArticleAutoComponenta1280 .slotSubTitle a,
.MultiArticleAutoComponenta1280 .slotSubTitle a:hover {
  text-decoration: none;
  color: inherit;
}
.MultiArticleAutoComponenta1280 .slotsContent {
  display: flex;
  flex-direction: column;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-left: 10px;
  margin-bottom: 16px;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview > * img,
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .EditableImage {
  width: 400px !important;
  height: 225px !important;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .YplusItem .moreDetails {
  display: none;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .YplusItem .imageArea {
  order: 0;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .YplusItem .slotTitle {
  order: 1;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .moreDetails .videoIcon {
  display: none;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotTitle {
  font-size: 30px !important;
  line-height: 30px;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 99px;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView {
  display: flex;
  flex-direction: row-reverse;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol {
  display: inline-flex;
  flex-direction: column;
  margin-right: 19px;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails {
  margin-top: 8px;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageHidden {
  display: none;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .mediaArea,
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea {
  position: relative;
  margin-bottom: 10px;
  height: 225px;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel {
  display: flex;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems > * img {
  height: 107px;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-direction: row;
  overflow: hidden;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList > div {
  display: flex;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList > div > div {
  width: 190px;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotTitle > div {
  width: 100%;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView {
  width: 190px;
  height: 95px;
  margin: 0px 0px 25px 15px;
  position: relative;
  border-bottom: 1px solid #b6b6ba;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageHidden {
  display: none;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .mediaArea {
  position: relative;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .mediaArea .havakIcon.onImage {
  bottom: 12px;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView > * img {
  object-fit: cover;
  height: 107px;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView.YplusItem {
  font-size: 18px;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .slotTitle {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .moreDetails {
  flex-wrap: nowrap;
  position: absolute;
  bottom: 0%;
  width: 97%;
  padding: 0 2px;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .moreDetails span:first-child:nth-last-child(4),
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .moreDetails span:first-child:nth-last-child(4) ~ span {
  width: 25%;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .moreDetails .videoIcon.small {
  bottom: 0px;
  right: 2px;
  position: relative;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleAutoComponenta1280 .slotsContent .slotList .MediaCarousel {
  display: block;
}
.MultiArticleAutoComponenta1280 .multiArticleTab {
  height: 30px;
  line-height: 32px;
  font-weight: bold;
  overflow: hidden;
  background: transparent;
}
.MultiArticleAutoComponenta1280 .multiArticleTab .rightTitleText {
  font-size: 17px;
}
.MultiArticleAutoComponenta1280 .multiArticleTab .leftTitleText {
  direction: rtl;
  font-size: 13px;
  line-height: 26px;
  font-weight: normal;
  position: relative;
  height: 100%;
  align-items: center;
  float: left;
  display: flex;
}
.MultiArticleAutoComponenta1280 .multiArticleTab a,
.MultiArticleAutoComponenta1280 .multiArticleTab a:hover {
  text-decoration: none;
  color: inherit;
}
.MultiArticleAutoComponenta1280 .multiArticleTab .titleLink {
  font-size: 17px;
  display: flex;
  align-items: center;
}
.MultiArticleImagesComponenta1280 {
  display: flex;
  flex-direction: column;
}
.MultiArticleImagesComponenta1280 .slotTitle {
  display: flex;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
}
.MultiArticleImagesComponenta1280 .slotTitle > a {
  text-decoration: none;
  color: inherit;
}
.MultiArticleImagesComponenta1280 .slotTitle > a:hover {
  text-decoration: none;
  color: #1417ac ! important;
}
.MultiArticleImagesComponenta1280 .slotTitle > a:hover > span {
  color: #1417ac ! important;
}
.MultiArticleImagesComponenta1280 .slotsContent {
  display: flex;
  flex-direction: column;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-left: 10px;
  margin-bottom: 17px;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview > * img,
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .EditableImage {
  width: 400px !important;
  height: 225px !important;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .YplusItem .moreDetails {
  display: none;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .YplusItem .imageArea {
  order: 0;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .YplusItem .slotTitle {
  order: 1;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .moreDetails .videoIcon {
  display: none;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotTitle {
  font-size: 32px !important;
  line-height: 33px;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 130px;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotSubTitle {
  line-height: 23px;
  font-size: 16px;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotSubTitle a,
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotSubTitle a:hover {
  text-decoration: none;
  color: inherit;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView {
  display: flex;
  flex-direction: row;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView.YplusItem {
  width: 400px;
  height: 225px;
  margin-bottom: 17px;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView.YplusItem .mediaArea {
  width: 400px;
  height: 225px;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView.YplusItem .mediaArea div .BlankContainer {
  height: inherit !important;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView.YplusItem .slotTitle {
  position: absolute;
  right: 51%;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol {
  display: inline-flex;
  flex-direction: column;
  margin-right: 20px;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails {
  margin-top: 10px;
  font-weight: 300;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView .mediaArea,
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView .imageArea {
  position: relative;
  margin-bottom: 10px;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel {
  display: flex;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems > * img {
  height: 107px;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  overflow: hidden;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList > div {
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px !important;
  display: flex;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList > div > div {
  width: 190px;
  margin: 0px 10px 0px 10px;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList > div:first-child {
  margin: 0;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList .slotTitle > div {
  width: 100%;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList .slotView {
  width: 190px;
  height: 215px;
  margin: 0px 0px 0px 17px;
  position: relative;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList .slotView.dfpId {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c0c9d0;
  font-size: 16px;
  height: 107px;
  width: 190px;
  word-break: break-all;
  text-align: center;
  overflow: hidden;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList .slotView .mediaArea {
  position: relative;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList .slotView .mediaArea .havakIcon.onImage {
  bottom: 12px;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList .slotView > * img {
  object-fit: cover;
  height: 107px;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList .slotView.YplusItem {
  font-size: 18px;
  margin: 0px 10px;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList .slotView .slotTitle {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 94%;
  margin-top: 17px;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList .slotView .moreDetails {
  position: absolute;
  top: 91%;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleImagesComponenta1280 .slotsContent .slotList .MediaCarousel {
  display: block;
}
.MultiArticleImagesComponenta1280 .multiArticleTab {
  height: 30px;
  line-height: 32px;
  font-weight: bold;
  overflow: hidden;
  background: transparent;
}
.MultiArticleImagesComponenta1280 .multiArticleTab .rightTitleText {
  font-size: 17px;
}
.MultiArticleImagesComponenta1280 .multiArticleTab .leftTitleText {
  direction: rtl;
  font-size: 13px;
  line-height: 26px;
  font-weight: normal;
  position: relative;
  height: 100%;
  align-items: center;
  float: left;
  display: flex;
}
.MultiArticleImagesComponenta1280 .multiArticleTab a,
.MultiArticleImagesComponenta1280 .multiArticleTab a:hover {
  text-decoration: none;
  color: inherit;
}
.MultiArticleImagesComponenta1280 .multiArticleTab .titleLink {
  font-size: 17px;
  display: flex;
  align-items: center;
}
.MultiArticleManualeChannelsComponenta1280 {
  display: flex;
  flex-direction: column;
}
.MultiArticleManualeChannelsComponenta1280 .multiArticleTab {
  margin-bottom: 23px;
  line-height: 32px;
  font-weight: bold;
  overflow: hidden;
  background: transparent;
}
.MultiArticleManualeChannelsComponenta1280 .multiArticleTab a.leftTitleText,
.MultiArticleManualeChannelsComponenta1280 .multiArticleTab a.leftTitleText:hover {
  text-decoration: none;
  color: inherit;
}
.MultiArticleManualeChannelsComponenta1280 .titleLink {
  font-size: 17px;
  display: flex;
  align-items: center;
}
.MultiArticleManualeChannelsComponenta1280 .rightTitleLink {
  font-size: 17px;
  font-weight: bold;
  height: 100%;
  line-height: 30px;
  color: inherit;
  text-decoration: none;
  z-index: 2;
}
.MultiArticleManualeChannelsComponenta1280 .rightTitleText {
  font-size: 17px;
}
.MultiArticleManualeChannelsComponenta1280 .leftTitleText {
  direction: rtl;
  font-size: 13px;
  line-height: 26px;
  font-weight: normal;
  position: relative;
  height: 100%;
  align-items: center;
  float: left;
  display: flex;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent {
  display: flex;
  flex-direction: column;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .withImagePreview {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-left: 10px;
  margin-bottom: 16px;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .withImagePreview > * img,
.MultiArticleManualeChannelsComponenta1280 .slotsContent .withImagePreview .EditableImage {
  width: 400px !important;
  height: 225px !important;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .withImagePreview .slotView {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 19px;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .withImagePreview .slotView .mediaArea {
  height: 225px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
  position: relative;
  margin-bottom: 10px;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .withImagePreview .slotView .slotTitle {
  font-size: 30px !important;
  line-height: 30px;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 99px;
  height: fit-content;
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-bottom: 5px;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .withImagePreview .slotView .slotTitle a {
  text-decoration: none;
  color: inherit;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .withImagePreview .slotView .slotTitle a:hover {
  color: #1417ac;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .withImagePreview .slotView .slotSubTitle {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .withImagePreview .slotView .slotSubTitle a {
  text-decoration: none;
  color: inherit;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .withImagePreview .slotView .slotSubTitle a span {
  line-height: 23px;
  font-size: 16px;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .withImagePreview .slotView .moreDetails {
  margin-top: 8px;
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  margin-bottom: 10px;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .withImagePreview .slotView .moreDetails .videoIcon {
  display: none;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .slotList > div {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-direction: row;
  overflow: hidden;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .slotList > div > * {
  width: 190px;
  height: 95px;
  margin: 0px 0px 25px 15px;
  position: relative;
  border-bottom: 1px solid #b6b6ba;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .slotList > div > * .slotView .slotTitle,
.MultiArticleManualeChannelsComponenta1280 .slotsContent .slotList > div > *.YplusItem .slotTitle {
  margin-bottom: 5px;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .slotList > div > * .slotView .slotTitle a,
.MultiArticleManualeChannelsComponenta1280 .slotsContent .slotList > div > *.YplusItem .slotTitle a {
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 20px;
  -webkit-line-clamp: 3;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .slotList > div > * .slotView .slotTitle a:hover,
.MultiArticleManualeChannelsComponenta1280 .slotsContent .slotList > div > *.YplusItem .slotTitle a:hover {
  color: #1417ac;
}
.MultiArticleManualeChannelsComponenta1280 .slotsContent .slotList > div > * .slotView .moreDetails,
.MultiArticleManualeChannelsComponenta1280 .slotsContent .slotList > div > *.YplusItem .moreDetails {
  position: absolute;
  bottom: 0%;
}
.MultiArticleRowsComponenta {
  display: flex;
  flex-direction: column;
}
.MultiArticleRowsComponenta .componentaTab {
  margin-bottom: 0px;
  color: #fff;
}
.MultiArticleRowsComponenta .slotsContent {
  display: flex;
  flex-wrap: wrap;
}
.MultiArticleRowsComponenta .slotsContent .slotList {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -20px;
}
.MultiArticleRowsComponenta .slotsContent .slotList .YplusItem .slotTitle {
  font-size: 16px;
  line-height: 18px;
}
.MultiArticleRowsComponenta .slotsContent .slotList > div {
  margin-left: 20px;
  width: 190px;
  border-bottom: 1px solid #b6b6ba;
}
.MultiArticleRowsComponenta .slotsContent .slotList .moreDetails {
  margin-bottom: 12px;
}
.MultiArticleRowsComponenta .slotsContent .slotList .moreDetails span:first-child:nth-last-child(4),
.MultiArticleRowsComponenta .slotsContent .slotList .moreDetails span:first-child:nth-last-child(4) ~ span {
  width: 25%;
}
.MultiArticleRowsComponenta .slotsContent .slotList .slotTitle {
  margin-bottom: 2px;
  line-height: 18px;
  height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MultiArticleRowsComponenta .slotsContent .slotList.withImagePreview .YplusItem .slotTitle {
  font-size: 18px;
  line-height: 20px;
}
.MultiArticleRowsComponenta .slotsContent .slotList.withImagePreview .mediaArea {
  margin-top: 30px;
  position: relative;
  width: 190px;
  height: 107px;
  overflow: hidden;
  margin-bottom: 9px;
}
.MultiArticleRowsComponenta .slotsContent .slotList.withImagePreview .moreDetails {
  display: none;
}
.MultiArticleRowsComponenta .slotsContent .slotList.withImagePreview .slotTitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  max-height: 40px;
}
.MultiArticleRowsComponenta .slotsContent .slotList .slotTitle {
  overflow: hidden;
}
.MultiArticleRowsComponenta .slotsContent .slotList .slotTitle a {
  color: inherit;
}
.MultiArticleRowsComponenta .slotsContent .slotList .slotTitle a:hover {
  color: #1417ac;
}
.MultiArticleRowsComponenta .slotsContent .slotList .slotTitle a,
.MultiArticleRowsComponenta .slotsContent .slotList .slotTitle a:hover {
  text-decoration: none;
}
.MultiArticleRowsManualComponenta {
  display: flex;
  flex-direction: column;
}
.MultiArticleRowsManualComponenta .componentaTab {
  color: #fff;
}
.MultiArticleRowsManualComponenta .slotsContent {
  display: flex;
  flex-wrap: wrap;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -20px;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList:not(.withImagePreview) > div {
  margin-top: 20px;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList .YplusItem .slotTitle {
  font-size: 16px;
  line-height: 18px;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList > div {
  width: 296px;
  margin-left: 17px;
  border-bottom: 1px solid #b6b6ba;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList > div:nth-child(n+3) .moreDetails span:first-child:nth-last-child(4),
.MultiArticleRowsManualComponenta .slotsContent .slotList > div:nth-child(n+3) .moreDetails span:first-child:nth-last-child(4) ~ span {
  width: 25%;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList .moreDetails {
  margin-bottom: 12px;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList .slotTitle {
  margin-bottom: 2px;
  line-height: 18px;
  height: 36px;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList.withImagePreview > div,
.MultiArticleRowsManualComponenta .slotsContent .slotList.withoutImagePreview > div {
  margin-left: 16px;
  width: 296px;
  border-bottom: 1px solid #b6b6ba;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList.withImagePreview > div:last-child,
.MultiArticleRowsManualComponenta .slotsContent .slotList.withoutImagePreview > div:last-child {
  margin-left: 0px;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList.withImagePreview .YplusItem .slotTitle,
.MultiArticleRowsManualComponenta .slotsContent .slotList.withoutImagePreview .YplusItem .slotTitle {
  font-size: 18px;
  line-height: 20px;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList.withImagePreview .mediaArea,
.MultiArticleRowsManualComponenta .slotsContent .slotList.withoutImagePreview .mediaArea {
  position: relative;
  width: 296px;
  height: 167px;
  overflow: hidden;
  margin-bottom: 9px;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList.withImagePreview .moreDetails,
.MultiArticleRowsManualComponenta .slotsContent .slotList.withoutImagePreview .moreDetails {
  flex-wrap: nowrap;
  position: relative;
  width: 97%;
  padding: 0 2px;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList.withImagePreview .slotTitle,
.MultiArticleRowsManualComponenta .slotsContent .slotList.withoutImagePreview .slotTitle {
  margin-bottom: 5px;
  height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList .slotTitle {
  overflow: hidden;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList .slotTitle a {
  color: inherit;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList .slotTitle a:hover {
  color: #1417ac;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList .slotTitle a,
.MultiArticleRowsManualComponenta .slotsContent .slotList .slotTitle a:hover {
  text-decoration: none;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList.withImagePreview .mediaArea .MarketingSign:hover {
  height: 75px;
}
.MultiArticleRowsManualComponenta .slotsContent .slotList.withImagePreview .mediaArea .MarketingSign:hover .marketingText {
  height: 75px;
  padding: 8px 41px 7px 1px;
  font-size: 14px;
  line-height: 1.07;
}
.MultiArticleTopComponenta1280 {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.MultiArticleTopComponenta1280 .slotTitle {
  display: flex;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 5px;
}
.MultiArticleTopComponenta1280 .slotTitle > a {
  text-decoration: none;
  color: inherit;
}
.MultiArticleTopComponenta1280 .slotTitle > a:hover {
  text-decoration: none;
  color: #1417ac ! important;
}
.MultiArticleTopComponenta1280 .slotTitle > a:hover > span {
  color: #1417ac ! important;
}
.MultiArticleTopComponenta1280 .slotsContent {
  display: flex;
  flex-direction: column;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .YplusItem .moreDetails {
  display: none;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .YplusItem .imageArea {
  order: 0;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .YplusItem .slotTitle {
  order: 1;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .moreDetails .authorInfo {
  margin-left: 5px;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .moreDetails .videoIcon {
  display: none;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .slotTitle {
  font-size: 18px;
  white-space: wrap;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .slotView {
  display: flex;
  flex-direction: column;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .slotView.dfpId {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c0c9d0;
  font-size: 16px;
  height: 225px;
  width: 400px;
  word-break: break-all;
  text-align: center;
  overflow: hidden;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .slotView .mediaArea {
  position: relative;
  margin-bottom: 16px;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .slotView .imageArea {
  position: relative;
  margin-bottom: 10px;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel {
  display: flex;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiArticleTopComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleTopComponenta1280 .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
.MultiArticleTopComponenta1280 .slotsContent .slotList .slotTitle > div {
  width: 100%;
}
.MultiArticleTopComponenta1280 .slotsContent .slotList .slotView.YplusItem .slotTitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}
.MultiArticleTopComponenta1280 .slotsContent .slotList .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleTopComponenta1280 .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleTopComponenta1280 .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleTopComponenta1280 .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleTopComponenta1280 .slotsContent .slotList .MediaCarousel {
  display: none;
}
.MultiArticleTopComponenta1280 .multiArticleTopTab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  height: 30px;
  line-height: 23px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
}
.MultiArticleTopComponenta1280 .multiArticleTopTab .rightTitleLink {
  font-size: 17px;
  line-height: 32px;
}
.MultiArticleTopComponenta1280 .multiArticleTopTab .leftTitleText {
  direction: rtl;
  font-size: 13px;
  line-height: 26px;
  font-weight: normal;
  color: inherit;
}
.MultiArticleTopComponenta1280 .multiArticleTopTab a.leftTitleText,
.MultiArticleTopComponenta1280 .multiArticleTopTab a.leftTitleText:hover {
  text-decoration: none;
}
.MultiArticleTopComponenta1280 .multiArticleTopTab a,
.MultiArticleTopComponenta1280 .multiArticleTopTab a:hover {
  text-decoration: none;
}
.MultiArticleTopComponenta1280 .multiArticleTopTab .titleLink {
  color: white;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.MultiArticleTopComponenta1280 .multiArticleTopTab img {
  margin-left: 6px;
}
.MultiArticleComponenta1280 {
  display: flex;
  flex-direction: column;
}
.MultiArticleComponenta1280 .slotTitle {
  display: flex;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
}
.MultiArticleComponenta1280 .slotTitle > a {
  text-decoration: none;
  color: inherit;
}
.MultiArticleComponenta1280 .slotTitle > a:hover {
  text-decoration: none;
  color: #1417ac ! important;
}
.MultiArticleComponenta1280 .slotTitle > a:hover > span {
  color: #1417ac ! important;
}
.MultiArticleComponenta1280 .slotsContent {
  display: flex;
  flex-direction: row;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview {
  display: flex;
  flex-direction: column;
  width: 190px;
  margin-left: 10px;
  flex-shrink: 0;
  position: relative;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .title {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: -0.12px;
  color: #6e6e6e;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .headerWeatherSelect {
  align-self: flex-end;
  margin-bottom: 3px;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .headerWeatherSelect .menuToggler {
  margin-top: 5px;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .selectedCity {
  font-size: 14px;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .weatherimage img {
  height: 30px;
  width: auto;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .weathertempsdiv {
  margin-right: 5px;
  font-size: 36px;
  font-weight: 500;
  line-height: 0.56;
  letter-spacing: -0.36px;
  color: #000;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .descriptionWeather {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: -0.14px;
  margin-bottom: 3px;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .goToWeather {
  font-size: 14px;
  line-height: 18px;
  color: #1217ac;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .goToWeather img {
  border-radius: 50%;
  margin-left: 6px;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .goToWeather span {
  color: #707070;
  margin-left: 5px;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview.coupleItems .slotTitle {
  font-size: 16px ! important;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .YplusItem .moreDetails {
  display: none;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .YplusItem .imageArea {
  order: 0;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .YplusItem .slotTitle {
  order: 1;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .moreDetails .authorInfo {
  margin-left: 5px;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .moreDetails .videoIcon {
  display: none;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .slotTitle {
  font-size: 18px;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .slotView {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .slotView.dfpId {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c0c9d0;
  font-size: 16px;
  height: 112px;
  width: 190px;
  word-break: break-all;
  text-align: center;
  overflow: hidden;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .slotView .mediaArea,
.MultiArticleComponenta1280 .slotsContent .withImagePreview .slotView .imageArea {
  position: relative;
  margin-bottom: 5px;
  width: 190px;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel {
  display: flex;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems > * img {
  height: 107px;
}
.MultiArticleComponenta1280 .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: -6px;
}
.MultiArticleComponenta1280 .slotsContent .slotList .slotTitle > div {
  width: 100%;
}
.MultiArticleComponenta1280 .slotsContent .slotList .slotView.YplusItem {
  font-size: 16px;
}
.MultiArticleComponenta1280 .slotsContent .slotList .slotView .slotTitle {
  max-height: 40px;
  overflow: hidden;
}
.MultiArticleComponenta1280 .slotsContent .slotList .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleComponenta1280 .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta1280 .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleComponenta1280 .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta1280 .slotsContent .slotList .MediaCarousel {
  display: none;
}
.MultiArticleComponenta1280 .multiArticleTab {
  height: 30px;
  line-height: 32px;
  font-weight: bold;
  overflow: hidden;
  background: transparent;
}
.MultiArticleComponenta1280 .multiArticleTab .rightTitleText {
  font-size: 17px;
}
.MultiArticleComponenta1280 .multiArticleTab .leftTitleText {
  direction: rtl;
  font-size: 13px;
  line-height: 26px;
  font-weight: normal;
  position: relative;
  height: 100%;
  align-items: center;
  float: left;
  display: flex;
}
.MultiArticleComponenta1280 .multiArticleTab a,
.MultiArticleComponenta1280 .multiArticleTab a:hover {
  text-decoration: none;
  color: inherit;
}
.MultiArticleComponenta1280 .multiArticleTab .titleLink {
  font-size: 17px;
  display: flex;
  align-items: center;
}
.Componenta .MultiImages1280Componenta .dfpId .imageArea {
  background: #b6b6ba;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.MultiImages1280Componenta {
  display: flex;
  flex-direction: column;
}
.MultiImages1280Componenta.Auto .slotView {
  border-bottom: 1px solid #b6b6ba;
}
.MultiImages1280Componenta.Auto .slotView .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 60px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.MultiImages1280Componenta.special .slotView {
  border-bottom: none ! important;
}
.MultiImages1280Componenta .multiImagesTab * {
  color: #fff;
}
.MultiImages1280Componenta .multiImagesTab.doubleTab {
  padding: 0px ! important;
}
.MultiImages1280Componenta .multiImagesTab.doubleTab .titleLink {
  width: 610px ! important;
  padding: 0 10px;
  box-sizing: border-box;
}
.MultiImages1280Componenta .multiImagesTab.doubleTab .titleLink.rightTitleLink {
  margin-left: 20px;
}
.MultiImages1280Componenta .multiImagesTab.doubleTab .titleLink .leftTitleText {
  float: right !important;
  font-weight: bold !important;
  font-size: 17px !important;
}
.MultiImages1280Componenta.multiRows {
  overflow: hidden;
}
.MultiImages1280Componenta.multiRows .slotsContent {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.MultiImages1280Componenta.multiRows .slotsContent .slotView {
  margin-bottom: 24px;
}
.MultiImages1280Componenta .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImages1280Componenta .slotListWrapper > div {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImages1280Componenta .slotsContent {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.MultiImages1280Componenta .slotsContent .arrowBtn {
  top: 40px ! important;
}
.MultiImages1280Componenta .slotsContent .slotView {
  background: #fff;
  max-height: 218px;
  width: 190px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.MultiImages1280Componenta .slotsContent .slotView a,
.MultiImages1280Componenta .slotsContent .slotView a:hover {
  text-decoration: none;
  color: inherit;
}
.MultiImages1280Componenta .slotsContent .slotView .slotTitle {
  height: 60px;
  overflow: hidden;
  margin-bottom: 7px;
}
.MultiImages1280Componenta .slotsContent .slotView .slotTitle.commertialTitle span,
.MultiImages1280Componenta .slotsContent .slotView .slotTitle.commertialTitle div {
  color: #1d71c7 !important;
}
.MultiImages1280Componenta .slotsContent .slotView .slotTitle.commertialTitle span:hover,
.MultiImages1280Componenta .slotsContent .slotView .slotTitle.commertialTitle div:hover {
  color: #1d71c7 !important;
}
.MultiImages1280Componenta .slotsContent .slotView .slotTitle div:hover {
  color: #1417ac !important;
}
.MultiImages1280Componenta .slotsContent .slotView .moreDetails {
  font-size: 13px;
  max-height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 12px;
  height: auto;
}
.MultiImages1280Componenta .slotsContent .slotView .moreDetails .authorField {
  text-overflow: ellipsis;
  max-width: 100px;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
}
.MultiImages1280Componenta .slotsContent .slotView .moreDetails > span {
  margin-left: 5px;
}
.MultiImages1280Componenta .slotsContent .slotView .imageArea {
  width: 190px;
  height: 107px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  flex-shrink: 0;
}
.MultiImages1280Componenta .slotsContent .slotView .imageArea .MediaCarousel {
  position: relative;
  width: 190px;
  height: 107px;
  overflow: hidden;
}
.MultiImages1280Componenta .slotsContent .slotView .imageArea .MediaCarousel .sitePagelightBoxVideoPlayer,
.MultiImages1280Componenta .slotsContent .slotView .imageArea .MediaCarousel img:not(.vjs-logobrand-image, .fp-logo) {
  min-width: 100%;
  min-height: 100%;
}
.MultiYplusComponenta {
  display: flex;
  flex-direction: column;
}
.MultiYplusComponenta a {
  color: inherit;
  text-decoration: none;
}
.MultiYplusComponenta a:hover {
  color: #1417ac;
  text-decoration: none;
}
.MultiYplusComponenta .componentaTab .rightTitleLink {
  display: flex;
  align-items: center;
}
.MultiYplusComponenta .contentArea {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}
.MultiYplusComponenta .contentArea .slotsList {
  display: flex;
  width: 834px;
  margin-right: -5px;
}
.MultiYplusComponenta .contentArea .slotView {
  width: 268px;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
}
.MultiYplusComponenta .contentArea .slotView .mediaArea {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.MultiYplusComponenta .contentArea .slotView .MediaCarousel,
.MultiYplusComponenta .contentArea .slotView .mediaArea {
  width: 268px;
  height: 153px;
}
.MultiYplusComponenta .contentArea .slotView .upInfoArea {
  margin-bottom: 4px;
  height: 16px;
  font-size: 13px;
  line-height: 16px;
}
.MultiYplusComponenta .contentArea .slotView .slotTitle {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.MultiYplusComponenta .promotionItem {
  margin: 0 22px;
  width: 368px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.MultiYplusComponenta .promotionItem .promLogo {
  margin: 24px auto 19px;
  height: 33px;
  width: 90px;
}
.MultiYplusComponenta .promotionItem .promTitle {
  font-size: 26px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 6px;
  height: 48px;
  overflow: hidden;
  color: #000;
  text-align: center;
}
.MultiYplusComponenta .promotionItem .promSubTitle {
  font-size: 15px;
  color: #000;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-bottom: 33px;
  text-align: center;
}
.MultiYplusComponenta .promotionItem .promButton {
  text-decoration: none;
  color: #fff;
  background: #1417ac;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 100%;
  height: 48px;
}
.MultiYplusComponenta .promotionItem .promButton:hover {
  text-decoration: none;
  color: #fff;
}
.OneMainComponenta {
  display: flex;
  flex-direction: column;
}
.OneMainComponenta a,
.OneMainComponenta a:hover {
  text-decoration: none;
}
.OneMainComponenta > a {
  color: unset;
}
.OneMainComponenta .YnetMultiStripComponenta {
  height: 280px;
}
.OneMainComponenta .YnetMultiStripComponenta h2.slotTitle:hover {
  color: #1417ac !important;
}
.OneMainComponenta .mainItem {
  display: flex;
  height: 463px;
  margin-bottom: 25px;
  flex-shrink: 0;
}
.OneMainComponenta .mainItem .textDiv {
  flex-grow: 1;
  flex-direction: column;
  position: relative;
  padding: 23px 0px 11px 65px;
  box-sizing: border-box;
}
.OneMainComponenta .mainItem .textDiv:hover {
  color: #000;
}
.OneMainComponenta .mainItem .textDiv .slotTitle {
  font-size: 50px ! important;
  font-weight: bold;
  line-height: 44px! important;
  margin-bottom: 20px;
  color: #000;
}
.OneMainComponenta .mainItem .textDiv .slotSubTitle {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
}
.OneMainComponenta .mainItem .textDiv .author {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  font-weight: 300;
  color: #78787b;
}
.OneMainComponenta .mainItem .imageArea {
  width: 821px;
  flex-shrink: 0;
  height: 100%;
  position: relative;
}
.YnetMultiStripComponenta,
.YnetMultiStripRowsComponenta {
  display: flex;
}
.YnetMultiStripComponenta .mediaArea.largeSizeStrip,
.YnetMultiStripRowsComponenta .mediaArea.largeSizeStrip {
  position: relative;
}
.YnetMultiStripComponenta .mediaArea.largeSizeStrip .MarketingSign:hover,
.YnetMultiStripRowsComponenta .mediaArea.largeSizeStrip .MarketingSign:hover {
  height: 43px !important;
  width: 610px !important;
}
.YnetMultiStripComponenta .mediaArea.largeSizeStrip .MarketingSign:hover .marketingText,
.YnetMultiStripRowsComponenta .mediaArea.largeSizeStrip .MarketingSign:hover .marketingText {
  padding: 5px 34px 4px 1px;
  line-height: 1;
}
.YnetMultiStripComponenta .slotView,
.YnetMultiStripRowsComponenta .slotView {
  display: flex;
  overflow: hidden;
}
.YnetMultiStripComponenta .slotView .author,
.YnetMultiStripRowsComponenta .slotView .author {
  font-size: 13px;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 300;
  position: absolute;
}
.YnetMultiStripComponenta .slotView .mediaItems,
.YnetMultiStripRowsComponenta .slotView .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
}
.YnetMultiStripComponenta .slotView .mediaItems .sitePagelightBoxVideoPlayer,
.YnetMultiStripRowsComponenta .slotView .mediaItems .sitePagelightBoxVideoPlayer,
.YnetMultiStripComponenta .slotView .mediaItems img:not(.vjs-logobrand-image, .fp-logo),
.YnetMultiStripRowsComponenta .slotView .mediaItems img:not(.vjs-logobrand-image, .fp-logo) {
  height: 100%;
}
.YnetMultiStripComponenta {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 8px);
  margin: 0 -4px;
  flex-direction: row;
}
.YnetMultiStripComponenta.oneRow {
  width: calc(100% + 13px);
  margin: 0 -6px 0 -7px;
}
.YnetMultiStripComponenta.oneRow > div {
  margin: 0 6px 0 7px;
}
.YnetMultiStripComponenta > div {
  width: 300px;
  margin: 0 4px 25px;
  height: 280px;
}
.YnetMultiStripComponenta .slotView {
  flex-direction: column;
  height: 280px;
}
.YnetMultiStripComponenta .slotView.commertial {
  background-color: var(--commertialcolor);
  border-bottom: 5px solid var(--commertialcolor) ! important;
}
.YnetMultiStripComponenta .slotView.commertial .author {
  color: #070707 !important;
}
.YnetMultiStripComponenta .slotView.inEditMode > .textDiv {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}
.YnetMultiStripComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.YnetMultiStripComponenta .slotView .MarketingSign:hover .marketingText {
  font-size: 16.5px !important;
}
.YnetMultiStripComponenta .slotView.dfpId .mediaArea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 169px;
  width: 100%;
  background: #c0c9d0;
  font-size: 18px;
}
.YnetMultiStripComponenta .slotView h2.slotTitle {
  max-width: 100%;
  max-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
.YnetMultiStripComponenta .slotView h2.slotTitle span {
  line-height: 20px;
}
.YnetMultiStripComponenta .slotView .author {
  max-width: 270px;
  bottom: 13px;
  right: 10px;
  color: #78787b;
}
.YnetMultiStripComponenta .slotView .upInfoArea {
  height: 18px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
}
.YnetMultiStripComponenta .slotView .upInfoArea .big_caption {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  border-bottom: 1px solid #000;
  margin-left: 5px;
}
.YnetMultiStripComponenta .slotView .upInfoArea .icon {
  width: auto;
  max-height: 18px;
  margin-left: 5px;
}
.YnetMultiStripComponenta .slotView .upInfoArea .icon.category {
  filter: invert(1);
}
.YnetMultiStripComponenta .slotView a span:hover {
  color: #1417ac !important;
}
.YnetMultiStripComponenta .slotView > .textDiv {
  position: relative;
  margin: 0;
  padding: 11px 10px;
  overflow: hidden;
  flex-grow: 1;
}
.YnetMultiStripComponenta .slotView > .textDiv > a {
  text-decoration: none;
}
.YnetMultiStripRowsComponenta {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.YnetMultiStripRowsComponenta > div:last-child .slotView {
  margin-bottom: 0;
}
.YnetMultiStripRowsComponenta .slotView {
  width: 100%;
  height: 113px;
  margin-bottom: 15px;
  flex-shrink: 0;
}
.YnetMultiStripRowsComponenta .slotView.dfpId .mediaArea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 113px;
  width: 201px;
  background: #c0c9d0;
  font-size: 18px;
}
.YnetMultiStripRowsComponenta .slotView .textDiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  flex-grow: 1;
}
.YnetMultiStripRowsComponenta .slotView .textDiv > a,
.YnetMultiStripRowsComponenta .slotView .textDiv > * {
  padding: 13px 8px;
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
}
.YnetMultiStripRowsComponenta .slotView .textDiv h2.slotTitle,
.YnetMultiStripRowsComponenta .slotView .textDiv .slotSubTitle,
.YnetMultiStripRowsComponenta .slotView .textDiv .author {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.YnetMultiStripRowsComponenta .slotView .textDiv h2.slotTitle span,
.YnetMultiStripRowsComponenta .slotView .textDiv .slotSubTitle span,
.YnetMultiStripRowsComponenta .slotView .textDiv .author span {
  line-height: inherit;
}
.YnetMultiStripRowsComponenta .slotView .textDiv h2.slotTitle {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 19px;
  -webkit-line-clamp: 1;
  letter-spacing: -0.3px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
}
.YnetMultiStripRowsComponenta .slotView .textDiv .slotSubTitle {
  -webkit-line-clamp: 2;
  font-size: 15px;
  font-weight: 500;
  max-height: 38px;
  letter-spacing: -0.3px;
  line-height: 19px;
}
.YnetMultiStripRowsComponenta .slotView .textDiv .author {
  bottom: 13px;
  -webkit-line-clamp: 1;
  white-space: unset;
  line-height: 16px;
  font-size: 12px;
}
.YnetMultiStripRowsComponenta .slotView .mediaArea {
  width: 200px;
  flex-shrink: 0;
}
.YnetMultiStripComponenta.multiRows .slotView .mediaArea .MarketingSign,
.YnetMultiStripComponenta.oneRow .slotView .mediaArea .MarketingSign {
  width: 100% !important;
}
.YnetMultiStripComponenta.multiRows .slotView .mediaArea .MarketingSign.smallItem:hover,
.YnetMultiStripComponenta.oneRow .slotView .mediaArea .MarketingSign.smallItem:hover {
  height: 50px !important;
}
.YnetMultiStripComponenta.multiRows .slotView .mediaArea .MarketingSign.smallItem:hover .marketingText,
.YnetMultiStripComponenta.oneRow .slotView .mediaArea .MarketingSign.smallItem:hover .marketingText {
  height: 40px;
  padding: 5px 41px 5px 27px !important;
  font-size: 15px;
}
.YnetMultiStripComponenta.multiRows .slotView .mediaArea .MarketingSign.smallItem:hover .marketingText span,
.YnetMultiStripComponenta.oneRow .slotView .mediaArea .MarketingSign.smallItem:hover .marketingText span {
  white-space: unset;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .TagsPageTitleComponenta {
    display: flex !important;
    width: auto !important;
    margin: 4.6875vw 5vw 4.53125vw 0;
  }
  .TagsPageTitleComponenta .fixedLabel {
    font-size: 7.5vw !important;
    line-height: 1.1 !important;
  }
  .TagsPageTitleComponenta .TagsPageTitle {
    font-size: 7.5vw !important;
    line-height: 1.1 !important;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .TagsPageTitleComponenta .fixedLabel {
    color: #fff;
  }
  .TagsPageTitleComponenta .TagsPageTitle {
    color: #fff;
  }
}
.TagsPageTitleComponenta {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  color: #000000;
  font-family: "NarkisBlock";
  font-size: 32px;
}
.TagsPageTitleComponenta .fixedLabel {
  line-height: 36px;
}
.TagsPageTitleComponenta .TagsPageTitle {
  font-weight: 900;
  font-size: 32px;
  margin: 0;
  overflow: hidden;
}
.TopStory1280Componenta {
  display: flex;
  overflow: hidden;
}
.TopStory1280Componenta h1 {
  margin-top: 0;
}
.TopStory1280Componenta > div {
  width: 100%;
  height: 100%;
}
.TopStory1280Componenta > div > div {
  width: 100%;
  height: 100%;
}
.TopStory1280Componenta .slotView {
  display: inline-flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.TopStory1280Componenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.TopStory1280Componenta .slotView .author {
  font-size: 15px;
  line-height: 16px;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  color: #78787b;
}
.TopStory1280Componenta .slotView .textDiv {
  position: relative;
}
.TopStory1280Componenta .slotView .textDiv > a {
  height: 100%;
}
.TopStory1280Componenta.wide {
  height: 462px;
}
.TopStory1280Componenta.wide .textDiv > a,
.TopStory1280Componenta.wide .textDiv > span {
  padding: 23px 0px 11px 65px;
}
.TopStory1280Componenta.wide .slotTitle {
  font-size: 50px ! important;
  font-weight: bold;
  line-height: 44px! important;
  margin-bottom: 20px;
}
.TopStory1280Componenta.wide .slotSubTitle {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}
.TopStory1280Componenta.wide .topStoryDate {
  margin-bottom: 50px;
}
.TopStory1280Componenta.special {
  height: 520px;
  background: #000;
}
.TopStory1280Componenta.special .textDiv > a,
.TopStory1280Componenta.special .textDiv > span {
  padding: 24px 40px 14px;
}
.TopStory1280Componenta.special .slotTitle {
  font-size: 40px! important;
  font-weight: bold;
  line-height: 40px ! important;
  margin-bottom: 15px;
}
.TopStory1280Componenta.special .slotSubTitle {
  font-size: 24px! important;
  line-height: 30px! important;
  font-weight: 300;
}
.TopStory1280Componenta.special .topStoryDate {
  margin-bottom: 25px;
  color: #fff ! important;
  font-size: 15px ! important;
  height: 19px ! important;
  line-height: 19px ! important;
}
.TopStory1280Componenta.basic {
  height: 343px;
}
.TopStory1280Componenta.basic .textDiv > a,
.TopStory1280Componenta.basic .textDiv > span {
  padding: 0px 0px 0px 84px;
}
.TopStory1280Componenta.basic .slotTitle {
  font-size: 48px;
  font-weight: bold;
  line-height: 44px! important;
  margin: 0 0 10px;
}
.TopStory1280Componenta.basic .slotSubTitle {
  font-size: 18px! important;
  line-height: 26px! important;
}
.TopStory1280Componenta.basic .topStoryDate {
  margin-bottom: 34px;
}
.TopStory1280Componenta .mediaArea {
  position: relative;
}
.TopStory1280Componenta .mediaArea .GalleryPaging {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 10px;
  left: 23px;
  justify-content: center;
}
.TopStory1280Componenta .mediaArea .GalleryPaging button {
  margin: 4px 0;
  width: 10px;
  height: 10px ! important;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
}
.TopStory1280Componenta .mediaArea .GalleryPaging button.selected {
  border: 2px solid #fff;
  opacity: 1;
  background: transparent;
  box-sizing: border-box;
}
.TopStory1280Componenta .mediaArea .labelText {
  position: absolute;
  font-size: 33px;
  color: #fff;
  font-weight: bolder;
  background: #de1a1a;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  width: auto;
  box-sizing: border-box;
}
.TopStory1280Componenta .mediaArea .MarketingSign:hover {
  height: 50px !important;
}
.TopStory1280Componenta .mediaArea .MarketingSign:hover .marketingText {
  padding: 8px 41px 8px 8px !important;
}
.TopStory1280Componenta .textDiv {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.TopStory1280Componenta .textDiv .slotTitle {
  flex-shrink: 0;
  letter-spacing: -0.3px;
}
.TopStory1280Componenta .textDiv a,
.TopStory1280Componenta .textDiv a:hover {
  text-decoration: none !important;
  color: inherit ! important;
}
.TopStory1280Componenta .textDiv .topStoryDate {
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  color: #000;
  pointer-events: none;
  position: relative;
}
.TopStory1280Componenta .textDiv .topStoryDate span {
  pointer-events: none;
}
.TopStory1280Componenta .textDiv .topStoryDate .sepLine {
  margin: auto 5px;
}
.TopStory1280Componenta.AuthorOnMode .slotView .textDiv .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.TopStory1280Componenta.AuthorOnMode .slotView .textDiv .slotSubTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .TopStoryBlogsComponenta {
    display: flex;
    height: 100% !important;
    position: relative;
    overflow: hidden;
  }
  .TopStoryBlogsComponenta .labelText {
    font-size: 5.15625vw !important;
    height: 7.5vw !important;
    padding: 0 2.8125vw !important;
  }
  .TopStoryBlogsComponenta .topStoryDate {
    display: none;
  }
  .TopStoryBlogsComponenta .slotView {
    height: unset !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .TopStoryBlogsComponenta .slotView .textDiv {
    width: 100% !important;
    padding: 0 2.34375vw 0 2.34375vw !important;
    margin-bottom: 6.25vw;
    margin: 3.125vw 0 6.25vw 0 !important;
    order: 1;
  }
  .TopStoryBlogsComponenta .slotView .textDiv > a,
  .TopStoryBlogsComponenta .slotView .textDiv > span {
    padding: 0px 0px 0px 5vw !important;
  }
  .TopStoryBlogsComponenta .slotView .imageView {
    width: 100% !important;
    height: auto !important;
    max-height: 56.5625vw !important;
    max-width: 100% !important;
  }
  .TopStoryBlogsComponenta .slotView .slotTitle {
    display: inline;
    font-size: 10.625vw !important;
    font-weight: semi-bold !important;
    line-height: 10.15625vw !important;
    max-height: 14.0625vw !important;
    margin: 7.8125vw 0 2.8125vw 0 !important;
    width: 100% ! important;
  }
  .TopStoryBlogsComponenta .slotView .slotSubTitle {
    width: 100% ! important;
    font-size: 5.78125vw !important;
    font-weight: normal !important;
    padding-bottom: 3.125vw;
  }
  .TopStoryBlogsComponenta .slotView .author {
    display: none;
  }
  .TopStoryBlogsComponenta .mediaArea {
    width: 100% !important;
    overflow: hidden;
    display: unset !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    position: relative;
    order: 0;
    height: auto !important;
  }
  .TopStoryBlogsComponenta .mediaArea .MediaCarousel,
  .TopStoryBlogsComponenta .mediaArea .MediaCarousel[style] {
    display: flex;
    width: 100% !important;
    height: 100% !important;
  }
  .TopStoryBlogsComponenta .mediaArea .MediaCarousel .mediaItems,
  .TopStoryBlogsComponenta .mediaArea .MediaCarousel[style] .mediaItems {
    width: 100% !important;
    height: 100% !important;
  }
  .TopStoryBlogsComponenta .mediaArea .MediaCarousel .mediaItems div[style],
  .TopStoryBlogsComponenta .mediaArea .MediaCarousel[style] .mediaItems div[style] {
    width: 100% !important;
    height: 100% !important;
  }
  .TopStoryBlogsComponenta .mediaArea .MediaCarousel a,
  .TopStoryBlogsComponenta .mediaArea .MediaCarousel[style] a {
    display: flex;
    width: 100% !important;
    height: 100% !important;
  }
  .TopStoryBlogsComponenta .mediaArea .MediaCarousel img[style],
  .TopStoryBlogsComponenta .mediaArea .MediaCarousel[style] img[style],
  .TopStoryBlogsComponenta .mediaArea .MediaCarousel img,
  .TopStoryBlogsComponenta .mediaArea .MediaCarousel[style] img {
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto ! important;
    height: auto ! important;
    align-self: center;
  }
  .TopStoryBlogsComponenta .mediaArea .MediaCarousel .ShareMenu,
  .TopStoryBlogsComponenta .mediaArea .MediaCarousel[style] .ShareMenu {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .TopStoryBlogsComponenta .mediaArea .videoIcon {
    right: unset !important;
    left: 1.5625vw ! important;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .TopStoryBlogsComponenta {
    box-shadow: 0px 0px 0.46875vw rgba(255, 255, 255, 0.2);
  }
  .TopStoryBlogsComponenta * {
    color: #fff !important;
    background-color: #111;
  }
}
.TopStoryBlogsComponenta {
  display: flex;
  overflow: hidden;
  height: 343px;
}
.TopStoryBlogsComponenta h1 {
  margin-top: 0;
}
.TopStoryBlogsComponenta > div {
  width: 100%;
  height: 100%;
}
.TopStoryBlogsComponenta > div > div {
  width: 100%;
  height: 100%;
}
.TopStoryBlogsComponenta .slotView {
  display: inline-flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.TopStoryBlogsComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.TopStoryBlogsComponenta .slotView .author {
  font-size: 15px;
  line-height: 16px;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  color: #78787b;
}
.TopStoryBlogsComponenta .slotView .textDiv {
  position: relative;
}
.TopStoryBlogsComponenta .slotView .textDiv > a {
  height: 100%;
}
.TopStoryBlogsComponenta .textDiv > a,
.TopStoryBlogsComponenta .textDiv > span {
  padding: 0px 0px 0px 54px;
}
.TopStoryBlogsComponenta .slotTitle {
  font-size: 57px;
  line-height: 57px !important;
  letter-spacing: -0.3px !important;
  width: 681px;
  height: 114px;
  margin: 0 0 15px;
  font-size: 64px;
}
.TopStoryBlogsComponenta .slotSubTitle {
  line-height: 34px;
  width: 620px;
  max-height: 140px;
  overflow: hidden;
  margin: 15px 0 0 61px;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-align: right;
  color: #000;
}
.TopStoryBlogsComponenta .topStoryDate {
  margin-bottom: 34px;
}
.TopStoryBlogsComponenta .mediaArea {
  position: relative;
}
.TopStoryBlogsComponenta .mediaArea .GalleryPaging {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 10px;
  left: 23px;
  justify-content: center;
}
.TopStoryBlogsComponenta .mediaArea .GalleryPaging button {
  margin: 4px 0;
  width: 10px;
  height: 10px ! important;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
}
.TopStoryBlogsComponenta .mediaArea .GalleryPaging button.selected {
  border: 2px solid #fff;
  opacity: 1;
  background: transparent;
  box-sizing: border-box;
}
.TopStoryBlogsComponenta .mediaArea .labelText {
  position: absolute;
  font-size: 33px;
  color: #fff;
  font-weight: bolder;
  background: #de1a1a;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  width: auto;
  box-sizing: border-box;
}
.TopStoryBlogsComponenta .textDiv {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.TopStoryBlogsComponenta .textDiv .slotTitle {
  flex-shrink: 0;
  letter-spacing: -0.3px;
}
.TopStoryBlogsComponenta .textDiv a,
.TopStoryBlogsComponenta .textDiv a:hover {
  text-decoration: none !important;
  color: inherit ! important;
}
.TopStoryBlogsComponenta .textDiv .topStoryDate {
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  color: #000;
  pointer-events: none;
  position: relative;
}
.TopStoryBlogsComponenta .textDiv .topStoryDate span {
  pointer-events: none;
}
.TopStoryBlogsComponenta .textDiv .topStoryDate .sepLine {
  margin: auto 5px;
}
.TopStory1280Componenta.AuthorOnMode .slotView .textDiv .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.TopStory1280Componenta.AuthorOnMode .slotView .textDiv .slotSubTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.YplusWithPaperComponenta {
  display: flex;
  background: #090d15;
  padding: 10px 30px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
}
.YplusWithPaperComponenta .logoLink {
  display: flex;
  justify-self: center;
  flex-shrink: 0;
  margin: 3px auto 2px;
}
.YplusWithPaperComponenta .slotsContent {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.YplusWithPaperComponenta .slotsContent > div {
  margin: 12px 10px;
}
.YplusWithPaperComponenta .slotsContent > div,
.YplusWithPaperComponenta .slotsContent > div > div {
  display: flex;
  width: 371px;
  height: 209px;
}
.YplusWithPaperComponenta .slotsContent .slotView {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
}
.YplusWithPaperComponenta .slotsContent .slotView .textArea {
  position: absolute;
  width: 100%;
  height: 122px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 7px;
  box-sizing: border-box;
  text-decoration: none;
  pointer-events: none;
}
.YplusWithPaperComponenta .slotsContent .slotView .textArea *,
.YplusWithPaperComponenta .slotsContent .slotView .textArea:hover *,
.YplusWithPaperComponenta .slotsContent .slotView .textArea:hover {
  text-decoration: none;
  color: inherit;
}
.YplusWithPaperComponenta .slotsContent .slotView .textArea .slotTitle {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: 322px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.YplusWithPaperComponenta .slotsContent .slotView .textArea .mediaLabel {
  margin-bottom: 6px;
  height: 18px;
  width: auto;
}
.YplusWithPaperComponenta .slotsContent .slotView .textArea .videoIcon {
  left: 11px !important;
  bottom: 13px !important;
}
.YplusWithPaperComponenta .promoLinksList {
  display: flex;
  margin: 12px auto;
}
.YplusWithPaperComponenta .promoLinksList .promoLink {
  margin: auto 10px;
  flex-shrink: 0;
  display: flex;
}
.YplusWithPaperComponenta .bottomGoToLink {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-left: 30px;
  position: relative;
  margin: 6px auto 10px;
  text-decoration: none;
}
.YplusWithPaperComponenta .bottomGoToLink:hover {
  text-decoration: none;
}
.YplusWithPaperComponenta .bottomGoToLink:after {
  content: "\27F5";
  left: 0;
  position: absolute;
  color: #fff;
}
.WeatherViewInHeader {
  display: flex;
  align-items: center;
}
.WeatherViewInHeader .weatherimage img {
  width: 20px;
  height: 20px;
}
.WeatherViewInHeader a,
.WeatherViewInHeader a:hover {
  text-decoration: none;
  color: inherit;
}
.WeatherViewInHeader .weathertempsdiv {
  margin-right: 2px;
}
.WeatherViewInHeader .weatherCitieSelect {
  width: 210px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 2px rgba(217, 217, 217, 0.5);
  border-radius: 4px;
  z-index: 99;
  position: absolute;
  font-size: 15px;
  line-height: 1.47;
  padding: 17px 19px;
  margin-top: 24px;
  right: 53%;
}
.WeatherViewInHeader .weatherCitieSelect > div {
  cursor: pointer;
  margin: 13px 0px;
}
.WeatherViewInHeader .weatherCitieSelect > div:first-child {
  margin: 0px;
}
.WeatherViewInHeader .headerWeatherSelect {
  min-width: 150px;
  display: inline-flex;
  flex-direction: row;
  cursor: pointer;
}
.WeatherViewInHeader .headerWeatherSelect .weatherCitieSelect {
  animation: fade-in 0.5s;
}
.WeatherViewInHeader .headerWeatherSelect .menuToggler {
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 7px;
  margin-top: 2px;
  margin-left: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  transform: rotate(180deg);
  cursor: pointer;
  filter: invert(100%) sepia(0%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.WeatherViewInHeader .headerWeatherSelect .menuToggler.toClose {
  transform: rotate(0deg);
  margin-right: -5px;
}
.WeatherViewInHeader .headerWeatherSelect .menuToggler.toOpen {
  transform: rotate(180deg);
}
.WeatherViewInHeader .headerWeatherSelect .selectedCity {
  display: inline-flex;
  flex-direction: row;
  width: auto;
  margin-right: 4px;
  margin-left: 4px;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@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%;
}
.g-input-element.full-width {
  width: 100%;
}
.g-listItem {
  display: inline-flex;
}
/* dropdown properties*/
/* Mixins */
.ynet-roundButton {
  /*use line-height for vertical fine tuneS */
  height: 30px;
  width: 30px;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  color: white;
}
ul.styledRadioInput {
  display: inline-flex;
  margin-bottom: 0px;
}
ul.styledRadioInput > li {
  color: #AAAAAA;
  display: inline-flex;
  position: relative;
  width: auto;
  height: auto;
}
ul.styledRadioInput > li > input[type=radio] {
  position: absolute;
  visibility: hidden;
}
ul.styledRadioInput > li input[type=radio]:checked ~ .check {
  border: 1px solid #59c7fc;
}
ul.styledRadioInput > li input[type=radio]:checked ~ .check::before {
  background: #59c7fc;
}
ul.styledRadioInput > li input[type=radio]:checked ~ label {
  color: #59c7fc;
}
ul.styledRadioInput > li > label {
  display: block;
  position: absolute;
  font-weight: normal;
  padding: 0px 20px;
  margin: 10px auto;
  height: auto;
  z-index: 0;
  cursor: pointer;
  transition: all 0.25s linear;
}
ul.styledRadioInput > li:hover .check {
  border: 1px solid #59c7fc;
}
ul.styledRadioInput > li > .check {
  display: block;
  position: relative;
  border: 1px solid #c0c9d0;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  right: 0px;
  z-index: 0;
  transition: border .25s linear;
}
ul.styledRadioInput > li > .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
}
.YnetHeader {
  display: flex;
  position: relative;
  flex-direction: column;
}
.YnetHeader * {
  font-family: 'NarkisBlock';
}
.YnetHeader .headerTop {
  height: 103px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #fff;
  transition: height 0.3s;
  position: relative;
}
.YnetHeader .headerTop .logo {
  height: 75px;
  width: 176px;
  margin-bottom: 24px;
  transition: height 0.3s;
}
.YnetHeader .headerTop .logo img {
  width: 100%;
}
.YnetHeader .headerTop .rightSideLinks {
  height: 28px;
  font-size: 13px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  bottom: 23px;
}
.YnetHeader .headerTop .rightSideLinks > * {
  margin-left: 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
}
.YnetHeader .headerTop .rightSideLinks > * .headerIcon {
  height: 16px;
  width: 14px;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  display: inline-flex;
  background-image: transparent;
}
.YnetHeader .headerTop .rightSideLinks > * .headerIcon.flash {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cpath stroke='%23000' stroke-width='1.5' d='M1.5 9.788h9v-3.56c0-2.485-2.016-4.5-4.5-4.5-2.485 0-4.5 2.015-4.5 4.5v3.56z' transform='translate(0 1) translate(1)'/%3E %3Cpath fill='%23000' d='M4.735 15.348c1.38 0 2.5-1.119 2.5-2.5 0-1.38-1.12-2.5-2.5-2.5v5z' transform='translate(0 1) translate(1) rotate(90 5.985 12.849)'/%3E %3Cpath stroke='%23000' stroke-linecap='square' stroke-width='1.5' d='M0 9.788L11.999 9.788M5.985.425L5.985 1.5' transform='translate(0 1) translate(1)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.YnetHeader .headerTop .rightSideLinks > * .headerIcon.flash.newFlash {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23FF0200' stroke='%23FF0200' stroke-width='1.5' d='M1.5 9.788h9v-3.56c0-2.485-2.016-4.5-4.5-4.5-2.485 0-4.5 2.015-4.5 4.5v3.56z' transform='translate(-1214 -57) translate(989 55) translate(226 3)'/%3E %3Cpath fill='%23FF0200' d='M4.735 15.348c1.38 0 2.5-1.119 2.5-2.5 0-1.38-1.12-2.5-2.5-2.5v5z' transform='translate(-1214 -57) translate(989 55) translate(226 3) rotate(90 5.985 12.849)'/%3E %3Cpath stroke='%23FF0200' stroke-linecap='square' stroke-width='1.5' d='M0 9.788L11.999 9.788M5.985.425L5.985 1.5' transform='translate(-1214 -57) translate(989 55) translate(226 3)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.YnetHeader .headerTop .rightSideLinks > * .headerIcon.redMail {
  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='%23000'%3E %3Cpath fill-rule='nonzero' d='M11.5 2.212L11.5 0 0 0 0 13.5 11.5 13.5 11.5 7.725 9.988 9.099 9.988 11.989 1.5 11.989 1.5 1.515 9.988 1.515 9.988 3.75z'/%3E %3Cpath d='M2.75 2.75H7.75V3.75H2.75zM2.75 4.75H6.75V5.75H2.75z'/%3E %3Cpath d='M8.737 1.75L10.609 1.75 10.481 10.933 9.545 11.869 8.609 10.933z' transform='rotate(45 9.61 6.81)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin {
  position: absolute;
  left: 0px;
  display: flex;
  align-items: center;
  bottom: 23px;
  height: 28px;
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin > * .headerIcon {
  height: 16px;
  width: 14px;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  display: inline-flex;
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin > * .headerIcon.loggedUser {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='17' viewBox='0 0 15 17'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23000' fill-rule='nonzero'%3E %3Cg%3E %3Cpath d='M6.45-.75c-2.242 0-4.012 2.051-4.012 4.532 0 3.4 1.29 4.531 4.013 4.531 2.722 0 4.013-1.131 4.013-4.531 0-2.48-1.77-4.532-4.013-4.532zm0 1.5c1.362 0 2.514 1.335 2.514 3.032l-.007.437c-.066 2.078-.65 2.564-2.334 2.593l-.172.001c-1.934 0-2.513-.507-2.513-3.031C3.938 2.085 5.089.75 6.45.75zM9.53 9.967c2.157 0 3.908 1.75 4.012 3.936l.005.206v.717h-1.5v-.717c0-1.409-1.048-2.551-2.359-2.637l-.158-.005H3.372c-1.33 0-2.43 1.088-2.512 2.474l-.005.168v.717h-1.5v-.717c0-2.212 1.685-4.029 3.816-4.137l.2-.005H9.53z' transform='translate(-340 -19) translate(341 20.25)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin .loggedUser {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 13px;
  cursor: pointer;
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin .menu {
  width: 132px;
  height: auto;
  box-shadow: 0 0 6px 2px rgba(217, 217, 217, 0.5);
  background-color: #FFFFFF;
  position: absolute;
  top: 125%;
  left: 50px;
  z-index: 99;
  text-align: center;
  border-radius: 5px;
  padding-bottom: 10px;
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin .menu .menuOption {
  font-size: 15px;
  line-height: 2.27;
  cursor: pointer;
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin .menu .menuOption:nth-child(2) {
  margin-top: 13px;
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin .menuTogglerWrapper .menuToggler {
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  transform: rotate(180deg);
  margin-right: 2px;
  cursor: pointer;
  filter: invert(100%) sepia(0%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin .menuTogglerWrapper .menuToggler.toClose {
  transform: rotate(0deg);
  width: 12px;
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin .menuTogglerWrapper .menuToggler.toOpen {
  transform: rotate(180deg);
  width: 12px;
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin .login_premium {
  text-decoration: none;
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin .loginBtn {
  background: transparent;
  color: #000000;
  font-size: 13px;
  line-height: 1;
  margin-left: 20px;
  display: inline-flex;
  align-items: flex-end;
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin .promoLabel {
  background-image: linear-gradient(125deg, #474cdd, #1417ac 41%);
  width: auto;
  height: 28px;
  padding: 0 18px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin .promoLabel:hover {
  color: #fff;
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin .yPlusLabel {
  display: inline-flex;
  width: 49px;
  height: 17px;
  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");
  background-repeat: no-repeat;
  background-size: 49px 17px;
  z-index: 1;
  background-position: top center;
  margin-right: 10px;
}
.YnetHeader .BottomHeaderArea {
  margin-bottom: 10px;
  height: 28px;
  position: relative;
}
.YnetHeader .BottomHeaderArea.sticky {
  position: fixed;
  width: 1240px;
  z-index: 9998;
  height: 38px;
  top: 0;
  -webkit-animation: mymove 0.3s forwards;
  animation: mymove 0.3s forwards;
}
.YnetHeader .BottomHeaderArea.sticky .mainNav {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}
.YnetHeader .BottomHeaderArea.sticky .mainNav > div {
  height: 38px ! important;
}
.YnetHeader .BottomHeaderArea.sticky .mainNav > div > * {
  line-height: 40px ! important;
}
.YnetHeader .BottomHeaderArea .mainNav {
  display: flex;
  padding: 0 20px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.YnetHeader .BottomHeaderArea .mainNav .navList {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
  align-items: center;
}
.YnetHeader .BottomHeaderArea .mainNav .ynetLogoInSticky {
  background-repeat: no-repeat;
  background-size: 27px 27px;
  width: 27px;
  height: 38px;
  background-position: center;
  margin-right: -5px;
  margin-left: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23fff' d='M0 13.5A13.5 13.5 0 0 0 13.5 27 13.5 13.5 0 0 0 27 13.5 13.5 13.5 0 0 0 13.5 0 13.5 13.5 0 0 0 0 13.5z' transform='translate(-1238 -6) translate(1200 6) translate(38)'/%3E %3Cpath fill='%23de1a1a' fill-rule='evenodd' d='M19.211 5.931a.51.51 0 0 0-.491-.709h-1.635a.706.706 0 0 0-.736.572l-2.018 8.234c-.191.763-.327 1.445-.436 1.936a8.43 8.43 0 0 0-.245-1.663l-2.29-8.479a.758.758 0 0 0-.763-.6H8.8a.488.488 0 0 0-.491.681L11.8 16.837a.683.683 0 0 0 .736.573h.927A8.955 8.955 0 0 1 13 19.045a3.638 3.638 0 0 1-1.854 2.427l-.382.19a.66.66 0 0 0-.328.845L11 23.626a.615.615 0 0 0 .818.3l.6-.273a5.59 5.59 0 0 0 3.053-3.926z' transform='translate(-1238 -6) translate(1200 6) translate(38)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay {
  display: flex;
  align-items: center;
  max-width: 100px;
  flex-shrink: 0;
  justify-content: space-between;
  box-sizing: border-box;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .searchIcon {
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 12px;
  background: 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") no-repeat center center transparent !important;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreBtn {
  width: 45px;
  height: 18px;
  align-self: center;
  border-radius: 9px;
  box-shadow: inset 0px 0px 1px 1.5px #fff;
  padding: 0 6px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay,
.YnetHeader .BottomHeaderArea .mainNav .navList > div {
  height: 28px;
  display: flex;
  align-items: center;
  padding: 0 4px;
  font-size: 15px;
  color: #FFFFFF;
  box-sizing: border-box;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay > .selected,
.YnetHeader .BottomHeaderArea .mainNav .navList > div > .selected {
  font-weight: 600;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay > *,
.YnetHeader .BottomHeaderArea .mainNav .navList > div > * {
  height: 100%;
  line-height: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay:last-child > *,
.YnetHeader .BottomHeaderArea .mainNav .navList > div:last-child > * {
  border: none;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay:hover,
.YnetHeader .BottomHeaderArea .mainNav .navList > div:hover {
  font-weight: 600;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay a,
.YnetHeader .BottomHeaderArea .mainNav .navList > div a,
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay a:hover,
.YnetHeader .BottomHeaderArea .mainNav .navList > div a:hover {
  text-decoration: none;
  color: inherit;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon,
.YnetHeader .BottomHeaderArea .mainNav .navList > div .moreIcon {
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  transform: rotate(180deg);
  margin-right: 4px;
  pointer-events: none;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon.toClose,
.YnetHeader .BottomHeaderArea .mainNav .navList > div .moreIcon.toClose {
  transform: rotate(0deg);
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon.toOpen,
.YnetHeader .BottomHeaderArea .mainNav .navList > div .moreIcon.toOpen {
  transform: rotate(180deg);
}
.YnetHeader .BottomHeaderArea .popUpmenu {
  display: flex;
  flex-direction: column;
  padding: 16px 40px 48px;
  background-image: linear-gradient(166deg, #fafcfd 59%, #f3f8f9 114%);
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  position: relative;
  margin: 0;
  opacity: 0;
  z-index: -1;
  box-shadow: 0 3px 4px 2px rgba(218, 218, 221, 0.4);
  visibility: hidden;
}
.YnetHeader .BottomHeaderArea .popUpmenu.opened {
  transition: height 0.2s linear, opacity 0.2s linear 0.2s;
  height: 504px;
  opacity: 1;
  z-index: 1112;
  visibility: visible;
}
.YnetHeader .BottomHeaderArea .popUpmenu .followUsLinks {
  position: absolute;
  bottom: 25px;
  left: 52px;
  display: flex;
  height: 40px;
  align-items: center;
}
.YnetHeader .BottomHeaderArea .popUpmenu .followUsLinks .followUs {
  font-weight: 900;
  font-size: 15px;
  color: #000000;
  margin-left: 20px;
}
.YnetHeader .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks {
  display: flex;
}
.YnetHeader .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .mediaIcon {
  margin-left: 15px;
  width: 25px;
  height: 25px;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}
.YnetHeader .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .mediaIcon.linkToTw {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23000' fill-rule='nonzero'%3E %3Cg%3E %3Cg%3E %3Cpath d='M132.5 0c6.904 0 12.5 5.596 12.5 12.5S139.404 25 132.5 25 120 19.404 120 12.5 125.596 0 132.5 0zm0 2C126.701 2 122 6.701 122 12.5S126.701 23 132.5 23 143 18.299 143 12.5 138.299 2 132.5 2zm1.5 6.482c1.157-1.052 2.976-.998 4.064.12.643-.122 1.26-.35 1.824-.674-.214.644-.663 1.19-1.263 1.537.57-.065 1.126-.212 1.65-.437-.386.558-.871 1.045-1.433 1.438.008.119.008.239.008.359 0 3.671-2.89 7.904-8.172 7.902-1.561.002-3.09-.43-4.403-1.246.227.027.455.04.684.04 1.293.002 2.55-.418 3.567-1.191-1.229-.022-2.307-.798-2.684-1.93.43.08.874.065 1.297-.047-1.34-.262-2.304-1.4-2.304-2.723v-.035c.4.215.846.334 1.304.347-1.263-.815-1.652-2.439-.89-3.708 1.459 1.735 3.61 2.79 5.92 2.902-.231-.964.085-1.975.831-2.654z' transform='translate(-187 -498) translate(67 490) translate(0 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.YnetHeader .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .mediaIcon.linkToFb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H32V32H0z' transform='translate(-574 -471) translate(574 471)'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M17.226 9.976c1.05 0 1.79.165 1.79.165v1.854s-.23.006-.8.007h-.267c-.772 0-1.144.49-1.144 1.26v1.384h1.982l-.331 2.297-1.651-.001v5.362h-2.414l-.001-5.362h-1.9v-2.296h1.9V13.15c0-2.72 1.55-3.154 2.75-3.173h.086z' transform='translate(-574 -471) translate(574 471)'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M16 4.507c-6.351 0-11.5 5.15-11.5 11.5 0 6.352 5.149 11.5 11.5 11.5s11.5-5.148 11.5-11.5c0-6.35-5.149-11.5-11.5-11.5zm0 2c5.247 0 9.5 4.254 9.5 9.5 0 5.247-4.253 9.5-9.5 9.5s-9.5-4.253-9.5-9.5c0-5.246 4.253-9.5 9.5-9.5z' transform='translate(-574 -471) translate(574 471)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: 35px 35px;
}
.YnetHeader .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .mediaIcon.linkToYtube {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23000'%3E %3Cg%3E %3Cg%3E %3Cpath d='M12.5 0C19.404 0 25 5.596 25 12.5S19.404 25 12.5 25 0 19.404 0 12.5 5.596 0 12.5 0zm0 2C6.701 2 2 6.701 2 12.5S6.701 23 12.5 23 23 18.299 23 12.5 18.299 2 12.5 2zm.518 5.896c.43.002 1.297.011 2.206.04l.455.017c.988.04 1.947.108 2.379.221.586.154 1.048.608 1.205 1.184.249.913.28 2.694.284 3.125v.191c-.004.431-.035 2.213-.284 3.126-.157.576-.619 1.03-1.205 1.183-.897.236-4.07.273-5.04.279h-.567c-.97-.006-4.144-.043-5.04-.279-.587-.154-1.049-.607-1.205-1.183-.238-.87-.277-2.527-.284-3.055v-.332c.007-.529.046-2.186.284-3.055.156-.576.618-1.03 1.205-1.184.431-.113 1.39-.18 2.378-.22l.456-.017c.908-.03 1.775-.039 2.206-.041h.567zM11.71 10.42v4.21l3.685-2.105-3.685-2.105z' transform='translate(-67 -498) translate(67 490) translate(0 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.YnetHeader .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .mediaIcon.linkToInst {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='25' viewBox='0 0 25 25'%3E %3Cdefs%3E %3Cpath id='57zsqa2fda' d='M0 0L14.13 0 14.13 14.13 0 14.13z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-107 -498) translate(67 490) translate(0 8) translate(40) translate(5.435 5.435)'%3E %3Ccircle cx='7.065' cy='7.065' r='2.325' stroke='%23000' stroke-width='1.773'/%3E %3Cmask id='vmiackyh2b' fill='%23fff'%3E %3Cuse xlink:href='%2357zsqa2fda'/%3E %3C/mask%3E %3Crect width='12.358' height='12.358' x='.886' y='.886' stroke='%23000' stroke-width='1.773' mask='url(%23vmiackyh2b)' rx='3.545'/%3E %3Cpath fill='%230A0B09' d='M11.684 3.294c0 .468-.38.848-.847.848-.469 0-.848-.38-.848-.848 0-.468.38-.848.848-.848.468 0 .847.38.847.848' mask='url(%23vmiackyh2b)'/%3E %3C/g%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M12.5 0C5.596 0 0 5.596 0 12.5S5.596 25 12.5 25 25 19.404 25 12.5 19.404 0 12.5 0zm0 2.174c5.703 0 10.326 4.623 10.326 10.326S18.203 22.826 12.5 22.826 2.174 18.203 2.174 12.5 6.797 2.174 12.5 2.174z' transform='translate(-107 -498) translate(67 490) translate(0 8) translate(40)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.YnetHeader .BottomHeaderArea .popUpmenu .main_search_elements {
  position: relative;
}
.YnetHeader .BottomHeaderArea .popUpmenu .main_search_elements input {
  font-size: 16px;
}
.YnetHeader .BottomHeaderArea .popUpmenu #mainSearchSelect {
  display: none;
}
.YnetHeader .BottomHeaderArea .popUpmenu #mainAccessibilityButton {
  display: inline-flex;
  float: left;
  width: auto;
  justify-content: flex-end;
  position: relative;
  height: 23px;
}
.YnetHeader .BottomHeaderArea .popUpmenu #mainAccessibilityButton #INDmenu-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23000'%3E %3Cg%3E %3Cg transform='translate(-43 -211) translate(0 131) translate(44 81)'%3E %3Cg stroke-width='1.5'%3E %3Cpath d='M8.4 2c0-1.105-.895-2-2-2s-2 .895-2 2 .895 2 2 2 2-.895 2-2z' transform='translate(5 3.5)'/%3E %3Cg%3E %3Cpath d='M0 0L5.726 1.002 5.726 4.566 3.871 11' transform='translate(5 3.5) translate(0 5)'/%3E %3Cpath d='M7.167 0L12.894 1.002 12.894 4.566 11.038 11' transform='translate(5 3.5) translate(0 5) matrix(-1 0 0 1 20.061 0)'/%3E %3C/g%3E %3C/g%3E %3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.YnetHeader .BottomHeaderArea .popUpmenu .mainSrchclass,
.YnetHeader .BottomHeaderArea .popUpmenu .mainSrchclassynet {
  border-radius: 2.6px;
  background-color: #d8d8d8;
  padding: 16px;
  height: 48px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
}
.YnetHeader .BottomHeaderArea .popUpmenu #MsBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23000' stroke-width='1.5'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-53 -255) translate(0 224) translate(38 16) translate(16 16)'%3E %3Ccircle cx='6' cy='6' r='6'/%3E %3Cpath stroke-linecap='square' d='M10.8 10.8L14.8 14.8'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-color: transparent;
  width: 48px;
  height: 48px;
  background-size: 16px 16px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.YnetHeader .BottomHeaderArea .popUpmenu .linksGroups {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  overflow: hidden;
  padding-left: 50px;
  margin-top: 24px;
}
.YnetHeader .BottomHeaderArea .popUpmenu .group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.YnetHeader .BottomHeaderArea .popUpmenu .group .groupTitle {
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.YnetHeader .BottomHeaderArea .popUpmenu .group .groupList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 273px;
  list-style: none;
  margin: 0;
  padding-inline-start: 0px;
  width: 100px;
}
.YnetHeader .BottomHeaderArea .popUpmenu .group .groupList > * {
  width: 108px;
  font-size: 15px;
  line-height: 30px;
}
.YnetHeader .BottomHeaderArea .popUpmenu .group .groupList a:hover {
  text-decoration: underline;
  color: inherit;
}
.YnetHeader .BottomHeaderArea .popUpmenu .group .groupList a {
  text-decoration: none;
  color: inherit;
}
.YnetHeader .BottomHeaderArea .popUpmenu .group:nth-child(2) .groupList {
  width: 400px;
}
@keyframes mymove {
  from {
    transform: translateY(-40px);
  }
  to {
    transform: translateY(0);
  }
}
.YnetShops1280Componenta {
  display: flex;
  background: rgba(218, 218, 221, 0.46);
  flex-direction: column;
  height: 100%;
}
.YnetShops1280Componenta .YnetShopsTab {
  background: #556775;
  width: 100%;
  padding: 0 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 30px;
}
.YnetShops1280Componenta .YnetShopsTab a,
.YnetShops1280Componenta .YnetShopsTab a:hover,
.YnetShops1280Componenta .YnetShopsTab * {
  color: #fff;
  text-decoration: none;
}
.YnetShops1280Componenta .YnetShopsTab .mainTabTitle {
  font-weight: bold;
  font-size: 17px;
}
.YnetShops1280Componenta .YnetShopsTab .subTabTitle {
  font-size: 13px;
}
.YnetShops1280Componenta .slotsContent {
  position: relative;
  overflow: hidden;
  margin: 0 14px;
}
.YnetShops1280Componenta .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.YnetShops1280Componenta .slotListWrapper .slotView {
  width: 190px;
  flex-shrink: 0;
  box-shadow: 0 1px 3px 0 rgba(218, 218, 221, 0.8);
  border: solid 0.5px #f1f1f5;
  position: relative;
  height: 208px;
  background: #fff;
  margin-top: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.YnetShops1280Componenta .slotListWrapper .slotView a,
.YnetShops1280Componenta .slotListWrapper .slotView a:hover,
.YnetShops1280Componenta .slotListWrapper .slotView > span {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
}
.YnetShops1280Componenta .slotListWrapper img {
  width: 102px;
  height: 102px;
  margin: 0 auto 20px;
  align-self: center;
}
.YnetShops1280Componenta .slotListWrapper .titleItem,
.YnetShops1280Componenta .slotListWrapper .subTitleItem {
  color: #000;
  overflow: hidden;
  padding: 0 4px 0 5px;
  box-sizing: border-box;
}
.YnetShops1280Componenta .slotListWrapper .titleItem {
  max-height: 40px;
  min-height: 20px;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
}
.YnetShops1280Componenta .slotListWrapper .subTitleItem {
  max-height: 30px;
  font-size: 16px;
  padding-left: 20px;
  line-height: 21px;
}
.YnetShops1280Componenta .slotListWrapper .subTitleItem:hover {
  color: #000 !important;
}
.VideoGalleryComponenta {
  display: flex;
  flex-direction: column;
  object-fit: contain;
  background-image: linear-gradient(123deg, #000000 7%, #131a2a 40%, #000000 90%);
  padding: 20px 20px 30px;
  box-sizing: border-box;
  justify-content: space-between;
  height: 636px;
  position: relative;
  overflow: hidden;
}
.VideoGalleryComponenta .lisPreviewImage {
  position: relative;
  height: 157px;
  margin-bottom: 8px;
}
.VideoGalleryComponenta .lisPreviewImage img {
  width: 100%;
}
.VideoGalleryComponenta .VideoGalleryTab {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  height: 32px;
  width: auto;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.VideoGalleryComponenta .VideoGalleryTab .tabIcon {
  width: 15px;
  height: auto;
  margin-left: 7px;
}
.VideoGalleryComponenta .SelectedVideo {
  width: 100%;
  display: flex;
  overflow: hidden;
  height: 331px;
  position: relative;
}
.VideoGalleryComponenta .SelectedVideo .slotDetails {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  color: #fff;
  flex-grow: 1;
}
.VideoGalleryComponenta .SelectedVideo .slotDetails > div {
  max-width: 488px;
}
.VideoGalleryComponenta .SelectedVideo .slotTitle {
  font-weight: bold;
  font-size: 34px;
  line-height: 32px !important;
  margin-bottom: 14px;
}
.VideoGalleryComponenta .SelectedVideo .slotSubTitle {
  font-size: 16px;
  line-height: 22px!important;
  max-height: 132px;
  overflow: hidden;
  font-weight: 300;
}
.VideoGalleryComponenta .SelectedVideo .linkTo {
  width: 284px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: none;
}
.VideoGalleryComponenta .SelectedVideo .linkTo:hover {
  color: #000;
  text-decoration: none;
}
.VideoGalleryComponenta .SelectedVideo .mainVideo {
  width: 590px;
  height: 331px;
  overflow: hidden;
}
.VideoGalleryComponenta .SelectedVideo .mainVideo > div > div {
  height: 100%;
}
.VideoGalleryComponenta .SelectedVideo .mainVideo > div > div .yitvideo_container {
  height: 100%;
}
.VideoGalleryComponenta .mediaListContainer {
  display: flex;
  justify-content: space-between;
}
.VideoGalleryComponenta .mediaListContainer .videoItem {
  width: 283px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.VideoGalleryComponenta .mediaListContainer .videoItem img {
  height: 157px;
}
.VideoGalleryComponenta .mediaListContainer .videoItem .slotTitle {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  max-height: 44px;
  overflow: hidden;
  font-weight: bold;
}
.grid1280 .VideoGalleryComponenta {
  padding: 40px 15px 30px;
}
.grid1280 .VideoGalleryComponenta .VideoGalleryTab {
  top: 30px;
  right: 15px;
}
.grid1280 .SelectedVideo .slotTitle {
  font-size: 30px;
}
.grid1280 .mediaListContainer .videoItem .slotTitle {
  font-size: 14px;
  line-height: 16px;
  max-height: 48px;
}
.MultiImagesYplusComponenta {
  display: flex;
  flex-direction: column;
}
.MultiImagesYplusComponenta .multiImagesTab * {
  color: #fff;
}
.MultiImagesYplusComponenta .upInfoArea {
  margin-bottom: 4px;
  height: 16px;
  font-size: 13px;
  line-height: 16px;
  margin-top: -5px;
}
.MultiImagesYplusComponenta .havakIcon.onImage.top {
  right: 12px ! important;
  bottom: 9px ! important;
  top: unset ! important;
}
.MultiImagesYplusComponenta .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImagesYplusComponenta .slotListWrapper > div {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImagesYplusComponenta .slotsContent {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.MultiImagesYplusComponenta .slotsContent .slotView {
  background: #fff;
  height: auto;
  width: 298px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  /*   & .moreDetails {
                font-size: 13px;
                height: 20px;
                line-height: 20px;
                overflow: hidden;
                margin-bottom: 12px;
                & .authorField {
                    // white-space: break-spaces;
                    text-overflow: ellipsis;
                    max-width: 100px;
                    width: auto;
                    white-space: nowrap;
                    overflow: hidden;
                }
                &>span {
                    margin-left: 5px;
                }
            }*/
}
.MultiImagesYplusComponenta .slotsContent .slotView a,
.MultiImagesYplusComponenta .slotsContent .slotView a:hover {
  text-decoration: none;
  color: inherit;
}
.MultiImagesYplusComponenta .slotsContent .slotView .slotTitle {
  height: 60px;
  overflow: hidden;
  margin-bottom: 7px;
}
.MultiImagesYplusComponenta .slotsContent .slotView .slotTitle div:hover {
  color: #1417ac !important;
}
.MultiImagesYplusComponenta .slotsContent .slotView .slotTitle {
  letter-spacing: 0.09px;
  max-height: 40px;
}
.MultiImagesYplusComponenta .slotsContent .slotView .imageArea {
  width: 298px;
  height: 168px;
  overflow: hidden;
  margin-bottom: 13px;
  position: relative;
  flex-shrink: 0;
}
.MultiImagesYplusComponenta .slotsContent .slotView .imageArea .MediaCarousel {
  position: relative;
  width: 298px;
  height: 168px;
  overflow: hidden;
}
.MultiImagesYplusComponenta .slotsContent .slotView .imageArea .MediaCarousel .sitePagelightBoxVideoPlayer,
.MultiImagesYplusComponenta .slotsContent .slotView .imageArea .MediaCarousel img:not(.vjs-logobrand-image, .fp-logo) {
  min-width: 100%;
  min-height: 100%;
}
.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;
}
.ynetFooter {
  display: flex;
  flex-direction: column;
  font-family: arial;
  width: 100%;
  margin: 10px 0;
}
.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);
}
.LogoutPopupComponent {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: default;
}
.LogoutPopupComponent .LogoutPopup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 21;
  width: 380px;
  height: 262px;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.LogoutPopupComponent .LogoutPopup .YnetPlusLogo {
  width: 100px;
  height: 55px;
  margin-bottom: 10px;
  background-image: url('//premium.ynet.co.il/Web/Content/images/logo-ynet-new.png');
  background-size: 100%;
  background-repeat: no-repeat;
  align-self: center;
}
.LogoutPopupComponent .LogoutPopup .text-content {
  font-family: 'NarkisBlock' ! important;
  font-size: 20px;
  align-self: center;
  color: white;
  line-height: 28px;
  letter-spacing: 0.36px;
  margin-bottom: 25px;
}
.LogoutPopupComponent .LogoutPopup .text-content span {
  display: block;
  display: flex;
  justify-content: center;
}
.LogoutPopupComponent .LogoutPopup .ButtonsWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.LogoutPopupComponent .LogoutPopup .ButtonsWrapper * {
  width: 136px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 37px;
  cursor: pointer;
}
.LogoutPopupComponent .LogoutPopup .ButtonsWrapper .ReturnButton {
  margin-right: 52px;
  margin-left: 26px;
  background-color: #de1a1a;
  color: #ffffff;
  border: solid 1px #de1a1a;
}
.LogoutPopupComponent .LogoutPopup .ButtonsWrapper .LogoutButton {
  margin-left: 52px;
  background-color: #000000;
  color: white;
  border: solid 1px #ffffff;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .LogoutPopupComponent .LogoutPopup {
    width: 60% !important;
    height: unset !important;
    padding: 27px !important;
  }
  .LogoutPopupComponent .LogoutPopup .YnetPlusLogo {
    height: 33px !important;
    width: 90px !important;
    margin: 0 auto !important;
    margin-top: 2% !important;
  }
  .LogoutPopupComponent .LogoutPopup .text-content {
    margin-top: 23px !important;
    margin-bottom: 18px !important;
    font-size: 1rem !important;
    line-height: 21px !important;
  }
  .LogoutPopupComponent .LogoutPopup .text-content span {
    font-size: 1rem !important;
    font-family: 'NarkisBlock' !important;
  }
  .LogoutPopupComponent .LogoutPopup .ButtonsWrapper {
    justify-content: unset !important;
  }
  .LogoutPopupComponent .LogoutPopup .ButtonsWrapper * {
    width: 46% !important;
    font-size: 0.875rem !important;
    height: 32px !important;
    font-family: 'NarkisBlock' !important;
    padding: 0 !important;
    line-height: unset !important;
  }
  .LogoutPopupComponent .LogoutPopup .ButtonsWrapper .ReturnButton {
    margin-right: unset !important;
    margin-left: 15px !important;
    border: solid 2px transparent !important;
  }
  .LogoutPopupComponent .LogoutPopup .ButtonsWrapper .LogoutButton {
    margin-left: 1px !important;
    border-width: 2px !important;
  }
}
.YnetPremiumLogin {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  height: 100%;
  background: #333333;
}
.YnetPremiumLogin .loggedUser {
  display: flex;
  align-items: center;
  flex: 1;
}
.YnetPremiumLogin .loggedUser > img {
  margin-right: 10px;
}
.YnetPremiumLogin .loggedUser > span {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
  width: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.YnetPremiumLogin .loggedUser .menuTogglerWrapper {
  position: absolute;
  left: 3px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.YnetPremiumLogin .loggedUser .menuTogglerWrapper .menuToggler {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  display: inline-block;
}
.YnetPremiumLogin .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 180px;
  bottom: -162px;
  left: 5px;
  border-top: 1px solid #fff;
  z-index: 10;
}
.YnetPremiumLogin .menu .menuTogglerUpsideDown {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #191a1e;
  left: 15px;
  top: -9px;
}
.YnetPremiumLogin .menu .menuOption {
  font-family: "arial";
  display: flex;
  align-items: center;
  background: #333333;
  color: #fff;
  width: 95%;
  cursor: pointer;
  font-weight: normal;
  font-size: 15px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}
.YnetPremiumLogin .menu .menuOption:not(:last-child) {
  border-bottom: 1px solid #7f7f7f;
}
.grid1280 .ynetSearch .headerIcon.loggedUser {
  display: none;
}
.grid1280 .ynetSearch .loggedUser > span {
  width: 120px;
}
.grid1280 .ynetSearch .main_search {
  padding: 0 0 0 10px ! important;
}
.grid1280 .ynetSearch .rulerIcon {
  width: 26px;
  height: 26px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.grid1280 .ynetSearch .socialBtn,
.grid1280 .ynetSearch .yad2 {
  left: unset ! important;
}
.grid1280 .ynetSearch .socialBtn {
  margin-left: 10px;
}
.grid1280 .ynetSearch .socialBtn .yTubeIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23282828%7D.cls-2%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_64' data-name='Group 64' transform='translate(-1045 -634)'%3E %3Crect id='Rounded_Rectangle_1' width='26' height='26' class='cls-1' data-name='Rounded Rectangle 1' rx='4' transform='translate(1045 634)'/%3E %3Cpath id='Shape_1428' d='M3288.937 643.27a2.327 2.327 0 0 0-2.382-2.27h-11.174a2.328 2.328 0 0 0-2.381 2.27v6.086a2.327 2.327 0 0 0 2.381 2.27h11.174a2.328 2.328 0 0 0 2.382-2.27v-6.086zm-9.562 5.611v-5.717l4.551 2.859zm0 0' class='cls-2' data-name='Shape 1428' transform='translate(-2222.969 .687)'/%3E %3C/g%3E %3C/svg%3E");
}
.grid1280 .ynetSearch .socialBtn .fbIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23fff%7D.cls-2%7Bfill:%23282828%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_446' data-name='Group 446' transform='translate(-859 -623)'%3E %3Cpath id='Rectangle_333' d='M0 0h14v25H0z' class='cls-1' data-name='Rectangle 333' transform='translate(868 624)'/%3E %3Cpath id='facebook' d='M22.5 0H3.506A3.5 3.5 0 0 0 0 3.5v19A3.5 3.5 0 0 0 3.5 26h9.367l.016-9.291h-2.408a.57.57 0 0 1-.57-.567l-.012-2.995a.57.57 0 0 1 .57-.572h2.409V9.681c0-3.358 2.051-5.187 5.047-5.187h2.458a.57.57 0 0 1 .57.57v2.525a.57.57 0 0 1-.569.57H18.87c-1.629 0-1.945.774-1.945 1.91v2.505H20.5a.57.57 0 0 1 .566.637l-.355 2.995a.57.57 0 0 1-.566.5h-3.204L16.925 26H22.5a3.5 3.5 0 0 0 3.5-3.5v-19A3.5 3.5 0 0 0 22.5 0z' class='cls-2' transform='translate(858.998 623)'/%3E %3C/g%3E %3C/svg%3E");
}
.grid1280 .ynetSearch .socialBtn .instIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23282828%7D.cls-2%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_447' data-name='Group 447' transform='translate(-908.5 -623)'%3E %3Crect id='Rounded_Rectangle_1' width='26' height='26' class='cls-1' data-name='Rounded Rectangle 1' rx='4' transform='translate(908.5 623)'/%3E %3Cpath id='iconmonstr-instagram-11' d='M8.273 1.491c2.209 0 2.471.008 3.344.048 2.242.1 3.289 1.166 3.391 3.391.04.872.048 1.134.048 3.343s-.008 2.471-.048 3.343c-.1 2.223-1.147 3.289-3.391 3.391-.873.04-1.133.048-3.344.048s-2.473-.008-3.343-.048c-2.247-.1-3.289-1.171-3.391-3.392-.04-.872-.048-1.133-.048-3.343S1.5 5.8 1.539 4.93c.1-2.225 1.147-3.289 3.391-3.391.87-.039 1.134-.048 3.343-.048zm0-1.491C6.026 0 5.745.01 4.862.05 1.858.188.188 1.854.05 4.862.01 5.745 0 6.026 0 8.273s.01 2.527.05 3.411c.138 3 1.8 4.674 4.812 4.812.883.04 1.164.05 3.411.05s2.529-.01 3.411-.05c3-.138 4.675-1.8 4.811-4.812.041-.882.05-1.164.05-3.411s-.01-2.528-.05-3.41c-.135-3-1.8-4.674-4.811-4.812C10.8.01 10.519 0 8.273 0zm0 4.025a4.248 4.248 0 1 0 4.248 4.248 4.248 4.248 0 0 0-4.248-4.248zm0 7.006a2.758 2.758 0 1 1 2.757-2.758 2.757 2.757 0 0 1-2.757 2.757zm4.416-8.166a.993.993 0 1 0 .992.993.993.993 0 0 0-.992-.994z' class='cls-2' transform='translate(913.273 627.727)'/%3E %3C/g%3E %3C/svg%3E");
}
.grid1280 .ynetSearch .accessIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cdefs%3E %3Cstyle%3E .cls-1,.cls-4%7Bfill:none%7D.cls-1%7Bstroke:%23282828%7D.cls-2%7Bfill:%23282828%7D.cls-3%7Bstroke:none%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_698' data-name='Group 698' transform='translate(-862.5 -632)'%3E %3Cg id='Rounded_Rectangle_1' class='cls-1' data-name='Rounded Rectangle 1' transform='translate(862.5 632)'%3E %3Crect width='26' height='26' class='cls-3' rx='4'/%3E %3Crect width='25' height='25' x='.5' y='.5' class='cls-4' rx='3.5'/%3E %3C/g%3E %3Cpath id='Forma_1' d='M3218.519 648.622a.662.662 0 0 1 .406.266.562.562 0 0 1 .078.468 4.144 4.144 0 0 1-.186.593 4.765 4.765 0 0 1-.751 1.344 4.958 4.958 0 0 1-1.127 1.038 5.325 5.325 0 0 1-1.391.664 5.232 5.232 0 0 1-1.564.234 5.1 5.1 0 0 1-2-.39 5.242 5.242 0 0 1-1.626-1.062 5.044 5.044 0 0 1-1.1-1.569 4.607 4.607 0 0 1-.407-1.929 4.8 4.8 0 0 1 .908-2.811 5.122 5.122 0 0 1 1.046-1.077 5.3 5.3 0 0 1 1.347-.749.7.7 0 0 1 .491.023.59.59 0 0 1 .336.336.59.59 0 0 1-.375.781 4.008 4.008 0 0 0-1.016.569 3.855 3.855 0 0 0-.784.813 3.8 3.8 0 0 0-.508 1 3.577 3.577 0 0 0 .127 2.576 3.672 3.672 0 0 0 .827 1.18 4.029 4.029 0 0 0 1.227.8 3.851 3.851 0 0 0 1.5.3 3.945 3.945 0 0 0 2.228-.687 3.942 3.942 0 0 0 .844-.782 3.453 3.453 0 0 0 .572-1 2.386 2.386 0 0 0 .141-.453.644.644 0 0 1 .273-.391.593.593 0 0 1 .484-.085zm3.941 2.39a.732.732 0 0 1-.149.859.744.744 0 0 1-.539.219.769.769 0 0 1-.719-.453l-2.065-3.592h-3.55a.738.738 0 0 1-.173.016 1.016 1.016 0 0 1-.656-.226.927.927 0 0 1-.344-.587l-.861-4.137h.017a.36.36 0 0 1-.017-.125 1.082 1.082 0 0 1 .344-.8 1.164 1.164 0 0 1 .845-.336 1.138 1.138 0 0 1 .712.234 1.168 1.168 0 0 1 .415.593l.015.047c0 .022 0 .035.008.039a.063.063 0 0 1 .008.039l.143.718h2.439a.518.518 0 0 1 .282.078.614.614 0 0 1 .251.843.562.562 0 0 1-.267.249.713.713 0 0 1-.36.063h-2.081l.314 1.531h2.658a1.039 1.039 0 0 1 .564.156.981.981 0 0 1 .375.422l2.393 4.153zm-8.275-9.494a1.407 1.407 0 0 1-.578-.117 1.528 1.528 0 0 1-.463-.312 1.488 1.488 0 0 1-.312-.46 1.413 1.413 0 0 1-.117-.578 1.372 1.372 0 0 1 .117-.562 1.485 1.485 0 0 1 .312-.461 1.53 1.53 0 0 1 .463-.313 1.457 1.457 0 0 1 1.142 0 1.585 1.585 0 0 1 .468.313 1.343 1.343 0 0 1 .315.461 1.51 1.51 0 0 1 .109.562 1.427 1.427 0 0 1-.424 1.038 1.386 1.386 0 0 1-1.032.429z' class='cls-2' data-name='Forma 1' transform='translate(-2339.91 -.598)'/%3E %3C/g%3E %3C/svg%3E");
  background-size: auto;
}
.grid1280 .ynetSearch .login_premium {
  height: 36px ! important;
  background: #191a1e;
}
.grid1280 .ynetSearch #mainSrchElements {
  position: unset ! important;
  left: unset ! important;
}
.grid1280 .ynetSearch .access {
  width: auto! important;
  flex-grow: 1;
  flex-direction: row-reverse;
  margin-left: 10px;
}
.grid1280 .ynetSearch .access #mainAccessibilityButton {
  width: 26px ! important;
}
.grid1280 .ynetSearch .access #INDmenu-btn {
  top: 0 ! important;
  left: 0px ! important;
}
.grid1280 .ynetSearch #mainSearchSelect {
  position: relative;
}
.grid1280 .ynetSearch #mainSearchSelect:after {
  position: absolute;
  width: 0;
  border-right: 1px solid #D8DADD;
  height: 16px;
  top: 4px;
  right: -5px;
  content: "";
}
.grid1280 .ynetSearch #mainSearchSelectType {
  border-right: 0 ! important;
}
.ynetSearch {
  display: flex;
  align-items: center;
  height: 36px;
}
.ynetSearch.disableLinks {
  pointer-events: none;
}
.ynetSearch .main_search {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #e6eaf3;
  font-size: 12px;
  color: #5b5b5b;
  direction: rtl;
}
.ynetSearch .main_search a {
  color: #5b5b5b;
}
.ynetSearch .weathertemps {
  color: #5b5b5b;
  font-size: 19px;
  font-family: arial;
  font-weight: bold !important;
}
.ynetSearch .weathertempsdiv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
}
.ynetSearch .main_search .iframe_combina_container {
  position: relative;
  overflow: hidden;
  float: right;
}
.ynetSearch .main_search .iframe_combina_kesem {
  width: 78px;
  height: 31px;
  background: transparent;
}
.ynetSearch .main_search iframe {
  border: none;
  overflow: hidden;
  margin: 5px 0;
}
.ynetSearch #mainSearchSelectType,
.ynetSearch #weathercityselect {
  width: 100px;
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em 0em 0em 0em;
  font: 13.3333px Arial;
  padding-right: 0px;
  background: #e6eaf3;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/Common/images/new_searchDropDown.png") !important;
  background-repeat: no-repeat !important;
}
.ynetSearch #weathercityselect {
  background-position-x: 20% !important;
  background-position-y: 8px !important;
}
.ynetSearch #mainSearchSelectType {
  background-position-x: 15% !important;
  background-position-y: 8px !important;
}
.ynetSearch #cmfbaptmdv1 {
  width: 80px;
  text-align: left;
  z-index: 20;
  position: absolute;
  direction: ltr;
}
.ynetSearch #mainSrchElements {
  position: absolute;
  left: 165px;
}
.ynetSearch .access {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  width: 300px;
  flex-direction: row-reverse;
}
.ynetSearch .access #mainAccessibilityButton {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  float: right;
}
.ynetSearch .access #INDmenu-btn {
  margin: 0 ! important;
  position: absolute ! important;
  align-items: center;
  display: flex;
  top: -1px ! important;
  height: 100%;
  direction: rtl ! important;
  color: #5b5b5b;
  font-weight: bold;
  left: 8px ! important;
}
.ynetSearch .access #INDbtnWrap {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}
.ynetSearch .access img {
  margin: auto 4px;
}
.ynetSearch .access .socialBtn,
.ynetSearch .access .yad2 {
  position: relative;
  left: 33px;
  cursor: pointer;
}
.main_search .main_search_elements {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 23px;
}
.main_search .main_search_elements #MsBtn {
  background: url(/Common/images/magnify_search.png) no-repeat center;
  display: block;
  float: left;
  width: 24px;
  height: 23px;
  text-align: center;
  background-color: #000066;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  font-family: arial;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.main_search .main_search_elements #main_search_bg {
  height: 100%;
  display: flex;
}
.main_search .main_search_elements #mainSearchSelectType {
  top: 0;
  left: 0;
  border: 0;
  height: 23px;
  width: 80px;
  z-index: 15;
  font-size: 11px;
  color: #5b5b5b;
  font-size: 12px;
  font-family: arial;
  font-weight: normal;
  filter: alpha(opacity=0);
  border-right: 1px solid #D8DADD;
  background: #fff;
}
.main_search .main_search_elements #mainSrchBoxInput {
  display: flex;
  overflow: hidden;
}
.main_search .main_search_elements #mainSrchBoxInput > .mainSrchclass {
  border: 0;
  padding: 0px 5px;
  width: 225px;
  background: #fff;
}
.main_search .main_search_elements #mainSearchSelect > #mainSearchSelectType {
  padding: 5px;
}
.grid1280 .ynetSearch .weathertempsdiv a,
.grid1280 .ynetSearch .weathertempsdiv a:hover {
  text-decoration: none ! important;
}
.grid1280 .ynetSearch .weathertempsdiv .weathertemps {
  color: #191a1e !important;
  font-size: 18px;
}
.grid1280 .ynetSearch #mainWeatherSelect {
  width: auto;
  padding-right: 15px;
}
.grid1280 .ynetSearch #mainWeatherSelect #weathercityselect {
  padding: 0 4px 0 12px;
  width: auto !important;
  font-size: 13px !important;
  background-position-x: 0% !important;
  background-position-y: 55% !important;
  background-size: 10px 5px;
}
.ynetSearch .main_search {
  width: 100%;
  height: 36px;
  background: #e6eaf3;
  margin-left: 10px;
  font-size: 12px;
  color: #5b5b5b;
}
.ynetSearch .main_search .main_search_elements {
  height: 23px;
}
.ynetSearch #main_search_weather {
  width: auto;
  height: 36px;
  text-align: right;
  padding-right: 10px;
}
.ynetSearch #cdanwmansrch_weather {
  display: flex;
  align-items: center;
  height: 23px;
  margin: 5px 0;
}
.ynetSearch #main_search_weather_link {
  display: block;
  width: 31px;
  float: right;
  font-weight: bold;
  text-decoration: none;
}
.ynetSearch #mainWeatherSelect {
  width: 100px;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-right: 10px;
}
.ynetSearch .weathercitieselect {
  width: 100%;
  height: 100%;
  font-size: 12px !important;
  border: none;
  z-index: 15;
  color: #5b5b5b !important;
}
.ynetSearch .weatherimage {
  width: 18px;
  height: 20px;
  float: right;
  margin-right: 5px;
}
.ynetSearch .main_search_nounderlined_link {
  text-decoration: none;
}
.ynetSearch .main_search_nounderlined_link:hover {
  text-decoration: underline;
}
.ynetSearch .main_search .main_search_elements.main_search_sep2 {
  width: 2px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px !important;
}
.YnetTvComponenta {
  display: flex;
  flex-direction: row;
}
.YnetTvComponenta .YnetTvItem {
  display: flex;
  flex-direction: row;
  height: 216px;
}
.YnetTvComponenta .logoYnetTv {
  margin: 17px 12px 20px 0;
}
.YnetTvComponenta .slotInfo {
  flex-basis: 106px;
  flex-shrink: 0;
  font-size: 12px;
  flex-direction: column;
  position: relative;
  color: #ffffff;
}
.YnetTvComponenta .slotInfo .slotTitle {
  display: flex;
  overflow: hidden;
  color: #ffffff;
  text-align: right;
  padding: 0 4px 0 1px;
  font-family: arial;
  line-height: 1.5;
  font-weight: bold;
  max-height: 32px;
  margin-bottom: 10px;
}
.YnetTvComponenta .slotInfo .slotSubTitle {
  display: flex;
  overflow: hidden;
  color: #ffffff;
  text-align: right;
  padding: 0 4px 0 1px;
  font-family: arial;
  line-height: 1.5;
  max-height: 32px;
}
.YnetTvComponenta .slotInfo .linkToArticle {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 14px);
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  right: 4px;
  justify-content: space-between;
  height: 20px;
}
.YnetTvComponenta .slotInfo .linkToArticle > span {
  float: right;
  overflow: hidden;
  align-self: center;
}
.YnetTvComponenta .slotInfo .linkToArticle img {
  display: inline-flex;
  align-self: center;
}
.YnetTvComponenta .mediaArea {
  position: relative;
  width: 384px;
  height: 216x;
}
.YnetTvComponenta .mediaArea .siteYnetTvLightBoxVideoPlayer {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.editMode .TopStoryYoungComponenta .slotView .filter-img {
  display: none !important;
}
.TopStoryYoungComponenta {
  position: relative;
}
.TopStoryYoungComponenta > .sideSeparatorLine {
  position: absolute;
  width: 0;
  margin-top: 0px;
  margin-right: -11px;
  border-right: 1px solid #cccccc;
}
.TopStoryYoungComponenta > div {
  width: 100%;
  height: 100%;
}
.TopStoryYoungComponenta > div > div {
  width: 100%;
  height: 100%;
}
.TopStoryYoungComponenta > div > div > div {
  width: 100%;
  height: 100%;
}
.TopStoryYoungComponenta .slotView {
  display: inline-flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.TopStoryYoungComponenta .slotView .filter-img {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000839);
  width: 100%;
  height: 320px;
}
.TopStoryYoungComponenta .slotView .text-div {
  position: absolute;
  width: 95%;
  bottom: 20px;
  margin: 0px 20px;
  height: 144px;
}
.TopStoryYoungComponenta .slotView .text-div .category-box {
  display: inline-block;
  background-color: #eb0533;
  padding: 2px 8px;
  box-sizing: border-box;
  font-family: OpenSansHebrew;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: white;
  margin-bottom: 10px;
}
.TopStoryYoungComponenta .slotView .text-div .title-box {
  font-family: OpenSansHebrew;
  font-size: 36px;
  font-weight: bold;
  line-height: 49px;
  color: white;
  line-break: after-white-space;
}
.TopStoryYoungComponenta .slotView .text-div .subtitle-box {
  font-family: OpenSansHebrew;
  font-size: 20px;
  line-height: 28px;
  color: white;
  line-break: after-white-space;
}
.TopStoryYoungComponenta .slotView:hover {
  cursor: pointer;
}
.TopStoryYoungComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.TopStoryYoungComponenta .slotView .slotTitle {
  font-weight: bold;
  max-width: 100%;
}
.TopStoryYoungComponenta .slotView .slotTitle span {
  line-break: after-white-space;
  word-wrap: break-word;
}
.TopStoryYoungComponenta .slotView .slotSubTitle {
  margin-top: 13px;
  max-width: 100%;
}
.TopStoryYoungComponenta .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;
}
.TopStoryYoungComponenta .slotView .topStoryDate:before,
.TopStoryYoungComponenta .slotView .topStoryDate:after {
  content: attr(title);
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  height: 100%;
}
.TopStoryYoungComponenta .slotView .topStoryDate:before {
  top: 1px;
  right: 1px;
}
.TopStoryYoungComponenta .slotView .topStoryDate:after {
  top: 2px;
  right: 2px;
}
.TopStoryYoungComponenta .slotView .topHebStoryDate {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #ababac;
  margin-bottom: 13px;
  cursor: initial;
}
.TopStoryYoungComponenta .mediaArea {
  position: relative;
}
.TopStoryYoungComponenta .mediaArea .mediaLabel {
  position: absolute;
}
.TopStoryYoungComponenta .mediaArea .MediaCarousel {
  display: flex;
  order: 1;
}
.TopStoryYoungComponenta .mediaArea .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.TopStoryYoungComponenta .mediaArea .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.TopStoryYoungComponenta .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);
}
.TopStoryYoungComponenta .mediaArea .MediaCarousel .galleryArrow:disabled {
  display: none;
}
.TopStoryYoungComponenta .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;
}
.TopStoryYoungComponenta .mediaArea .MediaCarousel .numberOfMedia {
  display: none;
}
.TopStoryYoungComponenta .mediaArea .MediaCarousel .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.TopStoryYoungComponenta .mediaArea .MediaCarousel .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.TopStoryYoungComponenta .mediaArea .MediaCarousel .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.TopStoryYoungComponenta .mediaArea .MediaCarousel .scrollLeftBtn:after {
  left: 0;
}
.TopStoryYoungComponenta .mediaArea .media-enter {
  opacity: 0.5;
  z-index: 1;
}
.TopStoryYoungComponenta .mediaArea .media-enter.media-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.TopStoryYoungComponenta .mediaArea .media-leave {
  opacity: 1;
  z-index: 1;
}
.TopStoryYoungComponenta .mediaArea .media-leave.media-enter-leave {
  opacity: 0.5;
  transition: opacity 300ms ease-in;
}
.TopStoryYoungComponenta .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;
}
.TopStoryYoungComponenta .mediaArea .iconOnPoster.big {
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
  top: calc(50% - 33px);
  right: calc(50% - 33px);
}
.TopStoryYoungComponenta .mediaArea .iconOnPoster.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.TopStoryYoungComponenta .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 {
  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;
}
/*
 * Open Sans Hebrew (Hebrew) http://www.google.com/fonts/earlyaccess
 */
@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');
}
/* hebrew */
@font-face {
  font-family: 'Secular One';
  font-style: normal;
  font-weight: 400;
  src: local('Secular One'), local('SecularOne-Regular'), url(https://fonts.gstatic.com/s/secularone/v2/8QINdiTajsj_87rMuMdKyqDgOOhLLA.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Secular One';
  font-style: normal;
  font-weight: 400;
  src: local('Secular One'), local('SecularOne-Regular'), url(https://fonts.gstatic.com/s/secularone/v2/8QINdiTajsj_87rMuMdKyqDsOOhLLA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Secular One';
  font-style: normal;
  font-weight: 400;
  src: local('Secular One'), local('SecularOne-Regular'), url(https://fonts.gstatic.com/s/secularone/v2/8QINdiTajsj_87rMuMdKyqDiOOg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Almoni";
  src: url("/Common/images/fonts/almoni-tzar-regular-aaa.woff2") format("woff2"), url("/Common/images/fonts/almoni-tzar-regular-aaa.woff") format("woff"), url("/Common/images/fonts/almoni-tzar-regular-aaa.otf") format("truetype");
  /* chrome firefox opera Safari, Android, iOS 4.2+*/
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Medium.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Medium.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Semibold.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Semibold.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Bold.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Bold.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Heavy.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Heavy.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Light.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Light.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  :root {
    color-scheme: light dark;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .weatherGrid {
    background: #111;
    color: #fff;
  }
  .weatherGrid .WeatherHeader,
  .weatherGrid .weather-selector,
  .weatherGrid .weather-data-details,
  .weatherGrid .weather-forcast-item,
  .weatherGrid .weather-map-extended-component,
  .weatherGrid .weather-radar {
    background: #111;
    border: 0;
    color: #fff;
  }
  .weatherGrid .WeatherHeader .headline,
  .weatherGrid .weather-selector .headline,
  .weatherGrid .weather-data-details .headline,
  .weatherGrid .weather-forcast-item .headline,
  .weatherGrid .weather-map-extended-component .headline,
  .weatherGrid .weather-radar .headline {
    color: #fff !important;
  }
  .weatherGrid .weather-title-mobile {
    filter: invert(1);
  }
  .weatherGrid .img-box,
  .weatherGrid .forcast-image-box {
    background-color: #111 ! important;
    color: #fff !important;
  }
  .weatherGrid .mobile-row *,
  .weatherGrid .forcast-date *,
  .weatherGrid .item-child *,
  .weatherGrid .weather-forcast-info-container *,
  .weatherGrid .hourly-weather-container *,
  .weatherGrid .hourly-weather-item * {
    color: #fff !important;
  }
  .weatherGrid .weather-selector .dropdown-window {
    background-color: #111;
    color: #fff !important;
  }
  .weatherGrid .hourly-weather-item {
    background-color: #222 ! important;
    box-shadow: none !important;
  }
  .taboola-general-feed *,
  .taboola-general * * {
    color: #fff !important;
    background-color: #000 !important;
  }
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.ynet {
  direction: rtl;
}
.site_page_root {
  font-family: arial ! important;
  line-height: 1.15;
}
.INDmagnifier #ads\.skyscraper,
.INDmagnifier #ads\.ozen_left {
  display: none !important;
}
.INDmagnifier #ads\.top {
  zoom: 1 !important;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .weatherGrid {
    margin: auto;
    width: 100% !important;
  }
  body {
    font-family: 'Arial', 'Arial (Hebrew)', 'David (Hebrew)', 'Courier New (Hebrew)';
  }
}
.grid1280 {
  width: 1192px;
  margin: auto;
}
.grid1280 .ArticleBodyComponent {
  margin-top: 30px;
  background-color: transparent;
}
.grid1280 .ArticleBodyComponent figure {
  margin: 0 0 30px 0;
}
.grid1280 .ArticleBodyComponent .text_editor_contact_us_link {
  color: #9d9d9d;
  font-family: 'Open Sans Hebrew';
}
.grid1280 .ArticleBodyComponent .text_editor_contact_us_link a,
.grid1280 .ArticleBodyComponent .text_editor_contact_us_link a:hover {
  color: inherit !important;
}
.grid1280 .ArticleBodyComponent .pHeader {
  font-family: 'Open Sans Hebrew';
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0.4px;
  color: #000066;
  margin: 0 0 10px 0;
}
.grid1280 .ArticleBodyComponent .text_editor_paragraph {
  font-family: 'Open Sans Hebrew';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0.4px;
  margin: 0 0 30px 0;
}
.grid1280 .ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-right: 50px;
}
.grid1280 .ArticleBodyComponent .text_editor_indent.ltr {
  margin-right: initial !important;
  margin-left: 50px !important;
}
.grid1280 .ArticleBodyComponent .public-DraftEditor-content > div > *:not(figure) {
  width: 720px;
}
.grid1280 .ArticleBodyComponent .text_editor_block_quote {
  width: 100% !important;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: none;
  margin: 0 0 30px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans Hebrew';
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-align: center;
  white-space: normal;
}
.grid1280 .ArticleBodyComponent .text_editor_block_quote span[data-text="true"] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 90px;
}
.grid1280 .ArticleBodyComponent .public-DraftStyleDefault-ul,
.grid1280 .ArticleBodyComponent .public-DraftStyleDefault-ol {
  font-family: 'Open Sans Hebrew';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0.4px;
  list-style-position: inherit ! important;
  padding-inline-start: 23px;
  white-space: normal ! important;
  margin: 0 0 30px 0;
}
.grid1280 .ArticleBodyComponent .public-DraftStyleDefault-ul li {
  padding-bottom: 0px;
}
.grid1280 .ArticleBodyComponent .public-DraftStyleDefault-ul li > * {
  position: relative;
  right: -2px;
}
.grid1280 .ArticleBodyComponent .public-DraftStyleDefault-ol li {
  padding-bottom: 0px;
}
.grid1280 .ArticleBodyComponent .public-DraftStyleDefault-ol li > * {
  position: relative;
  right: 3px;
}
.grid1280 .ArticleBodyComponent .ArticleImageComponenta {
  display: block;
  width: 720px;
}
.grid1280 .ArticleBodyComponent .ArticleImageComponenta.full_wide {
  width: 850px;
}
.grid1280 .ArticleBodyComponent .ArticleImageComponenta.half_wide {
  width: 50%;
  float: none;
}
.grid1280 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails {
  font-family: 'Open Sans Hebrew';
}
.grid1280 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption,
.grid1280 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCredit {
  font-size: 14px;
  line-height: 1.83;
  letter-spacing: normal;
}
.grid1280 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption {
  font-weight: bold;
  color: #000;
  font-family: 'Open Sans Hebrew';
}
.grid1280 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCredit {
  font-weight: normal;
  color: #000;
  font-family: 'Open Sans Hebrew';
}
.grid1280_2 {
  font-family: 'NarkisBlock' ! important;
}
.grid1280_2 .site_page_root {
  font-family: 'NarkisBlock' ! important;
}
.grid1280_2 .layoutContainer {
  background-color: var(--commertial_color);
}
.grid1280_2 .video-container * {
  font-family: Arial, Helvetica, sans-serif !important;
}
.grid1280_2 .layoutItem .componentaTab,
.grid1280_2 .Componenta .componentaTab,
.grid1280_2 .HtmlLayoutItem.content .componentaTab {
  height: 30px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}
.grid1280_2 .layoutItem .componentaTab .tabLogo,
.grid1280_2 .Componenta .componentaTab .tabLogo,
.grid1280_2 .HtmlLayoutItem.content .componentaTab .tabLogo {
  margin-left: 7px;
}
.grid1280_2 .layoutItem .componentaTab .backgroundLink,
.grid1280_2 .Componenta .componentaTab .backgroundLink,
.grid1280_2 .HtmlLayoutItem.content .componentaTab .backgroundLink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.grid1280_2 .layoutItem .componentaTab .titleLink,
.grid1280_2 .Componenta .componentaTab .titleLink,
.grid1280_2 .HtmlLayoutItem.content .componentaTab .titleLink,
.grid1280_2 .layoutItem .componentaTab .titleLink:hover,
.grid1280_2 .Componenta .componentaTab .titleLink:hover,
.grid1280_2 .HtmlLayoutItem.content .componentaTab .titleLink:hover {
  color: inherit;
  text-decoration: none;
  z-index: 2;
}
.grid1280_2 .layoutItem .componentaTab .leftTitleText,
.grid1280_2 .Componenta .componentaTab .leftTitleText,
.grid1280_2 .HtmlLayoutItem.content .componentaTab .leftTitleText,
.grid1280_2 .layoutItem .componentaTab .rightTitleLink,
.grid1280_2 .Componenta .componentaTab .rightTitleLink,
.grid1280_2 .HtmlLayoutItem.content .componentaTab .rightTitleLink {
  height: 100%;
  line-height: 30px;
}
.grid1280_2 .layoutItem .componentaTab .rightTitleLink,
.grid1280_2 .Componenta .componentaTab .rightTitleLink,
.grid1280_2 .HtmlLayoutItem.content .componentaTab .rightTitleLink {
  font-size: 17px;
  font-weight: bold;
}
.grid1280_2 .layoutItem .componentaTab .rightTitleLink > img,
.grid1280_2 .Componenta .componentaTab .rightTitleLink > img,
.grid1280_2 .HtmlLayoutItem.content .componentaTab .rightTitleLink > img {
  margin-left: 8px;
}
.grid1280_2 .layoutItem .componentaTab .rightTitleText,
.grid1280_2 .Componenta .componentaTab .rightTitleText,
.grid1280_2 .HtmlLayoutItem.content .componentaTab .rightTitleText {
  display: flex;
  align-items: center;
}
.grid1280_2 .layoutItem .componentaTab .leftTitleText,
.grid1280_2 .Componenta .componentaTab .leftTitleText,
.grid1280_2 .HtmlLayoutItem.content .componentaTab .leftTitleText {
  font-size: 13px;
  font-weight: 500;
  z-index: 2;
}
.grid1280_2 .layoutItem .slotTitle,
.grid1280_2 .Componenta .slotTitle,
.grid1280_2 .HtmlLayoutItem.content .slotTitle {
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
}
.grid1280_2 .layoutItem .slotTitle.small,
.grid1280_2 .Componenta .slotTitle.small,
.grid1280_2 .HtmlLayoutItem.content .slotTitle.small {
  font-size: 16px;
}
.grid1280_2 .layoutItem .slotTitle.medium,
.grid1280_2 .Componenta .slotTitle.medium,
.grid1280_2 .HtmlLayoutItem.content .slotTitle.medium {
  font-size: 18px;
}
.grid1280_2 .layoutItem .mediaArea,
.grid1280_2 .Componenta .mediaArea,
.grid1280_2 .HtmlLayoutItem.content .mediaArea,
.grid1280_2 .layoutItem .imageArea,
.grid1280_2 .Componenta .imageArea,
.grid1280_2 .HtmlLayoutItem.content .imageArea,
.grid1280_2 .layoutItem .imageView,
.grid1280_2 .Componenta .imageView,
.grid1280_2 .HtmlLayoutItem.content .imageView {
  position: relative;
}
.grid1280_2 .layoutItem .mediaArea .MarketingSign,
.grid1280_2 .Componenta .mediaArea .MarketingSign,
.grid1280_2 .HtmlLayoutItem.content .mediaArea .MarketingSign,
.grid1280_2 .layoutItem .imageArea .MarketingSign,
.grid1280_2 .Componenta .imageArea .MarketingSign,
.grid1280_2 .HtmlLayoutItem.content .imageArea .MarketingSign,
.grid1280_2 .layoutItem .imageView .MarketingSign,
.grid1280_2 .Componenta .imageView .MarketingSign,
.grid1280_2 .HtmlLayoutItem.content .imageView .MarketingSign {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  height: 29px;
  width: 29px;
  overflow: hidden;
  z-index: 3;
}
.grid1280_2 .layoutItem .mediaArea .MarketingSign .marketingImage,
.grid1280_2 .Componenta .mediaArea .MarketingSign .marketingImage,
.grid1280_2 .HtmlLayoutItem.content .mediaArea .MarketingSign .marketingImage,
.grid1280_2 .layoutItem .imageArea .MarketingSign .marketingImage,
.grid1280_2 .Componenta .imageArea .MarketingSign .marketingImage,
.grid1280_2 .HtmlLayoutItem.content .imageArea .MarketingSign .marketingImage,
.grid1280_2 .layoutItem .imageView .MarketingSign .marketingImage,
.grid1280_2 .Componenta .imageView .MarketingSign .marketingImage,
.grid1280_2 .HtmlLayoutItem.content .imageView .MarketingSign .marketingImage {
  height: 29px !important;
  width: 29px !important;
  position: absolute;
  bottom: 0;
  right: 0;
}
.grid1280_2 .layoutItem .mediaArea .MarketingSign .marketingText,
.grid1280_2 .Componenta .mediaArea .MarketingSign .marketingText,
.grid1280_2 .HtmlLayoutItem.content .mediaArea .MarketingSign .marketingText,
.grid1280_2 .layoutItem .imageArea .MarketingSign .marketingText,
.grid1280_2 .Componenta .imageArea .MarketingSign .marketingText,
.grid1280_2 .HtmlLayoutItem.content .imageArea .MarketingSign .marketingText,
.grid1280_2 .layoutItem .imageView .MarketingSign .marketingText,
.grid1280_2 .Componenta .imageView .MarketingSign .marketingText,
.grid1280_2 .HtmlLayoutItem.content .imageView .MarketingSign .marketingText {
  display: none;
  background-color: #0006;
  font-weight: lighter;
  color: white;
  align-items: center;
  flex-grow: 1;
  padding: 10px 32px 11px 3px;
  font-size: 17px;
  line-height: 0.88;
  box-sizing: border-box;
}
.grid1280_2 .layoutItem .mediaArea .MarketingSign:hover,
.grid1280_2 .Componenta .mediaArea .MarketingSign:hover,
.grid1280_2 .HtmlLayoutItem.content .mediaArea .MarketingSign:hover,
.grid1280_2 .layoutItem .imageArea .MarketingSign:hover,
.grid1280_2 .Componenta .imageArea .MarketingSign:hover,
.grid1280_2 .HtmlLayoutItem.content .imageArea .MarketingSign:hover,
.grid1280_2 .layoutItem .imageView .MarketingSign:hover,
.grid1280_2 .Componenta .imageView .MarketingSign:hover,
.grid1280_2 .HtmlLayoutItem.content .imageView .MarketingSign:hover {
  width: 100%;
  height: 75px;
}
.grid1280_2 .layoutItem .mediaArea .MarketingSign:hover .marketingText,
.grid1280_2 .Componenta .mediaArea .MarketingSign:hover .marketingText,
.grid1280_2 .HtmlLayoutItem.content .mediaArea .MarketingSign:hover .marketingText,
.grid1280_2 .layoutItem .imageArea .MarketingSign:hover .marketingText,
.grid1280_2 .Componenta .imageArea .MarketingSign:hover .marketingText,
.grid1280_2 .HtmlLayoutItem.content .imageArea .MarketingSign:hover .marketingText,
.grid1280_2 .layoutItem .imageView .MarketingSign:hover .marketingText,
.grid1280_2 .Componenta .imageView .MarketingSign:hover .marketingText,
.grid1280_2 .HtmlLayoutItem.content .imageView .MarketingSign:hover .marketingText {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.grid1280_2 .layoutItem .MarketingSign.smallItem,
.grid1280_2 .Componenta .MarketingSign.smallItem,
.grid1280_2 .HtmlLayoutItem.content .MarketingSign.smallItem {
  height: 29px;
  overflow: hidden;
  z-index: 3;
}
.grid1280_2 .layoutItem .MarketingSign.smallItem .marketingImage,
.grid1280_2 .Componenta .MarketingSign.smallItem .marketingImage,
.grid1280_2 .HtmlLayoutItem.content .MarketingSign.smallItem .marketingImage {
  align-self: flex-end;
}
.grid1280_2 .layoutItem .MarketingSign.smallItem:hover,
.grid1280_2 .Componenta .MarketingSign.smallItem:hover,
.grid1280_2 .HtmlLayoutItem.content .MarketingSign.smallItem:hover {
  height: 100%;
}
.grid1280_2 .layoutItem .MarketingSign.smallItem:hover .marketingImage,
.grid1280_2 .Componenta .MarketingSign.smallItem:hover .marketingImage,
.grid1280_2 .HtmlLayoutItem.content .MarketingSign.smallItem:hover .marketingImage {
  align-self: flex-end;
}
.grid1280_2 .layoutItem .MarketingSign.smallItem:hover .marketingText,
.grid1280_2 .Componenta .MarketingSign.smallItem:hover .marketingText,
.grid1280_2 .HtmlLayoutItem.content .MarketingSign.smallItem:hover .marketingText {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.07;
  padding: 6px 29px 11px 1px;
}
.grid1280_2 .layoutItem .MarketingSign.smallItem:hover .marketingText span,
.grid1280_2 .Componenta .MarketingSign.smallItem:hover .marketingText span,
.grid1280_2 .HtmlLayoutItem.content .MarketingSign.smallItem:hover .marketingText span {
  white-space: unset;
}
.grid1280_2 .layoutItem .moreDetails,
.grid1280_2 .Componenta .moreDetails,
.grid1280_2 .HtmlLayoutItem.content .moreDetails {
  color: #78787b;
  vertical-align: top;
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 300;
}
.grid1280_2 .layoutItem .moreDetails .moreInfoRow,
.grid1280_2 .Componenta .moreDetails .moreInfoRow,
.grid1280_2 .HtmlLayoutItem.content .moreDetails .moreInfoRow {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.grid1280_2 .layoutItem .moreDetails .moreInfoRow .channel,
.grid1280_2 .Componenta .moreDetails .moreInfoRow .channel,
.grid1280_2 .HtmlLayoutItem.content .moreDetails .moreInfoRow .channel {
  flex-shrink: 0;
}
.grid1280_2 .layoutItem .moreDetails .moreInfoRow .separator,
.grid1280_2 .Componenta .moreDetails .moreInfoRow .separator,
.grid1280_2 .HtmlLayoutItem.content .moreDetails .moreInfoRow .separator {
  margin: 0 3px;
}
.grid1280_2 .layoutItem .moreDetails .authorInfo,
.grid1280_2 .Componenta .moreDetails .authorInfo,
.grid1280_2 .HtmlLayoutItem.content .moreDetails .authorInfo {
  margin-left: 0px;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid1280_2 .layoutItem .moreDetails .point,
.grid1280_2 .Componenta .moreDetails .point,
.grid1280_2 .HtmlLayoutItem.content .moreDetails .point {
  width: 4px;
  height: 4px;
  background: #78787b;
  border-radius: 4px;
  margin: auto 5px;
  display: inline-flex;
}
.grid1280_2 .layoutItem .bottomLink,
.grid1280_2 .Componenta .bottomLink,
.grid1280_2 .HtmlLayoutItem.content .bottomLink {
  font-size: 15px;
  line-height: 18px;
  color: #1417ac;
  text-decoration: none;
}
.grid1280_2 .layoutItem .arrowBtn,
.grid1280_2 .Componenta .arrowBtn,
.grid1280_2 .HtmlLayoutItem.content .arrowBtn {
  width: 44px;
  height: 44px;
  position: absolute;
  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: contain;
  top: calc(50% - 44px);
  border: 0;
  cursor: pointer;
  opacity: 0.9;
  z-index: 10;
}
.grid1280_2 .layoutItem .arrowBtn:disabled,
.grid1280_2 .Componenta .arrowBtn:disabled,
.grid1280_2 .HtmlLayoutItem.content .arrowBtn:disabled {
  display: none;
}
.grid1280_2 .layoutItem .arrowBtn:hover,
.grid1280_2 .Componenta .arrowBtn:hover,
.grid1280_2 .HtmlLayoutItem.content .arrowBtn:hover {
  opacity: 1;
}
.grid1280_2 .layoutItem .arrowBtn.scrollRight,
.grid1280_2 .Componenta .arrowBtn.scrollRight,
.grid1280_2 .HtmlLayoutItem.content .arrowBtn.scrollRight {
  right: 0px;
  transform: scaleX(-1);
}
.grid1280_2 .layoutItem .arrowBtn.scrollLeft,
.grid1280_2 .Componenta .arrowBtn.scrollLeft,
.grid1280_2 .HtmlLayoutItem.content .arrowBtn.scrollLeft {
  left: 0px;
}
.grid1280_2 .ArticleBodyComponent {
  font-family: 'NarkisBlock' ! important;
  /*  & .public-DraftEditor-content>div>*:not(figure) {
            width: 720px;
        }*/
}
.grid1280_2 .ArticleBodyComponent .text_editor_contact_us_link {
  display: none;
}
.grid1280_2 .ArticleBodyComponent figure {
  margin: 0 0 30px 0;
}
.grid1280_2 .ArticleBodyComponent .pHeader {
  font-size: 32px;
  font-weight: 900;
  font-style: normal;
  line-height: 30px;
  margin: 0 0 10px 0;
  font-family: 'NarkisBlock';
  color: #000000;
}
.grid1280_2 .ArticleBodyComponent .text_editor_paragraph {
  font-size: 20px;
  font-weight: lighter;
  font-style: inherit;
  line-height: 28px;
  letter-spacing: -0.11px;
  margin: 0 0 30px 0;
  font-family: 'NarkisBlock';
}
.grid1280_2 .ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-right: 50px;
}
.grid1280_2 .ArticleBodyComponent .text_editor_indent.ltr {
  margin-right: initial !important;
  margin-left: 50px !important;
}
.grid1280_2 .ArticleBodyComponent .text_editor_block_quote {
  font-family: 'NarkisBlock';
  width: 100% !important;
  border-top: 2px solid #de1a1a;
  border-bottom: 2px solid #de1a1a;
  border-left: none;
  margin: 0 0 30px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  white-space: normal;
  float: unset;
}
.grid1280_2 .ArticleBodyComponent .text_editor_block_quote span[data-text="true"] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 31px 45px;
}
.grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ul,
.grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ol {
  font-size: 20px;
  font-weight: lighter;
  font-style: normal;
  line-height: 22px;
  list-style-position: inherit ! important;
  padding-inline-start: 23px;
  white-space: normal ! important;
  margin: 0 0 30px 0;
  font-family: 'NarkisBlock';
}
.grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ul li {
  padding-bottom: 10px;
}
.grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ul li > * {
  position: relative;
  right: -2px;
}
.grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ol li {
  padding-bottom: 10px;
}
.grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ol li > * {
  position: relative;
  right: 3px;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta {
  display: block;
  width: 100%;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.half_wide {
  width: 100%;
  margin: 0;
  float: none;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .gelleryOpener {
  display: block;
  position: relative;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .expand {
  display: none;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand {
  display: flex;
  position: absolute;
  right: 15px;
  bottom: 15px;
  height: 28px;
  width: auto;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 14px 2px 10px;
  font-size: 14px;
  color: #fff;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg {
  width: auto;
  padding: 0 4px;
  height: 18px;
  background: #fff;
  color: #2e2e2f;
  font-size: 13px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border-radius: 2px;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after,
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg::before {
  content: "";
  position: absolute;
  width: 1px;
  border-radius: 2px;
  background: #fff;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after {
  height: 15px;
  right: -2px;
  top: 1px;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:before {
  height: 11px;
  right: -4px;
  top: 3px;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.full_wide {
  width: 100%;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails {
  margin-bottom: 14px;
  margin-top: 8px;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption,
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCredit {
  font-size: 14px;
  line-height: 18px;
  color: #78787b;
  font-family: 'NarkisBlock';
  font-weight: normal;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .expand {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 36px;
  height: 36px;
  background-color: #2e2e2f;
  border-radius: 50%;
  box-shadow: none;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .expand:hover {
  cursor: pointer;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .expand::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M2.5 0.5L6.5 4.5 2.5 8.5' transform='translate(-331 -1396) translate(323 1388) translate(9 9) translate(9 9) scale(1 -1) rotate(-45 -6.364 0)'/%3E %3Cpath stroke-linecap='square' d='M5 5L1 1' transform='translate(-331 -1396) translate(323 1388) translate(9 9) translate(9 9)'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M2.5 0.5L6.5 4.5 2.5 8.5' transform='translate(-331 -1396) translate(323 1388) translate(9 9) rotate(-180 4.5 4.5) scale(1 -1) rotate(-45 -6.364 0)'/%3E %3Cpath stroke-linecap='square' d='M5 5L1 1' transform='translate(-331 -1396) translate(323 1388) translate(9 9) rotate(-180 4.5 4.5)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.pikudHaorefAlert {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1000000;
  right: 0;
  font-family: 'NarkisBlock';
}
.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;
}
.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;
}
.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;
}
.AccordionSocialsShareComponenta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 32px;
  margin-top: 15px;
}
.AccordionSocialsShareComponenta .shareIcon1280 {
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  margin: 0 2px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.AccordionSocialsShareComponenta .shareIcon1280.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H32V32H0z' transform='translate(-574 -471) translate(574 471)'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M17.226 9.976c1.05 0 1.79.165 1.79.165v1.854s-.23.006-.8.007h-.267c-.772 0-1.144.49-1.144 1.26v1.384h1.982l-.331 2.297-1.651-.001v5.362h-2.414l-.001-5.362h-1.9v-2.296h1.9V13.15c0-2.72 1.55-3.154 2.75-3.173h.086z' transform='translate(-574 -471) translate(574 471)'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M16 4.507c-6.351 0-11.5 5.15-11.5 11.5 0 6.352 5.149 11.5 11.5 11.5s11.5-5.148 11.5-11.5c0-6.35-5.149-11.5-11.5-11.5zm0 2c5.247 0 9.5 4.254 9.5 9.5 0 5.247-4.253 9.5-9.5 9.5s-9.5-4.253-9.5-9.5c0-5.246 4.253-9.5 9.5-9.5z' transform='translate(-574 -471) translate(574 471)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.AccordionSocialsShareComponenta .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H32V32H0z' transform='translate(-613 -471) translate(613 471)'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M16.048 4.507c3.064.001 5.94 1.189 8.101 3.342 2.163 2.155 3.352 5.019 3.351 8.063-.002 6.285-5.14 11.397-11.455 11.397-1.79 0-3.55-.417-5.136-1.211l-.337-.176L4.5 27.507l1.625-5.906c-1.002-1.728-1.53-3.688-1.529-5.697.002-6.284 5.14-11.397 11.452-11.397zm-.001 2l-.267.004c-5.087.142-9.182 4.305-9.184 9.394 0 1.535.373 3.037 1.088 4.385l.171.308.421.725-.929 3.373 3.485-.909.695.378c1.378.749 2.935 1.144 4.518 1.144 5.213 0 9.453-4.22 9.455-9.398 0-2.513-.977-4.866-2.762-6.645-1.71-1.703-3.951-2.671-6.36-2.753l-.331-.006z' transform='translate(-613 -471) translate(613 471)'/%3E %3Cpath fill='%23000' d='M10.558 13.335c0 1.305.97 2.565 1.105 2.742.136.177 1.909 2.853 4.623 4.002.646.273 1.15.436 1.543.558.649.201 1.238.173 1.704.106.521-.078 1.602-.643 1.828-1.261.225-.62.225-1.15.158-1.26-.069-.11-.25-.177-.52-.31s-1.601-.774-1.85-.862c-.246-.088-.428-.133-.608.132s-.699.862-.857 1.04c-.157.176-.315.199-.585.067-.271-.133-1.144-.414-2.178-1.316-.804-.703-1.347-1.571-1.504-1.836-.158-.266-.018-.409.118-.54.122-.12.271-.31.406-.466.135-.154.18-.266.27-.442.09-.177.045-.332-.022-.464s-.609-1.437-.835-1.968c-.193-.455-.39-.454-.547-.454l-.062-.001c-.157-.008-.338-.01-.518-.01s-.474.067-.722.332-.947.907-.947 2.211z' transform='translate(-613 -471) translate(613 471)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.AccordionSocialsShareComponenta .shareIcon1280.tw {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cpath d='M0 0H32V32H0z'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M16 4.507c-6.351 0-11.5 5.15-11.5 11.5 0 6.352 5.149 11.5 11.5 11.5s11.5-5.148 11.5-11.5c0-6.35-5.149-11.5-11.5-11.5zm0 2c5.247 0 9.5 4.254 9.5 9.5 0 5.247-4.253 9.5-9.5 9.5s-9.5-4.253-9.5-9.5c0-5.246 4.253-9.5 9.5-9.5z'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M20.88 13.937c0-.098 0-.196-.006-.294.442-.322.823-.72 1.126-1.176-.412.183-.849.304-1.296.357.47-.284.824-.73.992-1.257-.443.265-.928.451-1.433.552-.855-.916-2.284-.96-3.193-.099-.586.555-.835 1.382-.653 2.172-1.815-.092-3.505-.955-4.651-2.375-.6 1.039-.293 2.367.698 3.034-.359-.01-.71-.108-1.024-.284v.028c0 1.082.758 2.014 1.81 2.229-.332.09-.68.104-1.018.039.295.925 1.143 1.56 2.108 1.578-.8.633-1.786.976-2.803.975-.18 0-.359-.011-.537-.033 1.032.667 2.233 1.02 3.46 1.02 4.15.001 6.42-3.463 6.42-6.466z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.AccordionSocialsShareComponenta .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M6,8.47V23.53H26V8.47Zm16.2,2L16,15.79,9.82,10.47ZM8,21.53v-10l8,6.91,8-6.91v10Z'/%3E%3C/svg%3E");
}
.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;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .SiteScrollToTopButton {
    display: none ! important;
  }
}
.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: 767px) 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;
  overflow: visible;
  left: 10px;
  bottom: 10px;
  width: 284px !important;
  z-index: 23;
}
.flowplayer.is-sticky.is-sticky-sargel {
  bottom: 60px ! important;
}
.flowplayer.is-sticky .ynetfp-close-button {
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 9999;
  width: 32px;
  height: 32px;
  cursor: pointer;
  opacity: 0.3;
}
.flowplayer.is-sticky .ynetfp-close-button:hover {
  opacity: 1;
}
.flowplayer.is-sticky .ynetfp-close-button:before,
.flowplayer.is-sticky .ynetfp-close-button:after {
  position: absolute;
  top: -36px;
  left: 0;
  height: 33px;
  width: 3px;
  background-color: #cc0000;
  content: ' ';
}
.flowplayer.is-sticky .ynetfp-close-button:before {
  transform: rotate(45deg);
}
.flowplayer.is-sticky .ynetfp-close-button:after {
  transform: rotate(-45deg);
}
.flowplayer.is-sticky .fp-bar {
  max-width: 38%;
}
.flowplayer.is-sticky .fp-share_button {
  padding-top: 4px;
}
.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: 767px) 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: 767px) 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;
}
