/*! 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;
}
.frontCopyButton-pf {
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect width='24' height='24' rx='12' fill='%23424242'/%3E %3Cg clip-path='url(%23clip0_162_3236)'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8529 15.1368C12.1452 15.8406 11.4474 16.5542 10.7321 17.2499C10.3499 17.6217 9.88109 17.8533 9.35172 17.9531C9.27921 17.9667 9.20725 17.9842 9.13474 17.9994H8.50287C8.40365 17.9815 8.30388 17.9662 8.20575 17.9444C7.53136 17.795 6.9889 17.4347 6.56911 16.8922C6.31724 16.5668 6.14224 16.2004 6.06973 15.7905C6.04628 15.6613 6.02339 15.5321 6.00049 15.4034V14.9825C6.02393 14.8528 6.04356 14.7231 6.07082 14.5944C6.18694 14.052 6.44645 13.588 6.83898 13.1966C7.68019 12.3565 8.52141 11.517 9.36044 10.6742C9.78133 10.2511 10.2867 9.97746 10.8717 9.88969C11.6791 9.76866 12.4304 9.93057 13.0819 10.4501C13.2754 10.6044 13.4613 10.7625 13.536 11.016C13.6832 11.5143 13.3354 12.0207 12.7956 12.0376C12.5198 12.0463 12.3104 11.9275 12.1163 11.7541C11.6949 11.3774 11.0271 11.3529 10.622 11.7383C9.76061 12.561 8.92321 13.4092 8.07927 14.2515C7.96969 14.3616 7.86556 14.4848 7.78432 14.6184C7.54172 15.0174 7.56952 15.4994 7.8432 15.8782C8.09562 16.2271 8.44236 16.4005 8.87087 16.3836C9.14019 16.3727 9.38988 16.2795 9.5856 16.0859C10.0926 15.5844 10.5969 15.0801 11.0974 14.5715C11.2032 14.4641 11.31 14.4445 11.4403 14.4979C11.8399 14.6609 12.2559 14.735 12.6866 14.7241C12.8049 14.7209 12.8943 14.7596 12.9368 14.8692C12.9761 14.9738 12.9336 15.0583 12.8534 15.1374L12.8529 15.1368Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.0001 9.1346C17.9684 9.27361 17.9428 9.41426 17.9052 9.55164C17.7983 9.94797 17.6261 10.316 17.3442 10.6158C16.931 11.0546 16.503 11.4804 16.0783 11.9084C15.6094 12.3816 15.1395 12.8542 14.6646 13.3214C14.3043 13.6758 13.8872 13.9429 13.3889 14.0568C13.185 14.1032 12.9718 14.1152 12.763 14.1402C12.25 14.2013 11.7773 14.0612 11.3298 13.8317C11.0501 13.6883 10.79 13.5068 10.597 13.2505C10.2721 12.8199 10.4466 12.1062 11.079 11.9869C11.3668 11.9323 11.6078 12.0092 11.8171 12.2038C12.0407 12.4132 12.3089 12.5347 12.6109 12.5451C12.9217 12.5555 13.2123 12.4568 13.4363 12.2333C14.325 11.3523 15.2104 10.4675 16.0903 9.57836C16.2533 9.41263 16.3329 9.19729 16.3645 8.96124C16.4065 8.65213 16.3274 8.37792 16.1513 8.13205C15.7359 7.5531 14.9416 7.46205 14.4509 7.90854C13.9194 8.39318 13.4167 8.90999 12.9102 9.42244C12.7685 9.56582 12.6764 9.55328 12.5286 9.49658C12.244 9.3881 11.9534 9.31886 11.6503 9.29869C11.5271 9.28997 11.4039 9.27852 11.2807 9.27688C11.1847 9.27579 11.1166 9.23818 11.0773 9.15368C11.0326 9.05937 11.0566 8.97759 11.1297 8.90509C11.5571 8.47877 11.9834 8.05137 12.4109 7.62397C12.6982 7.33721 12.98 7.0461 13.2717 6.76534C13.6702 6.38046 14.1494 6.14768 14.6935 6.04792C14.7818 6.03156 14.8702 6.0163 14.9579 6.00049H15.4492C15.5527 6.01739 15.6574 6.02775 15.7594 6.05173C16.3705 6.19565 16.8988 6.47968 17.3142 6.96215C17.5977 7.28979 17.7967 7.65722 17.9057 8.07427C17.9406 8.20838 17.9679 8.34466 17.999 8.47986V9.13514L18.0001 9.1346Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_162_3236'%3E %3Crect width='12' height='12' fill='white' transform='translate(6 6)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center center / cover;
  margin: 0 7px 0 7px;
  cursor: pointer;
}
.copyPopup {
  position: absolute;
  top: -30px;
  left: 0px;
  width: max-content;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  padding: 6px;
  color: #fff;
  animation: fadeIn 0.4s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.4s ease-in-out;
}
.englishSite .GalleryPaging {
  right: 10px ! important;
  left: inherit ! important;
}
.grid1280 .GalleryPaging {
  bottom: 10px ! important;
  right: 10px ! important;
  left: unset ! important;
}
.grid1280 .GalleryPaging > button {
  width: 16px;
  height: 16px;
  background: rgba(40, 40, 40, 0.6) ! important;
  margin-right: 0px;
  margin-left: 10px;
  border: 2px solid #fff! important;
  color: transparent ! important;
  padding: 0;
  box-sizing: border-box;
}
.grid1280 .GalleryPaging > button.selected {
  background: #fff! important;
  color: transparent ! important;
}
.GalleryPaging {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 2;
}
.GalleryPaging > button {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  margin-right: 5px;
  border: 0;
  cursor: pointer;
  direction: ltr;
  font-size: 10px;
  outline: 0;
}
.GalleryPaging > button.selected {
  background: #000066;
  color: #fff;
}
.ImageSlider {
  width: 100% ! important;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
  max-width: 980px;
  max-height: 653px;
  overflow: hidden;
}
.ImageSlider > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ImageSlider .imagesSliderTitle {
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  line-height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
}
.ImageSlider .bottomPicture {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.ImageSlider .topPicture {
  background-size: cover;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 50%;
  height: 100%;
  left: 0;
}
.ImageSlider img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ImageSlider input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(0% - 15px);
  background-color: rgba(255, 255, 255, 0);
  width: calc(100% + 30px);
  direction: ltr;
  padding: 0;
}
.ImageSlider input[type=range]:focus {
  outline: none;
}
.ImageSlider input[type=range]:active {
  outline: none;
}
.ImageSlider input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  outline: none;
}
.ImageSlider input[type=range]::active {
  border: none;
  outline: none;
}
.ImageSlider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 35px;
  height: 35px;
  background: url('//ynet.co.il/images/xnet/slider/slider.png') no-repeat center center transparent;
  border-radius: 50%;
  cursor: move;
}
.ImageSlider input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 35px;
  height: 35px;
  background: url('//ynet.co.il/images/xnet/slider/slider.png') no-repeat center center transparent;
  border-radius: 50%;
  cursor: move;
}
.ImageSlider input[type=range]:focus::-webkit-slider-thumb {
  background: url('//ynet.co.il/images/xnet/slider/slider.png') no-repeat center center transparent;
}
.ImageSlider .imgTitle {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: calc(50% - 22px);
  padding: 1em;
  font-size: 14px;
  z-index: 6;
  max-width: 40%;
  box-sizing: border-box;
}
.ImageSlider .imgTitle.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.ImageSlider .imgTitle.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}
.ImageSlider .bottomImg {
  right: 0;
}
.ImageSlider .topImg {
  left: 0;
}
.ImageSlider #innerSliderDiv {
  height: 100%;
  position: absolute;
  left: 0;
}
.havakIcon.inTextDiv {
  position: unset;
  width: 50px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='50' height='18' viewBox='0 0 50 18'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-257 -883) translate(22 712) translate(235 171)'%3E %3Crect width='50' height='18' fill='%23DE1A1A' rx='9'/%3E %3Cpath fill='%23000' d='M41 16c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7z'/%3E %3Cg fill='%23FFF' fill-rule='nonzero'%3E %3Cpath d='M5 0L5 8 3 8 3 0z' transform='translate(37 5)'/%3E %3Cpath d='M8 3L8 5 0 5 0 3z' transform='translate(37 5)'/%3E %3C/g%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M7.157 14.197c2.21 0 3.029-.832 3.705-2.717l1.95-5.46h-1.976L9.601 9.946 8.327 6.02H6.325l2.366 6.305c-.338.377-.806.507-1.443.507-.182 0-.39 0-.533-.026v1.34c.117.025.273.051.442.051zM15.685 12V9.686c.013-1.599.507-2.223 1.235-2.223.611 0 .936.403.936 1.287V12h1.95V8.62c0-2.028-1.001-2.717-2.21-2.717-.832 0-1.534.299-2.002 1.014V6.02h-1.859V12h1.95zm8.268-6.149c1.755 0 2.834.825 2.834 2.632 0 .3-.026.644-.065.956h-3.965c.13.962.689 1.157 1.703 1.157.676 0 1.326-.104 2.002-.286v1.417c-.871.26-1.716.351-2.301.351-2.171 0-3.432-.663-3.432-3.133 0-2.093 1.248-3.094 3.224-3.094zm-.104 1.404c-.481 0-.923.338-1.079 1.08h1.989c-.065-.794-.403-1.08-.91-1.08zm6.747 4.784c.338 0 .806-.039 1.092-.104v-1.39c-.208.025-.533.038-.78.038-.507 0-.715-.247-.715-.897V7.372h1.495V6.02h-1.495V4.46h-1.95v1.56h-.871v1.352h.871v2.51c0 1.546.988 2.157 2.353 2.157z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") ! important;
}
.havakIcon.onImage {
  position: absolute;
  left: 0;
  top: 6px;
  width: 58px;
  height: 20px;
  background: url(/Common/images/premium/left_small_paywall_icon_58x20.png) no-repeat;
  z-index: 1;
}
.havakIcon.onTopImage {
  position: absolute;
  left: unset;
  right: 0px;
  top: 30px;
  width: 100px;
  height: 34px;
  background-color: #FFFFFF;
  background-image: url(//images1.ynet.co.il/static/article/images/apple-touch-icon.png);
  background-repeat: no-repeat;
  background-size: 90px 34px !important;
  z-index: 1;
  border-radius: 50px 0px 0px 50px;
  background-position: top center;
}
.havakIcon.onArticleHeadlineImage {
  position: absolute;
  left: 0;
  top: 8px;
  width: 50px !important;
  height: 17px !important;
  background: url(/Common/images/left_small_paywall_icon_58x20.png) !important;
  background-repeat: no-repeat !important;
  z-index: 1;
  background-size: 50px 17px !important;
}
.havakIcon.onImage_big {
  position: absolute;
  top: 20px;
  left: 0;
  width: 81px;
  height: 30px;
  background: url(/Common/images/premium/left_big_paywall_icon_80x30.png) no-repeat;
}
.havakIcon.onImage_big.bigInTop {
  top: 20px ! important;
  bottom: inherit;
}
.havakIcon.onTextRow {
  background: url(/Common/images/premium/xsmall_paywall_icon_45x14.png) no-repeat;
  width: 45px;
  height: 14px;
  display: inline-flex;
  margin-right: 6px;
}
.grid1280_2 .havakIcon,
.pplus .havakIcon,
.magazine2025 .havakIcon {
  width: 50px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='50' height='18' viewBox='0 0 50 18'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-257 -883) translate(22 712) translate(235 171)'%3E %3Crect width='50' height='18' fill='%23DE1A1A' rx='9'/%3E %3Cpath fill='%23000' d='M41 16c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7z'/%3E %3Cg fill='%23FFF' fill-rule='nonzero'%3E %3Cpath d='M5 0L5 8 3 8 3 0z' transform='translate(37 5)'/%3E %3Cpath d='M8 3L8 5 0 5 0 3z' transform='translate(37 5)'/%3E %3C/g%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M7.157 14.197c2.21 0 3.029-.832 3.705-2.717l1.95-5.46h-1.976L9.601 9.946 8.327 6.02H6.325l2.366 6.305c-.338.377-.806.507-1.443.507-.182 0-.39 0-.533-.026v1.34c.117.025.273.051.442.051zM15.685 12V9.686c.013-1.599.507-2.223 1.235-2.223.611 0 .936.403.936 1.287V12h1.95V8.62c0-2.028-1.001-2.717-2.21-2.717-.832 0-1.534.299-2.002 1.014V6.02h-1.859V12h1.95zm8.268-6.149c1.755 0 2.834.825 2.834 2.632 0 .3-.026.644-.065.956h-3.965c.13.962.689 1.157 1.703 1.157.676 0 1.326-.104 2.002-.286v1.417c-.871.26-1.716.351-2.301.351-2.171 0-3.432-.663-3.432-3.133 0-2.093 1.248-3.094 3.224-3.094zm-.104 1.404c-.481 0-.923.338-1.079 1.08h1.989c-.065-.794-.403-1.08-.91-1.08zm6.747 4.784c.338 0 .806-.039 1.092-.104v-1.39c-.208.025-.533.038-.78.038-.507 0-.715-.247-.715-.897V7.372h1.495V6.02h-1.495V4.46h-1.95v1.56h-.871v1.352h.871v2.51c0 1.546.988 2.157 2.353 2.157z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") ! important;
  flex-shrink: 0;
}
.grid1280_2 .havakIcon.onImage,
.pplus .havakIcon.onImage,
.magazine2025 .havakIcon.onImage {
  position: absolute;
  left: unset;
  top: unset;
  right: 12px;
  bottom: 9px;
  z-index: 1;
}
.grid1280_2 .havakIcon.onImage.top,
.pplus .havakIcon.onImage.top,
.magazine2025 .havakIcon.onImage.top {
  top: 9px !important;
  bottom: unset !important;
}
.grid1280_2 .havakIcon.onImage_big,
.pplus .havakIcon.onImage_big,
.magazine2025 .havakIcon.onImage_big {
  width: 90px;
  height: 33px;
  bottom: 18px;
  right: 16px;
  top: unset;
}
.grid1280_2 .havakIcon.onImage_big.top,
.pplus .havakIcon.onImage_big.top,
.magazine2025 .havakIcon.onImage_big.top {
  top: 9px !important;
  bottom: unset !important;
}
.grid1280_2 .havakIcon.onTextRow,
.pplus .havakIcon.onTextRow,
.magazine2025 .havakIcon.onTextRow {
  display: inline-flex;
  margin-right: 6px;
}
.recipeRatingWrapper {
  display: flex;
  align-items: center;
}
.recipeRatingWrapper .recipeVoters {
  width: 100%;
  font-size: 12px;
  margin-left: 7px;
}
.recipeRatingWrapper .recipeRatingStars {
  display: flex;
  flex-direction: row-reverse;
}
.recipeRatingWrapper .recipeRatingStars > div:last-child {
  margin-right: 0px !important;
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  margin-right: 7px !important;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starEmpty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M11.5,19.07,4.393,23l1.357-8.322L0,8.785,7.946,7.57,11.5,0l3.552,7.57L23,8.785l-5.75,5.893L18.607,23Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starHalf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cg id='star_h' transform='translate(-848.358 -4004.139)'%3E %3Cg id='Path' transform='translate(848.358 4004.139)' fill='none'%3E %3Cpath d='M15.052,7.57,11.5,0,7.947,7.57,0,8.785l5.749,5.892L4.393,23,11.5,19.071,18.608,23,17.25,14.678,23,8.785Z' stroke='none'/%3E %3Cpath d='M 11.49977684020996 4.707538604736328 L 9.303762435913086 9.38587760925293 L 4.149341583251953 10.1739673614502 L 7.885472297668457 14.00314712524414 L 7.029115676879883 19.25698280334473 L 11.50011253356934 16.78522682189941 L 15.97040176391602 19.256591796875 L 15.11327266693115 14.00314712524414 L 18.85025024414063 10.17397022247314 L 13.69497299194336 9.38587760925293 L 11.49977684020996 4.707538604736328 M 11.50011253356934 -1.9073486328125e-06 L 15.05220222473145 7.570127487182617 L 23.00022315979004 8.785147666931152 L 17.24974250793457 14.67749786376953 L 18.60757255554199 22.99981689453125 L 11.50011253356934 19.07051849365234 L 4.39265251159668 22.99981689453125 L 5.749162673950195 14.67749786376953 L 1.9073486328125e-06 8.785147666931152 L 7.94670295715332 7.570127487182617 L 11.50011253356934 -1.9073486328125e-06 Z' stroke='none' fill='%23ffb813'/%3E %3C/g%3E %3Cpath id='Path_451' data-name='Path 451' d='M6510.858,18490.334v-16.084l-3.233,6.906-7.5,1.031,5.625,5.563-1.625,7.875s5.483-3.646,6.733-4.312' transform='translate(-5651 -14469)' fill='%23ffb813'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starFull {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23ffb813; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M 5.71091365814209 21.12848091125488 L 6.736380100250244 14.83874988555908 L 6.817580223083496 14.34070014953613 L 6.465169906616211 13.97949981689453 L 2.074688911437988 9.479497909545898 L 8.097590446472168 8.558859825134277 L 8.624979972839355 8.478240013122559 L 8.851710319519043 7.99528980255127 L 11.50009441375732 2.353833675384521 L 14.14661979675293 7.995059967041016 L 14.37329006195068 8.478240013122559 L 14.90087032318115 8.558859825134277 L 20.92509651184082 9.479517936706543 L 16.53408050537109 13.97945022583008 L 16.18157958984375 14.34068965911865 L 16.26284980773926 14.83883953094482 L 17.28886222839355 21.12825584411621 L 11.9842700958252 18.19520950317383 L 11.50041961669922 17.92766952514648 L 11.01655006408691 18.19518089294434 L 5.71091365814209 21.12848091125488 Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starEmpty {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starHalf {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Half' d='M15 6V21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starFull {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Full' d='M15 6L18.09 12.2534L25 13.2624L20 18.1272L21.18 25L15 21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .hideRecipeVoters {
  display: none;
}
.videoIcon {
  vertical-align: baseline;
  display: inline-flex;
  border-radius: 50%;
  border-color: #fff ! important;
  z-index: 2;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  pointer-events: none;
}
.videoIcon .icon {
  background-image: url(/Common/images/small_play_new.png) ! important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.videoIcon.small {
  margin-right: 6px;
  width: 14px;
  height: 11px;
  border: none;
}
.videoIcon.small .icon {
  width: 13px;
  height: 13px;
  display: block;
}
.videoIcon.medium {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
}
.videoIcon.medium .icon {
  width: 28px;
  height: 28px;
}
.videoIcon.big,
.videoIcon.big2 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 42px;
  height: 42px;
  border: none !important;
  background-color: transparent !important;
}
.videoIcon.big.bigInTop,
.videoIcon.big2.bigInTop {
  top: 10px ! important;
  bottom: inherit;
}
.videoIcon.big .icon,
.videoIcon.big2 .icon {
  background-image: url(/Common/images/big_play.png) ! important;
  width: 50px;
  height: 50px;
  margin-left: 0px;
}
.videoIcon.bigInCenter {
  position: absolute;
  top: calc(50% - 39px);
  right: calc(50% - 39px);
  border: 4px solid;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
}
.videoIcon.bigInCenter .icon {
  width: 70px;
  height: 70px;
  margin-left: 5px;
}
.videoIcon.black {
  border-color: #000 ! important;
}
.videoIcon.black .icon {
  background-image: url(/Common/images/small_icon_video.png) ! important;
}
.hContainer:not(.radionas) .audioIcon,
.site_page_root:not(.radionas) .audioIcon {
  width: auto;
  height: auto !important;
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 20px;
  bottom: 4px;
  right: 4px;
  padding: 1.5px 4px;
  box-sizing: border-box;
  background-color: rgba(26, 26, 26, 0.6) !important;
}
.hContainer:not(.radionas) .audioIcon .icon,
.site_page_root:not(.radionas) .audioIcon .icon {
  height: 10px;
  width: 10px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10'%3E %3Cpath data-name='headphones' d='M5.5 2.25A5.607 5.607 0 0 0 0 7.964v1.072a.718.718 0 0 0 .38.639l.309.161a2.451 2.451 0 0 0 2.4 2.415h.516a.526.526 0 0 0 .516-.536V7.786a.526.526 0 0 0-.516-.536h-.511A2.356 2.356 0 0 0 1.375 8v-.036A4.212 4.212 0 0 1 5.5 3.679a4.212 4.212 0 0 1 4.125 4.285V8a2.356 2.356 0 0 0-1.719-.75h-.515a.526.526 0 0 0-.516.536v3.929a.526.526 0 0 0 .516.536h.516a2.451 2.451 0 0 0 2.4-2.415l.309-.161A.718.718 0 0 0 11 9.036V7.964A5.607 5.607 0 0 0 5.5 2.25z' transform='translate(0 -2.25)' style='fill:%23fff'/%3E %3C/svg%3E") ! important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.hContainer:not(.radionas) .audioIcon .duration,
.site_page_root:not(.radionas) .audioIcon .duration {
  margin-right: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
}
.font-moses .hContainer:not(.radionas) .audioIcon .duration,
.font-moses .site_page_root:not(.radionas) .audioIcon .duration {
  font-size: 11px;
  font-weight: 500;
}
.laisha .icon,
.menta .icon {
  width: 100%! important;
  height: 100%! important;
}
.laisha .big,
.menta .big {
  width: 60px! important;
  height: 60px! important;
  left: 16px;
  bottom: 16px;
}
.laisha .medium,
.menta .medium {
  width: 40px ! important;
  height: 40px ! important;
  left: 8px;
  bottom: 8px;
}
.laisha .small,
.menta .small {
  width: 30px ! important;
  height: 30px! important;
  left: 4px ! important;
  bottom: 4px ! important;
  position: absolute;
}
.english.videoIcon {
  width: 18px ! important;
  height: 10px ! important;
  margin-left: 4px ! important;
  vertical-align: baseline ! important;
  display: inline-flex ! important;
  transform: scaleX(-1);
  align-items: inherit ! important;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 110%;
}
.english.videoIcon.bigger {
  width: 15px ! important;
  height: 12px ! important;
}
.english.videoIcon.red {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23d11e24' xml:space='preserve'%3E %3Cpath d='M25.1,10.3H16V8h11.4V5.7H16h-4.6V8v2.3H9.1v4.6H4.6v-2.3H2.3v-2.3H0v4.6v6.9v4.6h2.3V24h2.3v-2.3h4.6v4.6H16h9.1H32v-9.1 v-2.3v-4.6H25.1z M25.1,17.1H16v-2.3h9.1V17.1z'/%3E %3C/svg%3E") ! important;
}
.english.videoIcon.white {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23ffffff' xml:space='preserve'%3E %3Cpath d='M25.1,10.3H16V8h11.4V5.7H16h-4.6V8v2.3H9.1v4.6H4.6v-2.3H2.3v-2.3H0v4.6v6.9v4.6h2.3V24h2.3v-2.3h4.6v4.6H16h9.1H32v-9.1 v-2.3v-4.6H25.1z M25.1,17.1H16v-2.3h9.1V17.1z'/%3E %3C/svg%3E") ! important;
}
.english.videoIcon.blue {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23000066' xml:space='preserve'%3E %3Cpath d='M25.1,10.3H16V8h11.4V5.7H16h-4.6V8v2.3H9.1v4.6H4.6v-2.3H2.3v-2.3H0v4.6v6.9v4.6h2.3V24h2.3v-2.3h4.6v4.6H16h9.1H32v-9.1 v-2.3v-4.6H25.1z M25.1,17.1H16v-2.3h9.1V17.1z'/%3E %3C/svg%3E") ! important;
}
.grid1280,
.big {
  background-color: none;
}
.blazer .big {
  width: 60px ! important;
  height: 60px ! important;
  background-color: rgba(0, 0, 0, 0.5) ! important;
  background-size: 60px 60px ! important;
}
.blazer .big2 {
  width: 50px ! important;
  height: 50px ! important;
  background-color: transparent;
  background-size: 50px 50px ! important;
}
.blazer.medium {
  left: 6px ! important;
  bottom: 6px ! important;
}
.ynetnews .videoIcon.medium,
.vesty .videoIcon.medium {
  left: unset !important;
  right: 10px !important;
}
.ynetnews .videoIcon.small,
.vesty .videoIcon.small {
  left: 12px !important;
  right: unset !important;
}
.ynetnews .videoIcon.big,
.vesty .videoIcon.big {
  left: unset !important;
  right: 18px !important;
}
.grid1280_2 .videoIcon,
.pplus .videoIcon {
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 2px;
  box-sizing: border-box;
  background-color: #2e2e2f !important;
  width: auto;
  position: absolute;
  height: auto !important;
}
.grid1280_2 .videoIcon.medium,
.pplus .videoIcon.medium {
  top: unset;
  left: 10px;
  right: unset;
  bottom: 12px;
}
.grid1280_2 .videoIcon.medium .icon,
.pplus .videoIcon.medium .icon {
  width: 14px;
  height: 14px;
}
.grid1280_2 .videoIcon.small,
.pplus .videoIcon.small {
  top: unset;
  left: unset;
  right: 12px;
  bottom: 8px;
}
.grid1280_2 .videoIcon.small .icon,
.pplus .videoIcon.small .icon {
  width: 11px;
  height: 11px;
}
.grid1280_2 .videoIcon.onTextRow,
.pplus .videoIcon.onTextRow {
  position: unset ! important;
}
.grid1280_2 .videoIcon.big,
.pplus .videoIcon.big {
  top: unset;
  left: 18px;
  right: unset;
  bottom: 18px;
}
.grid1280_2 .videoIcon.big .icon,
.pplus .videoIcon.big .icon {
  width: 18px;
  height: 18px;
}
.grid1280_2 .videoIcon .icon,
.pplus .videoIcon .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath d='M40 2c3.866 0 7 3.134 7 7s-3.134 7-7 7-7-3.134-7-7 3.134-7 7-7zm-2.2 3.111l-.133 7.778 6.222-3.78-6.09-3.998z' transform='translate(-605 -1113) translate(335 984) translate(237 127)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") ! important;
}
.grid1280_2 .videoIcon .duration,
.pplus .videoIcon .duration {
  margin: auto 5px;
  color: #fff;
  font-size: 12px;
  align-items: center;
}
body:has(.Magazine-Article-Chapter-Menu) {
  overflow-x: hidden;
}
@container scroll-state(stuck: top) {
  :after {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }
}
.DesktopModeContainer .layoutItem.Magazine-Article-Chapter-Menu {
  top: 0px;
}
.layoutItem.Magazine-Article-Chapter-Menu {
  position: sticky;
  top: 50px;
  z-index: 101;
  container-type: scroll-state;
}
.layoutItem.Magazine-Article-Chapter-Menu:has(.noChapter) {
  display: none;
}
.layoutItem.Magazine-Article-Chapter-Menu.isSticky {
  z-index: 10000000000;
}
.layoutItem.Magazine-Article-Chapter-Menu.isSticky:after {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.layoutItem.Magazine-Article-Chapter-Menu:after {
  position: absolute;
  content: "";
  left: -100%;
  right: -100%;
  width: 300%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 0;
  top: 0;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container {
  z-index: 1;
  position: relative;
  width: 1240px;
  margin: 0px -250px;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu {
  width: 1240px;
  height: 50px;
  position: relative;
  overflow: hidden;
  margin: auto;
  background-color: #f5f5f5;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu.noChapters {
  display: none;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  align-items: center;
  align-content: center;
  white-space: nowrap;
  padding: 0 16px;
  box-sizing: border-box;
  gap: 15px;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item {
  position: absolute;
  width: 150px;
  height: 50px;
  background: linear-gradient(270deg, #f5f5f5 7.68%, rgba(239, 239, 239, 0) 113.98%);
  display: flex;
  justify-content: flex-start;
  padding: 0px;
  align-items: center;
  right: 0px;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item .arrow-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg filter='url(%23filter0_d_6826_3275)'%3E %3Cpath d='M2 13.8906C2 7.26321 7.37258 1.89062 14 1.89062C20.6274 1.89062 26 7.26321 26 13.8906C26 20.518 20.6274 25.8906 14 25.8906C7.37258 25.8906 2 20.518 2 13.8906Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0088 20.6898L10.8 19.479L16.3795 13.8898L10.8 8.30069L12.0088 7.08984L18.797 13.8898L12.0088 20.6898Z' fill='black'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_6826_3275' x='0' y='0.890625' width='28' height='28' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='1'/%3E %3CfeGaussianBlur stdDeviation='1'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6826_3275'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6826_3275' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 10px;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item.opposite {
  background: linear-gradient(90deg, #f5f5f5 7.68%, rgba(239, 239, 239, 0) 113.98%);
  left: 0px;
  right: unset;
  justify-content: flex-end;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item.opposite .arrow-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg filter='url(%23filter0_d_6826_402)'%3E %3Cpath d='M2 13.8906C2 7.26321 7.37258 1.89062 14 1.89062C20.6274 1.89062 26 7.26321 26 13.8906C26 20.518 20.6274 25.8906 14 25.8906C7.37258 25.8906 2 20.518 2 13.8906Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9882 7.08984L17.197 8.30069L11.6175 13.8898L17.197 19.479L15.9882 20.6898L9.2 13.8898L15.9882 7.08984Z' fill='black'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_6826_402' x='0' y='0.890625' width='28' height='28' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='1'/%3E %3CfeGaussianBlur stdDeviation='1'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6826_402'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6826_402' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E") !important;
  margin-left: 10px;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .chapter-item {
  font-size: 16px;
  line-height: 24px;
  color: black;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  border-bottom: 4px solid transparent;
  font-weight: 340;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 16px;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .chapter-item:hover {
  color: #4d4d4d;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .chapter-item.selected {
  font-weight: 670;
  animation: stickyMenuSelectedAnimation 0.4s;
  border-bottom: 4px solid #de1a1a;
}
@keyframes stickyMenuAnimation {
  0% {
    background: transparent;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes stickyMenuSelectedAnimation {
  0% {
    background: transparent;
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.magazine_template .site_page_root[style] {
  direction: unset !important;
}
@media only screen and (max-width: 1200px) and (min-width: 701px) {
  .article-magazine-top-story .article-magazine-top-story-header.stickyMode .share-container {
    display: none !important;
  }
}
.articleSide:has(div>div>.magazine_template) {
  overflow-x: auto;
}
.Special-Magazine-Article-Top-Story {
  margin: auto;
}
.magazine_template h1,
.magazine_template h2 {
  margin: 0;
  display: flex;
}
.magazine_template .DesktopModeContainer .article-magazine-top-story .article-magazine-top-story-header {
  position: absolute;
}
.magazine_template .DesktopModeContainer .article-magazine-top-story {
  width: 1920px ! important;
}
.magazine_template .dynamicHeightItemsColumn[style]:has(>.Special-Magazine-Article-Top-Story),
.magazine_template .layoutContainer[style]:has(.Special-Magazine-Article-Top-Story) {
  width: 100% !important;
  max-width: 1920px;
}
.magazine_template .Special-Magazine-Article-Top-Story[style] {
  width: 100% ! important;
  max-width: 1920px !important;
}
.magazine_template .ynet-header.show-small-vp,
.magazine_template .YnetHeader {
  display: none !important;
}
.magazine_template .ArticleBodyComponent .chapter_title {
  height: 28px;
  margin-bottom: 4px;
  z-index: unset;
  position: relative;
}
.magazine_template .ArticleBodyComponent .chapter_title h3.chatper_title {
  font-weight: 670;
  font-size: 22px;
  line-height: 30px;
  font-family: "Moses";
  margin: 0;
  position: absolute;
}
.font-moses .magazine_template.grid1280_2.ynet .ArticleTagsComponent .tagsLabel {
  font-size: 15px !important;
  background-size: 12px 12px ! important;
  height: 25px !important;
  line-height: 25px !important;
  color: #78787B !important;
}
.font-moses .magazine_template.grid1280_2.ynet .ArticleTagsComponent .tagName {
  font-size: 13px ! important;
  background-color: #EFEFEF;
  color: #78787B !important;
  height: 25px !important;
  line-height: 25px !important;
  border-radius: 6px !important;
}
.article-magazine-top-story {
  max-width: 1920px;
  width: 100%;
  height: 763px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.article-magazine-top-story .accessibiltyFixedBtn {
  position: fixed;
  left: -17px;
  bottom: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='46' viewBox='0 0 55 46'%3E %3Cg data-name='Group 2' transform='translate(17 -735)'%3E %3Crect data-name='Rectangle 1' width='55' height='46' rx='21' transform='translate(-17 735)' style='fill:%23003'/%3E %3Cg data-name='Group 3'%3E %3Cpath data-name='Path 1' d='M309.018 482.937a1.049 1.049 0 0 0-1.456.282 6.027 6.027 0 0 1-2.643 2.177 5.97 5.97 0 0 1-1.126.35 6.1 6.1 0 0 1-2.423 0 5.965 5.965 0 0 1-2.145-.9 6.026 6.026 0 0 1-2.177-2.643 5.973 5.973 0 0 1-.349-1.126 6.073 6.073 0 0 1 0-2.423 5.965 5.965 0 0 1 .9-2.146 1.049 1.049 0 0 0-1.738-1.174 8.1 8.1 0 0 0 13.437 9.063 1.049 1.049 0 0 0-.28-1.46z' transform='translate(-286.478 281.535)' style='fill:%23fff'/%3E %3Cpath data-name='Path 2' d='m400.342 334.642-3.245-5.62a2.65 2.65 0 0 0-.112-.177 3.573 3.573 0 0 0-3.07-1.743h-3.942v-1.687h3.906a1.154 1.154 0 0 0 1.163-1.095 1.136 1.136 0 0 0-1.136-1.178h-3.934v-1.477a2.273 2.273 0 0 0-2.273-2.273 2.273 2.273 0 0 0-2.273 2.273v6.748a2.273 2.273 0 0 0 2.273 2.273h6.4a1.282 1.282 0 0 1 1.11.641l2.718 4.708a1.393 1.393 0 0 0 1.9.51 1.393 1.393 0 0 0 .515-1.903z' transform='translate(-373.389 430.108)' style='fill:%23fff'/%3E %3Cpath data-name='Path 3' d='M387.682 211.3a2.255 2.255 0 0 0 2.255-2.255 2.255 2.255 0 0 0-2.255-2.255 2.255 2.255 0 0 0-2.255 2.255 2.255 2.255 0 0 0 2.255 2.255z' transform='translate(-373.389 537.712)' style='fill:%23fff'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  width: 55px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 1000;
}
.componentaContent .article-magazine-top-story .accessibiltyFixedBtn {
  display: none;
}
.article-magazine-top-story .menu-temp-placeholder {
  display: none;
}
.article-magazine-top-story .article-magazine-top-story-header {
  height: 50px;
  width: 100%;
  max-width: 1920px;
  position: fixed;
  z-index: 10000000000;
  top: 0;
  background-color: #1E1E1E;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.article-magazine-top-story .article-magazine-top-story-header .logo {
  background-image: url("data:image/svg+xml,%3Csvg width='59' height='25' viewBox='0 0 59 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.3672 8.23809C37.3672 5.95365 35.9153 4.43042 33.6468 4.43042C32.0735 4.43042 30.8032 5.03987 29.5325 6.53235L29.2303 5.16168C29.1395 4.79585 28.9277 4.61334 28.5042 4.61334H27.5967C27.2339 4.61334 26.9011 4.85696 26.9011 5.25274V18.6559C26.9011 19.0213 27.2339 19.326 27.5967 19.326H28.9884C29.3513 19.326 29.6539 19.0213 29.6539 18.6559V10.4011C29.6539 8.3599 31.0753 6.80632 32.8905 6.80632C34.1306 6.80632 34.6145 7.41577 34.6145 8.84755V18.6559C34.6145 19.0213 34.9472 19.326 35.3101 19.326H36.7017C37.0646 19.326 37.3672 19.0213 37.3672 18.6559V8.23809Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.0644 10.5858C42.367 7.41797 43.7582 6.65636 44.8473 6.65636C46.7228 6.65636 47.3577 8.63647 47.4184 10.5858H42.0644ZM44.7565 4.43262C41.3989 4.43262 39.1907 7.32651 39.1907 11.8954C39.1907 16.8912 41.5199 19.4804 45.6337 19.4804C47.4184 19.4804 48.4468 19.2064 49.3847 18.7799C49.7476 18.6277 49.8987 18.323 49.7777 17.9572L49.445 16.9827C49.324 16.6476 49.0821 16.404 48.6284 16.5561C47.7511 16.8305 46.9342 17.0741 45.7848 17.0741C43.1233 17.0741 42.1854 15.4902 42.0644 12.657H49.566C49.9292 12.657 50.2314 12.3527 50.2314 11.9869C50.2314 6.41233 47.8118 4.43262 44.7565 4.43262Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.9861 17.5494C57.9254 17.1835 57.6232 17.001 57.2905 17.0617C57.018 17.1228 56.5944 17.1835 56.3525 17.1835C55.6569 17.1835 55.3241 16.8181 55.3241 15.9958V6.82686H57.0485C57.411 6.82686 57.6835 6.52213 57.6835 6.1567V5.33398C57.6835 4.96896 57.411 4.66423 57.0485 4.66423H55.3241V0.825801C55.3241 0.277859 54.9307 0.247103 54.477 0.368913L53.1159 0.765098C52.7832 0.856557 52.6019 1.16088 52.6019 1.55707V4.66423H50.9684C50.5749 4.66423 50.333 4.96896 50.333 5.33398V6.1567C50.333 6.52213 50.5749 6.82686 50.9684 6.82686H52.6019V16.4527C52.6019 18.4935 53.5997 19.5291 55.7477 19.5291C56.4735 19.5291 57.1996 19.4376 57.6835 19.2855C58.107 19.1637 58.1979 18.8589 58.1372 18.4935L57.9861 17.5494Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12.0569C0 18.7159 5.39754 24.1139 12.056 24.1139V24.1139C18.7149 24.1139 24.1124 18.7159 24.1124 12.0569V12.0569C24.1124 5.39795 18.7149 0 12.056 0V0C5.39754 0 0 5.39795 0 12.0569V12.0569Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1564 5.29721C17.2539 4.90752 17.0346 4.66431 16.7181 4.66431H15.2574C14.9406 4.66431 14.6727 4.83467 14.5999 5.1754L12.798 12.529C12.6277 13.2108 12.5059 13.8199 12.4084 14.2581C12.3841 13.7466 12.3113 13.2594 12.1895 12.7726L10.144 5.19968C10.0469 4.85895 9.80334 4.66431 9.46224 4.66431H7.85543C7.53901 4.66431 7.29542 4.90752 7.41721 5.27292L10.5337 15.0371C10.6555 15.4025 10.8259 15.5486 11.1912 15.5486H12.0191C11.9702 15.7918 11.7266 16.8633 11.6052 17.0094C11.3126 18.032 10.8016 18.7382 9.94941 19.1768L9.60871 19.3468C9.34084 19.4933 9.17049 19.834 9.31616 20.1019L9.82762 21.1002C9.97369 21.3924 10.2905 21.4899 10.558 21.3681L11.0937 21.1245C12.3841 20.5401 13.3338 19.42 13.8205 17.6184L17.1564 5.29721Z' fill='%23FEFEFE'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 30px;
}
.article-magazine-top-story .article-magazine-top-story-header .share-container {
  display: none;
}
.article-magazine-top-story .article-magazine-top-story-header.stickyMode {
  justify-content: space-between;
}
.article-magazine-top-story .article-magazine-top-story-header.stickyMode .copyPopup {
  top: 0px;
  left: 40px;
}
.article-magazine-top-story .article-magazine-top-story-header.stickyMode .logo {
  margin-right: 24px;
}
.article-magazine-top-story .article-magazine-top-story-header.stickyMode .share-container {
  display: block;
  margin-left: 24px;
}
.article-magazine-top-story .article-magazine-top-story-header.stickyMode .share-container .SiteArticleSocialShareNew1280 {
  display: none;
  gap: 8px;
}
.article-magazine-top-story .article-magazine-top-story-header.stickyMode .share-container .SiteArticleSocialShareNew1280 * {
  margin: 0 !important;
}
.article-magazine-top-story .article-magazine-top-story-header.stickyMode .share-container .wa {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Icon'%3E %3Cpath id='Subtract' fill-rule='evenodd' clip-rule='evenodd' d='M10 19.1199C15.0368 19.1199 19.12 15.0367 19.12 9.99988C19.12 4.96305 15.0368 0.879883 10 0.879883C4.96317 0.879883 0.880005 4.96305 0.880005 9.99988C0.880005 11.6834 1.33617 13.2604 2.13164 14.614L0.880005 19.1199L5.46394 17.9136C6.79995 18.681 8.34872 19.1199 10 19.1199ZM17.6608 9.99988C17.6608 14.2308 14.2309 17.6607 10 17.6607C8.36391 17.6607 6.84761 17.1478 5.6031 16.274L3.0688 16.9311L3.78411 14.4786C2.87493 13.219 2.3392 11.672 2.3392 9.99988C2.3392 5.76894 5.76906 2.33908 10 2.33908C14.2309 2.33908 17.6608 5.76894 17.6608 9.99988Z' fill='white'/%3E %3Cpath id='Path' fill-rule='evenodd' clip-rule='evenodd' d='M5.98718 8.02799C5.98718 9.07483 6.69472 10.0861 6.79363 10.2284C6.89253 10.3707 8.18588 12.5181 10.1665 13.4401C10.6375 13.6597 11.0059 13.7902 11.2918 13.8878C11.7654 14.0496 12.1953 14.0266 12.5357 13.9729C12.9155 13.9108 13.7042 13.4575 13.869 12.9609C14.0332 12.4637 14.0332 12.0382 13.9844 11.9496C13.9343 11.8611 13.8025 11.8081 13.6053 11.7014C13.4081 11.5947 12.4368 11.0799 12.2555 11.0095C12.0754 10.9384 11.9429 10.9028 11.8117 11.1155C11.6798 11.3282 11.302 11.8074 11.1866 11.9496C11.0718 12.0912 10.9564 12.1094 10.7593 12.0033C10.5615 11.8966 9.92493 11.6714 9.17048 10.9474C8.58403 10.3832 8.18778 9.68648 8.07303 9.47376C7.95764 9.26035 8.06035 9.14597 8.15925 9.03996C8.24801 8.94441 8.35706 8.79168 8.45533 8.66684C8.55423 8.54269 8.5872 8.45342 8.6525 8.31184C8.7178 8.17026 8.68547 8.04542 8.63665 7.93942C8.5872 7.83341 8.19222 6.78656 8.02738 6.35973C7.886 5.99498 7.74272 5.99567 7.62796 5.99567C7.61211 5.99567 7.59753 5.99567 7.58295 5.99498C7.4682 5.9887 7.33633 5.9873 7.20509 5.9873C7.07322 5.9873 6.85893 6.04031 6.67824 6.25372C6.49755 6.46644 5.98718 6.98114 5.98718 8.02799Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") !important;
  background-size: 18px;
  order: 1;
}
.article-magazine-top-story .article-magazine-top-story-header.stickyMode .share-container .fb {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Icons / Social (Set)'%3E %3Cpath id='Logo' d='M13.6063 1.91971C15.2496 1.91971 16.6283 1.91992 16.6283 1.91992V4.42186C16.6283 4.42186 16.2683 4.43105 15.3753 4.43258L14.9577 4.43411C12.8606 4.43411 13.167 5.6322 13.167 6.84665L13.1655 9.03205H16.2683L15.7504 11.934L13.1655 11.9324L13.1663 16.8877L13.167 21.1199H10.3889V16.8877L10.3888 11.9324L6.41156 11.934L6.41161 9.03205H10.3889V6.669C10.3889 2.86104 12.7129 1.91971 13.6063 1.91971Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") !important;
  order: 2;
}
.article-magazine-top-story .article-magazine-top-story-header.stickyMode .share-container .tw {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Twitter X New Logo Vector 1' clip-path='url(%23clip0_7277_186)'%3E %3Cpath id='path1009' d='M0.924536 0.360107L7.96637 9.8931L0.880005 17.6405H2.47488L8.67924 10.8564L13.6936 17.6409H19.1196L11.6811 7.5734L18.2773 0.360107H16.6824L10.9686 6.6071L6.35167 0.360107H0.924536ZM3.27007 1.54951H5.76341L16.773 16.4511H14.2804L3.27007 1.54951Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_7277_186'%3E %3Crect width='18.24' height='17.28' fill='white' transform='translate(0.880005 0.360107)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") !important;
  background-size: 18px;
  order: 0;
}
.article-magazine-top-story .article-magazine-top-story-header.stickyMode .share-container .mailto {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.6 10.0047V18.4973L10.1468 13.6422L5.6 10.0047ZM5.6 20.9V20.6905L11.321 14.5816L14.5002 17.1249C14.7924 17.3587 15.2076 17.3587 15.4997 17.1249L18.6618 14.5953L24.4 20.7226V20.9H5.6ZM24.4 18.5294V10.0047L19.836 13.6559L24.4 18.5294ZM7.03032 9.1L15 15.4757L22.9696 9.1H7.03032ZM4 8.5C4 7.94772 4.44772 7.5 5 7.5H25C25.5523 7.5 26 7.94772 26 8.5V21.5C26 22.0523 25.5523 22.5 25 22.5H5C4.44772 22.5 4 22.0523 4 21.5V8.5Z' fill='white'/%3E %3C/svg%3E") !important;
  order: 3;
  background-size: 24px;
}
.article-magazine-top-story .article-magazine-top-story-header.stickyMode .share-container .frontCopyButton-pf {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Link'%3E %3Cg id='icon'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0237 16.6559C12.1744 17.5006 11.3369 18.357 10.4785 19.1918C10.0199 19.638 9.4572 19.9161 8.82189 20.0358C8.73488 20.0522 8.64851 20.0731 8.56149 20.0914H7.80318C7.68411 20.0698 7.56437 20.0515 7.4466 20.0253C6.63726 19.8461 5.98625 19.4136 5.48246 18.7626C5.18018 18.372 4.97016 17.9324 4.88314 17.4404C4.85501 17.2853 4.82753 17.1303 4.80005 16.9759V16.4708C4.82818 16.3151 4.85174 16.1594 4.88445 16.005C5.02381 15.354 5.33525 14.7972 5.80633 14.3275C6.81588 13.3193 7.82543 12.3117 8.83236 11.3003C9.33747 10.7926 9.94398 10.4641 10.646 10.3588C11.615 10.2136 12.5166 10.4079 13.2985 11.0314C13.5307 11.2165 13.7538 11.4063 13.8435 11.7105C14.0201 12.3085 13.6027 12.9163 12.955 12.9365C12.6239 12.947 12.3727 12.8044 12.1397 12.5963C11.634 12.1443 10.8325 12.1148 10.3464 12.5774C9.3126 13.5646 8.30763 14.5826 7.29481 15.5935C7.1633 15.7256 7.03833 15.8735 6.94085 16.0338C6.64969 16.5127 6.68306 17.091 7.01151 17.5457C7.31444 17.9644 7.73056 18.1725 8.24482 18.1522C8.56803 18.1391 8.86769 18.0273 9.10258 17.795C9.71106 17.1931 10.3163 16.5879 10.9169 15.9775C11.0438 15.8486 11.1721 15.8251 11.3284 15.8892C11.808 16.0848 12.3072 16.1738 12.8241 16.1607C12.9661 16.1568 13.0734 16.2032 13.1244 16.3347C13.1715 16.4603 13.1205 16.5617 13.0243 16.6566L13.0237 16.6559Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2007 9.45268C19.1628 9.61951 19.132 9.78831 19.0869 9.95318C18.9586 10.4288 18.7519 10.8704 18.4136 11.2303C17.9177 11.7569 17.4041 12.2679 16.8944 12.7815C16.3317 13.3494 15.7677 13.9166 15.1978 14.4773C14.7654 14.9026 14.2648 15.2231 13.6668 15.3599C13.4221 15.4155 13.1663 15.4299 12.9157 15.46C12.3 15.5333 11.7328 15.3651 11.1956 15.0897C10.86 14.9176 10.5479 14.6997 10.3163 14.3923C9.92631 13.8754 10.1357 13.019 10.8946 12.8757C11.2401 12.8103 11.5293 12.9025 11.7805 13.1361C12.0488 13.3873 12.3707 13.5332 12.7332 13.5457C13.1061 13.5581 13.4548 13.4397 13.7237 13.1714C14.7902 12.1142 15.8528 11.0523 16.9088 9.98524C17.1044 9.78635 17.1999 9.52792 17.2379 9.24463C17.2882 8.87367 17.1934 8.54458 16.982 8.24952C16.4835 7.55471 15.5302 7.44545 14.9414 7.98127C14.3034 8.5629 13.7002 9.18313 13.0924 9.79812C12.9223 9.97019 12.8117 9.95514 12.6344 9.8871C12.2928 9.7569 11.9441 9.67381 11.5803 9.64961C11.4325 9.63914 11.2846 9.6254 11.1367 9.62344C11.0216 9.62213 10.9398 9.57699 10.8927 9.47558C10.839 9.36239 10.8678 9.26426 10.9555 9.17724C11.4684 8.66562 11.9801 8.15269 12.493 7.63976C12.8378 7.29562 13.1761 6.94625 13.5262 6.60932C14.0044 6.14742 14.5795 5.86805 15.2325 5.74833C15.3385 5.7287 15.4445 5.71038 15.5498 5.69141H16.1393C16.2636 5.71169 16.3893 5.72412 16.5116 5.75291C17.2451 5.92563 17.8791 6.26649 18.3776 6.8455C18.7178 7.2387 18.9567 7.67967 19.0875 8.18017C19.1294 8.34111 19.1621 8.50467 19.1994 8.66693V9.45333L19.2007 9.45268Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  order: 4;
}
.article-magazine-top-story .article-magazine-top-story-header.stickyMode .share-container .more {
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='19' viewBox='0 0 5 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 994'%3E %3Ccircle id='Ellipse 8' cx='2.51074' cy='2.74414' r='2' fill='white'/%3E %3Ccircle id='Ellipse 9' cx='2.51074' cy='9.74414' r='2' fill='white'/%3E %3Ccircle id='Ellipse 10' cx='2.51074' cy='16.7441' r='2' fill='white'/%3E %3C/g%3E %3C/svg%3E") !important;
  order: 5;
}
.article-magazine-top-story .section-container {
  display: flex;
  height: calc(100% - 50px);
  margin-top: 50px;
}
.article-magazine-top-story .section-container .right-section {
  min-width: 600px;
  height: 100%;
  background: #1E1E1E;
  padding: 64px 104px 104px;
  box-sizing: border-box;
  width: 50%;
}
.article-magazine-top-story .section-container .right-section .top-story-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-rtl {
  align-items: flex-start;
  gap: 35px;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-rtl .roof-container {
  width: 752px;
}
.article-magazine-top-story .section-container .right-section .top-story-details .roof-container {
  max-width: 100%;
  display: flex;
}
.article-magazine-top-story .section-container .right-section .top-story-details .roof-container .roof-title {
  padding: 0px 24px;
  background-color: #DE1A1A;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  color: #FFF;
  height: 40px;
}
.article-magazine-top-story .section-container .right-section .top-story-details .main-title {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 670;
  max-width: 752px;
  line-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  flex-shrink: 0;
}
.article-magazine-top-story .section-container .right-section .top-story-details .sub-title {
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 340;
  max-width: 752px;
  line-height: 29px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row {
  max-width: 784px;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  width: 100%;
  position: relative;
  align-self: flex-end;
  align-items: center;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-detail-section {
  color: #D8D8D8;
  font-size: 12x;
  font-weight: 340;
  line-height: 16px;
  letter-spacing: 0.12px;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-detail-section a {
  color: #D9D9D9;
  text-decoration: none;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-detail-section a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .SiteArticleSocialShareNew1280 {
  width: max-content;
  gap: 8px !important;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .SiteArticleSocialShareNew1280 .shareIcon1280 {
  margin: 0 !important;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .SiteArticleSocialShareNew1280 .addNewComment {
  order: 0;
  margin-left: 0;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .SiteArticleSocialShareNew1280 .addNewComment span {
  font-size: 13px !important;
  font-weight: 500 !important;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .SiteArticleSocialShareNew1280 .wa {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Icon'%3E %3Cpath id='Subtract' fill-rule='evenodd' clip-rule='evenodd' d='M10 19.1199C15.0368 19.1199 19.12 15.0367 19.12 9.99988C19.12 4.96305 15.0368 0.879883 10 0.879883C4.96317 0.879883 0.880005 4.96305 0.880005 9.99988C0.880005 11.6834 1.33617 13.2604 2.13164 14.614L0.880005 19.1199L5.46394 17.9136C6.79995 18.681 8.34872 19.1199 10 19.1199ZM17.6608 9.99988C17.6608 14.2308 14.2309 17.6607 10 17.6607C8.36391 17.6607 6.84761 17.1478 5.6031 16.274L3.0688 16.9311L3.78411 14.4786C2.87493 13.219 2.3392 11.672 2.3392 9.99988C2.3392 5.76894 5.76906 2.33908 10 2.33908C14.2309 2.33908 17.6608 5.76894 17.6608 9.99988Z' fill='white'/%3E %3Cpath id='Path' fill-rule='evenodd' clip-rule='evenodd' d='M5.98718 8.02799C5.98718 9.07483 6.69472 10.0861 6.79363 10.2284C6.89253 10.3707 8.18588 12.5181 10.1665 13.4401C10.6375 13.6597 11.0059 13.7902 11.2918 13.8878C11.7654 14.0496 12.1953 14.0266 12.5357 13.9729C12.9155 13.9108 13.7042 13.4575 13.869 12.9609C14.0332 12.4637 14.0332 12.0382 13.9844 11.9496C13.9343 11.8611 13.8025 11.8081 13.6053 11.7014C13.4081 11.5947 12.4368 11.0799 12.2555 11.0095C12.0754 10.9384 11.9429 10.9028 11.8117 11.1155C11.6798 11.3282 11.302 11.8074 11.1866 11.9496C11.0718 12.0912 10.9564 12.1094 10.7593 12.0033C10.5615 11.8966 9.92493 11.6714 9.17048 10.9474C8.58403 10.3832 8.18778 9.68648 8.07303 9.47376C7.95764 9.26035 8.06035 9.14597 8.15925 9.03996C8.24801 8.94441 8.35706 8.79168 8.45533 8.66684C8.55423 8.54269 8.5872 8.45342 8.6525 8.31184C8.7178 8.17026 8.68547 8.04542 8.63665 7.93942C8.5872 7.83341 8.19222 6.78656 8.02738 6.35973C7.886 5.99498 7.74272 5.99567 7.62796 5.99567C7.61211 5.99567 7.59753 5.99567 7.58295 5.99498C7.4682 5.9887 7.33633 5.9873 7.20509 5.9873C7.07322 5.9873 6.85893 6.04031 6.67824 6.25372C6.49755 6.46644 5.98718 6.98114 5.98718 8.02799Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") !important;
  order: 2;
  background-size: 18px;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .SiteArticleSocialShareNew1280 .fb {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Icons / Social (Set)'%3E %3Cpath id='Logo' d='M13.6063 1.91971C15.2496 1.91971 16.6283 1.91992 16.6283 1.91992V4.42186C16.6283 4.42186 16.2683 4.43105 15.3753 4.43258L14.9577 4.43411C12.8606 4.43411 13.167 5.6322 13.167 6.84665L13.1655 9.03205H16.2683L15.7504 11.934L13.1655 11.9324L13.1663 16.8877L13.167 21.1199H10.3889V16.8877L10.3888 11.9324L6.41156 11.934L6.41161 9.03205H10.3889V6.669C10.3889 2.86104 12.7129 1.91971 13.6063 1.91971Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") !important;
  order: 3;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .SiteArticleSocialShareNew1280 .tw {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Twitter X New Logo Vector 1' clip-path='url(%23clip0_7277_186)'%3E %3Cpath id='path1009' d='M0.924536 0.360107L7.96637 9.8931L0.880005 17.6405H2.47488L8.67924 10.8564L13.6936 17.6409H19.1196L11.6811 7.5734L18.2773 0.360107H16.6824L10.9686 6.6071L6.35167 0.360107H0.924536ZM3.27007 1.54951H5.76341L16.773 16.4511H14.2804L3.27007 1.54951Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_7277_186'%3E %3Crect width='18.24' height='17.28' fill='white' transform='translate(0.880005 0.360107)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") !important;
  order: 1;
  background-size: 18px;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .SiteArticleSocialShareNew1280 .mailto {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.6 10.0047V18.4973L10.1468 13.6422L5.6 10.0047ZM5.6 20.9V20.6905L11.321 14.5816L14.5002 17.1249C14.7924 17.3587 15.2076 17.3587 15.4997 17.1249L18.6618 14.5953L24.4 20.7226V20.9H5.6ZM24.4 18.5294V10.0047L19.836 13.6559L24.4 18.5294ZM7.03032 9.1L15 15.4757L22.9696 9.1H7.03032ZM4 8.5C4 7.94772 4.44772 7.5 5 7.5H25C25.5523 7.5 26 7.94772 26 8.5V21.5C26 22.0523 25.5523 22.5 25 22.5H5C4.44772 22.5 4 22.0523 4 21.5V8.5Z' fill='white'/%3E %3C/svg%3E") !important;
  order: 4;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .SiteArticleSocialShareNew1280 .frontCopyButton-pf {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Link'%3E %3Cg id='icon'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0237 16.6559C12.1744 17.5006 11.3369 18.357 10.4785 19.1918C10.0199 19.638 9.4572 19.9161 8.82189 20.0358C8.73488 20.0522 8.64851 20.0731 8.56149 20.0914H7.80318C7.68411 20.0698 7.56437 20.0515 7.4466 20.0253C6.63726 19.8461 5.98625 19.4136 5.48246 18.7626C5.18018 18.372 4.97016 17.9324 4.88314 17.4404C4.85501 17.2853 4.82753 17.1303 4.80005 16.9759V16.4708C4.82818 16.3151 4.85174 16.1594 4.88445 16.005C5.02381 15.354 5.33525 14.7972 5.80633 14.3275C6.81588 13.3193 7.82543 12.3117 8.83236 11.3003C9.33747 10.7926 9.94398 10.4641 10.646 10.3588C11.615 10.2136 12.5166 10.4079 13.2985 11.0314C13.5307 11.2165 13.7538 11.4063 13.8435 11.7105C14.0201 12.3085 13.6027 12.9163 12.955 12.9365C12.6239 12.947 12.3727 12.8044 12.1397 12.5963C11.634 12.1443 10.8325 12.1148 10.3464 12.5774C9.3126 13.5646 8.30763 14.5826 7.29481 15.5935C7.1633 15.7256 7.03833 15.8735 6.94085 16.0338C6.64969 16.5127 6.68306 17.091 7.01151 17.5457C7.31444 17.9644 7.73056 18.1725 8.24482 18.1522C8.56803 18.1391 8.86769 18.0273 9.10258 17.795C9.71106 17.1931 10.3163 16.5879 10.9169 15.9775C11.0438 15.8486 11.1721 15.8251 11.3284 15.8892C11.808 16.0848 12.3072 16.1738 12.8241 16.1607C12.9661 16.1568 13.0734 16.2032 13.1244 16.3347C13.1715 16.4603 13.1205 16.5617 13.0243 16.6566L13.0237 16.6559Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2007 9.45268C19.1628 9.61951 19.132 9.78831 19.0869 9.95318C18.9586 10.4288 18.7519 10.8704 18.4136 11.2303C17.9177 11.7569 17.4041 12.2679 16.8944 12.7815C16.3317 13.3494 15.7677 13.9166 15.1978 14.4773C14.7654 14.9026 14.2648 15.2231 13.6668 15.3599C13.4221 15.4155 13.1663 15.4299 12.9157 15.46C12.3 15.5333 11.7328 15.3651 11.1956 15.0897C10.86 14.9176 10.5479 14.6997 10.3163 14.3923C9.92631 13.8754 10.1357 13.019 10.8946 12.8757C11.2401 12.8103 11.5293 12.9025 11.7805 13.1361C12.0488 13.3873 12.3707 13.5332 12.7332 13.5457C13.1061 13.5581 13.4548 13.4397 13.7237 13.1714C14.7902 12.1142 15.8528 11.0523 16.9088 9.98524C17.1044 9.78635 17.1999 9.52792 17.2379 9.24463C17.2882 8.87367 17.1934 8.54458 16.982 8.24952C16.4835 7.55471 15.5302 7.44545 14.9414 7.98127C14.3034 8.5629 13.7002 9.18313 13.0924 9.79812C12.9223 9.97019 12.8117 9.95514 12.6344 9.8871C12.2928 9.7569 11.9441 9.67381 11.5803 9.64961C11.4325 9.63914 11.2846 9.6254 11.1367 9.62344C11.0216 9.62213 10.9398 9.57699 10.8927 9.47558C10.839 9.36239 10.8678 9.26426 10.9555 9.17724C11.4684 8.66562 11.9801 8.15269 12.493 7.63976C12.8378 7.29562 13.1761 6.94625 13.5262 6.60932C14.0044 6.14742 14.5795 5.86805 15.2325 5.74833C15.3385 5.7287 15.4445 5.71038 15.5498 5.69141H16.1393C16.2636 5.71169 16.3893 5.72412 16.5116 5.75291C17.2451 5.92563 17.8791 6.26649 18.3776 6.8455C18.7178 7.2387 18.9567 7.67967 19.0875 8.18017C19.1294 8.34111 19.1621 8.50467 19.1994 8.66693V9.45333L19.2007 9.45268Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  order: 5;
  margin: 0;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .SiteArticleSocialShareNew1280 .more {
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='19' viewBox='0 0 5 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 994'%3E %3Ccircle id='Ellipse 8' cx='2.51074' cy='2.74414' r='2' fill='white'/%3E %3Ccircle id='Ellipse 9' cx='2.51074' cy='9.74414' r='2' fill='white'/%3E %3Ccircle id='Ellipse 10' cx='2.51074' cy='16.7441' r='2' fill='white'/%3E %3C/g%3E %3C/svg%3E") !important;
  order: 6;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center {
  gap: 30px;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center.with-roof .main-title {
  margin-top: -14px;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .roof-container {
  width: unset;
  max-width: 752px;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .roof-container .roof-title {
  padding: 5px 15px;
  background-color: unset;
  border-bottom: 1px solid #FFF;
  font-weight: 340;
  box-sizing: border-box;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .main-title {
  text-align: center;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .sub-title {
  text-align: center;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .detail-row {
  max-width: 752px;
  display: flex;
  justify-content: space-between;
  background-size: 100%;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .detail-row .addNewComment span {
  font-size: 13px !important;
  font-weight: 500 !important;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .detail-row .wa {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Icon'%3E %3Cpath id='Subtract' fill-rule='evenodd' clip-rule='evenodd' d='M10 19.1199C15.0368 19.1199 19.12 15.0367 19.12 9.99988C19.12 4.96305 15.0368 0.879883 10 0.879883C4.96317 0.879883 0.880005 4.96305 0.880005 9.99988C0.880005 11.6834 1.33617 13.2604 2.13164 14.614L0.880005 19.1199L5.46394 17.9136C6.79995 18.681 8.34872 19.1199 10 19.1199ZM17.6608 9.99988C17.6608 14.2308 14.2309 17.6607 10 17.6607C8.36391 17.6607 6.84761 17.1478 5.6031 16.274L3.0688 16.9311L3.78411 14.4786C2.87493 13.219 2.3392 11.672 2.3392 9.99988C2.3392 5.76894 5.76906 2.33908 10 2.33908C14.2309 2.33908 17.6608 5.76894 17.6608 9.99988Z' fill='white'/%3E %3Cpath id='Path' fill-rule='evenodd' clip-rule='evenodd' d='M5.98718 8.02799C5.98718 9.07483 6.69472 10.0861 6.79363 10.2284C6.89253 10.3707 8.18588 12.5181 10.1665 13.4401C10.6375 13.6597 11.0059 13.7902 11.2918 13.8878C11.7654 14.0496 12.1953 14.0266 12.5357 13.9729C12.9155 13.9108 13.7042 13.4575 13.869 12.9609C14.0332 12.4637 14.0332 12.0382 13.9844 11.9496C13.9343 11.8611 13.8025 11.8081 13.6053 11.7014C13.4081 11.5947 12.4368 11.0799 12.2555 11.0095C12.0754 10.9384 11.9429 10.9028 11.8117 11.1155C11.6798 11.3282 11.302 11.8074 11.1866 11.9496C11.0718 12.0912 10.9564 12.1094 10.7593 12.0033C10.5615 11.8966 9.92493 11.6714 9.17048 10.9474C8.58403 10.3832 8.18778 9.68648 8.07303 9.47376C7.95764 9.26035 8.06035 9.14597 8.15925 9.03996C8.24801 8.94441 8.35706 8.79168 8.45533 8.66684C8.55423 8.54269 8.5872 8.45342 8.6525 8.31184C8.7178 8.17026 8.68547 8.04542 8.63665 7.93942C8.5872 7.83341 8.19222 6.78656 8.02738 6.35973C7.886 5.99498 7.74272 5.99567 7.62796 5.99567C7.61211 5.99567 7.59753 5.99567 7.58295 5.99498C7.4682 5.9887 7.33633 5.9873 7.20509 5.9873C7.07322 5.9873 6.85893 6.04031 6.67824 6.25372C6.49755 6.46644 5.98718 6.98114 5.98718 8.02799Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") !important;
  order: 1;
  background-size: 18px;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .detail-row .fb {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Icons / Social (Set)'%3E %3Cpath id='Logo' d='M13.6063 1.91971C15.2496 1.91971 16.6283 1.91992 16.6283 1.91992V4.42186C16.6283 4.42186 16.2683 4.43105 15.3753 4.43258L14.9577 4.43411C12.8606 4.43411 13.167 5.6322 13.167 6.84665L13.1655 9.03205H16.2683L15.7504 11.934L13.1655 11.9324L13.1663 16.8877L13.167 21.1199H10.3889V16.8877L10.3888 11.9324L6.41156 11.934L6.41161 9.03205H10.3889V6.669C10.3889 2.86104 12.7129 1.91971 13.6063 1.91971Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") !important;
  order: 2;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .detail-row .tw {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Twitter X New Logo Vector 1' clip-path='url(%23clip0_7277_186)'%3E %3Cpath id='path1009' d='M0.924536 0.360107L7.96637 9.8931L0.880005 17.6405H2.47488L8.67924 10.8564L13.6936 17.6409H19.1196L11.6811 7.5734L18.2773 0.360107H16.6824L10.9686 6.6071L6.35167 0.360107H0.924536ZM3.27007 1.54951H5.76341L16.773 16.4511H14.2804L3.27007 1.54951Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_7277_186'%3E %3Crect width='18.24' height='17.28' fill='white' transform='translate(0.880005 0.360107)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") !important;
  order: 0;
  background-size: 18px;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .detail-row .mailto {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.6 10.0047V18.4973L10.1468 13.6422L5.6 10.0047ZM5.6 20.9V20.6905L11.321 14.5816L14.5002 17.1249C14.7924 17.3587 15.2076 17.3587 15.4997 17.1249L18.6618 14.5953L24.4 20.7226V20.9H5.6ZM24.4 18.5294V10.0047L19.836 13.6559L24.4 18.5294ZM7.03032 9.1L15 15.4757L22.9696 9.1H7.03032ZM4 8.5C4 7.94772 4.44772 7.5 5 7.5H25C25.5523 7.5 26 7.94772 26 8.5V21.5C26 22.0523 25.5523 22.5 25 22.5H5C4.44772 22.5 4 22.0523 4 21.5V8.5Z' fill='white'/%3E %3C/svg%3E") !important;
  order: 3;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .detail-row .frontCopyButton-pf {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Link'%3E %3Cg id='icon'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0237 16.6559C12.1744 17.5006 11.3369 18.357 10.4785 19.1918C10.0199 19.638 9.4572 19.9161 8.82189 20.0358C8.73488 20.0522 8.64851 20.0731 8.56149 20.0914H7.80318C7.68411 20.0698 7.56437 20.0515 7.4466 20.0253C6.63726 19.8461 5.98625 19.4136 5.48246 18.7626C5.18018 18.372 4.97016 17.9324 4.88314 17.4404C4.85501 17.2853 4.82753 17.1303 4.80005 16.9759V16.4708C4.82818 16.3151 4.85174 16.1594 4.88445 16.005C5.02381 15.354 5.33525 14.7972 5.80633 14.3275C6.81588 13.3193 7.82543 12.3117 8.83236 11.3003C9.33747 10.7926 9.94398 10.4641 10.646 10.3588C11.615 10.2136 12.5166 10.4079 13.2985 11.0314C13.5307 11.2165 13.7538 11.4063 13.8435 11.7105C14.0201 12.3085 13.6027 12.9163 12.955 12.9365C12.6239 12.947 12.3727 12.8044 12.1397 12.5963C11.634 12.1443 10.8325 12.1148 10.3464 12.5774C9.3126 13.5646 8.30763 14.5826 7.29481 15.5935C7.1633 15.7256 7.03833 15.8735 6.94085 16.0338C6.64969 16.5127 6.68306 17.091 7.01151 17.5457C7.31444 17.9644 7.73056 18.1725 8.24482 18.1522C8.56803 18.1391 8.86769 18.0273 9.10258 17.795C9.71106 17.1931 10.3163 16.5879 10.9169 15.9775C11.0438 15.8486 11.1721 15.8251 11.3284 15.8892C11.808 16.0848 12.3072 16.1738 12.8241 16.1607C12.9661 16.1568 13.0734 16.2032 13.1244 16.3347C13.1715 16.4603 13.1205 16.5617 13.0243 16.6566L13.0237 16.6559Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2007 9.45268C19.1628 9.61951 19.132 9.78831 19.0869 9.95318C18.9586 10.4288 18.7519 10.8704 18.4136 11.2303C17.9177 11.7569 17.4041 12.2679 16.8944 12.7815C16.3317 13.3494 15.7677 13.9166 15.1978 14.4773C14.7654 14.9026 14.2648 15.2231 13.6668 15.3599C13.4221 15.4155 13.1663 15.4299 12.9157 15.46C12.3 15.5333 11.7328 15.3651 11.1956 15.0897C10.86 14.9176 10.5479 14.6997 10.3163 14.3923C9.92631 13.8754 10.1357 13.019 10.8946 12.8757C11.2401 12.8103 11.5293 12.9025 11.7805 13.1361C12.0488 13.3873 12.3707 13.5332 12.7332 13.5457C13.1061 13.5581 13.4548 13.4397 13.7237 13.1714C14.7902 12.1142 15.8528 11.0523 16.9088 9.98524C17.1044 9.78635 17.1999 9.52792 17.2379 9.24463C17.2882 8.87367 17.1934 8.54458 16.982 8.24952C16.4835 7.55471 15.5302 7.44545 14.9414 7.98127C14.3034 8.5629 13.7002 9.18313 13.0924 9.79812C12.9223 9.97019 12.8117 9.95514 12.6344 9.8871C12.2928 9.7569 11.9441 9.67381 11.5803 9.64961C11.4325 9.63914 11.2846 9.6254 11.1367 9.62344C11.0216 9.62213 10.9398 9.57699 10.8927 9.47558C10.839 9.36239 10.8678 9.26426 10.9555 9.17724C11.4684 8.66562 11.9801 8.15269 12.493 7.63976C12.8378 7.29562 13.1761 6.94625 13.5262 6.60932C14.0044 6.14742 14.5795 5.86805 15.2325 5.74833C15.3385 5.7287 15.4445 5.71038 15.5498 5.69141H16.1393C16.2636 5.71169 16.3893 5.72412 16.5116 5.75291C17.2451 5.92563 17.8791 6.26649 18.3776 6.8455C18.7178 7.2387 18.9567 7.67967 19.0875 8.18017C19.1294 8.34111 19.1621 8.50467 19.1994 8.66693V9.45333L19.2007 9.45268Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  order: 4;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .detail-row .more {
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='19' viewBox='0 0 5 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 994'%3E %3Ccircle id='Ellipse 8' cx='2.51074' cy='2.74414' r='2' fill='white'/%3E %3Ccircle id='Ellipse 9' cx='2.51074' cy='9.74414' r='2' fill='white'/%3E %3Ccircle id='Ellipse 10' cx='2.51074' cy='16.7441' r='2' fill='white'/%3E %3C/g%3E %3C/svg%3E") !important;
  order: 5;
}
.article-magazine-top-story .section-container .left-section {
  width: 50%;
  height: 100%;
  overflow: hidden;
  min-width: 350px;
}
.article-magazine-top-story .section-container .left-section .topstory-image-container {
  position: relative;
  height: 100%;
  display: flex;
}
.article-magazine-top-story .section-container .left-section .topstory-image-container:after {
  content: "";
  background-color: rgba(37, 38, 43, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.article-magazine-top-story .section-container .left-section .topstory-image-container img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
.article-magazine-top-story .section-container .left-section .topstory-image-container .image-credit {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 2px #000000;
  font-size: 14px;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  .article-magazine-top-story {
    height: 556px;
  }
  .article-magazine-top-story .section-container .right-section .top-story-details .main-title {
    font-size: 40px;
    line-height: 46px;
  }
  .article-magazine-top-story .section-container .right-section .top-story-details {
    gap: 25px !important;
  }
  .article-magazine-top-story .section-container .right-section .top-story-details.template-rtl .roof-container .roof-title {
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
  }
  .article-magazine-top-story .section-container .right-section .top-story-details.template-rtl .main-title {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .article-magazine-top-story .section-container .right-section:has(.template-rtl) {
    padding: 40px 70px;
  }
  .article-magazine-top-story .section-container .right-section:has(.template-center) {
    padding: 30px 60px;
  }
  .article-magazine-top-story .section-container .right-section .top-story-details.template-center.with-roof .main-title {
    margin-top: -9px;
  }
}
.ArticleBodyComponent {
  direction: rtl;
  background-color: white;
  font-family: arial !important;
  font-size: 14px;
}
.ArticleBodyComponent .DraftEditor-editorContainer {
  z-index: auto;
}
.ArticleBodyComponent .pHeader {
  font-size: 16px;
  margin-top: 0px;
  display: block;
  margin-bottom: 1px;
  font-weight: bold;
}
.mynet .ArticleBodyComponent .pHeader {
  color: #192862;
}
.ArticleBodyComponent .text_editor_paragraph {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin: 0 0 16px 0;
  letter-spacing: initial;
}
.ArticleBodyComponent .text_editor_paragraph.rtl > * {
  direction: rtl;
  text-align: right;
}
.ArticleBodyComponent .text_editor_paragraph.ltr > * {
  direction: ltr;
  text-align: left;
}
.ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-right: 50px;
}
.ArticleBodyComponent .text_editor_indent.ltr {
  margin-right: initial !important;
  margin-left: 50px !important;
}
.calcalist .ArticleBodyComponent {
  font-family: 'Open Sans Hebrew' !important;
}
.ArticleBodyComponent h1 {
  color: #192862;
  font-size: 16px;
  margin-top: 0px;
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
.ArticleBodyComponent ol {
  display: block;
  list-style-type: decimal;
  padding-right: 32px;
  margin: 0 0 10px 0;
}
.ArticleBodyComponent ul {
  display: block;
  padding-right: 32px;
  margin: 0 0 10px 0;
}
.mynet .ArticleBodyComponent li {
  margin-bottom: 5px;
}
.ArticleBodyComponent a:visited {
  color: #00f;
}
.ArticleBodyComponent a:hover {
  color: #f00;
}
.ArticleBodyComponent p {
  margin: 0 0 13px 0;
}
.magazine_template .ArticleBodyComponent .VideoComponenta {
  display: flex;
  width: 100%;
}
.ArticleBodyComponent .VideoComponenta .BlankContainer {
  display: block !important;
}
.magazine_template .ArticleBodyComponent .VideoComponenta .articleVideoComponenta {
  width: 100%;
}
.ArticleBodyComponent .originalLaunchDate {
  clear: both;
}
.ArticleBodyComponent .coAuthors {
  margin: 13px 0;
}
.ArticleBodyComponent .articleBodyInreadWrapper,
.ArticleBodyComponent .articleBodyInread {
  min-height: 250px;
  min-width: 320px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
figure {
  margin: 10px 0 0 0;
  display: inline;
}
blockquote.text_editor_block_quote {
  display: block;
  width: 33%;
  clear: both;
  padding: 5px 10px 10px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: none;
  margin: 0;
}
.ArticleBodyComponent {
  font-family: arial !important;
  font-size: 14px;
}
.ArticleBodyComponent h1 {
  color: #192862;
  font-size: 16px;
  margin-top: 0px;
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
.ArticleBodyComponent ol {
  display: block;
  list-style-type: decimal;
  padding-right: 13px;
  margin: 0 0 10px 0;
}
.ArticleBodyComponent ul {
  list-style-position: inside;
  display: block;
  margin: 0 0 10px 0;
  line-height: 1.3;
  padding-inline-start: 0px;
}
.ArticleBodyComponent ul li > * {
  display: inline;
}
.ArticleBodyComponent .special_ul {
  list-style-type: none;
  font-size: 20px;
  color: #1417ac;
  line-height: 24px;
  margin-bottom: 13px;
}
.ArticleBodyComponent .special_ul li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(20, 23, 172)' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg id='icon' transform='translate(-1327 -606)'%3E%3Cpath id='Union_4' data-name='Union 4' d='M31.878,32H0V0H26.425V14.286H32V32Zm-2.724-2.857v-12H26.425v12ZM2.877,29.112h20.67V2.888H2.877ZM5.465,22.73v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Z' transform='translate(1327 606)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 4px right;
  background-size: 15px;
  margin: 10px 0;
}
.ArticleBodyComponent .special_ul li > div {
  padding-right: 22px;
  display: block;
}
.ArticleBodyComponent a:visited {
  color: #00f;
}
.ArticleBodyComponent a:hover {
  color: #f00;
}
.ArticleBodyComponent p,
.ArticleBodyComponent .ynet_article_paragraph {
  margin: 0 0 13px 0;
}
.ArticleBodyComponent .text_editor_block_quote {
  margin: 5px 10px 10px;
  position: relative;
  z-index: 5;
  font-size: 120%;
  float: left;
}
.ArticleBodyComponent .text_editor_block_quote.editorQuotes_right {
  float: right;
}
.ArticleBodyComponent .text_editor_contact_us_link {
  width: 208px;
  height: 16px;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: right;
}
.ArticleBodyComponent .text_editor_contact_us_link a {
  color: #9d9d9d;
}
.ArticleBodyComponent .iframeCaption {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: bold;
  margin-left: 5px;
}
.originalLaunchDate {
  color: #8c8c8c;
  line-height: 20px;
  font-size: 14px;
}
.font-moses .originalLaunchDate {
  font-size: 12px;
  font-weight: 340;
}
.SiteArticleSocialBottomShare1280 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SiteArticleSocialBottomShare1280 .iconsWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 230px;
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280 {
  cursor: pointer;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%233a559f%7D %3C/style%3E %3C/defs%3E %3Cpath id='facebook' d='M635.718 77.333a20 20 0 1 0 20 20 20 20 0 0 0-20-20zm5.92 11.767h-2.8c-.987 0-1.193.4-1.193 1.425v2.467h3.988l-.384 4.33h-3.6v12.934h-5.165V97.375H629.8v-4.384h2.686v-3.453c0-3.241 1.733-4.933 5.576-4.933h3.577V89.1z' class='cls-1' transform='translate(-615.718 -77.333)'/%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='12.5' cy='12.5' r='12.5' fill='black'/%3E %3Cg clip-path='url(%23clip0_81_3343)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_81_3343'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23636363%7D %3C/style%3E %3C/defs%3E %3Cpath id='email' d='M12066 40a20 20 0 0 1-14.141-34.142 20 20 0 0 1 28.283 28.284A19.864 19.864 0 0 1 12066 40zm-3.628-18.218l-5.747 5.769a1.726 1.726 0 0 0 1.164.449h16.7a1.718 1.718 0 0 0 1.161-.449l-5.745-5.769a7.49 7.49 0 0 1-.18.131l-.072.052a31.254 31.254 0 0 1-1.191.848 6.546 6.546 0 0 1-1.07.543 3.188 3.188 0 0 1-1.245.279h-.023a3.257 3.257 0 0 1-1.244-.276 6.526 6.526 0 0 1-1.068-.546 26.942 26.942 0 0 1-1.047-.743 16.93 16.93 0 0 0-.4-.288zm13.906-4.62a6.42 6.42 0 0 1-1.13.989 351.11 351.11 0 0 0-3.928 2.7l5.058 5.084v-8.773zm-20.276 0v8.775l5.063-5.084a357.208 357.208 0 0 0-3.922-2.7 6.11 6.11 0 0 1-1.141-.989zm1.725-5.161a1.613 1.613 0 0 0-1.256.594 2.294 2.294 0 0 0-.469 1.477 2.646 2.646 0 0 0 .623 1.55 5.57 5.57 0 0 0 1.322 1.313c.217.153.951.667 2.32 1.617l.154.108c.6.414 1.172.815 1.669 1.166s.862.6 1.144.8c.031.021.078.056.133.1l.036.026.117.085.2.139c.276.2.464.337.609.434s.325.211.589.367a3.37 3.37 0 0 0 .648.309 1.8 1.8 0 0 0 .567.1h.021a1.8 1.8 0 0 0 .568-.1 3.4 3.4 0 0 0 .648-.309c.266-.156.445-.269.588-.367.175-.116.4-.277.615-.434l.072-.054.065-.047c.065-.047.122-.089.175-.124l.067-.05.1-.071.045-.032.266-.184q.331-.232.836-.582l4.148-2.894a5.35 5.35 0 0 0 1.38-1.4 2.961 2.961 0 0 0 .555-1.714 1.827 1.827 0 0 0-1.8-1.82h-16.666z' class='cls-1' transform='translate(-12046.001)'/%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='39.999' viewBox='0 0 40 39.999'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23128c7e%7D %3C/style%3E %3C/defs%3E %3Cpath id='whatsapp' d='M10676 40a20 20 0 0 1-14.142-34.141 20 20 0 1 1 28.285 28.283A19.871 19.871 0 0 1 10676 40zm-5.5-11.653a9.886 9.886 0 0 0 5.485 1.653h.015a10 10 0 0 0 0-20 10.01 10.01 0 0 0-10 10 9.864 9.864 0 0 0 1.9 5.86l-1.246 3.715 3.844-1.229zm8.785-2.747a8.528 8.528 0 0 1-2.932-.82 11.872 11.872 0 0 1-4.914-4.3l-.021-.032a2.214 2.214 0 0 0-.043-.061l-.018-.023a5.567 5.567 0 0 1-1.169-2.994 3.187 3.187 0 0 1 1-2.407l.024-.025a1.445 1.445 0 0 1 1.022-.36c.076 0 .149 0 .22.006h.107c.3.014.445.039.637.494l.211.509.091.222c.253.613.548 1.33.6 1.433a.6.6 0 0 1 .042.542 1.567 1.567 0 0 1-.3.428l-.026.031-.173.189a4.639 4.639 0 0 0-.264.295l-.009.011a.467.467 0 0 0-.109.611 8.825 8.825 0 0 0 1.625 2.016 7.328 7.328 0 0 0 2.253 1.408l.043.017.048.02a.737.737 0 0 0 .288.06.569.569 0 0 0 .418-.17 9.716 9.716 0 0 0 .657-.864v-.006l.12-.167a.559.559 0 0 1 .465-.268.716.716 0 0 1 .251.05c.265.092 1.641.771 2 .948l.161.08h.009c.2.1.331.16.389.257a2.532 2.532 0 0 1-.172 1.388 2.838 2.838 0 0 1-1.963 1.412 2.6 2.6 0 0 1-.566.07z' class='cls-1' transform='translate(-10656)'/%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.print {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1,.cls-3%7Bfill:%23c4c4c4%7D.cls-2%7Bfill:%23fff%7D.cls-3%7Bstroke:%23fff;stroke-width:2px%7D.cls-4%7Bstroke:none%7D.cls-5%7Bfill:none%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_639' data-name='Group 639' transform='translate(-1527 -1225)'%3E %3Ccircle id='Ellipse_24' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 24' transform='translate(1527 1225)'/%3E %3Crect id='Rectangle_483' width='21.333' height='10.666' class='cls-2' data-name='Rectangle 483' rx='1' transform='translate(1536.333 1239.666)'/%3E %3Cg id='Rectangle_485' class='cls-3' data-name='Rectangle 485' transform='translate(1539 1245)'%3E %3Crect width='16' height='10.666' class='cls-4' rx='1'/%3E %3Cpath d='M1 1h14v8.666H1z' class='cls-5'/%3E %3C/g%3E %3Cpath id='Rectangle_484' d='M0 0h13.333v2.667H0z' class='cls-2' data-name='Rectangle 484' transform='translate(1540.333 1235.666)'/%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.tb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D.cls-2%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_640' data-name='Group 640' transform='translate(-1413 -1237)'%3E %3Ccircle id='Ellipse_28' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 28' transform='translate(1413 1237)'/%3E %3Cg id='comment-black-oval-bubble-shape' transform='translate(1423 1212.493)'%3E %3Cpath id='Path_25' d='M19.063 40.138a9.242 9.242 0 0 0-3.717-2.656 13.253 13.253 0 0 0-5.13-.975 13.557 13.557 0 0 0-3.968.576 11.1 11.1 0 0 0-3.261 1.556A7.777 7.777 0 0 0 .81 40.97 5.43 5.43 0 0 0 0 43.8 5.532 5.532 0 0 0 1.032 47a8.371 8.371 0 0 0 2.822 2.508 7.246 7.246 0 0 1-.3.866q-.171.41-.308.673a4.632 4.632 0 0 1-.371.581q-.234.319-.353.45l-.393.433q-.273.3-.353.394a.8.8 0 0 0-.091.1l-.08.1-.068.1q-.057.086-.051.108a.3.3 0 0 1-.023.114.151.151 0 0 0 .006.137v.011a.573.573 0 0 0 .2.331.447.447 0 0 0 .348.1 8.56 8.56 0 0 0 1.3-.251 12.461 12.461 0 0 0 5.244-2.759 15.6 15.6 0 0 0 1.653.091 13.249 13.249 0 0 0 5.13-.975 9.24 9.24 0 0 0 3.717-2.656 5.594 5.594 0 0 0 0-7.33z' class='cls-2' data-name='Path 25'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .contactWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  border-radius: 15px;
  background-color: #000066;
  cursor: pointer;
  text-decoration: none;
  border: 0;
}
.SiteArticleSocialBottomShare1280 .contactWrapper .icon {
  width: 12.7px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23ffffff%7D %3C/style%3E %3C/defs%3E %3Cg id='close-envelope' transform='translate(0 -2)'%3E %3Cg id='Group_194' data-name='Group 194'%3E %3Cpath id='Path_37' d='M7 9L5.268 7.484.316 11.729a1.014 1.014 0 0 0 .691.271h11.986a1.006 1.006 0 0 0 .688-.271L8.732 7.484z' class='cls-1' data-name='Path 37'/%3E %3Cpath id='Path_38' d='M13.684 2.271A1.007 1.007 0 0 0 12.993 2H1.007a1 1 0 0 0-.689.273L7 8z' class='cls-1' data-name='Path 38'/%3E %3Cpath id='Path_39' d='M0 2.878v8.308l4.833-4.107z' class='cls-1' data-name='Path 39'/%3E %3Cpath id='Path_40' d='M9.167 7.079L14 11.186V2.875z' class='cls-1' data-name='Path 40'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .contactWrapper .label {
  margin-right: 6px;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: normal;
  color: #ffffff;
  flex-shrink: 0;
}
.ArticleBottomShareComponent {
  padding-top: 5px;
  border-top: 1px dotted #6281AF;
  clear: both;
}
.ArticleBottomShareComponent.englishSite {
  border-top: 1px dotted #6281AF;
  padding-top: 5px;
}
@media only screen and (max-width: 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;
}
.article-collapsible-box-component {
  min-height: 200px;
  position: relative;
  padding: 25px;
  background-color: #f5f5f5;
  overflow: hidden;
  margin-bottom: 15px;
}
.article-collapsible-box-component:has(.article-body:not(.collapsed)) {
  max-height: 10100px;
  overflow: unset;
}
.article-collapsible-box-component .article-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 670;
  margin-bottom: 15px;
}
.article-collapsible-box-component .article-body {
  font-size: 18px;
  font-weight: 340;
  margin-bottom: 25px;
  line-height: 28px;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  max-height: 10000px;
}
.article-collapsible-box-component .article-body.collapsed {
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 66.67%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 66.67%, transparent 100%);
  max-height: fit-content;
}
.article-collapsible-box-component .article-body:not(.collapsed) .public-DraftStyleDefault-ul[style],
.article-collapsible-box-component .article-body:not(.collapsed) .public-DraftStyleDefault-ol[style] {
  display: block !important;
}
.article-collapsible-box-component .article-body .text_editor_block_quote {
  margin: 15px 0 !important;
  font-size: 22px;
  line-height: 30px;
}
.article-collapsible-box-component .article-body .text_editor_paragraph_collapsible {
  color: #000000;
  direction: rtl;
  font-family: "Moses", "NarkisBlock";
  font-size: 18px;
  font-style: normal;
  font-weight: 340;
  letter-spacing: normal;
  line-height: 28px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.article-collapsible-box-component .show-fade {
  width: 100%;
  height: 118.595px;
  position: absolute;
  margin-inline-start: -20px;
  bottom: 0;
  background: linear-gradient(180.97deg, rgba(245, 245, 245, 0) -11.94%, #EFEFEF 74.43%);
  transition: 0.4s linear;
}
.article-collapsible-box-component .toggle-btn {
  display: none;
  width: 40px;
  height: 40px;
  position: sticky;
  top: 200px;
  bottom: 20px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='53' viewBox='0 0 52 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Chevrons / Circled / Up / White' filter='url(%23filter0_d_1_5530)'%3E %3Cpath d='M6 23.1934C6 12.1477 14.9543 3.19336 26 3.19336C37.0457 3.19336 46 12.1477 46 23.1934C46 34.2391 37.0457 43.1934 26 43.1934C14.9543 43.1934 6 34.2391 6 23.1934Z' fill='white'/%3E %3Cpath id='Vector 74 (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15.7211 26.7968C16.2372 27.3255 17.074 27.3255 17.5901 26.7968L26.0007 18.1813L34.4112 26.7968C34.9273 27.3255 35.7641 27.3255 36.2802 26.7968C36.7963 26.2682 36.7963 25.411 36.2802 24.8823L27.4024 15.7881C26.6282 14.9951 25.3731 14.9951 24.5989 15.7881L15.7211 24.8823C15.205 25.411 15.205 26.2682 15.7211 26.7968Z' fill='%23DE1A1A'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_1_5530' x='0' y='0.193359' width='52' height='52' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='effect1_dropShadow_1_5530'/%3E %3CfeOffset dy='3'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1_5530'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1_5530' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
  cursor: pointer;
  float: left;
  z-index: 10;
}
.article-collapsible-box-component .toggle-btn.collapsed {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='53' viewBox='0 0 52 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Chevrons / Circled / Down / White' filter='url(%23filter0_d_1_5066)'%3E %3Cpath d='M6 23.1934C6 12.1477 14.9543 3.19336 26 3.19336C37.0457 3.19336 46 12.1477 46 23.1934C46 34.2391 37.0457 43.1934 26 43.1934C14.9543 43.1934 6 34.2391 6 23.1934Z' fill='white'/%3E %3Cpath id='Vector 74 (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15.7201 19.5899C16.2362 19.0612 17.073 19.0612 17.5891 19.5899L25.9997 28.2054L34.4102 19.5899C34.9264 19.0612 35.7631 19.0612 36.2793 19.5899C36.7954 20.1186 36.7954 20.9757 36.2793 21.5044L27.4014 30.5986C26.6273 31.3916 25.3721 31.3916 24.5979 30.5986L15.7201 21.5044C15.204 20.9757 15.204 20.1186 15.7201 19.5899Z' fill='%23DE1A1A'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_1_5066' x='0' y='0.193359' width='52' height='52' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='effect1_dropShadow_1_5066'/%3E %3CfeOffset dy='3'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1_5066'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1_5066' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
  top: unset;
  position: absolute;
  left: 25px;
  float: unset;
}
.englishSite .article-collapsible-box-component .toggle-btn.collapsed {
  right: 25px;
  left: unset;
}
.englishSite .article-collapsible-box-component .toggle-btn {
  float: right;
}
.article-collapsible-box-component .toggle-btn .toggle-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-inline-start: 1px solid #fff;
  transition: 0.4s linear;
  line-height: 22px;
  padding: 8px;
}
.englishSite .article-collapsible-box-component .toggle-btn .toggle-text {
  font-size: 16px;
}
.article-collapsible-box-component .toggle-btn .toggle-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.article-collapsible-box-component .toggle-btn .toggle-icon .icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s linear;
}
.article-collapsible-box-component .toggle-btn .toggle-icon .toggle-open {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12 6.86979V5.53646H6.66667V0.203125H5.33333V5.53646H0V6.86979H5.33333V12.2031H6.66667V6.86979H12Z' fill='white'/%3E %3C/svg%3E");
  rotate: 45deg;
}
.article-collapsible-box-component .toggle-btn .toggle-icon .toggle-close {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12 6.86979V5.53646H6.66667V0.203125H5.33333V5.53646H0V6.86979H5.33333V12.2031H6.66667V6.86979H12Z' fill='white'/%3E %3C/svg%3E");
}
.drag-article-message {
  width: 740px !important;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-color: #F1F1F1;
}
.drag-article-message:hover {
  border: 1px dashed #b7c0ff;
}
@-webkit-keyframes fadeinForm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scaleY(0);
    transform: translate3d(0, -50%, 0) scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}
.PremiumAddCommentFormUI.fadeIn {
  animation: fadeinForm 200ms ease-in;
  -webkit-animation: fadeinForm 200ms ease-in;
}
.PremiumAddCommentFormUI.hide {
  display: none;
}
.PremiumAddCommentFormUI .AddCommentForm {
  margin-top: 3px;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .thankYou {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  letter-spacing: 0.4px;
  text-align: right;
  color: #ed1c24;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .thankYou {
  color: #A10000;
  font-family: 'EzerShemesh';
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: normal;
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeTextLabel {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeTextLabel {
  font-family: "EzerShemesh";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #121111;
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeIcon {
  height: 10px;
  margin-left: 5px;
  width: 10px;
  background-position: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E");
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .successfullySentText {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .successfullySentText {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  font-family: "EzerShemesh";
  color: #121111;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  margin-bottom: 10px;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  letter-spacing: 0.4px;
  text-align: right;
  color: #ed1c24;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  color: #A10000;
  font-family: 'EzerShemesh';
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: normal;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  margin-top: 3px;
  cursor: pointer;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  font-family: "EzerShemesh";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #121111;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  margin-left: 5px;
  height: 10px;
  width: 10px;
  background-position: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E");
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs {
  gap: 10px;
  flex-wrap: nowrap;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  width: 385px;
  height: 40px;
  margin-bottom: 10px;
  background: #fff;
  display: inline-block;
  flex-grow: 1;
  padding: 4px 5px;
  border: 1px solid #BFCDE3;
  font-size: 13px;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  background-color: #fff;
  width: 365px;
  box-sizing: border-box;
  border: 1px solid #D7D5D5;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  font-family: "EzerShemesh";
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .title {
  height: 40px;
  background-color: #FFF;
  display: inline-block;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-size: 13px;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .title {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  font-family: "EzerShemesh";
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .comment {
  height: 60px;
  padding-top: 10px;
  background-color: #FFF;
  display: inline-block;
  border: 1px solid #BFCDE3;
  font-size: 13px;
  margin-bottom: 8px;
  padding: 5px;
  overflow: auto;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .comment {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  font-family: "EzerShemesh";
  padding: 5px 15px;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .inputStyle {
  background-color: #FFF;
  padding: 0 20px 0 0;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .inputStyle {
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #D7D5D5;
  padding: 0 15px;
  margin-bottom: 10px;
  border-radius: 0px;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  font-family: "EzerShemesh";
  color: #121111;
  margin-bottom: 20px;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:link,
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:visited {
  color: #25262b;
  font-weight: bold;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:link,
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:visited {
  color: #121111;
  font-weight: 400;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  cursor: pointer;
  border: 0;
  width: 140px;
  height: 40px;
  border-radius: 2px;
  background-color: #ed1c24;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  background-color: #A10000;
  font-family: "EzerShemesh";
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 0px;
}
.grid1280 #PremiumArticleComment .commentNum {
  font-size: 22px ! important;
  line-height: 34px ! important;
  padding-top: 0 ! important;
}
.grid1280 #PremiumArticleComment .details {
  height: 19px ! important;
}
.grid1280 #PremiumArticleComment .details .author {
  font-size: 14px;
}
.grid1280 #PremiumArticleComment .details .publishDate {
  font-size: 12px;
}
.grid1280 #PremiumArticleComment .commentTitle {
  font-size: 16px !important;
  line-height: 20px !important;
}
.grid1280 #PremiumArticleComment.expanded {
  margin-bottom: 0px ! important;
}
.grid1280 #PremiumArticleComment .expandedView .commentText {
  font-size: 14px ! important;
  line-height: 20px ! important;
}
.grid1280 #PremiumArticleComment.level1 {
  padding: 12px 0px 14px 0 !important;
}
.grid1280 #PremiumArticleComment .bottomButtonsWrapper {
  margin-top: 10px ! important;
}
.grid1280 #PremiumArticleComment .bottomButtonsWrapper * {
  font-family: Arial, Helvetica, sans-serif ! important;
}
.grid1280 #PremiumArticleComment .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent {
  background-color: #000066 !important;
}
#PremiumArticleComment {
  background-color: transparent !important;
}
#PremiumArticleComment.level1 {
  border-top: 1px solid #d4d4d4;
  padding: 22px 0px;
}
.magazine2025 #PremiumArticleComment.level1 {
  padding: 20px 0;
}
#PremiumArticleComment.level2 {
  border: 0;
  padding: 0px;
  margin: 0;
  bottom: 10px;
  padding-bottom: 10px;
}
#PremiumArticleComment.expanded {
  background-color: transparent !important;
}
#PremiumArticleComment .topView {
  display: flex;
}
#PremiumArticleComment .topView .level2ArrowContainer {
  justify-content: flex-end;
  display: flex;
  padding-left: 10px;
  min-width: 85px;
}
#PremiumArticleComment .topView .level2ArrowContainer .level2Arrow {
  display: flex;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.334' height='17' viewBox='0 0 22.334 17'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b;stroke:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cg id='reply' transform='translate(.5 .5)'%3E %3Cg id='Group_348' data-name='Group 348'%3E %3Cpath id='Path_26' d='M9.778 75.548v3.118A1.335 1.335 0 0 1 8.444 80a1.317 1.317 0 0 1-.9-.357l-.574-.531c-1.885-1.747-5.046-4.67-6.663-6.292a1.248 1.248 0 0 1 0-1.64c1.617-1.622 4.778-4.545 6.666-6.292l.574-.531a1.317 1.317 0 0 1 .9-.357 1.335 1.335 0 0 1 1.333 1.333v3.108c6.4-.09 10.667-2.108 10.667-4a.444.444 0 1 1 .889 0c-.003 5.993-5.146 10.89-11.558 11.107zm-.444-6.215a.444.444 0 0 1-.444-.444v-3.556a.445.445 0 0 0-.444-.444.431.431 0 0 0-.293.12l-.574.531C5.694 67.283 2.542 70.2.937 71.807a.407.407 0 0 0 0 .386c1.6 1.609 4.756 4.525 6.64 6.267l.574.531a.43.43 0 0 0 .293.12.445.445 0 0 0 .444-.444v-3.556a.444.444 0 0 1 .444-.444 10.95 10.95 0 0 0 10.875-8.12c-1.895 1.661-6.007 2.786-10.874 2.786z' class='cls-1' data-name='Path 26' transform='translate(0 -64)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21.3px;
  height: 16px;
  margin-top: 12px;
}
#PremiumArticleComment .topView .commentNum {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 30px;
  line-height: 1.13;
  letter-spacing: 0.6px;
  text-align: right;
  padding-top: 10px;
  min-width: 55px;
}
.font-moses #PremiumArticleComment .topView .commentNum {
  font-weight: 340;
}
.magazine2025 #PremiumArticleComment .topView .commentNum {
  font-family: "EzerShemesh";
  font-size: 45px;
  font-weight: 400;
  line-height: 35px;
  color: #121111;
  letter-spacing: normal;
  padding-top: 0px;
}
#PremiumArticleComment .topView .topLeftView {
  display: flex;
  flex-direction: column;
}
.magazine2025 #PremiumArticleComment .topView .topLeftView {
  gap: 20px;
}
#PremiumArticleComment .topView .topLeftView .commentDetailsWrapper {
  display: flex;
}
#PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details {
  display: flex;
  align-items: center;
}
.magazine2025 #PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details {
  display: block;
}
#PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details .author {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.13;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.font-moses #PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details .author {
  font-weight: 340;
}
.magazine2025 #PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details .author {
  font-family: "EzerShemesh";
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  color: #121111;
}
#PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details .publishDate {
  font-size: 14px;
  font-weight: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #777777;
  padding-right: 10px;
}
.magazine2025 #PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details .publishDate {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #121111;
  padding-right: 20px;
}
.font-moses #PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details .publishDate {
  font-weight: 340;
}
#PremiumArticleComment .topView .topLeftView .commentTitle {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.4px;
  text-align: right;
  padding-top: 5px;
}
.font-moses #PremiumArticleComment .topView .topLeftView .commentTitle {
  font-weight: 340;
}
.magazine2025 #PremiumArticleComment .topView .topLeftView .commentTitle {
  padding: 0;
  font-family: "EzerShemesh";
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
}
#PremiumArticleComment .expandedView {
  padding-bottom: 0;
}
.magazine2025 #PremiumArticleComment .expandedView {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#PremiumArticleComment .expandedView .commentText {
  margin-top: 6px;
  padding: 0;
  border: 0px;
  background: transparent;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: 0.4px;
  text-align: right;
  color: #25262b;
}
.magazine2025 #PremiumArticleComment .expandedView .commentText {
  padding: 0;
  font-family: "EzerShemesh";
  font-size: 20px;
  font-weight: 300;
  line-height: 21px;
  color: #121111;
}
.font-moses #PremiumArticleComment .expandedView .commentText {
  font-weight: 340;
}
#PremiumArticleComment .expandedView .commentText.level1 {
  padding-right: 55px;
}
#PremiumArticleComment .expandedView .commentText.level2 {
  padding-right: 85px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper {
  margin-top: 25px;
  height: 30px;
}
.magazine2025 #PremiumArticleComment .expandedView .bottomButtonsWrapper {
  margin-top: 0px;
  gap: 20px;
  height: 40px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper.level1 {
  padding-right: 55px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper.level2 {
  padding-right: 85px;
}
.magazine2025 #PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.magazine2025 #PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper {
  display: flex;
  gap: 20px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn {
  width: 120px;
  height: 30px;
  border-radius: 2px;
  background-color: #ed1c24;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.font-moses #PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn {
  font-weight: 670;
}
.magazine2025 #PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  font-family: "EzerShemesh";
  background-color: #A10000;
  height: 40px;
  margin: 0;
  border-radius: 0px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent {
  width: 120px;
  height: 30px;
  border-radius: 2px;
  background-color: #000;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.magazine2025 #PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent {
  background-color: #121111;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  font-family: "EzerShemesh";
  height: 40px;
  border-radius: 0px;
}
.font-moses #PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent {
  font-weight: 670;
  font-size: 13px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 170px;
  height: 30px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.likeSvg {
  position: relative;
  bottom: 1px;
  fill: #999999;
  width: 24.2px;
  height: 18px;
  cursor: pointer;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.likeSvg:hover {
  fill: #282828;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.likeSvg.likePressed {
  fill: #282828;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.likeSvg.likePressed:hover {
  fill: #999999;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.dislikeSvg {
  cursor: pointer;
  position: relative;
  top: 3px;
  fill: #999999;
  width: 24.2px;
  height: 18px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.dislikeSvg:hover {
  fill: #282828;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.dislikeSvg.dislikePressed {
  fill: #282828;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.dislikeSvg.dislikePressed:hover {
  fill: #999999;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  width: 40px;
  height: 22px;
  font-size: 16px;
  font-weight: normal;
  line-height: 2.13;
  letter-spacing: 0.32px;
  color: #25262b;
  padding-left: 5px;
}
.font-moses #PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter {
  font-weight: 340;
}
.magazine2025 #PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: normal;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter.unlikesCounter {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 5px;
}
.PremiumArticleCommentsTopTabUI {
  display: flex;
  flex-direction: column;
}
.PremiumArticleCommentsTopTabUI .tab {
  background: transparent !important;
  height: 40px !important;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .tab {
  height: 24px ! important;
  background: #121111 !important;
  color: #fff;
  font-family: 'EzerShemesh';
  align-items: center;
  padding: 0 10px;
}
.PremiumArticleCommentsTopTabUI .tab .tabTextWraper {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  letter-spacing: 0.4px;
  text-align: right;
  color: #25262b;
}
.font-moses .PremiumArticleCommentsTopTabUI .tab .tabTextWraper {
  font-weight: 500;
  line-height: normal;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .tab .tabTextWraper {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.PremiumArticleCommentsTopTabUI .tab .sortOptions {
  position: relative;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .tab .sortOptions {
  margin-top: 100px;
}
.PremiumArticleCommentsTopTabUI .tab .sortOptions .togglerWrapper {
  position: absolute;
  left: 5px;
  bottom: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.PremiumArticleCommentsTopTabUI .tab .sortOptions .togglerWrapper .toggler {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.995' height='5.6' viewBox='0 0 11.995 5.6'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23919191%7D %3C/style%3E %3C/defs%3E %3Cg id='drop_down' data-name='drop down' transform='translate(-151.032 -40.197)'%3E %3Cpath id='Shape_744' d='M2510.03 1068.8a.842.842 0 0 1-.594-.243l-5.157-3.932a.831.831 0 0 1 0-1.181.845.845 0 0 1 1.188 0l4.564 3.34 4.563-3.34a.845.845 0 0 1 1.188 0 .832.832 0 0 1 0 1.181l-5.158 3.932a.837.837 0 0 1-.593.243zm0 0' class='cls-1' data-name='Shape 744' transform='translate(-2353 -1023)'/%3E %3C/g%3E %3C/svg%3E");
  width: 12px;
  height: 5.6px;
  background-repeat: no-repeat;
}
.PremiumArticleCommentsTopTabUI .tab .sortOptions .selectLabel {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.83;
  letter-spacing: 0.2px;
  text-align: right;
  color: #777777;
  padding-left: 10px;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .tab .sortOptions .selectLabel {
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  line-height: 18px;
}
.PremiumArticleCommentsTopTabUI .tab .sortOptions .sortSelect {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  padding-right: 10px;
  width: 146px;
  height: 40px;
  border-radius: 2px;
  border-color: #c8c8c8;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.33;
  letter-spacing: normal;
  text-align: right;
  color: #25262b;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .tab .sortOptions .sortSelect {
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  line-height: 18px;
}
.PremiumArticleCommentsTopTabUI .topPanel {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  border-top: 1px solid #d4d4d4;
  padding-top: 18px;
  padding-bottom: 18px;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .topPanel {
  justify-content: flex-start;
  border-top: none;
  padding-top: 0;
  padding-bottom: 20px;
}
.PremiumArticleCommentsTopTabUI .topPanel .newCommentBtn {
  cursor: pointer;
  border: 0;
  padding: 0;
  width: 500px;
  height: 40px;
  border-radius: 2px;
  background-color: #ed1c24;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .topPanel .newCommentBtn {
  background-color: #A10000;
  width: 280px;
}
.PremiumArticleCommentsTopTabUI .topPanel .newCommentBtn span {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.font-moses .PremiumArticleCommentsTopTabUI .topPanel .newCommentBtn span {
  font-weight: 670;
  line-height: 1.19;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .topPanel .newCommentBtn span {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  font-family: 'EzerShemesh';
}
.Grid1280ArticleCommentsTopTabUI {
  display: flex;
  flex-direction: column;
}
.Grid1280ArticleCommentsTopTabUI .tab {
  background: #000066 !important;
  height: 24px !important;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
}
.Grid1280ArticleCommentsTopTabUI .tab .tabTextWraper {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-align: right;
  color: #fff;
}
.font-moses .Grid1280ArticleCommentsTopTabUI .tab .tabTextWraper {
  font-weight: 670;
}
.Grid1280ArticleCommentsTopTabUI .topPanel {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 14px;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .newCommentBtn {
  cursor: pointer;
  border: 0;
  padding: 0;
  width: 280px;
  height: 40px;
  border-radius: 2px;
  background-color: #ed1c24;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .newCommentBtn span {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.font-moses .Grid1280ArticleCommentsTopTabUI .topPanel .newCommentBtn span {
  font-weight: 670;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions {
  position: relative;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .togglerWrapper {
  position: absolute;
  left: 5px;
  bottom: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .togglerWrapper .toggler {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.995' height='5.6' viewBox='0 0 11.995 5.6'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23919191%7D %3C/style%3E %3C/defs%3E %3Cg id='drop_down' data-name='drop down' transform='translate(-151.032 -40.197)'%3E %3Cpath id='Shape_744' d='M2510.03 1068.8a.842.842 0 0 1-.594-.243l-5.157-3.932a.831.831 0 0 1 0-1.181.845.845 0 0 1 1.188 0l4.564 3.34 4.563-3.34a.845.845 0 0 1 1.188 0 .832.832 0 0 1 0 1.181l-5.158 3.932a.837.837 0 0 1-.593.243zm0 0' class='cls-1' data-name='Shape 744' transform='translate(-2353 -1023)'/%3E %3C/g%3E %3C/svg%3E");
  width: 12px;
  height: 5.6px;
  background-repeat: no-repeat;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .selectLabel {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.83;
  letter-spacing: 0.2px;
  text-align: right;
  color: #777777;
  padding-left: 10px;
}
.font-moses .Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .selectLabel {
  font-weight: 670;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .sortSelect {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  padding-right: 10px;
  width: 146px;
  height: 40px;
  border-radius: 2px;
  border-color: #c8c8c8;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.33;
  letter-spacing: normal;
  text-align: right;
  color: #25262b;
}
.font-moses .Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .sortSelect {
  font-weight: 670;
}
.SiteArticleComments {
  display: flex;
  flex-direction: column;
  background: transparent;
  font-family: arial;
  direction: rtl;
  clear: both;
}
.SiteArticleComments.englishSite {
  direction: ltr ! important;
}
@media only screen and (max-width: 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;
}
.font-moses .SiteArticleComments .showMoreCommentsButton,
.font-moses .SiteArticleComments .closeCommentsButton {
  font-weight: 670;
  background-color: #de1a1a;
}
.SiteArticleComments .CommentsBox {
  display: flex;
  margin: 10.625vw auto;
  justify-content: center;
  text-align: center;
}
.SiteArticleComments .showMoreCommentsButton:hover,
.SiteArticleComments .closeCommentsButton:hover {
  box-shadow: 0px 0px 5px #1f1919;
}
.ynet.grid1280 .SiteArticleComments * {
  font-family: 'Open Sans Hebrew';
}
.ynet.grid1280 .SiteArticleComments .showMoreCommentsButton,
.ynet.grid1280 .SiteArticleComments .closeCommentsButton {
  width: 280px;
  height: 40px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 14px !important;
}
.ynet.grid1280_2 .SiteArticleComments,
.pplus .SiteArticleComments,
.ynetnews.grid1280_2 .SiteArticleComments {
  font-family: 'NarkisBlock';
}
.font-moses .ynet.grid1280_2 .SiteArticleComments,
.font-moses .pplus .SiteArticleComments,
.font-moses .ynetnews.grid1280_2 .SiteArticleComments {
  font-family: 'Moses', 'NarkisBlock' ! important;
}
.ynet.grid1280_2 .SiteArticleComments .commentsContainer,
.pplus .SiteArticleComments .commentsContainer,
.ynetnews.grid1280_2 .SiteArticleComments .commentsContainer {
  border-bottom: 1px solid #dadadd;
}
.ynet.grid1280_2 .SiteArticleComments .commentsContainer > div:first-child .level1,
.pplus .SiteArticleComments .commentsContainer > div:first-child .level1,
.ynetnews.grid1280_2 .SiteArticleComments .commentsContainer > div:first-child .level1 {
  border-top: none;
}
.ynet.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.pplus .SiteArticleComments .showMoreCommentsButton,
.ynetnews.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.ynet.grid1280_2 .SiteArticleComments .closeCommentsButton,
.pplus .SiteArticleComments .closeCommentsButton,
.ynetnews.grid1280_2 .SiteArticleComments .closeCommentsButton {
  font-size: 18px;
  line-height: 18px;
  margin-top: 25px !important;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(113deg, #474cdd, #1417ac 36%);
  box-shadow: none;
  height: 40px;
  position: relative;
  width: 184px !important;
}
.font-moses .ynet.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.font-moses .pplus .SiteArticleComments .showMoreCommentsButton,
.font-moses .ynetnews.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.font-moses .ynet.grid1280_2 .SiteArticleComments .closeCommentsButton,
.font-moses .pplus .SiteArticleComments .closeCommentsButton,
.font-moses .ynetnews.grid1280_2 .SiteArticleComments .closeCommentsButton {
  font-size: 16px;
  line-height: 16px;
  font-weight: 670;
  background-color: #ed1c24;
  background-image: none;
}
.magazine2025.ynet .SiteArticleComments .commentsContainer {
  border-bottom: 1px solid #dadadd;
}
.magazine2025.ynet .SiteArticleComments .commentsContainer > div:first-child .level1 {
  border-top: none;
}
.magazine2025.ynet .SiteArticleComments .showMoreCommentsButton,
.magazine2025.ynet .SiteArticleComments .closeCommentsButton {
  background-color: #A10000;
  width: 280px;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  font-family: 'EzerShemesh';
  background-image: none;
  color: #fff;
  height: 40px;
  margin-top: 25px !important;
}
.spotimWrapper.popUp {
  position: fixed;
  left: -500px;
  width: 484px;
  top: 0;
  background: #fff;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.18);
  height: 100%;
  z-index: 999999999999;
  overflow-y: auto;
  padding: 25px;
  box-sizing: border-box;
}
.spotimWrapper.popUp.isOpened {
  transition: left 0.4s;
  left: 0;
}
.spotimWrapper.popUp.isClosed {
  transition: left 0.4s;
  left: -500px;
}
.spotimWrapper.popUp .closePopUp {
  position: sticky;
  top: -25px;
  float: inline-end;
  width: 100%;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 12px auto;
  background-position: left 24px;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 100 ;
}
.AddCommentForm.ynetRegular {
  background-color: #ECEFF4;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer {
  margin-top: 3px;
  background-color: #ECEFF4;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: space-between;
  color: #5074A8;
  margin-bottom: 14px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 14px;
  font-weight: bold;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  font-size: 12px;
  direction: rtl;
  margin-top: 3px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -33px -19px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  background: #fff;
  display: inline-block;
  flex-basis: 46%;
  height: 25px;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-family: Arial;
  font-size: 13px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .commentInputs .title {
  background-color: #F8F8EC;
  display: inline-block;
  height: 25px;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-family: Arial;
  font-size: 13px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .commentInputs .comment {
  background-color: #F8F8EC;
  display: inline-block;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-family: Arial;
  font-size: 13px;
  height: 100px;
  margin-bottom: 8px;
  padding: 5px;
  overflow: auto;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel {
  display: flex;
  flex-direction: column;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow:last-child {
  padding-top: 5px;
  justify-content: flex-end;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .termsOfService {
  line-height: 16px;
  font-size: 12px;
  flex: 3;
  color: #636363;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .termsOfService a {
  text-decoration: underline;
  color: #5074A8;
  font-weight: bolder;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .previewBtn {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .previewBtn .previewBtnText {
  line-height: normal;
  color: #5074A8;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .previewBtn .previewBtnIcon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-left: 3px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -20px -19px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  border: 0px;
  background-color: #3D5DA6;
  color: #fff;
  padding: 0 7px;
  height: 21px;
  width: 85px;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn .textDoubleBubleIcon {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  margin-bottom: -1px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -153px -36px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr {
  background-color: #ECEFF4;
  padding: 10px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage {
  border: 1px solid #9fa4a7;
  padding: 20px;
  position: absolute;
  top: 0px;
  left: -10px;
  width: 434px;
  z-index: 3;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage > * {
  font-size: 14px ! important;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage .bottomPanel {
  flex-direction: row;
  justify-content: flex-end;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage .bottomPanel .closeText {
  margin: 0 10px;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .alertText {
  color: #D8110E;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 10px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .successfullySentText {
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.he {
  display: block;
  width: 102px;
  height: 44px;
  direction: ltr;
  overflow: hidden;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -123px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.ru {
  width: 139px;
  height: 40px;
  background: transparent url(/Common/images/ynetnewsresp/logo-menu_vesti.png);
  direction: ltr;
  background-size: contain;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.en {
  width: 96px;
  height: 48px;
  background: transparent url(/Common/images/ynetnewsresp/logo-menu.png);
  direction: ltr;
  background-size: contain;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.es {
  width: 103px;
  height: 48px;
  background: transparent url(/picserver/ynetespanol/wcm_upload/2019/07/16/rkf00JMjbB/espnyol_logo_new.jpg);
  direction: ltr;
  background-size: contain;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .closeText {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  text-decoration: underline;
  color: black;
  font-weight: bold;
  font-size: 12px;
  background: transparent;
  border: 0;
}
.AddCommentForm.ynetRegular .PreviewComment {
  position: absolute;
  right: 0px;
  top: 137px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper {
  margin: 4px;
  border: 1px solid #9fa4a7;
  background: #ECEFF4;
  padding: 10px;
  display: flex;
  height: 130px;
  flex-direction: column;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .previewTitle {
  font-size: 13px;
  color: #000;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .authorDetails {
  direction: ltr;
  text-align: right;
  margin-top: 2px;
  color: #8E8E8E;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .previewCommentContent {
  white-space: pre-wrap;
  padding: 14px 15px;
  line-height: 17px;
  background-color: white;
  border-top: 1px solid #DEDFE1;
  border-left: 1px solid #DEDFE1;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .spacer {
  margin-top: 10px;
  border-bottom: 1px solid #dddddd;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel {
  display: flex;
  justify-content: space-between;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .closeBtn {
  cursor: pointer;
  align-self: flex-end;
  text-decoration: underline;
  font-weight: bold;
  color: #5074A8;
  font-size: 11px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons {
  display: flex;
  justify-content: space-between;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons .like {
  display: inline-block;
  width: 24px;
  height: 21px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -69px -36px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons .dislike {
  display: inline-block;
  width: 24px;
  height: 21px;
  margin-left: -2px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -96px -36px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons .likesCounter {
  display: inline-block;
  zoom: 1;
  width: 44px;
  height: 21px;
  padding-right: 3px;
  color: white;
  font-weight: bold;
  text-align: center;
  direction: ltr;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -89px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .close {
  color: red;
}
.ArticleComment {
  padding: 3px 10px 4px 10px;
  position: relative;
}
.ArticleComment .topView {
  cursor: pointer;
}
.ArticleComment .topView .commentTitle {
  font-size: 13px;
  color: #000;
}
.ArticleComment .topView .commentTitle .arrowDown {
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -113px !important;
}
.ArticleComment .topView .commentTitle .level2Arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 4px 15px 0 4px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -13px -113px;
}
.ArticleComment .topView .redTitleText {
  color: #9b1a1f;
  font-weight: bold;
}
.ArticleComment .topView .authorDetails {
  padding-right: 16px;
  margin-top: 2px;
  color: #8E8E8E;
  font-size: 12px;
  display: flex;
}
.ArticleComment .topView .authorDetails span {
  margin-left: 2px;
}
.ArticleComment .expandedView {
  padding-bottom: 10px;
}
.ArticleComment .expandedView .commentText {
  padding: 14px 15px;
  line-height: 17px;
  background-color: white;
  border-top: 1px solid #DEDFE1;
  border-left: 1px solid #DEDFE1;
  overflow: hidden;
}
.ArticleComment .expandedView .spacer {
  margin-top: 10px;
  border-bottom: 1px solid #dddddd;
}
.ArticleComment .expandedView .bottomButtonsWrapper {
  display: flex;
  justify-content: space-between;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper button {
  padding: 0 7px;
  height: 21.6px;
  line-height: 21px;
  border: 0px;
  color: #fff;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper button[disabled] {
  opacity: 0.1;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn {
  background: #D8110E;
  margin-left: 9px;
  font-size: 12px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn .textBubleIcon {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 5px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -168px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent {
  background: #3D5DA6;
  font-size: 12px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent .textDoubleBubleIcon {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  margin-bottom: -1px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -153px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper {
  display: flex;
  width: 88px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .like {
  display: inline-block;
  padding: 0;
  border: 0;
  cursor: pointer;
  width: 24px;
  height: 21px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -69px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .dislike {
  display: inline-block;
  width: 24px;
  padding: 0;
  border: 0;
  cursor: pointer;
  height: 21px;
  margin-left: -2px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -96px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .btnWithOpacity {
  opacity: 0.1;
  pointer-events: none;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter {
  display: inline-block;
  zoom: 1;
  width: 44px;
  height: 21px;
  padding: 0;
  border: 0;
  padding-right: 3px;
  color: white;
  font-weight: bold;
  text-align: center;
  direction: ltr;
  font-size: 85%;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesPositive {
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -89px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesNegative {
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -65px;
}
.ArticleComment.expanded {
  background-color: #ECEFF4;
  margin-bottom: 8px;
  padding-top: 9px;
}
.ArticleCommentsTopTabYnetUi .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
  margin-bottom: 15px;
  background: #000066;
  width: 100%;
}
.ArticleCommentsTopTabYnetUi .tab .tabTextWraper {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1px;
  padding: 0px 10px;
}
.ArticleCommentsTopTabYnetUi .tab .tabTextWraper.es,
.ArticleCommentsTopTabYnetUi .tab .tabTextWraper.en {
  display: flex;
  flex-direction: row-reverse;
}
.ArticleCommentsTopTabYnetUi .tab .expandAllCommentsBtn {
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  padding: 0px 10px;
  background: transparent;
  border: 0;
  position: relative;
}
.ArticleCommentsTopTabYnetUi .tab .expandAllCommentsBtn::after {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  right: -5px;
  vertical-align: middle;
  top: 1px;
  content: "";
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon points='0,16 13.7,27.4 13.7,4.6 '/%3E %3Cpolygon points='18.3,16 32,27.4 32,4.6 '/%3E %3C/g%3E %3C/svg%3E");
  height: 10px;
  width: 13px;
}
.ArticleCommentsTopTabYnetUi .topPanel {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 21.6px;
  line-height: 21px;
  margin-bottom: 13px;
}
.ArticleCommentsTopTabYnetUi .topPanel .newCommentBtn {
  border: 0px;
  background: #D8110E;
  color: #fff;
  width: 90px;
  font-size: 12px;
}
.ArticleCommentsTopTabYnetUi .topPanel .newCommentBtn[disabled] {
  opacity: 0.1;
}
.ArticleCommentsTopTabYnetUi .topPanel .newCommentBtn .textBubleIcon {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 5px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -168px -36px;
}
.ArticleCommentsTopTabYnetUi .topPanel .sortOptions .sortSelect {
  height: 21px;
  width: 130px;
  border: 1px solid #BFCDE3;
  padding-left: 5px;
  font-size: 12px;
}
.ArticleCommentsTopTabYnetUi .topPanel .sortOptions .selectLabel {
  color: #5E5E5E;
  margin-left: 10px;
  font-size: 80%;
  font-weight: bold;
}
@-webkit-keyframes fadeinForm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scaleY(0);
    transform: translate3d(0, -50%, 0) scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}
.AddCommentFormUI1280.fadeIn {
  animation: fadeinForm 200ms ease-in;
  -webkit-animation: fadeinForm 200ms ease-in;
}
.AddCommentFormUI1280.hide {
  display: none;
}
.AddCommentFormUI1280 .AddCommentForm {
  margin-top: 3px;
  position: relative;
  padding: 10px 0;
  margin-bottom: 5px;
}
.AddCommentFormUI1280 .AddCommentForm * {
  box-sizing: border-box;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper {
  height: 50px;
  background: #f3f8f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 22px 13px 26px;
  box-sizing: border-box;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .thankYou {
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-align: right;
  color: #000;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeTextLabel {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #000;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeIcon {
  height: 8px;
  width: 8px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E");
  background-size: contain;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .successfullySentText {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.ArticleComment1280 .AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  justify-content: flex-end;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-align: right;
  color: #000;
}
.ArticleComment1280 .AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  display: none !important;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.3px;
  text-align: right;
  color: #000;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  margin-top: 15px;
  cursor: pointer;
  margin-bottom: -15px;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  margin-left: 5px;
  height: 8px;
  width: 8px;
  background-position: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E");
  background-size: contain;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  width: 361px;
  height: 48px;
  margin-bottom: 11px;
  display: inline-block;
  background-color: #f3f8f9;
  padding: 11px 15px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .commentInputs .title {
  height: 48px;
  display: inline-block;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .commentInputs .comment {
  height: 81px;
  display: inline-block;
  overflow: auto;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .inputStyle {
  background-color: #f3f8f9;
  padding: 11px 15px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 10px;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService {
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  color: #000;
  width: 352px;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:link,
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:visited {
  color: #000;
  font-weight: bold;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  cursor: pointer;
  border: 0;
  width: 164px;
  height: 40px;
  background-image: linear-gradient(127deg, #474cdd, #1417ac 43%);
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
.font-moses .AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  background-image: none;
  background-color: #ed1c24;
  font-size: 16px;
  font-weight: 670;
}
.ArticleComment1280 {
  background-color: transparent !important;
}
.ArticleComment1280.level1 {
  border-top: 1px solid #dadadd;
  padding: 15px 0px;
}
.ArticleComment1280.level2 {
  border: 0;
  padding: 0px;
  margin: 0;
  bottom: 10px;
  padding-bottom: 10px;
}
.ArticleComment1280.expanded {
  background-color: transparent !important;
}
.ArticleComment1280 .redTitleText {
  color: #de1a1a;
  font-weight: 600;
}
.ArticleComment1280 .topView {
  display: flex;
}
.ArticleComment1280 .topView .level2ArrowContainer {
  justify-content: flex-end;
  display: flex;
  padding-left: 10px;
}
.ArticleComment1280 .topView .level2ArrowContainer .level2Arrow {
  display: flex;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%239D9D9D' fill-rule='nonzero'%3E %3Cg%3E %3Cpath d='M11.56 0v3.29c0 2.512-1.92 4.561-4.328 4.667l-.197.005-4.747-.001 1.943 1.764-.711.835L.659 7.96H.657V7.96L0 7.363l3.463-3.652.77.778L1.99 6.85h5.044c1.845 0 3.352-1.495 3.444-3.377l.005-.183V0h1.076z' transform='translate(-1153.000000, -781.000000) translate(1153.000000, 781.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 11px;
  margin-top: 2px;
}
.ArticleComment1280 .topView .commentNum {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: right;
  min-width: 20px;
  flex-shrink: 0;
}
.font-moses .ArticleComment1280 .topView .commentNum {
  font-size: 14px;
  font-weight: 670;
}
.ArticleComment1280 .topView .topLeftView {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-right: 2px;
}
.ArticleComment1280 .topView .topLeftView .commentDetailsWrapper {
  display: flex;
}
.ArticleComment1280 .topView .topLeftView .details {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  justify-content: flex-start;
}
.ArticleComment1280 .topView .topLeftView .details > div {
  display: flex;
  flex-shrink: 0;
}
.ArticleComment1280 .topView .topLeftView .details .publishDate {
  margin-left: 25px;
}
.ArticleComment1280 .topView .topLeftView .details span {
  margin-left: 5px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper {
  display: flex;
  align-items: center;
  width: auto;
  margin: auto 0 auto 22px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg {
  margin-left: 7px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.likeSvg {
  position: relative;
  bottom: 1px;
  fill: #727276;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  cursor: pointer;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.likeSvg:hover g,
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.likeSvg.likePressed g {
  fill: #1417ac;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.dislikeSvg {
  cursor: pointer;
  position: relative;
  top: 3px;
  fill: #727276;
  width: 16px;
  height: 16px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.dislikeSvg:hover g,
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.dislikeSvg.dislikePressed g {
  fill: #1417ac;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper .likesCounter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  color: #727276;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.32px;
  margin: auto 0px auto 2px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper .likesCounter.unlikesCounter {
  justify-content: flex-end;
  padding-left: 0;
}
.ArticleComment1280 .topView .topLeftView .details .commentToComent {
  background: transparent;
  border: 0;
  color: #1417ac;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: -0.3px;
  margin-left: 28px;
}
.font-moses .ArticleComment1280 .topView .topLeftView .details .commentToComent {
  font-size: 13px;
  letter-spacing: normal;
  font-weight: 670;
}
.ArticleComment1280 .topView .topLeftView .commentTitle {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 8px;
  cursor: pointer;
}
.font-moses .ArticleComment1280 .topView .topLeftView .commentTitle {
  font-size: 14px;
  font-weight: 670;
}
.ArticleComment1280 .topView .topLeftView .commentTitle.expanded {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ArticleComment1280 .topView .topLeftView .commentText {
  margin-bottom: 8px;
  padding: 0;
  border: 0px;
  background: transparent;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  text-align: right;
  color: #000;
  display: none;
}
.font-moses .ArticleComment1280 .topView .topLeftView .commentText {
  font-size: 14px;
  line-height: 20px;
  font-weight: 340;
}
.ArticleComment1280 .topView .topLeftView .commentText.expanded {
  display: block;
}
.ArticleComment1280 .expandedView {
  padding-bottom: 0;
}
.ArticleComment1280 .expandedView .bottomButtonsWrapper {
  margin-top: 25px;
  height: 30px;
}
.ArticleComment1280 .expandedView .bottomButtonsWrapper.level1 {
  padding-right: 55px;
}
.ArticleComment1280 .expandedView .bottomButtonsWrapper.level2 {
  padding-right: 85px;
}
.ArticleCommentsTopTabUI1280 {
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: space-between;
}
.ArticleCommentsTopTabUI1280 .tabTitle {
  display: flex;
  align-items: center;
}
.ArticleCommentsTopTabUI1280 .tabTitle .tbIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill-rule='nonzero' stroke='%23000' stroke-width='2'%3E %3Cpath d='M23 1.52v16.59H10.644l-4.047 3.644-.001-3.645H1V1.52h22z' transform='translate(-12 -12) translate(12 12)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  font-weight: bold;
  margin: 3px 0 auto 9px;
  height: 26px;
  width: 27px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
}
.font-moses .ArticleCommentsTopTabUI1280 .tabTitle .tbIcon {
  margin: 6px 0 auto 9px;
  font-size: 10px;
  font-weight: 670;
}
.ArticleCommentsTopTabUI1280 .tabTitle span:not(.tbIcon) {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  line-height: 32px;
}
.font-moses .ArticleCommentsTopTabUI1280 .tabTitle span:not(.tbIcon) {
  font-family: 'MosesDisplay', 'NarkisBlock' ! important;
  font-size: 34px;
  line-height: 38px;
  font-weight: 800;
  letter-spacing: 1.02px;
}
.ArticleCommentsTopTabUI1280 .tabPanel {
  display: flex;
}
.ArticleCommentsTopTabUI1280 .newCommentBtn {
  background-image: linear-gradient(132deg, #474cdd, #1417ac 47%);
  height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: flex;
  width: 136px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}
.font-moses .ArticleCommentsTopTabUI1280 .newCommentBtn {
  font-size: 16px;
  font-weight: 670;
  background-color: #de1a1a;
  background-image: none;
}
.ArticleCommentsTopTabUI1280 .sortOptions {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.ArticleCommentsTopTabUI1280 .sortOptions .selectLabel {
  font-size: 14px;
  color: #000;
}
.ArticleCommentsTopTabUI1280 .sortOptions .togglerWrapper {
  position: absolute;
  left: 0px;
  bottom: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ArticleCommentsTopTabUI1280 .sortOptions .togglerWrapper .toggler {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.995' height='5.6' viewBox='0 0 11.995 5.6'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23919191%7D %3C/style%3E %3C/defs%3E %3Cg id='drop_down' data-name='drop down' transform='translate(-151.032 -40.197)'%3E %3Cpath id='Shape_744' d='M2510.03 1068.8a.842.842 0 0 1-.594-.243l-5.157-3.932a.831.831 0 0 1 0-1.181.845.845 0 0 1 1.188 0l4.564 3.34 4.563-3.34a.845.845 0 0 1 1.188 0 .832.832 0 0 1 0 1.181l-5.158 3.932a.837.837 0 0 1-.593.243zm0 0' class='cls-1' data-name='Shape 744' transform='translate(-2353 -1023)'/%3E %3C/g%3E %3C/svg%3E");
  width: 12px;
  height: 5.6px;
  background-repeat: no-repeat;
}
.ArticleCommentsTopTabUI1280 .sortOptions .sortSelect {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  padding-right: 2px;
  width: 120px;
  height: 40px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
  background: transparent;
}
.article-commercial-promotion-container {
  font-family: 'NarkisBlock';
}
.font-moses .article-commercial-promotion-container {
  font-family: "Moses", 'NarkisBlock';
}
.article-commercial-promotion-container .seperator {
  height: 1px;
  display: block;
  background: #78787b;
  margin: 20px 0;
}
.article-commercial-promotion-container .product-container .title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: right;
  display: block;
}
.font-moses .article-commercial-promotion-container .product-container .title {
  font-size: 21px;
  font-weight: 670;
  line-height: 32px;
}
.article-commercial-promotion-container .product-container .inner-container {
  padding: 20px 0;
  display: flex;
}
.article-commercial-promotion-container .product-container .inner-container .image-container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.article-commercial-promotion-container .product-container .inner-container .image-container img {
  width: 370px;
  height: 370px;
  object-fit: cover;
}
.article-commercial-promotion-container .product-container .inner-container .image-container .image-title {
  font-size: 15px;
  text-align: right;
  font-weight: 300;
  color: #78787b;
  margin-top: 18px;
}
.font-moses .article-commercial-promotion-container .product-container .inner-container .image-container .image-title {
  font-size: 13px;
  font-weight: 340;
}
.article-commercial-promotion-container .product-container .inner-container .description {
  margin-right: 25px;
  display: flex;
  align-items: center;
  text-align: right;
  max-height: 370px;
  overflow: hidden;
}
.article-commercial-promotion-container .product-container .inner-container .description span {
  line-height: 1.4;
  font-size: 20px;
  text-overflow: clip;
}
.font-moses .article-commercial-promotion-container .product-container .inner-container .description span {
  font-size: 17px;
  line-height: 1.65;
  font-weight: 340;
}
.article-commercial-promotion-container .product-container .product-buttons-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-bottom: 20px;
}
.article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf {
  font-size: 20px;
  width: 176px;
  height: 50px;
  justify-content: center;
  background-color: var(--btn-bg-color);
  border: 1px solid var(--btn-bg-color);
  overflow: hidden;
  word-break: break-all;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--btn-color);
  padding: 8px;
  line-height: 35px;
}
.font-moses .article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf {
  font-size: 20px;
  line-height: 28px;
  font-weight: 340;
}
.article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf:hover {
  background-color: var(--btn-color);
  color: var(--btn-bg-color);
}
.article-commercial-promotion-container .product-container .legal-text-container {
  font-size: 12px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  color: #78787b;
  text-align: center;
}
.font-moses .article-commercial-promotion-container .product-container .legal-text-container {
  font-size: 11px;
  font-weight: 340;
}
.englishSite .article-commercial-promotion-container .product-container .title {
  text-align: left;
}
.englishSite .article-commercial-promotion-container .product-container .inner-container .image-container .image-title {
  text-align: left;
}
.englishSite .article-commercial-promotion-container .product-container .inner-container .description {
  padding-right: initial;
  padding-left: 25px;
  text-align: left;
}
.englishSite .article-commercial-promotion-container .product-container .inner-container .legal-text-container {
  justify-content: flex-start;
}
.ArticleFacebookComments iframe {
  width: 100% ! important;
}
.ArticleHeaderComponent1280 {
  background-color: white;
  direction: rtl;
  padding: 2px 0 0 0;
  display: flex;
  flex-direction: column;
}
.ArticleHeaderComponent1280 .marketingCredit {
  color: #78787b;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  display: inline-flex;
  height: 28px;
}
.ArticleHeaderComponent1280 a.marketingCredit {
  color: #78787b;
}
.ArticleHeaderComponent1280 a.marketingCredit:hover {
  color: #78787b;
}
.ArticleHeaderComponent1280 .withAvatar > span:not(.date) {
  bottom: 6px ! important;
  top: 0px ! important;
}
.ArticleHeaderComponent1280 .withAvatar .authoranddate {
  align-items: center;
}
.ArticleHeaderComponent1280 .withAvatar .authoranddate .authors {
  max-width: 380px;
}
.ArticleHeaderComponent1280 .authoranddate {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-left: 265px;
  flex-wrap: wrap;
}
.ArticleHeaderComponent1280 .authoranddate .authors {
  margin-left: 8px;
  max-width: 400px;
}
.ArticleHeaderComponent1280 .infoSeparator {
  margin: auto 6px;
  font-size: 16px;
  color: #78787b;
}
.ArticleHeaderComponent1280 .authorAvatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 8px;
  display: block !important;
}
.ArticleHeaderComponent1280 .printView {
  background: #000;
  color: #fff ! important;
  line-height: 14px !important;
  padding: 4px 8px;
  border-left: 5px solid #ed1c24;
}
.ArticleHeaderComponent1280 .printView > span,
.ArticleHeaderComponent1280 .printView a {
  color: #fff ! important;
  text-decoration: none ! important;
}
.ArticleHeaderComponent1280 .mainTitleWrapper {
  margin-bottom: 14px;
}
.font-moses .ArticleHeaderComponent1280 .mainTitleWrapper {
  margin-bottom: 15px;
}
.ArticleHeaderComponent1280 .mainTitleWrapper .mainTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  width: 100%;
  height: auto !important;
  font: bold 44px/48px 'NarkisBlock';
}
.font-moses .ArticleHeaderComponent1280 .mainTitleWrapper .mainTitle {
  font: 800 40px/46px 'MosesDisplay', 'NarkisBlock';
}
.ArticleHeaderComponent1280 .subTitleWrapper {
  margin-bottom: 25px;
}
.ArticleHeaderComponent1280 .subTitleWrapper .subTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  font: normal 24px/28px 'NarkisBlock';
  height: auto !important;
  width: 100%;
}
.ArticleHeaderComponent1280 .subTitleWrapper .subTitle br {
  display: none;
}
.font-moses .ArticleHeaderComponent1280 .subTitleWrapper .subTitle {
  font: 340 21px/28px 'Moses', 'NarkisBlock';
}
.ArticleHeaderComponent1280 .subTitleWrapper .subTitle b {
  font-weight: 670;
}
.ArticleHeaderComponent1280 .authorAndDateContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.ArticleHeaderComponent1280 .authorAndDateContainer.marketingArt .date {
  align-items: center;
  display: inline-flex;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .authors {
  color: #78787b;
  font: normal 16px/20px 'NarkisBlock';
  margin-left: 6px;
}
.font-moses .ArticleHeaderComponent1280 .authorAndDateContainer .authors {
  font: 340 13px/17px 'Moses', 'NarkisBlock';
}
.ArticleHeaderComponent1280 .authorAndDateContainer .authors a {
  text-decoration: none;
  color: inherit ! important;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .authors a:hover {
  text-decoration: underline;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .date {
  color: #78787b;
  line-height: 20px;
  font-size: 16px;
}
.font-moses .ArticleHeaderComponent1280 .authorAndDateContainer .date {
  font-size: 13px;
  line-height: 17px;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .date .publishedLabel {
  margin-left: 5px;
}
.ArticleHeaderComponent1280 .authorAndDateContainer > span:not(.date) {
  display: flex;
  position: absolute;
  left: 0;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .ArticleHeaderShareComponent button {
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .recipeRatingWrapper {
  display: flex;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .recipeRatingWrapper .recipeVoters {
  font-size: 18px;
  line-height: 0.89;
  margin-top: 4px;
}
.font-moses .ArticleHeaderComponent1280 .authorAndDateContainer .recipeRatingWrapper .recipeVoters {
  font-size: 15px;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .recipeRatingWrapper .recipeRatingStars {
  margin-right: 1px;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  width: 23px;
  height: 23px;
  margin-right: 6px;
}
.blog_article .ArticleHeaderComponent1280 .mainTitleWrapper .mainTitle {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}
.font-moses .blog_article .ArticleHeaderComponent1280 .mainTitleWrapper .mainTitle {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: normal;
}
.blog_article .ArticleHeaderComponent1280 .subTitleWrapper .subTitle {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: #000000;
  margin: 0;
}
.font-moses .blog_article .ArticleHeaderComponent1280 .subTitleWrapper .subTitle {
  font-size: 25px;
}
.blog_article .ArticleHeaderComponent1280 .authorAndDateContainer {
  width: 100%;
  max-width: 866px;
}
.ynet.grid1280 .ArticleHeaderComponent {
  border-bottom: none;
}
.ynet.grid1280 .ArticleHeaderComponent * {
  font-family: 'Open Sans Hebrew' ! important;
}
.ynet.grid1280 .ArticleHeaderComponent .mainTitleWrapper .mainTitle {
  font: bold 42px/52px 'Open Sans Hebrew' ! important;
}
.ynet.grid1280 .ArticleHeaderComponent .subTitleWrapper .subTitle {
  font: normal 24px/32px 'Open Sans Hebrew' ! important;
  color: #000000;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer {
  margin-top: 25px;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authoranddate {
  flex-grow: 1;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authorAvatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-left: 15px;
  display: block !important;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .date,
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authors {
  font-size: 16px;
  line-height: 18px;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authors {
  max-width: 400px;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer > span {
  bottom: 0;
}
.ynet.grid1280 .ArticleHeaderComponent .SiteArticleSocialShare1280 {
  align-items: center;
  height: 44px;
  width: 230px;
}
.ynet.grid1280 .ArticleHeaderComponent .SiteArticleSocialShare1280 .shareIcon1280 {
  width: 30px;
  height: 30px;
}
.ArticleHeaderComponent {
  background-color: white;
  direction: rtl;
  border-bottom: 1px dashed #bcbcbc;
  padding: 2px 0 0 0;
  display: flex;
  flex-direction: column;
}
.ArticleHeaderComponent .marketingCredit {
  color: #3d59a2;
  text-decoration: none;
  font-size: 14px;
  padding-top: 10px;
}
.ArticleHeaderComponent .withAvatar > span {
  bottom: 6px ! important;
  top: 0px ! important;
}
.ArticleHeaderComponent .withAvatar .authoranddate {
  align-items: center;
}
.ArticleHeaderComponent .authoranddate {
  display: flex;
  align-items: flex-start;
}
.ArticleHeaderComponent .authoranddate .authors {
  max-width: 240px;
}
.ArticleHeaderComponent .authorAvatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-left: 15px;
  display: block !important;
}
.ArticleHeaderComponent .printView {
  background: #000;
  color: #fff ! important;
  line-height: 14px !important;
  padding: 4px 8px;
  border-left: 5px solid #ed1c24;
}
.ArticleHeaderComponent .printView > span,
.ArticleHeaderComponent .printView a {
  color: #fff ! important;
  text-decoration: none ! important;
}
.ArticleHeaderComponent .ArticleHeaderShareMobileComponent {
  display: none ! important;
}
.ArticleHeaderComponent .headerImageForMobileWrapper {
  display: none;
}
.ArticleHeaderComponent .headerImageForMobile {
  display: none;
}
.ArticleHeaderComponent.englishSite {
  direction: ltr ! important;
}
.ArticleHeaderComponent.englishSite .authoranddate {
  display: unset !important;
  align-items: unset !important;
  flex-grow: 1;
  width: calc(100% - 100px);
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent {
  left: inherit ! important;
  right: 0 ! important;
  display: flex;
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent .fb {
  order: 1;
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent .tw {
  order: 0;
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent .mailto {
  order: 2;
}
@media only screen and (max-width: 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;
  }
}
.ArticleImageSliderGalleryComponenta,
.ArticleImageSliderGalleryComponentaEditor {
  margin-bottom: 30px;
}
.ArticleImageSliderGalleryComponenta .caption-credit,
.ArticleImageSliderGalleryComponentaEditor .caption-credit,
.ArticleImageSliderGalleryComponenta .RichInput.ArticleRichInput span,
.ArticleImageSliderGalleryComponentaEditor .RichInput.ArticleRichInput span {
  margin-top: 4px;
  margin-bottom: 8px;
  color: #78787B;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
}
.ArticleImageSliderGalleryComponenta .main-gallery,
.ArticleImageSliderGalleryComponentaEditor .main-gallery {
  position: relative;
}
.ArticleImageSliderGalleryComponenta .fullscreen-gallery-icon-pf,
.ArticleImageSliderGalleryComponentaEditor .fullscreen-gallery-icon-pf {
  width: 35px;
  top: 15px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  display: block;
  height: 35px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='icon/enlarge'%3E %3Ccircle id='Oval' cx='25' cy='25' r='25' transform='matrix(-1 0 0 1 50 0)' fill='%232E2E2E'/%3E %3Cg id='resize video white '%3E %3Cg id='Group 12'%3E %3Cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M33.1999 31.508L26.5888 24.897L24.8975 26.5883L31.5087 33.1995L25.4091 33.1995V35.5914H35.5918L35.5918 25.4088L33.1999 25.4088V31.508Z' fill='white'/%3E %3C/g%3E %3Cg id='Group 12 Copy'%3E %3Cpath id='Union_2' fill-rule='evenodd' clip-rule='evenodd' d='M16.8001 18.491L23.4112 25.1021L25.1025 23.4107L18.4913 16.7995L24.5909 16.7995V14.4076L14.4082 14.4076L14.4082 24.5902L16.8001 24.5902V18.491Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation {
  width: 100%;
  display: flex;
  margin-top: 8px;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background-color: #C5C5C5;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  direction: rtl;
  margin: 0;
  border-radius: 30px;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider:hover,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider:hover {
  opacity: 1;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider::-webkit-slider-thumb,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: var(--slider-width);
  height: 5px;
  background: #DE1A1A;
  cursor: pointer;
  user-select: none;
  border-radius: 30px;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider::-moz-range-thumb,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider::-moz-range-thumb {
  height: 5px;
  background: #DE1A1A;
  cursor: pointer;
  user-select: none;
  border-radius: 30px;
}
.ArticleImageSliderGalleryComponenta .splide__container,
.ArticleImageSliderGalleryComponentaEditor .splide__container {
  box-sizing: border-box;
  position: relative;
}
.ArticleImageSliderGalleryComponenta .splide__list,
.ArticleImageSliderGalleryComponentaEditor .splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0!important;
  padding: 0 !important;
}
.ArticleImageSliderGalleryComponenta .splide.is-initialized:not(.is-active) .splide__list,
.ArticleImageSliderGalleryComponentaEditor .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.ArticleImageSliderGalleryComponenta .splide__pagination,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.ArticleImageSliderGalleryComponenta .splide__pagination li,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination li {
  display: inline-block !important;
  line-height: 1 !important;
  list-style-type: none !important;
  margin: 0 !important;
}
.ArticleImageSliderGalleryComponenta .splide:not(.is-overflow) .splide__pagination,
.ArticleImageSliderGalleryComponentaEditor .splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__progress__bar,
.ArticleImageSliderGalleryComponentaEditor .splide__progress__bar {
  width: 0;
}
.ArticleImageSliderGalleryComponenta .splide,
.ArticleImageSliderGalleryComponentaEditor .splide {
  position: relative;
  visibility: hidden;
}
.ArticleImageSliderGalleryComponenta .splide.is-initialized,
.ArticleImageSliderGalleryComponentaEditor .splide.is-initialized,
.ArticleImageSliderGalleryComponenta .splide.is-rendered,
.ArticleImageSliderGalleryComponentaEditor .splide.is-rendered {
  visibility: visible;
}
.ArticleImageSliderGalleryComponenta .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative;
}
.ArticleImageSliderGalleryComponenta .splide__slide img,
.ArticleImageSliderGalleryComponentaEditor .splide__slide img {
  vertical-align: bottom;
}
.ArticleImageSliderGalleryComponenta .splide__spinner,
.ArticleImageSliderGalleryComponentaEditor .splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.ArticleImageSliderGalleryComponenta .splide__sr,
.ArticleImageSliderGalleryComponentaEditor .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ArticleImageSliderGalleryComponenta .splide__toggle.is-active .splide__toggle__play,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle.is-active .splide__toggle__play,
.ArticleImageSliderGalleryComponenta .splide__toggle__pause,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle__pause {
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__toggle.is-active .splide__toggle__pause,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.ArticleImageSliderGalleryComponenta .splide__track,
.ArticleImageSliderGalleryComponentaEditor .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.ArticleImageSliderGalleryComponenta .splide__track--draggable,
.ArticleImageSliderGalleryComponentaEditor .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ArticleImageSliderGalleryComponenta .splide__track--fade > .splide__list > .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .splide__track--fade > .splide__list > .splide__slide {
  margin: 0!important;
  opacity: 0;
  z-index: 0;
}
.ArticleImageSliderGalleryComponenta .splide__track--fade > .splide__list > .splide__slide.is-active,
.ArticleImageSliderGalleryComponentaEditor .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide--rtl,
.ArticleImageSliderGalleryComponentaEditor .splide--rtl {
  direction: rtl;
}
.ArticleImageSliderGalleryComponenta .splide__track--ttb > .splide__list,
.ArticleImageSliderGalleryComponentaEditor .splide__track--ttb > .splide__list {
  display: block;
}
.ArticleImageSliderGalleryComponenta .splide__arrow,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #2E2E2E;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 30px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__arrow svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow svg {
  fill: #fff;
  height: 1.2em;
  width: 1.2em;
  stroke: #2E2E2E;
  stroke-width: 2px;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:hover:not(:disabled),
.ArticleImageSliderGalleryComponentaEditor .splide__arrow:hover:not(:disabled) {
  opacity: .9;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:disabled,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow:disabled {
  opacity: .3;
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:focus-visible,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__arrow--prev,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow--prev {
  left: 1em;
}
.ArticleImageSliderGalleryComponenta .splide__arrow--prev svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.ArticleImageSliderGalleryComponenta .splide__arrow--next,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow--next {
  right: 1em;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__arrow:focus,
.ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__pagination,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page.is-active,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page:hover,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page:focus-visible,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__pagination__page:focus,
.ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__progress__bar,
.ArticleImageSliderGalleryComponentaEditor .splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.ArticleImageSliderGalleryComponenta .thumbnail-slider .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider .splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ArticleImageSliderGalleryComponenta .splide__slide:focus,
.ArticleImageSliderGalleryComponentaEditor .splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .ArticleImageSliderGalleryComponenta .splide__slide:focus-visible,
  .ArticleImageSliderGalleryComponentaEditor .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .ArticleImageSliderGalleryComponenta .splide__slide:focus-visible,
  .ArticleImageSliderGalleryComponentaEditor .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__slide:focus,
  .ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__slide:focus,
  .ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus,
  .ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.ArticleImageSliderGalleryComponenta .splide__toggle,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle {
  cursor: pointer;
}
.ArticleImageSliderGalleryComponenta .splide__toggle:focus-visible,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__toggle:focus,
.ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__track--nav > .splide__list > .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  filter: brightness(0.4);
}
.ArticleImageSliderGalleryComponenta .splide__track--nav > .splide__list > .splide__slide.is-active,
.ArticleImageSliderGalleryComponentaEditor .splide__track--nav > .splide__list > .splide__slide.is-active {
  filter: brightness(1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--prev,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--prev svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--next,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--next svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--prev,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--prev svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--next,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--next svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.ArticleImageSliderGalleryComponenta .splide__pagination--ttb,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider .splide__slide *:not(button) {
  height: 100%;
}
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider .EditableImage {
  width: 100% !important;
  height: 100% !important;
}
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider img {
  object-fit: cover;
}
.galleryLeave-leave {
  opacity: 1;
}
.galleryLeave-leave.galleryLeave-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-out;
}
@media only screen and (max-width: 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;
  }
}
.ArticleImagesFullScreenGallery {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 99999999 !important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper {
  background-blend-mode: multiply;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #000000);
  align-items: center;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper {
  background: rgba(18, 17, 17, 0.8);
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper {
  position: relative;
  display: flex;
  height: 62px;
  width: 100%;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper {
  width: 1280px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper.englishSite .closeBtn {
  right: 20px ! important;
  left: inherit ! important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  outline: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 22px;
  height: 22px;
  border: 0px;
  cursor: pointer;
  background: transparent;
  padding: 0;
  opacity: 0.5;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  top: 40px;
  left: 40px;
  opacity: 1;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn:hover {
  opacity: 1;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageContainer {
  display: flex;
  height: 100%;
  max-height: 520px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageContainer {
  max-width: 926px;
  width: 100%;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions {
  display: flex;
  justify-content: space-between;
  height: 54px;
  direction: rtl;
  padding-top: 20px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions {
  width: 926px;
  padding-top: 20px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite {
  direction: ltr ! important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .imageInfo {
  padding-left: 20px ! important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .shareOptions {
  padding-left: 0px;
  padding-right: 20px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-left: 20px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  flex-shrink: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  outline: 0;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  gap: 16px;
  margin: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3Cpath d='M11.02 4.888c.865 0 1.476.136 1.476.136v1.529s-.19.004-.66.005h-.22c-.637 0-.943.405-.943 1.04l-.001 1.14h1.634l-.272 1.895-1.362-.001v4.421h-1.99l-.001-4.421H7.114V8.74h1.567V7.505c0-2.243 1.278-2.601 2.268-2.617h.07z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85812'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cpath id='Vector' d='M12.5 12.7481H18.9748L18.6264 15.1621H12.5V12.7481ZM13.6379 11.8634C13.6379 9.41361 14.5351 8.33301 17.0093 8.33301H18.9727V10.8502H17.079C16.8784 10.8502 16.7286 10.926 16.6251 11.0777C16.5217 11.2294 16.471 11.4253 16.471 11.6654V23.333H13.6379V11.8634Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3Cpath d='M14.482 8.252c0-.088 0-.175-.006-.261.401-.286.748-.64 1.023-1.046-.374.163-.771.27-1.178.318.428-.253.749-.65.902-1.118-.403.236-.843.401-1.303.49-.777-.813-2.076-.852-2.903-.087-.532.493-.759 1.229-.593 1.93-1.65-.081-3.187-.848-4.229-2.11-.544.923-.266 2.104.636 2.696-.327-.01-.646-.096-.932-.252v.025c0 .962.69 1.79 1.646 1.98-.302.082-.619.094-.926.035.269.823 1.04 1.387 1.917 1.403-.727.563-1.624.868-2.548.867-.163 0-.326-.01-.489-.03.939.594 2.03.908 3.145.907 3.774.001 5.838-3.077 5.838-5.747z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg clip-path='url(%23clip0_8_3940)'%3E %3Cpath d='M9.81922 22.606C9.41173 22.606 9.00521 22.6069 8.59772 22.604C8.56547 22.604 8.53225 22.5737 8.5 22.5571C8.55863 22.5043 8.6241 22.4584 8.67492 22.3988C10.4739 20.3076 12.271 18.2164 14.0681 16.1242C14.1199 16.0646 14.1658 16.0001 14.2137 15.9405C14.1814 15.8906 14.1609 15.8555 14.1384 15.8222C12.3023 13.1457 10.4651 10.4691 8.62801 7.79358C8.59283 7.74277 8.543 7.70075 8.5 7.65482C8.56547 7.63821 8.62997 7.60791 8.69544 7.60791C10.0958 7.60596 11.4971 7.60596 12.8974 7.60596C12.9257 7.66264 12.9472 7.7242 12.9834 7.77599C14.1687 9.50563 15.356 11.2353 16.5433 12.9639C16.5736 13.0079 16.6107 13.047 16.6704 13.1183C16.7163 13.0548 16.7476 13.0079 16.7837 12.9649C18.272 11.2314 19.7612 9.49879 21.2495 7.76524C21.2906 7.71736 21.3179 7.65873 21.3511 7.60498C21.7909 7.60498 22.2306 7.60498 22.6704 7.60498C22.6195 7.6685 22.5707 7.73299 22.5179 7.79456C20.8098 9.78316 19.1036 11.7718 17.3906 13.7555C17.2635 13.903 17.244 13.9949 17.3622 14.1659C19.2482 16.8991 21.1244 19.6382 23.0046 22.3753C23.0495 22.4408 23.1072 22.4955 23.159 22.5561C23.0935 22.5727 23.029 22.603 22.9635 22.603C21.5632 22.606 20.1619 22.605 18.7616 22.605C18.7293 22.5415 18.7029 22.4731 18.6629 22.4144C17.4208 20.6027 16.1778 18.791 14.9349 16.9802C14.8948 16.9216 14.8479 16.8669 14.7795 16.777C14.7355 16.8385 14.7062 16.8864 14.67 16.9275C13.0899 18.7675 11.5098 20.6066 9.92964 22.4457C9.8886 22.4936 9.85635 22.5512 9.8202 22.604L9.81922 22.606ZM21.3814 21.6737C21.3003 21.5535 21.2485 21.4744 21.1948 21.3972C18.2876 17.2333 15.3765 13.0705 12.4772 8.89977C12.3081 8.65742 12.1391 8.5597 11.8469 8.57436C11.3397 8.59977 10.8296 8.5812 10.2678 8.5812C10.3498 8.70433 10.4007 8.78348 10.4544 8.8597C12.1088 11.2294 13.7632 13.5981 15.4166 15.9678C16.6977 17.803 17.9788 19.6392 19.2638 21.4724C19.3195 21.5525 19.4094 21.663 19.4857 21.6649C20.1003 21.6805 20.715 21.6737 21.3805 21.6737H21.3814Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8_3940'%3E %3Crect width='14.658' height='15' fill='white' transform='translate(8.5 7.60596)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H24V24H0z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath stroke='%23FFF' stroke-width='2' d='M3 17.52l.001-12.884 8.998 7.668 8.773-7.475.227 12.69H3z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath fill='%23FFF' d='M2.675 3.52L21.245 3.52 21.245 5.52 2.675 5.52z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  height: 24px;
  width: 24px;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85810'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg id='Group 947'%3E %3Cg id='Group 945'%3E %3Cpath id='Vector' d='M16.1229 21.3282C14.7262 21.3282 13.3295 21.3177 11.9329 21.3328C11.2406 21.3404 10.6122 21.1496 10.0472 20.7766C9.26171 20.2583 8.75386 19.5312 8.57281 18.5978C8.52787 18.3659 8.50687 18.1261 8.50645 17.8896C8.50182 16.0724 8.49174 14.2552 8.51317 12.4385C8.52031 11.8471 8.7568 11.3052 9.09537 10.82C9.62884 10.0543 10.3471 9.56279 11.2763 9.40653C11.4943 9.36999 11.7165 9.33806 11.9366 9.33764C14.625 9.33302 17.3138 9.33008 20.0021 9.33764C20.8242 9.33974 21.561 9.6006 22.2016 10.1311C22.8279 10.6499 23.2055 11.3127 23.3735 12.0962C23.4281 12.3516 23.4399 12.62 23.4407 12.8829C23.4466 14.5321 23.4466 16.1812 23.4424 17.8299C23.4403 18.6247 23.2244 19.3602 22.7317 19.9886C22.2095 20.654 21.5333 21.1009 20.6894 21.2521C20.4109 21.3021 20.1244 21.324 19.8413 21.3261C18.6021 21.3336 17.3629 21.3294 16.1238 21.3294V21.3286L16.1229 21.3282ZM9.78006 11.5127C9.75444 11.5547 9.73469 11.5803 9.72251 11.6089C9.59229 11.9084 9.45535 12.2117 9.45451 12.5423C9.44863 14.3594 9.45283 16.1766 9.45619 17.9933C9.45619 18.132 9.46166 18.2748 9.494 18.4084C9.63472 18.9885 9.9128 19.4858 10.3963 19.8542C10.8067 20.1667 11.2591 20.3713 11.7833 20.3717C14.5611 20.3742 17.3386 20.3742 20.1164 20.373C20.4314 20.373 20.736 20.3003 21.0174 20.1634C21.9504 19.7105 22.47 18.9519 22.4843 17.924C22.5086 16.1463 22.475 14.3674 22.4641 12.5893C22.462 12.2621 22.3662 11.9596 22.2268 11.6643C22.1579 11.5186 22.1163 11.5299 22.0163 11.6307C20.7562 12.8955 19.4935 14.1578 18.2299 15.4192C18.1199 15.5293 18.0077 15.6406 17.8817 15.7305C17.4331 16.0489 16.9492 16.274 16.3918 16.3446C15.7621 16.4248 15.1648 16.3446 14.5939 16.0741C14.2381 15.9057 13.9327 15.6616 13.6551 15.3869C12.9011 14.6409 12.1534 13.8881 11.4036 13.1379C10.873 12.6069 10.3425 12.076 9.78006 11.5127ZM10.4127 10.7864C10.4585 10.8347 10.4929 10.8729 10.529 10.9091C11.8056 12.186 13.0804 13.4651 14.3599 14.7392C14.8917 15.2684 15.5206 15.5112 16.283 15.3991C16.753 15.3298 17.1537 15.1344 17.4818 14.8097C18.7911 13.5134 20.0899 12.2066 21.3921 10.9032C21.4278 10.8675 21.4606 10.8293 21.503 10.7831C21.3657 10.6982 21.2468 10.6083 21.1149 10.5457C20.6852 10.3428 20.2269 10.2832 19.7547 10.284C17.2667 10.2878 14.7792 10.2849 12.2912 10.2874C12.0681 10.2874 11.8451 10.3088 11.6216 10.3197C11.1704 10.3416 10.7869 10.5331 10.4127 10.7868V10.7864Z' fill='%23121111' stroke='%23121111' stroke-width='0.2'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img {
  display: none;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  display: flex;
  flex-direction: column;
  direction: rtl;
  font: 16px arial;
  line-height: 19px;
  padding-right: 20px;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-family: "EzerShemesh";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 14px;
  line-height: 18px;
  padding-right: 0;
  padding-left: 50px;
}
.font-moses .grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .caption {
  color: #fff;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .credit {
  color: #c7c7c7;
  margin-top: 5px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  display: flex;
  position: relative;
  justify-content: center;
  height: 52px;
  color: #8f8f8f;
  font: 16px arial;
  margin: 0px 10px;
  letter-spacing: 3px;
  direction: ltr;
  z-index: 1;
  background: inherit;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  height: 30px;
  color: #fff;
  font-size: 20px;
  align-items: center;
  letter-spacing: 0;
  margin-top: 18px;
}
.font-moses .grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  font-size: 18px;
  line-height: 20px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 3.2px;
  font-family: "EzerShemesh";
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .current {
  font-weight: bolder;
  padding-top: 4px;
}
.font-moses .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .current {
  font-weight: 670;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .current {
  padding-top: 0px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 4px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 0px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 31px;
  width: 22px;
  opacity: 0.5;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow {
  background-size: contain;
  background-position: center;
  height: 22px;
  width: 18px;
  opacity: 1;
}
.font-moses .grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 20px;
  width: 16px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow:hover {
  opacity: 1;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .swipeRight {
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .swipeLeft {
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
}
@media only screen and (max-width: 1500px) {
  .grid1280_2  .imageInfoAndShareOptions {
    padding-top: 10px !important;
  }
  .grid1280_2  .imagesCounter {
    margin-top: -10px !important;
  }
  .grid1280_2  .closeBtnWrapper {
    height: 20px !important;
  }
}
.galleryLeave-leave {
  opacity: 1;
}
.galleryLeave-leave.galleryLeave-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-out;
}
@media only screen and (max-width: 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: 99999999 !important;
}
.magazine_template .SiteArticleImagesGallery {
  z-index: 999999999999 !important;
}
.magazine2025 .SiteArticleImagesGallery {
  background: rgba(18, 17, 17, 0.8);
}
.SiteArticleImagesGallery .GalleryWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.SiteArticleImagesGallery .GalleryWrapper > .navigationArrow {
  display: none;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper > .navigationArrow {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 40%;
  border: 0;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper > .navigationArrow.swipeLeft {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85895'%3E %3Crect id='Rectangle 282' x='59.5' y='59.5' width='59' height='59' transform='rotate(-180 59.5 59.5)' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M21.5858 28.5858C20.8047 29.3668 20.8047 30.6332 21.5858 31.4142L34.3137 44.1421C35.0948 44.9232 36.3611 44.9232 37.1421 44.1421C37.9232 43.3611 37.9232 42.0948 37.1421 41.3137L25.8284 30L37.1421 18.6863C37.9232 17.9052 37.9232 16.6389 37.1421 15.8579C36.3611 15.0768 35.0948 15.0768 34.3137 15.8579L21.5858 28.5858ZM24 28L23 28L23 32L24 32L24 28Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  left: 0px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper > .navigationArrow.swipeRight {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85896'%3E %3Crect id='Rectangle 282' x='0.5' y='0.5' width='59' height='59' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M38.4142 31.4142C39.1953 30.6332 39.1953 29.3668 38.4142 28.5858L25.6863 15.8579C24.9052 15.0768 23.6389 15.0768 22.8579 15.8579C22.0768 16.6389 22.0768 17.9052 22.8579 18.6863L34.1716 30L22.8579 41.3137C22.0768 42.0948 22.0768 43.3611 22.8579 44.1421C23.6389 44.9232 24.9052 44.9232 25.6863 44.1421L38.4142 31.4142ZM36 32H37V28H36V32Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  right: 0px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper {
  background-blend-mode: multiply;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #000000);
  align-items: center;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper {
  position: relative;
  display: flex;
  height: 62px;
  width: 100%;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper {
  width: 1280px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper.englishSite .closeBtn {
  right: 20px ! important;
  left: inherit ! important;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  outline: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 22px;
  height: 22px;
  border: 0px;
  cursor: pointer;
  background: transparent;
  padding: 0;
  opacity: 0.5;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  top: 40px;
  left: 40px;
  opacity: 1;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn:hover {
  opacity: 1;
}
.SiteArticleImagesGallery .GalleryWrapper .imageContainer {
  display: flex;
  height: 100%;
  max-height: 520px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageContainer {
  max-width: 926px;
  width: 100%;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageContainer {
  max-width: 1072px;
  margin: 0 auto;
  width: 100%;
  max-height: 600px;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  display: flex;
  justify-content: space-between;
  height: 54px;
  direction: rtl;
  padding-top: 20px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  width: 926px;
  padding-top: 20px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  max-width: 1072px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite {
  direction: ltr ! important;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .imageInfo {
  padding-left: 20px ! important;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .shareOptions {
  padding-left: 0px;
  padding-right: 20px;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-left: 20px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  flex-shrink: 0;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  outline: 0;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  margin: 0;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3Cpath d='M11.02 4.888c.865 0 1.476.136 1.476.136v1.529s-.19.004-.66.005h-.22c-.637 0-.943.405-.943 1.04l-.001 1.14h1.634l-.272 1.895-1.362-.001v4.421h-1.99l-.001-4.421H7.114V8.74h1.567V7.505c0-2.243 1.278-2.601 2.268-2.617h.07z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85812'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cpath id='Vector' d='M12.5 12.7481H18.9748L18.6264 15.1621H12.5V12.7481ZM13.6379 11.8634C13.6379 9.41361 14.5351 8.33301 17.0093 8.33301H18.9727V10.8502H17.079C16.8784 10.8502 16.7286 10.926 16.6251 11.0777C16.5217 11.2294 16.471 11.4253 16.471 11.6654V23.333H13.6379V11.8634Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3Cpath d='M14.482 8.252c0-.088 0-.175-.006-.261.401-.286.748-.64 1.023-1.046-.374.163-.771.27-1.178.318.428-.253.749-.65.902-1.118-.403.236-.843.401-1.303.49-.777-.813-2.076-.852-2.903-.087-.532.493-.759 1.229-.593 1.93-1.65-.081-3.187-.848-4.229-2.11-.544.923-.266 2.104.636 2.696-.327-.01-.646-.096-.932-.252v.025c0 .962.69 1.79 1.646 1.98-.302.082-.619.094-.926.035.269.823 1.04 1.387 1.917 1.403-.727.563-1.624.868-2.548.867-.163 0-.326-.01-.489-.03.939.594 2.03.908 3.145.907 3.774.001 5.838-3.077 5.838-5.747z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg clip-path='url(%23clip0_8_3940)'%3E %3Cpath d='M9.81922 22.606C9.41173 22.606 9.00521 22.6069 8.59772 22.604C8.56547 22.604 8.53225 22.5737 8.5 22.5571C8.55863 22.5043 8.6241 22.4584 8.67492 22.3988C10.4739 20.3076 12.271 18.2164 14.0681 16.1242C14.1199 16.0646 14.1658 16.0001 14.2137 15.9405C14.1814 15.8906 14.1609 15.8555 14.1384 15.8222C12.3023 13.1457 10.4651 10.4691 8.62801 7.79358C8.59283 7.74277 8.543 7.70075 8.5 7.65482C8.56547 7.63821 8.62997 7.60791 8.69544 7.60791C10.0958 7.60596 11.4971 7.60596 12.8974 7.60596C12.9257 7.66264 12.9472 7.7242 12.9834 7.77599C14.1687 9.50563 15.356 11.2353 16.5433 12.9639C16.5736 13.0079 16.6107 13.047 16.6704 13.1183C16.7163 13.0548 16.7476 13.0079 16.7837 12.9649C18.272 11.2314 19.7612 9.49879 21.2495 7.76524C21.2906 7.71736 21.3179 7.65873 21.3511 7.60498C21.7909 7.60498 22.2306 7.60498 22.6704 7.60498C22.6195 7.6685 22.5707 7.73299 22.5179 7.79456C20.8098 9.78316 19.1036 11.7718 17.3906 13.7555C17.2635 13.903 17.244 13.9949 17.3622 14.1659C19.2482 16.8991 21.1244 19.6382 23.0046 22.3753C23.0495 22.4408 23.1072 22.4955 23.159 22.5561C23.0935 22.5727 23.029 22.603 22.9635 22.603C21.5632 22.606 20.1619 22.605 18.7616 22.605C18.7293 22.5415 18.7029 22.4731 18.6629 22.4144C17.4208 20.6027 16.1778 18.791 14.9349 16.9802C14.8948 16.9216 14.8479 16.8669 14.7795 16.777C14.7355 16.8385 14.7062 16.8864 14.67 16.9275C13.0899 18.7675 11.5098 20.6066 9.92964 22.4457C9.8886 22.4936 9.85635 22.5512 9.8202 22.604L9.81922 22.606ZM21.3814 21.6737C21.3003 21.5535 21.2485 21.4744 21.1948 21.3972C18.2876 17.2333 15.3765 13.0705 12.4772 8.89977C12.3081 8.65742 12.1391 8.5597 11.8469 8.57436C11.3397 8.59977 10.8296 8.5812 10.2678 8.5812C10.3498 8.70433 10.4007 8.78348 10.4544 8.8597C12.1088 11.2294 13.7632 13.5981 15.4166 15.9678C16.6977 17.803 17.9788 19.6392 19.2638 21.4724C19.3195 21.5525 19.4094 21.663 19.4857 21.6649C20.1003 21.6805 20.715 21.6737 21.3805 21.6737H21.3814Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8_3940'%3E %3Crect width='14.658' height='15' fill='white' transform='translate(8.5 7.60596)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H24V24H0z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath stroke='%23FFF' stroke-width='2' d='M3 17.52l.001-12.884 8.998 7.668 8.773-7.475.227 12.69H3z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath fill='%23FFF' d='M2.675 3.52L21.245 3.52 21.245 5.52 2.675 5.52z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  height: 24px;
  width: 24px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85810'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg id='Group 947'%3E %3Cg id='Group 945'%3E %3Cpath id='Vector' d='M16.1229 21.3282C14.7262 21.3282 13.3295 21.3177 11.9329 21.3328C11.2406 21.3404 10.6122 21.1496 10.0472 20.7766C9.26171 20.2583 8.75386 19.5312 8.57281 18.5978C8.52787 18.3659 8.50687 18.1261 8.50645 17.8896C8.50182 16.0724 8.49174 14.2552 8.51317 12.4385C8.52031 11.8471 8.7568 11.3052 9.09537 10.82C9.62884 10.0543 10.3471 9.56279 11.2763 9.40653C11.4943 9.36999 11.7165 9.33806 11.9366 9.33764C14.625 9.33302 17.3138 9.33008 20.0021 9.33764C20.8242 9.33974 21.561 9.6006 22.2016 10.1311C22.8279 10.6499 23.2055 11.3127 23.3735 12.0962C23.4281 12.3516 23.4399 12.62 23.4407 12.8829C23.4466 14.5321 23.4466 16.1812 23.4424 17.8299C23.4403 18.6247 23.2244 19.3602 22.7317 19.9886C22.2095 20.654 21.5333 21.1009 20.6894 21.2521C20.4109 21.3021 20.1244 21.324 19.8413 21.3261C18.6021 21.3336 17.3629 21.3294 16.1238 21.3294V21.3286L16.1229 21.3282ZM9.78006 11.5127C9.75444 11.5547 9.73469 11.5803 9.72251 11.6089C9.59229 11.9084 9.45535 12.2117 9.45451 12.5423C9.44863 14.3594 9.45283 16.1766 9.45619 17.9933C9.45619 18.132 9.46166 18.2748 9.494 18.4084C9.63472 18.9885 9.9128 19.4858 10.3963 19.8542C10.8067 20.1667 11.2591 20.3713 11.7833 20.3717C14.5611 20.3742 17.3386 20.3742 20.1164 20.373C20.4314 20.373 20.736 20.3003 21.0174 20.1634C21.9504 19.7105 22.47 18.9519 22.4843 17.924C22.5086 16.1463 22.475 14.3674 22.4641 12.5893C22.462 12.2621 22.3662 11.9596 22.2268 11.6643C22.1579 11.5186 22.1163 11.5299 22.0163 11.6307C20.7562 12.8955 19.4935 14.1578 18.2299 15.4192C18.1199 15.5293 18.0077 15.6406 17.8817 15.7305C17.4331 16.0489 16.9492 16.274 16.3918 16.3446C15.7621 16.4248 15.1648 16.3446 14.5939 16.0741C14.2381 15.9057 13.9327 15.6616 13.6551 15.3869C12.9011 14.6409 12.1534 13.8881 11.4036 13.1379C10.873 12.6069 10.3425 12.076 9.78006 11.5127ZM10.4127 10.7864C10.4585 10.8347 10.4929 10.8729 10.529 10.9091C11.8056 12.186 13.0804 13.4651 14.3599 14.7392C14.8917 15.2684 15.5206 15.5112 16.283 15.3991C16.753 15.3298 17.1537 15.1344 17.4818 14.8097C18.7911 13.5134 20.0899 12.2066 21.3921 10.9032C21.4278 10.8675 21.4606 10.8293 21.503 10.7831C21.3657 10.6982 21.2468 10.6083 21.1149 10.5457C20.6852 10.3428 20.2269 10.2832 19.7547 10.284C17.2667 10.2878 14.7792 10.2849 12.2912 10.2874C12.0681 10.2874 11.8451 10.3088 11.6216 10.3197C11.1704 10.3416 10.7869 10.5331 10.4127 10.7868V10.7864Z' fill='%23121111' stroke='%23121111' stroke-width='0.2'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img,
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img {
  display: none;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  display: flex;
  flex-direction: column;
  direction: rtl;
  font: 16px arial;
  line-height: 19px;
  padding-right: 20px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 14px;
  line-height: 18px;
  padding-right: 0;
  padding-left: 50px;
}
.font-moses .grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-family: "EzerShemesh";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .caption {
  color: #fff;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .credit {
  color: #c7c7c7;
  margin-top: 5px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  display: flex;
  position: relative;
  justify-content: center;
  height: 52px;
  color: #8f8f8f;
  font: 16px arial;
  margin: 0px 10px;
  letter-spacing: 3px;
  direction: ltr;
  z-index: 1;
  background: inherit;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  height: 30px;
  color: #fff;
  font-size: 20px;
  align-items: center;
  letter-spacing: 0;
  margin-top: 18px;
}
.font-moses .grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  font-size: 18px;
  line-height: 20px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  background: transparent;
  letter-spacing: 3.2px;
  font-family: "EzerShemesh";
  color: #fff;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: bolder;
  padding-top: 4px;
}
.font-moses .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: 670;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: 400;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  padding-top: 0px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 4px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 0px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 31px;
  width: 22px;
  opacity: 0.5;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  display: none;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  background-size: contain;
  background-position: center;
  height: 22px;
  width: 18px;
  opacity: 1;
}
.font-moses .grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 20px;
  width: 16px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow:hover {
  opacity: 1;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .swipeRight {
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .swipeLeft {
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
}
@media only screen and (max-width: 1500px) {
  .grid1280_2  .imageInfoAndShareOptions {
    padding-top: 10px !important;
  }
  .grid1280_2  .imagesCounter {
    margin-top: -10px !important;
  }
  .grid1280_2  .closeBtnWrapper {
    height: 20px !important;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleMagazineImageTeaserComponenta {
    flex-direction: column;
  }
  .ArticleMagazineImageTeaserComponenta .image-container {
    position: relative;
    align-items: flex-end;
  }
  .ArticleMagazineImageTeaserComponenta .image-container::before {
    margin-top: 7.03125vw;
    display: block;
    position: relative;
    width: 18.28125vw;
    content: '';
    height: 1.25vw;
    background-color: #DE1A1A;
    left: 0;
    margin-bottom: 5.625vw;
  }
  .ArticleMagazineImageTeaserComponenta .image-container img {
    object-fit: cover;
    width: 100% !important;
  }
  .ArticleMagazineImageTeaserComponenta .image-container .credit {
    color: #78787B;
    text-align: right;
    font-size: 0.875rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5vw;
    align-self: flex-start;
    margin-top: 1.5625vw;
  }
  .ArticleMagazineImageTeaserComponenta .image-container .credit:before {
    content: "(";
  }
  .ArticleMagazineImageTeaserComponenta .image-container .credit:after {
    content: ")";
  }
  .ArticleMagazineImageTeaserComponenta .text-container {
    margin-top: 7.1875vw !important;
    padding-right: 0 !important;
    max-height: unset !important;
    height: unset !important;
  }
  .ArticleMagazineImageTeaserComponenta .text-container .caption {
    font-size: 5vw !important;
    font-weight: 700 !important;
    line-height: 7.03125vw !important;
    max-height: unset !important;
    height: unset !important;
    width: unset !important;
  }
  .ArticleMagazineImageTeaserComponenta .text-container .caption::before {
    display: block !important;
    position: relative;
    width: 18.28125vw;
    content: '';
    height: 1.25vw;
    background-color: #DE1A1A;
    right: 0;
    margin-top: 7.5vw;
    margin-bottom: 7.03125vw;
  }
  .magazine .ArticleMagazineImageTeaserComponenta .text-container::before,
  .laisha .ArticleMagazineImageTeaserComponenta .text-container::before {
    display: none !important;
  }
}
.ArticleMagazineImageTeaserComponenta {
  display: flex;
  font-size: 14px;
  font-family: 'Moses';
  margin-bottom: 15px;
}
.vesty .ArticleMagazineImageTeaserComponenta {
  font-family: 'Arial';
}
.ArticleMagazineImageTeaserComponenta .image-container {
  display: flex;
  flex-direction: column;
}
.ArticleMagazineImageTeaserComponenta .image-container img {
  object-fit: cover;
}
.ArticleMagazineImageTeaserComponenta .text-container {
  padding-right: 49px;
  height: 357px;
  max-height: 357px;
}
.englishSite .ArticleMagazineImageTeaserComponenta .text-container {
  padding-right: unset;
  padding-left: 49px;
}
.ArticleMagazineImageTeaserComponenta .text-container::before {
  display: block;
  position: relative;
  width: 117px;
  content: '';
  height: 8px;
  background-color: #DE1A1A;
  right: 0;
  top: 0px;
}
.ArticleMagazineImageTeaserComponenta .text-container .caption {
  font-size: 24px;
  display: block;
  font-weight: 670;
  line-height: 34px;
  color: #000000;
  text-align: right;
  width: 260px;
  max-height: 357px;
  height: 357px;
  padding-top: 15px;
}
.englishSite .ArticleMagazineImageTeaserComponenta .text-container .caption {
  text-align: left;
}
.ArticleMagazineImageTeaserComponenta .text-container .caption span {
  max-height: 357px;
  height: 357px;
  display: block;
}
.ArticleMagazineImageTeaserComponenta .credit {
  margin-top: 4px;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #78787B;
  font-weight: 340;
}
.englishSite .ArticleMagazineImageTeaserComponenta .credit {
  text-align: left;
}
.ArticleMagazineImageTeaserComponenta .credit:before {
  content: "(";
}
.ArticleMagazineImageTeaserComponenta .credit:after {
  content: ")";
}
.article-recipe-componenta .ImageDetails {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.article-recipe-componenta .ImageDetails .ImageCaption,
.article-recipe-componenta .ImageDetails .ImageCredit {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 14px;
  line-height: 16px;
  font-weight: 340;
}
.article-recipe-componenta .ImageDetails .ImageCaption {
  color: #000;
}
.article-recipe-componenta .ImageDetails .ImageCredit {
  color: #78787b;
}
.recipe-card {
  width: 737px;
  height: 414px !important;
  position: relative;
  background-color: #a3a3a3;
  display: block;
}
.recipe-card .recipe-card-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.recipe-card .recipe-card-image img {
  width: 100%;
  height: 100%;
}
.recipe-card .recipe-card-image .videoIcon {
  position: absolute;
  left: 10px;
  bottom: 85px;
}
.recipe-card .recipe-card-details-bar {
  height: 75px;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  border-top: solid 2px #de1a1a;
  background-color: rgba(59, 59, 59, 0.9);
  box-shadow: 0 -3px 6px 0 rgba(115, 115, 115, 0.66);
}
.recipe-card .recipe-card-details-bar .details-bar-container {
  width: 147px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px dotted #8a8a8a;
  margin: 10px 0;
  color: #fff;
}
.recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-title-rpf {
  font-size: 15px;
  line-height: 1.07;
  margin-bottom: 4px;
}
.font-moses .recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-title-rpf {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
  margin-bottom: 5px;
}
.recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-value-rpf {
  font-size: 18px;
  font-weight: 600;
  line-height: 0.89;
}
.font-moses .recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-value-rpf {
  font-size: 15px;
  line-height: 20px;
  font-weight: 670;
}
.recipe-card .recipe-card-details-bar .details-bar-container:last-child {
  border-left: none;
}
.recipe-card .meal-details {
  width: 147px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px dotted #8a8a8a;
  margin: 10px 0;
  color: #fff;
}
.recipe-card .meal-details .meal-details-line-rpf {
  display: flex;
  justify-content: right;
  align-items: flex-end;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 0.89;
}
.font-moses .recipe-card .meal-details .meal-details-line-rpf {
  font-size: 15px;
  font-weight: 670;
  line-height: normal;
}
.recipe-card .meal-details .meal-details-line-rpf > div {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.recipe-card .meal-details .meal-details-line-rpf .kosher-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E %3Cg id='K' transform='translate(18755 4541)'%3E %3Cpath id='Path_426' data-name='Path 426' d='M-7.952-.12v-9h2.1v3.774L-2.5-9.12H.048l-4.1,4.389L.048-.12H-2.5L-5.853-4.067V-.12Z' transform='translate(-18742.049 -4527.38)' fill='%23fff'/%3E %3Cg id='Ellipse_24' data-name='Ellipse 24' transform='translate(-18755 -4541)' fill='none' stroke='%23fff' stroke-width='1.5'%3E %3Ccircle cx='9' cy='9' r='9' stroke='none'/%3E %3Ccircle cx='9' cy='9' r='8.25' fill='none'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-details-line-rpf .not-kosher-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E %3Cg id='Group_1046' data-name='Group 1046' transform='translate(-38.918 -3)'%3E %3Cg id='Group_896' data-name='Group 896' transform='translate(18793.918 4544)'%3E %3Cpath id='Path_426' data-name='Path 426' d='M-7.952-.12v-9h2.1v3.774L-2.5-9.12H.048l-4.1,4.389L.048-.12H-2.5L-5.853-4.067V-.12Z' transform='translate(-18742.049 -4527.38)' fill='%23fff'/%3E %3Cg id='Ellipse_24' data-name='Ellipse 24' transform='translate(-18755 -4541)' fill='none' stroke='%23fff' stroke-width='1.5'%3E %3Ccircle cx='9' cy='9' r='9' stroke='none'/%3E %3Ccircle cx='9' cy='9' r='8.25' fill='none'/%3E %3C/g%3E %3C/g%3E %3Cline id='Line_187' data-name='Line 187' x1='13' y2='11' transform='translate(41.417 6.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-details-line-rpf .vegan-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.207' height='19.663' viewBox='0 0 21.207 19.663'%3E %3Cg id='Group_1137' data-name='Group 1137' transform='translate(-53.044 -0.246)'%3E %3Cpath id='Subtraction_4' data-name='Subtraction 4' d='M1666.635-11188.448a10.993,10.993,0,0,1-4.893-2.223,8.286,8.286,0,0,1-2.666-4.352l-.079-.307a13.011,13.011,0,0,1,1.294-9.169,8.7,8.7,0,0,1,1.834-2.261l.27-.234.349.068a10.42,10.42,0,0,1,5.477,3.27,6.319,6.319,0,0,0-1.531.523,9,9,0,0,0-3.691-2.224l-.183-.048-.129.132a7.475,7.475,0,0,0-1.049,1.378l-.047.078-.028.048a11.557,11.557,0,0,0-1.07,8.362,6.8,6.8,0,0,0,3.339,4.4,7.288,7.288,0,0,0,2.8,2.555Z' transform='translate(-1605.078 11207.777)' fill='%23fff' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1'/%3E %3Cg id='צמחוני' transform='translate(58.251 3.756)'%3E %3Cg id='Group' transform='translate(0 0)'%3E %3Cpath id='Combined_Shape' data-name='Combined Shape' d='M8.472,15.588A8.594,8.594,0,0,1,3.82,13.06l-.228-.234A13.492,13.492,0,0,1,0,3.92,9.06,9.06,0,0,1,.473.94L.595.592.943.471C4.654-.819,9.865.62,13.063,3.818a8.486,8.486,0,0,1,2.666,6.251,13.443,13.443,0,0,1-.822,4.367l-.121.348-.682.233a12.978,12.978,0,0,1-4.024.711A9.064,9.064,0,0,1,8.472,15.588ZM1.986,1.747,1.8,1.8l-.05.186a7.933,7.933,0,0,0-.228,1.935A12,12,0,0,0,4.9,11.984c2.1,2.1,4.613,2.7,7.863,1.844l-1.917-1.917h-3.8V10.49H9.422l-1.45-1.45H4.187V7.62H6.552L3.607,4.676,4.683,3.6,7.536,6.452V4.271H8.957v3.6l1.437,1.437V7.142h1.421v3.59l2.017,2.017a10.458,10.458,0,0,0,.374-2.666,6.984,6.984,0,0,0-2.013-4.975l-.207-.213a11.879,11.879,0,0,0-8.04-3.379A8.037,8.037,0,0,0,1.986,1.747Z' transform='matrix(0.017, 1, -1, 0.017, 15.725, 0)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-details-line-rpf .vegetarian-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_4696_5984)'%3E %3Cpath d='M0.666667 16C0.486667 16 0.316667 15.9267 0.193333 15.7967C0.0733333 15.6833 0 15.5133 0 15.3333C0 15.2033 0.04 15.0767 0.113333 14.9667C1.66667 12.2067 4.64667 6.91333 4.71 6.79666C5.28333 5.69333 6.41667 5.00333 7.66667 5.00333C8.55667 5.00333 9.39333 5.34999 10.0233 5.97999C10.6533 6.60999 11 7.44666 11 8.33666C11 9.58333 10.3133 10.7167 9.20333 11.2933C9.09 11.3567 3.79333 14.3333 1.01 15.9C0.923333 15.96 0.796667 15.9967 0.666667 15.9967V16ZM7.66667 5.66999C6.66667 5.66999 5.76 6.21999 5.3 7.10666C5.26333 7.17999 1.44333 13.9567 0.68 15.3167C2.04333 14.5567 8.82333 10.7433 8.89667 10.7033C9.78333 10.2433 10.3333 9.33333 10.3333 8.33666C10.3333 7.62333 10.0567 6.95333 9.55333 6.44999C9.05 5.94666 8.38 5.66999 7.66667 5.66999Z' fill='white'/%3E %3Cpath d='M10.7033 5.66667C10.68 5.66667 10.6667 5.66667 10.66 5.66667L10.34 5.66L10.3333 5.34C10.3333 5.24 10.3 2.89667 11.7633 1.43C12.6867 0.506667 14.05 0 15.61 0H15.9667L16 0.333333H15.6667L16 0.363333C16.0067 1.93 15.4967 3.30667 14.57 4.23333C13.1933 5.61 11.0433 5.66333 10.7033 5.66333V5.66667ZM15.3267 0.673333C14.0533 0.726667 12.99 1.15 12.2367 1.90333C11.2767 2.86667 11.06 4.33 11.0133 4.98667C11.67 4.94 13.14 4.72333 14.0967 3.76333C14.84 3.02 15.27 1.93 15.3267 0.673333Z' fill='white'/%3E %3Cpath d='M13.5 8.33334C12.3433 8.33334 11.4467 7.25667 11.41 7.21L11.2367 7.00001L11.41 6.79001C11.4467 6.74334 12.3433 5.66667 13.5 5.66667C14.6567 5.66667 15.5533 6.74334 15.59 6.79001L15.7633 7.00001L15.59 7.21C15.5533 7.25667 14.6567 8.33334 13.5 8.33334ZM12.13 7.00001C12.4067 7.26001 12.9267 7.66667 13.5 7.66667C14.0733 7.66667 14.5933 7.26001 14.87 7.00001C14.5933 6.74001 14.0733 6.33334 13.5 6.33334C12.9267 6.33334 12.4067 6.74001 12.13 7.00001Z' fill='white'/%3E %3Cpath d='M5.56818 6.43343L5.09677 6.90483L7.09788 8.90594L7.56929 8.43454L5.56818 6.43343Z' fill='white'/%3E %3Cpath d='M4.23789 8.43446L3.76649 8.90587L5.4329 10.5723L5.90431 10.1009L4.23789 8.43446Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4696_5984'%3E %3Crect width='16' height='16' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-details-line-rpf .meat-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_4703_5993)'%3E %3Cpath d='M3.66667 16C2.67 16 1.84 15.2667 1.69 14.31C0.733333 14.16 0 13.33 0 12.3333C0 11.23 0.896667 10.3333 2 10.3333C2.49333 10.3333 2.95333 10.5133 3.31667 10.8333L4.74333 9.12L5.25667 9.54667L3.31667 11.8733L3.06333 11.5367C2.80667 11.1933 2.42 11 2 11C1.26333 11 0.666667 11.5967 0.666667 12.3333C0.666667 13.07 1.26333 13.6667 2 13.6667H2.33333V14C2.33333 14.7367 2.93 15.3333 3.66667 15.3333C4.40333 15.3333 5 14.7367 5 14C5 13.58 4.80333 13.1933 4.46333 12.9367L4.12667 12.6833L6.45333 10.7433L6.88 11.2567L5.16667 12.6867C5.48667 13.0467 5.66667 13.51 5.66667 14.0033C5.66667 15.1067 4.77 16.0033 3.66667 16.0033V16Z' fill='white'/%3E %3Cpath d='M6.86333 11.8767L6.43333 10.6667H5.33666V9.57333L4.12666 9.17L5.36333 7.52333C5.5 6.94 6.41 3.13 7.06 2.15C7.77333 1.08333 9.35666 0 11.0033 0C13.76 0 16.0033 2.24333 16.0033 5C16.0033 6.65 14.9233 8.23333 13.8533 8.94333C12.8733 9.59667 9.06666 10.5033 8.48 10.64L6.86333 11.8733V11.8767ZM6 10H6.90333L7.18666 10.79L8.19 10.0233L8.26 10.0067C9.45 9.73333 12.7033 8.90667 13.4833 8.38667C14.4033 7.77333 15.3333 6.41333 15.3333 4.99667C15.3333 2.60667 13.39 0.663333 11 0.663333C9.58666 0.663333 8.22333 1.59333 7.61 2.51333C7.09 3.29333 6.26666 6.54667 5.99 7.73667L5.97333 7.80667L5.21 8.82667L6 9.09V9.99667V10Z' fill='white'/%3E %3Cpath d='M14.1767 6.65333L13.6 6.31667C13.8567 5.87667 14 5.40667 14 5H14.6667C14.6667 5.67333 14.4 6.27 14.1767 6.65333Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4703_5993'%3E %3Crect width='16' height='16' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-details-line-rpf .gluten-free-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1.56762 0.595353L0.999237 1.16373L18.6844 18.8489L19.2528 18.2806L1.56762 0.595353Z' fill='white'/%3E %3Cpath d='M11.8153 10.0718L11.743 9.27199C13.8932 9.08309 14.8216 8.29937 14.9341 6.51491C12.4744 6.57519 11.3732 7.18609 11.0396 8.63698L10.2559 8.45612C10.8105 6.03262 13.1416 5.70708 15.3481 5.70708H15.75V6.10898C15.75 8.60884 14.5362 9.83466 11.8113 10.0758L11.8153 10.0718Z' fill='white'/%3E %3Cpath d='M15.1511 12.9293L14.4799 12.4872C14.7412 12.0894 14.8939 11.5789 14.9341 10.9359C14.1464 10.956 13.5033 11.0323 12.9849 11.169L12.7799 10.3933C13.4551 10.2165 14.2951 10.1281 15.3481 10.1281H15.75V10.53C15.75 11.5347 15.553 12.3184 15.1471 12.9334L15.1511 12.9293Z' fill='white'/%3E %3Cpath d='M9.72539 7.01327L9.48023 6.8284C9.40789 6.77213 7.71586 5.45789 7.71586 3.40817C7.71586 1.35844 9.432 0.192915 9.50434 0.144686L9.72539 0L9.94644 0.144686C10.0188 0.192915 11.7349 1.34237 11.7349 3.41219C11.7349 5.48201 10.0389 6.77615 9.97056 6.83242L9.72539 7.01729V7.01327ZM9.72539 0.988691C9.32349 1.33433 8.51967 2.18235 8.51967 3.40817C8.51967 4.63398 9.31143 5.56641 9.72539 5.96832C10.1394 5.56641 10.9311 4.62997 10.9311 3.40817C10.9311 2.18637 10.1273 1.33433 9.72539 0.988691Z' fill='white'/%3E %3Cpath d='M9.32349 10.1281H8.92158C7.10898 10.1281 5.93139 9.88289 5.10748 9.32826C4.15497 8.68922 3.69679 7.63623 3.69679 6.10898V5.70708H4.0987C5.32049 5.70708 6.23684 5.81961 6.97233 6.06477L6.71913 6.8284C6.15646 6.64352 5.43303 6.53902 4.51266 6.51893C4.58099 7.54781 4.91457 8.23507 5.5536 8.66511C6.16852 9.07907 7.113 9.28807 8.5036 9.32424C8.4835 9.00673 8.43527 8.72138 8.36293 8.46416L9.13459 8.24311C9.25918 8.68119 9.31947 9.16749 9.31947 9.73016V10.1321L9.32349 10.1281Z' fill='white'/%3E %3Cpath d='M9.32349 18.97H8.92158C7.10898 18.97 5.93139 18.7248 5.10748 18.1702C4.15497 17.5312 3.69679 16.4782 3.69679 14.9509V14.549H4.0987C5.9113 14.549 7.08888 14.7942 7.91279 15.3488C8.86531 15.9878 9.32349 17.0408 9.32349 18.5681V18.97ZM4.51266 15.3569C4.58099 16.3857 4.91457 17.073 5.5536 17.503C6.16852 17.917 7.113 18.126 8.5036 18.1622C8.43527 17.1333 8.10169 16.446 7.46266 16.016C6.84774 15.602 5.90326 15.393 4.51266 15.3569Z' fill='white'/%3E %3Cpath d='M9.32349 14.549H8.92158C7.10898 14.549 5.93139 14.3039 5.10748 13.7492C4.15497 13.1102 3.69679 12.0572 3.69679 10.53V10.1281H4.0987C5.9113 10.1281 7.08888 10.3732 7.91279 10.9278C8.86531 11.5669 9.32349 12.6199 9.32349 14.1471V14.549ZM4.51266 10.9359C4.58099 11.9648 4.91457 12.652 5.5536 13.0821C6.16852 13.496 7.113 13.705 8.5036 13.7412C8.43527 12.7123 8.10169 12.0251 7.46266 11.595C6.84774 11.181 5.90326 10.9721 4.51266 10.9359Z' fill='white'/%3E %3Cpath d='M10.5292 14.549H10.1273V14.1471C10.1273 12.656 10.5654 11.6191 11.4737 10.9761L11.9399 11.6312C11.333 12.0612 11.0115 12.7364 10.9432 13.7372C12.2172 13.705 13.1094 13.5242 13.7284 13.1745L14.1223 13.8738C13.3104 14.332 12.169 14.545 10.5252 14.545L10.5292 14.549Z' fill='white'/%3E %3Cpath d='M10.5292 18.97H10.1273V18.5681C10.1273 17.0408 10.5895 15.9878 11.538 15.3488C12.3619 14.7942 13.5395 14.549 15.3521 14.549V14.9509H15.754C15.754 16.4782 15.2918 17.5312 14.3433 18.1702C13.5194 18.7248 12.3418 18.97 10.5292 18.97ZM14.9381 15.3569C13.5475 15.389 12.603 15.602 11.9881 16.016C11.3491 16.446 11.0115 17.1333 10.9472 18.1622C12.3378 18.13 13.2823 17.917 13.8972 17.503C14.5362 17.073 14.8738 16.3857 14.9381 15.3569Z' fill='white'/%3E %3Cpath d='M10.9311 10.1281H10.1273V18.5681H10.9311V10.1281Z' fill='white'/%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-details-line-rpf .parve-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_4703_6011)'%3E %3Cpath d='M6.52941 4.89555H6.20588C3.87647 4.89555 2.97059 3.9502 2.97059 1.51931V1.18168H3.29412C5.62353 1.18168 6.52941 2.12703 6.52941 4.55792V4.89555ZM3.62412 1.86368C3.68882 3.5518 4.26147 4.14602 5.87588 4.21355C5.81118 2.52543 5.23853 1.93121 3.62412 1.86368Z' fill='white'/%3E %3Cpath d='M7.5 16L2.99971 11.4623C2.35588 10.831 2 9.97679 2 9.06183C2 7.22853 3.45265 5.73961 5.23529 5.73961C6.08941 5.73961 6.89824 6.08061 7.5 6.69171C8.10176 6.08399 8.91059 5.73961 9.76471 5.73961C11.5474 5.73961 13 7.23191 13 9.06183C13 9.97679 12.6441 10.831 11.9971 11.4657L7.5 16ZM5.23529 6.41486C3.80853 6.41486 2.64706 7.60329 2.64706 9.06183C2.64706 9.78772 2.93176 10.4663 3.44618 10.9728L7.5 15.0614L11.5506 10.9762C12.0682 10.4663 12.3529 9.78772 12.3529 9.06183C12.3529 7.59992 11.1915 6.41486 9.76471 6.41486C8.97853 6.41486 8.24412 6.77611 7.74912 7.40409L7.5 7.72146L7.25088 7.40409C6.75588 6.77611 6.02147 6.41486 5.23529 6.41486Z' fill='white'/%3E %3Cpath d='M7.82676 6.92129H7.1797C7.1797 6.92129 7.1797 6.06373 7.1797 5.5708V5.23317C7.1797 3.42013 7.34794 2.25533 8.23764 1.28635C9.07559 0.371386 10.0785 0 11.7059 0H12.0294V0.337624C12.0294 1.68137 12.0294 3.20405 11.2432 3.96033C10.4312 4.74362 9.35382 4.9597 8.50617 5.06098L8.43176 4.38911C9.56088 4.25406 10.2694 3.97721 10.8032 3.46402C11.3273 2.95759 11.3759 1.78941 11.3823 0.678624C10.1271 0.722515 9.36029 1.03313 8.70353 1.74889C7.96264 2.55919 7.82676 3.55518 7.82676 5.22979H7.81706C7.82676 5.31082 7.82676 5.40198 7.82676 5.49314V6.91791V6.92129Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4703_6011'%3E %3Crect width='11' height='16' fill='white' transform='translate(2)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-details-line-rpf .dairy-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_4703_6020)'%3E %3Cpath d='M4.83333 5.19667C4.19 5.19667 3.66666 4.65667 3.66666 3.99333C3.66666 3.33 4.19 2.79 4.83333 2.79C5.47666 2.79 6 3.33 6 3.99333C6 4.65667 5.47666 5.19667 4.83333 5.19667ZM4.83333 3.45333C4.55666 3.45333 4.33333 3.69333 4.33333 3.99C4.33333 4.28667 4.55666 4.52667 4.83333 4.52667C5.11 4.52667 5.33333 4.28667 5.33333 3.99C5.33333 3.69333 5.11 3.45333 4.83333 3.45333Z' fill='white'/%3E %3Cpath d='M7 14.5C6.35667 14.5 5.83334 13.9767 5.83334 13.3333C5.83334 12.69 6.35667 12.1667 7 12.1667C7.64334 12.1667 8.16667 12.69 8.16667 13.3333C8.16667 13.9767 7.64334 14.5 7 14.5ZM7 12.8333C6.72334 12.8333 6.5 13.0567 6.5 13.3333C6.5 13.61 6.72334 13.8333 7 13.8333C7.27667 13.8333 7.5 13.61 7.5 13.3333C7.5 13.0567 7.27667 12.8333 7 12.8333Z' fill='white'/%3E %3Cpath d='M15.6867 7H0V6.66667C0 2.86667 2.58 0 6 0H6.11L10.01 2.85L9.83333 3.11667C9.72333 3.28 9.66667 3.47333 9.66667 3.66667C9.66667 4.21667 10.1167 4.66667 10.6667 4.66667C10.9667 4.66667 11.2467 4.53 11.44 4.29L11.64 4.04333L15.6867 7ZM0.673333 6.33333H13.6433L11.7333 4.93667C11.4333 5.19 11.06 5.33333 10.6633 5.33333C9.74333 5.33333 8.99667 4.58667 8.99667 3.66667C8.99667 3.44667 9.04 3.23 9.12333 3.03L5.89 0.666667C3.00333 0.723333 0.813333 3.12 0.67 6.33333H0.673333Z' fill='white'/%3E %3Cpath d='M16 16H0V7.66667H0.666667V15.3333H15.3333V13.9733C14.39 13.8133 13.6667 12.99 13.6667 12C13.6667 11.01 14.39 10.1867 15.3333 10.0267V7.66667H16V10.6667H15.6667C14.93 10.6667 14.3333 11.2633 14.3333 12C14.3333 12.7367 14.93 13.3333 15.6667 13.3333H16V16Z' fill='white'/%3E %3Cpath d='M3.33334 12.1667C2.50667 12.1667 1.83334 11.4933 1.83334 10.6667C1.83334 9.84 2.50667 9.16667 3.33334 9.16667C4.16 9.16667 4.83334 9.84 4.83334 10.6667C4.83334 11.4933 4.16 12.1667 3.33334 12.1667ZM3.33334 9.83333C2.87334 9.83333 2.5 10.2067 2.5 10.6667C2.5 11.1267 2.87334 11.5 3.33334 11.5C3.79334 11.5 4.16667 11.1267 4.16667 10.6667C4.16667 10.2067 3.79334 9.83333 3.33334 9.83333Z' fill='white'/%3E %3Cpath d='M10.3333 11.3333C9.59667 11.3333 9 10.7367 9 10C9 9.26333 9.59667 8.66667 10.3333 8.66667C11.07 8.66667 11.6667 9.26333 11.6667 10C11.6667 10.7367 11.07 11.3333 10.3333 11.3333ZM10.3333 9.33333C9.96667 9.33333 9.66667 9.63333 9.66667 10C9.66667 10.3667 9.96667 10.6667 10.3333 10.6667C10.7 10.6667 11 10.3667 11 10C11 9.63333 10.7 9.33333 10.3333 9.33333Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4703_6020'%3E %3Crect width='16' height='16' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-type {
  margin-top: 10px;
}
.font-moses .recipe-card .meal-details .meal-type {
  margin-top: 5px;
}
.recipe-card .meal-details .margin-bottom {
  margin-bottom: 24px;
}
.article-recipe-componenta .ingredients-section {
  display: flex;
  flex-direction: column;
  margin-top: 13px;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section {
  display: flex;
  align-items: center;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-left: 30px;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-title {
  font-size: 29px;
  font-weight: 670;
  line-height: 1.1;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container {
  display: flex;
  align-items: center;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-button {
  width: 27px;
  height: 27px;
  display: flex;
  border: none;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-button {
  width: 25px;
  height: 25px;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-button:hover {
  filter: brightness(0.9);
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46' height='46' viewBox='0 0 46 46'%3E %3Cdefs%3E %3CclipPath id='clip-plus'%3E %3Crect width='46' height='46'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg id='plus' clip-path='url(%23clip-plus)'%3E %3Cg id='plus-2' data-name='plus'%3E %3Cg id='Path_297' data-name='Path 297' fill='%23fff'%3E %3Cpath d='M 22.95172500610352 45.4034538269043 C 19.92054557800293 45.4034538269043 16.98029518127441 44.80990600585938 14.21265506744385 43.6392936706543 C 11.53917503356934 42.50850677490234 9.138045310974121 40.88958358764648 7.075954914093018 38.82749557495117 C 5.013875007629395 36.76540374755859 3.394954919815063 34.36427688598633 2.264164924621582 31.6907958984375 C 1.093554973602295 28.92315483093262 0.5000050067901611 25.9829044342041 0.5000050067901611 22.95172500610352 C 0.5000050067901611 19.92054557800293 1.093554973602295 16.98029518127441 2.264164924621582 14.21265506744385 C 3.394954919815063 11.53917503356934 5.013875007629395 9.138045310974121 7.075954914093018 7.075954914093018 C 9.138045310974121 5.013875007629395 11.53917503356934 3.394954919815063 14.21265506744385 2.264164924621582 C 16.98029518127441 1.093554973602295 19.92054557800293 0.5000050067901611 22.95172500610352 0.5000050067901611 C 25.9829044342041 0.5000050067901611 28.92315483093262 1.093554973602295 31.6907958984375 2.264164924621582 C 34.36427688598633 3.394954919815063 36.76540374755859 5.013875007629395 38.82749557495117 7.075954914093018 C 40.88958358764648 9.138045310974121 42.50850677490234 11.53917503356934 43.6392936706543 14.21265506744385 C 44.80990600585938 16.98029518127441 45.4034538269043 19.92054557800293 45.4034538269043 22.95172500610352 C 45.4034538269043 25.9829044342041 44.80990600585938 28.92315483093262 43.6392936706543 31.6907958984375 C 42.50850677490234 34.36427688598633 40.88958358764648 36.76540374755859 38.82749557495117 38.82749557495117 C 36.76540374755859 40.88958358764648 34.36427688598633 42.50850677490234 31.6907958984375 43.6392936706543 C 28.92315483093262 44.80990600585938 25.9829044342041 45.4034538269043 22.95172500610352 45.4034538269043 Z' stroke='none'/%3E %3Cpath d='M 22.95172500610352 0.9999961853027344 C 19.98781585693359 0.9999961853027344 17.11310577392578 1.580253601074219 14.40742492675781 2.724666595458984 C 11.79355621337891 3.830234527587891 9.445835113525391 5.413173675537109 7.42950439453125 7.42950439453125 C 5.413173675537109 9.445835113525391 3.830234527587891 11.79355621337891 2.724666595458984 14.40742492675781 C 1.580253601074219 17.11310577392578 0.9999961853027344 19.98781585693359 0.9999961853027344 22.95172500610352 C 0.9999961853027344 25.91563415527344 1.580253601074219 28.79034423828125 2.724666595458984 31.49602508544922 C 3.830234527587891 34.10989379882813 5.413173675537109 36.45760345458984 7.42950439453125 38.47393417358398 C 9.445835113525391 40.49026489257813 11.79355621337891 42.07320404052734 14.40742492675781 43.17878341674805 C 17.11310577392578 44.32318496704102 19.98781585693359 44.90344619750977 22.95172500610352 44.90344619750977 C 25.91563415527344 44.90344619750977 28.79034423828125 44.32318496704102 31.49602508544922 43.17878341674805 C 34.10989379882813 42.07320404052734 36.45760345458984 40.49026489257813 38.47393417358398 38.47393417358398 C 40.49026489257813 36.45760345458984 42.07320404052734 34.10989379882813 43.17878341674805 31.49602508544922 C 44.32318496704102 28.79034423828125 44.90344619750977 25.91563415527344 44.90344619750977 22.95172500610352 C 44.90344619750977 19.98781585693359 44.32318496704102 17.11310577392578 43.17878341674805 14.40742492675781 C 42.07320404052734 11.79355621337891 40.49026489257813 9.445835113525391 38.47393417358398 7.42950439453125 C 36.45760345458984 5.413173675537109 34.10989379882813 3.830234527587891 31.49602508544922 2.724666595458984 C 28.79034423828125 1.580253601074219 25.91563415527344 0.9999961853027344 22.95172500610352 0.9999961853027344 M 22.95172500610352 -3.814697265625e-06 C 35.62761688232422 -3.814697265625e-06 45.90344619750977 10.27583312988281 45.90344619750977 22.95172500610352 C 45.90344619750977 35.62761688232422 35.62761688232422 45.90344619750977 22.95172500610352 45.90344619750977 C 10.27583312988281 45.90344619750977 -3.814697265625e-06 35.62761688232422 -3.814697265625e-06 22.95172500610352 C -3.814697265625e-06 10.27583312988281 10.27583312988281 -3.814697265625e-06 22.95172500610352 -3.814697265625e-06 Z' stroke='none' fill='%23d6d6d6'/%3E %3C/g%3E %3Cg id='Group_158' data-name='Group 158' transform='translate(10.93 12.023)'%3E %3Cline id='Line_13' data-name='Line 13' y2='22.952' transform='translate(11.476)' fill='none' stroke='%23de1a1a' stroke-width='2'/%3E %3Cline id='Line_14' data-name='Line 14' x2='22.952' transform='translate(0 11.476)' fill='none' stroke='%23de1a1a' stroke-width='2'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .minus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46' height='46' viewBox='0 0 46 46'%3E %3Cdefs%3E %3CclipPath id='clip-min'%3E %3Crect width='46' height='46'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg id='min' clip-path='url(%23clip-min)'%3E %3Cg id='min-2' data-name='min' transform='translate(0 0.097)'%3E %3Cg id='Path_298' data-name='Path 298' fill='%23fff'%3E %3Cpath d='M 22.95172500610352 45.4034538269043 C 19.92054557800293 45.4034538269043 16.98029518127441 44.80990600585938 14.21265506744385 43.6392936706543 C 11.53917503356934 42.50850677490234 9.138045310974121 40.88958358764648 7.075954914093018 38.82749557495117 C 5.013875007629395 36.76540374755859 3.394954919815063 34.36427688598633 2.264164924621582 31.6907958984375 C 1.093554973602295 28.92315483093262 0.5000050067901611 25.9829044342041 0.5000050067901611 22.95172500610352 C 0.5000050067901611 19.92054557800293 1.093554973602295 16.98029518127441 2.264164924621582 14.21265506744385 C 3.394954919815063 11.53917503356934 5.013875007629395 9.138045310974121 7.075954914093018 7.075954914093018 C 9.138045310974121 5.013875007629395 11.53917503356934 3.394954919815063 14.21265506744385 2.264164924621582 C 16.98029518127441 1.093554973602295 19.92054557800293 0.5000050067901611 22.95172500610352 0.5000050067901611 C 25.9829044342041 0.5000050067901611 28.92315483093262 1.093554973602295 31.6907958984375 2.264164924621582 C 34.36427688598633 3.394954919815063 36.76540374755859 5.013875007629395 38.82749557495117 7.075954914093018 C 40.88958358764648 9.138045310974121 42.50850677490234 11.53917503356934 43.6392936706543 14.21265506744385 C 44.80990600585938 16.98029518127441 45.4034538269043 19.92054557800293 45.4034538269043 22.95172500610352 C 45.4034538269043 25.9829044342041 44.80990600585938 28.92315483093262 43.6392936706543 31.6907958984375 C 42.50850677490234 34.36427688598633 40.88958358764648 36.76540374755859 38.82749557495117 38.82749557495117 C 36.76540374755859 40.88958358764648 34.36427688598633 42.50850677490234 31.6907958984375 43.6392936706543 C 28.92315483093262 44.80990600585938 25.9829044342041 45.4034538269043 22.95172500610352 45.4034538269043 Z' stroke='none'/%3E %3Cpath d='M 22.95172500610352 0.9999961853027344 C 19.98781585693359 0.9999961853027344 17.11310577392578 1.580253601074219 14.40742492675781 2.724666595458984 C 11.79355621337891 3.830234527587891 9.445835113525391 5.413173675537109 7.42950439453125 7.42950439453125 C 5.413173675537109 9.445835113525391 3.830234527587891 11.79355621337891 2.724666595458984 14.40742492675781 C 1.580253601074219 17.11310577392578 0.9999961853027344 19.98781585693359 0.9999961853027344 22.95172500610352 C 0.9999961853027344 25.91563415527344 1.580253601074219 28.79034423828125 2.724666595458984 31.49602508544922 C 3.830234527587891 34.10989379882813 5.413173675537109 36.45760345458984 7.42950439453125 38.47393417358398 C 9.445835113525391 40.49026489257813 11.79355621337891 42.07320404052734 14.40742492675781 43.17878341674805 C 17.11310577392578 44.32318496704102 19.98781585693359 44.90344619750977 22.95172500610352 44.90344619750977 C 25.91563415527344 44.90344619750977 28.79034423828125 44.32318496704102 31.49602508544922 43.17878341674805 C 34.10989379882813 42.07320404052734 36.45760345458984 40.49026489257813 38.47393417358398 38.47393417358398 C 40.49026489257813 36.45760345458984 42.07320404052734 34.10989379882813 43.17878341674805 31.49602508544922 C 44.32318496704102 28.79034423828125 44.90344619750977 25.91563415527344 44.90344619750977 22.95172500610352 C 44.90344619750977 19.98781585693359 44.32318496704102 17.11310577392578 43.17878341674805 14.40742492675781 C 42.07320404052734 11.79355621337891 40.49026489257813 9.445835113525391 38.47393417358398 7.42950439453125 C 36.45760345458984 5.413173675537109 34.10989379882813 3.830234527587891 31.49602508544922 2.724666595458984 C 28.79034423828125 1.580253601074219 25.91563415527344 0.9999961853027344 22.95172500610352 0.9999961853027344 M 22.95172500610352 -3.814697265625e-06 C 35.62761688232422 -3.814697265625e-06 45.90344619750977 10.27583312988281 45.90344619750977 22.95172500610352 C 45.90344619750977 35.62761688232422 35.62761688232422 45.90344619750977 22.95172500610352 45.90344619750977 C 10.27583312988281 45.90344619750977 -3.814697265625e-06 35.62761688232422 -3.814697265625e-06 22.95172500610352 C -3.814697265625e-06 10.27583312988281 10.27583312988281 -3.814697265625e-06 22.95172500610352 -3.814697265625e-06 Z' stroke='none' fill='%23d6d6d6'/%3E %3C/g%3E %3Cline id='Line_15' data-name='Line 15' x2='29.661' transform='translate(8.798 23.836)' fill='none' stroke='%23000' stroke-width='2'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .disable {
  opacity: 0.6;
  pointer-events: none;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .disable .servings-button:hover {
  filter: none;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-amount {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 5px;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-amount {
  font-size: 29px;
  font-weight: 670;
  line-height: 1;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-amount .servings-title {
  font-size: 13px;
  font-weight: normal;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-amount .servings-title {
  font-size: 11px;
  font-weight: 340;
  line-height: normal;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section {
  display: flex;
  border: none;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  align-items: center;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section .measuring-cup-icon {
  width: 21px;
  height: 20px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.617' height='16' viewBox='0 0 20.617 16'%3E %3Cg data-name='Group 152'%3E %3Cpath data-name='Path 227' d='m490.191 353.55 3.409 3.694v10.306h10.842v-14z' transform='translate(-487.907 -352.55)' style='stroke-width:2;fill:none;stroke:%23000;stroke-miterlimit:10'/%3E %3Cpath data-name='Line 1' transform='translate(13.294 12.095)' style='fill:none;stroke:%23000;stroke-miterlimit:10' d='M3.241 0H0'/%3E %3Cpath data-name='Line 2' transform='translate(11.114 10.195)' style='fill:none;stroke:%23000;stroke-miterlimit:10' d='M5.421 0H0'/%3E %3Cpath data-name='Line 3' transform='translate(13.294 8.295)' style='fill:none;stroke:%23000;stroke-miterlimit:10' d='M3.241 0H0'/%3E %3Cpath data-name='Line 4' transform='translate(11.114 6.395)' style='fill:none;stroke:%23000;stroke-miterlimit:10' d='M5.421 0H0'/%3E %3Cpath data-name='Line 5' transform='translate(13.294 4.495)' style='fill:none;stroke:%23000;stroke-miterlimit:10' d='M3.241 0H0'/%3E %3Cpath data-name='Path 228' d='M511.652 357.426h3.241v8.551' transform='translate(-495.276 -353.881)' style='stroke-width:2;fill:none;stroke:%23000;stroke-miterlimit:10'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section .measurement-conversion-table {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #000;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section .measurement-conversion-table {
  font-size: 13px;
  font-weight: 670;
  line-height: 18px;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list {
  display: flex;
  flex-direction: column;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .add-to-shoping-list-title {
  font-size: 14px;
  line-height: 1.29;
  margin-bottom: 10px;
  color: #78787b;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-list .add-to-shoping-list-title {
  font-size: 15px;
  font-weight: 340;
  line-height: 22px;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .check-all-wrapper {
  display: flex;
  margin-bottom: 9px;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .check-all-wrapper .check-all-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-list .check-all-wrapper .check-all-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredient-checkbox {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  margin-left: 18px;
  border-radius: 1px;
  border: solid 1.5px #000;
  accent-color: #000;
  flex-shrink: 0;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.27;
  margin-bottom: 20px;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-title {
  font-size: 19px;
  font-weight: 670;
  line-height: normal;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients {
  display: flex;
  flex-direction: column;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row {
  width: 100%;
  display: flex;
  align-items: baseline;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #dadadd;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row .ingredient-row-details {
  display: flex;
  flex-direction: column;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row .ingredient-row-details .ingredient-main-details {
  display: flex;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row .ingredient-row-details .ingredient-main-details {
  font-size: 20px;
  font-weight: 340;
  line-height: 29px;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row .ingredient-row-details .ingredient-description {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.23;
  margin-top: 4px;
  color: #78787b;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row .ingredient-row-details .ingredient-description {
  font-size: 15px;
  font-weight: 340;
  line-height: 22px;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list {
  width: 740px;
  height: 75px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  color: #fff;
  background-color: rgba(59, 59, 59, 0.9);
  z-index: 1;
  transition: transform 0.5s ease;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list.show {
  transform: translateY(0);
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list.hide {
  transform: translateY(100%);
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin: 10px 0 0 10px;
  border: none;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .list-items-count {
  margin-left: 14px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
.font-moses .article-recipe-componenta .ingredients-section .sticky-shoping-list .list-items-count {
  font-size: 18px;
  font-weight: 340;
  line-height: normal;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .items-on-list-title {
  margin-left: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
.font-moses .article-recipe-componenta .ingredients-section .sticky-shoping-list .items-on-list-title {
  font-size: 18px;
  font-weight: 340;
  line-height: normal;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .print-icon {
  width: 27px;
  height: 23px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='27' viewBox='0 0 32 27'%3E %3Cg id='Group_1' data-name='Group 1' transform='translate(-138.762 -621)'%3E %3Cg id='Rectangle_126' data-name='Rectangle 126' transform='translate(145.429 621)' fill='none' stroke='%23fff' stroke-width='2'%3E %3Crect width='18.667' height='6.8' stroke='none'/%3E %3Crect x='1' y='1' width='16.667' height='5.3' fill='none'/%3E %3C/g%3E %3Cpath id='Rectangle_125' data-name='Rectangle 125' d='M2,2V17.55H30V2H2M0,0H32V17.55H0Z' transform='translate(138.762 626.4)' fill='%23fff'/%3E %3Cg id='Path_339' data-name='Path 339' transform='translate(144.916 634.5)' fill='none'%3E %3Cpath d='M0,0H19.692V13.5H0Z' stroke='none'/%3E %3Cpath d='M 2.000003814697266 2 L 2.000003814697266 11.5 L 17.69230270385742 11.5 L 17.69230270385742 2 L 2.000003814697266 2 M 3.814697265625e-06 0 L 19.69230270385742 0 L 19.69230270385742 13.5 L 3.814697265625e-06 13.5 L 3.814697265625e-06 0 Z' stroke='none' fill='%23fff'/%3E %3C/g%3E %3Cline id='Line_34' data-name='Line 34' x2='9.986' transform='translate(149.769 638.991)' fill='none' stroke='%23fff' stroke-width='1'/%3E %3Cline id='Line_35' data-name='Line 35' x2='9.986' transform='translate(149.769 641.25)' fill='none' stroke='%23fff' stroke-width='1'/%3E %3Cg id='Path_341' data-name='Path 341' transform='translate(139 642)' fill='%23fff'%3E %3Cpath d='M 5.500004768371582 1.493614792823792 L 0.3855039775371552 1.428714036941528 L 0.4610089957714081 0.5 L 5.500004768371582 0.5 L 5.500004768371582 1.493614792823792 Z' stroke='none'/%3E %3Cpath d='M -4.76837158203125e-06 0 L 5.999995231628418 0 L 5.999995231628418 2 L -0.156254768371582 1.921869993209839 L -4.76837158203125e-06 0 Z' stroke='none' fill='%23fff'/%3E %3C/g%3E %3Cg id='Path_340' data-name='Path 340' transform='translate(164 642)' fill='%23fff'%3E %3Cpath d='M 0.4413932263851166 1.591737270355225 L 0.4818253517150879 0.4999974966049194 L 5.499997615814209 0.4999974966049194 L 5.499997615814209 1.422679305076599 L 0.4413932263851166 1.591737270355225 Z' stroke='none'/%3E %3Cpath d='M 0.9636435508728027 0.9999974966049194 L 0.9608993530273438 1.074097275733948 L 3.178136825561523 0.9999974966049194 L 0.9636435508728027 0.9999974966049194 M -2.384185791015625e-06 -2.384185791015625e-06 L 5.999997615814209 -2.384185791015625e-06 L 5.999997615814209 1.906247496604919 L -0.07812261581420898 2.109377384185791 L -2.384185791015625e-06 -2.384185791015625e-06 Z' stroke='none' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .mail-icon {
  width: 27px;
  height: 20px;
  border: none;
  margin: 0 17px;
  background-image: url("data:image/svg+xml,%3Csvg data-name='Group 1032' xmlns='http://www.w3.org/2000/svg' width='27.747' height='20.154' viewBox='0 0 27.747 20.154'%3E %3Cdefs%3E %3CclipPath id='1k6p7p2w7a'%3E %3Cpath data-name='Rectangle 924' style='fill:transparent;stroke:%23fff' d='M0 0h27.747v20.154H0z'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg data-name='Rectangle 923' style='fill:transparent;stroke:%23fff'%3E %3Cpath style='stroke:none' d='M0 0h26.427v18.834H0z' transform='translate(.66 .66)'/%3E %3Cpath style='fill:none' d='M.5.5h25.427v17.834H.5z' transform='translate(.66 .66)'/%3E %3C/g%3E %3Cg data-name='Group 1031'%3E %3Cg data-name='Mask Group 1030' style='clip-path:url(%231k6p7p2w7a)'%3E %3Cg data-name='Path 444' style='fill:%23fff'%3E %3Cpath d='M27.129 19.658H.622c-.058 0-.12-.065-.12-.16V.664c0-.096.062-.16.12-.16H27.13c.058 0 .12.064.12.16v18.834c0 .095-.062.16-.12.16zM.742.824v18.514H27.01V.824H.742z' style='stroke:none' transform='translate(-.002 -.004)'/%3E %3Cpath d='M27.129 20.158H.622c-.342 0-.62-.296-.62-.66V.664c0-.365.278-.66.62-.66H27.13c.343 0 .62.295.62.66v18.834c0 .364-.277.66-.62.66zM1.242 1.324v17.514H26.51V1.324H1.242z' style='fill:%23fff;stroke:none' transform='translate(-.002 -.004)'/%3E %3C/g%3E %3Cpath data-name='Path 445' d='m34.022 31.05 11.97-11.565H19.485L31.454 31.05a1.826 1.826 0 0 0 2.568 0' transform='translate(-18.865 -18.825)' style='fill:transparent;stroke:%23fff'/%3E %3Cg data-name='Path 446' style='fill:%23fff'%3E %3Cpath d='M13.874 13.278a1 1 0 0 1-.695-.288L.551.79A.19.19 0 0 1 .512.593C.532.537.576.5.621.5h26.506c.045 0 .089.037.109.093a.19.19 0 0 1-.04.196L14.57 12.99a1 1 0 0 1-.695.288zM.989.82l.89.86 11.44 11.052a.797.797 0 0 0 1.112 0L25.868 1.68l.89-.86H.989z' style='stroke:none'/%3E %3Cpath d='M13.874 13.778c-.386 0-.756-.152-1.042-.428L.204 1.148A.69.69 0 0 1 .042.422.622.622 0 0 1 .621 0h26.506c.257 0 .487.168.579.422a.69.69 0 0 1-.162.726L14.916 13.35a1.497 1.497 0 0 1-1.042.428zM2.226 1.32l11.44 11.053a.295.295 0 0 0 .416 0L25.522 1.32H2.226z' style='fill:%23fff;stroke:none'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .whatsapp-icon {
  width: 25px;
  height: 25px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='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");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
}
.article-recipe-componenta .ingredients-section .print-dialog-section {
  display: none;
}
.print-dialog-section {
  display: none !important;
}
.article-recipe-inline-componenta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.article-recipe-inline-componenta .ImageDetails {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media print {
  .grecaptcha-badge {
    display: none;
  }
  body .print-dialog-section {
    display: flex !important;
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 50px;
    font-family: "NarkisBlock" !important;
  }
  body .print-dialog-section * {
    font-family: "NarkisBlock" !important;
  }
  body .print-dialog-section .separator {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px dashed #707070;
    margin: 20px 0;
  }
  body .print-dialog-section .top-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  body .print-dialog-section .top-content .main-logo {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88.717' height='64.598' viewBox='0 0 88.717 64.598'%3E %3Cg data-name='Group 1038'%3E %3Cpath data-name='Path 449' d='M-12.311 0h88.717l-5.245 43.76c-1.315 12.209-8.807 20.84-19.67 20.84h-63.8z' transform='translate(12.311)' style='fill:%23de1a1a'/%3E %3Cpath data-name='Path 448' d='M63.635 25.392a15.243 15.243 0 0 1-14.621 13.081H35.857L30.008 0h7.772l3.156 20.7L44.092 0h7.848l-3.232 21.16h-7.7l1.463 9.618h6.542c3.539 0 6.462-3.076 6.772-5.232L59.636 0h7.849l-3.847 25.392zM18.467 46.168V7.7H7.7v5.772h3.079v7.7H0V0h26.162v46.168h-7.7z' transform='translate(10.199 9.653)' style='fill:%23fff'/%3E %3Cpath data-name='Rectangle 927' transform='translate(54.205 55.287)' style='fill:%23fff' d='M0 0h3.564v2.972H0z'/%3E %3Cpath data-name='Rectangle 928' transform='translate(51.445 50.868)' style='fill:%23fff' d='M0 0h3.564v2.972H0z'/%3E %3Cpath data-name='Rectangle 929' transform='translate(56.965 50.868)' style='fill:%23fff' d='M0 0h3.564v2.972H0z'/%3E %3C/g%3E %3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
  }
  body .print-dialog-section .top-content .ynet-logo {
    position: absolute;
    left: 2px;
    top: -20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='99.461' height='42.735' viewBox='0 0 99.461 42.735'%3E %3Cg data-name='Group 594'%3E %3Cg data-name='Group 591'%3E %3Cpath data-name='Path 202' d='M318.158 400.958v-17.63c0-3.866-2.474-6.444-6.341-6.444-2.68 0-4.845 1.031-7.011 3.557l-.515-2.32a1.11 1.11 0 0 0-1.237-.927h-1.546a1.113 1.113 0 0 0-1.185 1.082v22.681a1.19 1.19 0 0 0 1.185 1.134h2.371a1.144 1.144 0 0 0 1.134-1.134v-13.97c0-3.454 2.423-6.083 5.516-6.083 2.114 0 2.939 1.031 2.939 3.454v16.6a1.19 1.19 0 0 0 1.185 1.134h2.372a1.144 1.144 0 0 0 1.133-1.134z' transform='translate(-254.12 -369.826)' style='fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 592'%3E %3Cpath data-name='Path 203' d='M349.718 389.669c0-9.433-4.124-12.784-9.33-12.784-5.722 0-9.485 4.9-9.485 12.629 0 8.454 3.969 12.836 10.98 12.836a14.348 14.348 0 0 0 6.392-1.185 1.053 1.053 0 0 0 .67-1.392l-.567-1.649a1.009 1.009 0 0 0-1.392-.722 15.057 15.057 0 0 1-4.846.877c-4.536 0-6.134-2.681-6.34-7.475h12.784a1.144 1.144 0 0 0 1.134-1.135zm-4.794-2.371H335.8c.515-5.361 2.887-6.65 4.742-6.65 3.197 0 4.279 3.352 4.382 6.652z' transform='translate(-263.758 -369.826)' style='fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 593'%3E %3Cpath data-name='Path 204' d='m371.929 397.348-.258-1.6a.972.972 0 0 0-1.186-.824 9.022 9.022 0 0 1-1.6.206c-1.185 0-1.753-.618-1.753-2.01v-15.514h2.938a1.1 1.1 0 0 0 1.083-1.134v-1.392a1.1 1.1 0 0 0-1.083-1.133h-2.938v-6.5c0-.928-.67-.979-1.444-.773l-2.319.67a1.269 1.269 0 0 0-.877 1.34v5.258h-2.783a1.069 1.069 0 0 0-1.083 1.133v1.392a1.07 1.07 0 0 0 1.083 1.134h2.791v16.289c0 3.454 1.7 5.206 5.361 5.206a12 12 0 0 0 3.3-.412 1.039 1.039 0 0 0 .768-1.336z' transform='translate(-272.497 -366.578)' style='fill-rule:evenodd'/%3E %3C/g%3E %3C/g%3E %3Cg data-name='Group 595' transform='translate(0 .53)'%3E %3Ccircle data-name='Ellipse 9' cx='20.744' cy='20.744' r='20.744' transform='translate(.724)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 596'%3E %3Cpath data-name='Path 206' d='M268.748 380.683a.784.784 0 0 0-.754-1.089h-2.514a1.084 1.084 0 0 0-1.131.879l-3.1 12.652c-.293 1.173-.5 2.221-.67 2.975a13.012 13.012 0 0 0-.377-2.556l-3.519-13.028a1.165 1.165 0 0 0-1.173-.922h-2.765a.75.75 0 0 0-.754 1.047l5.362 16.8a1.049 1.049 0 0 0 1.131.88h1.424a13.644 13.644 0 0 1-.712 2.513 5.588 5.588 0 0 1-2.848 3.729l-.587.293a1.012 1.012 0 0 0-.5 1.3l.88 1.718a.945.945 0 0 0 1.257.461l.922-.419a8.588 8.588 0 0 0 4.692-6.032z' transform='translate(-238.87 -370.68)' style='fill:%23fff;fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 613'%3E %3Cg data-name='Group 600'%3E %3Cpath data-name='Path 207' d='M358.581 418.859c.48.179 1.2.034 1.452.536a6.373 6.373 0 0 0 .368 3.641 6.443 6.443 0 0 1-.859 2.2h-4.289c.26-.833.3-1.183.525-1.729.045-.107.075-.105.142-.151a.419.419 0 0 1 .306-.079c.444-.029.405.062.635-.029a10.464 10.464 0 0 0-.331-2.408h-1.054a3.607 3.607 0 0 0-.7-2.413c.57-.112 1.017.636 1.665.592.3.023.759-.1.8.324a9.078 9.078 0 0 0 .592 3.933c.55.088.869-.064 1.666.008-.19-.737-.31-2.482-.331-2.439 0 0-.788.029-1.178 0a3.937 3.937 0 0 0-.425-2.513c.413-.009.681.348 1.016.527z' transform='translate(-271.281 -382.886)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 601'%3E %3Cpath data-name='Path 208' d='M368.026 419.026c.5.1 2.9.053 2.9.053l.219 1.638h-.506a9.021 9.021 0 0 0 .6 2.283 7.525 7.525 0 0 0-.86 2.2h-.408v-4.457l-3.025-.006a4.716 4.716 0 0 0-.743-2.462c.369-.268.551.3.922.453a4.366 4.366 0 0 0 .901.298z' transform='translate(-274.885 -382.849)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 602'%3E %3Cpath data-name='Path 209' d='m336.429 419.383.1.156c-.034 1.162.246 2.2-1.016 2.8l1.509 2.161-1.268 1.065c-.894-1.195-2.978-3.459-2.978-3.459l-.239 1.42 1.155.026.13 1.831s-1.965 0-2.007-.01l-.112-.1a12.124 12.124 0 0 0 .112-4.875l.636-1.553h.168l2.569 3.245c.223.145.414-.223.536-.379.089-.223.1-.464-.156-.565l-.916-.056a3.069 3.069 0 0 0-.86-2.144l.056-.156c.66.682 1.688.47 2.581.593z' transform='translate(-264.011 -383.034)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 603'%3E %3Cpath data-name='Path 210' d='M312.108 419.161c.481-.212.366.256.345.536.04.707.511 3.371.56 3.829a15.833 15.833 0 0 1-.742 1.722h-2.1a16.519 16.519 0 0 0 .749-1.672h.959v-2.65c-1.407.184-.892-.849-1.171-1.4-.079-.4-.481-.748-.481-1.128.719.027 1.066.965 1.881.763z' transform='translate(-257.226 -382.911)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 604'%3E %3Cpath data-name='Path 211' d='M351.9 418.916c.38.447 1.229 0 1.441.592a9.6 9.6 0 0 0 .492 3.753 6.4 6.4 0 0 0-.86 1.988h-.348v-4.345s-.5-.014-1 0a3.747 3.747 0 0 0-.7-2.524c.511-.123.628.402.975.536z' transform='translate(-270.071 -382.898)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 605'%3E %3Cpath data-name='Path 212' d='M325.068 420.926a8.812 8.812 0 0 0 .517 2.394 6.3 6.3 0 0 0-.859 1.972h-.268c-.368-2.278.4-4.827-.891-6.715.782-.324.838.793 1.553.637h3a.662.662 0 0 1 .21.088.464.464 0 0 1 .147.228 9.737 9.737 0 0 0 .492 3.78 5.642 5.642 0 0 0-.86 1.98h-.426v-4.356h-2.509z' transform='translate(-261.446 -382.947)' style='fill:%23d9000d;fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 606'%3E %3Cpath data-name='Path 213' d='M363.581 418.916c.38.447 1.229 0 1.441.592a6.229 6.229 0 0 0 .566 1.9 3.4 3.4 0 0 0-.982 1.717h-.292v-2.224s-.528.025-1 0a3.751 3.751 0 0 0-.7-2.524c.498-.12.729.405.967.539z' transform='translate(-273.751 -382.898)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 607'%3E %3Cpath data-name='Path 214' d='M374.517 418.915c.38.447 1.229 0 1.441.592a6.229 6.229 0 0 0 .566 1.9 3.39 3.39 0 0 0-.934 1.717h-.331V420.9s-.562-.014-1.013 0a3.747 3.747 0 0 0-.7-2.524c.502-.119.637.385.971.539z' transform='translate(-277.198 -382.898)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 608'%3E %3Cpath data-name='Path 215' d='M315.321 420.9h-.863a3.751 3.751 0 0 0-.7-2.524c.5-.123.716.436.972.544.59.342 1.229-.008 1.441.584a9.581 9.581 0 0 0 .491 3.753 6.333 6.333 0 0 0-1.018 1.988h-.316z' transform='translate(-258.354 -382.898)' style='fill:%23d9000d;fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 609'%3E %3Cpath data-name='Path 216' d='M307.818 420.916h-.935a3.746 3.746 0 0 0-.7-2.524c.5-.123.662.332.972.536.379.446 1.229 0 1.441.592a9.627 9.627 0 0 0 .48 3.759 6.379 6.379 0 0 0-.892 1.988h-.362z' transform='translate(-255.966 -382.902)' style='fill:%23d9000d;fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 610'%3E %3Cpath data-name='Path 217' d='M302.645 420.951h-2.237c-.458.357-.367 1.174-.156 1.709.633.9.044 1.653-.168 2.468l-.094.112h-2.09l.692-1.776h.891a4.445 4.445 0 0 1 0-2.519 1.018 1.018 0 0 0-.5-.053 4.7 4.7 0 0 0-.55-2.357c.3-.525.592.4.961.425a20.679 20.679 0 0 0 3.9.191c.134.034.231.127.311.386a9.626 9.626 0 0 0 .5 3.761 6.388 6.388 0 0 0-.86 1.988h-.6z' transform='translate(-253.355 -382.903)' style='fill:%23d9000d;fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 611'%3E %3Cpath data-name='Path 218' d='M321.6 419.56a9.584 9.584 0 0 0 .5 3.753 6.4 6.4 0 0 0-.86 1.988h-.418v-4.346h-2.858a3.242 3.242 0 0 0-.573-2.3c.044-.179.358-.112.48-.056a2.186 2.186 0 0 0 .961.592h2.412a.645.645 0 0 1 .356.369z' transform='translate(-259.498 -382.954)' style='fill:%23d9000d;fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 612'%3E %3Cpath data-name='Path 219' d='M347.047 420.979h-2.214c-.458.358-.368 1.074-.157 1.609.634.9.045 1.748-.167 2.564l-.094.112h-2.1s.458-1.28.692-1.872c.039-.016.891 0 .891 0a4.1 4.1 0 0 1 0-2.417 1 1 0 0 0-.486-.017 4.855 4.855 0 0 0-.562-2.393c.3-.525.592.4.961.425a19.48 19.48 0 0 0 3.829.168c.134.034.211.191.324.4a9.714 9.714 0 0 0 .484 3.778 6.074 6.074 0 0 0-.86 1.94l-.54.008z' transform='translate(-267.357 -382.913)' style='fill:%23d9000d;fill-rule:evenodd'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
  }
  body .print-dialog-section .mid-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  body .print-dialog-section .mid-content .content-main-title {
    color: #de1a1a;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  body .print-dialog-section .mid-content .content-subtitle {
    font-weight: normal;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  body .print-dialog-section .mid-content .recipe-ingredient-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 95%;
    list-style: none;
    align-self: start;
  }
  body .print-dialog-section .mid-content .recipe-ingredient-list .list-item {
    font-size: 24px;
    line-height: 1.67;
    text-align: right;
    direction: rtl;
  }
  body .print-dialog-section .mid-content .recipe-ingredient-list .list-item::before {
    content: "\2022";
    color: #de1a1a;
    font-weight: bold;
    display: inline-block;
    margin-left: 15px;
  }
  body .print-dialog-section .bottom-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body .print-dialog-section .bottom-content .bottom-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'NarkisBlock';
  }
  body .print-dialog-section .bottom-content .bottom-recipe-link {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    color: #de1a1a;
  }
  .recipe.onlyIngredientsPrintScreen {
    display: none !important;
  }
  .recipe .ingredients-section .print-dialog-section {
    display: none !important;
  }
}
.article-recipe-promo-componenta {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dadadd;
}
.article-recipe-promo-componenta span.recipe-card {
  cursor: default;
}
.article-recipe-promo-componenta .recipe-card {
  cursor: pointer;
}
.article-recipe-promo-componenta .recipe-promo-top-section {
  width: 100%;
  display: inline-block;
  justify-content: space-between;
  margin-bottom: 12px;
}
.article-recipe-promo-componenta .recipe-promo-top-section .recipe-promo-header-title {
  display: inline;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.28;
}
.article-recipe-promo-componenta .recipe-promo-top-section .recipeRatingWrapper {
  display: flex;
  float: left;
  margin-top: 7px;
}
.article-recipe-promo-componenta .recipe-promo-top-section .recipeRatingWrapper .recipeVoters {
  font-size: 18px;
  line-height: 0.89;
  margin-top: 1px;
}
.article-recipe-promo-componenta .recipe-promo-top-section .recipeRatingWrapper .recipeRatingStars {
  margin-right: 1px;
}
.article-recipe-promo-componenta .recipe-promo-top-section .recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  width: 23px;
  height: 23px;
  margin-right: 6px;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section .image-credit {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #78787b;
  margin-left: auto;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section .to-recipe-button {
  width: 184px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  border: none;
  color: #fff;
  background-color: #de1a1a !important;
  cursor: pointer;
}
.magazine2025 .article-recipe-promo-componenta {
  font-family: "EzerShemesh";
}
.magazine2025 .article-recipe-promo-componenta .recipe-promo-top-section .recipe-promo-header-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
}
.magazine2025 .article-recipe-promo-componenta .recipe-promo-top-section .recipeRatingWrapper {
  margin-top: 5px;
}
.magazine2025 .article-recipe-promo-componenta .recipe-promo-top-section .recipeRatingWrapper .recipeVoters {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  margin-left: 10px;
}
.magazine2025 .article-recipe-promo-componenta .recipe-promo-top-section .recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  width: 30px;
  height: 30px;
}
.magazine2025 .article-recipe-promo-componenta .recipe-promo-bottom-section {
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
.magazine2025 .article-recipe-promo-componenta .recipe-promo-bottom-section .image-credit {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #121111;
  margin: 0;
}
.magazine2025 .article-recipe-promo-componenta .recipe-promo-bottom-section .to-recipe-button {
  width: 280px;
  height: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  background-color: #A10000 !important;
}
.article-recipe-timer-componenta {
  width: 737px;
  height: 68px !important;
  display: flex;
  padding: 0 17px;
  align-items: center;
  justify-content: space-between;
  background-color: #de1a1a;
  box-sizing: border-box;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section {
  display: flex;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-icon {
  width: 33px;
  height: 45px;
  margin-left: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.527' height='44.382' viewBox='0 0 35.527 44.382'%3E %3Cg data-name='Group 239' transform='translate(1 .75)'%3E %3Ccircle data-name='Ellipse 16' cx='16.764' cy='16.764' r='16.764' transform='translate(0 9.105)' style='stroke-width:2;stroke-linejoin:round;fill:none;stroke:%23fff'/%3E %3Cg data-name='Group 220'%3E %3Cpath data-name='Line 57' transform='translate(16.764 11.458)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M0 0v3.353'/%3E %3Cpath data-name='Line 58' transform='translate(24.582 15.678)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M2.371 0 0 2.371'/%3E %3Cpath data-name='Line 59' transform='translate(27.821 25.868)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M3.353 0H0'/%3E %3Cpath data-name='Line 60' transform='translate(24.582 33.686)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M2.371 2.371 0 0'/%3E %3Cpath data-name='Line 61' transform='translate(16.764 36.924)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M0 3.353V0'/%3E %3Cpath data-name='Line 62' transform='translate(6.575 33.686)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M0 2.371 2.371 0'/%3E %3Cpath data-name='Line 63' transform='translate(2.354 25.868)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M0 0h3.353'/%3E %3Cpath data-name='Line 64' transform='translate(6.575 15.678)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='m0 0 2.371 2.371'/%3E %3C/g%3E %3Cpath data-name='Path 318' d='M181.062 575.357v9h6.491' transform='translate(-164.299 -558.493)' style='stroke-linejoin:bevel;stroke-width:1.5;fill:none;stroke:%23fff'/%3E %3Cpath data-name='Rectangle 169' transform='translate(15.196 3.67)' style='stroke-width:1.5;fill:none;stroke:%23fff' d='M0 0h3.135v4.47H0z'/%3E %3Cpath data-name='Rectangle 170' transform='rotate(90 10.617 10.617)' style='stroke-width:1.5;fill:none;stroke:%23fff' d='M0 0h3.353v8.941H0z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  justify-content: center;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section .article-recipe-timer-main-title {
  font-size: 24px;
  font-weight: bold;
}
.font-moses .article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section .article-recipe-timer-main-title {
  font-size: 21px;
  font-weight: 670;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section .article-recipe-timer-sub-title {
  font-size: 20px;
}
.font-moses .article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section .article-recipe-timer-sub-title {
  font-size: 17px;
  font-weight: 340;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section {
  display: flex;
  align-items: center;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section.editor-mode {
  pointer-events: none;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-display {
  color: #fff;
  margin-left: 8px;
  font-size: 39px;
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.font-moses .article-recipe-timer-componenta .article-recipe-timer-left-section .timer-display {
  font-size: 35px;
  font-weight: 340;
  line-height: 39px;
  font-variant-numeric: unset;
  letter-spacing: 0.3px;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper {
  display: flex;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .disabled {
  filter: opacity(0.5);
  cursor: default !important;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-btn-container,
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-close-btn-container {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border: none;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 0 0 11px 0 rgba(55, 55, 55, 0.5);
  cursor: pointer;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-close-btn-container {
  background-color: #fff;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-icon {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-close-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-sound-off-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E %3Cg id='Volume' opacity='0.995'%3E %3Cpath id='MUTE' d='M8.96,15.7,5.252,12H1a1,1,0,0,1-1-1V5A1,1,0,0,1,1,4H5.252L8.96.293A1,1,0,0,1,10.667,1V15a1,1,0,0,1-1.008,1A.979.979,0,0,1,8.96,15.7Zm10.08-3.941L17.158,9.882l-1.882,1.882a.665.665,0,0,1-.941,0l-.941-.941a.667.667,0,0,1,0-.941L15.275,8,13.393,6.117a.665.665,0,0,1,0-.941l.941-.941a.666.666,0,0,1,.941,0l1.883,1.883L19.04,4.234a.667.667,0,0,1,.941,0l.941.941a.665.665,0,0,1,0,.941L19.04,8l1.883,1.883a.665.665,0,0,1,0,.941l-.941.941a.665.665,0,0,1-.941,0Z' transform='translate(3 7)' fill='%23fff'/%3E %3Crect id='Rectangle' width='30' height='30' fill='none'/%3E %3C/g%3E %3C/svg%3E");
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-sound-on-btn {
  margin-right: 5px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E %3Cg style='opacity:.995'%3E %3Cpath d='M8.96 3.419 5.252 7.125H1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h4.252L8.96 18.83a1 1 0 0 0 1.707-.707v-14a1 1 0 0 0-1.707-.704zm9.721-2.129a1.008 1.008 0 1 0-1.107 1.686 9.735 9.735 0 0 1 0 16.3 1.008 1.008 0 1 0 1.107 1.685 11.751 11.751 0 0 0 0-19.669zM20 11.124a7.693 7.693 0 0 0-3.574-6.51 1 1 0 0 0-1.38.311 1.012 1.012 0 0 0 .309 1.39 5.694 5.694 0 0 1 0 9.618 1.012 1.012 0 0 0-.309 1.39 1 1 0 0 0 1.38.311A7.692 7.692 0 0 0 20 11.124zm-5.907-3.2a1 1 0 1 0-.965 1.752 1.642 1.642 0 0 1 0 2.9 1 1 0 1 0 .965 1.752 3.643 3.643 0 0 0 0-6.406z' transform='translate(3 3.875)' style='fill:%23fff'/%3E %3Cpath style='fill:none' d='M0 0h30v30H0z'/%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-pause-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='14' viewBox='0 0 10 14'%3E %3Cg id='Group_176' data-name='Group 176' transform='translate(1 0)'%3E %3Cline id='Line_36' data-name='Line 36' y2='14' transform='translate(8 0)' fill='none' stroke='%23fff' stroke-width='2'/%3E %3Cline id='Line_37' data-name='Line 37' y2='14' transform='translate(0 0)' fill='none' stroke='%23fff' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-play-btn {
  margin-left: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='15' viewBox='0 0 11 15'%3E %3Cpath id='play' d='M6.674,1.212a1,1,0,0,1,1.652,0l5.608,8.225A1,1,0,0,1,13.108,11H1.892a1,1,0,0,1-.826-1.563Z' transform='translate(11) rotate(90)' fill='%23fff'/%3E %3C/svg%3E");
}
.SocialNetworkSharer {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 329px;
  height: 55px;
  border-radius: 5px;
  padding: 0px;
  margin-top: -30px;
  margin-left: -40px;
  text-align: left;
  background: white;
  border: 1px solid #dedede;
  box-shadow: 0px 1px 3px #dedede;
  border-radius: 7px;
}
.SocialNetworkSharer .closeBtn {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpolygon points='32,2.1 29.9,0 16,13.9 2.1,0 0,2.1 13.9,16 0,29.9 2.1,32 16,18.1 29.9,32 32,29.9 18.1,16 '/%3E %3C/svg%3E") no-repeat center center;
  background-size: 46%;
  background-position: 41% 47%;
  background-color: #eee;
  border: 0px;
  border-radius: 50%;
  position: relative;
  height: 20px;
  width: 20px;
  top: 2px;
  padding: 0;
  cursor: pointer;
}
.SocialNetworkSharer .shareIcons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
  bottom: 7px;
}
.SocialNetworkSharer .shareIcons .label {
  font: bold 12px Arial;
  color: #595959;
  margin-right: 26px;
}
.SocialNetworkSharer .shareIcons .icons {
  display: flex;
  flex: 1;
  margin-left: 16px;
  justify-content: flex-end;
}
.SocialNetworkSharer .shareIcons .icons > button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.SocialNetworkSharer .shareIcons .icons .icon {
  margin-right: 10px;
  height: 31px;
  width: 31px;
}
.ArticleSideImagesComponent {
  background-color: #FFF;
  padding-top: 8px;
  padding-bottom: 17px;
  border-bottom: 1px dotted #CCCECD;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccecd;
}
.ArticleSideImagesComponent.englishSite {
  padding-bottom: 0 ! important;
  margin-bottom: 17px ! important;
}
.ArticleSideImagesComponent.englishSite .imageDetails .caption,
.ArticleSideImagesComponent.englishSite .imageDetails .credit {
  text-align: left ! important;
  direction: ltr ! important;
  font: normal 12px arial;
}
@media only screen and (max-width: 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 width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='12.5' cy='12.5' r='12.5' fill='black'/%3E %3Cg clip-path='url(%23clip0_81_3343)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_81_3343'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.SiteArticleSocialShare1280 .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23636363%7D %3C/style%3E %3C/defs%3E %3Cpath id='email' d='M12066 40a20 20 0 0 1-14.141-34.142 20 20 0 0 1 28.283 28.284A19.864 19.864 0 0 1 12066 40zm-3.628-18.218l-5.747 5.769a1.726 1.726 0 0 0 1.164.449h16.7a1.718 1.718 0 0 0 1.161-.449l-5.745-5.769a7.49 7.49 0 0 1-.18.131l-.072.052a31.254 31.254 0 0 1-1.191.848 6.546 6.546 0 0 1-1.07.543 3.188 3.188 0 0 1-1.245.279h-.023a3.257 3.257 0 0 1-1.244-.276 6.526 6.526 0 0 1-1.068-.546 26.942 26.942 0 0 1-1.047-.743 16.93 16.93 0 0 0-.4-.288zm13.906-4.62a6.42 6.42 0 0 1-1.13.989 351.11 351.11 0 0 0-3.928 2.7l5.058 5.084v-8.773zm-20.276 0v8.775l5.063-5.084a357.208 357.208 0 0 0-3.922-2.7 6.11 6.11 0 0 1-1.141-.989zm1.725-5.161a1.613 1.613 0 0 0-1.256.594 2.294 2.294 0 0 0-.469 1.477 2.646 2.646 0 0 0 .623 1.55 5.57 5.57 0 0 0 1.322 1.313c.217.153.951.667 2.32 1.617l.154.108c.6.414 1.172.815 1.669 1.166s.862.6 1.144.8c.031.021.078.056.133.1l.036.026.117.085.2.139c.276.2.464.337.609.434s.325.211.589.367a3.37 3.37 0 0 0 .648.309 1.8 1.8 0 0 0 .567.1h.021a1.8 1.8 0 0 0 .568-.1 3.4 3.4 0 0 0 .648-.309c.266-.156.445-.269.588-.367.175-.116.4-.277.615-.434l.072-.054.065-.047c.065-.047.122-.089.175-.124l.067-.05.1-.071.045-.032.266-.184q.331-.232.836-.582l4.148-2.894a5.35 5.35 0 0 0 1.38-1.4 2.961 2.961 0 0 0 .555-1.714 1.827 1.827 0 0 0-1.8-1.82h-16.666z' class='cls-1' transform='translate(-12046.001)'/%3E %3C/svg%3E");
}
.SiteArticleSocialShare1280 .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='39.999' viewBox='0 0 40 39.999'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23128c7e%7D %3C/style%3E %3C/defs%3E %3Cpath id='whatsapp' d='M10676 40a20 20 0 0 1-14.142-34.141 20 20 0 1 1 28.285 28.283A19.871 19.871 0 0 1 10676 40zm-5.5-11.653a9.886 9.886 0 0 0 5.485 1.653h.015a10 10 0 0 0 0-20 10.01 10.01 0 0 0-10 10 9.864 9.864 0 0 0 1.9 5.86l-1.246 3.715 3.844-1.229zm8.785-2.747a8.528 8.528 0 0 1-2.932-.82 11.872 11.872 0 0 1-4.914-4.3l-.021-.032a2.214 2.214 0 0 0-.043-.061l-.018-.023a5.567 5.567 0 0 1-1.169-2.994 3.187 3.187 0 0 1 1-2.407l.024-.025a1.445 1.445 0 0 1 1.022-.36c.076 0 .149 0 .22.006h.107c.3.014.445.039.637.494l.211.509.091.222c.253.613.548 1.33.6 1.433a.6.6 0 0 1 .042.542 1.567 1.567 0 0 1-.3.428l-.026.031-.173.189a4.639 4.639 0 0 0-.264.295l-.009.011a.467.467 0 0 0-.109.611 8.825 8.825 0 0 0 1.625 2.016 7.328 7.328 0 0 0 2.253 1.408l.043.017.048.02a.737.737 0 0 0 .288.06.569.569 0 0 0 .418-.17 9.716 9.716 0 0 0 .657-.864v-.006l.12-.167a.559.559 0 0 1 .465-.268.716.716 0 0 1 .251.05c.265.092 1.641.771 2 .948l.161.08h.009c.2.1.331.16.389.257a2.532 2.532 0 0 1-.172 1.388 2.838 2.838 0 0 1-1.963 1.412 2.6 2.6 0 0 1-.566.07z' class='cls-1' transform='translate(-10656)'/%3E %3C/svg%3E");
}
.SiteArticleSocialShare1280 .shareIcon1280.print {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1,.cls-3%7Bfill:%23c4c4c4%7D.cls-2%7Bfill:%23fff%7D.cls-3%7Bstroke:%23fff;stroke-width:2px%7D.cls-4%7Bstroke:none%7D.cls-5%7Bfill:none%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_639' data-name='Group 639' transform='translate(-1527 -1225)'%3E %3Ccircle id='Ellipse_24' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 24' transform='translate(1527 1225)'/%3E %3Crect id='Rectangle_483' width='21.333' height='10.666' class='cls-2' data-name='Rectangle 483' rx='1' transform='translate(1536.333 1239.666)'/%3E %3Cg id='Rectangle_485' class='cls-3' data-name='Rectangle 485' transform='translate(1539 1245)'%3E %3Crect width='16' height='10.666' class='cls-4' rx='1'/%3E %3Cpath d='M1 1h14v8.666H1z' class='cls-5'/%3E %3C/g%3E %3Cpath id='Rectangle_484' d='M0 0h13.333v2.667H0z' class='cls-2' data-name='Rectangle 484' transform='translate(1540.333 1235.666)'/%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialShare1280 .shareIcon1280.tb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D.cls-2%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_640' data-name='Group 640' transform='translate(-1413 -1237)'%3E %3Ccircle id='Ellipse_28' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 28' transform='translate(1413 1237)'/%3E %3Cg id='comment-black-oval-bubble-shape' transform='translate(1423 1212.493)'%3E %3Cpath id='Path_25' d='M19.063 40.138a9.242 9.242 0 0 0-3.717-2.656 13.253 13.253 0 0 0-5.13-.975 13.557 13.557 0 0 0-3.968.576 11.1 11.1 0 0 0-3.261 1.556A7.777 7.777 0 0 0 .81 40.97 5.43 5.43 0 0 0 0 43.8 5.532 5.532 0 0 0 1.032 47a8.371 8.371 0 0 0 2.822 2.508 7.246 7.246 0 0 1-.3.866q-.171.41-.308.673a4.632 4.632 0 0 1-.371.581q-.234.319-.353.45l-.393.433q-.273.3-.353.394a.8.8 0 0 0-.091.1l-.08.1-.068.1q-.057.086-.051.108a.3.3 0 0 1-.023.114.151.151 0 0 0 .006.137v.011a.573.573 0 0 0 .2.331.447.447 0 0 0 .348.1 8.56 8.56 0 0 0 1.3-.251 12.461 12.461 0 0 0 5.244-2.759 15.6 15.6 0 0 0 1.653.091 13.249 13.249 0 0 0 5.13-.975 9.24 9.24 0 0 0 3.717-2.656 5.594 5.594 0 0 0 0-7.33z' class='cls-2' data-name='Path 25'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialShareNew1280 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  height: 24px;
  position: relative;
  width: 350px;
}
.DesktopModeContainer .SiteArticleSocialShareNew1280 {
  position: absolute;
  left: 0;
}
.SiteArticleSocialShareNew1280.bottomBtns {
  float: left;
}
.SiteArticleSocialShareNew1280 .shareIcon1280 {
  height: 24px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: transparent;
  background-position: center;
  margin: 0 7px 0 7px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.SiteArticleSocialShareNew1280 .shareIcon1280.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-536.000000, -562.000000) translate(439.000000, 562.000000) translate(97.699198, 0.000000)'%3E %3Cpath fill='%233A5794' fill-rule='nonzero' d='M12.004 0c6.63 0 12.005 5.373 12.005 12s-5.375 12-12.005 12C5.374 24 0 18.627 0 12S5.375 0 12.004 0zm0 2.208C6.594 2.208 2.21 6.592 2.21 12c0 5.408 4.385 9.792 9.795 9.792S21.8 17.408 21.8 12c0-5.408-4.386-9.792-9.796-9.792z'/%3E %3Cellipse cx='12.004' cy='12' fill='%233A5794' rx='10.804' ry='10.8'/%3E %3Cpath fill='%23FFF' d='M13.228 5.865c1.039 0 1.773.163 1.773.163v1.835s-.228.006-.793.007h-.264c-.764 0-1.132.486-1.132 1.247l-.001 1.37h1.962l-.327 2.272H12.81l.001 5.305h-2.39l-.001-5.306-1.88.001v-2.272h1.88V9.005c0-2.69 1.534-3.12 2.722-3.14h.085z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialShareNew1280 .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%233ECC70' d='M12.055 0c3.198 0 6.2 1.24 8.456 3.487 2.257 2.249 3.499 5.237 3.498 8.413-.002 6.559-5.366 11.893-11.958 11.893-2.001 0-3.968-.5-5.713-1.447 0 .002-.003.002-.007.001L0 24l1.675-6.086-.017-.145C.637 15.983.1 13.962.101 11.892.102 5.334 5.466 0 12.055 0z' transform='translate(-575.000000, -562.000000) translate(439.000000, 562.000000) translate(136.707944, 0.000000)'/%3E %3Cpath fill='%23FFF' d='M5.762 9.494c0 1.423 1.058 2.797 1.206 2.99.148.194 2.083 3.113 5.046 4.367.704.298 1.255.475 1.683.608.708.22 1.351.189 1.86.116.569-.085 1.749-.7 1.995-1.376.246-.676.246-1.254.173-1.374-.075-.12-.272-.193-.567-.338-.295-.145-1.748-.845-2.02-.94-.269-.097-.467-.145-.663.144-.198.289-.763.94-.935 1.134-.172.192-.345.217-.64.073-.295-.145-1.248-.452-2.376-1.436-.877-.767-1.47-1.714-1.642-2.003-.172-.29-.019-.445.13-.59.132-.13.295-.337.442-.507.148-.168.197-.29.295-.482.098-.193.05-.362-.024-.507-.074-.144-.664-1.567-.911-2.147-.212-.496-.426-.495-.598-.495H8.15c-.172-.01-.369-.011-.565-.011-.197 0-.518.072-.788.362s-1.034.989-1.034 2.412z' transform='translate(-575.000000, -562.000000) translate(439.000000, 562.000000) translate(136.707944, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialShareNew1280 .shareIcon1280.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='12.5' cy='12.5' r='12.5' fill='black'/%3E %3Cg clip-path='url(%23clip0_81_3343)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_81_3343'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  background-size: contain;
}
.SiteArticleSocialShareNew1280 .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M12.004 0c6.63 0 12.005 5.373 12.005 12s-5.375 12-12.005 12C5.374 24 0 18.627 0 12S5.375 0 12.004 0z' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M5.402 7.8H18.607V16.2H5.402z' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M5.207 7.76L11.837 12.56 18.412 7.76' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialShareNew1280 .shareIcon1280.more {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='5px' height='21px' viewBox='0 0 5 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EDABEEDA5-CB43-4221-B94B-4826C6515A3D%3C/title%3E %3Cg id='DT' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='article-final_No-comments-yet' transform='translate(-439.000000, -564.000000)'%3E %3Cg id='share-btn_-no-comments-yet' transform='translate(439.000000, 562.000000)'%3E %3Cg id='Group-16' transform='translate(0.000000, 2.400000)'%3E %3Cellipse id='Oval' fill='%23000000' cx='2.34085274' cy='2.34' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cellipse id='Oval-Copy-4' fill='%23000000' cx='2.34085274' cy='17.94' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cellipse id='Oval-Copy-3' fill='%23000000' cx='2.34085274' cy='10.14' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cg id='Group-14' transform='translate(0.000000, 3.600000)'%3E%3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  margin-left: 0;
  width: 5px;
  height: 24px;
  background-size: 95%;
  background-position: center;
}
.SiteArticleSocialShareNew1280 .menuMore {
  width: 246px;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 25px 45px 8px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 0 6px 2px rgba(217, 217, 217, 0.5);
}
.SiteArticleSocialShareNew1280 .menuMore a,
.SiteArticleSocialShareNew1280 .menuMore a:hover {
  text-decoration: none;
  color: inherit;
  height: 22px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 17px;
  display: block;
  cursor: pointer;
}
.font-moses .SiteArticleSocialShareNew1280 .menuMore a,
.font-moses .SiteArticleSocialShareNew1280 .menuMore a:hover {
  height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.SiteArticleSocialShareNew1280 .close {
  display: none;
}
.SiteArticleSocialShareNew1280 .open {
  z-index: 100;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb {
  background: #1417ac;
  height: 24px;
  display: flex;
  min-width: 90px;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  margin-left: 7px;
  padding: 0 9px 0 11px;
}
.font-moses .SiteArticleSocialShareNew1280 .addNewComment.tb {
  min-width: 85px;
  background-color: #de1a1a;
  border-radius: 29px;
  padding: 0 14px;
  justify-content: center;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb span {
  color: #fff;
  letter-spacing: -0.3px;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb span:not(.shareIcon1280) {
  font-size: 15.6px;
  font-weight: 400;
  margin-right: 2px;
}
.font-moses .SiteArticleSocialShareNew1280 .addNewComment.tb span:not(.shareIcon1280) {
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 500;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  display: none;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb .shareIcon1280 {
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  margin: 0 0 0 2px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill-rule='nonzero' stroke='%23fff' stroke-width='2'%3E %3Cpath d='M23 1.52v16.59H10.644l-4.047 3.644-.001-3.645H1V1.52h22z' transform='translate(-12 -12) translate(12 12)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  font-weight: bold;
  background-size: contain;
  margin-top: 2px;
  color: #fff;
}
.font-moses .SiteArticleSocialShareNew1280 .addNewComment.tb .shareIcon1280 {
  display: none;
}
.grid1280 .ArticleTagsComponent,
.magazine_grid1280 .ArticleTagsComponent {
  border-top: 1px solid rgba(225, 225, 225, 0.92) ! important;
  border-bottom: 1px solid rgba(225, 225, 225, 0.92) ! important;
  font-size: 14px ! important;
  height: unset !important;
  font-family: 'NarkisBlock' !important;
  flex-wrap: wrap;
}
.grid1280 .ArticleTagsComponent .tagWrapper .tagName,
.magazine_grid1280 .ArticleTagsComponent .tagWrapper .tagName {
  font-size: 16px;
  font-weight: 500;
  margin-left: 8px;
  margin-bottom: 8px;
  background: #eaeaea;
  padding: 0px 13px;
  border-radius: 6px;
  display: flex;
  height: 24px;
  align-items: center;
}
.font-moses .grid1280 .ArticleTagsComponent .tagWrapper .tagName,
.font-moses .magazine_grid1280 .ArticleTagsComponent .tagWrapper .tagName {
  font-size: 14px;
  font-weight: 340;
  padding: 0px 10px;
}
.grid1280 .ArticleTagsComponent .tagWrapper .tagName a,
.magazine_grid1280 .ArticleTagsComponent .tagWrapper .tagName a {
  text-decoration: none !important;
}
.grid1280 .ArticleTagsComponent .tagsLabel,
.magazine_grid1280 .ArticleTagsComponent .tagsLabel {
  background: none ! important;
  color: #25262b ! important;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 16px;
}
.font-moses .grid1280 .ArticleTagsComponent .tagsLabel,
.font-moses .magazine_grid1280 .ArticleTagsComponent .tagsLabel {
  font-weight: 670;
  line-height: 34px;
  margin-bottom: 10px;
}
.grid1280 .ArticleTagsComponent .separator,
.magazine_grid1280 .ArticleTagsComponent .separator {
  display: none;
}
.grid1280 .ArticleTagsComponent .tagName,
.magazine_grid1280 .ArticleTagsComponent .tagName {
  margin-left: 10px;
}
.grid1280 .ArticleTagsComponent .tagName a,
.magazine_grid1280 .ArticleTagsComponent .tagName a {
  text-decoration: underline ! important;
}
.grid1280 .ArticleTagsComponent .tagName a:link,
.magazine_grid1280 .ArticleTagsComponent .tagName a:link {
  color: #25262b ! important;
}
.grid1280 .ArticleTagsComponent .tagName a:hover,
.magazine_grid1280 .ArticleTagsComponent .tagName a:hover {
  color: #25262b ! important;
}
.mynet .ArticleTagsComponent {
  border-bottom: 1px solid rgba(225, 225, 225, 0.92);
  border-top: unset;
  font-size: 14px ! important;
  height: unset !important;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin: 0 14px;
}
.mynet .ArticleTagsComponent .tagWrapper .tagName {
  font-size: 13px;
  font-weight: bold;
  margin-left: 8px;
  margin-bottom: 8px;
  background: #eaeaea;
  padding: 0px 13px;
  border-radius: 6px;
  display: flex;
  height: 24px;
  align-items: center;
}
.mynet .ArticleTagsComponent .tagWrapper .tagName a {
  text-decoration: none !important;
}
.mynet .ArticleTagsComponent .tagsLabel {
  background: none ! important;
  color: #25262b ! important;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 16px;
  margin-right: unset;
}
.mynet .ArticleTagsComponent .separator {
  display: none;
}
.mynet .ArticleTagsComponent .tagName {
  margin-left: 10px;
}
.mynet .ArticleTagsComponent .tagName a {
  text-decoration: underline ! important;
}
.mynet .ArticleTagsComponent .tagName a:link {
  color: #25262b ! important;
}
.mynet .ArticleTagsComponent .tagName a:hover {
  color: #25262b ! important;
}
.mynet .ArticleTagsComponent .tagName a:visited {
  color: #000 !important;
}
.grid1280_2.isLtr .ArticleTagsComponent {
  direction: ltr;
}
.grid1280_2.isLtr .tagsLabel {
  background-position: 0% center !important;
}
.grid1280_2.vesty .ArticleTagsComponent * {
  font-family: 'Arial' !important;
}
.grid1280_2.ynet .ArticleTagsComponent,
.grid1280_2.pplus .ArticleTagsComponent,
.grid1280_2.vesty .ArticleTagsComponent,
.grid1280_2.ynetnews .ArticleTagsComponent {
  align-items: flex-start;
}
.grid1280_2.ynet .ArticleTagsComponent *,
.grid1280_2.pplus .ArticleTagsComponent *,
.grid1280_2.vesty .ArticleTagsComponent *,
.grid1280_2.ynetnews .ArticleTagsComponent * {
  color: #7a7975 !important;
}
.grid1280_2.ynet .ArticleTagsComponent .tagsLabel,
.grid1280_2.pplus .ArticleTagsComponent .tagsLabel,
.grid1280_2.vesty .ArticleTagsComponent .tagsLabel,
.grid1280_2.ynetnews .ArticleTagsComponent .tagsLabel {
  width: auto;
  font-size: 14px;
  padding-inline-start: 15px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E %3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='33.000000pt' height='33.000000pt' viewBox='0 0 33.000000 33.000000' preserveAspectRatio='xMidYMid meet'%3E %3Cg transform='translate(0.000000,33.000000) scale(0.100000,-0.100000)' fill='%237a7975' stroke='none'%3E %3Cpath d='M94 238 c-46 -45 -84 -88 -84 -96 0 -20 112 -132 132 -132 8 0 51 38 96 84 l82 84 0 59 c0 33 -5 64 -12 71 -7 7 -38 12 -71 12 l-59 0 -84 -82z m204 4 l3 -53 -77 -80 -78 -79 -58 57 -59 58 80 78 79 78 54 -3 53 -3 3 -53z'/%3E %3Cpath d='M204 256 c-11 -28 1 -51 28 -54 31 -4 48 29 28 53 -16 19 -49 19 -56 1z m36 -26 c0 -5 -4 -10 -10 -10 -5 0 -10 5 -10 10 0 6 5 10 10 10 6 0 10 -4 10 -10z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  margin: 0;
  line-height: 20px;
  height: 20px;
}
.font-moses .grid1280_2.ynet .ArticleTagsComponent .tagsLabel,
.font-moses .grid1280_2.pplus .ArticleTagsComponent .tagsLabel,
.font-moses .grid1280_2.vesty .ArticleTagsComponent .tagsLabel,
.font-moses .grid1280_2.ynetnews .ArticleTagsComponent .tagsLabel {
  font-size: 12px;
  font-weight: 670;
}
.grid1280_2.ynet .ArticleTagsComponent .tagName,
.grid1280_2.pplus .ArticleTagsComponent .tagName,
.grid1280_2.vesty .ArticleTagsComponent .tagName,
.grid1280_2.ynetnews .ArticleTagsComponent .tagName {
  border-radius: 3px;
  background-color: #f6f6f6;
  font-size: 13px !important;
  line-height: 20px;
  height: 20px;
  padding: 0 6px;
  width: auto;
  margin: 0;
  margin-inline-start: 6px;
  margin-bottom: 7px;
}
.font-moses .grid1280_2.ynet .ArticleTagsComponent .tagName,
.font-moses .grid1280_2.pplus .ArticleTagsComponent .tagName,
.font-moses .grid1280_2.vesty .ArticleTagsComponent .tagName,
.font-moses .grid1280_2.ynetnews .ArticleTagsComponent .tagName {
  font-size: 11px !important;
  font-weight: 500;
}
.grid1280_2.ynet .ArticleTagsComponent .tagName:hover a,
.grid1280_2.pplus .ArticleTagsComponent .tagName:hover a,
.grid1280_2.vesty .ArticleTagsComponent .tagName:hover a,
.grid1280_2.ynetnews .ArticleTagsComponent .tagName:hover a {
  color: #222221 ! important;
}
.grid1280_2 .ArticleTagsComponent {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  background-color: transparent;
}
.grid1280_2 .ArticleTagsComponent :nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}
.grid1280_2 .ArticleTagsComponent * {
  color: #000 ! important;
  font-family: 'NarkisBlock' !important;
}
.font-moses .grid1280_2 .ArticleTagsComponent * {
  font-family: 'Moses', 'NarkisBlock' !important;
}
.grid1280_2 .ArticleTagsComponent a,
.grid1280_2 .ArticleTagsComponent a:hover {
  text-decoration: none;
  color: #000;
}
.grid1280_2 .ArticleTagsComponent .tagsLabel {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 16px;
  background: none;
}
.font-moses .grid1280_2 .ArticleTagsComponent .tagsLabel {
  font-size: 12px;
  line-height: 18px;
  font-weight: 670;
}
.grid1280_2 .ArticleTagsComponent .tagName {
  font-size: 16px;
  font-weight: 500;
  margin-left: 8px;
  margin-bottom: 8px;
  background: #eaeaea;
  padding: 0px 13px;
  border-radius: 6px;
  display: flex;
  height: 24px;
  align-items: center;
}
.font-moses .grid1280_2 .ArticleTagsComponent .tagName {
  font-size: 11px;
  font-weight: 500;
}
.ArticleTagsComponent {
  display: flex;
  flex-direction: row;
  align-items: center;
  direction: rtl;
  border-top: 1px solid #D4EDEC;
  border-bottom: 1px solid #D4EDEC;
  background-color: white;
  height: 100%;
  font-size: 12px;
}
.ArticleTagsComponent.calcalistTags {
  margin: 18px 0 15px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 4px 0;
  align-items: flex-start !important;
}
.ArticleTagsComponent.calcalistTags .tagsLabel {
  margin: 0 0 0 8px;
  float: right;
  direction: rtl;
  font-size: 16px !important;
  font-weight: bold;
  background: url(https://www.calcalist.co.il/images/1280/article/tags.png) 56px 3px no-repeat;
  display: block;
  width: 84px;
  line-height: 26px;
  text-align: left;
  color: #000000;
  flex-shrink: 0;
}
.ArticleTagsComponent.calcalistTags .tagWrapper {
  padding: 0;
  float: right;
  margin: 0 8px;
  line-height: 26px;
  text-decoration: underline;
  font-size: 16px;
}
.ArticleTagsComponent.calcalistTags .tagWrapper a {
  color: #969696 !important;
}
.ArticleTagsComponent.calcalistTags .tagWrapper .separator {
  display: none;
}
.ArticleTagsComponent.ctechTags {
  margin: 18px 0 15px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 4px 0;
  align-items: flex-start !important;
  direction: ltr;
  flex-wrap: wrap;
}
.ArticleTagsComponent.ctechTags .tagsLabel {
  margin: 0;
  width: auto;
  float: right;
  direction: ltr;
  font-size: 13px !important;
  font-weight: bold;
  background: url(https://www.calcalistech.com/images/1280/article/tags_eng.png) 0px 3px no-repeat;
  display: block;
  padding-left: 30px;
  line-height: 26px;
  text-align: left;
  color: #000000;
  flex-shrink: 0;
  box-sizing: content-box;
}
.ArticleTagsComponent.ctechTags .tagWrapper {
  padding: 0;
  float: left;
  margin: 0 8px;
  line-height: 26px;
  text-decoration: underline;
  font-size: 16px;
}
.ArticleTagsComponent.ctechTags .tagWrapper a {
  white-space: nowrap !important;
  color: #969696 !important;
}
.ArticleTagsComponent.ctechTags .tagWrapper .separator {
  display: none;
}
.ArticleTagsComponent .tagsLabel {
  margin-right: 8px;
  color: #6281AF;
  font-weight: bold;
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23d0dbec' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpolygon points='5.6,10 0,16 5.6,22 32,22 32,10 '/%3E %3C/svg%3E");
  background-size: 50px 42px;
  background-position: -1px -14px;
  width: 45px;
}
.ArticleTagsComponent .tagWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ArticleTagsComponent .tagWrapper .separator {
  color: #6281AF;
  float: left;
  height: 1px;
  width: 1px;
  background-color: #7a818b;
  margin: 1px 7px 0;
}
.ArticleTagsComponent .tagWrapper .tagName a {
  text-decoration: none;
}
.ArticleTagsComponent .tagWrapper .tagName a:link {
  color: #6281AF;
}
.ArticleTagsComponent .tagWrapper .tagName a:hover {
  color: red;
}
.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: absolute;
  width: 100%;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 {
  position: sticky;
  top: 50px;
  display: inline-flex;
  flex-flow: column nowrap;
  padding-left: 5px;
  height: auto;
  width: auto;
  margin-right: 10px;
  align-items: center;
  z-index: 100;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 button {
  height: 30px;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb {
  order: 1;
  background: unset;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='24px' height='21px' viewBox='0 0 24 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3E01AC4F14-41A0-403F-8DE8-43A875ADDF36%3C/title%3E %3Cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Desktop_Dragging-c-' transform='translate(-1192.000000, -304.000000)' fill='%231417AC' fill-rule='nonzero'%3E %3Cg id='Group-4' transform='translate(1192.000000, 301.000000)'%3E %3Cg id='comments-black' transform='translate(12.000000, 13.663147) scale(-1, 1) translate(-12.000000, -13.663147) translate(0.000000, 3.326294)'%3E %3Cpolygon points='24 -2.92690193e-14 -8.39328607e-14 -2.92690193e-14 0 15.7833919 5.5962 15.7831713 5.5976972 20.6737061 11.0276 15.7831713 24 15.7833919'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  height: 24px;
  display: flex;
  min-width: 24px;
  /* box-sizing: border-box; */
  /* align-items: center; */
  justify-content: center;
  border-radius: unset;
  border: 0;
  cursor: pointer;
  margin: 0 0 5px 0;
  padding: unset;
}
.font-moses .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb {
  order: 6;
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='33' viewBox='0 0 39 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M33.6386 0H4.98114C2.22561 0 0 2.14098 0 4.79172V19.8398C0 22.4803 2.22561 24.6315 4.98114 24.6315H6.70864V30.8811C6.70864 32.7672 9.07203 33.7052 10.4604 32.3798L18.515 24.6315H33.6492C36.3941 24.6315 38.6303 22.4905 38.6303 19.8398V4.79172C38.6303 2.15118 36.4047 0 33.6492 0H33.6386Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
  min-width: 38px;
  height: 33px;
  margin: 7px 0 5px 0;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .shareIcon1280 {
  display: none;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb > span:not(.shareIcon1280) {
  display: none;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  display: flex !important;
  margin-bottom: 3px;
  font-size: 13px;
}
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.font-moses .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  font-size: 12px !important;
  font-weight: 500;
  margin-bottom: 8px;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280 {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  margin: 7px 0 8px 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.tb {
  display: none;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.fb {
  order: 4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-536.000000, -562.000000) translate(439.000000, 562.000000) translate(97.699198, 0.000000)'%3E %3Cpath fill='%233A5794' fill-rule='nonzero' d='M12.004 0c6.63 0 12.005 5.373 12.005 12s-5.375 12-12.005 12C5.374 24 0 18.627 0 12S5.375 0 12.004 0zm0 2.208C6.594 2.208 2.21 6.592 2.21 12c0 5.408 4.385 9.792 9.795 9.792S21.8 17.408 21.8 12c0-5.408-4.386-9.792-9.796-9.792z'/%3E %3Cellipse cx='12.004' cy='12' fill='%233A5794' rx='10.804' ry='10.8'/%3E %3Cpath fill='%23FFF' d='M13.228 5.865c1.039 0 1.773.163 1.773.163v1.835s-.228.006-.793.007h-.264c-.764 0-1.132.486-1.132 1.247l-.001 1.37h1.962l-.327 2.272H12.81l.001 5.305h-2.39l-.001-5.306-1.88.001v-2.272h1.88V9.005c0-2.69 1.534-3.12 2.722-3.14h.085z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.wa {
  order: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%233ECC70' d='M12.055 0c3.198 0 6.2 1.24 8.456 3.487 2.257 2.249 3.499 5.237 3.498 8.413-.002 6.559-5.366 11.893-11.958 11.893-2.001 0-3.968-.5-5.713-1.447 0 .002-.003.002-.007.001L0 24l1.675-6.086-.017-.145C.637 15.983.1 13.962.101 11.892.102 5.334 5.466 0 12.055 0z' transform='translate(-575.000000, -562.000000) translate(439.000000, 562.000000) translate(136.707944, 0.000000)'/%3E %3Cpath fill='%23FFF' d='M5.762 9.494c0 1.423 1.058 2.797 1.206 2.99.148.194 2.083 3.113 5.046 4.367.704.298 1.255.475 1.683.608.708.22 1.351.189 1.86.116.569-.085 1.749-.7 1.995-1.376.246-.676.246-1.254.173-1.374-.075-.12-.272-.193-.567-.338-.295-.145-1.748-.845-2.02-.94-.269-.097-.467-.145-.663.144-.198.289-.763.94-.935 1.134-.172.192-.345.217-.64.073-.295-.145-1.248-.452-2.376-1.436-.877-.767-1.47-1.714-1.642-2.003-.172-.29-.019-.445.13-.59.132-.13.295-.337.442-.507.148-.168.197-.29.295-.482.098-.193.05-.362-.024-.507-.074-.144-.664-1.567-.911-2.147-.212-.496-.426-.495-.598-.495H8.15c-.172-.01-.369-.011-.565-.011-.197 0-.518.072-.788.362s-1.034.989-1.034 2.412z' transform='translate(-575.000000, -562.000000) translate(439.000000, 562.000000) translate(136.707944, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.tw {
  order: 3;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='12.5' cy='12.5' r='12.5' fill='black'/%3E %3Cg clip-path='url(%23clip0_81_3343)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_81_3343'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.mailto {
  order: 5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M12.004 0c6.63 0 12.005 5.373 12.005 12s-5.375 12-12.005 12C5.374 24 0 18.627 0 12S5.375 0 12.004 0z' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M5.402 7.8H18.607V16.2H5.402z' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M5.207 7.76L11.837 12.56 18.412 7.76' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.more {
  order: 6;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='5px' height='21px' viewBox='0 0 5 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EDABEEDA5-CB43-4221-B94B-4826C6515A3D%3C/title%3E %3Cg id='DT' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='article-final_No-comments-yet' transform='translate(-439.000000, -564.000000)'%3E %3Cg id='share-btn_-no-comments-yet' transform='translate(439.000000, 562.000000)'%3E %3Cg id='Group-16' transform='translate(0.000000, 2.400000)'%3E %3Cellipse id='Oval' fill='%23000000' cx='2.34085274' cy='2.34' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cellipse id='Oval-Copy-4' fill='%23000000' cx='2.34085274' cy='17.94' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cellipse id='Oval-Copy-3' fill='%23000000' cx='2.34085274' cy='10.14' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cg id='Group-14' transform='translate(0.000000, 3.600000)'%3E%3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  margin-left: 0;
  width: 5px;
  height: 24px;
  background-size: contain;
  background-position: center;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .menuMore {
  left: -200px !important;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .copyPopup {
  top: 0px;
  left: -110px;
}
.articleWrappedImage {
  width: 300px;
  min-height: 160px;
  float: none;
  margin-bottom: 0px;
}
.articleWrappedImage > div {
  width: 100% ! important;
}
.DesktopModeContainer .articleWrappedImage {
  float: left;
}
.ynetnews .DesktopModeContainer .articleWrappedImage {
  float: right;
}
.ArticleWrappedImageComponenta {
  display: inline-flex;
  flex-direction: column;
  width: 120px;
  height: auto;
  min-height: 160px;
  float: left;
  margin-right: 60px;
  font-size: 14px;
  margin-bottom: 0;
}
.font-moses .ArticleWrappedImageComponenta {
  font-size: 14px;
}
.ynetnews .ArticleWrappedImageComponenta {
  float: right;
  margin-left: 60px;
  margin-right: unset;
}
.ArticleWrappedImageComponenta .withWidth {
  display: none ! important;
}
.ArticleWrappedImageComponenta .caption {
  font-weight: bold;
  margin-top: 3px;
  width: 120px;
}
.font-moses .ArticleWrappedImageComponenta .caption {
  font-weight: 670;
}
.ArticleWrappedImageComponenta .credit {
  margin-top: 6px;
  width: 120px;
}
.ArticleWrappedImageComponenta .credit:before {
  content: "(";
}
.ArticleWrappedImageComponenta .credit:after {
  content: ")";
}
.EditorComponenta .ArticleWrappedImageComponenta {
  float: right ! important;
}
.englishSite .EditorComponenta .ArticleWrappedImageComponenta {
  float: left ! important;
}
.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;
}
.calcalist .ArticleBodyComponent .ArticleImageComponenta .ImageDetails {
  margin-bottom: 25px;
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails > * {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.calcalist .ArticleBodyComponent .ArticleImageComponenta .ImageDetails > * {
  font-family: "Open Sans Hebrew";
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption {
  font-weight: bold;
  margin-left: 5px;
}
.ArticleBodyComponent .ArticleImageComponenta .galleryCounterExpand {
  display: none;
}
.ArticleBodyComponent .ArticleImageComponenta .expand,
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand {
  position: absolute;
}
.ArticleBodyComponent .ArticleImageComponenta .expand:hover,
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand:hover {
  cursor: pointer;
}
.ArticleBodyComponent .ArticleImageComponenta .expand::after,
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' fill='%23fff' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M13.9,18.1c-0.6-0.6-1.6-0.6-2.3,0L1.6,28.1v-5.7H0V32h9.6v-1.6H3.9l10.1-10.1C14.6,19.7,14.6,18.7,13.9,18.1z'/%3E %3Cpath d='M18.1,13.9c0.6,0.6,1.6,0.6,2.3,0L30.4,3.9v5.7H32V0h-9.6v1.6h5.7L18.1,11.7C17.4,12.3,17.4,13.3,18.1,13.9z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand {
  left: 0px;
  width: 55px;
  height: 55px;
  top: 0;
}
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand:hover {
  background-color: transparent;
}
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand:after {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='56px' height='51px' viewBox='0 0 56 51' enable-background='new 0 0 56 51' xml:space='preserve'%3E %3Cimage id='image0' width='56' height='51' x='0' y='0' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAzCAYAAADCQcvdAAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAP pUlEQVRo3r1ab4xcV3X/nXPv+zOzfrPrkLFj2CTOhpjKcWwna1BwC2wU2khQkVK6i/qh/dBUSqu0 qoQqVZUqVarUD/3QVqUBQoF+6wdsVNKopX9EsEloSErsxNhYCKsLOE4hniT2zuzuzHv33nP6Ye4b TzZre+1scqSnebM7793zu+f+O7/fIVyjqeqGf/vRj34UaZoihDC6ABAAGGNGV1VVyPMcIqL9fh9F UeCJJ5647HuJaF2/1vs74RrsSuA+9rGPgZnBzAghEDNDRMh7D2MMvPeUJMno9845WGsRQoC1VuPv YYxREYGIIISgvV4P09PTOHTo0FVBrtsZbwXcAw88ABEhVcXExAScc6SqZK2lEAKpKsWeJWYmVR31 NBFBRDR+VyKCMUa990pEmiSJrqysgIiUmVFVlXY6HZw6deqaQG4IYO3U3NwcGo0GrLXw3pOIUJZl GAwGbIyhYZvEAJiISESMqlL8DmYevUtE6k5TIhJmHqIFQvzUEILkea5lWSoza2xX+/0+jhw5siGQ diMAFxYWMDs7CwAUQkCWZVSWJRlj2DnHwwAxi4hhZqOqJoKyAIiZTewoHn4oMbMCEBFRIgoAAhEJ EYUQQmDmICLinAvMrCEEybJMy7IEABw4cEBnZmYuO/c2DPA7zx0HAPzZn3yGnHOUZRlXVTVExGy8 94aIEhGxAKyIWCKyqmojSDP2SaqqcUhqvBcAXlUDEQUR8QCciPj43VlrRVVDVVVCROKc06Io8Ed/ /Ke6sLBwRZBXjO/8/DwtLi4iTVNiZsrznJmZrbWWiIyqJiKSMLM1xiQikgFIACQRkAXAqmpo6EHd nsZIjqIXQXoAFQDHzD6E4ESkYmZPRE5Vg/c+iIgMBgMREVRVpTMzM3ro0KF1QV4pgrS4uIiiKMg5 x3mecxx6hogSIkpFJGXm1BiTqmoGIFHVlIhsc2IiPfhLH7nptpnb371lS7EtSdM2M+VE3FCVvqr2 q7J6dXm5d/4nP158+Zmnv/2z5eVepaqOiCpVrYwxVXxnxcw2gveqGvI8D4PBQIqi0MXFRYoj4k0g LxvBubk5AlCDMzEKibU2JaLEGJOJSMbMmapmzJyJSHrXvv1bP/SR+++cnJq8k4gbG5njw/kp/e5S 99RTR5/8/skTL1xk5lJESiIqRaRk5iqEUKpq5b13quqJKAwGA0mSRAHIegvPugDn5uao0WhwCIGI iOP8Spg5BZARUcbMOYAMQE5E+Xumby5+7Tc+/f5Wa3Lv1Yb+1bD2et0Tj3/tq/9z7qWzXVUtAQwA DESkVNUBgFJEHADPzEFVgzFG+/2+HjlyRMdBvsmR+fl5On36NM3MzLAxxlRVZVTVElEW51iDiHIi ypk5V9X84w/++s679u77FSLO3wKwtREdnP7Bqf944p8P/4SIBiLDYR0BDpi5jMPZpWkaQgiyuLgo u3fv1sOHD18+gnFocqPRMCEEy8yWmTMiygBkqtoA0Iwgmw89/Mjd7W3bD24WsLXWOf/KM1/54ueO qeqqqvYB9ImoD2CgqqWIVCLijTG+3+8LAD169OhoPr4B4Pz8PAGgpaUlQ0QmgktFJFfVnIgaRNRg 5iaA5u//4WfunZyamn27wNW2dPHisS/8/d98F8CqiKzGSK4SUT/O1UpEvKqGyclJATBaVXn8RYuL i3Tu3DmOJxQGYL33VkQSIkqZOQOQq2r+0MOP3P1OgAOAyamp2YcefmRWVXMAeT2iRCT13icAbJZl LCJ87tw5iqsqVBVmPHpbt24lVWURMfXCUs81Y0yuqg0ianz8E5/cOXP7Hb/8ToCrbWJiy82Tk1M/ P/OjHy6rqhhjBIAgHu289yIikue57tixQ++8807Mz89f2gc7nQ4AUKPRoDzP2TlnmNmKiDXGJHEr SHe8e7q4a9/+BzbD6RACTe9o3z6z89ZfWPu/J5/67jfyPJfxv921b/8DJ144/k8vnzvrVdUbY1wI ITHGeBExeZ4H55x0Oh0CMDyox2ep1+tRURTEzOScYwCjKIpIEk8t6SfnPz27WaulquJ7x0+ce+bZ 5378rSPfPuu9HwG68PrrydrfE3H+4KfmD4hIqqqpiKTRPwvAOOeYmbkoCur1egAwnIPz8/OYmZlB r9cjZmZVZSIyxhgbD8yJqqZ79u6farUm920GuNjDmGhOhJM/+OHZ2Xv2b7PWsnNOAKA/6Jv1nmm1 Jvfu2bt/SlXrI2ES/WRVZWamXq+HmZkZzM/PDwF2Oh10Oh1qNBoUQmBrrQFQn17quWg/PHf/bry1 TfwNZozRZrMZfus3Fz4wOTmZv/76hfLfvvHvr1ytXz48d/9uIqoB2niEtNZaDiFQo9GgTqdDnU6H GHF4lmVJzEzMTCGE+vRv4yZvtxRFOrV1as9mgQMA5xzd+/6755rNRuPChYvl33720ROt1qS72nNT W6f2bCmKdCxrMUTEwyxriKEsS/R6vUvbRFEUNBgMSEQ4rqSjwzUAc+/BD7UB2rSTinOOPnDP3vua jbx54cLF8tEv/MML773jfcvnz7/685+efek1a61c/mnKh/6gHmk2JtcsIjwYDKgoCgLiHBwMBqiq CmmakveeVJVV1cQE1QAwt83cvuNtBbdr1/L0zTcPsubExaf++9kTrVbLX+kd0Z8aIEd6hLz3SNMU VVVhMBgMt4myLMk5R2makjGGIs1AzMwY5nO8ZUux7e0Et2PHu0trrW694QbXmpz01tor0ndF0doW F0Ouh2fN/YQQ4JxDWZaw8/PzWF5eRrfbRQgBqkpJktQgueZY0ix712YA7HaX7HrgYsqDJEm0vr+S JWl6YwRHw7x5aM45EhECgDvuuOPSRt9qtdDv9ynLMkTOZBTJYTSpuRkAgw/0V3/9d8+oCN67a9fq OLhrMWO4gSEFQrW/IkJJkmB1dRWtVgvAZTL6mt6r74c03+Zs7q3JSb9r1/uWjTXaak366wE3tOGC N+7nehn9ugBr3nL8AVUZXA9I5xzdO7vvvjzPmvXxK8/z6q13lQ5qX8e51bU22ia63S6MMeqcAxFp pPOUiBSAiujq9YD7wD1778vzrNntLQ+6S0sboik3YiFIH0NOVWuelYjUOafGGHS73SHAw4cP48yZ MwCGeoG1ViPjrABEVUVVpSrL164HXL2gfP6xLx031lzncFzn/VX1avSt9lNFRK21MGbYzpkzZ4YR zLJMkyRRY4yGEGpwKkOkQkSyvNw7f7nGvPe0e9ft708T21TVdbeCW2+7bbXVmvQbc//q1ut1zxOR qGoQEalBhhDUGIMkSZBl2RBgnuf15qjWWq0Z5kjKBgDhx4v/+7PLNba83DNbp1rbW1sm3lOWJV9u n7v+BeXNFv2pGfGaFRdrrVZVpWmaap7nl+Zgr9fTPM+VmaXWCsZI2fDsM093VGWwXmPdbtfGXk0+ eGDf2w4O0MGzzzzdGQfIzCEKNZrnOcbTJS2KQrMsUxFREVFjjKhqAOCJyKuqX+71qqWLS6fWa857 zwCwf++enc1ms/H2ggMuvH7hB8u9Xllzoxhm9WKMCTI0zbIMRVEME952u412u639fl+NMRITz0BE IdLpTlX9U0efPI0h7b6uWWvZey8vnDjxyoOf+NV3bd+2vdpscAD0O09969SYX46IPIDgvZeaH223 29put4eczOnTp6nRaNCNN95YH3NGZ1AMUxFDROb8Kz+XfffM5lmW3/SGHr1wIdm3Z/dtAMDMdNvO nZPbt7Xf5UMI3d7KheGRdnOs21068a+P//OPxqlDVa0AVBGo5HkuZ8+exTe/+c1LG31RFOj1etpo NDRJkhBlKy8ijpnrnqq+fvirx377d373feO0fCNvhD//i7987rXXXsvSJJVGsxmmtk5Vt9y6s3/T TZuWhEBVBo9/7avPM/NIwwghuOhnSJJEnHO6srKiRVEocOkko+12GwCwtLSkVVVpHM+BiHwIwRlj ShGx//fyS72TJ178r73773mwbnjrDTe4u/bu747TDGmaymSr5TcqNW/ETp548T9fPvfSsqqWzFyG EJyqOu+9j/KaGmNGWFT1DfQDzc7OUpqmPDExwc1mM3HO1ZJYzsw5M0+oapOIGg/93h/Mbtu2/Rc3 zfur2Kuvdp790uc/+71I+K6IyKqIrALoM3OZJEm1uroaVlZWpKoqff755xXAG4hfnZmZ0enpaWVm LcsyAPDWWheHRCUiAwyp88E/fvFzLyxdvHjsnQC3dPHi8a889rnn63kXRZiSmStrrQcQapl7enpa Z2ZmRgLM2vFDtWy2RptI12gTORE1iSh/6OFHDrwD2sTxSNfX2sQqhgtMf0ybCLU2Ma4wrV3etN1u a6fTUWutNJtNz8xeVZ2qliGEckzlWQGw+uXHHn3u5Pdf/Dqg/c0EpiqD7794/F++/NijzwOo9Yi+ iPSjTliqqmfm0Gw2xVornU5H2+32leWzGEWM6YNGRAyG+mACII36YIqhPpgRUXbzLbe2HvzUwgeL orUPb1Ef7HaXTjz+tUPfe/nc2V7cAsaHZq0P1lJ3rQ9K1AdxNYAALsloUeGlmj6M+nxSa/LMnKpq GlWo5O7ZA1sPfmjunlZrcg/RxlkAVekvXVw69fS3nzx58sSLF5nZRYW3igpvWUcuKrwuKryhVniP Hj36pqT3ij09OztLazV6Y4xJksQSkQ0hjMCq6ugiIlu0WumH5+5/z/TNt9yypSi2J0nSJuIGETWH Wp/0q8q9urLce+XsT39y7umj33olavSBiFx9RVDOGFOqqnPOuRDCuHwtvV5Pjx07dm0aPXDFKguO VRY21sZYY4wRkQRDKs9G4nhE60XyisauUSaOoUokqioAPIbStAsh1AeNusrC+6GMFGKVhV6tyuKK AFUVCwsLWFxcpKIo4JzjLVu2kDGGRISNMey9r6m7UV1MBF9zqrXWwZFeqJmwWEUyAqh1flcf9OO9 t9b6WBwkIQRZXl6uI4crgQOuUghU8x0LCwsaS0pEVSlNU6yurkqscCIRoShhcWTjOIohFAURRmTA 6s/xerV4LwCUmUMIQZhZvPdhWEA1zBDyPA+rq6uaJIluBNxVIzgeSQC477776lo18t4jKsE0GAww Vqs2+oz0f63VjQry4v9G760L7uIQHdElIQSNtWqyplZN11tQrhvgOEgA2LNnD9rtNtI0HTk6Vm2I sWpD1NFaU21I4wV5Y9WGiNWGSJJExqoNtaoqxH0OGwV3TQDXgqzt4MGDKIoCxpi6XpRCCFinXhRJ kozaW1MvCmbWWC+KmHgjhIBYL6qdTmdUYVhPn43YNW/IV6v4rYcxM2MwGIxX/FKs+AVw2Ypf9Pt9 jakb2u32mwphrwZubWT/H26K2uYpzlKkAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDI0LTA3LTMwVDA4 OjQxOjE4KzAwOjAws8SgFQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyNC0wNy0zMFQwODo0MToxOCsw MDowMMKZGKkAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC' /%3E %3C/svg%3E");
  background-size: 95%;
  width: 100%;
  height: 100%;
}
.ArticleBodyComponent .ArticleImageComponenta .expand {
  right: 8px;
  top: 8px;
  background-color: rgba(206, 207, 215, 0.7);
  border-radius: 50%;
  box-shadow: 0px 0px 15px 3px #8F8A89;
  width: 37px;
  height: 37px;
}
.ArticleBodyComponent .ArticleImageComponenta .expand:hover {
  background-color: rgba(143, 138, 137, 0.7);
  cursor: pointer;
}
.ArticleBodyComponent .ArticleImageComponenta .expand:after {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' fill='%23fff' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M13.9,18.1c-0.6-0.6-1.6-0.6-2.3,0L1.6,28.1v-5.7H0V32h9.6v-1.6H3.9l10.1-10.1C14.6,19.7,14.6,18.7,13.9,18.1z'/%3E %3Cpath d='M18.1,13.9c0.6,0.6,1.6,0.6,2.3,0L30.4,3.9v5.7H32V0h-9.6v1.6h5.7L18.1,11.7C17.4,12.3,17.4,13.3,18.1,13.9z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 23px auto;
  width: 37px;
  height: 37px;
}
.ArticleBodyComponent .ArticleImageComponenta .mobileView {
  display: none;
}
.ArticleBodyComponent .ArticleImageComponenta.full_wide {
  width: 100%;
}
.ArticleImageComponenta {
  position: relative;
  width: 100%;
}
.ArticleImageComponenta.half_wide {
  width: 50%;
  margin: 10px 10px 10px 0;
  float: left;
}
.EditorComponenta.side {
  float: left;
  width: 50%;
  margin: 10px 10px 10px 0;
}
.EditorComponenta.side.opposite {
  float: right;
  margin: 10px 0 10px 10px;
}
.isLtr .ArticleImageComponenta {
  position: relative;
  width: 100%;
}
.isLtr .ArticleImageComponenta.half_wide {
  width: 50%;
  margin: 0 0 10px 10px;
  float: right;
}
.isLtr .EditorComponenta.side {
  float: right;
  width: 50%;
  margin: 10px 0 10px 10px;
}
.isLtr .EditorComponenta.side.opposite {
  float: left;
  margin: 10px 10px 10px 0px;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView {
  height: 86px ! important;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView .textDiv {
  width: 100% !important;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView.withoutSub {
  height: 48px !important;
  margin-bottom: 6px ! important;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView.withoutSub .slotTitle {
  text-overflow: unset !important;
  white-space: normal;
}
.grid1280 .ArticleHeadlinesAuto .TabComponenta {
  margin-bottom: 14px;
}
.grid1280 .ArticleHeadlinesAuto .slotView {
  display: inline-flex;
  height: 102px;
  margin-bottom: 14px ! important;
}
.grid1280 .ArticleHeadlinesAuto .slotView a {
  text-decoration: none;
}
.grid1280 .ArticleHeadlinesAuto .slotView .imageView {
  width: 180px;
  height: 102px;
  margin-left: 14px;
  overflow: hidden;
  padding: 0px;
  border: none;
  font-size: 10px;
  position: relative;
}
.grid1280 .ArticleHeadlinesAuto .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.grid1280 .ArticleHeadlinesAuto .slotView .textDiv {
  display: flex;
  flex-direction: column;
  width: calc(100% - 200x);
  overflow: hidden;
}
.grid1280 .ArticleHeadlinesAuto .slotView .slotTitle {
  max-height: 16px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}
.grid1280 .ArticleHeadlinesAuto .slotView .commaView {
  margin-left: 5px;
}
.grid1280 .ArticleHeadlinesAuto .slotView .slotSubTitle {
  line-height: 18px;
  height: 38px;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 6px;
}
.grid1280 .ArticleHeadlinesAuto .slotView .moreDetails {
  color: #9d9d9d;
  line-height: 18px;
}
.ArticleHeadlinesAuto.withoutImage .slotView {
  height: 76px ! important;
  border-bottom: solid 1px #808080;
  margin-top: 7px;
  padding-bottom: 9px;
  box-sizing: border-box;
}
.ArticleHeadlinesAuto.englishSite {
  direction: ltr;
}
.ArticleHeadlinesAuto.englishSite.vestyComponenta .textDiv .slotSubTitle {
  display: none;
}
.ArticleHeadlinesAuto.englishSite.vestyComponenta .textDiv .slotTitle {
  max-height: unset ! important;
  height: 48px ! important;
  white-space: unset! important;
}
.ArticleHeadlinesAuto.englishSite .slotView .imageView {
  margin-left: 0px;
  margin-right: 10px;
  width: 110px;
  height: 62px;
}
.ArticleHeadlinesAuto.englishSite .slotView .moreDetails {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline;
}
.ArticleHeadlinesAuto.englishSite .slotMore {
  text-align: right;
}
.ArticleHeadlinesAuto .slotList {
  margin-right: 0 !important;
}
.ArticleHeadlinesAuto .slotView {
  display: inline-flex;
  height: 66px;
}
.ArticleHeadlinesAuto .slotView a {
  text-decoration: none;
}
.ArticleHeadlinesAuto .slotView .imageView {
  width: 112px;
  height: 64px;
  margin-left: 10px;
  overflow: hidden;
  padding: 1px;
  border: 1px solid #C6C6C6;
  font-size: 10px;
  position: relative;
}
.ArticleHeadlinesAuto .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.ArticleHeadlinesAuto .slotView .textDiv {
  display: flex;
  flex-direction: column;
  width: calc(100% - 126px);
  overflow: hidden;
}
.ArticleHeadlinesAuto .slotView .slotTitle {
  max-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ArticleHeadlinesAuto .slotView .commaView {
  margin-left: 5px;
}
.ArticleHeadlinesAuto .slotView .slotSubTitle {
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  font-size: 12px;
}
.ArticleHeadlinesAuto .slotMore {
  display: block;
  text-align: left;
  font-size: 12px;
  height: 17px;
  overflow-y: hidden;
}
.ArticleHeadlinesAuto .slotMore a {
  font-size: 12px;
  text-decoration: none;
}
.ArticleHeadlinesAuto .slotMore a:hover {
  color: #F50000;
}
@media only screen and (max-width: 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.inEditMode .show-small-vp {
  display: none;
}
.ArticleHeadlinesComponenta.Commercial .slotsContent .slotView.inEditMode .MarketingSign {
  position: absolute;
  bottom: 2px;
  right: 0;
  display: flex;
  height: 25px;
  overflow: hidden;
  z-index: 3;
}
.ArticleHeadlinesComponenta.Commercial .slotsContent .slotView .MarketingSign {
  height: 25px;
  width: 25px;
}
.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;
}
.ArticleHeadlinesComponenta .slotView {
  position: relative;
}
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  height: 50px;
  width: 50px;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  overflow: hidden;
  z-index: 3;
}
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign .marketingImage {
  height: 25px !important;
  width: 25px !important;
}
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign .marketingText {
  display: none !important;
  padding: 7px 6px 6px 20px !important;
  background-color: #0006;
  font-size: 10px;
  font-weight: lighter;
  color: white;
  align-items: center;
  flex-grow: 1;
}
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign:hover,
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign:active {
  width: 100%;
}
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign:hover .marketingText,
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign:active .marketingText {
  display: flex !important;
}
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign:hover .marketingText span,
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign:active .marketingText span {
  white-space: nowrap;
}
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign.smallItem {
  height: 29px;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  overflow: hidden;
  z-index: 3;
}
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign.smallItem .marketingImage {
  align-self: flex-end;
}
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign.smallItem:hover,
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign.smallItem:active {
  height: 84px;
  width: 142px;
}
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign.smallItem:hover .marketingImage,
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign.smallItem:active .marketingImage {
  align-self: flex-end;
}
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign.smallItem:hover .marketingText,
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign.smallItem:active .marketingText {
  position: absolute;
  right: 0;
  bottom: -5px;
  height: 84px;
  font-size: 10px;
}
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign.smallItem:hover .marketingText span,
.ArticleHeadlinesComponenta .slotView .mediaArea .MarketingSign.smallItem:active .marketingText span {
  white-space: unset;
}
.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 .dot-plus {
    font-size: 5.46875vw !important;
    font-family: "Times New Roman";
    color: var(--plusColor) !important;
  }
  .article-image-price-tag-points-component .point-dot:hover {
    z-index: 15;
    border-radius: unset !important;
    width: unset !important;
    font-size: unset !important;
    line-height: unset !important;
    display: unset !important;
    align-items: unset !important;
    justify-content: unset !important;
    transition: unset !important;
    animation: unset !important;
    cursor: unset !important;
    opacity: 0;
  }
  .article-image-price-tag-points-component img[style] {
    height: auto !important;
    width: 100% !important;
  }
  .article-image-price-tag-points-component .point-box {
    animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    position: absolute;
    z-index: 20;
    background-color: #f5f5f4;
    width: 41.5625vw !important;
    height: auto;
    color: #000000;
    font-family: OpenSansHebrew;
    border-radius: 3.125vw;
    padding-bottom: 3.75vw;
    display: flex;
    flex-direction: column;
    transform: translate(-50%, -50%);
  }
  .font-moses .article-image-price-tag-points-component .point-box {
    font-family: "Moses", OpenSansHebrew;
  }
  .magazine2025 .article-image-price-tag-points-component .point-box {
    font-family: 'EzerShemesh';
  }
  .article-image-price-tag-points-component .point-box .close-btn {
    float: left;
    font-size: 2.1875vw;
    font-weight: 600;
    padding-left: 2.65625vw !important;
    padding-top: 2.65625vw !important;
    cursor: pointer;
    justify-content: flex-end;
    display: flex;
  }
  .article-image-price-tag-points-component .point-box .price-row {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    font-size: 5vw !important;
    line-height: 5vw !important;
    padding: 0px 4.6875vw !important;
  }
  .article-image-price-tag-points-component .point-box .desc-row {
    margin-top: 0.78125vw !important;
    font-size: 3.4375vw !important;
    font-weight: bold;
    line-height: 1 !important;
    color: #000000;
    padding: 0px 4.6875vw !important;
    overflow: hidden;
  }
  .article-image-price-tag-points-component .point-box .additional-row {
    font-size: 3.125vw ! important;
    padding: 0px 4.6875vw !important;
    margin: 1.5625vw 0;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -0.58px;
    text-align: right;
    color: #0d0c0c;
  }
  .article-image-price-tag-points-component .point-box .buy-row {
    padding: 1.5625vw 4.6875vw 0 !important;
    display: inline-flex;
  }
  .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
    opacity: 0.95;
    border-radius: 2.5vw;
    background-color: #000000;
    cursor: pointer;
    display: flex;
    color: white;
    justify-content: center;
    align-content: center;
    font-size: 2.8125vw !important;
    font-weight: 800;
    line-height: 2.8125vw !important;
    padding: 1.5625vw 2.1875vw !important;
    text-decoration: none;
  }
  .article-image-price-tag-points-component .ImageDetails {
    margin-bottom: 1.5625vw;
  }
  .article-image-price-tag-points-component .ImageDetails > * {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.875vw;
    line-height: 2.1875vw;
    color: #000;
  }
  .font-moses .article-image-price-tag-points-component .ImageDetails > * {
    font-family: "Moses", Arial, Helvetica, sans-serif;
    font-size: 2.5vw;
    font-weight: 340;
  }
  .magazine2025 .article-image-price-tag-points-component .ImageDetails > * {
    font-family: 'Assistant';
    font-size: 2.5vw;
    font-weight: 300;
  }
  .article-image-price-tag-points-component .ImageDetails .ImageCaption {
    font-weight: bold;
    margin-left: 0.78125vw;
  }
}
@media (prefers-color-scheme: dark) {
  .article-image-price-tag-points-component .point-box {
    background: #000 !important;
  }
  .article-image-price-tag-points-component .point-dot .dot-plus {
    color: var(--plusColor) !important;
  }
}
.article-image-price-tag-points-component {
  position: relative;
}
.article-image-price-tag-points-component .pont-dot-parent {
  height: 40px;
  width: 40px;
  left: calc(var(--pointX) - 40px/2);
  top: calc(var(--pointY) - 40px/2);
  position: absolute;
}
.article-image-price-tag-points-component .point-dot {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: inline-flex;
  z-index: 10;
  font-size: 0;
  text-overflow: hidden;
  overflow: hidden;
  background-color: var(--pointColor);
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  justify-content: center;
  align-items: center;
  align-content: center;
}
.article-image-price-tag-points-component .point-dot .dot-plus {
  font-size: 35px;
  font-family: "Times New Roman";
  color: var(--plusColor);
}
.article-image-price-tag-points-component .point-dot .dot-text {
  display: none;
}
.article-image-price-tag-points-component .point-dot:hover {
  z-index: 15;
  border-radius: 20px;
  width: 140px;
  font-size: 16px;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.4s ease-in-out;
  animation: tracking-in-expand 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  cursor: pointer;
}
.article-image-price-tag-points-component .point-dot:hover .dot-plus {
  display: none;
}
.article-image-price-tag-points-component .point-dot:hover .dot-text {
  display: flex;
  color: var(--pointColor);
  filter: invert(100%);
}
.article-image-price-tag-points-component .point-box {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  position: absolute;
  z-index: 20;
  background-color: #f5f5f4;
  width: 215px;
  height: auto;
  padding-bottom: 24px;
  color: #000000;
  font-family: OpenSansHebrew;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
}
.magazine2025 .article-image-price-tag-points-component .point-box {
  font-family: 'EzerShemesh';
}
.article-image-price-tag-points-component .point-box .close-btn {
  float: left;
  font-size: 14px;
  font-weight: 600;
  padding-left: 17px;
  padding-top: 17px;
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
}
.article-image-price-tag-points-component .point-box .price-row {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 20x;
  padding: 0px 30px;
}
.font-moses .article-image-price-tag-points-component .point-box .price-row {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .point-box .price-row {
  font-weight: 400;
}
.article-image-price-tag-points-component .point-box .price-row span {
  direction: ltr;
  display: inline-block;
}
.article-image-price-tag-points-component .point-box .desc-row {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  padding: 0px 30px;
}
.font-moses .article-image-price-tag-points-component .point-box .desc-row {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .point-box .desc-row {
  font-weight: 400;
}
.article-image-price-tag-points-component .point-box .additional-row {
  font-size: 18px;
  padding: 0 30px;
  margin: 10px 0;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.58px;
  text-align: right;
  color: #0d0c0c;
}
.font-moses .article-image-price-tag-points-component .point-box .additional-row {
  font-weight: 340;
  line-height: 1.11;
  letter-spacing: normal;
}
.magazine2025 .article-image-price-tag-points-component .point-box .additional-row {
  font-weight: 300;
}
.article-image-price-tag-points-component .point-box .buy-row {
  padding: 10px 30px 0;
  display: inline-flex;
}
.article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  opacity: 0.95;
  border-radius: 16px;
  background-color: #000000;
  cursor: pointer;
  display: flex;
  color: white;
  justify-content: center;
  align-content: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 16px;
  padding: 10px 14px;
  text-decoration: none;
}
.font-moses .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  font-weight: 400;
}
.article-image-price-tag-points-component .ImageDetails {
  margin-bottom: 10px;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails {
  padding-inline-start: 30px;
}
.article-image-price-tag-points-component .ImageDetails > * {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails > * {
  font-family: 'EzerShemesh';
  font-size: 16px;
  line-height: 18px;
}
.article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: bold;
  margin-left: 5px;
}
.font-moses .article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: 400;
}
@keyframes tracking-in-expand {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.newsLetter-componenta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-top: solid 1px #de1a1a;
  border-bottom: solid 1px #de1a1a;
  position: relative;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0px;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .title-and-icon {
  display: flex;
  justify-content: space-between;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .title-and-icon .newsletter-title {
  margin: 3px 0 0px 98px;
  font-size: 17.5px;
  font-weight: bold;
  width: 85%;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .title-and-icon .newsletter-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='86' height='103' viewBox='0 0 86 103'%3E %3Cdefs%3E %3CclipPath id='fumvyqj6ka'%3E %3Cpath data-name='Rectangle 7' transform='translate(36.165 10)' style='fill:%23fff;stroke:%23707070' d='M0 0h86v103H0z'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg data-name='Mask Group 2' transform='translate(-36.165 -10)' style='clip-path:url(%23fumvyqj6ka)'%3E %3Cg data-name='Group 1'%3E %3Cpath d='M146.684 124.726 134 105.375s19.213 6.887 17.033 19.35z' transform='translate(1.063 8.798)' style='fill:%23e5e5e5'/%3E %3Cpath data-name='Path' d='M120.118 124.946h-80l.036-8.358a39.272 39.272 0 0 1 38.679-38.937q.348-.006.7-.006a41 41 0 0 1 14.146 2.5 39.826 39.826 0 0 1 26.055 35.684z' transform='translate(.318 8.578)' style='fill:%23de1a1a'/%3E %3Cpath data-name='Path' d='M159.147 124.087H0v.55h159.147z' transform='translate(0 8.946)' style='fill:%232f2e41'/%3E %3Cg transform='translate(40.432 10.112)'%3E %3Cpath data-name='Path' d='m56.5 96.78-1.83 4.851-19.25-4.881 2.7-7.16z' transform='translate(.281 .71)' style='fill:%23ffb7b7'/%3E %3Cpath data-name='Path' d='m61.532 97.495-5.97 15.272-.2-.074a6.335 6.335 0 0 1-3.724-8.228l3.646-9.328z' transform='translate(.406 .754)' style='fill:%232f2e41'/%3E %3Cpath data-name='Path' d='m27.1 36.689-8.74.8-.434 25.385a4.861 4.861 0 0 0 5.212 4.335l5.542-.373z' transform='translate(.142 .291)' style='fill:%23e5e5e5'/%3E %3Cpath data-name='Path' d='M56.536 35.485 51.1 35.41l-.322 30.1a8.437 8.437 0 0 0 6.489-2.758 9.752 9.752 0 0 0 2.537-6.973z' transform='translate(.403 .281)' style='fill:%23e5e5e5'/%3E %3Cpath data-name='Path' d='M23.229 75.487a19.176 19.176 0 0 1-.6 2.623c-.293.841-.745 1.618-1.013 2.467-.854 2.707.33 5.725 2.22 7.815a12.446 12.446 0 0 0 6.091 3.692 24.365 24.365 0 0 0 5.235.562c4.865.168 9.856.319 14.466-1.277a24.89 24.89 0 0 0 4.2-1.949 3.157 3.157 0 0 0 1.091-.876 3.116 3.116 0 0 0 .394-1.8c-.01-2.105-.429-4.2-.329-6.3a25.5 25.5 0 0 0 .163-3.49 6.394 6.394 0 0 0-4.82-5.546 12.829 12.829 0 0 0-4 0 99.821 99.821 0 0 1-10.4.475c-3.547-.023-7.073-.576-10.6-.634-1.044-.017-1.023.311-1.355 1.343a25.541 25.541 0 0 0-.743 2.895z' transform='translate(.169 .565)' style='fill:%232f2e41'/%3E %3Cpath data-name='Path' d='M9.842 74.123a10.532 10.532 0 0 0-2.931-.312A7.318 7.318 0 0 0 .12 82.44a12.3 12.3 0 0 0 1.161 3.175 10.609 10.609 0 0 0 3.149 4.164A12.261 12.261 0 0 0 7.209 91.1l7.579 2.857c1.115.42 2.23.841 3.356 1.23a65.612 65.612 0 0 0 17.529 3.487 18.97 18.97 0 0 0 5.442-.276 1.771 1.771 0 0 0 1.115-.6 1.911 1.911 0 0 0 .249-.823l.466-3.267a2.737 2.737 0 0 0-.04-1.377 2.637 2.637 0 0 0-1.26-1.188c-4.983-2.863-10.8-4.443-14.994-8.373-.987-.925-1.814-2.392-3.013-3.02-1.36-.713-2.962-1.119-4.368-1.776-3.07-1.435-6.096-3.084-9.428-3.851z' transform='translate(0 .585)' style='fill:%232f2e41'/%3E %3Cpath data-name='Path' d='M17.056 78.79c2.684.8 14.014 6.368 15.956 8.311-.26.09-9.092-4.638-9.357-4.714a55.052 55.052 0 0 1-7.119-2.4c-.46-.2-2.99-1.159-2.875-1.714.128-.623 2.918.374 3.395.517z' transform='translate(.108 .619)' style='opacity:.1'/%3E %3Cpath data-name='Path' d='m32.842 27.643-7.173 5.446s-7.569.237-7.313 5.075 3.285 27.745 3.285 27.745l.657 7.882 12.467 3.552a40.792 40.792 0 0 0 20.665.443l-1.482-7.907s6-35.912 2.385-37.493-5.873-1.129-5.873-1.129L45.931 27.3z' transform='translate(.146 .217)' style='fill:%23e5e5e5'/%3E %3Cpath data-name='Path' d='M54.427 19.709c0 7.109-6.548 6.033-14.624 6.033s-14.624 1.075-14.624-6.033S28.376 0 39.8 0c11.822 0 14.627 12.6 14.627 19.709z' transform='translate(.2)' style='fill:%232f2e41'/%3E %3Ccircle cx='9.84' cy='9.84' r='9.84' transform='rotate(-45 31.385 -24.64)' style='fill:%23ffb7b7'/%3E %3Cpath data-name='Path' d='M28.165 15.016h3.885l1.714-4.962.343 4.962h1.857l1-2.894.2 2.894h13.8a10.579 10.579 0 0 0-10.4-10.75h-2a10.579 10.579 0 0 0-10.4 10.75z' transform='translate(.223 .034)' style='fill:%232f2e41'/%3E %3Cpath d='M30.988 29.863h16.6a3.528 3.528 0 0 1 3.528 3.528v21.755a3.528 3.528 0 0 1-3.528 3.528h-16.6a3.528 3.528 0 0 1-3.528-3.528V33.391a3.528 3.528 0 0 1 3.528-3.528z' transform='translate(.218 .237)' style='fill:%23de1a1a'/%3E %3Cpath data-name='Path' d='m31.152 96.353 1.831 4.851 19.246-4.881-2.7-7.16z' transform='translate(.247 .707)' style='fill:%23ffb7b7'/%3E %3Cpath data-name='Path' d='m32.276 94.71 3.646 9.328a6.335 6.335 0 0 1-3.724 8.228l-.2.074-5.97-15.272z' transform='translate(.206 .751)' style='fill:%232f2e41'/%3E %3Cpath data-name='Path' d='M69.829 71.658a13.51 13.51 0 0 1 4.8-.331 5.994 5.994 0 0 1 3.542 1.4 6.112 6.112 0 0 1 1.537 4.361 13.7 13.7 0 0 1-2.936 8.7 7.858 7.858 0 0 1-1.679 1.63 11.006 11.006 0 0 1-2.184 1.062l-16.952 6.746a108.88 108.88 0 0 1-13.586 4.724 1.055 1.055 0 0 1-1.414-.5l-.011-.024a35.524 35.524 0 0 1-3.715-6.856.465.465 0 0 1-.087-.417.46.46 0 0 1 .289-.311l11.99-6.95a12.12 12.12 0 0 0 2.44-1.7 6.11 6.11 0 0 0 1.253-1.76c.249-.524.272-1.759.589-2.146s1.374-.409 1.865-.558a16.833 16.833 0 0 0 2.03-.768c2.682-1.21 5.071-2.969 7.642-4.386a19.514 19.514 0 0 1 4.587-1.916z' transform='translate(.294 .565)' style='fill:%232f2e41'/%3E %3Cpath data-name='Path' d='M62.5 77.246c-1.985 1.541-4.555 2.957-6.522 4.538-.671.54-11.863 7.042-12.021 7.906 1.835.32 13.525-8.133 15.2-8.976a26.972 26.972 0 0 0 4.62-3.214c.374-.3 1.961-1.205.886-1.541-.605-.189-1.719.979-2.163 1.287z' transform='translate(.349 .602)' style='opacity:.1'/%3E %3Cpath data-name='Path' d='m22.617 44.36.273-2.124s10.182.749 8.591 3.27-5.455 2.75-5.455 2.75z' transform='translate(.179 .335)' style='opacity:.17;fill:%232f2e41'/%3E %3Cpath data-name='Path' d='M30.324 34.58a3.928 3.928 0 0 1 2.864 1.79 4.062 4.062 0 0 1 .539 3.09A4 4 0 0 1 31.909 42a3.766 3.766 0 0 1-.521.261l-6.2 19.292a3.122 3.122 0 0 1-5.451.4 3.253 3.253 0 0 1-.211-3.207l6.591-19.078a4.052 4.052 0 0 1 .768-3.686 3.9 3.9 0 0 1 3.439-1.402z' transform='translate(.152 .274)' style='fill:%23ffb7b7'/%3E %3Cpath data-name='Path' d='M22.835 42.236s3.619 6.028 8.852 3.014l-5.071 18.916h-4.273l-4.42-.8 1.238-7.815z' transform='translate(.142 .335)' style='fill:%23e5e5e5'/%3E %3Cpath data-name='Path' d='m48.188 46.875-2.953-4.134s1.419-4.288 6.922-2.72c0 0 3.502 7.993-3.969 6.854z' transform='translate(.359 .315)' style='fill:%23e5e5e5'/%3E %3Cpath data-name='Path' d='m48.188 46.875-2.953-4.134s1.419-4.288 6.922-2.72c0 0 3.502 7.993-3.969 6.854z' transform='translate(.359 .315)' style='opacity:.17;fill:%232f2e41'/%3E %3Cpath data-name='Path' d='M49.135 32.8a4 4 0 0 1 2.1 4.729l6.591 19.077a3.252 3.252 0 0 1-.211 3.207 3.122 3.122 0 0 1-5.451-.4l-6.2-19.291a3.763 3.763 0 0 1-.521-.261 4 4 0 0 1-1.818-2.536 4.061 4.061 0 0 1 .539-3.09 3.928 3.928 0 0 1 2.864-1.79 3.829 3.829 0 0 1 2.107.355z' transform='translate(.345 .257)' style='fill:%23ffb7b7'/%3E %3Cpath data-name='Path' d='M45.235 42.372s4.864 2.988 6.91-2.7L59 57.948l-2.036 3.606-.295.025a7.489 7.489 0 0 1-6.447-2.76 15.235 15.235 0 0 1-3.122-6.731z' transform='translate(.359 .315)' style='fill:%23e5e5e5'/%3E %3C/g%3E %3Cpath d='M82.089 43.495a.3.3 0 0 0-.294-.406h-.98a.42.42 0 0 0-.441.328l-1.209 4.718c-.114.437-.2.828-.261 1.109a4.633 4.633 0 0 0-.147-.953l-1.372-4.859a.451.451 0 0 0-.457-.343h-1.079a.282.282 0 0 0-.294.39l2.091 6.265a.406.406 0 0 0 .441.328h.555a4.959 4.959 0 0 1-.278.937 2.1 2.1 0 0 1-1.11 1.391l-.229.109a.371.371 0 0 0-.2.484l.343.641a.376.376 0 0 0 .49.172l.359-.156a3.234 3.234 0 0 0 1.83-2.249z' transform='translate(1.04 7.304)' style='fill:%23fefefe;fill-rule:evenodd'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  width: 158px;
  height: 125px;
  margin-top: 45px;
  margin-bottom: 9px;
  position: absolute;
  left: -15px;
  bottom: -9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .email-input {
  display: flex;
  flex-direction: column;
  margin: 12px 0px 20px 0;
  width: 85%;
  position: relative;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .email-input .email-input-wrapper {
  display: flex;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .email-input .email-input-wrapper input {
  width: 466px;
  font-size: 17px;
  height: 23px;
  padding: 6px 10px 5px;
  background-color: #e1e1e1;
  border: none;
  color: #de1a1a;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .email-input .email-input-wrapper .send-button {
  height: 34px;
  padding: 6px 64px 5px;
  background-color: #de1a1a;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .email-input .editor {
  pointer-events: none;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .email-input .error-message {
  font-size: 12px;
  color: #de1a1a;
  font-weight: bold;
  position: absolute;
  top: 35px;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .accept-terms {
  font-size: 15px;
  font-weight: 300;
  width: 85%;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .accept-terms a {
  color: #000;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .send-success-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 5px;
  width: 726px;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .send-success-wrapper .newsletter-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70.107' height='70.107' viewBox='0 0 70.107 70.107'%3E %3Cpath d='M0 .5h9.959' transform='translate(39.48 9.103)' style='stroke:%23df3232;stroke-linecap:round;stroke-width:3px;fill:none;stroke-miterlimit:10'/%3E %3Cpath data-name='Path' d='M0 .5h28.771' transform='translate(20.668 17.955)' style='stroke:%23df3232;stroke-linecap:round;stroke-width:3px;fill:none;stroke-miterlimit:10'/%3E %3Cpath data-name='Path' d='M0 .5h28.771' transform='translate(20.668 26.808)' style='stroke:%23df3232;stroke-linecap:round;stroke-width:3px;fill:none;stroke-miterlimit:10'/%3E %3Cpath data-name='Path' d='m0 0 34.3 21.505L68.607 0' transform='translate(.75 28.414)' style='stroke:%23000;stroke-width:1.5px;fill:none;stroke-miterlimit:10'/%3E %3Cpath data-name='Path' d='M11.435 0 0 4.795v40.943h68.607V4.795L57.172 0' transform='translate(.75 23.62)' style='stroke:%23000;stroke-width:1.5px;fill:none;stroke-miterlimit:10'/%3E %3Cpath data-name='Path' d='M0 34.3V0h46.476v34.3' transform='translate(11.816 .75)' style='stroke:%23000;stroke-width:1.5px;fill:none;stroke-miterlimit:10'/%3E %3Cpath data-name='Path 7' d='M0 38.664V0l33.6 20.944L67.2 0v38.664z' transform='translate(1.429 29.991)' style='fill:%23f7f7f7'/%3E %3C/svg%3E");
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .send-success-wrapper .newsletter-success-title-1 {
  font-size: 22px;
  font-weight: bold;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .send-success-wrapper .newsletter-success-title-2 {
  font-size: 17px;
}
.photo_article_template {
  background-color: #1E1E1E;
}
.photo_article_template * {
  color: #fff;
}
.photo_article_template .ArticleBodyComponent {
  background-color: #1E1E1E;
}
.photo_article_template .DesktopModeContainer .headerLogoWrapper,
.photo_article_template .DesktopModeContainer .SiteArticleSocialShareNew1280 {
  position: static;
}
.articlePictureOfTheWeekHeaderComponenta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.articlePictureOfTheWeekHeaderComponenta .headerLogoWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1E1E1E;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 4px 4px 0px rgba(89, 89, 89, 0.25);
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
}
.articlePictureOfTheWeekHeaderComponenta .headerLogoWrapper .headerLogoInner {
  width: 1240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.articlePictureOfTheWeekHeaderComponenta .headerLogoWrapper .headerLogoInner .logo {
  background: url("data:image/svg+xml,%3Csvg width='59' height='25' viewBox='0 0 59 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.3672 8.23809C37.3672 5.95365 35.9153 4.43042 33.6468 4.43042C32.0735 4.43042 30.8032 5.03987 29.5325 6.53235L29.2303 5.16168C29.1395 4.79585 28.9277 4.61334 28.5042 4.61334H27.5967C27.2339 4.61334 26.9011 4.85696 26.9011 5.25274V18.6559C26.9011 19.0213 27.2339 19.326 27.5967 19.326H28.9884C29.3513 19.326 29.6539 19.0213 29.6539 18.6559V10.4011C29.6539 8.3599 31.0753 6.80632 32.8905 6.80632C34.1306 6.80632 34.6145 7.41577 34.6145 8.84755V18.6559C34.6145 19.0213 34.9472 19.326 35.3101 19.326H36.7017C37.0646 19.326 37.3672 19.0213 37.3672 18.6559V8.23809Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.0644 10.5858C42.367 7.41797 43.7582 6.65636 44.8473 6.65636C46.7228 6.65636 47.3577 8.63647 47.4184 10.5858H42.0644ZM44.7565 4.43262C41.3989 4.43262 39.1907 7.32651 39.1907 11.8954C39.1907 16.8912 41.5199 19.4804 45.6337 19.4804C47.4184 19.4804 48.4468 19.2064 49.3847 18.7799C49.7476 18.6277 49.8987 18.323 49.7777 17.9572L49.445 16.9827C49.324 16.6476 49.0821 16.404 48.6284 16.5561C47.7511 16.8305 46.9342 17.0741 45.7848 17.0741C43.1233 17.0741 42.1854 15.4902 42.0644 12.657H49.566C49.9292 12.657 50.2314 12.3527 50.2314 11.9869C50.2314 6.41233 47.8118 4.43262 44.7565 4.43262Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.9861 17.5494C57.9254 17.1835 57.6232 17.001 57.2905 17.0617C57.018 17.1228 56.5944 17.1835 56.3525 17.1835C55.6569 17.1835 55.3241 16.8181 55.3241 15.9958V6.82686H57.0485C57.411 6.82686 57.6835 6.52213 57.6835 6.1567V5.33398C57.6835 4.96896 57.411 4.66423 57.0485 4.66423H55.3241V0.825801C55.3241 0.277859 54.9307 0.247103 54.477 0.368913L53.1159 0.765098C52.7832 0.856557 52.6019 1.16088 52.6019 1.55707V4.66423H50.9684C50.5749 4.66423 50.333 4.96896 50.333 5.33398V6.1567C50.333 6.52213 50.5749 6.82686 50.9684 6.82686H52.6019V16.4527C52.6019 18.4935 53.5997 19.5291 55.7477 19.5291C56.4735 19.5291 57.1996 19.4376 57.6835 19.2855C58.107 19.1637 58.1979 18.8589 58.1372 18.4935L57.9861 17.5494Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12.0569C0 18.7159 5.39754 24.1139 12.056 24.1139V24.1139C18.7149 24.1139 24.1124 18.7159 24.1124 12.0569V12.0569C24.1124 5.39795 18.7149 0 12.056 0V0C5.39754 0 0 5.39795 0 12.0569V12.0569Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1564 5.29721C17.2539 4.90752 17.0346 4.66431 16.7181 4.66431H15.2574C14.9406 4.66431 14.6727 4.83467 14.5999 5.1754L12.798 12.529C12.6277 13.2108 12.5059 13.8199 12.4084 14.2581C12.3841 13.7466 12.3113 13.2594 12.1895 12.7726L10.144 5.19968C10.0469 4.85895 9.80334 4.66431 9.46224 4.66431H7.85543C7.53901 4.66431 7.29542 4.90752 7.41721 5.27292L10.5337 15.0371C10.6555 15.4025 10.8259 15.5486 11.1912 15.5486H12.0191C11.9702 15.7918 11.7266 16.8633 11.6052 17.0094C11.3126 18.032 10.8016 18.7382 9.94941 19.1768L9.60871 19.3468C9.34084 19.4933 9.17049 19.834 9.31616 20.1019L9.82762 21.1002C9.97369 21.3924 10.2905 21.4899 10.558 21.3681L11.0937 21.1245C12.3841 20.5401 13.3338 19.42 13.8205 17.6184L17.1564 5.29721Z' fill='%23FEFEFE'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 70px;
  height: 30px;
}
.articlePictureOfTheWeekHeaderComponenta .headerLogoWrapper .headerLogoInner .logo2 {
  background: url("data:image/svg+xml,%3Csvg width='230' height='31' viewBox='0 0 230 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M179.236 3.08081C181.243 3.82818 184.231 3.22036 185.305 5.32138C184.371 10.5018 184.838 16.011 186.845 20.5371C186.612 23.9917 184.736 26.4199 183.25 29.7319H165.322C166.412 26.2524 166.569 24.7856 167.517 22.5078C167.703 22.0597 167.83 22.0675 168.109 21.8783C168.536 21.5899 168.985 21.4767 169.389 21.5465C171.244 21.424 171.082 21.8101 172.047 21.424C172.374 18.2965 170.664 11.3624 170.664 11.3624L166.257 11.3422C166.257 7.56194 165.651 4.06077 163.317 1.26045C165.697 0.79528 167.565 3.92122 170.273 3.73515C171.534 3.82818 173.448 3.31495 173.634 5.08879C173.12 11.1096 174.288 16.4839 176.109 21.5248C178.408 21.8923 179.74 21.2596 183.071 21.5589C182.277 18.4779 181.776 11.1872 181.686 11.3639C181.686 11.3639 178.395 11.4833 176.762 11.3438C177.555 7.84259 176.528 3.96928 174.988 0.841797C176.715 0.841797 177.835 2.33499 179.237 3.08236L179.236 3.08081Z' fill='%23DF3232'/%3E %3Cpath d='M203.653 3.93529C205.725 4.35395 215.778 4.15547 215.778 4.15547L216.696 11.0012H214.581C215.094 14.0822 215.792 17.833 217.1 20.5387C215.418 23.2941 214.252 26.5131 213.506 29.7336H211.798L211.792 11.1113L199.149 11.0849C198.963 7.49074 198.099 3.68875 196.045 0.795402C197.585 -0.325656 198.345 2.06066 199.898 2.69019C201.328 3.27165 202.142 3.62983 203.656 3.93684L203.653 3.93529Z' fill='%23DF3232'/%3E %3Cpath d='M117.029 4.65373L117.45 5.30651C117.31 10.1613 118.478 14.4967 113.202 17.0179L119.511 26.0484L114.213 30.5001C110.478 25.5057 101.763 16.0426 101.763 16.0426L100.763 21.9782L105.591 22.0867L106.137 29.7356C106.137 29.7356 97.9216 29.7356 97.7478 29.6953L97.281 29.2751C99.1018 22.5069 98.6815 15.9046 97.7478 8.90227L100.409 2.41471H101.11L111.848 15.979C112.781 16.5853 113.574 15.0456 114.089 14.3928C114.463 13.4594 114.509 12.4515 113.436 12.0313L109.607 11.7972C109.467 8.39059 108.487 5.30962 106.013 2.83647L106.246 2.18213C109 5.02896 113.295 4.14204 117.029 4.65528V4.65373Z' fill='%23DF3232'/%3E %3Cpath d='M43.7291 4.24107C45.736 3.35415 45.2568 5.31251 45.1699 6.48164C45.3405 9.43546 47.3056 20.5685 47.5134 22.4819C47.5817 23.1037 44.4115 29.6765 44.4115 29.6765L35.6516 29.6719C35.6516 29.6719 37.9858 25.1117 38.7784 22.6835C38.949 22.6897 42.7876 22.6897 42.7876 22.6897V11.614C36.9079 12.38 39.0575 8.06631 37.8912 5.77923C37.564 4.09842 35.8843 2.65174 35.8843 1.06396C38.8714 1.157 40.3185 5.07837 43.7275 4.23797L43.7291 4.24107Z' fill='%23DF3232'/%3E %3Cpath d='M156.387 3.26875C157.973 5.13563 161.522 3.26875 162.409 5.7419C162.083 11.3891 162.783 16.6176 164.464 21.4243C163.064 24.0386 161.84 25.5488 160.869 29.7338H159.416L159.434 11.5751C159.434 11.5751 157.333 11.5178 155.267 11.5767C155.852 6.35593 153.395 2.74776 152.326 1.02819C154.428 0.514951 154.918 2.7059 156.388 3.26875H156.387Z' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M80.2607 11.4604C80.4933 15.0577 81.2983 18.2426 82.4243 21.4631C81.0237 24.0774 79.8 25.5194 78.8291 29.7044H77.7078C76.1677 20.1839 79.3983 9.53307 73.9839 1.64535C77.2518 0.291709 77.486 4.95891 80.4731 4.30612H93.0065C93.0065 4.30612 93.5943 4.44257 93.8859 4.6736C94.2318 4.94805 94.3745 5.28297 94.4986 5.62875C94.1713 11.2759 94.8708 16.616 96.552 21.4243C95.1515 24.0386 93.9278 25.2077 92.9569 29.6997H91.1748L91.1934 11.4945H80.7058L80.2591 11.462L80.2607 11.4604Z' fill='%23DF3232'/%3E %3Cpath d='M189.81 3.26859C191.397 5.13547 194.945 3.26859 195.833 5.74174C195.833 5.74174 196.371 10.3082 198.196 13.6961C196.634 15.6871 195.063 16.6872 194.092 20.8706H192.872L192.856 11.5734C192.856 11.5734 190.649 11.682 188.689 11.575C189.274 6.35422 186.817 2.74605 185.748 1.02648C187.848 0.513242 188.818 2.70419 189.81 3.26704V3.26859Z' fill='%23DF3232'/%3E %3Cpath d='M221.117 3.26937C222.705 5.13625 226.252 3.26937 227.139 5.74252C227.139 5.74252 227.676 10.3089 229.503 13.6969C227.941 15.6878 226.568 16.6879 225.597 20.8714H224.211L224.229 11.5742C224.229 11.5742 221.884 11.5168 219.995 11.5757C220.58 6.35499 218.123 2.74683 217.055 1.02725C219.156 0.514017 219.719 2.62123 221.117 3.26782V3.26937Z' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.4456 11.5751C52.4456 11.5751 50.7209 11.558 48.8396 11.5766C49.4243 6.35589 46.9675 2.74773 45.8989 1.02815C48.0005 0.514916 48.8892 2.84851 49.9609 3.30128C52.4301 4.72935 55.0962 3.26872 55.9833 5.74187C55.6561 11.389 56.3556 16.6175 58.0368 21.4243C56.6363 24.0385 54.7519 25.5488 53.781 29.7337H52.4611L52.4456 11.5751Z' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.0623 11.6144C31.0623 11.6144 28.6087 11.5989 27.1569 11.6159C27.7417 6.39364 25.2849 2.78548 24.2163 1.06746C26.3163 0.554218 26.9848 2.45676 28.2783 3.30802C29.8649 5.1749 33.4136 3.30802 34.3007 5.78272C33.9735 11.4299 34.628 16.6832 36.3092 21.4915C34.9087 24.1057 33.5516 25.6144 32.5807 29.7994H31.0654L31.0623 11.6159V11.6144Z' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.3513 11.7491H11.002C9.08814 13.2422 9.46657 16.6566 10.3491 18.8894C12.9981 22.6433 10.5367 25.7972 9.64959 29.2053L9.25719 29.6705H0.497314L3.39142 22.2495L7.1153 22.2588C6.39255 19.8027 5.80939 14.4408 7.11685 11.7336C6.65621 11.5041 5.73494 11.4188 5.03545 11.5134C4.94239 7.77961 4.46469 4.65213 2.73691 1.66419C3.99785 -0.529859 5.21226 3.345 6.75238 3.43803C11.6565 4.55909 17.2788 4.10168 23.0593 4.23812C23.6192 4.37768 24.0255 4.76842 24.359 5.85071C24.0317 11.4994 24.7467 16.7636 26.428 21.5719C25.0275 24.1861 23.8037 25.6948 22.8328 29.8783H20.3404L20.3497 11.746L20.3513 11.7491Z' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.9078 5.73253C73.5806 11.3797 74.3142 16.6082 75.9954 21.4149C74.5949 24.0292 73.3712 25.5394 72.4018 29.7244H70.6523L70.6337 11.5626L58.6851 11.558C58.9193 8.05682 58.3904 4.45641 56.2888 1.9352C56.4749 1.18782 57.784 1.46848 58.2958 1.70106C59.8002 3.25783 60.8642 3.61601 62.3112 4.17576H72.3956C73.0501 4.40834 73.5511 4.94019 73.9078 5.73408V5.73253Z' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M147.428 11.8307H138.174C136.258 13.3254 136.637 16.318 137.521 18.5508C140.17 22.3063 137.707 25.8586 136.82 29.2652L136.427 29.7319H127.669C127.669 29.7319 129.585 24.3856 130.565 21.9109C130.726 21.8442 134.289 21.9202 134.289 21.9202C133.566 19.4641 132.984 14.5225 134.29 11.8167C133.83 11.5857 132.963 11.6539 132.261 11.747C132.168 8.0132 131.64 4.73376 129.912 1.74737C131.171 -0.446676 132.386 3.42663 133.926 3.52122C138.689 4.78028 144.517 3.98639 149.933 4.22052C150.493 4.36162 150.817 5.02061 151.287 5.90754C150.96 11.5547 151.63 16.8886 153.311 21.6969C151.911 24.3112 150.687 25.6214 149.716 29.8048L147.463 29.8374L147.43 11.8291L147.428 11.8307Z' fill='%23DF3232'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 191px;
  height: 25px;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper {
  max-width: 1240px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .top {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .top .title {
  font-size: 30px;
  font-weight: 340;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .top .mediaShare {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .top .mediaShare .dateView {
  font-size: 16px;
  line-height: 24px;
  font-weight: 340;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .top .mediaShare .SiteArticleSocialShareNew1280 {
  width: fit-content;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .top .mediaShare .SiteArticleSocialShareNew1280 .more {
  filter: invert(1);
  order: 6;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .top .mediaShare .SiteArticleSocialShareNew1280 .wa {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Icon'%3E %3Cpath id='Subtract' fill-rule='evenodd' clip-rule='evenodd' d='M10 19.1199C15.0368 19.1199 19.12 15.0367 19.12 9.99988C19.12 4.96305 15.0368 0.879883 10 0.879883C4.96317 0.879883 0.880005 4.96305 0.880005 9.99988C0.880005 11.6834 1.33617 13.2604 2.13164 14.614L0.880005 19.1199L5.46394 17.9136C6.79995 18.681 8.34872 19.1199 10 19.1199ZM17.6608 9.99988C17.6608 14.2308 14.2309 17.6607 10 17.6607C8.36391 17.6607 6.84761 17.1478 5.6031 16.274L3.0688 16.9311L3.78411 14.4786C2.87493 13.219 2.3392 11.672 2.3392 9.99988C2.3392 5.76894 5.76906 2.33908 10 2.33908C14.2309 2.33908 17.6608 5.76894 17.6608 9.99988Z' fill='white'/%3E %3Cpath id='Path' fill-rule='evenodd' clip-rule='evenodd' d='M5.98718 8.02799C5.98718 9.07483 6.69472 10.0861 6.79363 10.2284C6.89253 10.3707 8.18588 12.5181 10.1665 13.4401C10.6375 13.6597 11.0059 13.7902 11.2918 13.8878C11.7654 14.0496 12.1953 14.0266 12.5357 13.9729C12.9155 13.9108 13.7042 13.4575 13.869 12.9609C14.0332 12.4637 14.0332 12.0382 13.9844 11.9496C13.9343 11.8611 13.8025 11.8081 13.6053 11.7014C13.4081 11.5947 12.4368 11.0799 12.2555 11.0095C12.0754 10.9384 11.9429 10.9028 11.8117 11.1155C11.6798 11.3282 11.302 11.8074 11.1866 11.9496C11.0718 12.0912 10.9564 12.1094 10.7593 12.0033C10.5615 11.8966 9.92493 11.6714 9.17048 10.9474C8.58403 10.3832 8.18778 9.68648 8.07303 9.47376C7.95764 9.26035 8.06035 9.14597 8.15925 9.03996C8.24801 8.94441 8.35706 8.79168 8.45533 8.66684C8.55423 8.54269 8.5872 8.45342 8.6525 8.31184C8.7178 8.17026 8.68547 8.04542 8.63665 7.93942C8.5872 7.83341 8.19222 6.78656 8.02738 6.35973C7.886 5.99498 7.74272 5.99567 7.62796 5.99567C7.61211 5.99567 7.59753 5.99567 7.58295 5.99498C7.4682 5.9887 7.33633 5.9873 7.20509 5.9873C7.07322 5.9873 6.85893 6.04031 6.67824 6.25372C6.49755 6.46644 5.98718 6.98114 5.98718 8.02799Z' fill='white'/%3E %3C/g%3E %3C/svg%3E");
  order: 2;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .top .mediaShare .SiteArticleSocialShareNew1280 .fb {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Icons / Social (Set)'%3E %3Cpath id='Logo' d='M13.6063 1.91971C15.2496 1.91971 16.6283 1.91992 16.6283 1.91992V4.42186C16.6283 4.42186 16.2683 4.43105 15.3753 4.43258L14.9577 4.43411C12.8606 4.43411 13.167 5.6322 13.167 6.84665L13.1655 9.03205H16.2683L15.7504 11.934L13.1655 11.9324L13.1663 16.8877L13.167 21.1199H10.3889V16.8877L10.3888 11.9324L6.41156 11.934L6.41161 9.03205H10.3889V6.669C10.3889 2.86104 12.7129 1.91971 13.6063 1.91971Z' fill='white'/%3E %3C/g%3E %3C/svg%3E");
  order: 3;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .top .mediaShare .SiteArticleSocialShareNew1280 .tw {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Twitter X New Logo Vector 1' clip-path='url(%23clip0_7522_186)'%3E %3Cpath id='path1009' d='M0.924536 0.360107L7.96637 9.8931L0.880005 17.6405H2.47488L8.67924 10.8564L13.6936 17.6409H19.1196L11.6811 7.5734L18.2773 0.360107H16.6824L10.9686 6.6071L6.35167 0.360107H0.924536ZM3.27007 1.54951H5.76341L16.773 16.4511H14.2804L3.27007 1.54951Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_7522_186'%3E %3Crect width='18.24' height='17.28' fill='white' transform='translate(0.880005 0.360107)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  order: 1;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .top .mediaShare .SiteArticleSocialShareNew1280 .mailto {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Mail'%3E %3Cpath id='icon' fill-rule='evenodd' clip-rule='evenodd' d='M5.6 10.0047V18.4973L10.1468 13.6422L5.6 10.0047ZM5.6 20.9V20.6905L11.321 14.5816L14.5002 17.1249C14.7924 17.3587 15.2076 17.3587 15.4997 17.1249L18.6618 14.5953L24.4 20.7226V20.9H5.6ZM24.4 18.5294V10.0047L19.836 13.6559L24.4 18.5294ZM7.03032 9.1L15 15.4757L22.9696 9.1H7.03032ZM4 8.5C4 7.94772 4.44772 7.5 5 7.5H25C25.5523 7.5 26 7.94772 26 8.5V21.5C26 22.0523 25.5523 22.5 25 22.5H5C4.44772 22.5 4 22.0523 4 21.5V8.5Z' fill='white'/%3E %3C/g%3E %3C/svg%3E");
  order: 4;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .top .mediaShare .SiteArticleSocialShareNew1280 .frontCopyButton-pf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2134 13.464C9.20636 14.4656 8.21329 15.4811 7.19539 16.471C6.65153 17.0001 5.98431 17.3299 5.23098 17.4718C5.12779 17.4912 5.02538 17.5161 4.92219 17.5378H4.023C3.8818 17.5122 3.73982 17.4905 3.60017 17.4594C2.64046 17.2468 1.8685 16.734 1.27111 15.9621C0.912675 15.499 0.663631 14.9776 0.560445 14.3942C0.527084 14.2104 0.494499 14.0265 0.461914 13.8434V13.2445C0.495275 13.0599 0.523205 12.8752 0.561997 12.6921C0.72725 11.9202 1.09655 11.26 1.65515 10.703C2.85226 9.50746 4.04938 8.31273 5.24339 7.11334C5.84234 6.51132 6.56154 6.12187 7.39401 5.99696C8.54302 5.82474 9.61212 6.05515 10.5392 6.79449C10.8147 7.01404 11.0792 7.23902 11.1855 7.59977C11.395 8.30885 10.9 9.02957 10.1319 9.05362C9.73936 9.06603 9.44144 8.89691 9.16524 8.6502C8.56552 8.11412 7.61512 8.07921 7.03867 8.6277C5.81285 9.79839 4.62117 11.0055 3.42018 12.2041C3.26423 12.3609 3.11605 12.5362 3.00045 12.7263C2.6552 13.2941 2.69477 13.98 3.08424 14.5191C3.44345 15.0156 3.93688 15.2624 4.54669 15.2383C4.92995 15.2228 5.28529 15.0901 5.56381 14.8147C6.28534 14.101 7.00299 13.3834 7.7152 12.6595C7.86572 12.5067 8.01778 12.4788 8.2032 12.5548C8.77189 12.7868 9.36386 12.8923 9.97677 12.8768C10.1451 12.8721 10.2724 12.9272 10.3329 13.0831C10.3887 13.2321 10.3282 13.3523 10.2142 13.4648L10.2134 13.464Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5381 4.92248C17.4931 5.12031 17.4566 5.32047 17.4031 5.51597C17.251 6.07998 17.0058 6.60364 16.6047 7.03033C16.0166 7.65485 15.4076 8.26075 14.8032 8.86975C14.136 9.54315 13.4672 10.2158 12.7915 10.8806C12.2787 11.3849 11.6852 11.765 10.976 11.9272C10.6859 11.9931 10.3825 12.0102 10.0854 12.0459C9.35532 12.1328 8.68267 11.9334 8.04571 11.6068C7.64771 11.4027 7.27763 11.1444 7.00299 10.7798C6.54059 10.1669 6.78886 9.15137 7.68883 8.98147C8.09847 8.90389 8.44139 9.01328 8.73931 9.29024C9.0574 9.58815 9.43911 9.76115 9.86892 9.77589C10.3111 9.79063 10.7247 9.65021 11.0435 9.33213C12.3082 8.07844 13.5681 6.81931 14.8203 5.55398C15.0523 5.31814 15.1656 5.0117 15.2106 4.67578C15.2703 4.2359 15.1578 3.84567 14.9072 3.49578C14.316 2.67188 13.1856 2.54232 12.4874 3.1777C11.7309 3.86739 11.0156 4.60285 10.2949 5.3321C10.0931 5.53614 9.96202 5.5183 9.75177 5.43761C9.34679 5.28323 8.93327 5.1847 8.5019 5.156C8.32656 5.14358 8.15122 5.12729 7.97588 5.12496C7.83934 5.12341 7.74236 5.06988 7.6865 4.94963C7.62288 4.81542 7.65702 4.69905 7.76098 4.59587C8.36923 3.98919 8.97594 3.38096 9.58419 2.77274C9.99306 2.36467 10.3942 1.95039 10.8092 1.55085C11.3764 1.00314 12.0583 0.671869 12.8326 0.529897C12.9583 0.506623 13.084 0.484901 13.2089 0.462402H13.9079C14.0553 0.486452 14.2043 0.501192 14.3494 0.535328C15.2191 0.740139 15.9709 1.14433 16.5621 1.83091C16.9655 2.29717 17.2487 2.82006 17.4038 3.41355C17.4535 3.6044 17.4923 3.79835 17.5365 3.99074V4.92326L17.5381 4.92248Z' fill='white'/%3E %3C/svg%3E");
  order: 5;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .top .mediaShare .SiteArticleSocialShareNew1280 .menuMore {
  color: #000;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .separator {
  height: 1px;
  background-color: #fff;
  margin: 16px 0;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .bottom .subtitle {
  font-size: 40px;
  font-weight: 340;
  line-height: 40px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.articlePictureOfTheWeekHeaderComponenta .headerBottomWrapper .bottom .marketInfoAndDate {
  font-size: 26px;
  line-height: 24px;
  font-weight: 670;
  min-width: fit-content;
}
.paywall-wrapper {
  position: relative;
}
.paywall-wrapper .fade-overlay {
  position: absolute;
  top: -248px;
  height: 250px;
  width: 100%;
  background: linear-gradient(to top, #f3f8f9, rgba(255, 255, 255, 0));
  pointer-events: none;
  display: block;
  z-index: 0;
}
.paywall-wrapper .ArticlePremiumCutter {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  position: relative;
  height: 748px;
  border-top: 2px solid #DE1A1A;
}
.paywall-wrapper .ArticlePremiumCutter .yedioth-plus-logo {
  background-image: url("data:image/svg+xml,%3Csvg width='125' height='40' viewBox='0 0 125 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 20C0 8.95431 8.9543 0 20 0H105C116.046 0 125 8.95431 125 20C125 31.0457 116.046 40 105 40H20C8.95431 40 0 31.0457 0 20Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3291 36C27.8703 36 34.7931 28.8364 34.7931 20C34.7931 11.1636 27.8703 4 19.3291 4C10.788 4 3.86523 11.1636 3.86523 20C3.86523 28.8364 10.788 36 19.3291 36Z' fill='black'/%3E %3Cpath d='M21.5383 10.8571V29.1428H17.12V10.8571H21.5383Z' fill='white'/%3E %3Cpath d='M28.1657 17.7142V22.2857H10.4926V17.7142H28.1657Z' fill='white'/%3E %3Cpath d='M103.676 12.5503C103.676 12.5503 96.5481 12.6824 95.0805 12.4011H95.0926C94.0823 12.2071 93.5116 11.9829 92.6103 11.6287L92.428 11.5571C92.0166 11.3983 91.6833 11.0735 91.3704 10.7685C90.8462 10.2575 90.3791 9.80226 89.6973 10.2768C91.1529 12.2346 91.7664 14.8066 91.8987 17.2409L100.861 17.2581V29.8599H102.07C102.593 27.6783 103.423 25.5024 104.614 23.6365C103.688 21.8051 103.188 19.2675 102.828 17.1834H104.325L103.676 12.5503Z' fill='white'/%3E %3Cpath d='M79.3635 12.1226C78.8101 12.0556 78.2574 11.9887 77.7818 11.8201L77.7878 11.8373C77.4614 11.6711 77.1564 11.4503 76.8505 11.2287C76.2262 10.7767 75.5979 10.3216 74.7744 10.3216C75.8631 12.4344 76.5909 15.0581 76.0315 17.4235C77.1863 17.5153 79.5201 17.4349 79.5201 17.4349C79.5389 17.3971 79.5868 17.8563 79.661 18.5688C79.8235 20.1279 80.1124 22.8997 80.5005 24.3301C79.3184 24.2293 78.4916 24.2859 77.7556 24.3362C77.0235 24.3863 76.3812 24.4302 75.5684 24.3071C74.2752 20.8969 73.4512 17.257 73.8121 13.1865C73.7074 12.2377 72.8393 12.2581 72.0375 12.277C71.8253 12.282 71.6178 12.2868 71.4302 12.2736C70.4758 12.3363 69.6693 11.8469 68.8933 11.3761C68.1045 10.8975 67.3472 10.438 66.4981 10.5972C68.1522 12.4918 68.5792 14.8572 68.5792 17.4177L71.7009 17.4292C71.7009 17.4292 72.9099 22.1197 72.6813 24.2382C72.307 24.3805 72.1717 24.3661 71.9066 24.3378C71.6904 24.3147 71.3878 24.2825 70.7987 24.3186C70.51 24.2727 70.1912 24.3473 69.8904 24.5425C69.8511 24.5676 69.816 24.5874 69.7839 24.6055C69.6545 24.6787 69.5755 24.7234 69.4694 24.9673C69.0736 25.8795 68.8723 26.5999 68.6136 27.5258C68.4359 28.1618 68.2311 28.8946 67.9176 29.8531H80.6207C80.9183 29.2184 81.2385 28.6319 81.5484 28.0643C82.3346 26.6243 83.0545 25.3057 83.171 23.6297C81.7515 20.5696 81.4207 16.8379 82.0823 13.3358C81.5773 12.3908 80.4688 12.2565 79.3635 12.1226Z' fill='white'/%3E %3Cpath d='M61.5902 11.9481C62.1087 12.5303 62.9223 12.5758 63.7101 12.6198C64.6315 12.6713 65.5175 12.7208 65.8547 13.6245C65.6261 17.4481 66.1193 20.9847 67.3103 24.2342C67.1088 24.593 66.9126 24.9212 66.722 25.2399C65.9736 26.4915 65.3112 27.5991 64.76 29.8548H63.7315L63.7435 17.5687C63.7435 17.5687 62.2519 17.5285 60.7903 17.5687C61.1833 14.2252 59.6401 11.8599 58.8368 10.6287C58.7918 10.5597 58.7491 10.4943 58.7092 10.4324C59.6375 10.2145 60.1209 10.7081 60.6058 11.2034C60.9001 11.5039 61.195 11.805 61.5902 11.9481Z' fill='white'/%3E %3Cpath d='M87.3901 12.6198C86.6023 12.5758 85.7886 12.5303 85.2702 11.9481H85.2762C85.0666 11.8352 84.8581 11.6241 84.6293 11.3925C84.09 10.8464 83.4383 10.1865 82.3951 10.4324C82.435 10.4943 82.4777 10.5597 82.5227 10.6287C83.326 11.8599 84.8692 14.2252 84.4762 17.5687C85.8656 17.6433 87.4295 17.5687 87.4295 17.5687L87.4415 23.861H88.3076C88.8518 21.6101 89.665 20.7226 90.5306 19.7777C90.7557 19.532 90.9844 19.2824 91.2128 19.004C89.9136 16.7133 89.5346 13.6245 89.5346 13.6245C89.1974 12.7208 88.3114 12.6713 87.3901 12.6198Z' fill='white'/%3E %3Cpath d='M107.459 11.9482C107.977 12.5304 108.791 12.5758 109.579 12.6199C110.5 12.6714 111.386 12.7209 111.723 13.6246C111.723 13.6246 112.102 16.7133 113.401 19.004C113.208 19.2395 113.019 19.4544 112.835 19.6637C111.963 20.6536 111.2 21.5201 110.635 23.8611H109.654L109.666 17.5688C109.666 17.5688 108.006 17.5286 106.665 17.5688C107.058 14.2253 105.515 11.86 104.711 10.6288C104.666 10.5598 104.624 10.4943 104.584 10.4325C105.544 10.2069 106.051 10.7196 106.555 11.2298C106.834 11.5117 107.111 11.7929 107.465 11.9482H107.459Z' fill='white'/%3E %3Cpath d='M48.6826 17.7398H55.2326L55.2567 29.9225L56.8566 29.8995C57.3868 27.7302 58.0194 26.7042 58.7328 25.5471C58.9502 25.1945 59.1751 24.8297 59.4069 24.4167C58.2159 21.1615 57.7408 17.5503 57.9753 13.7324C57.9587 13.7027 57.9424 13.6734 57.9263 13.6445C57.6156 13.0869 57.3904 12.6827 57.013 12.5899C55.7354 12.5383 54.4252 12.5631 53.1212 12.5877C50.5083 12.6371 47.9201 12.686 45.6692 12.1192C45.2293 12.0937 44.8257 11.6501 44.4422 11.2285C43.8766 10.6069 43.3547 10.0331 42.8242 10.9193C44.0512 12.9402 44.4241 15.1562 44.4903 17.6824C44.9895 17.6192 45.603 17.5733 45.9278 17.7283C45.0015 19.5597 45.4166 22.9068 45.9278 24.566C45.9278 24.566 43.4016 24.5143 43.2874 24.5603C42.5957 26.2367 41.2363 29.8536 41.2363 29.8536H47.4435L47.7202 29.5379C47.8633 29.0148 48.0636 28.4868 48.2659 27.9533C48.9564 26.1328 49.6708 24.2493 48.2194 22.2868C47.5939 20.7768 47.3233 18.7502 48.6826 17.7398Z' fill='white'/%3E %3C/svg%3E");
  width: 125px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
}
.paywall-wrapper .ArticlePremiumCutter .topShadow {
  background-image: linear-gradient(rgba(237, 241, 245, 0.6), #edf1f5);
  width: 100%;
  height: 100px;
  background-repeat: repeat;
  position: absolute;
}
.paywall-wrapper .ArticlePremiumCutter .premium_block {
  background-color: white;
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0px -15px 20px 0px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  height: 748px;
  justify-content: flex-start;
}
.recipeRating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.recipeRating .recipe-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-family: 'NarkisBlock';
  font-weight: 700;
}
.font-moses .recipeRating .recipe-rating {
  font-size: 15px;
  font-family: "Moses", "NarkisBlock";
  font-weight: 670;
}
.recipeRating .recipe-rating.alreadyRated .recipe-rating-stars {
  cursor: default;
}
.recipeRating .recipe-rating .recipe-rating-stars {
  height: 24px;
  direction: ltr;
  display: flex;
  cursor: pointer;
  margin-bottom: 3px;
  margin-right: 13px;
}
.recipeRating .recipe-rating .recipe-rating-stars.black .star-empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23000; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M11.5,19.07,4.393,23l1.357-8.322L0,8.785,7.946,7.57,11.5,0l3.552,7.57L23,8.785l-5.75,5.893L18.607,23Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star {
  width: 23px;
  height: 23px;
  padding: 0 7px 0 0;
  background-repeat: no-repeat;
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M11.5,19.07,4.393,23l1.357-8.322L0,8.785,7.946,7.57,11.5,0l3.552,7.57L23,8.785l-5.75,5.893L18.607,23Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-full {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23ffb813; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M 5.71091365814209 21.12848091125488 L 6.736380100250244 14.83874988555908 L 6.817580223083496 14.34070014953613 L 6.465169906616211 13.97949981689453 L 2.074688911437988 9.479497909545898 L 8.097590446472168 8.558859825134277 L 8.624979972839355 8.478240013122559 L 8.851710319519043 7.99528980255127 L 11.50009441375732 2.353833675384521 L 14.14661979675293 7.995059967041016 L 14.37329006195068 8.478240013122559 L 14.90087032318115 8.558859825134277 L 20.92509651184082 9.479517936706543 L 16.53408050537109 13.97945022583008 L 16.18157958984375 14.34068965911865 L 16.26284980773926 14.83883953094482 L 17.28886222839355 21.12825584411621 L 11.9842700958252 18.19520950317383 L 11.50041961669922 17.92766952514648 L 11.01655006408691 18.19518089294434 L 5.71091365814209 21.12848091125488 Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  font-family: "EzerShemesh";
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars {
  margin-bottom: 0;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars.black .star-empty {
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='4 5 22 21' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%232C2C2D'/%3E %3C/svg%3E") !important;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star {
  background-size: contain;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-empty {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-full {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Full' d='M15 6L18.09 12.2534L25 13.2624L20 18.1272L21.18 25L15 21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
@import '~normalize.css';
@import 'global/icons/iconsStyle.css';
/** all z-index values should be placed here */
@import "assets/fonts/OpenSansHebrew/opensanshebrew.css";
.g-section-wrapper {
  padding-bottom: 50px;
  width: 100%;
}
.g-section-wrapper:last-of-type {
  padding-bottom: 0;
}
.g-input-element {
  /* see: http://alistapart.com/article/learning-from-lego-a-step-forward-in-modular-web-design */
  padding: 10px;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  border-radius: 8px;
  font-size: 16px;
}
.g-input-element.full-width {
  width: 100%;
}
.g-listItem {
  display: inline-flex;
}
.g-fieldDisplay-in-header-comp {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Regular.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Light.ttf') format('opentype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-ExtraLight.ttf') format('opentype');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-SemiBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Bold.ttf') format('opentype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-ExtraBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 800;
}
/* dropdown properties*/
/* Mixins */
.photo_article_template.grid1280_2 .DesktopModeContainer .RelativeElementsContainer {
  background-color: #1E1E1E;
}
.articleSide:has(.photo_article_template) {
  background-color: #1E1E1E;
}
.articleSide:has(.photo_article_template) .text_editor_paragraph {
  color: #fff;
}
.specialImageGalleryInline .specialImageGalleryItem {
  margin: 20px 0;
}
.DesktopModeContainer .specialImageGalleryInline .specialImageGalleryItem {
  position: relative;
  transform: translateX(115px);
}
.DesktopModeContainer .specialImageGalleryInline .specialImageGalleryItem .EditableImage {
  overflow: unset;
}
.DesktopModeContainer .specialImageGalleryInline .specialImageGalleryItem .EditableImage img {
  width: 950px;
  height: 640px;
}
.DesktopModeContainer .specialImageGalleryInline .specialImageGalleryItem .EditableImage .pictureMask {
  width: 950px;
  height: 640px;
  left: -210px;
}
.DesktopModeContainer .specialImageGalleryInline .specialImageGalleryItem .moreDetails {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-style: normal;
  font-weight: 100;
  line-height: 16px;
  height: fit-content;
  width: 125px;
  align-items: flex-start;
  padding: 10px 0px 0 0;
  margin: 0px 10px 0 -10px;
  border-top: 1px solid #78787B;
}
.DesktopModeContainer .specialImageGalleryInline .specialImageGalleryItem .moreDetails .credit {
  color: #C5C5C5;
  margin-bottom: 3px;
}
.DesktopModeContainer .specialImageGalleryInline .specialImageGalleryItem .moreDetails .caption {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.DesktopModeContainer .specialImageGalleryInline .specialImageGalleryItem.right .moreDetails {
  transform: translateX(115%);
  right: 0;
}
.DesktopModeContainer .specialImageGalleryInline .specialImageGalleryItem.left .moreDetails {
  transform: translateX(-100%);
  left: -220px;
}
.specialImageGalleryFront {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.specialImageGalleryFront .specialImageGalleryFrontItem {
  margin: 50px 0;
  position: relative;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .expand {
  display: none;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand {
  display: flex;
  width: max-content;
  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;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand .numOfImg {
  width: 15px;
  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;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand .numOfImg:after,
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand .numOfImg::before {
  content: "";
  position: absolute;
  width: 1px;
  border-radius: 2px;
  background: #fff;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand .numOfImg:after {
  height: 15px;
  right: -2px;
  top: 1px;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand .numOfImg:before {
  height: 11px;
  right: -4px;
  top: 3px;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .gelleryOpener .expand {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 36px;
  height: 36px;
  background-color: #2e2e2f;
  border-radius: 50%;
  box-shadow: none;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .gelleryOpener .expand:hover {
  cursor: pointer;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .gelleryOpener .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;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .galleryCounterExpand {
  display: none;
}
.specialImageGalleryFront .specialImageGalleryFrontItem img {
  width: 950px;
  height: 640px;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-style: normal;
  font-weight: 100;
  line-height: 16px;
  height: fit-content;
  width: 125px;
  align-items: flex-start;
  padding: 10px 0px 0 0;
  margin: 0px 10px 0 -10px;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails .separator {
  margin: 10px 0;
  width: 125px;
  height: 1px;
  background-color: #78787B;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails .creditAndCaption {
  width: 100%;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails .creditAndCaption .credit {
  color: #C5C5C5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails .creditAndCaption .caption {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 3px;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.right .imageGalleryMoreDetails {
  transform: translateX(115%);
  right: 0;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.left .imageGalleryMoreDetails {
  transform: translateX(-100%);
  left: 0;
}
.grid1280 .ArticleBodyComponent .VideoComponenta .articleVideoComponenta .videoInfo,
.grid1280 .VideoLiveComponenta .articleVideoComponenta .videoInfo {
  font-family: 'Open Sans Hebrew' !important;
}
.VideoComponenta,
.VideoLiveComponenta {
  clear: both;
  margin-bottom: 10px;
}
.VideoComponenta .videoPoster,
.VideoLiveComponenta .videoPoster {
  min-height: 200px;
}
.VideoComponenta .articleVideoComponenta,
.VideoLiveComponenta .articleVideoComponenta {
  position: relative;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header {
  width: 95%;
  align-self: flex-end;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-share,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-share {
  display: none;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu {
  background-color: rgba(0, 0, 0, 0.5);
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header {
  display: none;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li {
  border-radius: 5px;
  padding: 10px;
  gap: 10px;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li:hover,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li:hover {
  border-radius: 5px;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link {
  margin: 0;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span {
  display: none;
  width: 30px;
}
.VideoComponenta .articleVideoComponenta.shareBtn .frontCopyButton-pf,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .frontCopyButton-pf {
  position: absolute;
  top: 10px;
  left: 10px;
}
.VideoComponenta .ArticleVideo,
.VideoLiveComponenta .ArticleVideo {
  background: rgba(0, 0, 0, 0.7);
}
.DesktopModeContainer .VideoComponenta .ArticleVideo.EditableVideo,
.DesktopModeContainer .VideoLiveComponenta .ArticleVideo.EditableVideo {
  height: auto;
  max-height: 416px;
}
.VideoComponenta .ArticleVideo:not(.EditableVideo),
.VideoLiveComponenta .ArticleVideo:not(.EditableVideo) {
  height: auto;
}
.VideoComponenta .ArticleVideo .customSmallVideoPlayerContainer .video,
.VideoLiveComponenta .ArticleVideo .customSmallVideoPlayerContainer .video {
  display: flex;
}
.VideoComponenta .ArticleVideo .x-button,
.VideoLiveComponenta .ArticleVideo .x-button {
  bottom: 255px;
  left: 5;
}
.VideoComponenta .videoInfo,
.VideoLiveComponenta .videoInfo {
  color: white;
  background-color: #272727;
  padding: 6px;
  z-index: 99;
  position: relative;
  min-height: 16px;
  height: auto;
  font-family: "Arial";
  font-size: 14px;
  padding: 0px;
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: -3px;
}
.magazine_template .VideoComponenta .videoInfo,
.magazine_template .VideoLiveComponenta .videoInfo {
  z-index: 1;
}
.grid1280_2 .VideoComponenta .videoInfo,
.grid1280_2 .VideoLiveComponenta .videoInfo {
  background-color: transparent;
  font-family: inherit;
  color: #78787b;
  padding: 0;
}
.font-moses .grid1280_2 .VideoComponenta .videoInfo,
.font-moses .grid1280_2 .VideoLiveComponenta .videoInfo {
  font-size: 14px;
  font-weight: 340;
  margin-bottom: 15px;
}
.VideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  display: flex;
  max-width: 80%;
  min-width: 100px;
}
.pplus .VideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.pplus .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  max-width: unset;
}
.VideoComponenta .videoInfo .videoComponentaShare,
.VideoLiveComponenta .videoInfo .videoComponentaShare {
  display: flex;
}
.grid1280_2 .VideoComponenta .videoInfo .videoComponentaShare,
.grid1280_2 .VideoLiveComponenta .videoInfo .videoComponentaShare,
.ctech .VideoComponenta .videoInfo .videoComponentaShare,
.ctech .VideoLiveComponenta .videoInfo .videoComponentaShare {
  display: none;
}
.VideoComponenta .videoInfoText,
.VideoLiveComponenta .videoInfoText {
  margin-left: 20px;
  margin-bottom: 10px;
}
.VideoComponenta .videoInfoText .withWidth,
.VideoLiveComponenta .videoInfoText .withWidth {
  width: 50%;
}
.VideoComponenta .sf_fb,
.VideoLiveComponenta .sf_fb {
  width: 32px;
  height: 23px;
  background: url(/Common/images/video/sharingfooter/sf_facebook.jpg) no-repeat scroll 0 0 transparent;
}
.VideoComponenta .sf_send,
.VideoLiveComponenta .sf_send {
  width: 32px;
  height: 23px;
  background: url("/Common/images/video/sharingfooter/sf_sendTo.jpg") no-repeat scroll 0 0 transparent;
}
.VideoComponenta .sf_spacer,
.VideoLiveComponenta .sf_spacer {
  margin: 0 1px;
  vertical-align: top;
}
.grid1280_2 .VideoComponenta #art_video_caption_id,
.grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  margin-right: 0px;
}
.ynet.grid1280_2 .VideoComponenta #art_video_caption_id,
.ynet.grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  color: #000000;
}
.VideoComponenta #art_video_credit_id,
.VideoLiveComponenta #art_video_credit_id,
.VideoComponenta #art_video_caption_id,
.VideoLiveComponenta #art_video_caption_id {
  float: right;
  line-height: 25px;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 5px;
}
.grid1280_2 .VideoComponenta #art_video_credit_id,
.grid1280_2 .VideoLiveComponenta #art_video_credit_id,
.grid1280_2 .VideoComponenta #art_video_caption_id,
.grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  padding-right: 0px;
  margin-top: 14px;
  line-height: 18px;
}
.font-moses .grid1280_2 .VideoComponenta #art_video_credit_id,
.font-moses .grid1280_2 .VideoLiveComponenta #art_video_credit_id,
.font-moses .grid1280_2 .VideoComponenta #art_video_caption_id,
.font-moses .grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  margin-top: 10px;
}
.VideoComponenta #art_video_credit_id .RichInput,
.VideoLiveComponenta #art_video_credit_id .RichInput,
.VideoComponenta #art_video_caption_id .RichInput,
.VideoLiveComponenta #art_video_caption_id .RichInput {
  width: initial;
}
.VideoComponenta .yitvideo_container,
.VideoLiveComponenta .yitvideo_container {
  margin-bottom: -7px;
  font-weight: bold;
  font-size: 12px;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}
.VideoComponenta .loader,
.VideoLiveComponenta .loader {
  position: absolute;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
.VideoComponenta .share-image,
.VideoLiveComponenta .share-image {
  float: left;
  margin-top: initial;
  height: 32px;
  cursor: pointer;
}
.VideoComponenta .blogsArticleVideoAppComponenta,
.VideoLiveComponenta .blogsArticleVideoAppComponenta {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.ver1.ver2:not(.yplus) .VideoComponenta .blogsArticleVideoAppComponenta,
.ver1.ver2:not(.yplus) .VideoLiveComponenta .blogsArticleVideoAppComponenta {
  width: calc(100% + 50px);
  margin: 0 -25px;
}
.VideoComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design {
  position: relative;
  display: block;
  text-decoration: none;
}
.VideoComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design .playButton,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design .playButton {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64' height='64' viewBox='0 0 64 64'%3E %3Cdefs%3E %3Cfilter id='9a00rydfva' width='155.3%25' height='174.8%25' x='-27.7%25' y='-34.4%25' filterUnits='objectBoundingBox'%3E %3CfeOffset in='SourceAlpha' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='5'/%3E %3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.301643425 0'/%3E %3C/filter%3E %3Cpath id='pb4ssze5tb' d='M34.487 16.883L53.21 46.636c.753 1.197.393 2.778-.803 3.53-.409.258-.881.394-1.364.394H13.596c-1.414 0-2.56-1.146-2.56-2.56 0-.482.136-.955.393-1.364l18.724-29.753c.753-1.197 2.334-1.556 3.53-.803.325.204.6.478.804.803z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H64V64H0z' transform='translate(-155 -136) translate(155 136)'/%3E %3Cg transform='translate(-155 -136) translate(155 136) rotate(90 32.32 32)'%3E %3Cuse fill='%23000' filter='url(%239a00rydfva)' xlink:href='%23pb4ssze5tb'/%3E %3Cuse fill='%23FFF' xlink:href='%23pb4ssze5tb'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
}
.VideoComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design > div,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design > div {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.VideoComponenta .blogsArticleVideoAppComponenta .caption,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  width: 100%;
  font-size: 16px;
  color: #000000;
  padding-bottom: 5px;
}
.ver1.ver2.ver3.yplus .VideoComponenta .blogsArticleVideoAppComponenta .caption,
.ver1.ver2.ver3.yplus .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  font-size: 0.9rem ! important;
}
.ver1.ver2 .VideoComponenta .blogsArticleVideoAppComponenta .caption,
.ver1.ver2 .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  font-size: 14px;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
  padding: 0 25px 5px;
  margin-top: -0.375rem;
  box-sizing: border-box;
}
:not(.mutam).ver1.ver2 .VideoComponenta .blogsArticleVideoAppComponenta .caption,
:not(.mutam).ver1.ver2 .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  font-size: 1rem;
}
.ver1.ver2.ver3.yplus .VideoComponenta .blogsArticleVideoAppComponenta .caption strong[style]:first-child,
.ver1.ver2.ver3.yplus .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption strong[style]:first-child {
  font-weight: bold ! important;
  margin-left: 5px;
}
.ver1.ver2.ver3.yplus .VideoComponenta .blogsArticleVideoAppComponenta .caption strong[style],
.ver1.ver2.ver3.yplus .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption strong[style] {
  all: unset ! important;
}
.VideoComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design {
  direction: rtl;
  margin: 0 0px 0 10px;
}
.VideoComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design > strong[style],
.VideoLiveComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design > strong[style] {
  margin-left: 5px;
}
.englishSite .videoInfoText {
  margin-left: 0px ! important;
  margin-right: 20px;
}
.youtube-footerv2 {
  display: none !important;
}
.YoutubeCaption {
  padding: 2px 0;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}
.font-moses .YoutubeCaption {
  font-weight: 670;
}
@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 *[style*="font-weight:bold"] {
    font-weight: 800 !important;
  }
  .blog-auto-feed *[style*="background-color:yellow"] * {
    background-color: yellow !important;
    color: #000 !important;
  }
  .blog-auto-feed .art_video_caption_credit_wrapper #art_video_caption_id {
    color: #78787b !important;
  }
  .blog-auto-feed .ArticleImageComponenta .ImageDetails .ImageCaption {
    color: #78787b !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 .podcast-title-rpf {
    line-height: 1.2 ! 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 width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_81_3511)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='white'/%3E %3C/g%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 23C18.299 23 23 18.299 23 12.5C23 6.70101 18.299 2 12.5 2C6.70101 2 2 6.70101 2 12.5C2 18.299 6.70101 23 12.5 23ZM12.5 25C19.4036 25 25 19.4036 25 12.5C25 5.59644 19.4036 0 12.5 0C5.59644 0 0 5.59644 0 12.5C0 19.4036 5.59644 25 12.5 25Z' fill='white'/%3E %3Cdefs%3E %3CclipPath id='clip0_81_3511'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%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 .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .ArticleImageComponenta .expand {
    display: none;
  }
  .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.625vw !important;
    font-weight: semi-bold !important;
  }
  .font-moses .blog-auto-feed .blogs-auto-feed-header-wrapper .blogs-auto-feed-header {
    font-size: 4.6875vw !important;
    line-height: 0.67 !important;
  }
  .blog-auto-feed .blogs-auto-feed-header-wrapper .blogs-auto-feed-header span {
    font-size: 4.6875vw;
    font-weight: 670;
    line-height: 0.67;
  }
  .blog-auto-feed .blogs-auto-feed-header-wrapper .orderCheckBoxes {
    font-size: 5.15625vw !important;
    font-weight: lighter !important;
    justify-content: unset !important;
  }
  .font-moses .blog-auto-feed .blogs-auto-feed-header-wrapper .orderCheckBoxes {
    font-size: 3.75vw !important;
    font-weight: 340 !important;
    line-height: 0.96 !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 .audio-podcast-player {
    width: initial !important;
    margin: initial !important;
    margin-bottom: 0.78125vw !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .audio-podcast-player .podcast-information {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .audio-podcast-player .podcast-information .podcast-title-rpf {
    line-height: 2.1875vw !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .audio-podcast-player-container .podcast-container-details {
    width: initial;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .item-info .title-row {
    font-size: 5.15625vw !important;
    font-weight: 300 !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: 0.4 !important;
  }
  .font-moses .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .item-info .title-row .date-section {
    font-size: 4.375vw !important;
    font-weight: 670 !important;
    line-height: normal !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: 0.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial !important;
  }
  .font-moses .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .item-info .title-row .title-section h3 {
    font-size: 4.375vw !important;
    font-weight: 670 !important;
    line-height: normal !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;
  }
  .font-moses .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .item-info .authorAndSocial .auth-row {
    font-size: 3.4375vw !important;
    font-weight: 340 !important;
    line-height: normal !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container .ArticleBodyComponent {
    margin-top: 0 !important;
  }
  .font-moses .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container .ArticleBodyComponent * {
    font-size: 4.0625vw !important;
    line-height: normal !important;
  }
  .font-moses .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container .ArticleBodyComponent .text_editor_paragraph {
    font-weight: 340 ! important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container .videoInfo {
    max-width: 88vw ! important;
    line-height: 1.58 ! important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container .videoInfo .art_video_caption_credit_wrapper {
    max-width: unset ! important;
    display: inline-flex ! important;
    flex-wrap: wrap ! important;
  }
  .font-moses .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container .ImageDetails *,
  .font-moses .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container .videoInfo * {
    font-size: 3.125vw !important;
    line-height: 0.8 !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container .text_editor_paragraph {
    font-size: 3.125vw !important;
  }
  .font-moses .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container .text_editor_paragraph {
    font-size: 4.0625vw !important;
    font-weight: 340 !important;
    line-height: normal !important;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container .pHeader {
    font-size: 5.15625vw !important;
    font-weight: bold;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container div [data-contents="true"] > *:not(.pHeader) {
    font-family: 'NarkisBlock' !important;
    font-size: 4.6875vw !important;
    color: black;
    font-weight: 300 !important;
    line-height: 5.46875vw !important;
    letter-spacing: -0.3px !important;
  }
  .font-moses .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .html-container div [data-contents="true"] > *:not(.pHeader) {
    font-family: "Moses", 'NarkisBlock' !important;
    letter-spacing: normal !important;
    font-size: 4.0625vw !important;
    font-weight: 340 !important;
    line-height: normal !important;
  }
  .font-moses .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .bottom-row .continue-read {
    font-size: 3.4375vw !important;
  }
  .font-moses .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .bottom-row .little-arrow-pf {
    width: 45px !important;
    height: 45px !important;
    background-size: contain;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .ArticleImageComponenta .expand {
    display: none;
  }
  .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;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .audio-podcast-player .podcast-information {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .audio-podcast-player .podcast-information .podcast-title {
    line-height: 1.2 !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;
  width: 100% !important;
  display: flex;
  flex-flow: column nowrap;
  flex-basis: 50px;
}
.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: 600;
  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 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;
}
.mynet .blog-auto-feed * {
  font-family: "arial" !important;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .font-moses .blogs-item-wrapper {
    margin-bottom: 20px !important;
  }
  .mynet .blog-auto-feed * {
    font-family: 'Open Sans Hebrew' !important;
  }
}
.font-moses .ynet .blog-auto-feed * {
  font-family: 'Moses', 'NarkisBlock' ! important;
}
.font-moses .ynet .blog-auto-feed .blogs-auto-feed-header-wrapper .blogs-auto-feed-header {
  font-size: 20px;
  font-weight: 670;
  line-height: normal;
  letter-spacing: normal;
}
.font-moses .ynet .blog-auto-feed .blogs-auto-feed-header-wrapper .orderCheckBoxes {
  font-size: 14px;
  font-weight: 670;
  line-height: 1.64;
}
.font-moses .ynet .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .audio-podcast-player-container .podcast-container-details {
  width: initial;
}
.font-moses .ynet .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .date-section,
.font-moses .ynet .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .title-section h3 {
  font-size: 20px;
  font-weight: 670;
  letter-spacing: normal;
}
.font-moses .ynet .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .auth-row {
  font-size: 14px;
  font-weight: 340;
  line-height: 1.29;
}
.font-moses .ynet .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .ArticleBodyComponent * {
  font-size: 17px;
  line-height: 1.58;
  letter-spacing: normal;
}
.font-moses .ynet .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .ArticleBodyComponent .text_editor_paragraph {
  font-weight: 340;
}
.font-moses .ynet .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item.responsive .continue-read {
  font-size: 15px;
  font-weight: 670;
  line-height: 28px;
  letter-spacing: normal;
}
#ArticleBodyComponent .blogs-auto-feed-header-wrapper {
  margin: 10px 5px 40px 0px;
  justify-content: space-between;
  flex-flow: row wrap;
  display: flex;
}
#ArticleBodyComponent .blogs-auto-feed-header-wrapper a {
  color: inherit;
  text-decoration: inherit;
  line-height: 20px;
}
#ArticleBodyComponent .blogs-auto-feed-header-wrapper .blogs-auto-feed-header {
  text-decoration: none !important;
  color: #1e1e1e;
  letter-spacing: -0.3px;
  font-size: 24px;
  font-weight: 600;
  margin-left: 15px;
  margin-bottom: 5px;
  line-height: 0.83;
}
#ArticleBodyComponent .blogs-auto-feed-header-wrapper .orderCheckBoxes {
  display: flex;
  align-items: center;
  filter: grayscale(1);
  font-size: 14px;
  font-weight: 670;
  line-height: 1.64;
  font-family: 'Moses', 'NarkisBlock';
  justify-self: end;
  justify-content: space-between;
}
#ArticleBodyComponent .blogs-auto-feed-header-wrapper .orderCheckBoxes > * {
  display: flex;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
}
#ArticleBodyComponent .blogs-auto-feed-header-wrapper .orderCheckBoxes > *:last-of-type {
  margin-left: 0;
}
#ArticleBodyComponent .blogs-auto-feed-header-wrapper .orderCheckBoxes input {
  margin-left: 5px;
}
#ArticleBodyComponent .blogs-item-wrapper {
  display: flex;
  padding: 28px 30px 0 15px !important;
  margin-bottom: 14px;
  border-right: 3px solid #de1a1a;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.18);
}
#ArticleBodyComponent .blogs-item-wrapper .articleVideoComponenta .videoInfo {
  margin-bottom: 8px;
}
#ArticleBodyComponent .blogs-item-wrapper .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper {
  font-size: 14px;
}
#ArticleBodyComponent .blogs-item-wrapper .ImageCaption,
#ArticleBodyComponent .blogs-item-wrapper .ImageCredit {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 14px;
}
#ArticleBodyComponent .blogs-item-wrapper .text_editor_indent > div {
  margin-right: 50px !important;
}
#ArticleBodyComponent .blogs-item-wrapper .title-row__now:before {
  display: inline-block;
  margin-bottom: 0.0625rem;
}
#ArticleBodyComponent .blogs-item-wrapper.isPinned {
  padding: 28px 0 5px 5px;
  background-color: #f3f8f9;
  border-right: initial;
  box-shadow: initial;
}
#ArticleBodyComponent .blogs-item-wrapper.isPinned .now-red-dot {
  display: none !important;
}
#ArticleBodyComponent .blogs-item-wrapper.hidden {
  display: none !important;
}
#ArticleBodyComponent .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;
  margin-left: 0.2rem;
  margin-top: 0.25rem;
}
#ArticleBodyComponent .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;
}
#ArticleBodyComponent .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: 'Moses', 'NarkisBlock' ! important;
  font-size: 20px;
  font-weight: 670;
  letter-spacing: normal;
  line-height: 29px;
  flex: 1;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .podcast-container-details {
  width: initial;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .VideoLiveComponenta .videoInfo {
  font-size: 17px;
}
.font-moses #ArticleBodyComponent .blogs-auto-feed-item.responsive {
  font-family: 'Moses', 'NarkisBlock';
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive.isPinned {
  background-color: #f3f8f9;
  box-shadow: none;
  border-right: none;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive.isPinned .html-container *:not(figure *, .pinIcon, .special_ul *, .public-DraftStyleDefault-block *) {
  background-color: #f3f8f9;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive.isPinned .title-row__now::before {
  display: none !important;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .text_editor_paragraph {
  padding-right: initial !important;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .text_editor_paragraph > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial !important;
  padding-right: 3px;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info {
  width: 100%;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: right;
  color: #000;
}
.font-moses #ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info {
  font-size: 18px;
  font-weight: 670;
  letter-spacing: normal;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .title-row * {
  display: inline-block;
  font-weight: 600;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .title-row .date-section {
  display: inline-block;
  padding-left: 5px;
  font-size: 20px;
  letter-spacing: -0.3px;
  line-height: 29px;
  font-weight: 600;
}
.font-moses #ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .title-row .date-section {
  font-size: 20px;
  font-weight: 670;
  letter-spacing: normal;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .title-row .date-section .DateDisplay {
  color: #de1a1a !important;
  flex: 0;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .title-row .title-section {
  padding-right: 5px;
  color: black;
  margin: unset;
  overflow: hidden;
  display: inline;
}
#ArticleBodyComponent .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: 20px;
  text-overflow: ellipsis;
  width: 100%;
  display: inline;
}
.font-moses #ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .title-row .title-section h3 {
  font-size: 20px;
  font-weight: 670;
  letter-spacing: normal;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .title-row .title-row__now {
  position: relative;
  color: #de1a1a !important;
  align-items: center;
}
#ArticleBodyComponent .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: "";
  position: absolute;
  left: 3.4375rem;
  top: 0.125rem;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .title-row .title-row__yesterday {
  color: #de1a1a !important;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .title-row .yesterdayComma {
  color: #de1a1a;
  padding-left: 5px;
}
#ArticleBodyComponent .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;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .title-row .title-row__separator.red {
  background-color: #de1a1a !important;
  margin-left: 5px;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .auth-row {
  letter-spacing: -0.3px;
  color: #78787b;
  margin-left: 12px;
  font-family: 'Moses', 'NarkisBlock' ! important;
  font-size: 14px;
  font-weight: 340;
  line-height: 1.29;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .auth-row__separator {
  height: 65%;
  background-color: #888888;
  width: 2px !important;
  margin-left: 10px;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .authorAndSocial-pf {
  display: flex;
  height: 20px;
  align-items: center;
  padding-top: 10px;
  position: relative;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .authorAndSocial-pf span {
  margin-left: 10px;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .authorAndSocial-pf .mobileShareBtn {
  display: none;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .authorAndSocial-pf .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;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .authorAndSocial-pf .social-icon:hover {
  opacity: initial;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .authorAndSocial-pf .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");
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .authorAndSocial-pf .social-icon.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_81_3511)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='black'/%3E %3C/g%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 23C18.299 23 23 18.299 23 12.5C23 6.70101 18.299 2 12.5 2C6.70101 2 2 6.70101 2 12.5C2 18.299 6.70101 23 12.5 23ZM12.5 25C19.4036 25 25 19.4036 25 12.5C25 5.59644 19.4036 0 12.5 0C5.59644 0 0 5.59644 0 12.5C0 19.4036 5.59644 25 12.5 25Z' fill='black'/%3E %3Cdefs%3E %3CclipPath id='clip0_81_3511'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .authorAndSocial-pf .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");
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .authorAndSocial-pf .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;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .authorAndSocial-pf .social-icon.copy {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4375 18.4C15.0767 18.4 18.8375 14.6392 18.8375 10C18.8375 5.36081 15.0767 1.6 10.4375 1.6C5.79831 1.6 2.0375 5.36081 2.0375 10C2.0375 14.6392 5.79831 18.4 10.4375 18.4ZM10.4375 20C15.9603 20 20.4375 15.5228 20.4375 10C20.4375 4.47715 15.9603 0 10.4375 0C4.91465 0 0.4375 4.47715 0.4375 10C0.4375 15.5228 4.91465 20 10.4375 20Z' fill='%2378787B'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2868 12.9683C10.6898 13.5621 10.101 14.1642 9.49751 14.7511C9.17506 15.0647 8.77948 15.2602 8.33285 15.3444C8.27167 15.3559 8.21095 15.3706 8.14978 15.3835H7.61666C7.53295 15.3683 7.44877 15.3554 7.36598 15.337C6.79698 15.211 6.33931 14.907 5.98513 14.4493C5.77262 14.1747 5.62496 13.8656 5.56379 13.5198C5.54401 13.4107 5.52469 13.3017 5.50537 13.1932V12.8381C5.52515 12.7286 5.54171 12.6192 5.56471 12.5106C5.66268 12.053 5.88163 11.6615 6.21281 11.3313C6.92256 10.6225 7.6323 9.91417 8.34021 9.20308C8.69531 8.84615 9.12171 8.61525 9.61526 8.5412C10.2965 8.43909 10.9303 8.5757 11.48 9.01403C11.6433 9.1442 11.8001 9.27759 11.8632 9.49147C11.9874 9.91187 11.6939 10.3392 11.2385 10.3534C11.0058 10.3608 10.8291 10.2605 10.6654 10.1142C10.3098 9.79642 9.74635 9.77572 9.40459 10.1009C8.67783 10.795 7.9713 11.5107 7.25926 12.2213C7.16681 12.3142 7.07895 12.4182 7.01041 12.5309C6.80572 12.8675 6.82918 13.2741 7.06009 13.5938C7.27306 13.8882 7.56561 14.0344 7.92715 14.0202C8.15438 14.011 8.36504 13.9323 8.53018 13.7691C8.95795 13.3459 9.38343 12.9204 9.80569 12.4913C9.89493 12.4007 9.98508 12.3841 10.095 12.4292C10.4322 12.5667 10.7831 12.6293 11.1465 12.6201C11.2463 12.6173 11.3218 12.65 11.3577 12.7424C11.3908 12.8307 11.3549 12.902 11.2873 12.9687L11.2868 12.9683Z' fill='%2378787B' stroke='%2378787B' stroke-width='0.23'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6305 7.90429C15.6039 8.02158 15.5822 8.14025 15.5505 8.25616C15.4603 8.59055 15.315 8.90102 15.0772 9.15399C14.7285 9.52426 14.3674 9.88348 14.0091 10.2445C13.6135 10.6438 13.217 11.0426 12.8164 11.4368C12.5124 11.7357 12.1605 11.9611 11.7401 12.0572C11.568 12.0963 11.3882 12.1064 11.212 12.1276C10.7792 12.1791 10.3804 12.0609 10.0027 11.8673C9.76676 11.7463 9.54735 11.5931 9.38452 11.377C9.11038 11.0136 9.25757 10.4115 9.79114 10.3108C10.034 10.2648 10.2373 10.3296 10.4139 10.4938C10.6025 10.6705 10.8288 10.773 11.0837 10.7818C11.3459 10.7905 11.591 10.7073 11.7801 10.5187C12.5298 9.77539 13.2768 9.02889 14.0192 8.2787C14.1568 8.13887 14.2239 7.95719 14.2506 7.75803C14.286 7.49723 14.2193 7.26588 14.0708 7.05844C13.7203 6.56996 13.0501 6.49315 12.6361 6.86985C12.1876 7.27875 11.7635 7.71479 11.3362 8.14715C11.2166 8.26812 11.1389 8.25754 11.0142 8.2097C10.7741 8.11817 10.5289 8.05976 10.2732 8.04274C10.1692 8.03538 10.0653 8.02572 9.96133 8.02434C9.88038 8.02342 9.82288 7.99169 9.78976 7.92039C9.75204 7.84082 9.77228 7.77183 9.83392 7.71065C10.1945 7.35097 10.5542 6.99036 10.9149 6.62976C11.1573 6.38782 11.3951 6.1422 11.6412 5.90533C11.9774 5.5806 12.3817 5.3842 12.8408 5.30003C12.9153 5.28623 12.9898 5.27335 13.0639 5.26001H13.4783C13.5657 5.27427 13.654 5.28301 13.74 5.30325C14.2557 5.42467 14.7014 5.66431 15.0519 6.07137C15.2911 6.3478 15.459 6.65781 15.551 7.00968C15.5804 7.12283 15.6034 7.23782 15.6296 7.35189V7.90475L15.6305 7.90429Z' fill='%2378787B' stroke='%2378787B' stroke-width='0.23'/%3E %3C/svg%3E");
  background-size: 18px;
  width: 20px;
  opacity: 0.9;
  margin-right: 0;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .authorAndSocial-pf .copyPopup {
  position: absolute;
  top: -30px;
  right: 120px;
  width: 110px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  padding: 6px;
  color: #fff;
  animation: fadeIn 0.4s ease-in-out;
  font-size: 12px;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .item-info .authorAndSocial-pf span {
  height: 20px;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .html-container {
  width: 100%;
  height: auto;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent {
  font-family: 'NarkisBlock';
  margin-top: 5px;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .pHeader {
  font-size: 20px;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent figure > * {
  width: 100%;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .originalLaunchDate,
#ArticleBodyComponent .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .coAutors {
  display: none;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .TextEditorBlogEndOfPreviewTextFlag {
  display: none;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .public-DraftStyleDefault-ol,
#ArticleBodyComponent .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .public-DraftStyleDefault-ul {
  width: 90%;
  font-size: 18px;
  line-height: 22px;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .public-DraftStyleDefault-ol {
  margin-right: 15px;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .coAuthors {
  display: none;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .VideoComponenta {
  margin-bottom: 10px;
}
#ArticleBodyComponent .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;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .html-container .VideoComponenta {
  margin-bottom: 50px;
  display: inline-block;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .html-container.loading-auto-feed-blog {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ArticleBodyComponent .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;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .bottom-row .continue-read-wrapper-pf {
  display: flex;
  align-items: center;
  width: auto;
  justify-content: space-between;
  align-self: flex-end;
  margin-bottom: 15px;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .bottom-row .continue-read-wrapper-pf .continue-read-pf {
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  cursor: pointer;
  margin: 0 0 0 2px;
  font-family: 'Moses', 'NarkisBlock';
  letter-spacing: -0.3px;
  color: #de1a1a;
}
.font-moses #ArticleBodyComponent .blogs-auto-feed-item.responsive .bottom-row .continue-read-wrapper-pf .continue-read-pf {
  font-family: 'Moses', 'NarkisBlock';
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .bottom-row .continue-read-wrapper-pf .little-arrow-pf {
  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;
  height: 13px;
  cursor: pointer;
  width: 15px;
  margin: 0px 2px;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .bottom-row .continue-read-wrapper-pf .little-arrow-pf.up {
  transform: rotate(180deg);
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .hidden_blocks {
  display: none;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .TextEditorBlogEndOfPreviewTextFlag {
  display: none;
}
#ArticleBodyComponent .blogs-auto-feed-item.responsive .ArticleImageComponenta {
  pointer-events: auto;
}
.blogs-auto-feed-widget .blogs-auto-feed-header-wrapper {
  margin: 10px 5px 10px 0px;
  justify-content: space-between;
  flex-flow: row wrap;
  display: flex;
}
.blogs-auto-feed-widget .blogs-auto-feed-header-wrapper a {
  color: inherit;
  text-decoration: inherit;
  line-height: 20px;
}
.blogs-auto-feed-widget .blogs-auto-feed-header-wrapper .blogs-auto-feed-header {
  text-decoration: none !important;
  color: #1e1e1e;
  letter-spacing: -0.3px;
  font-size: 24px;
  font-weight: 600;
  margin-left: 15px;
  margin-bottom: 5px;
  line-height: 0.83;
}
.blogs-auto-feed-widget .blogs-auto-feed-header-wrapper .orderCheckBoxes {
  display: flex;
  align-items: center;
  filter: grayscale(1);
  font-size: 16px;
  justify-self: end;
  justify-content: space-between;
}
.blogs-auto-feed-widget .blogs-auto-feed-header-wrapper .orderCheckBoxes > * {
  display: flex;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
}
.blogs-auto-feed-widget .blogs-auto-feed-header-wrapper .orderCheckBoxes > *:last-of-type {
  margin-left: 0;
}
.blogs-auto-feed-widget .blogs-auto-feed-header-wrapper .orderCheckBoxes input {
  margin-left: 5px;
}
.blogs-auto-feed-widget .blogs-item-wrapper {
  display: flex;
  padding: 28px 15px 0 15px;
  margin-bottom: 14px;
  border-right: 3px solid #de1a1a;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.18);
}
.blogs-auto-feed-widget .blogs-item-wrapper.isPinned {
  padding: 28px 0 5px 5px;
  background-color: #f3f8f9;
  border-right: initial;
  box-shadow: initial;
}
.blogs-auto-feed-widget .blogs-item-wrapper.isPinned .now-red-dot {
  display: none !important;
}
.blogs-auto-feed-widget .blogs-item-wrapper.hidden {
  display: none !important;
}
.blogs-auto-feed-widget .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;
  margin-left: 0.2rem;
  margin-top: 0.25rem;
}
.blogs-auto-feed-widget .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;
}
.blogs-auto-feed-widget .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';
  flex: 1;
}
.font-moses .blogs-auto-feed-widget .blogs-auto-feed-item.responsive {
  font-family: 'Moses', 'NarkisBlock';
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive.isPinned {
  background-color: #f3f8f9;
  box-shadow: none;
  border-right: none;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive.isPinned .html-container *:not(figure *, .pinIcon, .special_ul *, .public-DraftStyleDefault-block *) {
  background-color: #f3f8f9;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .text_editor_paragraph {
  padding-right: initial !important;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .text_editor_paragraph > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial !important;
  padding-right: 3px;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info {
  width: 100%;
  margin: 0 0 15px;
  font-family: NarkisBlock;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: right;
  color: #000;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info .title-row * {
  display: inline-block;
  font-weight: 600;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info .title-row .date-section {
  display: inline-block;
  padding-left: 5px;
  font-size: 20px;
  letter-spacing: -0.3px;
  line-height: 29px;
  font-weight: 600;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info .title-row .date-section .hour {
  color: #de1a1a !important;
  flex: 0;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info .title-row .date-section .date {
  color: #de1a1a !important;
  flex: 0;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info .title-row .title-section {
  padding-right: 5px;
  color: black;
  margin: unset;
  overflow: hidden;
  display: inline;
}
.blogs-auto-feed-widget .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: 20px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  display: inline;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info .title-row .title-row__now {
  position: relative;
  color: #de1a1a !important;
  align-items: center;
}
.blogs-auto-feed-widget .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: "";
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info .title-row .title-row__yesterday {
  color: #de1a1a !important;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info .title-row .yesterdayComma {
  color: #de1a1a;
  padding-left: 5px;
}
.blogs-auto-feed-widget .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;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info .title-row .title-row__separator.red {
  background-color: #de1a1a !important;
  margin-left: 5px;
}
.blogs-auto-feed-widget .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;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info .auth-row__separator {
  height: 65%;
  background-color: #888888;
  width: 2px !important;
  margin-left: 10px;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info .authorAndSocial {
  display: flex;
  height: 20px;
  align-items: center;
  padding-top: 10px;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info .authorAndSocial span {
  margin-left: 10px;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info .authorAndSocial .mobileShareBtn {
  display: none;
}
.blogs-auto-feed-widget .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;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info .authorAndSocial .social-icon:hover {
  opacity: initial;
}
.blogs-auto-feed-widget .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");
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .item-info .authorAndSocial .social-icon.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_81_3511)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='black'/%3E %3C/g%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 23C18.299 23 23 18.299 23 12.5C23 6.70101 18.299 2 12.5 2C6.70101 2 2 6.70101 2 12.5C2 18.299 6.70101 23 12.5 23ZM12.5 25C19.4036 25 25 19.4036 25 12.5C25 5.59644 19.4036 0 12.5 0C5.59644 0 0 5.59644 0 12.5C0 19.4036 5.59644 25 12.5 25Z' fill='black'/%3E %3Cdefs%3E %3CclipPath id='clip0_81_3511'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.blogs-auto-feed-widget .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");
}
.blogs-auto-feed-widget .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;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .html-container {
  width: 100%;
  height: auto;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent {
  font-family: 'NarkisBlock';
  margin-top: 5px;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .pHeader {
  font-size: 20px;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent figure > * {
  width: 100%;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .originalLaunchDate,
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .coAutors {
  display: none;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .TextEditorBlogEndOfPreviewTextFlag {
  display: none;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .public-DraftStyleDefault-ol,
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .public-DraftStyleDefault-ul {
  width: 90%;
  font-size: 18px;
  line-height: 22px;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .public-DraftStyleDefault-ol {
  margin-right: 15px;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .coAuthors {
  display: none;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .html-container .ArticleBodyComponent .VideoComponenta {
  margin-bottom: 10px;
}
.blogs-auto-feed-widget .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;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .html-container .VideoComponenta {
  margin-bottom: 50px;
  display: inline-block;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .html-container.loading-auto-feed-blog {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogs-auto-feed-widget .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;
}
.blogs-auto-feed-widget .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;
  margin-bottom: 15px;
}
.blogs-auto-feed-widget .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;
}
.font-moses .blogs-auto-feed-widget .blogs-auto-feed-item.responsive .bottom-row .continue-read-wrapper .continue-read {
  font-family: 'Moses', 'NarkisBlock';
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .bottom-row .continue-read-wrapper .little-arrow-pf {
  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;
  height: 13px;
  cursor: pointer;
  width: 15px;
  margin: 0px 2px;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .bottom-row .continue-read-wrapper .little-arrow-pf.up {
  transform: rotate(180deg);
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .hidden_blocks {
  display: none;
}
.blogs-auto-feed-widget .blogs-auto-feed-item.responsive .TextEditorBlogEndOfPreviewTextFlag {
  display: none;
}
.article-blog-componenta-wrapper .social-icon.tb {
  width: auto !important;
  height: 20px !important;
  font-family: 'Moses';
  opacity: initial !important;
  font-size: 13px;
  font-weight: 500;
  background-color: #de1a1a !important;
  color: #fff;
  border-radius: 50px;
  padding: 0px 10px;
}
.article-blog-componenta-wrapper #art_video_credit_id,
.article-blog-componenta-wrapper #art_video_caption_id {
  max-width: 365px;
}
.blog_article .ArticleHeaderComponent1280 h1 {
  font-family: "MosesDisplay", "NarkisBlock" !important;
  font-size: 54px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.3px !important;
}
.blog_article .ArticleHeaderComponent1280 h2 {
  font-family: "MosesDisplay", "NarkisBlock" !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.3px !important;
  color: #000000 !important;
  margin: 0 !important;
}
.blog_article .ArticleHeaderComponent1280 .blogs-auto-feed-header-wrapper {
  font-family: 'Moses', 'NarkisBlock' ! important;
}
.blog_article .postsSorter_title {
  font-family: 'Moses', 'NarkisBlock' ! important;
  font-size: 20px;
  font-weight: 670;
}
.blog_article .text_editor_paragraph {
  font-family: 'Moses', 'NarkisBlock' ! important;
  font-size: 17px !important;
  line-height: 1.58 !important;
  letter-spacing: normal !important;
}
.blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .audio-podcast-player .podcast-information {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
@media (max-width: 600px) {
  .ynet .site_page_root .hcontainer .blogs-auto-feed-widget .article-hot-updates-wrapper .blog-auto-feed .blogs-auto-feed-items-container .blogs-auto-feed-item .audio-podcast-player .podcast-information .podcast-title-rpf {
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
  }
}
.blogs-auto-feed-item .article-audio-podcast-componenta .audio-podcast-player .audio-podcast-player-container .podcast-container-details {
  width: 100% !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: 2.34375vw 3.125vw 2.34375vw 0;
  }
  .BlogsHotTitlesComponenta .headline {
    font-size: 4.0625vw !important;
    letter-spacing: -0.33px !important;
    line-height: 0.83 !important;
  }
  .font-moses .BlogsHotTitlesComponenta .headline {
    font-size: 5vw !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;
    height: fit-content;
  }
  .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;
    height: 19.375vw !important;
  }
  .BlogsHotTitlesComponenta .slotsContent .slotList .slotView .slotTitle {
    font-size: 3.75vw !important;
    font-weight: bold !important;
    line-height: 1.29 !important;
    white-space: normal;
    padding: 0 0 0px! important;
    margin-bottom: 1.5625vw ! important;
  }
  .font-moses .BlogsHotTitlesComponenta .slotsContent .slotList .slotView .slotTitle {
    font-size: 4.0625vw !important;
    font-weight: 670 !important;
  }
  .BlogsHotTitlesComponenta .slotsContent .slotList .slotView .moreDetails {
    font-size: 2.1875vw !important;
  }
  .font-moses .BlogsHotTitlesComponenta .slotsContent .slotList .slotView .moreDetails {
    font-size: 3.28125vw !important;
    font-weight: 340 !important;
    line-height: 1 !important;
    height: 3.28125vw ! important;
    flex-basis: 3.28125vw !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;
  }
  .blogs-hot-articles .BlogsHotTitlesComponenta *:not(.slotView, .slotView *),
  .blogs-hot-articles .BlogsHotTitlesComponenta .headline[style]:not(.slotView, .slotView *) {
    background-color: #111 !important;
  }
}
.BlogsHotTitlesComponenta,
.ArticleBlogsHotTitlesComponenta {
  display: flex;
  flex-direction: column;
  border-bottom: solid 0.5px #979797;
}
.BlogsHotTitlesComponenta .headline,
.ArticleBlogsHotTitlesComponenta .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;
}
.font-moses .BlogsHotTitlesComponenta .headline,
.font-moses .ArticleBlogsHotTitlesComponenta .headline {
  font-size: 18px;
  font-weight: 670;
  line-height: 1.11;
  letter-spacing: normal;
}
.BlogsHotTitlesComponenta .slotsContent,
.ArticleBlogsHotTitlesComponenta .slotsContent {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: -5px;
}
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView,
.ArticleBlogsHotTitlesComponenta .slotsContent .slotList .slotView {
  display: flex;
  margin-bottom: 30px;
}
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView .mediaArea,
.ArticleBlogsHotTitlesComponenta .slotsContent .slotList .slotView .mediaArea {
  overflow: hidden;
  width: 150px;
  height: 84px;
  margin-left: 10px;
  flex-shrink: 0;
  position: relative;
}
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView .mediaArea img,
.ArticleBlogsHotTitlesComponenta .slotsContent .slotList .slotView .mediaArea img {
  width: 100%;
  cursor: inherit;
}
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView .textdiv,
.ArticleBlogsHotTitlesComponenta .slotsContent .slotList .slotView .textdiv {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 84px;
  width: 100%;
  justify-content: space-between;
  /* Example */
}
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView .textdiv a,
.ArticleBlogsHotTitlesComponenta .slotsContent .slotList .slotView .textdiv a,
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView .textdiv a:hover,
.ArticleBlogsHotTitlesComponenta .slotsContent .slotList .slotView .textdiv a:hover {
  text-decoration: none;
  color: inherit;
}
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView .slotTitle,
.ArticleBlogsHotTitlesComponenta .slotsContent .slotList .slotView .slotTitle {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.3px;
  margin-bottom: 9px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 0 5px;
}
.font-moses .BlogsHotTitlesComponenta .slotsContent .slotList .slotView .slotTitle,
.font-moses .ArticleBlogsHotTitlesComponenta .slotsContent .slotList .slotView .slotTitle {
  font-size: 15px;
  font-weight: 670;
  line-height: 1.33;
  letter-spacing: normal;
  text-decoration: none;
}
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView .moreDetails,
.ArticleBlogsHotTitlesComponenta .slotsContent .slotList .slotView .moreDetails {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #78787b;
  width: 170px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-basis: 13px;
  margin-bottom: 0;
  padding: 0 !important;
}
.font-moses .BlogsHotTitlesComponenta .slotsContent .slotList .slotView .moreDetails,
.font-moses .ArticleBlogsHotTitlesComponenta .slotsContent .slotList .slotView .moreDetails {
  font-size: 11px;
  font-weight: 340;
  line-height: 1.45;
}
.BlogsHotTitlesComponenta .slotsContent .slotList .slotView .moreDetails .author,
.ArticleBlogsHotTitlesComponenta .slotsContent .slotList .slotView .moreDetails .author {
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@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;
  }
  .font-moses .blogs-manual-headlines .BlogsManualHeaderComponenta .slotsContent .slotList .slotView .textOfLink {
    font-size: 4.375vw !important;
    font-weight: 670 !important;
    line-height: normal !important;
  }
  .blogs-manual-headlines .BlogsManualHeaderComponenta .headline {
    height: 5.15625vw;
    font-size: 6.25vw !important;
    font-weight: bold !important;
  }
  .font-moses .blogs-manual-headlines .BlogsManualHeaderComponenta .headline {
    font-size: 5.78125vw !important;
    font-weight: 670 !important;
    line-height: 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) {
  .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 a {
  color: inherit;
  text-decoration: none;
}
.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;
}
.font-moses .BlogsManualHeaderComponenta .headline {
  font-size: 20px;
  font-weight: 670;
  line-height: 1;
  letter-spacing: normal;
}
.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;
}
.font-moses .BlogsManualHeaderComponenta .slotsContent .slotList .slotView .textOfLink {
  font-size: 17px;
  font-weight: 670;
  line-height: 1.47;
  letter-spacing: normal;
}
.BlogsManualHeaderComponenta .slotsContent .slotList .slotView a {
  color: inherit;
  text-decoration: underline;
}
.BlogsManualHeaderComponenta .slotsContent .slotList .slotView a:not([href]) {
  text-decoration: none !important;
}
.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) {
  .BlogsPageTitleComponenta {
    box-sizing: border-box !important;
    padding: 2.5vw 2.34375vw 6.25vw 2.34375vw !important;
  }
  .BlogsPageTitleComponenta .BlogsPageTitle {
    font-size: 2.875rem !important;
    line-height: 1.04 !important;
    letter-spacing: -0.29px !important;
    margin: 0.9375vw 0px 2.8125vw 0px !important;
    font-weight: bold !important;
  }
  .font-moses .BlogsPageTitleComponenta .BlogsPageTitle {
    font-size: 2.344rem !important;
    font-weight: 800 !important;
    line-height: 1.11 !important;
    font-family: "MosesDisplay", "NarkisBlock";
  }
  .BlogsPageTitleComponenta .BlogsPageSubTitle {
    font-size: 1.375rem !important;
    line-height: 1.27!important;
    letter-spacing: -0.3px !important;
    font-weight: 500 !important;
  }
  .font-moses .BlogsPageTitleComponenta .BlogsPageSubTitle {
    font-size: 1.318rem !important;
    font-weight: 500 !important;
    line-height: normal !important;
  }
  .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;
  }
}
@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) {
  .BlogsPageTitleComponenta .BlogsPageTitle,
  .BlogsPageTitleComponenta .BlogsPageSubTitle {
    color: #fff !important;
  }
}
.BlogsPageTitleComponenta {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.BlogsPageTitleComponenta .BlogsPageTitle {
  color: #000000;
  margin: 0;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  font-size: 64px;
  font-weight: bold;
  line-height: 0.95;
  letter-spacing: -0.3px;
  margin: 0 0 25px 0;
}
.font-moses .BlogsPageTitleComponenta .BlogsPageTitle {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
}
.BlogsPageTitleComponenta .BlogsPageSubTitle {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: #000000;
  margin: 0;
}
.font-moses .BlogsPageTitleComponenta .BlogsPageSubTitle {
  font-size: 25px;
  font-weight: 500;
}
.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;
}
.ynetnews .categorySubNavigation.englishSite ul li:first-child {
  background: unset;
}
.categorySubNavigation.englishSite ul li:last-child {
  background: none;
}
.vesty .categorySubNavigation.englishSite ul li:not(:last-child) {
  background: url(//www.ynet.co.il/images/trj_subnav_bullet.png) no-repeat right 10px ! important;
}
.categorySubNavigation ul {
  padding: 0;
  line-height: 22px;
  margin-right: -21px;
  list-style-type: none;
  overflow: hidden;
}
.radionas .categorySubNavigation ul {
  margin-right: -13px;
}
.categorySubNavigation ul li:first-child {
  background: none;
}
.categorySubNavigation ul li {
  display: inline-block;
  zoom: 1;
  margin-right: 10px;
  padding-right: 13px;
  font-size: 14px;
  font-weight: bold;
  background: url(//www.ynet.co.il/images/trj_subnav_bullet.png) no-repeat right 10px;
}
.grid1280_2 .categorySubNavigation ul li {
  background: none;
}
.radionas .categorySubNavigation ul li {
  margin-left: 37px;
}
.grid1280_2 .categorySubNavigation ul li.selected a[style] {
  color: #1417ac !important;
  font-weight: bold !important;
}
.radionas .categorySubNavigation ul li.selected a[style] {
  color: inherit !important;
  font-weight: 700 !important;
}
.categorySubNavigation ul li a {
  text-decoration: none;
  color: #000000;
}
.grid1280_2 .categorySubNavigation ul li a {
  font-size: 16px;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  font-weight: normal;
}
.radionas .categorySubNavigation ul li a {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 600 ! important;
  font-family: 'Noto Kufi Arabic' ! important;
  color: #020E24;
}
.font-moses .categorySubNavigation ul li a {
  font-size: 14px !important;
  font-weight: 340 !important;
  line-height: 23px !important;
}
.grid1280_2 .categorySubNavigation ul li span {
  font-size: 16px;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  font-weight: normal;
}
.radionas .categorySubNavigation ul li span {
  font-size: 18px! important;
  line-height: 24px! important;
  font-weight: 600! important;
  font-family: 'Noto Kufi Arabic' ! important;
  color: #020E24 !important;
}
.font-moses .categorySubNavigation ul li span {
  font-size: 14px !important;
  font-weight: 340 !important;
}
.categorySubNavigation ul li a:hover {
  color: #FF0000 !important;
}
.grid1280_2 .categorySubNavigation ul li a:hover {
  color: #1417ac !important;
}
.Complex {
  padding: 0 ! important;
  overflow: hidden;
}
.Complex .linksList,
.Complex .imageLinksList {
  margin: 0;
  list-style: none;
  display: flex;
  padding: 0;
  flex-shrink: 0;
  height: 24px;
}
.Complex .linksList {
  align-items: center;
}
.Complex .linksList li {
  font-size: 12px;
  line-height: 14px;
  height: 16px;
  padding: 0 8px;
}
.Complex .linksList li > a {
  text-decoration: none;
}
.Complex .linksList li > a:hover {
  text-decoration: none;
  cursor: pointer;
}
.Complex .linksList li:last-child {
  border-left: none !important;
}
.Complex .leftTabSide {
  justify-content: flex-end;
  z-index: 1;
  float: left;
  position: relative;
}
.Complex .rightTabSide {
  justify-content: flex-start;
  float: right;
  z-index: 1;
  position: relative;
}
.Complex .rightTabSide .imageLinksList {
  padding: 0 10px;
}
.Complex .rightTabSide .linksList li {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.grid1280 .Complex .leftTabSide > .linksList > li > a,
.grid1280 .Complex .leftTabSide > .linksList > li > span {
  text-decoration: underline ! important;
}
.grid1280 .Complex .leftTabSide > .linksList > li > a:hover,
.grid1280 .Complex .leftTabSide > .linksList > li > span:hover {
  text-decoration: underline !important;
  cursor: pointer;
}
.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: 4.53125vw ! important;
    min-height: 3.4375vw ! important;
  }
  .GeneralImageComponenta .subtitle {
    padding-top: 0 !important;
  }
  .GeneralImageComponenta .subtitle span {
    font-size: 3.75vw ! important;
  }
}
.GeneralImageComponenta {
  overflow: hidden;
  height: 100%;
}
.GeneralImageComponenta .MediaCarousel img {
  cursor: unset ! important;
}
.GeneralImageComponenta > div,
.GeneralImageComponenta > div > div,
.GeneralImageComponenta > div > div > div {
  height: 100%;
}
.GeneralImageComponenta.englishSite .title,
.GeneralImageComponenta.englishSite .subtitle {
  text-align: left;
}
.GeneralImageComponenta .GeneralImageItemSlot {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.GeneralImageComponenta .GeneralImageItemSlot .imageWrapper {
  order: 1;
}
.GeneralImageComponenta .titlesOverImage {
  position: absolute;
  width: 100%;
  color: white;
  z-index: 1;
  font-family: Arial;
  min-height: 40px;
}
.GeneralImageComponenta .titlesOverImage a,
.GeneralImageComponenta .titlesOverImage a:hover,
.GeneralImageComponenta .titlesOverImage a:active {
  text-decoration: none;
}
.GeneralImageComponenta .titlesOverImage .title {
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  font-weight: bold;
}
.GeneralImageComponenta .titlesOverImage .subtitle,
.GeneralImageComponenta .titlesOverImage .moreDetails {
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
}
.GeneralImageComponenta .titlesOutsideImage {
  flex-grow: 1;
  padding: 7px 9px 10px 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
.GeneralImageComponenta .titlesOutsideImage .mainText {
  flex-grow: 1;
  overflow-y: auto;
}
.GeneralImageComponenta .titlesOutsideImage a,
.GeneralImageComponenta .titlesOutsideImage a:hover,
.GeneralImageComponenta .titlesOutsideImage a:active {
  text-decoration: none;
}
.GeneralImageComponenta .titlesOutsideImage .title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}
.GeneralImageComponenta .titlesOutsideImage .subtitle {
  font-size: 13px;
  line-height: 14px;
  padding-bottom: 5px;
  padding-top: 4px;
}
@media only screen and (max-width: 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;
}
.google-search-contianer-componenta {
  height: 37px;
  padding: 0px 11.9px 0px 10.5px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #000;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.google-search-contianer-componenta .search-icon {
  cursor: pointer;
  width: 13.9px;
  height: 13.6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.235' height='23.694' viewBox='0 0 24.235 23.694'%3E %3Cg data-name='Group 321'%3E %3Cpath data-name='Ellipse 18' d='M2.737 11.363a8.626 8.626 0 1 0 8.626-8.626 8.635 8.635 0 0 0-8.626 8.626m-2.737 0a11.363 11.363 0 1 1 11.363 11.363A11.363 11.363 0 0 1 0 11.363z'/%3E %3Cpath data-name='Line 84' d='M24.235 21.758 22.3 23.694l-4.329-4.329 1.936-1.935z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.google-search-contianer-componenta input.google-search {
  border: none;
  width: 100%;
  font-size: 16px !important;
}
.google-search-contianer-componenta input.google-search:placeholder-shown {
  opacity: 0.87;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: right;
  color: #878788;
}
.HotTitlesComponenta,
.ArticleBlogsHotTitlesComponenta {
  display: flex;
  flex-direction: column;
}
.HotTitlesComponenta .hotTitlesTab,
.ArticleBlogsHotTitlesComponenta .hotTitlesTab {
  flex-shrink: 0;
}
.HotTitlesComponenta .slotsContent,
.ArticleBlogsHotTitlesComponenta .slotsContent {
  flex-grow: 1;
  margin: 0;
}
.HotTitlesComponenta .slotList,
.ArticleBlogsHotTitlesComponenta .slotList {
  display: flex;
  flex-direction: column;
}
.HotTitlesComponenta .slotList .slotView,
.ArticleBlogsHotTitlesComponenta .slotList .slotView {
  display: flex;
  overflow: hidden;
}
.HotTitlesComponenta .slotList .slotView:last-child,
.ArticleBlogsHotTitlesComponenta .slotList .slotView:last-child {
  margin-bottom: 15px;
}
.HotTitlesComponenta .slotList .slotView a,
.ArticleBlogsHotTitlesComponenta .slotList .slotView a,
.HotTitlesComponenta .slotList .slotView a:hover,
.ArticleBlogsHotTitlesComponenta .slotList .slotView a:hover {
  overflow: hidden;
  text-decoration: none !important;
}
.HotTitlesComponenta .slotList .slotView span,
.ArticleBlogsHotTitlesComponenta .slotList .slotView span {
  overflow: hidden;
}
.HotTitlesComponenta .slotList .slotTitle,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  padding: 0 10px 5px 10px;
  overflow: hidden;
  box-sizing: border-box;
  text-decoration: none;
}
.HotTitlesComponenta .slotList .slotTitle a,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle a,
.HotTitlesComponenta .slotList .slotTitle a:hover,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle a:hover {
  text-decoration: none !important;
}
.HotTitlesComponenta .slotList .slotTitle a:hover span[style],
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle a:hover span[style] {
  color: #F00 ! important;
}
.HotTitlesComponenta .slotList .slotTitle .videoIcon,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle .videoIcon {
  margin-bottom: -3px;
}
.HotTitlesComponenta .slotList .moreDetails,
.ArticleBlogsHotTitlesComponenta .slotList .moreDetails {
  color: #9C9C9C;
  font-size: 11px;
  line-height: 13px;
  vertical-align: top;
  padding: 0 10px 0 10px;
  width: auto;
  display: inline-block;
}
.HotTitlesComponenta .slotList .moreDetails > span,
.ArticleBlogsHotTitlesComponenta .slotList .moreDetails > span {
  vertical-align: inherit;
}
.HotTitlesComponenta .mediaArea,
.ArticleBlogsHotTitlesComponenta .mediaArea {
  width: 96px;
  height: 56px;
  overflow: hidden;
  flex-shrink: 0;
}
.HotTitlesComponenta .textDiv,
.ArticleBlogsHotTitlesComponenta .textDiv {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.HotTitlesComponenta.englishSite,
.ArticleBlogsHotTitlesComponenta.englishSite {
  direction: ltr;
}
.HotTitlesComponenta.englishSite .mediaArea,
.ArticleBlogsHotTitlesComponenta.englishSite .mediaArea {
  width: 114px;
  height: 64px;
}
.HotTitlesComponenta.englishSite .slotTitle,
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle {
  max-height: 48px;
  overflow: hidden;
}
.HotTitlesComponenta.englishSite .slotTitle a,
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle a,
.HotTitlesComponenta.englishSite .slotTitle a:hover,
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle a:hover {
  text-decoration: none;
}
.HotTitlesComponenta.englishSite .slotTitle a:hover span[style],
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle a:hover span[style] {
  color: #F00 ! important;
}
.HotTitlesComponenta .hotTitlesTab,
.ArticleBlogsHotTitlesComponenta .hotTitlesTab {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 0px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.HotTitlesComponenta .mediaArea,
.ArticleBlogsHotTitlesComponenta .mediaArea,
.HotTitlesComponenta .imageArea,
.ArticleBlogsHotTitlesComponenta .imageArea {
  position: relative;
}
.HotTitlesComponenta .MediaCarousel,
.ArticleBlogsHotTitlesComponenta .MediaCarousel {
  display: flex;
  order: 1;
}
.HotTitlesComponenta .MediaCarousel .EditableVideo > img,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .EditableVideo > img {
  height: 100%;
  cursor: inherit;
}
.HotTitlesComponenta .MediaCarousel .mediaItems,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.HotTitlesComponenta .MediaCarousel .galleryArrow,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.HotTitlesComponenta .MediaCarousel .galleryArrow:disabled,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .galleryArrow:disabled {
  display: none;
}
.HotTitlesComponenta .MediaCarousel .galleryArrow:after,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #3a3a3a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cpolygon points='29.1,0 17.5,0 2.9,16 17.5,32 29.1,32 14.5,16 '/%3E %3C/svg%3E");
  background-size: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.HotTitlesComponenta .MediaCarousel .numberOfMedia,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .numberOfMedia {
  display: none;
}
.HotTitlesComponenta .MediaCarousel .scrollRightBtn,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.HotTitlesComponenta .MediaCarousel .scrollRightBtn:after,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.HotTitlesComponenta .MediaCarousel .scrollLeftBtn,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.HotTitlesComponenta .MediaCarousel .scrollLeftBtn:after,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollLeftBtn:after {
  left: 0;
}
@media only screen and (max-width: 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;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView.inEditMode .show-small-vp {
  display: none;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView.inEditMode .MarketingSign {
  position: absolute;
  bottom: 2px;
  right: 0;
  display: flex;
  height: 25px;
  overflow: hidden;
  z-index: 3;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView.inEditMode .MarketingSign .marketingText {
  display: none;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView .MarketingSign {
  bottom: 2px;
}
.Componenta .MultiImagesComponenta .slotListArrow {
  pointer-events: none;
}
.Componenta.editMode .MultiImagesComponenta .slotListArrow {
  pointer-events: unset;
}
.grid1280 .MultiImagesComponenta .slotView {
  width: 182px ! important;
}
.grid1280 .MultiImagesComponenta .slotView.dfpId[style] {
  display: flex ! important;
  height: 155px;
}
.grid1280 .MultiImagesComponenta .slotView.dfpId[style] .imageArea {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c0c9d0;
  font-size: 16px;
}
.grid1280 .MultiImagesComponenta .multiImagesTab {
  margin-bottom: 12px ! important;
}
.grid1280 .MultiImagesComponenta .slotTextArea {
  margin-top: 6px ! important;
}
.grid1280 .MultiImagesComponenta .imageArea {
  width: 182px ! important;
  height: 102px ! important;
}
.grid1280 .MultiImagesComponenta .imageArea .commertialTExt {
  position: absolute;
  top: 6px;
  height: 16px;
  width: 44px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000066;
  z-index: 1;
}
.MultiImagesComponenta {
  display: flex;
  flex-direction: column;
}
.MultiImagesComponenta .MediaCarousel {
  overflow: hidden;
}
.MultiImagesComponenta .imageArea {
  position: relative;
  display: flex;
  width: 148px;
  height: 84px;
  overflow: hidden;
}
.MultiImagesComponenta.commertial .slotTitle {
  font-size: 14px;
}
.MultiImagesComponenta.commertial .slotSubTitle {
  font-size: 12px;
  line-height: 14px;
}
.MultiImagesComponenta.commertial .slotTitle > a,
.MultiImagesComponenta.commertial .slotSubTitle > a {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotTitle > a:hover,
.MultiImagesComponenta.commertial .slotSubTitle > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotView {
  width: 148px;
}
.MultiImagesComponenta.commertial .slotBottomLink {
  width: 100%;
  min-height: 16px;
  font-size: 12px;
  padding-bottom: 6px;
  font-weight: normal;
}
.MultiImagesComponenta.commertial .slotBottomLink > a {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotBottomLink > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotBottomLink > a:hover > span {
  color: #ff0000 ! important;
}
.MultiImagesComponenta.standart .YplusItem .slotTitle {
  overflow: hidden;
  max-height: 32px;
}
.MultiImagesComponenta.standart .slotTitle,
.MultiImagesComponenta.standart .slotSubTitle {
  width: 100%;
}
.MultiImagesComponenta.standart .slotTitle > a,
.MultiImagesComponenta.standart .slotSubTitle > a {
  text-decoration: none;
}
.MultiImagesComponenta.standart .slotTitle > a:hover,
.MultiImagesComponenta.standart .slotSubTitle > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.standart .slotTitle > a:hover > span,
.MultiImagesComponenta.standart .slotSubTitle > a:hover > span {
  color: #ff0000 ! important;
}
.MultiImagesComponenta.Auto .slotTitle {
  overflow: hidden;
  max-height: 32px;
}
.MultiImagesComponenta.Auto .slotSubTitle {
  max-height: 26px;
  overflow: hidden;
}
.MultiImagesComponenta.Auto .slotTitle,
.MultiImagesComponenta.Auto .slotSubTitle {
  width: 100%;
}
.MultiImagesComponenta.Auto .slotTitle > a,
.MultiImagesComponenta.Auto .slotSubTitle > a {
  text-decoration: none;
}
.MultiImagesComponenta.Auto .slotTitle > a:hover,
.MultiImagesComponenta.Auto .slotSubTitle > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.Auto .slotTitle > a:hover > span,
.MultiImagesComponenta.Auto .slotSubTitle > a:hover > span {
  color: #ff0000 ! important;
}
.MultiImagesComponenta .moreDetails {
  margin: 1px 0 0;
  color: #999999;
  vertical-align: top;
  font-size: 12px;
  height: 14px;
  display: flex;
  overflow: hidden;
}
.MultiImagesComponenta .moreDetails .authorField {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.MultiImagesComponenta .moreDetails span:not(.authorField) {
  flex-shrink: 0;
}
.MultiImagesComponenta .slotTextArea {
  margin-top: 8px;
}
.MultiImagesComponenta .slotTitle {
  font-size: 14px;
}
.MultiImagesComponenta .disallowEdit {
  pointer-events: none;
}
.MultiImagesComponenta .slotsContent {
  position: relative;
  padding-top: 2px;
  overflow: hidden;
  margin-bottom: 2px;
}
.MultiImagesComponenta .slotsContent .slotListArrow {
  top: 28px;
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.MultiImagesComponenta .slotsContent .slotListArrow:disabled {
  display: none;
}
.MultiImagesComponenta .slotsContent .slotListArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #3a3a3a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cpolygon points='29.1,0 17.5,0 2.9,16 17.5,32 29.1,32 14.5,16 '/%3E %3C/svg%3E");
  background-size: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.MultiImagesComponenta .slotsContent .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.MultiImagesComponenta .slotsContent .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.MultiImagesComponenta .slotsContent .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.MultiImagesComponenta .slotsContent .scrollLeftBtn:after {
  left: 0;
}
.MultiImagesComponenta .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImagesComponenta .slotListWrapper .slotView {
  width: 148px;
  flex-shrink: 0;
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode {
  position: relative;
  overflow: hidden;
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesComponenta .slotListWrapper .slotTitle {
  font-weight: bold;
  line-height: 16px;
}
.MultiImagesComponenta .slotListWrapper .slotSubTitle {
  line-height: 13px;
  font-size: 12px;
  margin-top: 2px;
}
.MultiImagesComponenta .multiImagesTab {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 7px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}
.MultiImagesComponenta .doubleTab {
  padding: 0px ! important;
}
.MultiImagesComponenta .doubleTab .titleLink {
  width: 586px ! important;
  padding: 0 10px;
  box-sizing: border-box;
}
.MultiImagesComponenta .doubleTab .titleLink.rightTitleLink {
  margin-left: 20px;
}
.MultiImagesComponenta .doubleTab .titleLink .leftTitleText {
  float: right !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
.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.radionas .categoryBreadcrumbs * {
  font-family: 'Noto Kufi Arabic' !important;
}
.grid1280_2.radionas .categoryBreadcrumbs ul li:first-child {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
}
.grid1280_2.ynetnews .categoryBreadcrumbs {
  direction: ltr;
}
.grid1280_2.ynetnews .categoryBreadcrumbs ul li {
  padding-right: unset;
  padding-left: 0px;
  margin-left: unset;
  margin-right: 0px;
}
.grid1280_2.ynetnews .categoryBreadcrumbs ul li > .arrow {
  transform: rotate(180deg);
}
.grid1280_2 .categoryBreadcrumbs {
  font-family: 'NarkisBlock', "Arial";
  height: 25px;
  display: flex;
  align-items: center;
}
.font-moses .grid1280_2 .categoryBreadcrumbs {
  font-family: 'Moses', 'NarkisBlock', "Arial";
}
.ynetnews .grid1280_2 .categoryBreadcrumbs {
  direction: ltr;
}
.grid1280_2 .categoryBreadcrumbs a:hover {
  color: #1417ac;
}
.grid1280_2 .categoryBreadcrumbs ul li:first-child {
  font-weight: normal;
}
.font-moses .grid1280_2 .categoryBreadcrumbs ul li:first-child {
  font-weight: 340;
}
.grid1280_2 .categoryBreadcrumbs ul {
  align-items: baseline;
  flex-direction: row;
  display: flex;
}
.grid1280_2 .categoryBreadcrumbs ul li {
  font-size: 16px;
  letter-spacing: -0.24px;
  line-height: 25px;
  color: #000;
  background: transparent;
  padding-right: 0px;
  margin-left: 0px;
  font-weight: normal;
}
.font-moses .grid1280_2 .categoryBreadcrumbs ul li {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 23px;
  font-weight: 340;
}
.ynetnews .grid1280_2 .categoryBreadcrumbs ul li {
  padding-right: unset;
  padding-left: 0px;
  margin-left: unset;
  margin-right: 0px;
}
.grid1280_2 .categoryBreadcrumbs ul li:last-child > .arrow {
  display: none;
}
.grid1280_2 .categoryBreadcrumbs ul li:last-child a {
  font-weight: bold;
}
.font-moses .grid1280_2 .categoryBreadcrumbs ul li:last-child a {
  font-weight: 670;
}
.grid1280_2 .categoryBreadcrumbs ul li > .arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.997 29.635'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B stroke-linejoin: round; %7D .cls-2, .cls-3 %7B stroke: none; %7D %3C/style%3E %3C/defs%3E %3Cg id='Shape_1029' data-name='Shape 1029' transform='translate(-7227.503 -944.496)'%3E %3Cg id='Shape_1029-2' data-name='Shape 1029' transform='translate(0.001 0)'%3E %3Cpath class='cls-2' d='M 7240.275390625 973.380126953125 C 7240.1572265625 973.380126953125 7240.04248046875 973.3228759765625 7239.95263671875 973.2188720703125 L 7228.40673828125 959.7489013671875 C 7228.203125 959.5123291015625 7228.203125 959.11328125 7228.40625 958.877197265625 L 7239.95361328125 945.4068603515625 C 7240.04248046875 945.3027954101563 7240.1572265625 945.2456665039063 7240.27734375 945.2456665039063 C 7240.396484375 945.2456665039063 7240.5107421875 945.3026123046875 7240.5986328125 945.4059448242188 C 7240.80029296875 945.6427001953125 7240.80029296875 946.0420532226563 7240.5986328125 946.2783203125 L 7229.56591796875 959.1500244140625 L 7229.4267578125 959.312744140625 L 7229.56591796875 959.4754638671875 L 7240.59912109375 972.3465576171875 C 7240.7998046875 972.5827026367188 7240.7998046875 972.9833374023438 7240.5986328125 973.2205200195313 C 7240.5107421875 973.3233032226563 7240.39599609375 973.380126953125 7240.275390625 973.380126953125 Z'/%3E %3Cpath class='cls-3' d='M 7240.275390625 973.130126953125 C 7240.33447265625 973.130126953125 7240.38037109375 973.0909423828125 7240.40771484375 973.0587158203125 C 7240.5302734375 972.9144287109375 7240.5302734375 972.6516723632813 7240.40966796875 972.50927734375 L 7229.37646484375 959.63818359375 L 7229.09716796875 959.312744140625 L 7229.37646484375 958.9873657226563 L 7240.40869140625 946.1161499023438 C 7240.53076171875 945.9728393554688 7240.5302734375 945.7117309570313 7240.40771484375 945.5676879882813 C 7240.3798828125 945.5348510742188 7240.33447265625 945.4956665039063 7240.27685546875 945.4956665039063 C 7240.23095703125 945.4956665039063 7240.1845703125 945.5210571289063 7240.14306640625 945.569580078125 L 7228.595703125 959.040283203125 C 7228.47314453125 959.1829223632813 7228.47314453125 959.4428100585938 7228.59619140625 959.5862426757813 L 7240.14208984375 973.0554809570313 C 7240.17138671875 973.0895385742188 7240.21826171875 973.130126953125 7240.275390625 973.130126953125 M 7240.275390625 973.630126953125 C 7240.08984375 973.630126953125 7239.90625 973.54736328125 7239.763671875 973.38232421875 L 7228.216796875 959.91162109375 C 7227.931640625 959.580078125 7227.931640625 959.04541015625 7228.216796875 958.714111328125 L 7239.763671875 945.244140625 C 7239.9052734375 945.0784912109375 7240.09130859375 944.9956665039063 7240.27685546875 944.9956665039063 C 7240.462890625 944.9956665039063 7240.6484375 945.0784912109375 7240.7890625 945.244140625 C 7241.0703125 945.574462890625 7241.0703125 946.1103515625 7240.7890625 946.4404296875 L 7229.755859375 959.312744140625 L 7240.7890625 972.183837890625 C 7241.0703125 972.514892578125 7241.0703125 973.051025390625 7240.7890625 973.38232421875 C 7240.6484375 973.54736328125 7240.462890625 973.630126953125 7240.275390625 973.630126953125 Z'/%3E %3C/g%3E %3Cg id='Stroke_Effect' data-name='Stroke Effect' class='cls-1' transform='translate(7228.004 944.996)'%3E %3Cpath class='cls-2' d='M 12.27148056030273 28.88427543640137 C 12.00577068328857 28.88427543640137 11.75685024261475 28.76552391052246 11.57058048248291 28.54990386962891 L 0.02308031171560287 15.07847499847412 C -0.3441796898841858 14.65146446228027 -0.3441596925258636 13.98221492767334 0.02341031283140182 13.55517482757568 L 11.56996059417725 0.08558476716279984 C 11.75497055053711 -0.130845233798027 12.00479984283447 -0.2501752376556396 12.27320003509521 -0.2501752376556396 C 12.54193019866943 -0.2501752376556396 12.79143047332764 -0.130615234375 12.97574996948242 0.08650476485490799 C 13.33860015869141 0.512664794921875 13.33858013153076 1.180554747581482 12.97545051574707 1.606724739074707 L 2.081230878829956 14.31688785552979 L 12.9749698638916 27.0252742767334 C 13.33812999725342 27.45275497436523 13.33816051483154 28.12136459350586 12.97574996948242 28.54826545715332 C 12.7910099029541 28.76506423950195 12.54100036621094 28.88427543640137 12.27148056030273 28.88427543640137 Z'/%3E %3Cpath class='cls-3' d='M 12.27148056030273 28.63427543640137 C 12.45898056030273 28.63427543640137 12.64453029632568 28.55151557922363 12.78516006469727 28.386474609375 C 13.06641006469727 28.05517387390137 13.06641006469727 27.51904487609863 12.78516006469727 27.18798446655273 L 1.751950263977051 14.31689453125 L 12.78516006469727 1.444584727287292 C 13.06641006469727 1.114504814147949 13.06641006469727 0.5786147713661194 12.78516006469727 0.2482947707176208 C 12.64453506469727 0.08264476805925369 12.45898818969727 -0.0001802343758754432 12.27319622039795 -0.0001802343758754432 C 12.08740520477295 -0.0001802343758754432 11.90137004852295 0.08264476805925369 11.75977039337158 0.2482947707176208 L 0.2128903120756149 13.71826457977295 C -0.07226968556642532 14.04956436157227 -0.07226968556642532 14.58422470092773 0.2128903120756149 14.91577434539795 L 11.75977039337158 28.386474609375 C 11.90233993530273 28.55151557922363 12.08594036102295 28.63427543640137 12.27148056030273 28.63427543640137 M 12.27148056030273 29.13427543640137 C 11.93199062347412 29.13427543640137 11.61589050292969 28.98478507995605 11.3814001083374 28.71333503723145 L -0.1667296886444092 15.24117469787598 C -0.61236971616745 14.72304439544678 -0.6123197078704834 13.91054439544678 -0.1660696864128113 13.39208507537842 L 11.38016033172607 -0.07712523639202118 C 11.60982036590576 -0.3457852303981781 11.93548011779785 -0.5001752376556396 12.27320003509521 -0.5001752376556396 C 12.61157989501953 -0.5001752376556396 12.93710994720459 -0.3453052341938019 13.16633987426758 -0.07528523355722427 C 13.60636043548584 0.4415147602558136 13.60630989074707 1.251804709434509 13.16574001312256 1.768864750862122 L 2.410497665405273 14.31687545776367 L 13.16478061676025 26.86257553100586 C 13.60574054718018 27.38162422180176 13.60579013824463 28.1923942565918 13.16633033752441 28.71006393432617 C 12.93640041351318 28.97991561889648 12.61045074462891 29.13427543640137 12.27148056030273 29.13427543640137 Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 5px;
  height: 9px;
  margin: 0px 9px;
  display: inline-flex;
}
.ynetnews .grid1280_2 .categoryBreadcrumbs ul li > .arrow {
  transform: rotate(180deg);
}
.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: 30px;
  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 0 9px 20px;
  width: 190px;
  display: flex;
  flex-direction: column;
}
.ElectionComponenta .slotsContent .slotList .slotView .mediaArea {
  width: 100%;
  height: 107px;
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}
.ElectionComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel {
  width: 190px;
  height: 107px;
  overflow: hidden;
}
.ElectionComponenta .slotsContent .slotList .slotView .slotTitle {
  font-size: 18px;
  line-height: 20px;
  height: auto;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ElectionComponenta .slotsContent .slotList .slotView .slotTitle a,
.ElectionComponenta .slotsContent .slotList .slotView .slotTitle a:hover {
  text-decoration: none;
  color: #000;
}
.ElectionComponenta .slotsContent .slotList .slotView .moreDetails {
  position: absolute;
  bottom: 0;
  font-size: 13px;
  max-height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 12px;
  height: auto;
}
.ElectionComponenta .slotsContent .slotList .slotView .moreDetails .authorField {
  text-overflow: ellipsis;
  max-width: 100px;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
}
.ElectionComponenta .slotsContent .slotList .slotView .moreDetails span:nth-child(2) {
  margin: 0 5px;
}
.ElectionComponenta .linksArea {
  width: 183px;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-inline-start: 3px;
}
.ElectionComponenta .linksArea .counterArea {
  text-decoration: none;
  color: #000;
}
.ElectionComponenta .linksArea li {
  margin-bottom: 6px;
}
.ElectionComponenta .linksArea li a,
.ElectionComponenta .linksArea li a:hover {
  text-decoration: none;
  color: unset;
}
.ElectionComponenta .linksArea li .text {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #1516ac;
  border-radius: 12px;
  height: 25px;
  width: 183px;
  box-sizing: border-box;
}
.ElectionComponenta .linksArea li .text .itemArrow {
  position: absolute;
  left: 10px;
  top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='21' viewBox='0 0 18 21'%3E %3Ctext data-name='←' transform='translate(0 17)' style='fill:%23fff;font-size:18px;font-family:LucidaGrande,Lucida Grande;letter-spacing:-.02em'%3E%3Ctspan x='0' y='0'%3E←%3C/tspan%3E%3C/text%3E %3C/svg%3E");
  background-position: left center;
  background-size: auto auto;
  background-color: transparent;
  background-repeat: no-repeat;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
}
.ElectionComponenta .linksArea li .text .itemText {
  letter-spacing: -0.32px;
  padding: 0 10px;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
}
.electionDateCounter .dateCounterWrapper .electionTitle {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
}
.electionDateCounter .dateCounterWrapper .dateDisplay {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}
.electionDateCounter .dateCounterWrapper .dateDisplay .separatorBar {
  width: 2px;
  height: 50px;
  background: #ff0000;
  margin-top: 10px;
}
.electionDateCounter .dateCounterWrapper .dateDisplay .countItem {
  display: flex;
  flex-direction: column;
  font-family: "Almoni";
  color: #000000;
  align-items: center;
}
.electionDateCounter .dateCounterWrapper .dateDisplay .countItem .number {
  font-size: 39px;
  height: 40px;
  display: flex;
  width: auto;
}
.electionDateCounter .dateCounterWrapper .dateDisplay .countItem .number.bold {
  font-weight: bold;
}
.electionDateCounter .dateCounterWrapper .dateDisplay .countItem .text {
  font-size: 21px;
  line-height: 21px;
}
.electionDateCounter .electionYearTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
}
.electionDateCounter .electionYearTitle .upperText {
  font-size: 44px;
  font-weight: 600;
  line-height: 0.3;
}
.electionDateCounter .electionYearTitle .lowerText {
  display: flex;
  align-items: center;
  min-height: 50px;
}
.electionDateCounter .electionYearTitle .lowerText .yearText {
  font-size: 44px;
  font-weight: 900;
}
.electionDateCounter .electionYearTitle .lowerText .ynetLogo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62.535 62.539'%3E %3Cg id='Group_8' data-name='Group 8' transform='translate(16206.5 20246)'%3E %3Cpath id='Clip_12' data-name='Clip 12' d='M0,31.269A31.268,31.268,0,0,0,31.267,62.539h0A31.268,31.268,0,0,0,62.535,31.269h0A31.268,31.268,0,0,0,31.267,0h0A31.268,31.268,0,0,0,0,31.269Z' transform='translate(-16206.5 -20246)' fill='%23de1a1a'/%3E %3Cpath id='Fill_11' data-name='Fill 11' d='M25.341,1.641A1.181,1.181,0,0,0,24.2,0H20.416a1.635,1.635,0,0,0-1.705,1.326L14.038,20.4c-.442,1.768-.758,3.348-1.011,4.484a19.526,19.526,0,0,0-.568-3.853l-5.3-19.64A1.755,1.755,0,0,0,5.387,0H1.219A1.13,1.13,0,0,0,.083,1.578L8.165,26.9a1.582,1.582,0,0,0,1.705,1.327h2.147a20.742,20.742,0,0,1-1.074,3.789A8.427,8.427,0,0,1,6.65,37.638l-.884.441a1.528,1.528,0,0,0-.759,1.958l1.326,2.589a1.424,1.424,0,0,0,1.894.695l1.389-.632c3.347-1.515,5.81-4.42,7.072-9.093Z' transform='translate(-16187.347 -20233.904)' fill='%23fefefe'/%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;
  width: 37px;
  height: 31px;
}
.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: 4.0625vw !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;
  }
  .font-moses .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab {
    font-size: 4.0625vw !important;
    font-weight: 670 !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab:after {
    display: none !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active {
    box-shadow: -0.46875vw -0.625vw 0.625vw 0.46875vw rgba(0, 0, 0, 0.06) !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;
  margin-bottom: -2px;
}
.font-moses .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab {
  font-size: 14px;
  line-height: 20px;
  font-weight: 340;
}
.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 -6px 5px 0px rgba(0, 0, 0, 0.06);
}
.font-moses .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active {
  font-weight: 670;
}
.grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active:first-child {
  margin-right: 6px;
}
.grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active:nth-child(3) {
  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;
  width: calc(100% + 12px);
  margin: 0 -6px;
}
.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;
}
.ynetnews .ynetFooter,
.vesty .ynetFooter {
  direction: ltr;
}
.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;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .font-moses .NewsLetterComponenta .newsLetterHeader .headerTitle {
    font-size: 7.1875vw !important;
    font-weight: 670 !important;
    line-height: 7.65625vw !important;
    font-family: "Moses", "NarkisBlock" !important;
    padding: 0 7.8125vw !important;
  }
  .font-moses .NewsLetterComponenta .newsLetterHeader .headerSubTitle {
    font-size: 4.0625vw !important;
    font-weight: 340 !important;
  }
  .font-moses .NewsLetterComponenta .itemsList .newsLetterItem .frequency {
    font-size: 3.4375vw !important;
  }
  .font-moses .NewsLetterComponenta .itemsList .newsLetterItem .textArea .newsLetterTitle {
    font-size: 3.90625vw !important;
  }
  .font-moses .NewsLetterComponenta .itemsList .newsLetterItem .textArea .newsLetterSubTitle {
    font-size: 3.4375vw !important;
    line-height: normal !important;
    height: 10.3125vw !important;
  }
  .font-moses .NewsLetterComponenta .itemsList .newsLetterItem .signUpBtn {
    font-size: 3.28125vw !important;
    font-weight: 500 !important;
  }
  .font-moses .NewsLetterComponenta .itemsList .newsLetterItem .gotoLink {
    font-size: 3.28125vw !important;
    font-weight: 340 !important;
  }
  .NewsLetterComponenta .newsLetterHeader {
    width: 62.5vw ! important;
    margin-bottom: 8.4375vw !important;
  }
  .NewsLetterComponenta .newsLetterHeader .headerTitle {
    font-size: 6.71875vw !important;
    margin-bottom: 2.34375vw !important;
    padding: 0 3.125vw !important;
    line-height: 1;
  }
  .NewsLetterComponenta .newsLetterHeader .headerSubTitle {
    font-size: 5.3125vw !important;
    font-weight: normal;
    line-height: 5.625vw !important;
  }
  .NewsLetterComponenta .itemsList {
    flex-wrap: nowrap !important;
    flex-direction: column;
    padding: 0 !important;
    box-sizing: border-box;
  }
  .NewsLetterComponenta .itemsList .newsLetterItem {
    width: 81.25vw !important;
    height: 35.3125vw !important;
    margin: 0 auto 9.0625vw !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    padding: 5.9375vw 3.90625vw 3.125vw !important;
    box-sizing: border-box;
  }
  .NewsLetterComponenta .itemsList .newsLetterItem:after {
    border-bottom: 1.5625vw solid #c5c0c0 !important;
    border-left: 1.5625vw solid transparent !important;
    border-right: 1.5625vw solid transparent !important;
    width: 25.78125vw !important;
    top: -1.5625vw !important;
    left: unset !important;
    right: 2.34375vw !important;
  }
  .NewsLetterComponenta .itemsList .newsLetterItem .frequency {
    width: 22.65625vw !important;
    height: 4.84375vw !important;
    background: #d4d4d4;
    font-size: 3.90625vw !important;
    top: -1.5625vw !important;
    border-radius: 0px 0px 6.25vw 6.25vw !important;
    left: unset !important;
    right: 3.90625vw;
    z-index: 1;
  }
  .NewsLetterComponenta .itemsList .newsLetterItem .textArea {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 51.5625vw;
  }
  .NewsLetterComponenta .itemsList .newsLetterItem .textArea .newsLetterTitle {
    font-size: 4.76563vw !important;
    text-align: unset !important;
  }
  .NewsLetterComponenta .itemsList .newsLetterItem .textArea .newsLetterSubTitle {
    font-size: 4.375vw;
    line-height: 1;
    text-align: unset !important;
    align-self: flex-start !important;
    height: 8.4375vw !important;
  }
  .NewsLetterComponenta .itemsList .newsLetterItem .newsLetterLogo {
    width: 21.875vw !important;
    height: 18.90625vw !important;
    flex-shrink: 0;
  }
  .NewsLetterComponenta .itemsList .newsLetterItem .newsLetterLogo img {
    max-width: 18.125vw !important;
    max-height: 15.9375vw !important;
  }
  .NewsLetterComponenta .itemsList .newsLetterItem .signUpBtn {
    position: absolute;
    left: 4.0625vw;
    bottom: 3.125vw;
    width: 25.3125vw !important;
    height: 6.40625vw !important;
    font-size: 3.75vw !important;
  }
  .NewsLetterComponenta .itemsList .newsLetterItem .gotoLink {
    font-size: 3.75vw !important;
    height: auto !important;
    line-height: 1;
    width: 21.875vw;
    text-align: center;
  }
}
@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) {
  .NewsLetterComponenta .headerTitle,
  .NewsLetterComponenta .headerSubTitle,
  .NewsLetterComponenta .popUpTitle {
    color: #fff;
  }
  .NewsLetterComponenta .itemsList .newsLetterItem,
  .NewsLetterComponenta .itemsList .emailInput input,
  .NewsLetterComponenta .itemsList .signUpBtn {
    background: #2d2d2d !important;
  }
  .NewsLetterComponenta .itemsList .frequency {
    background: #e02020 !important;
  }
  .NewsLetterComponenta .itemsList .newsLetterItem:after {
    border-bottom: 1.5625vw solid #a30202 !important;
  }
  .NewsLetterComponenta .itemsList .signUpBtn {
    color: #0091ff !important;
    border: 1px solid #0091ff !important;
  }
  .NewsLetterComponenta .itemsList .messageSent {
    border: 1px solid #fff;
  }
  .NewsLetterComponenta .itemsList .newLetterSignUp {
    background: #1e1e1e !important;
  }
  .NewsLetterComponenta .itemsList .newsLetterSubTitle,
  .NewsLetterComponenta .itemsList .gotoLink {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .NewsLetterComponenta .itemsList .closeButton {
    filter: invert(1);
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .font-moses .popUpMask .newLetterSignUp.messageSent .popUpTitle {
    font-size: 27px !important;
    line-height: 1.04 !important;
  }
  .font-moses .popUpMask .newLetterSignUp .emailInput input {
    font-size: 17px !important;
    font-weight: 340 !important;
  }
  .font-moses .popUpMask .newLetterSignUp .emailInput .errorMessage {
    font-size: 11px !important;
  }
  .font-moses .popUpMask .newLetterSignUp .sendBtn {
    font-size: 17px !important;
    font-weight: 670 !important;
  }
  .font-moses .popUpMask .newLetterSignUp .acceptTerms span {
    font-size: 13px !important;
    line-height: normal !important;
    font-weight: 340 !important;
  }
  .popUpMask {
    align-items: flex-start !important;
  }
  .popUpMask .newLetterSignUp {
    margin-top: 30px;
    max-width: 334px !important;
    width: auto !important;
    height: 506px !important;
    padding: 0 24px !important;
    box-sizing: border-box;
  }
  .popUpMask .newLetterSignUp.messageSent .headerImage {
    width: 267px !important;
    height: 207px !important;
    margin-top: 74px !important;
    margin-bottom: 29px !important;
  }
  .popUpMask .newLetterSignUp.messageSent .popUpTitle {
    font-size: 36px !important;
  }
  .popUpMask .newLetterSignUp.messageSent .popUpSubTitle {
    font-size: 21px !important;
    line-height: 31px !important;
    font-weight: 400 !important;
  }
  .popUpMask .newLetterSignUp .headerImage {
    width: 187px !important;
    height: 148px !important;
    margin-top: 38px !important;
    margin-bottom: 24px !important;
  }
  .popUpMask .newLetterSignUp .emailInput {
    height: 109px !important;
    font-size: 20px !important;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .popUpMask .newLetterSignUp .emailInput input {
    height: 45px !important;
    margin-bottom: 15px;
  }
  .popUpMask .newLetterSignUp .emailInput .sendBtn {
    width: 100% !important;
    height: 45px !important;
  }
  .popUpMask .newLetterSignUp .acceptTerms input {
    width: 19px !important;
    height: 19px !important;
  }
  .popUpMask .newLetterSignUp .acceptTerms span {
    font-size: 16px !important;
    line-height: 18px !important;
  }
}
.NewsLetterComponenta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.NewsLetterComponenta .newsLetterHeader {
  width: 530px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.NewsLetterComponenta .newsLetterHeader .headerTitle {
  font-size: 40px;
  font-weight: bold;
}
.font-moses .NewsLetterComponenta .newsLetterHeader .headerTitle {
  font-size: 32px;
  line-height: 43px;
  font-family: "MosesDisplay", "NarkisBlock";
  font-weight: 670;
  letter-spacing: 0.64px;
  margin-bottom: 20px;
}
.NewsLetterComponenta .newsLetterHeader .headerSubTitle {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
}
.font-moses .NewsLetterComponenta .newsLetterHeader .headerSubTitle {
  font-size: 17px;
  line-height: 26px;
  font-weight: 340;
}
.NewsLetterComponenta .itemsList {
  box-sizing: border-box;
  width: 100%;
  padding: 0 116px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.NewsLetterComponenta .itemsList .newsLetterItem {
  width: 219px;
  margin: 20px 16px 20px 17px;
  position: relative;
  height: 266px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 12px 20px;
  box-sizing: border-box;
}
.NewsLetterComponenta .itemsList .newsLetterItem:after {
  content: "";
  border-bottom: 6px solid #c5c0c0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  width: 110px;
  position: absolute;
  top: -6px;
  left: 54.5px;
  z-index: 0;
  box-sizing: border-box;
}
.NewsLetterComponenta .itemsList .newsLetterItem .newsLetterLogo {
  align-self: center;
  width: 119px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.NewsLetterComponenta .itemsList .newsLetterItem .newsLetterLogo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.NewsLetterComponenta .itemsList .newsLetterItem .newsLetterTitle {
  font-size: 21px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  height: 28px;
}
.font-moses .NewsLetterComponenta .itemsList .newsLetterItem .newsLetterTitle {
  font-size: 18px;
  line-height: normal;
  font-weight: 670;
}
.NewsLetterComponenta .itemsList .newsLetterItem .newsLetterSubTitle {
  font-size: 17px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  align-self: center;
  text-align: center;
  color: #454444;
  margin-bottom: 5px;
}
.font-moses .NewsLetterComponenta .itemsList .newsLetterItem .newsLetterSubTitle {
  font-size: 15px;
  line-height: 20px;
  font-weight: 340;
  margin-bottom: 4px;
}
.NewsLetterComponenta .itemsList .newsLetterItem .gotoLink {
  font-size: 13px;
  font-weight: 300;
  height: 17px;
  overflow: hidden;
  color: #848484;
  text-decoration: underline;
  margin-bottom: 10px;
}
.font-moses .NewsLetterComponenta .itemsList .newsLetterItem .gotoLink {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 18px;
}
.NewsLetterComponenta .itemsList .newsLetterItem .frequency {
  position: absolute;
  width: 100px;
  height: 21px;
  background: #d4d4d4;
  font-size: 17px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6px;
  border-radius: 0px 0px 20px 20px;
  left: 59.5px;
  z-index: 1;
}
.font-moses .NewsLetterComponenta .itemsList .newsLetterItem .frequency {
  font-size: 15px;
  font-weight: 340;
}
.NewsLetterComponenta .itemsList .newsLetterItem .signUpBtn {
  width: 144px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #141fac;
  box-sizing: border-box;
  color: #141fac;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  background-color: #fff;
}
.font-moses .NewsLetterComponenta .itemsList .newsLetterItem .signUpBtn {
  font-size: 15px;
  height: 32px;
}
.NewsLetterComponenta .popUpMask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp {
  width: 382px;
  height: 370px;
  background: #fff;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.32);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 18px;
}
.font-moses .NewsLetterComponenta .popUpMask .newLetterSignUp {
  box-sizing: border-box;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp.messageSent .headerImage {
  background-image: url("data:image/svg+xml,%3Csvg width='344' height='214' viewBox='0 0 344 214' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath stroke='%23DF3232' stroke-width='3' stroke-linecap='round' d='M179.258 101.516h18.581M144.161 118.032h53.678M144.161 134.548h53.678'/%3E %3Cpath stroke='%23000' stroke-width='1.5' d='m107 136.613 64 40.122 64-40.122'/%3E %3Cpath stroke='%23000' stroke-width='1.5' d='M128.335 127.667 107 136.613V213h128v-76.387l-21.335-8.946'/%3E %3Cpath stroke='%23000' stroke-width='1.5' d='M127.645 149V85h86.71v64'/%3E %3Cpath fill='%23F7F7F7' d='M108 212v-72l63 39.001L234 140v72z'/%3E %3Cg fill='%23F1F1F1' fill-rule='nonzero'%3E %3Ccircle cx='325' cy='113' r='19'/%3E %3Ccircle cx='202' cy='51' r='13'/%3E %3Ccircle cx='133' cy='19' r='19'/%3E %3Ccircle cx='280' cy='134' r='13'/%3E %3Ccircle cx='11' cy='127' r='11'/%3E %3Ccircle cx='57' cy='138' r='8'/%3E %3Ccircle cx='71' cy='60' r='8'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 344px;
  height: 213px;
  margin-top: 28px;
  margin-bottom: 15px;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp.messageSent .popUpTitle {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0px;
}
.font-moses .NewsLetterComponenta .popUpMask .newLetterSignUp.messageSent .popUpTitle {
  font-size: 25px;
  font-weight: 670;
  line-height: 26px;
  margin-bottom: 10px;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp.messageSent .popUpSubTitle {
  font-size: 23px;
  font-weight: 400;
  text-align: center;
}
.font-moses .NewsLetterComponenta .popUpMask .newLetterSignUp.messageSent .popUpSubTitle {
  font-size: 20px;
  font-weight: 340;
  line-height: 26px;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp .closeButton {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E %3Cg stroke='%23000' stroke-width='.945' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E %3Cpath d='m1.311 1.491 9.795 9.792M11.106 1.491l-9.795 9.792'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 12px;
  top: 12px;
  cursor: pointer;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp .headerImage {
  background-image: url("data:image/svg+xml,%3Csvg width='158' height='125' viewBox='0 0 158 125' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Ccircle stroke='%23979797' stroke-width='.7' fill='%23D8D8D8' cx='80.228' cy='39.249' r='1'/%3E %3Cg fill-rule='nonzero'%3E %3Cpath d='m146.584 124.573-12.586-19.198s19.061 6.834 16.898 19.198h-4.312z' fill='%23E5E5E5'/%3E %3Cg transform='translate(9.388 77.645)'%3E %3Cpath d='m.54 46.502-.54-.01c.21-5.856.85-11.69 1.92-17.456C4.259 16.691 8.148 8.583 13.479 4.938l.31.431C1.336 13.884.547 46.176.541 46.502zM7.23 46.502l-.544-.01c.011-.583.352-14.305 5.954-18.097l.313.43c-5.376 3.64-5.72 17.537-5.722 17.677z' fill='%23E5E5E5'/%3E %3Cellipse fill='%23F50004' cx='16.923' cy='2.675' rx='2.716' ry='2.675'/%3E %3Cellipse fill='%23F50004' cx='15.669' cy='25.308' rx='2.716' ry='2.675'/%3E %3Cpath d='M6.15 6.73c.516 3.181-.829 6.027-.829 6.027s-2.18-2.313-2.696-5.495.829-6.027.829-6.027 2.18 2.312 2.696 5.494zM14.988 14.66c-3.116 1.088-6.213.273-6.213.273s1.954-2.58 5.07-3.667c3.115-1.088 6.212-.273 6.212-.273s-1.954 2.579-5.07 3.667zM14.818 34.623a9.245 9.245 0 0 1-4.372.173c1.88-2.186 4.988-3.16 7.94-2.488a8.504 8.504 0 0 1-3.568 2.315z' fill='%23E5E5E5'/%3E %3C/g%3E %3Cg transform='translate(8.108)' fill='%23F1F1F1'%3E %3Cellipse cx='128.638' cy='24.611' rx='7.493' ry='7.509'/%3E %3Cellipse cx='110.529' cy='32.328' rx='5.204' ry='5.214'/%3E %3Cellipse cx='4.163' cy='30.034' rx='4.163' ry='4.171'/%3E %3Cellipse cx='22.48' cy='34.206' rx='2.914' ry='2.92'/%3E %3Cellipse cx='28.517' cy='3.129' rx='3.122' ry='3.129'/%3E %3C/g%3E %3Cpath d='M119.488 124.573H40.114l.036-8.292c.09-20.983 17.087-38.273 38.379-38.63a40.682 40.682 0 0 1 14.726 2.479c15.064 5.528 25.176 19.575 25.85 35.402l.383 9.041z' fill='%23DE1A1A'/%3E %3Cpath fill='%232F2E41' d='M157.895 124.087H0v.546h157.895z'/%3E %3Cg transform='translate(40.114 2.133)'%3E %3Cpath fill='%23FFB7B7' d='m56.33 96.723-1.816 4.813-19.094-4.842 2.68-7.104z'/%3E %3Cpath d='m61.451 97.476-5.923 15.152-.195-.074c-3.313-1.251-4.967-4.906-3.695-8.163l3.618-9.254 6.195 2.34z' fill='%232F2E41'/%3E %3Cpath d='m27.025 36.69-8.672.792-.43 25.186c.24 2.567 2.536 4.477 5.17 4.3l5.499-.37-1.567-29.909zM56.49 35.484l-5.388-.074-.32 29.858c2.408.086 4.74-.905 6.438-2.736 1.699-1.832 2.61-4.338 2.518-6.919l-3.248-20.13z' fill='%23E5E5E5'/%3E %3Cpath d='M23.214 75.453c-.136.881-.334 1.751-.592 2.603-.29.834-.74 1.605-1.005 2.448-.847 2.686.327 5.68 2.202 7.753a12.348 12.348 0 0 0 6.043 3.663c1.692.435 3.45.497 5.194.557 4.827.168 9.778.317 14.352-1.266a24.694 24.694 0 0 0 4.17-1.934c.419-.204.789-.501 1.081-.87.35-.506.394-1.164.39-1.783-.01-2.09-.424-4.167-.326-6.254.055-1.155.267-2.31.162-3.462-.295-2.68-2.21-4.883-4.782-5.502-1.298-.284-2.643-.13-3.964 0a99.035 99.035 0 0 1-10.317.471c-3.52-.023-7.018-.571-10.52-.628-1.035-.017-1.014.308-1.344 1.332a25.338 25.338 0 0 0-.744 2.872z' fill='%232F2E41'/%3E %3Cpath d='M9.765 74.12a10.448 10.448 0 0 0-2.908-.308 7.256 7.256 0 0 0-5.301 2.757 7.264 7.264 0 0 0-1.437 5.803 12.2 12.2 0 0 0 1.152 3.15c.772 1.566 1.696 3.128 3.124 4.132.835.587 1.802.953 2.757 1.313l7.52 2.834c1.105.417 2.212.834 3.329 1.22a65.096 65.096 0 0 0 17.39 3.46c1.806.107 3.639.137 5.4-.274.418-.098.864-.243 1.106-.598.143-.25.228-.53.247-.817l.463-3.24c.065-.457.128-.937-.04-1.367-.212-.544-.743-.887-1.25-1.178-4.943-2.84-10.715-4.408-14.876-8.307-.98-.918-1.799-2.372-2.989-2.996-1.35-.707-2.939-1.11-4.334-1.762-3.05-1.424-6.048-3.06-9.353-3.821z' fill='%232F2E41'/%3E %3Cpath d='M17.029 78.784c2.662.797 13.903 6.318 15.83 8.245-.258.09-9.02-4.601-9.284-4.677-2.39-.685-4.793-1.375-7.063-2.377-.456-.202-2.966-1.15-2.852-1.7.128-.621 2.896.367 3.369.509z' fill='%23000' opacity='.1'/%3E %3Cpath d='m32.728 27.64-7.116 5.403s-7.51.235-7.256 5.035c.254 4.8 3.26 27.527 3.26 27.527l.651 7.82 12.37 3.524a40.471 40.471 0 0 0 20.501.44l-1.47-7.845s5.952-35.63 2.367-37.198c-3.586-1.569-5.827-1.12-5.827-1.12l-4.494-3.922-12.986.336z' fill='%23E5E5E5'/%3E %3Cpath d='M54.196 19.554c0 7.052-6.496 5.986-14.509 5.986s-14.51 1.066-14.51-5.986C25.178 12.5 28.352 0 39.688 0c11.727 0 14.51 12.501 14.51 19.554z' fill='%232F2E41'/%3E %3Ccircle fill='%23FFB7B7' transform='rotate(-45 40.211 14.859)' cx='40.211' cy='14.859' r='9.763'/%3E %3Cpath d='M28.165 14.932h3.855l1.7-4.923.34 4.923h1.843l.992-2.872.198 2.872h13.69c0-5.89-4.62-10.666-10.317-10.666h-1.984c-5.698 0-10.317 4.775-10.317 10.666z' fill='%232F2E41'/%3E %3Cpath d='M30.96 29.863h16.471a3.5 3.5 0 0 1 3.5 3.5v21.584a3.5 3.5 0 0 1-3.5 3.5H30.96a3.5 3.5 0 0 1-3.5-3.5V33.363a3.5 3.5 0 0 1 3.5-3.5z' fill='%23DE1A1A'/%3E %3Cpath fill='%23FFB7B7' d='m31.152 96.296 1.816 4.813 19.095-4.842-2.68-7.103z'/%3E %3Cpath d='m32.226 94.71 3.618 9.254c1.273 3.258-.381 6.912-3.695 8.164l-.195.073-5.923-15.151 6.195-2.34zM69.572 71.655a13.403 13.403 0 0 1 4.762-.328c1.273.142 2.584.499 3.514 1.388 1.13 1.081 1.494 2.754 1.525 4.327.05 3.13-.98 6.182-2.913 8.633a7.796 7.796 0 0 1-1.665 1.617 10.92 10.92 0 0 1-2.167 1.053l-16.819 6.692c-4.424 1.76-8.865 3.526-13.48 4.687a1.047 1.047 0 0 1-1.413-.517 35.244 35.244 0 0 1-3.687-6.802.461.461 0 0 1 .201-.723l11.896-6.895c.852-.494 1.714-.995 2.422-1.683a6.063 6.063 0 0 0 1.243-1.745c.246-.52.27-1.746.584-2.13.309-.376 1.363-.406 1.85-.554a16.7 16.7 0 0 0 2.015-.768c2.661-1.2 5.03-2.946 7.582-4.352a19.36 19.36 0 0 1 4.55-1.9z' fill='%232F2E41'/%3E %3Cpath d='M62.351 77.236c-1.969 1.528-4.519 2.933-6.47 4.502-.666.535-11.77 6.987-11.926 7.844 1.82.317 13.418-8.069 15.078-8.906 1.66-.836 3.13-2.016 4.588-3.188.371-.298 1.946-1.195.88-1.529-.601-.188-1.706.971-2.15 1.277z' fill='%23000' opacity='.1'/%3E %3Cpath d='m22.617 44.343.271-2.108s10.102.744 8.524 3.245C29.833 47.98 26 48.208 26 48.208l-3.383-3.865z' fill='%232F2E41' opacity='.17'/%3E %3Cpath d='M30.237 34.58c1.16.13 2.202.782 2.84 1.776a4.03 4.03 0 0 1 .535 3.066 3.967 3.967 0 0 1-1.803 2.516c-.166.1-.338.186-.517.258l-6.149 19.14a3.124 3.124 0 0 1-2.59 1.796 3.105 3.105 0 0 1-2.817-1.396 3.227 3.227 0 0 1-.21-3.182l6.54-18.928a4.02 4.02 0 0 1 .76-3.657 3.864 3.864 0 0 1 3.41-1.389z' fill='%23FFB7B7'/%3E %3Cpath d='M22.796 42.235s3.591 5.98 8.783 2.991l-5.031 18.767h-4.24l-4.385-.798 1.228-7.754 3.645-13.206zM48.165 46.818l-2.93-4.102s1.408-4.254 6.868-2.698c0 0 3.474 7.93-3.938 6.8z' fill='%23E5E5E5'/%3E %3Cpath d='m48.165 46.818-2.93-4.102s1.408-4.254 6.868-2.698c0 0 3.474 7.93-3.938 6.8z' fill='%232F2E41' opacity='.17'/%3E %3Cpath d='M49.091 32.802c1.74.823 2.627 2.818 2.084 4.691l6.54 18.928a3.227 3.227 0 0 1-.21 3.182 3.105 3.105 0 0 1-2.818 1.395 3.124 3.124 0 0 1-2.59-1.795l-6.148-19.14a3.735 3.735 0 0 1-.517-.258 3.967 3.967 0 0 1-1.804-2.515 4.03 4.03 0 0 1 .535-3.066 3.897 3.897 0 0 1 2.841-1.776 3.799 3.799 0 0 1 2.087.354z' fill='%23FFB7B7'/%3E %3Cpath d='M45.235 42.35s4.825 2.966 6.856-2.674l6.8 18.129-2.02 3.578-.293.024a7.43 7.43 0 0 1-6.396-2.738 15.115 15.115 0 0 1-3.101-6.678l-1.846-9.64z' fill='%23E5E5E5'/%3E %3C/g%3E %3C/g%3E %3Cg fill-rule='nonzero'%3E %3Cpath d='m146.584 124.573-12.586-19.198s19.061 6.834 16.898 19.198h-4.312z' fill='%23E5E5E5'/%3E %3Cg transform='translate(9.388 77.645)'%3E %3Cpath d='m.54 46.502-.54-.01c.21-5.856.85-11.69 1.92-17.456C4.259 16.691 8.148 8.583 13.479 4.938l.31.431C1.336 13.884.547 46.176.541 46.502zM7.23 46.502l-.544-.01c.011-.583.352-14.305 5.954-18.097l.313.43c-5.376 3.64-5.72 17.537-5.722 17.677z' fill='%23E5E5E5'/%3E %3Cellipse fill='%23F50004' cx='16.923' cy='2.675' rx='2.716' ry='2.675'/%3E %3Cellipse fill='%23F50004' cx='15.669' cy='25.308' rx='2.716' ry='2.675'/%3E %3Cpath d='M6.15 6.73c.516 3.181-.829 6.027-.829 6.027s-2.18-2.313-2.696-5.495.829-6.027.829-6.027 2.18 2.312 2.696 5.494zM14.988 14.66c-3.116 1.088-6.213.273-6.213.273s1.954-2.58 5.07-3.667c3.115-1.088 6.212-.273 6.212-.273s-1.954 2.579-5.07 3.667zM14.818 34.623a9.245 9.245 0 0 1-4.372.173c1.88-2.186 4.988-3.16 7.94-2.488a8.504 8.504 0 0 1-3.568 2.315z' fill='%23E5E5E5'/%3E %3C/g%3E %3Cg transform='translate(8.108)' fill='%23F1F1F1'%3E %3Cellipse cx='128.638' cy='24.611' rx='7.493' ry='7.509'/%3E %3Cellipse cx='110.529' cy='32.328' rx='5.204' ry='5.214'/%3E %3Cellipse cx='4.163' cy='30.034' rx='4.163' ry='4.171'/%3E %3Cellipse cx='22.48' cy='34.206' rx='2.914' ry='2.92'/%3E %3Cellipse cx='28.517' cy='3.129' rx='3.122' ry='3.129'/%3E %3C/g%3E %3Cpath d='M119.488 124.573H40.114l.036-8.292c.09-20.983 17.087-38.273 38.379-38.63a40.682 40.682 0 0 1 14.726 2.479c15.064 5.528 25.176 19.575 25.85 35.402l.383 9.041z' fill='%23DE1A1A'/%3E %3Cpath fill='%232F2E41' d='M157.895 124.087H0v.546h157.895z'/%3E %3Cg transform='translate(40.114 2.133)'%3E %3Cpath fill='%23FFB7B7' d='m56.33 96.723-1.816 4.813-19.094-4.842 2.68-7.104z'/%3E %3Cpath d='m61.451 97.476-5.923 15.152-.195-.074c-3.313-1.251-4.967-4.906-3.695-8.163l3.618-9.254 6.195 2.34z' fill='%232F2E41'/%3E %3Cpath d='m27.025 36.69-8.672.792-.43 25.186c.24 2.567 2.536 4.477 5.17 4.3l5.499-.37-1.567-29.909zM56.49 35.484l-5.388-.074-.32 29.858c2.408.086 4.74-.905 6.438-2.736 1.699-1.832 2.61-4.338 2.518-6.919l-3.248-20.13z' fill='%23E5E5E5'/%3E %3Cpath d='M23.214 75.453c-.136.881-.334 1.751-.592 2.603-.29.834-.74 1.605-1.005 2.448-.847 2.686.327 5.68 2.202 7.753a12.348 12.348 0 0 0 6.043 3.663c1.692.435 3.45.497 5.194.557 4.827.168 9.778.317 14.352-1.266a24.694 24.694 0 0 0 4.17-1.934c.419-.204.789-.501 1.081-.87.35-.506.394-1.164.39-1.783-.01-2.09-.424-4.167-.326-6.254.055-1.155.267-2.31.162-3.462-.295-2.68-2.21-4.883-4.782-5.502-1.298-.284-2.643-.13-3.964 0a99.035 99.035 0 0 1-10.317.471c-3.52-.023-7.018-.571-10.52-.628-1.035-.017-1.014.308-1.344 1.332a25.338 25.338 0 0 0-.744 2.872z' fill='%232F2E41'/%3E %3Cpath d='M9.765 74.12a10.448 10.448 0 0 0-2.908-.308 7.256 7.256 0 0 0-5.301 2.757 7.264 7.264 0 0 0-1.437 5.803 12.2 12.2 0 0 0 1.152 3.15c.772 1.566 1.696 3.128 3.124 4.132.835.587 1.802.953 2.757 1.313l7.52 2.834c1.105.417 2.212.834 3.329 1.22a65.096 65.096 0 0 0 17.39 3.46c1.806.107 3.639.137 5.4-.274.418-.098.864-.243 1.106-.598.143-.25.228-.53.247-.817l.463-3.24c.065-.457.128-.937-.04-1.367-.212-.544-.743-.887-1.25-1.178-4.943-2.84-10.715-4.408-14.876-8.307-.98-.918-1.799-2.372-2.989-2.996-1.35-.707-2.939-1.11-4.334-1.762-3.05-1.424-6.048-3.06-9.353-3.821z' fill='%232F2E41'/%3E %3Cpath d='M17.029 78.784c2.662.797 13.903 6.318 15.83 8.245-.258.09-9.02-4.601-9.284-4.677-2.39-.685-4.793-1.375-7.063-2.377-.456-.202-2.966-1.15-2.852-1.7.128-.621 2.896.367 3.369.509z' fill='%23000' opacity='.1'/%3E %3Cpath d='m32.728 27.64-7.116 5.403s-7.51.235-7.256 5.035c.254 4.8 3.26 27.527 3.26 27.527l.651 7.82 12.37 3.524a40.471 40.471 0 0 0 20.501.44l-1.47-7.845s5.952-35.63 2.367-37.198c-3.586-1.569-5.827-1.12-5.827-1.12l-4.494-3.922-12.986.336z' fill='%23E5E5E5'/%3E %3Cpath d='M54.196 19.554c0 7.052-6.496 5.986-14.509 5.986s-14.51 1.066-14.51-5.986C25.178 12.5 28.352 0 39.688 0c11.727 0 14.51 12.501 14.51 19.554z' fill='%232F2E41'/%3E %3Ccircle fill='%23FFB7B7' transform='rotate(-45 40.211 14.859)' cx='40.211' cy='14.859' r='9.763'/%3E %3Cpath d='M28.165 14.932h3.855l1.7-4.923.34 4.923h1.843l.992-2.872.198 2.872h13.69c0-5.89-4.62-10.666-10.317-10.666h-1.984c-5.698 0-10.317 4.775-10.317 10.666z' fill='%232F2E41'/%3E %3Cpath d='M30.96 29.863h16.471a3.5 3.5 0 0 1 3.5 3.5v21.584a3.5 3.5 0 0 1-3.5 3.5H30.96a3.5 3.5 0 0 1-3.5-3.5V33.363a3.5 3.5 0 0 1 3.5-3.5z' fill='%23DE1A1A'/%3E %3Cpath fill='%23FFB7B7' d='m31.152 96.296 1.816 4.813 19.095-4.842-2.68-7.103z'/%3E %3Cpath d='m32.226 94.71 3.618 9.254c1.273 3.258-.381 6.912-3.695 8.164l-.195.073-5.923-15.151 6.195-2.34zM69.572 71.655a13.403 13.403 0 0 1 4.762-.328c1.273.142 2.584.499 3.514 1.388 1.13 1.081 1.494 2.754 1.525 4.327.05 3.13-.98 6.182-2.913 8.633a7.796 7.796 0 0 1-1.665 1.617 10.92 10.92 0 0 1-2.167 1.053l-16.819 6.692c-4.424 1.76-8.865 3.526-13.48 4.687a1.047 1.047 0 0 1-1.413-.517 35.244 35.244 0 0 1-3.687-6.802.461.461 0 0 1 .201-.723l11.896-6.895c.852-.494 1.714-.995 2.422-1.683a6.063 6.063 0 0 0 1.243-1.745c.246-.52.27-1.746.584-2.13.309-.376 1.363-.406 1.85-.554a16.7 16.7 0 0 0 2.015-.768c2.661-1.2 5.03-2.946 7.582-4.352a19.36 19.36 0 0 1 4.55-1.9z' fill='%232F2E41'/%3E %3Cpath d='M62.351 77.236c-1.969 1.528-4.519 2.933-6.47 4.502-.666.535-11.77 6.987-11.926 7.844 1.82.317 13.418-8.069 15.078-8.906 1.66-.836 3.13-2.016 4.588-3.188.371-.298 1.946-1.195.88-1.529-.601-.188-1.706.971-2.15 1.277z' fill='%23000' opacity='.1'/%3E %3Cpath d='m22.617 44.343.271-2.108s10.102.744 8.524 3.245C29.833 47.98 26 48.208 26 48.208l-3.383-3.865z' fill='%232F2E41' opacity='.17'/%3E %3Cpath d='M30.237 34.58c1.16.13 2.202.782 2.84 1.776a4.03 4.03 0 0 1 .535 3.066 3.967 3.967 0 0 1-1.803 2.516c-.166.1-.338.186-.517.258l-6.149 19.14a3.124 3.124 0 0 1-2.59 1.796 3.105 3.105 0 0 1-2.817-1.396 3.227 3.227 0 0 1-.21-3.182l6.54-18.928a4.02 4.02 0 0 1 .76-3.657 3.864 3.864 0 0 1 3.41-1.389z' fill='%23FFB7B7'/%3E %3Cpath d='M22.796 42.235s3.591 5.98 8.783 2.991l-5.031 18.767h-4.24l-4.385-.798 1.228-7.754 3.645-13.206zM48.165 46.818l-2.93-4.102s1.408-4.254 6.868-2.698c0 0 3.474 7.93-3.938 6.8z' fill='%23E5E5E5'/%3E %3Cpath d='m48.165 46.818-2.93-4.102s1.408-4.254 6.868-2.698c0 0 3.474 7.93-3.938 6.8z' fill='%232F2E41' opacity='.17'/%3E %3Cpath d='M49.091 32.802c1.74.823 2.627 2.818 2.084 4.691l6.54 18.928a3.227 3.227 0 0 1-.21 3.182 3.105 3.105 0 0 1-2.818 1.395 3.124 3.124 0 0 1-2.59-1.795l-6.148-19.14a3.735 3.735 0 0 1-.517-.258 3.967 3.967 0 0 1-1.804-2.515 4.03 4.03 0 0 1 .535-3.066 3.897 3.897 0 0 1 2.841-1.776 3.799 3.799 0 0 1 2.087.354z' fill='%23FFB7B7'/%3E %3Cpath d='M45.235 42.35s4.825 2.966 6.856-2.674l6.8 18.129-2.02 3.578-.293.024a7.43 7.43 0 0 1-6.396-2.738 15.115 15.115 0 0 1-3.101-6.678l-1.846-9.64z' fill='%23E5E5E5'/%3E %3C/g%3E %3C/g%3E %3Cpath d='M82.038 43.492c.065-.248-.081-.403-.292-.403h-.972c-.211 0-.39.108-.438.325l-1.2 4.681c-.113.434-.194.822-.259 1.1a4.598 4.598 0 0 0-.145-.945l-1.362-4.82a.447.447 0 0 0-.454-.341h-1.07c-.21 0-.372.155-.291.387l2.074 6.216c.081.232.195.325.438.325h.551c-.032.155-.195.837-.275.93-.195.651-.535 1.1-1.103 1.38l-.226.108c-.179.093-.292.31-.195.48l.34.636a.373.373 0 0 0 .487.17l.356-.154c.86-.372 1.491-1.085 1.815-2.232l2.22-7.843z' fill='%23FEFEFE'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 158px;
  height: 125px;
  margin-top: 45px;
  margin-bottom: 9px;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp .popUpTitle {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 28px;
  padding: 0 30px;
  text-align: center;
}
.font-moses .NewsLetterComponenta .popUpMask .newLetterSignUp .popUpTitle {
  font-size: 21px;
  font-weight: 670;
  line-height: 1.24;
  margin-bottom: 30px;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp .emailInput {
  width: 100%;
  position: relative;
  height: 37px;
  font-size: 14px;
  display: flex;
  margin-bottom: 15px;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp .emailInput input {
  flex-grow: 1;
  background: #e1e1e1;
  padding: 0 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border: 0;
  font-size: 16px;
}
.font-moses .NewsLetterComponenta .popUpMask .newLetterSignUp .emailInput input {
  font-size: 13px;
  font-weight: 340;
  line-height: normal;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp .emailInput input.error {
  color: #de1a1a;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp .emailInput .sendBtn {
  background: #de1a1a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 87px;
  flex-shrink: 0;
  border: 0;
  font-size: 16px;
  cursor: pointer;
}
.font-moses .NewsLetterComponenta .popUpMask .newLetterSignUp .emailInput .sendBtn {
  font-size: 13px;
  font-weight: 670;
  line-height: normal;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp .emailInput .errorMessage {
  position: absolute;
  bottom: -17px;
  font-size: 13px;
  color: #de1a1a;
  font-weight: bold;
  right: 0;
}
.font-moses .NewsLetterComponenta .popUpMask .newLetterSignUp .emailInput .errorMessage {
  font-size: 10px;
  font-weight: 670;
  bottom: -15px;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp .acceptTerms {
  display: flex;
  align-items: flex-start;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp .acceptTerms input {
  width: 15px;
  height: 15px;
  outline: 0.8px solid #000;
  border: none !important;
  margin-left: 9px;
  flex-shrink: 0;
  margin-top: 3px;
  border-radius: 0;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp .acceptTerms input.error {
  outline: 0.8px solid #de1a1a;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp .acceptTerms span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
}
.font-moses .NewsLetterComponenta .popUpMask .newLetterSignUp .acceptTerms span {
  font-size: 10px;
  font-weight: 340;
  line-height: normal;
}
.NewsLetterComponenta .popUpMask .newLetterSignUp .acceptTerms span a {
  color: inherit;
}
.OpinionsComponenta a {
  color: inherit;
  text-decoration: none;
}
.OpinionsComponenta .OpinionTab {
  width: 100%;
  height: 30px;
  color: #fff;
  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;
}
.font-moses .OpinionsComponenta .OpinionTab .rightTitleText {
  font-size: 14px;
  font-weight: 670;
}
.OpinionsComponenta .OpinionTab .leftTitleLink {
  margin: 7px 0 6px 0;
  line-height: 17px;
  font-size: 13px;
  position: absolute;
  left: 9px;
  z-index: 1;
}
.font-moses .OpinionsComponenta .OpinionTab .leftTitleLink {
  font-size: 12px;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem {
  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;
  position: relative;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .MarketingSign {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  height: 29px;
  width: 29px;
  z-index: 3;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .MarketingSign .marketingImage {
  height: 29px !important;
  width: 29px !important;
  position: absolute;
  bottom: 13px;
  right: 10px;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .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;
}
.font-moses .OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .MarketingSign .marketingText {
  font-size: 14px;
  font-weight: 340;
  line-height: 20px;
  padding: 5px 40px 5px 20px;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .MarketingSign:hover {
  width: 100%;
  height: 75px;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .MarketingSign:hover .marketingText {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea {
  position: relative;
  margin: 14px 10px 13px 0;
  overflow: hidden;
  flex-shrink: 0;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .MediaCarousel {
  margin: 0;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .videoIcon {
  left: 5px;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .havakIcon.onImage {
  right: 5.4px;
  bottom: 12px;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .MediaCarousel {
  display: flex;
  flex-shrink: 0;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText {
  display: flex;
  flex-direction: column;
  padding: 14px 16px 13px 11px;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .author {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 5px 0 6px;
  width: fit-content;
  margin-bottom: 10px;
}
.font-moses .OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .author {
  font-size: 13px;
  font-weight: 670;
  letter-spacing: 0.13px;
  line-height: 18px;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .titlesWrapper {
  flex: 1;
  margin-bottom: 10px;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .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;
}
.font-moses .OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .title {
  font-size: 14px;
  font-weight: 670;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .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;
}
.font-moses .OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .subTitle {
  font-size: 13px;
  font-weight: 340;
  line-height: 20px !important;
  letter-spacing: normal;
  margin-top: 5px;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper:last-child {
  margin-bottom: unset;
}
.premium-paywall-desktop-signin-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.premium-paywall-desktop-signin-email.newspaper .buttons-container {
  margin-top: 74px;
}
.premium-paywall-desktop-signin-email .title {
  color: #000;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: unset;
  font-weight: 700;
}
.premium-paywall-desktop-signin-email .email-signin {
  width: 460px;
  margin-top: 50px;
  z-index: 1;
  position: relative;
}
.premium-paywall-desktop-signin-email .email-signin.error input {
  border-bottom: 1px solid #DE1A1A;
}
.premium-paywall-desktop-signin-email .email-signin input {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 20px;
  text-align: right;
  width: 100%;
  height: 30px;
  padding-right: 10px;
  border: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
.premium-paywall-desktop-signin-email .email-signin .error-text {
  position: absolute;
  top: 40px;
  margin-top: 0;
  padding-right: 10px;
  margin-bottom: 0;
  font-size: 13px;
}
.premium-paywall-desktop-signin-email .email-signin .reset-icon {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4 7.73935L17.12 6.45935L12 11.5794L6.87999 6.45935L5.59999 7.73935L10.72 12.8594L5.59999 17.9794L6.87999 19.2594L12 14.1394L17.12 19.2594L18.4 17.9794L13.28 12.8594L18.4 7.73935Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signin-email .error-text {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: unset;
  text-align: right;
  color: #DE1A1A;
}
.premium-paywall-desktop-signin-email .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 20px;
}
.premium-paywall-desktop-signin-email .buttons-container .button-base {
  width: 178px;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-desktop-signin-email .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 1px solid #2261D0;
}
.premium-paywall-desktop-signin-email .buttons-container .button-base:disabled {
  background-color: #D8D8D8;
  color: #78787B;
  border: 1px solid #D9D9D9;
}
.premium-paywall-desktop-signin-email .social-separator-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-top: 82px;
}
.premium-paywall-desktop-signin-email .social-signin {
  gap: 20px;
  width: 460px;
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.premium-paywall-desktop-signin-email .social-signin .social-button {
  width: 150px;
  cursor: pointer;
  height: 38px;
  align-items: baseline;
  background-color: #fcfcfc;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 1.5px solid #000;
  font-weight: 700;
}
.premium-paywall-desktop-signin-email .social-signin .social-button.apple-btn span::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  position: relative;
  top: 3px;
  margin-left: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.07 18.4454C19.7675 19.1442 19.4095 19.7874 18.9947 20.3787C18.4293 21.1849 17.9663 21.7429 17.6095 22.0527C17.0565 22.5614 16.4639 22.8219 15.8294 22.8367C15.3738 22.8367 14.8244 22.707 14.185 22.4441C13.5434 22.1824 12.9538 22.0527 12.4146 22.0527C11.8492 22.0527 11.2428 22.1824 10.5942 22.4441C9.9446 22.707 9.42129 22.8441 9.02117 22.8577C8.41268 22.8836 7.80615 22.6157 7.20074 22.0527C6.81433 21.7157 6.33102 21.138 5.75202 20.3195C5.13081 19.4454 4.62008 18.4319 4.21997 17.2763C3.79147 16.0282 3.57666 14.8196 3.57666 13.6495C3.57666 12.3092 3.86628 11.1532 4.44639 10.1845C4.9023 9.40634 5.50882 8.79253 6.26793 8.34193C7.02704 7.89132 7.84726 7.6617 8.73057 7.64701C9.21389 7.64701 9.84769 7.79651 10.6353 8.09033C11.4207 8.38514 11.925 8.53464 12.1461 8.53464C12.3114 8.53464 12.8717 8.35983 13.8214 8.01132C14.7195 7.68812 15.4775 7.5543 16.0985 7.60701C17.7811 7.74281 19.0453 8.40612 19.886 9.60115C18.3811 10.513 17.6367 11.7901 17.6515 13.4284C17.6651 14.7046 18.128 15.7665 19.0379 16.6097C19.4502 17.001 19.9107 17.3035 20.423 17.5183C20.3119 17.8405 20.1946 18.1492 20.07 18.4454ZM16.2108 3.25949C16.2108 4.25972 15.8454 5.19363 15.117 6.05805C14.238 7.08567 13.1749 7.67948 12.0219 7.58578C12.0073 7.46578 11.9987 7.33949 11.9987 7.20678C11.9987 6.24656 12.4167 5.21894 13.1591 4.37871C13.5297 3.95329 14.001 3.59956 14.5726 3.31739C15.143 3.03942 15.6824 2.8857 16.1898 2.85938C16.2046 2.99309 16.2108 3.12683 16.2108 3.25949Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signin-email .social-signin .social-button.google-btn span::before {
  display: inline-block;
  content: "";
  width: 24px;
  position: relative;
  top: 4px;
  margin-left: 3px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8023 13.0898C21.8023 12.41 21.7471 11.7266 21.6296 11.0579H12.1975V14.9086H17.5988C17.3747 16.1505 16.6545 17.2491 15.5999 17.9473V20.4458H18.8224C20.7146 18.7042 21.8023 16.1321 21.8023 13.0898Z' fill='%234285F4'/%3E%3Cpath d='M12.1975 22.8594C14.8945 22.8594 17.1689 21.9739 18.8261 20.4453L15.6036 17.9468C14.7071 18.5567 13.5497 18.9021 12.2012 18.9021C9.59241 18.9021 7.38045 17.1421 6.58679 14.7758H3.2615V17.3515C4.95905 20.7283 8.41661 22.8594 12.1975 22.8594Z' fill='%2334A853'/%3E%3Cpath d='M6.58307 14.7759C6.1642 13.534 6.1642 12.1891 6.58307 10.9472V8.37149H3.26146C1.84316 11.1971 1.8432 14.5259 3.2615 17.3515L6.58307 14.7759Z' fill='%23FBBC04'/%3E%3Cpath d='M12.1975 6.81733C13.6232 6.79528 15.001 7.33174 16.0335 8.31646L18.8885 5.46149C17.0807 3.76394 14.6814 2.83065 12.1975 2.86005C8.41661 2.86005 4.95901 4.99108 3.26146 8.37149L6.58307 10.9472C7.37306 8.57725 9.58873 6.81733 12.1975 6.81733Z' fill='%23EA4335'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signin-email .login {
  margin-top: 50px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}
.premium-paywall-desktop-signin-email .login a {
  color: #2261D0;
  font-weight: 500;
}
.premium-paywall-desktop-signin-email .newspaper-users {
  margin-top: 5px;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #000;
  justify-content: center;
  align-items: baseline;
}
.premium-paywall-desktop-signin-email .newspaper-users > :first-child {
  display: flex;
  align-items: center;
}
.premium-paywall-desktop-signin-email .newspaper-users .newspaper-register-text {
  color: #2261D0;
  margin-right: 3px;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #2261D0;
}
.premium-paywall-desktop-signin-email .newspaper-users .yedioth-label {
  margin-right: 3px;
  width: 104px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='105' height='24' viewBox='0 0 105 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.30786 14.624C4.29719 14.24 4.35053 13.8933 4.46786 13.584C4.59586 13.2747 4.74519 13.0133 4.91586 12.8C5.09719 12.576 5.33186 12.3147 5.61986 12.016C6.01453 11.6107 6.30253 11.2693 6.48386 10.992C6.66519 10.7147 6.75586 10.384 6.75586 10C6.76653 9.44533 6.57986 9.01867 6.19586 8.72C5.82253 8.42133 5.26253 8.272 4.51586 8.272C4.14253 8.272 3.75319 8.336 3.34786 8.464C2.95319 8.58133 2.63319 8.71467 2.38786 8.864L2.35586 7.616C2.71853 7.43467 3.13453 7.29067 3.60386 7.184C4.07319 7.07733 4.55853 7.024 5.05986 7.024C6.07319 7.024 6.88386 7.248 7.49186 7.696C8.11053 8.13333 8.42519 8.79467 8.43586 9.68C8.43586 10.0853 8.36653 10.4533 8.22786 10.784C8.08919 11.1147 7.92386 11.3973 7.73186 11.632C7.53986 11.8667 7.26786 12.16 6.91586 12.512C6.49986 12.9173 6.18519 13.2747 5.97186 13.584C5.76919 13.8827 5.66786 14.2293 5.66786 14.624H4.30786ZM4.09986 16.064H6.03586V18H4.09986V16.064Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.4743 7.7396C84.2988 8.02591 85.5267 7.79335 85.9677 8.59852C85.5843 10.584 85.776 12.6957 86.6017 14.4311C86.5052 15.7551 85.7337 16.6864 85.1244 17.9556H77.7583C78.2064 16.6228 78.2699 16.0601 78.6592 15.1869C78.7357 15.0146 78.7886 15.0179 78.9027 14.9444C79.0791 14.8347 79.2638 14.7909 79.4296 14.8183C80.1906 14.7711 80.1247 14.9192 80.5199 14.7711C80.6551 13.5721 79.9518 10.9142 79.9518 10.9142L78.1417 10.9065C78.1417 9.45744 77.8924 8.11586 76.9327 7.04193C77.9112 6.86313 78.6781 8.06211 79.7919 7.99081C80.3094 8.02591 81.0962 7.82955 81.1726 8.50967C80.9609 10.8177 81.4408 12.8778 82.1888 14.8095C83.1333 14.9499 83.6813 14.7075 85.0503 14.8227C84.7234 13.6413 84.5176 10.8473 84.4811 10.9142C84.4811 10.9142 83.1297 10.9603 82.4581 10.9065C82.7839 9.56494 82.3617 8.07966 81.729 6.88068C82.4382 6.88068 82.8992 7.45329 83.4743 7.7396Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.5068 8.06741C94.3583 8.22757 98.4889 8.15188 98.4889 8.15188L98.8664 10.7758H97.9961C98.2078 11.9561 98.4948 13.3932 99.0311 14.4309C98.3407 15.4873 97.862 16.7213 97.5538 17.9554H96.8529L96.8505 10.8175L91.6555 10.8076C91.5791 9.42983 91.2239 7.97307 90.3806 6.86295C91.0134 6.43403 91.3262 7.3478 91.9637 7.58913C92.5506 7.81291 92.8846 7.95003 93.5068 8.06741Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.9162 8.34225L58.0879 8.59345C58.0314 10.4539 58.5101 12.1147 56.3437 13.0811L58.9359 16.5431L56.7588 18.25C55.224 16.3347 51.6438 12.7071 51.6438 12.7071L51.2322 14.9832L53.2163 15.0238L53.441 17.956C53.441 17.956 50.0655 17.956 49.9937 17.9407L49.802 17.7794C50.55 15.1851 50.3771 12.6544 49.9937 9.97014L51.0875 7.48333H51.3745L55.7862 12.6829C56.1708 12.9144 56.4966 12.3242 56.7083 12.0741C56.8612 11.7165 56.88 11.3304 56.4389 11.1691L54.8664 11.0803C54.8088 9.77378 54.4054 8.59345 53.3892 7.64458L53.4845 7.39447C54.6171 8.48595 56.3813 8.14589 57.9162 8.34225Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.7994 8.18463C28.625 7.84457 28.4274 8.59489 28.3921 9.04355C28.4615 10.1745 29.2695 14.4428 29.3542 15.1767C29.3824 15.4147 28.0805 17.9344 28.0805 17.9344L24.4815 17.9322C24.4815 17.9322 25.44 16.1837 25.7658 15.2534C25.8364 15.2567 27.4136 15.2567 27.4136 15.2567V11.0115C24.9978 11.3044 25.8811 9.65127 25.4012 8.77479C25.2683 8.13088 24.5767 7.57582 24.5767 6.9681C25.8046 7.0032 26.3998 8.50604 27.7994 8.18463Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.087 7.81134C74.7397 8.52766 76.197 7.81134 76.5616 8.76021C76.4275 10.9245 76.7145 12.9287 77.4049 14.7716C76.8297 15.7731 76.3275 16.3523 75.9276 17.956H75.3313L75.3384 10.9958C75.3384 10.9958 74.4763 10.9728 73.6259 10.9958C73.867 8.99496 72.8567 7.61169 72.418 6.95242C73.2813 6.75606 73.4824 7.59634 74.087 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.8089 10.9523C42.9041 12.3312 43.2346 13.5521 43.698 14.7862C43.1229 15.7877 42.6195 16.3417 42.2208 17.9454H41.7597C41.127 14.2959 42.4548 10.2141 40.2296 7.18974C41.5727 6.67088 41.668 8.46002 42.8959 8.20992H48.0462C48.0462 8.20992 48.2873 8.26257 48.4073 8.35033C48.5496 8.45673 48.6072 8.58398 48.659 8.71671C48.5237 10.8821 48.8118 12.929 49.5022 14.7708C48.9271 15.7735 48.4237 16.221 48.025 17.9433H47.2935L47.3005 10.9655H42.9923L42.8089 10.9523Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.8187 7.81134C88.4703 8.52766 89.9287 7.81134 90.2933 8.76021C90.2933 8.76021 90.5144 10.5099 91.2648 11.8087C90.6226 12.5722 89.9769 12.955 89.5782 14.5587H89.076L89.0701 10.9958C89.0701 10.9958 88.1633 11.0364 87.3577 10.9958C87.5988 8.99496 86.5885 7.61169 86.1498 6.95242C87.0131 6.75606 87.4106 7.59634 87.8187 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100.682 7.81139C101.334 8.5277 102.792 7.81139 103.156 8.76026C103.156 8.76026 103.377 10.5099 104.128 11.8087C103.486 12.5722 102.922 12.955 102.523 14.5588H101.954L101.96 10.9959C101.96 10.9959 100.997 10.9728 100.222 10.9959C100.462 8.99501 99.4526 7.61174 99.0127 6.95247C99.876 6.75611 100.108 7.56457 100.682 7.81139Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.3807 10.9956C31.3807 10.9956 30.6715 10.989 29.8987 10.9956C30.1387 8.99476 29.1295 7.61149 28.6908 6.95222C29.5541 6.75586 29.9199 7.64988 30.3598 7.8243C31.3736 8.37168 32.4698 7.81114 32.8344 8.76001C32.7003 10.9243 32.9873 12.9285 33.6777 14.7714C33.1025 15.7729 32.3286 16.3521 31.9287 17.9558H31.3865L31.3807 10.9956Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.5954 11.0106C22.5954 11.0106 21.5874 11.0051 20.9911 11.0106C21.2311 9.00973 20.2208 7.62646 19.7821 6.96719C20.6453 6.77083 20.9206 7.50031 21.451 7.8272C22.1037 8.54242 23.561 7.8272 23.9256 8.77498C23.7915 10.9404 24.0608 12.9533 24.7512 14.7962C24.1749 15.7977 23.6186 16.3769 23.2187 17.9807H22.5965L22.5954 11.0106Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1948 11.0627H14.3535C13.5667 11.6353 13.7219 12.944 14.0842 13.7996C15.1733 15.2388 14.1618 16.4477 13.7972 17.7541L13.6361 17.9329H10.0371L11.2262 15.0874L12.7563 15.0918C12.4599 14.1495 12.22 12.0949 12.7575 11.0572C12.5682 10.9694 12.1906 10.9376 11.9025 10.9727C11.8636 9.54229 11.6672 8.34331 10.958 7.19808C11.4755 6.35672 11.9742 7.842 12.6081 7.8782C14.6229 8.30821 16.9328 8.13269 19.3074 8.18425C19.5379 8.238 19.7049 8.38829 19.8414 8.80294C19.7073 10.9672 20.0013 12.9857 20.6917 14.8285C20.1166 15.8301 19.6144 16.4093 19.2145 18.0119H18.1912L18.1948 11.0627Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.1996 8.75618C40.0655 10.9205 40.3666 12.9246 41.057 14.7675C40.4818 15.769 39.9796 16.3482 39.5809 17.952H38.8623L38.8541 10.9907L33.9449 10.9885C34.0401 9.64691 33.8237 8.26583 32.9605 7.29941C33.0369 7.0142 33.5744 7.12061 33.7849 7.21056C34.4036 7.80621 34.8399 7.94442 35.435 8.15833H39.5786C39.8467 8.24828 40.0525 8.45122 40.1996 8.75618Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.4059 11.0937H66.6034C65.8178 11.6663 65.9718 12.8137 66.3353 13.6705C67.4232 15.1086 66.4117 16.471 66.0471 17.7764L65.886 17.9563H62.2882C62.2882 17.9563 63.0739 15.9061 63.4773 14.9583C63.5431 14.9331 65.0074 14.9616 65.0074 14.9616C64.711 14.0204 64.4711 12.1259 65.0086 11.0893C64.8192 11.0004 64.4617 11.0268 64.1747 11.0619C64.1359 9.63144 63.9183 8.37432 63.2079 7.2291C63.7266 6.38773 64.2253 7.87301 64.858 7.90921C66.8151 8.39187 69.2097 8.08802 71.435 8.17687C71.6655 8.23172 71.7984 8.48402 71.9913 8.82408C71.8572 10.9884 72.1324 13.0331 72.8228 14.876C72.2465 15.8775 71.7443 16.3799 71.3456 17.9837L70.42 17.9969L70.4059 11.0937Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signin-email .newspaper-users .yedioth-plus-label {
  margin-left: 3px;
  width: 53.167px;
  position: relative;
  height: 17px;
  top: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='14' viewBox='0 0 43 14' fill='none'%3E%3Cpath d='M0.871094 7C0.871094 3.41015 3.78124 0.5 7.37109 0.5H35.5378C39.1276 0.5 42.0378 3.41015 42.0378 7C42.0378 10.5899 39.1276 13.5 35.5378 13.5H7.3711C3.78125 13.5 0.871094 10.5899 0.871094 7Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.37196 12.0554C10.1643 12.0554 12.4275 9.79195 12.4275 6.99989C12.4275 4.20783 10.1643 1.94434 7.37196 1.94434C4.57963 1.94434 2.31641 4.20783 2.31641 6.99989C2.31641 9.79195 4.57963 12.0554 7.37196 12.0554Z' fill='black'/%3E%3Cpath d='M8.09418 4.11099V9.88876H6.64974V4.11099H8.09418Z' fill='white'/%3E%3Cpath d='M10.2608 6.27765V7.72209H4.48307V6.27765H10.2608Z' fill='white'/%3E%3Cpath d='M35.2151 4.56005C35.2151 4.56005 32.8611 4.6033 32.3764 4.51116H32.3804C32.0468 4.44764 31.8583 4.37418 31.5606 4.25817L31.5004 4.23474C31.3645 4.18272 31.2545 4.07633 31.1511 3.97644C30.978 3.80908 30.8237 3.65996 30.5986 3.8154C31.0793 4.45663 31.2819 5.29905 31.3256 6.09635L34.2854 6.10199V10.2295H34.6847C34.8575 9.51495 35.1316 8.80227 35.5249 8.19113C35.219 7.59128 35.0542 6.76014 34.935 6.07754H35.4296L35.2151 4.56005Z' fill='white'/%3E%3Cpath d='M27.1857 4.41997C27.0029 4.39801 26.8204 4.37608 26.6633 4.32087L26.6653 4.32651C26.5575 4.27208 26.4568 4.19975 26.3557 4.12718C26.1496 3.97912 25.9421 3.83008 25.6701 3.83008C26.0297 4.52207 26.27 5.38142 26.0853 6.15615C26.4667 6.18624 27.2374 6.15992 27.2374 6.15992C27.2436 6.14753 27.2594 6.29794 27.284 6.5313C27.3376 7.04196 27.433 7.94981 27.5612 8.41829C27.1708 8.3853 26.8978 8.40382 26.6547 8.42031C26.4129 8.43671 26.2008 8.4511 25.9323 8.41077C25.5052 7.29381 25.2331 6.10162 25.3523 4.76841C25.3177 4.45764 25.031 4.46433 24.7662 4.47051C24.6961 4.47215 24.6276 4.47375 24.5656 4.46942C24.2504 4.48993 23.9841 4.32966 23.7278 4.17546C23.4673 4.01869 23.2172 3.8682 22.9368 3.92034C23.483 4.54088 23.6241 5.31561 23.6241 6.15427L24.655 6.15804C24.655 6.15804 25.0543 7.69434 24.9788 8.38821C24.8552 8.43481 24.8105 8.43008 24.723 8.42083C24.6516 8.41328 24.5516 8.40271 24.3571 8.41454C24.2617 8.39949 24.1564 8.42394 24.0571 8.48787C24.0441 8.49608 24.0325 8.50258 24.0219 8.50851C23.9792 8.53249 23.9531 8.54713 23.9181 8.62702C23.7874 8.92578 23.7209 9.16175 23.6354 9.46501C23.5767 9.6733 23.5091 9.91334 23.4056 10.2273H27.6009C27.6992 10.0194 27.805 9.82729 27.9073 9.64138C28.1669 9.16972 28.4047 8.73783 28.4432 8.18889C27.9744 7.18662 27.8651 5.96435 28.0836 4.8173C27.9169 4.50781 27.5507 4.46382 27.1857 4.41997Z' fill='white'/%3E%3Cpath d='M21.3159 4.36279C21.4871 4.55348 21.7558 4.56838 22.016 4.5828C22.3203 4.59967 22.6129 4.61589 22.7243 4.91188C22.6488 6.16423 22.8117 7.32257 23.205 8.38689C23.1385 8.50443 23.0737 8.6119 23.0107 8.7163C22.7635 9.12624 22.5448 9.48902 22.3627 10.2278H22.023L22.027 6.20372C22.027 6.20372 21.5344 6.19056 21.0517 6.20372C21.1815 5.10864 20.6718 4.33392 20.4065 3.93066C20.3916 3.90806 20.3775 3.88662 20.3644 3.86637C20.671 3.79498 20.8306 3.95666 20.9908 4.11887C21.088 4.2173 21.1853 4.31593 21.3159 4.36279Z' fill='white'/%3E%3Cpath d='M29.8366 4.5828C29.5764 4.56838 29.3077 4.55348 29.1365 4.36279H29.1384C29.0692 4.32583 29.0004 4.25668 28.9248 4.18082C28.7467 4.00196 28.5315 3.78582 28.1869 3.86637C28.2001 3.88662 28.2142 3.90805 28.2291 3.93065C28.4944 4.33391 29.004 5.10863 28.8742 6.20372C29.3331 6.22817 29.8496 6.20372 29.8496 6.20372L29.8536 8.26466H30.1396C30.3193 7.52743 30.5879 7.23672 30.8738 6.92723C30.9481 6.84676 31.0236 6.76502 31.0991 6.67383C30.67 5.92354 30.5448 4.91188 30.5448 4.91188C30.4335 4.61589 30.1409 4.59967 29.8366 4.5828Z' fill='white'/%3E%3Cpath d='M36.4645 4.36282C36.6357 4.5535 36.9044 4.5684 37.1646 4.58282C37.4689 4.59969 37.7615 4.61591 37.8729 4.9119C37.8729 4.9119 37.998 5.92356 38.4271 6.67385C38.3633 6.75098 38.3008 6.82136 38.2399 6.88992C37.9521 7.21414 37.7002 7.49792 37.5133 8.26468H37.1895L37.1935 6.20374C37.1935 6.20374 36.6452 6.19058 36.2023 6.20374C36.3321 5.10866 35.8224 4.33394 35.5571 3.93068C35.5422 3.90808 35.5281 3.88664 35.515 3.86639C35.8323 3.79251 35.9996 3.96044 36.166 4.12753C36.258 4.21986 36.3498 4.31195 36.4665 4.36282H36.4645Z' fill='white'/%3E%3Cpath d='M17.053 6.25976H19.2162L19.2241 10.25L19.7525 10.2425C19.9276 9.53195 20.1366 9.19589 20.3722 8.8169C20.444 8.70142 20.5182 8.58195 20.5948 8.44668C20.2015 7.38049 20.0445 6.1977 20.122 4.94723C20.1165 4.93749 20.1111 4.92788 20.1058 4.91841C20.0032 4.73578 19.9288 4.60341 19.8042 4.57302C19.3823 4.55612 18.9495 4.56423 18.5189 4.5723C17.6559 4.58846 16.8011 4.60448 16.0578 4.41883C15.9125 4.41047 15.7792 4.26518 15.6525 4.12712C15.4657 3.9235 15.2934 3.73559 15.1182 4.02582C15.5234 4.68773 15.6466 5.41357 15.6684 6.24095C15.8333 6.22027 16.0359 6.20522 16.1432 6.25599C15.8373 6.85585 15.9743 7.95213 16.1432 8.49557C16.1432 8.49557 15.3089 8.47865 15.2711 8.49369C15.0427 9.04277 14.5938 10.2274 14.5938 10.2274H16.6438L16.7351 10.124C16.7824 9.9527 16.8485 9.77975 16.9154 9.60502C17.1434 9.00875 17.3793 8.39183 16.9 7.74905C16.6934 7.2545 16.604 6.59071 17.053 6.25976Z' fill='white'/%3E%3C/svg%3E");
}
.premium-paywall-desktop-signin-email .yedioth-label-newspaper-mode {
  width: 211.5px;
  height: 27px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='212' height='27' viewBox='0 0 212 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2960_89648)'%3E%3Cpath d='M165.074 2.31874C166.932 2.99072 169.691 2.44855 170.679 4.3347C169.817 8.99279 170.248 13.9563 172.098 18.0264C171.886 21.1344 170.146 23.3183 168.774 26.3041H152.217C153.221 23.1733 153.37 21.8522 154.24 19.8057C154.412 19.401 154.53 19.4086 154.789 19.2406C155.181 18.981 155.596 18.8817 155.972 18.9428C157.681 18.8359 157.54 19.1795 158.426 18.8359C158.724 16.0181 157.148 9.77933 157.148 9.77933L153.08 9.76405C153.08 6.3583 152.523 3.21217 150.367 0.692219C152.562 0.272227 154.287 3.08999 156.796 2.92199C157.964 3.00599 159.727 2.54019 159.9 4.13616C159.43 9.55024 160.504 14.3916 162.189 18.9275C164.314 19.2559 165.544 18.6908 168.617 18.9581C167.88 16.1861 167.418 9.6266 167.34 9.78696C167.34 9.78696 164.298 9.89386 162.793 9.77168C163.522 6.62556 162.573 3.13581 161.154 0.325684C162.753 0.325684 163.788 1.66966 165.082 2.34164L165.074 2.31874Z' fill='%23DE1A1A'/%3E%3Cpath d='M187.622 3.091C189.535 3.46517 198.824 3.28954 198.824 3.28954L199.671 9.45197H197.719C198.189 12.2239 198.84 15.5991 200.047 18.0351C198.495 20.5168 197.413 23.411 196.731 26.3127H195.155V9.55124L183.475 9.52833C183.302 6.29058 182.503 2.86955 180.605 0.265598C182.024 -0.742383 182.73 1.40339 184.165 1.96847C185.482 2.49537 186.234 2.81609 187.637 3.091H187.622Z' fill='%23DE1A1A'/%3E%3Cpath d='M107.621 3.73968L108.013 4.32767C107.888 8.69559 108.962 12.5977 104.094 14.8657L109.918 22.9906L105.026 26.9996C101.577 22.5095 93.5259 13.9875 93.5259 13.9875L92.6009 19.3252L97.0615 19.4245L97.5632 26.3047C97.5632 26.3047 89.9747 26.3047 89.8179 26.2665L89.3867 25.8847C91.0644 19.791 90.6802 13.85 89.8179 7.55016L92.2795 1.70844H92.9301L102.847 13.9111C103.709 14.4533 104.438 13.0711 104.917 12.4831C105.262 11.6432 105.309 10.7345 104.313 10.3603L100.777 10.1465C100.652 7.08434 99.7426 4.30476 97.4613 2.08262L97.673 1.49463C100.221 4.05276 104.18 3.25859 107.637 3.7244L107.621 3.73968Z' fill='%23DE1A1A'/%3E%3Cpath d='M39.928 3.36619C41.7859 2.57203 41.3391 4.32835 41.2607 5.38215C41.4175 8.03956 43.2362 18.0583 43.4243 19.7841C43.4871 20.3415 40.563 26.2596 40.563 26.2596H32.4727C32.4727 26.2596 34.6285 22.1513 35.3576 19.9673C35.5144 19.9673 39.0578 19.9673 39.0578 19.9673V10.0021C33.6251 10.6893 35.6163 6.81013 34.5344 4.75599C34.2365 3.24402 32.6843 1.93823 32.6843 0.510254C35.4438 0.594252 36.7765 4.12218 39.928 3.36619Z' fill='%23DE1A1A'/%3E%3Cpath d='M143.97 2.48827C145.436 4.16823 148.713 2.48826 149.528 4.71804C149.23 9.80376 149.873 14.5077 151.425 18.8298C150.132 21.1817 149.003 22.541 148.101 26.3056H146.761L146.776 9.96412C146.776 9.96412 144.832 9.91066 142.927 9.96412C143.468 5.26784 141.195 2.02246 140.215 0.472305C142.159 0.00649565 142.606 1.98428 143.97 2.48827Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.6684 9.86406C73.88 13.1018 74.6248 15.9654 75.6674 18.8672C74.3739 21.2191 73.245 22.5173 72.3435 26.2819H71.3087C69.8897 17.7141 72.8687 8.13064 67.8672 1.03659C70.8854 -0.185202 71.097 4.01471 73.8565 3.42672H85.4353C85.4353 3.42672 85.9763 3.54891 86.2506 3.75508C86.5721 3.99944 86.7053 4.30489 86.8151 4.61034C86.5093 9.69606 87.16 14.4992 88.7122 18.8213C87.4187 21.1733 86.2898 22.2271 85.3883 26.2667H83.742L83.7577 9.88697H74.076L73.6605 9.85641L73.6684 9.86406Z' fill='%23DE1A1A'/%3E%3Cpath d='M174.833 2.48827C176.299 4.16823 179.576 2.48826 180.391 4.71804C180.391 4.71804 180.885 8.82632 182.579 11.8732C181.136 13.6677 179.686 14.5611 178.792 18.3334H177.663L177.648 9.96412C177.648 9.96412 175.609 10.0634 173.798 9.96412C174.339 5.26784 172.066 2.02246 171.086 0.472305C173.022 0.00649565 173.924 1.98428 174.841 2.48827H174.833Z' fill='%23DE1A1A'/%3E%3Cpath d='M203.755 2.4886C205.221 4.16857 208.498 2.4886 209.313 4.71837C209.313 4.71837 209.807 8.82665 211.5 11.8735C210.058 13.668 208.788 14.5615 207.894 18.3337H206.616L206.632 9.96445C206.632 9.96445 204.468 9.911 202.72 9.96445C203.261 5.26818 200.988 2.02279 200.008 0.472639C201.952 0.00682992 202.469 1.90825 203.763 2.4886H203.755Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.9778 9.96265C47.9778 9.96265 46.3864 9.94738 44.646 9.96265C45.187 5.26638 42.9214 2.02099 41.9336 0.47084C43.8778 0.00503069 44.6931 2.10498 45.6887 2.51734C47.97 3.80022 50.4315 2.4868 51.2468 4.71657C50.9411 9.80229 51.5918 14.5062 53.144 18.8283C51.8505 21.1803 50.1101 22.5395 49.2164 26.3042H47.9935L47.9778 9.96265Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.2209 10.0007C28.2209 10.0007 25.9553 9.98544 24.6148 10.0007C25.1557 5.30443 22.8823 2.05141 21.9023 0.508895C23.8387 0.0507215 24.458 1.76123 25.6574 2.52486C27.1234 4.20482 30.4003 2.52485 31.2234 4.75463C30.9177 9.83272 31.5292 14.5672 33.0814 18.8893C31.7879 21.2412 30.5336 22.6005 29.6399 26.3651H28.2366V10.0007H28.2209Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.3364 10.1244H9.69737C7.9335 11.4684 8.27843 14.5381 9.09373 16.5465C11.5396 19.9217 9.26621 22.7623 8.4509 25.8321L8.09029 26.2521H0L2.67324 19.578H6.11475C5.44839 17.3788 4.90747 12.5527 6.11475 10.1168C5.69142 9.91059 4.83692 9.83422 4.19409 9.91822C4.10785 6.55829 3.66885 3.74052 2.06961 1.05257C3.22985 -0.917572 4.35872 2.56455 5.77766 2.64855C10.3088 3.65653 15.4985 3.24417 20.8372 3.36634C21.3546 3.48852 21.7309 3.8398 22.0366 4.81723C21.7309 9.90295 22.3972 14.6374 23.9495 18.9671C22.6559 21.3191 21.5271 22.6783 20.6255 26.443H18.3207V10.1244H18.3364Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M67.7942 4.70897C67.4963 9.79469 68.1705 14.4986 69.7227 18.8207C68.4292 21.1727 67.3003 22.5319 66.4066 26.2965H64.7917L64.776 9.95505H53.7381C53.9576 6.80129 53.4637 3.56353 51.5273 1.28794C51.6998 0.615948 52.9071 0.867944 53.3853 1.07412C54.7729 2.47155 55.7606 2.79991 57.0933 3.3039H66.4066C67.0102 3.51007 67.4728 3.99116 67.802 4.70897H67.7942Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M135.692 10.1924H127.147C125.375 11.5364 125.728 14.232 126.543 16.2403C128.989 19.6155 126.715 22.8151 125.892 25.8848L125.532 26.3048H117.441C117.441 26.3048 119.213 21.494 120.115 19.2642C120.264 19.2031 123.556 19.2719 123.556 19.2719C122.89 17.065 122.349 12.6131 123.556 10.1771C123.133 9.97095 122.333 10.032 121.683 10.116C121.596 6.75611 121.11 3.80853 119.511 1.12058C120.671 -0.857199 121.8 2.63255 123.219 2.71655C127.617 3.84671 133.003 3.13653 138.004 3.34271C138.522 3.47253 138.82 4.06052 139.259 4.86232C138.953 9.94041 139.572 14.7436 141.124 19.0733C139.831 21.4253 138.702 22.6013 137.8 26.3659L135.715 26.3965L135.684 10.1924H135.692Z' fill='%23DE1A1A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2960_89648'%3E%3Crect width='211.5' height='27' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signin-finish {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.premium-paywall-desktop-signin-finish .title {
  color: #000;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: unset;
  font-weight: 700;
}
.premium-paywall-desktop-signin-finish .subtitle {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.premium-paywall-desktop-signin-finish .resend-code-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
.premium-paywall-desktop-signin-finish .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.premium-paywall-desktop-signin-password {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.premium-paywall-desktop-signin-password .title {
  color: #000;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: unset;
  font-weight: 700;
}
.premium-paywall-desktop-signin-password .subtitle {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.premium-paywall-desktop-signin-password .otp {
  display: flex;
  direction: ltr;
  gap: 15px;
  margin-top: 30px;
}
.premium-paywall-desktop-signin-password .otp input {
  width: 35px;
  height: 35px;
  border: 1px solid #B7B7B7;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.premium-paywall-desktop-signin-password .avalibale-label {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 56px;
}
.premium-paywall-desktop-signin-password .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.premium-paywall-desktop-signin-password .buttons-container .button-base {
  width: 178px;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-desktop-signin-password .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 1px solid #2261D0;
}
.premium-paywall-desktop-signin-password .buttons-container .button-base:disabled {
  background-color: #D8D8D8;
  color: #78787B;
  border: 1px solid #D9D9D9;
}
.premium-paywall-desktop-signin-password .error-text {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  top: 20px;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.premium-paywall-desktop-signin-password .resend-code-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
.premium-paywall-desktop-signin-password .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .digital-edition-label {
  width: 172px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #A51C21;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .title {
  color: #000;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: unset;
  font-weight: 700;
  margin-top: 24px;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .button-base {
  margin-top: 43px;
  width: 150px;
  cursor: pointer;
  height: 38px;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .button-base.continue {
  background-color: #DE1A1A;
  color: white;
  border: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .error-text {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  top: 2px;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms {
  display: flex;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #000;
  flex-direction: column;
  margin-top: 27px;
  z-index: 1;
  width: 460px;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms.error .inner-container input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #DE1A1A;
  border-radius: 2px;
  cursor: pointer;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms.error .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms .inner-container {
  display: inline-grid;
  grid-gap: 5px;
  grid-template-columns: 15px auto;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms .inner-container input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  top: 2px;
  position: relative;
  border: 1px solid #000;
  border-radius: 2px;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms .inner-container a {
  color: #000;
  text-decoration: underline;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms .inner-container .text {
  height: 32px;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms .error-text {
  margin-top: unset;
  margin-right: 20px;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms .error-text a {
  color: #DE1A1A;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .back-button {
  font-size: 17px;
  line-height: 26px;
  margin-top: 25px;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .back-button button {
  color: #DE1A1A;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.premium-paywall-desktop-signup-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.premium-paywall-desktop-signup-email .title {
  color: #000;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: unset;
  font-weight: 700;
}
.premium-paywall-desktop-signup-email .subtitle {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
}
.premium-paywall-desktop-signup-email .email-signup {
  width: 460px;
  margin-top: 50px;
  z-index: 1;
  position: relative;
}
.premium-paywall-desktop-signup-email .email-signup.error input {
  border-bottom: 1px solid #DE1A1A;
}
.premium-paywall-desktop-signup-email .email-signup input {
  font-size: 14px;
  color: #78787B;
  font-weight: 300;
  line-height: 20px;
  text-align: right;
  width: 100%;
  height: 30px;
  padding-right: 10px;
  border: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
.premium-paywall-desktop-signup-email .email-signup .error-text {
  position: absolute;
  margin-top: 6px;
  padding-right: 10px;
  margin-bottom: 0;
  font-size: 13px;
}
.premium-paywall-desktop-signup-email .email-signup .reset-icon {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4 7.73935L17.12 6.45935L12 11.5794L6.87999 6.45935L5.59999 7.73935L10.72 12.8594L5.59999 17.9794L6.87999 19.2594L12 14.1394L17.12 19.2594L18.4 17.9794L13.28 12.8594L18.4 7.73935Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signup-email .terms {
  display: flex;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #000;
  flex-direction: column;
  margin-top: 50px;
  z-index: 1;
}
.premium-paywall-desktop-signup-email .terms.error {
  position: relative;
}
.premium-paywall-desktop-signup-email .terms.error .inner-container input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #DE1A1A;
  border-radius: 2px;
  cursor: pointer;
}
.premium-paywall-desktop-signup-email .terms.error .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-paywall-desktop-signup-email .terms .inner-container {
  display: inline-grid;
  grid-gap: 5px;
  grid-template-columns: 15px auto;
}
.premium-paywall-desktop-signup-email .terms .inner-container input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  top: 2px;
  position: relative;
  border: 1px solid #000;
  border-radius: 2px;
}
.premium-paywall-desktop-signup-email .terms .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-paywall-desktop-signup-email .terms .inner-container a {
  color: #000;
  text-decoration: underline;
}
.premium-paywall-desktop-signup-email .terms .inner-container .text {
  height: 32px;
}
.premium-paywall-desktop-signup-email .terms .error-text {
  margin-top: unset;
  margin-right: 20px;
}
.premium-paywall-desktop-signup-email .terms .error-text a {
  color: #DE1A1A;
}
.premium-paywall-desktop-signup-email .error-text {
  font-size: 13px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: unset;
  text-align: right;
  color: #DE1A1A;
}
.premium-paywall-desktop-signup-email .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  gap: 20px;
}
.premium-paywall-desktop-signup-email .buttons-container .button-base {
  width: 178px;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-desktop-signup-email .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 1px solid #2261D0;
}
.premium-paywall-desktop-signup-email .buttons-container .button-base:disabled {
  background-color: #D8D8D8;
  color: #78787B;
  border: 1px solid #D9D9D9;
}
.premium-paywall-desktop-signup-email .social-separator-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-top: 62px;
}
.premium-paywall-desktop-signup-email .social-signup {
  gap: 20px;
  width: 460px;
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.premium-paywall-desktop-signup-email .social-signup .social-button {
  width: 150px;
  cursor: pointer;
  height: 38px;
  align-items: baseline;
  background-color: #fcfcfc;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 1.5px solid #000;
  font-weight: 700;
}
.premium-paywall-desktop-signup-email .social-signup .social-button.apple-btn span::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  position: relative;
  top: 3px;
  margin-left: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.07 18.4454C19.7675 19.1442 19.4095 19.7874 18.9947 20.3787C18.4293 21.1849 17.9663 21.7429 17.6095 22.0527C17.0565 22.5614 16.4639 22.8219 15.8294 22.8367C15.3738 22.8367 14.8244 22.707 14.185 22.4441C13.5434 22.1824 12.9538 22.0527 12.4146 22.0527C11.8492 22.0527 11.2428 22.1824 10.5942 22.4441C9.9446 22.707 9.42129 22.8441 9.02117 22.8577C8.41268 22.8836 7.80615 22.6157 7.20074 22.0527C6.81433 21.7157 6.33102 21.138 5.75202 20.3195C5.13081 19.4454 4.62008 18.4319 4.21997 17.2763C3.79147 16.0282 3.57666 14.8196 3.57666 13.6495C3.57666 12.3092 3.86628 11.1532 4.44639 10.1845C4.9023 9.40634 5.50882 8.79253 6.26793 8.34193C7.02704 7.89132 7.84726 7.6617 8.73057 7.64701C9.21389 7.64701 9.84769 7.79651 10.6353 8.09033C11.4207 8.38514 11.925 8.53464 12.1461 8.53464C12.3114 8.53464 12.8717 8.35983 13.8214 8.01132C14.7195 7.68812 15.4775 7.5543 16.0985 7.60701C17.7811 7.74281 19.0453 8.40612 19.886 9.60115C18.3811 10.513 17.6367 11.7901 17.6515 13.4284C17.6651 14.7046 18.128 15.7665 19.0379 16.6097C19.4502 17.001 19.9107 17.3035 20.423 17.5183C20.3119 17.8405 20.1946 18.1492 20.07 18.4454ZM16.2108 3.25949C16.2108 4.25972 15.8454 5.19363 15.117 6.05805C14.238 7.08567 13.1749 7.67948 12.0219 7.58578C12.0073 7.46578 11.9987 7.33949 11.9987 7.20678C11.9987 6.24656 12.4167 5.21894 13.1591 4.37871C13.5297 3.95329 14.001 3.59956 14.5726 3.31739C15.143 3.03942 15.6824 2.8857 16.1898 2.85938C16.2046 2.99309 16.2108 3.12683 16.2108 3.25949Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signup-email .social-signup .social-button.google-btn span::before {
  display: inline-block;
  content: "";
  width: 24px;
  position: relative;
  top: 4px;
  margin-left: 3px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8023 13.0898C21.8023 12.41 21.7471 11.7266 21.6296 11.0579H12.1975V14.9086H17.5988C17.3747 16.1505 16.6545 17.2491 15.5999 17.9473V20.4458H18.8224C20.7146 18.7042 21.8023 16.1321 21.8023 13.0898Z' fill='%234285F4'/%3E%3Cpath d='M12.1975 22.8594C14.8945 22.8594 17.1689 21.9739 18.8261 20.4453L15.6036 17.9468C14.7071 18.5567 13.5497 18.9021 12.2012 18.9021C9.59241 18.9021 7.38045 17.1421 6.58679 14.7758H3.2615V17.3515C4.95905 20.7283 8.41661 22.8594 12.1975 22.8594Z' fill='%2334A853'/%3E%3Cpath d='M6.58307 14.7759C6.1642 13.534 6.1642 12.1891 6.58307 10.9472V8.37149H3.26146C1.84316 11.1971 1.8432 14.5259 3.2615 17.3515L6.58307 14.7759Z' fill='%23FBBC04'/%3E%3Cpath d='M12.1975 6.81733C13.6232 6.79528 15.001 7.33174 16.0335 8.31646L18.8885 5.46149C17.0807 3.76394 14.6814 2.83065 12.1975 2.86005C8.41661 2.86005 4.95901 4.99108 3.26146 8.37149L6.58307 10.9472C7.37306 8.57725 9.58873 6.81733 12.1975 6.81733Z' fill='%23EA4335'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signup-email .login {
  margin-top: 50px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}
.premium-paywall-desktop-signup-email .login a {
  color: #2261D0;
  font-weight: 500;
}
.premium-paywall-desktop-signup-email .newspaper-users {
  margin-top: 5px;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #000;
  justify-content: center;
  align-items: baseline;
}
.premium-paywall-desktop-signup-email .newspaper-users > :first-child {
  display: flex;
  align-items: center;
}
.premium-paywall-desktop-signup-email .newspaper-users .newspaper-register-text {
  color: #2261D0;
  margin-right: 3px;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #2261D0;
}
.premium-paywall-desktop-signup-email .newspaper-users .yedioth-label {
  margin-right: 3px;
  width: 104px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='105' height='24' viewBox='0 0 105 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.30786 14.624C4.29719 14.24 4.35053 13.8933 4.46786 13.584C4.59586 13.2747 4.74519 13.0133 4.91586 12.8C5.09719 12.576 5.33186 12.3147 5.61986 12.016C6.01453 11.6107 6.30253 11.2693 6.48386 10.992C6.66519 10.7147 6.75586 10.384 6.75586 10C6.76653 9.44533 6.57986 9.01867 6.19586 8.72C5.82253 8.42133 5.26253 8.272 4.51586 8.272C4.14253 8.272 3.75319 8.336 3.34786 8.464C2.95319 8.58133 2.63319 8.71467 2.38786 8.864L2.35586 7.616C2.71853 7.43467 3.13453 7.29067 3.60386 7.184C4.07319 7.07733 4.55853 7.024 5.05986 7.024C6.07319 7.024 6.88386 7.248 7.49186 7.696C8.11053 8.13333 8.42519 8.79467 8.43586 9.68C8.43586 10.0853 8.36653 10.4533 8.22786 10.784C8.08919 11.1147 7.92386 11.3973 7.73186 11.632C7.53986 11.8667 7.26786 12.16 6.91586 12.512C6.49986 12.9173 6.18519 13.2747 5.97186 13.584C5.76919 13.8827 5.66786 14.2293 5.66786 14.624H4.30786ZM4.09986 16.064H6.03586V18H4.09986V16.064Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.4743 7.7396C84.2988 8.02591 85.5267 7.79335 85.9677 8.59852C85.5843 10.584 85.776 12.6957 86.6017 14.4311C86.5052 15.7551 85.7337 16.6864 85.1244 17.9556H77.7583C78.2064 16.6228 78.2699 16.0601 78.6592 15.1869C78.7357 15.0146 78.7886 15.0179 78.9027 14.9444C79.0791 14.8347 79.2638 14.7909 79.4296 14.8183C80.1906 14.7711 80.1247 14.9192 80.5199 14.7711C80.6551 13.5721 79.9518 10.9142 79.9518 10.9142L78.1417 10.9065C78.1417 9.45744 77.8924 8.11586 76.9327 7.04193C77.9112 6.86313 78.6781 8.06211 79.7919 7.99081C80.3094 8.02591 81.0962 7.82955 81.1726 8.50967C80.9609 10.8177 81.4408 12.8778 82.1888 14.8095C83.1333 14.9499 83.6813 14.7075 85.0503 14.8227C84.7234 13.6413 84.5176 10.8473 84.4811 10.9142C84.4811 10.9142 83.1297 10.9603 82.4581 10.9065C82.7839 9.56494 82.3617 8.07966 81.729 6.88068C82.4382 6.88068 82.8992 7.45329 83.4743 7.7396Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.5068 8.06741C94.3583 8.22757 98.4889 8.15188 98.4889 8.15188L98.8664 10.7758H97.9961C98.2078 11.9561 98.4948 13.3932 99.0311 14.4309C98.3407 15.4873 97.862 16.7213 97.5538 17.9554H96.8529L96.8505 10.8175L91.6555 10.8076C91.5791 9.42983 91.2239 7.97307 90.3806 6.86295C91.0134 6.43403 91.3262 7.3478 91.9637 7.58913C92.5506 7.81291 92.8846 7.95003 93.5068 8.06741Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.9162 8.34225L58.0879 8.59345C58.0314 10.4539 58.5101 12.1147 56.3437 13.0811L58.9359 16.5431L56.7588 18.25C55.224 16.3347 51.6438 12.7071 51.6438 12.7071L51.2322 14.9832L53.2163 15.0238L53.441 17.956C53.441 17.956 50.0655 17.956 49.9937 17.9407L49.802 17.7794C50.55 15.1851 50.3771 12.6544 49.9937 9.97014L51.0875 7.48333H51.3745L55.7862 12.6829C56.1708 12.9144 56.4966 12.3242 56.7083 12.0741C56.8612 11.7165 56.88 11.3304 56.4389 11.1691L54.8664 11.0803C54.8088 9.77378 54.4054 8.59345 53.3892 7.64458L53.4845 7.39447C54.6171 8.48595 56.3813 8.14589 57.9162 8.34225Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.7994 8.18463C28.625 7.84457 28.4274 8.59489 28.3921 9.04355C28.4615 10.1745 29.2695 14.4428 29.3542 15.1767C29.3824 15.4147 28.0805 17.9344 28.0805 17.9344L24.4815 17.9322C24.4815 17.9322 25.44 16.1837 25.7658 15.2534C25.8364 15.2567 27.4136 15.2567 27.4136 15.2567V11.0115C24.9978 11.3044 25.8811 9.65127 25.4012 8.77479C25.2683 8.13088 24.5767 7.57582 24.5767 6.9681C25.8046 7.0032 26.3998 8.50604 27.7994 8.18463Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.087 7.81134C74.7397 8.52766 76.197 7.81134 76.5616 8.76021C76.4275 10.9245 76.7145 12.9287 77.4049 14.7716C76.8297 15.7731 76.3275 16.3523 75.9276 17.956H75.3313L75.3384 10.9958C75.3384 10.9958 74.4763 10.9728 73.6259 10.9958C73.867 8.99496 72.8567 7.61169 72.418 6.95242C73.2813 6.75606 73.4824 7.59634 74.087 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.8089 10.9523C42.9041 12.3312 43.2346 13.5521 43.698 14.7862C43.1229 15.7877 42.6195 16.3417 42.2208 17.9454H41.7597C41.127 14.2959 42.4548 10.2141 40.2296 7.18974C41.5727 6.67088 41.668 8.46002 42.8959 8.20992H48.0462C48.0462 8.20992 48.2873 8.26257 48.4073 8.35033C48.5496 8.45673 48.6072 8.58398 48.659 8.71671C48.5237 10.8821 48.8118 12.929 49.5022 14.7708C48.9271 15.7735 48.4237 16.221 48.025 17.9433H47.2935L47.3005 10.9655H42.9923L42.8089 10.9523Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.8187 7.81134C88.4703 8.52766 89.9287 7.81134 90.2933 8.76021C90.2933 8.76021 90.5144 10.5099 91.2648 11.8087C90.6226 12.5722 89.9769 12.955 89.5782 14.5587H89.076L89.0701 10.9958C89.0701 10.9958 88.1633 11.0364 87.3577 10.9958C87.5988 8.99496 86.5885 7.61169 86.1498 6.95242C87.0131 6.75606 87.4106 7.59634 87.8187 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100.682 7.81139C101.334 8.5277 102.792 7.81139 103.156 8.76026C103.156 8.76026 103.377 10.5099 104.128 11.8087C103.486 12.5722 102.922 12.955 102.523 14.5588H101.954L101.96 10.9959C101.96 10.9959 100.997 10.9728 100.222 10.9959C100.462 8.99501 99.4526 7.61174 99.0127 6.95247C99.876 6.75611 100.108 7.56457 100.682 7.81139Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.3807 10.9956C31.3807 10.9956 30.6715 10.989 29.8987 10.9956C30.1387 8.99476 29.1295 7.61149 28.6908 6.95222C29.5541 6.75586 29.9199 7.64988 30.3598 7.8243C31.3736 8.37168 32.4698 7.81114 32.8344 8.76001C32.7003 10.9243 32.9873 12.9285 33.6777 14.7714C33.1025 15.7729 32.3286 16.3521 31.9287 17.9558H31.3865L31.3807 10.9956Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.5954 11.0106C22.5954 11.0106 21.5874 11.0051 20.9911 11.0106C21.2311 9.00973 20.2208 7.62646 19.7821 6.96719C20.6453 6.77083 20.9206 7.50031 21.451 7.8272C22.1037 8.54242 23.561 7.8272 23.9256 8.77498C23.7915 10.9404 24.0608 12.9533 24.7512 14.7962C24.1749 15.7977 23.6186 16.3769 23.2187 17.9807H22.5965L22.5954 11.0106Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1948 11.0627H14.3535C13.5667 11.6353 13.7219 12.944 14.0842 13.7996C15.1733 15.2388 14.1618 16.4477 13.7972 17.7541L13.6361 17.9329H10.0371L11.2262 15.0874L12.7563 15.0918C12.4599 14.1495 12.22 12.0949 12.7575 11.0572C12.5682 10.9694 12.1906 10.9376 11.9025 10.9727C11.8636 9.54229 11.6672 8.34331 10.958 7.19808C11.4755 6.35672 11.9742 7.842 12.6081 7.8782C14.6229 8.30821 16.9328 8.13269 19.3074 8.18425C19.5379 8.238 19.7049 8.38829 19.8414 8.80294C19.7073 10.9672 20.0013 12.9857 20.6917 14.8285C20.1166 15.8301 19.6144 16.4093 19.2145 18.0119H18.1912L18.1948 11.0627Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.1996 8.75618C40.0655 10.9205 40.3666 12.9246 41.057 14.7675C40.4818 15.769 39.9796 16.3482 39.5809 17.952H38.8623L38.8541 10.9907L33.9449 10.9885C34.0401 9.64691 33.8237 8.26583 32.9605 7.29941C33.0369 7.0142 33.5744 7.12061 33.7849 7.21056C34.4036 7.80621 34.8399 7.94442 35.435 8.15833H39.5786C39.8467 8.24828 40.0525 8.45122 40.1996 8.75618Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.4059 11.0937H66.6034C65.8178 11.6663 65.9718 12.8137 66.3353 13.6705C67.4232 15.1086 66.4117 16.471 66.0471 17.7764L65.886 17.9563H62.2882C62.2882 17.9563 63.0739 15.9061 63.4773 14.9583C63.5431 14.9331 65.0074 14.9616 65.0074 14.9616C64.711 14.0204 64.4711 12.1259 65.0086 11.0893C64.8192 11.0004 64.4617 11.0268 64.1747 11.0619C64.1359 9.63144 63.9183 8.37432 63.2079 7.2291C63.7266 6.38773 64.2253 7.87301 64.858 7.90921C66.8151 8.39187 69.2097 8.08802 71.435 8.17687C71.6655 8.23172 71.7984 8.48402 71.9913 8.82408C71.8572 10.9884 72.1324 13.0331 72.8228 14.876C72.2465 15.8775 71.7443 16.3799 71.3456 17.9837L70.42 17.9969L70.4059 11.0937Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signup-email .newspaper-users .yedioth-plus-label {
  margin-left: 3px;
  width: 53.167px;
  position: relative;
  height: 17px;
  top: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='14' viewBox='0 0 43 14' fill='none'%3E%3Cpath d='M0.871094 7C0.871094 3.41015 3.78124 0.5 7.37109 0.5H35.5378C39.1276 0.5 42.0378 3.41015 42.0378 7C42.0378 10.5899 39.1276 13.5 35.5378 13.5H7.3711C3.78125 13.5 0.871094 10.5899 0.871094 7Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.37196 12.0554C10.1643 12.0554 12.4275 9.79195 12.4275 6.99989C12.4275 4.20783 10.1643 1.94434 7.37196 1.94434C4.57963 1.94434 2.31641 4.20783 2.31641 6.99989C2.31641 9.79195 4.57963 12.0554 7.37196 12.0554Z' fill='black'/%3E%3Cpath d='M8.09418 4.11099V9.88876H6.64974V4.11099H8.09418Z' fill='white'/%3E%3Cpath d='M10.2608 6.27765V7.72209H4.48307V6.27765H10.2608Z' fill='white'/%3E%3Cpath d='M35.2151 4.56005C35.2151 4.56005 32.8611 4.6033 32.3764 4.51116H32.3804C32.0468 4.44764 31.8583 4.37418 31.5606 4.25817L31.5004 4.23474C31.3645 4.18272 31.2545 4.07633 31.1511 3.97644C30.978 3.80908 30.8237 3.65996 30.5986 3.8154C31.0793 4.45663 31.2819 5.29905 31.3256 6.09635L34.2854 6.10199V10.2295H34.6847C34.8575 9.51495 35.1316 8.80227 35.5249 8.19113C35.219 7.59128 35.0542 6.76014 34.935 6.07754H35.4296L35.2151 4.56005Z' fill='white'/%3E%3Cpath d='M27.1857 4.41997C27.0029 4.39801 26.8204 4.37608 26.6633 4.32087L26.6653 4.32651C26.5575 4.27208 26.4568 4.19975 26.3557 4.12718C26.1496 3.97912 25.9421 3.83008 25.6701 3.83008C26.0297 4.52207 26.27 5.38142 26.0853 6.15615C26.4667 6.18624 27.2374 6.15992 27.2374 6.15992C27.2436 6.14753 27.2594 6.29794 27.284 6.5313C27.3376 7.04196 27.433 7.94981 27.5612 8.41829C27.1708 8.3853 26.8978 8.40382 26.6547 8.42031C26.4129 8.43671 26.2008 8.4511 25.9323 8.41077C25.5052 7.29381 25.2331 6.10162 25.3523 4.76841C25.3177 4.45764 25.031 4.46433 24.7662 4.47051C24.6961 4.47215 24.6276 4.47375 24.5656 4.46942C24.2504 4.48993 23.9841 4.32966 23.7278 4.17546C23.4673 4.01869 23.2172 3.8682 22.9368 3.92034C23.483 4.54088 23.6241 5.31561 23.6241 6.15427L24.655 6.15804C24.655 6.15804 25.0543 7.69434 24.9788 8.38821C24.8552 8.43481 24.8105 8.43008 24.723 8.42083C24.6516 8.41328 24.5516 8.40271 24.3571 8.41454C24.2617 8.39949 24.1564 8.42394 24.0571 8.48787C24.0441 8.49608 24.0325 8.50258 24.0219 8.50851C23.9792 8.53249 23.9531 8.54713 23.9181 8.62702C23.7874 8.92578 23.7209 9.16175 23.6354 9.46501C23.5767 9.6733 23.5091 9.91334 23.4056 10.2273H27.6009C27.6992 10.0194 27.805 9.82729 27.9073 9.64138C28.1669 9.16972 28.4047 8.73783 28.4432 8.18889C27.9744 7.18662 27.8651 5.96435 28.0836 4.8173C27.9169 4.50781 27.5507 4.46382 27.1857 4.41997Z' fill='white'/%3E%3Cpath d='M21.3159 4.36279C21.4871 4.55348 21.7558 4.56838 22.016 4.5828C22.3203 4.59967 22.6129 4.61589 22.7243 4.91188C22.6488 6.16423 22.8117 7.32257 23.205 8.38689C23.1385 8.50443 23.0737 8.6119 23.0107 8.7163C22.7635 9.12624 22.5448 9.48902 22.3627 10.2278H22.023L22.027 6.20372C22.027 6.20372 21.5344 6.19056 21.0517 6.20372C21.1815 5.10864 20.6718 4.33392 20.4065 3.93066C20.3916 3.90806 20.3775 3.88662 20.3644 3.86637C20.671 3.79498 20.8306 3.95666 20.9908 4.11887C21.088 4.2173 21.1853 4.31593 21.3159 4.36279Z' fill='white'/%3E%3Cpath d='M29.8366 4.5828C29.5764 4.56838 29.3077 4.55348 29.1365 4.36279H29.1384C29.0692 4.32583 29.0004 4.25668 28.9248 4.18082C28.7467 4.00196 28.5315 3.78582 28.1869 3.86637C28.2001 3.88662 28.2142 3.90805 28.2291 3.93065C28.4944 4.33391 29.004 5.10863 28.8742 6.20372C29.3331 6.22817 29.8496 6.20372 29.8496 6.20372L29.8536 8.26466H30.1396C30.3193 7.52743 30.5879 7.23672 30.8738 6.92723C30.9481 6.84676 31.0236 6.76502 31.0991 6.67383C30.67 5.92354 30.5448 4.91188 30.5448 4.91188C30.4335 4.61589 30.1409 4.59967 29.8366 4.5828Z' fill='white'/%3E%3Cpath d='M36.4645 4.36282C36.6357 4.5535 36.9044 4.5684 37.1646 4.58282C37.4689 4.59969 37.7615 4.61591 37.8729 4.9119C37.8729 4.9119 37.998 5.92356 38.4271 6.67385C38.3633 6.75098 38.3008 6.82136 38.2399 6.88992C37.9521 7.21414 37.7002 7.49792 37.5133 8.26468H37.1895L37.1935 6.20374C37.1935 6.20374 36.6452 6.19058 36.2023 6.20374C36.3321 5.10866 35.8224 4.33394 35.5571 3.93068C35.5422 3.90808 35.5281 3.88664 35.515 3.86639C35.8323 3.79251 35.9996 3.96044 36.166 4.12753C36.258 4.21986 36.3498 4.31195 36.4665 4.36282H36.4645Z' fill='white'/%3E%3Cpath d='M17.053 6.25976H19.2162L19.2241 10.25L19.7525 10.2425C19.9276 9.53195 20.1366 9.19589 20.3722 8.8169C20.444 8.70142 20.5182 8.58195 20.5948 8.44668C20.2015 7.38049 20.0445 6.1977 20.122 4.94723C20.1165 4.93749 20.1111 4.92788 20.1058 4.91841C20.0032 4.73578 19.9288 4.60341 19.8042 4.57302C19.3823 4.55612 18.9495 4.56423 18.5189 4.5723C17.6559 4.58846 16.8011 4.60448 16.0578 4.41883C15.9125 4.41047 15.7792 4.26518 15.6525 4.12712C15.4657 3.9235 15.2934 3.73559 15.1182 4.02582C15.5234 4.68773 15.6466 5.41357 15.6684 6.24095C15.8333 6.22027 16.0359 6.20522 16.1432 6.25599C15.8373 6.85585 15.9743 7.95213 16.1432 8.49557C16.1432 8.49557 15.3089 8.47865 15.2711 8.49369C15.0427 9.04277 14.5938 10.2274 14.5938 10.2274H16.6438L16.7351 10.124C16.7824 9.9527 16.8485 9.77975 16.9154 9.60502C17.1434 9.00875 17.3793 8.39183 16.9 7.74905C16.6934 7.2545 16.604 6.59071 17.053 6.25976Z' fill='white'/%3E%3C/svg%3E");
}
.premium-paywall-desktop-signup-finish {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.premium-paywall-desktop-signup-finish .title {
  color: #000;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: unset;
  font-weight: 700;
}
.premium-paywall-desktop-signup-finish .subtitle {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.premium-paywall-desktop-signup-finish .resend-code-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
.premium-paywall-desktop-signup-finish .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.premium-paywall-desktop-signup-password {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.premium-paywall-desktop-signup-password .title {
  color: #000;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: unset;
  font-weight: 700;
}
.premium-paywall-desktop-signup-password .subtitle {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.premium-paywall-desktop-signup-password .otp {
  display: flex;
  direction: ltr;
  gap: 15px;
  margin-top: 30px;
}
.premium-paywall-desktop-signup-password .otp input {
  width: 35px;
  height: 35px;
  border: 1px solid #B7B7B7;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.premium-paywall-desktop-signup-password .avalibale-label {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 56px;
}
.premium-paywall-desktop-signup-password .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.premium-paywall-desktop-signup-password .buttons-container .button-base {
  width: 178px;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-desktop-signup-password .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 1px solid #2261D0;
}
.premium-paywall-desktop-signup-password .buttons-container .button-base:disabled {
  background-color: #D8D8D8;
  color: #78787B;
  border: 1px solid #D9D9D9;
}
.premium-paywall-desktop-signup-password .error-text {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  top: 20px;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.premium-paywall-desktop-signup-password .resend-code-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
.premium-paywall-desktop-signup-password .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.PremiumPaywallCheckoutPlans.checkout-flow {
  width: 820px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.PremiumPaywallCheckoutPlans.checkout-flow .subtitle {
  width: 660px;
}
.PremiumPaywallCheckoutPlans.checkout-flow .subtitle .yedioth-label {
  width: 108px;
  height: 13px;
  background-size: cover;
  background-repeat: no-repeat;
}
.PremiumPaywallCheckoutPlans.checkout-flow .cancel-text {
  text-align: center;
}
.PremiumPaywallCheckoutPlans.checkout-flow .cancel-text br {
  display: contents;
}
.PremiumPaywallCheckoutPlans.checkout-flow .footer {
  border-top: 1px solid #d7d7d7;
  width: 560px;
}
.PremiumPaywallCheckoutPlans.checkout-flow .footer .footer-terms-text {
  padding: 0 35px;
}
.PremiumPaywallCheckoutPlans .yedioth-label {
  width: 131px;
  height: 16px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='131' height='16' viewBox='0 0 131 16' fill='none'%3E%3Cpath d='M83.9622 6.65838L83.5085 6.24201H78.1281L77.6897 6.76131C77.459 8.78236 78.0614 10.4759 78.9227 12.0245C78.4664 13.2221 77.5231 14.656 77.3104 15.966H72.1991C72.5913 14.7379 72.8245 13.4748 73.9627 11.7952C74.5368 11.8186 75.1982 11.7461 75.7929 11.7952C75.9108 11.1753 75.3468 10.1508 75.3827 9.18938C75.4366 7.71569 75.839 6.30517 75.7749 6.25371C75.5442 6.26774 75.2366 6.19289 74.6983 6.24435C74.624 3.94494 74.4061 2.06189 73.3603 0.146106C75.0751 -0.394245 75.4776 2.3847 77.7923 2.08061H84.7107C84.7107 2.08061 85.2157 2.06657 85.6259 2.11336C85.7899 2.13207 85.8412 2.29581 85.9078 2.41043C86.6409 3.64786 85.7822 5.43967 86.2411 6.83382C86.1411 8.24669 87.4279 9.7578 88.061 11.1473C88.1482 11.3508 88.3404 11.4794 88.3251 11.725C88.3071 12.0268 87.9508 12.2022 87.8201 12.3496C87.5022 12.7403 87.2664 12.8455 86.9716 13.2853C86.2103 14.1321 85.713 15.3952 85.1773 15.9683C85.185 15.9777 84.5441 15.9987 83.9648 15.9683V6.65838H83.9622ZM90.3065 15.8631C90.5782 16.0853 91.2344 15.9847 91.4959 15.7531C92.1188 14.1414 92.7442 13.449 93.4107 12.7145C93.5209 12.5438 93.8132 12.4923 93.8234 12.2607C93.8311 12.0806 93.6209 11.9987 93.6004 11.8443C92.2931 9.44669 92.2726 6.40575 92.329 3.62447C92.7955 1.54494 90.4603 2.18119 89.3222 1.68763C88.3045 1.33441 87.9559 -0.382549 86.7204 0.291135C87.8149 1.80692 88.161 4.08763 88.0508 6.10868C88.6275 6.78002 89.6554 5.84669 90.3014 6.58119V15.8631H90.3065ZM100.514 6.2116C100.885 6.3192 101.713 6.23499 102.48 6.25371C102.803 6.26306 103.054 6.22564 103.298 6.42447C103.585 6.66306 103.477 6.97885 103.515 7.31335C103.633 8.3847 103.761 9.56598 103.867 10.5625C103.905 10.9344 104.072 11.1052 103.9 11.3788C103.692 11.7063 103.285 11.6455 102.918 11.6525C102.223 11.6642 101.521 11.6923 100.962 11.6128C100.737 11.5449 100.611 11.325 100.427 11.18C100.36 10.9087 100.211 10.7169 100.142 10.4455C99.5884 8.17183 99.1552 5.82798 99.1834 3.30166C99.1859 2.95546 99.1911 2.75195 98.9886 2.48529C98.6579 2.05488 98.1708 2.02213 97.5761 2.09464C96.984 2.02213 96.4406 2.18353 95.9459 1.9426C94.9026 1.73207 94.3053 -0.417636 93.1006 0.227977C94.1131 1.97067 95.2076 3.93324 94.8026 6.27008C95.3307 6.31453 95.8049 6.30517 96.2381 6.28412C96.5739 6.26774 96.7943 6.23031 97.0455 6.42914C97.389 6.69113 97.366 7.15897 97.4275 7.56365C97.5582 8.45254 97.6787 9.26189 97.8299 10.1227C97.9222 10.6467 98.2708 11.1403 97.8351 11.5075C97.4993 11.7882 96.6764 11.6549 96.6764 11.6549C96.6764 11.6549 96.0638 11.5356 95.7792 11.7321C95.5562 11.8888 95.5537 12.0946 95.4306 12.3262C94.9257 13.2876 94.554 14.3636 94.2899 15.1309C94.1618 15.4958 94.0311 15.5987 94.1874 15.828C94.3668 16.0853 95.0051 15.9777 95.0051 15.9777H103.444C103.444 15.9777 104.31 16.0596 104.707 15.7882C105.064 15.5473 105.102 15.2479 105.264 14.8853C105.848 13.5683 106.517 12.2724 106.656 10.7964C105.725 8.60926 105.392 6.12739 105.738 3.69698C105.781 3.3695 106.181 2.62096 105.707 2.27476C105.392 2.04318 105.082 2.2116 104.677 2.14377C103.833 2.00575 103.059 2.25137 102.508 1.90751C101.344 1.69932 100.706 -0.546291 99.2936 0.270083C100.773 2.33324 100.847 3.56599 100.811 4.81043L100.509 6.21862L100.514 6.2116ZM109.15 2.05956C107.986 1.85137 107.301 -0.572022 105.892 0.246691C107.368 2.30751 107.276 3.52154 107.24 4.76833C107.268 5.23616 107.058 5.78587 107.458 6.06891C107.714 6.24669 108.247 6.2233 108.247 6.2233C108.247 6.2233 109.76 6.17417 109.834 6.35429C109.98 6.68645 109.929 6.95312 109.939 7.40692C110.031 8.87359 109.872 10.4011 109.947 11.6455C110.211 11.6876 110.549 11.6689 110.744 11.5964C111.505 10.7473 111.862 9.31101 112.387 8.57417C112.682 8.00575 112.731 7.973 113.005 7.48879C113.169 7.20341 112.938 6.95546 112.808 6.74493C112.561 6.34026 112.346 6.12505 112.274 5.72505C112.015 5.04435 112.287 3.87944 112.197 3.01628C112.133 2.41511 111.967 2.12739 111.249 2.0923C110.99 2.07827 110.616 1.99874 110.208 2.05722L109.15 2.06189V2.05956ZM115.391 1.97768C114.228 1.76716 113.582 -0.499508 112.172 0.319205C113.648 2.38236 113.692 3.85839 113.656 5.10517C113.735 5.44201 113.602 5.5847 113.746 5.84201C114.04 6.36599 115.33 6.27476 115.33 6.27476H119.224C119.224 6.27476 119.921 6.2654 120.264 6.4923C120.856 6.87593 120.751 7.74142 120.749 8.18119C120.736 10.4198 120.687 14.8104 120.749 15.2432C120.782 15.4724 120.695 15.6151 120.821 15.8022C121.051 16.1484 121.574 15.9332 121.951 15.9332C122.123 15.2783 122.446 14.1531 122.84 13.442C123.115 12.6537 124.199 11.3859 124.209 10.7824C124.212 10.3894 123.945 10.1531 123.797 9.56832C123.556 8.62563 123.192 7.18704 122.935 6.26072L123.743 6.26774C123.743 6.26774 123.986 6.18119 124.066 6.06423C124.184 5.88646 124.03 5.69932 124.012 5.53792C123.927 4.78002 123.843 4.26072 123.74 3.37885C123.702 3.03032 123.681 2.62798 123.343 2.34026C122.992 2.04084 122.674 2.08996 122.164 2.08763C119.721 2.06891 117.727 2.12271 116.189 2.08061L115.389 1.98236L115.391 1.97768ZM127.09 2.05956C125.929 1.85137 125.245 -0.572022 123.832 0.246691C125.309 2.30751 125.217 3.52154 125.181 4.76833C125.209 5.23616 124.996 5.78587 125.399 6.06891C125.652 6.24669 126.188 6.2233 126.188 6.2233C126.188 6.2233 127.698 6.17417 127.775 6.35429C127.921 6.68645 127.87 6.95312 127.88 7.40692C127.97 8.87359 127.813 10.4011 127.885 11.6455C128.152 11.6876 128.487 11.6689 128.68 11.5964C129.444 10.7473 129.8 9.31101 130.325 8.57417C130.623 8.00575 130.669 7.973 130.946 7.48879C131.105 7.20341 130.877 6.95546 130.748 6.74493C130.502 6.34026 130.284 6.12505 130.213 5.72505C129.951 5.04435 130.225 3.87944 130.136 3.01628C130.072 2.41511 129.91 2.12739 129.187 2.0923C128.928 2.07827 128.557 1.99874 128.147 2.05722L127.088 2.06189L127.09 2.05956ZM20.3965 15.9122C21.1014 14.5063 21.5398 13.7204 22.037 12.6514C22.155 12.3964 22.1678 12.111 22.46 11.9426C22.7522 11.7718 23.0957 12.0479 23.3469 11.8981C23.652 11.8841 24.0185 11.7672 24.1364 11.4303C24.2031 11.2338 24.1364 10.773 24.1364 10.773V7.35078C24.1364 7.35078 24.2415 6.72622 23.998 6.44318C23.6801 6.06891 23.1598 6.23031 22.6856 6.23031C22.278 6.23031 22.0165 6.28178 21.732 6.05254C21.3167 5.71569 21.691 5.22915 21.7038 4.75429C21.7397 3.50985 21.6654 2.2771 20.1889 0.213942C21.5987 -0.604771 22.2472 1.66189 23.4084 1.87008L25.0003 2.02213C25.0003 2.02213 25.7334 1.91453 25.8795 2.2233C26.0487 2.57651 25.7949 2.83616 25.841 3.19406C25.7283 6.0923 26.1666 8.58119 26.9202 11.1964C26.9407 11.3555 27.1586 11.842 27.1586 12.0291C27.1586 12.2724 26.851 12.8151 26.7664 12.9835C26.3973 13.8841 26.2255 14.1508 25.6924 15.1543C25.5796 15.3695 25.4565 15.5543 25.2002 15.6829C24.6286 15.9777 23.8724 15.8958 23.4315 15.8935C22.2395 15.8841 21.5961 15.8935 20.3965 15.9098M11.7657 15.9098C12.3425 15.9403 12.9859 15.9215 12.9808 15.9098C13.5165 15.3391 14.0112 14.0759 14.7751 13.2291C15.0699 12.7917 15.3031 12.6818 15.621 12.2935C15.7517 12.1484 16.1055 11.973 16.126 11.6689C16.1439 11.4256 15.9491 11.2946 15.862 11.0911C15.2288 9.704 13.9446 8.19055 14.042 6.77768C13.5831 5.38353 14.4419 3.58938 13.7113 2.35195C13.6447 2.23967 13.5908 2.07593 13.4268 2.05722C13.0166 2.01043 12.5117 2.02213 12.5117 2.02213H5.59065C3.27851 2.3309 2.87351 -0.445707 1.16119 0.0946441C2.20704 2.00809 2.42492 3.89113 2.49926 6.19055C3.03756 6.14143 3.34516 6.21628 3.57586 6.20458C3.63738 6.25371 3.23237 7.66423 3.18367 9.13792C3.14778 10.0993 3.71172 11.1239 3.59124 11.7438C2.99655 11.6946 2.33777 11.7672 1.76358 11.7438C0.628019 13.4256 0.392191 14.6865 0 15.9145H5.10874C5.32406 14.6069 6.26737 13.173 6.72364 11.9753C5.86236 10.4268 5.25998 8.73558 5.49068 6.71453L5.92645 6.19289H11.3095L11.7632 6.6116V15.9145L11.7657 15.9098ZM11.7657 15.9098C12.3425 15.9403 12.9859 15.9215 12.9808 15.9098C13.5165 15.3391 14.0112 14.0759 14.7751 13.2291C15.0699 12.7917 15.3031 12.6818 15.621 12.2935C15.7517 12.1484 16.1055 11.973 16.126 11.6689C16.1439 11.4256 15.9491 11.2946 15.862 11.0911C15.2288 9.704 13.9446 8.19055 14.042 6.77768C13.5831 5.38353 14.4419 3.58938 13.7113 2.35195C13.6447 2.23967 13.5908 2.07593 13.4268 2.05722C13.0166 2.01043 12.5117 2.02213 12.5117 2.02213H5.59065C3.27851 2.3309 2.87351 -0.445707 1.16119 0.0946441C2.20704 2.00809 2.42492 3.89113 2.49926 6.19055C3.03756 6.14143 3.34516 6.21628 3.57586 6.20458C3.63738 6.25371 3.23237 7.66423 3.18367 9.13792C3.14778 10.0993 3.71172 11.1239 3.59124 11.7438C2.99655 11.6946 2.33777 11.7672 1.76358 11.7438C0.628019 13.4256 0.392191 14.6865 0 15.9145H5.10874C5.32406 14.6069 6.26737 13.173 6.72364 11.9753C5.86236 10.4268 5.25998 8.73558 5.49068 6.71453L5.92645 6.19289H11.3095L11.7632 6.6116V15.9145L11.7657 15.9098ZM29.7296 15.8116C30.0013 16.0338 30.655 15.9309 30.919 15.7017C31.5445 14.0876 32.1674 13.3976 32.8338 12.6631C32.9415 12.4923 33.2363 12.4385 33.2465 12.2069C33.2542 12.0268 33.044 11.9473 33.021 11.7929C31.7162 9.39523 31.6675 6.09932 31.7265 3.31803C32.193 1.23616 29.4297 2.34961 28.5838 1.73441C27.5687 1.38119 27.379 -0.434011 26.1435 0.239673C27.2406 1.75546 27.5841 4.03616 27.4739 6.05488C28.0506 6.72856 29.0785 5.79289 29.7271 6.52739V15.8093L29.7296 15.8116ZM29.7296 15.8116C30.0013 16.0338 30.655 15.9309 30.919 15.7017C31.5445 14.0876 32.1674 13.3976 32.8338 12.6631C32.9415 12.4923 33.2363 12.4385 33.2465 12.2069C33.2542 12.0268 33.044 11.9473 33.021 11.7929C31.7162 9.39523 31.6675 6.09932 31.7265 3.31803C32.193 1.23616 29.4297 2.34961 28.5838 1.73441C27.5687 1.38119 27.379 -0.434011 26.1435 0.239673C27.2406 1.75546 27.5841 4.03616 27.4739 6.05488C28.0506 6.72856 29.0785 5.79289 29.7271 6.52739V15.8093L29.7296 15.8116ZM39.2576 6.22798C39.2576 6.22798 39.7677 6.23733 39.9343 6.4502C40.2778 6.88528 40.2316 7.8116 40.2316 7.8116V15.8467C40.5085 16.0689 41.1621 15.9683 41.4262 15.7344C42.049 14.1227 42.331 13.5753 43.0077 12.8432C43.1026 12.6654 43.6306 12.4666 43.5614 12.2443C43.4896 12.0128 43.2615 11.7999 43.2487 11.6455C41.9927 9.2385 42.5515 6.39172 42.6079 3.61043C42.5874 3.33441 42.7745 2.89932 42.5335 2.54377C42.331 2.24903 42.0234 2.13207 41.7286 2.03382C39.5934 1.92388 36.0816 2.14143 34.8614 1.96131C33.8464 1.60809 33.1517 -0.543952 31.9187 0.129732C33.0133 1.64552 33.3798 4.20926 33.267 6.22798C35.5817 6.26072 36.9634 6.26072 39.2601 6.22798M39.9369 6.4502C40.2803 6.88528 40.2342 7.8116 40.2342 7.8116V15.8467C40.511 16.0689 41.1647 15.9683 41.4287 15.7344C42.0516 14.1227 42.3336 13.5753 43.0103 12.8432C43.1051 12.6654 43.6332 12.4666 43.564 12.2443C43.4922 12.0128 43.2641 11.7999 43.2513 11.6455C41.9952 9.2385 42.554 6.39172 42.6104 3.61043C42.5899 3.33441 42.777 2.89932 42.5361 2.54377C42.3336 2.24903 42.026 2.13207 41.7312 2.03382C39.5959 1.92388 36.0842 2.14143 34.864 1.96131C33.8489 1.60809 33.1543 -0.543952 31.9213 0.129732C33.0158 1.64552 33.3824 4.20926 33.2696 6.22798C35.5843 6.26072 36.9659 6.26072 39.2627 6.22798C39.2627 6.22798 39.7728 6.23733 39.9394 6.4502M67.1724 2.504C66.7366 1.80926 64.9756 2.03149 64.9756 2.03149C62.6634 2.33792 62.2969 -0.394245 60.5846 0.146106C61.6304 2.05956 62.8659 3.18938 62.9377 5.48879C63.6811 5.70634 64.4783 5.38119 65.1653 5.70634C65.4447 6.10634 65.3524 6.31686 65.3293 6.78938C65.3242 6.89932 65.3601 7.0233 65.3293 7.16833C65.2217 7.69932 64.6526 7.83733 64.1322 8.01511C62.2431 5.54727 60.036 3.15897 58.2084 0.637334C58.0392 0.401077 57.8546 -0.0246541 57.4829 0.0455213C57.1651 0.10634 57.0113 0.670082 57.0113 0.670082C56.3448 2.22096 56.4063 1.85839 55.7886 3.69464C56.1526 7.304 57.0907 11.2268 55.8321 14.6163C55.786 14.7496 55.5886 15.4631 55.7065 15.6479C55.9065 15.9519 56.3627 15.9543 56.3627 15.9543L60.9409 15.9192C60.9024 15.0724 60.6897 14.118 60.6384 13.0303C60.6205 12.7098 60.6717 12.3496 60.3821 12.0666C60.0924 11.7788 59.8207 11.7438 59.3388 11.7625C58.7851 11.7835 58.2314 11.9707 57.8931 11.5519C57.6213 11.2058 57.8751 10.4572 57.8751 10.4572L58.0187 8.13908C58.2417 7.72973 58.398 7.54025 58.7877 7.704C60.887 10.4525 63.0172 13.2502 65.114 15.9964C66.6494 14.7145 67.2621 14.1204 68.1131 13.3929C67.9337 12.8783 65.9163 10.6935 65.2191 9.7461C64.8577 9.40926 65.0115 8.69581 65.3344 8.43616C67.644 7.60575 67.4569 5.57534 67.2928 3.65955C67.2441 3.10283 67.4159 2.89698 67.1698 2.504M64.973 2.03149C62.6609 2.33792 62.2943 -0.394245 60.582 0.146106C61.6278 2.05956 62.8634 3.18938 62.9352 5.48879C63.6785 5.70634 64.4757 5.38119 65.1627 5.70634C65.4421 6.10634 65.3498 6.31686 65.3268 6.78938C65.3216 6.89932 65.3575 7.0233 65.3268 7.16833C65.2191 7.69932 64.65 7.83733 64.1297 8.01511C62.2405 5.54727 60.0335 3.15897 58.2058 0.637334C58.0366 0.401077 57.8521 -0.0246541 57.4804 0.0455213C57.1625 0.10634 57.0087 0.670082 57.0087 0.670082C56.3422 2.22096 56.4038 1.85839 55.786 3.69464C56.15 7.304 57.0882 11.2268 55.8296 14.6163C55.7834 14.7496 55.5861 15.4631 55.704 15.6479C55.9039 15.9519 56.3602 15.9543 56.3602 15.9543L60.9383 15.9192C60.8999 15.0724 60.6871 14.118 60.6358 13.0303C60.6179 12.7098 60.6692 12.3496 60.3795 12.0666C60.0898 11.7788 59.8181 11.7438 59.3362 11.7625C58.7825 11.7835 58.2289 11.9707 57.8905 11.5519C57.6188 11.2058 57.8726 10.4572 57.8726 10.4572L58.0161 8.13908C58.2391 7.72973 58.3955 7.54025 58.7851 7.704C60.8845 10.4525 63.0146 13.2502 65.1114 15.9964C66.6469 14.7145 67.2595 14.1204 68.1105 13.3929C67.9311 12.8783 65.9138 10.6935 65.2165 9.7461C64.8551 9.40926 65.0089 8.69581 65.3319 8.43616C67.6414 7.60575 67.4543 5.57534 67.2903 3.65955C67.2416 3.10283 67.4133 2.89698 67.1672 2.504C66.7315 1.80926 64.9705 2.03149 64.9705 2.03149M17.5563 15.8116C17.828 16.0338 18.4843 15.9309 18.7457 15.7017C19.3686 14.0876 19.9941 13.3999 20.6605 12.6631C20.7682 12.4923 21.063 12.4385 21.0732 12.2069C21.0809 12.0268 20.8707 11.9473 20.8477 11.7929C19.5404 9.39289 19.4942 6.09932 19.5532 3.31803C20.0197 1.23616 17.2538 2.34961 16.4105 1.73441C15.3954 1.38119 15.2057 -0.434011 13.9702 0.239673C15.0648 1.75546 15.4108 4.03616 15.3006 6.05488C15.8773 6.72856 16.9052 5.79289 17.5512 6.52739V15.8093L17.5563 15.8116ZM17.5563 15.8116C17.828 16.0338 18.4843 15.9309 18.7457 15.7017C19.3686 14.0876 19.9941 13.3999 20.6605 12.6631C20.7682 12.4923 21.063 12.4385 21.0732 12.2069C21.0809 12.0268 20.8707 11.9473 20.8477 11.7929C19.5404 9.39289 19.4942 6.09932 19.5532 3.31803C20.0197 1.23616 17.2538 2.34961 16.4105 1.73441C15.3954 1.38119 15.2057 -0.434011 13.9702 0.239673C15.0648 1.75546 15.4108 4.03616 15.3006 6.05488C15.8773 6.72856 16.9052 5.79289 17.5512 6.52739V15.8093L17.5563 15.8116ZM44.0228 7.48879L43.9972 15.9215L44.6098 15.9379C45.6121 14.4315 46.094 12.9344 47.0501 11.973C45.6762 9.62446 46.0017 9.08645 45.8069 7.7578C45.7967 7.25254 45.7069 6.56716 46.2555 6.26306C46.4503 6.15546 46.9143 6.15078 47.0911 6.16716C47.2244 6.17651 51.0131 6.1578 51.0131 6.1578C51.7744 6.1578 51.8179 6.104 52.1409 6.40107C52.4998 6.73324 52.3075 7.61745 52.3075 7.61745L52.3178 15.9192L52.9304 15.9356C53.9353 14.4291 54.412 12.9321 55.3707 11.9707C53.9968 9.62213 53.8302 6.46891 53.9045 3.46774C53.8225 2.98119 54.0788 2.82915 53.9353 2.23265C53.8174 1.7578 52.6433 2.00108 52.6433 2.00108H47.9114L45.4429 1.87944C44.2817 1.67125 43.6332 -0.593075 42.2234 0.223299C43.6998 2.28646 43.8741 3.59406 43.8383 4.84084L44.0254 7.48645L44.0228 7.48879ZM44.0228 7.48879L43.9972 15.9215L44.6098 15.9379C45.6121 14.4315 46.094 12.9344 47.0501 11.973C45.6762 9.62446 46.0017 9.08645 45.8069 7.7578C45.7967 7.25254 45.7069 6.56716 46.2555 6.26306C46.4503 6.15546 46.9143 6.15078 47.0911 6.16716C47.2244 6.17651 51.0131 6.1578 51.0131 6.1578C51.7744 6.1578 51.8179 6.104 52.1409 6.40107C52.4998 6.73324 52.3075 7.61745 52.3075 7.61745L52.3178 15.9192L52.9304 15.9356C53.9353 14.4291 54.412 12.9321 55.3707 11.9707C53.9968 9.62213 53.8302 6.46891 53.9045 3.46774C53.8225 2.98119 54.0788 2.82915 53.9353 2.23265C53.8174 1.7578 52.6433 2.00108 52.6433 2.00108H47.9114L45.4429 1.87944C44.2817 1.67125 43.6332 -0.593075 42.2234 0.223299C43.6998 2.28646 43.8741 3.59406 43.8383 4.84084L44.0254 7.48645L44.0228 7.48879Z' fill='black'/%3E%3C/svg%3E");
}
.PremiumPaywallCheckoutPlans .title {
  color: #000;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 670;
  line-height: 44px;
}
.PremiumPaywallCheckoutPlans .subtitle {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 100;
  line-height: 33px;
  width: 610px;
  margin: auto;
  margin-top: 10px;
}
.PremiumPaywallCheckoutPlans .subtitle .bold {
  font-weight: bold;
}
.PremiumPaywallCheckoutPlans .subtitle br {
  display: contents;
}
.PremiumPaywallCheckoutPlans .plans-container {
  margin-top: 30px;
  justify-content: center;
  display: flex;
  gap: 15px;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box {
  width: 250px;
  height: 248px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 20px 20px 20px;
  box-sizing: border-box;
  justify-content: space-between;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box.yearly-plan .plan-promo-text {
  visibility: hidden;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box.selected {
  border: 2px solid #2261D0;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price {
  color: #000;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 670;
  line-height: 60px;
  margin-top: 10px;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price::before {
  content: "₪";
  font-weight: 500;
  font-size: 30px;
  line-height: 24px;
  margin-right: 2px;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price-frequency {
  color: #78787B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  margin-top: 5px;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-promo-text {
  color: #2261D0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 670;
  line-height: 18px;
  position: absolute;
  bottom: 70px;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-button {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 670;
  line-height: 22px;
  display: flex;
  width: 210px;
  height: 40px;
  border: none;
  justify-content: center;
  margin-top: 48px;
  align-items: center;
  background-color: #2261D0;
  border-radius: 5px;
  cursor: pointer;
}
.PremiumPaywallCheckoutPlans .cancel-text {
  margin-top: 15px;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  text-decoration: none;
}
.PremiumPaywallCheckoutPlans .cancel-text a {
  color: #2261D0;
  text-decoration: underline;
}
.PremiumPaywallCheckoutPlans .login {
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
}
.PremiumPaywallCheckoutPlans .login a {
  color: #2261D0;
  font-weight: 500;
}
.PremiumPaywallCheckoutPlans .newspaper-users {
  margin-top: 5px;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #000;
  justify-content: center;
  align-items: baseline;
}
.PremiumPaywallCheckoutPlans .newspaper-users > :first-child {
  display: flex;
  align-items: center;
}
.PremiumPaywallCheckoutPlans .newspaper-users .newspaper-register-text {
  color: #2261D0;
  margin-right: 3px;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #2261D0;
}
.PremiumPaywallCheckoutPlans .newspaper-users .yedioth-label {
  margin-right: 3px;
  width: 104px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='105' height='24' viewBox='0 0 105 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.30786 14.624C4.29719 14.24 4.35053 13.8933 4.46786 13.584C4.59586 13.2747 4.74519 13.0133 4.91586 12.8C5.09719 12.576 5.33186 12.3147 5.61986 12.016C6.01453 11.6107 6.30253 11.2693 6.48386 10.992C6.66519 10.7147 6.75586 10.384 6.75586 10C6.76653 9.44533 6.57986 9.01867 6.19586 8.72C5.82253 8.42133 5.26253 8.272 4.51586 8.272C4.14253 8.272 3.75319 8.336 3.34786 8.464C2.95319 8.58133 2.63319 8.71467 2.38786 8.864L2.35586 7.616C2.71853 7.43467 3.13453 7.29067 3.60386 7.184C4.07319 7.07733 4.55853 7.024 5.05986 7.024C6.07319 7.024 6.88386 7.248 7.49186 7.696C8.11053 8.13333 8.42519 8.79467 8.43586 9.68C8.43586 10.0853 8.36653 10.4533 8.22786 10.784C8.08919 11.1147 7.92386 11.3973 7.73186 11.632C7.53986 11.8667 7.26786 12.16 6.91586 12.512C6.49986 12.9173 6.18519 13.2747 5.97186 13.584C5.76919 13.8827 5.66786 14.2293 5.66786 14.624H4.30786ZM4.09986 16.064H6.03586V18H4.09986V16.064Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.4743 7.7396C84.2988 8.02591 85.5267 7.79335 85.9677 8.59852C85.5843 10.584 85.776 12.6957 86.6017 14.4311C86.5052 15.7551 85.7337 16.6864 85.1244 17.9556H77.7583C78.2064 16.6228 78.2699 16.0601 78.6592 15.1869C78.7357 15.0146 78.7886 15.0179 78.9027 14.9444C79.0791 14.8347 79.2638 14.7909 79.4296 14.8183C80.1906 14.7711 80.1247 14.9192 80.5199 14.7711C80.6551 13.5721 79.9518 10.9142 79.9518 10.9142L78.1417 10.9065C78.1417 9.45744 77.8924 8.11586 76.9327 7.04193C77.9112 6.86313 78.6781 8.06211 79.7919 7.99081C80.3094 8.02591 81.0962 7.82955 81.1726 8.50967C80.9609 10.8177 81.4408 12.8778 82.1888 14.8095C83.1333 14.9499 83.6813 14.7075 85.0503 14.8227C84.7234 13.6413 84.5176 10.8473 84.4811 10.9142C84.4811 10.9142 83.1297 10.9603 82.4581 10.9065C82.7839 9.56494 82.3617 8.07966 81.729 6.88068C82.4382 6.88068 82.8992 7.45329 83.4743 7.7396Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.5068 8.06741C94.3583 8.22757 98.4889 8.15188 98.4889 8.15188L98.8664 10.7758H97.9961C98.2078 11.9561 98.4948 13.3932 99.0311 14.4309C98.3407 15.4873 97.862 16.7213 97.5538 17.9554H96.8529L96.8505 10.8175L91.6555 10.8076C91.5791 9.42983 91.2239 7.97307 90.3806 6.86295C91.0134 6.43403 91.3262 7.3478 91.9637 7.58913C92.5506 7.81291 92.8846 7.95003 93.5068 8.06741Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.9162 8.34225L58.0879 8.59345C58.0314 10.4539 58.5101 12.1147 56.3437 13.0811L58.9359 16.5431L56.7588 18.25C55.224 16.3347 51.6438 12.7071 51.6438 12.7071L51.2322 14.9832L53.2163 15.0238L53.441 17.956C53.441 17.956 50.0655 17.956 49.9937 17.9407L49.802 17.7794C50.55 15.1851 50.3771 12.6544 49.9937 9.97014L51.0875 7.48333H51.3745L55.7862 12.6829C56.1708 12.9144 56.4966 12.3242 56.7083 12.0741C56.8612 11.7165 56.88 11.3304 56.4389 11.1691L54.8664 11.0803C54.8088 9.77378 54.4054 8.59345 53.3892 7.64458L53.4845 7.39447C54.6171 8.48595 56.3813 8.14589 57.9162 8.34225Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.7994 8.18463C28.625 7.84457 28.4274 8.59489 28.3921 9.04355C28.4615 10.1745 29.2695 14.4428 29.3542 15.1767C29.3824 15.4147 28.0805 17.9344 28.0805 17.9344L24.4815 17.9322C24.4815 17.9322 25.44 16.1837 25.7658 15.2534C25.8364 15.2567 27.4136 15.2567 27.4136 15.2567V11.0115C24.9978 11.3044 25.8811 9.65127 25.4012 8.77479C25.2683 8.13088 24.5767 7.57582 24.5767 6.9681C25.8046 7.0032 26.3998 8.50604 27.7994 8.18463Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.087 7.81134C74.7397 8.52766 76.197 7.81134 76.5616 8.76021C76.4275 10.9245 76.7145 12.9287 77.4049 14.7716C76.8297 15.7731 76.3275 16.3523 75.9276 17.956H75.3313L75.3384 10.9958C75.3384 10.9958 74.4763 10.9728 73.6259 10.9958C73.867 8.99496 72.8567 7.61169 72.418 6.95242C73.2813 6.75606 73.4824 7.59634 74.087 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.8089 10.9523C42.9041 12.3312 43.2346 13.5521 43.698 14.7862C43.1229 15.7877 42.6195 16.3417 42.2208 17.9454H41.7597C41.127 14.2959 42.4548 10.2141 40.2296 7.18974C41.5727 6.67088 41.668 8.46002 42.8959 8.20992H48.0462C48.0462 8.20992 48.2873 8.26257 48.4073 8.35033C48.5496 8.45673 48.6072 8.58398 48.659 8.71671C48.5237 10.8821 48.8118 12.929 49.5022 14.7708C48.9271 15.7735 48.4237 16.221 48.025 17.9433H47.2935L47.3005 10.9655H42.9923L42.8089 10.9523Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.8187 7.81134C88.4703 8.52766 89.9287 7.81134 90.2933 8.76021C90.2933 8.76021 90.5144 10.5099 91.2648 11.8087C90.6226 12.5722 89.9769 12.955 89.5782 14.5587H89.076L89.0701 10.9958C89.0701 10.9958 88.1633 11.0364 87.3577 10.9958C87.5988 8.99496 86.5885 7.61169 86.1498 6.95242C87.0131 6.75606 87.4106 7.59634 87.8187 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100.682 7.81139C101.334 8.5277 102.792 7.81139 103.156 8.76026C103.156 8.76026 103.377 10.5099 104.128 11.8087C103.486 12.5722 102.922 12.955 102.523 14.5588H101.954L101.96 10.9959C101.96 10.9959 100.997 10.9728 100.222 10.9959C100.462 8.99501 99.4526 7.61174 99.0127 6.95247C99.876 6.75611 100.108 7.56457 100.682 7.81139Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.3807 10.9956C31.3807 10.9956 30.6715 10.989 29.8987 10.9956C30.1387 8.99476 29.1295 7.61149 28.6908 6.95222C29.5541 6.75586 29.9199 7.64988 30.3598 7.8243C31.3736 8.37168 32.4698 7.81114 32.8344 8.76001C32.7003 10.9243 32.9873 12.9285 33.6777 14.7714C33.1025 15.7729 32.3286 16.3521 31.9287 17.9558H31.3865L31.3807 10.9956Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.5954 11.0106C22.5954 11.0106 21.5874 11.0051 20.9911 11.0106C21.2311 9.00973 20.2208 7.62646 19.7821 6.96719C20.6453 6.77083 20.9206 7.50031 21.451 7.8272C22.1037 8.54242 23.561 7.8272 23.9256 8.77498C23.7915 10.9404 24.0608 12.9533 24.7512 14.7962C24.1749 15.7977 23.6186 16.3769 23.2187 17.9807H22.5965L22.5954 11.0106Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1948 11.0627H14.3535C13.5667 11.6353 13.7219 12.944 14.0842 13.7996C15.1733 15.2388 14.1618 16.4477 13.7972 17.7541L13.6361 17.9329H10.0371L11.2262 15.0874L12.7563 15.0918C12.4599 14.1495 12.22 12.0949 12.7575 11.0572C12.5682 10.9694 12.1906 10.9376 11.9025 10.9727C11.8636 9.54229 11.6672 8.34331 10.958 7.19808C11.4755 6.35672 11.9742 7.842 12.6081 7.8782C14.6229 8.30821 16.9328 8.13269 19.3074 8.18425C19.5379 8.238 19.7049 8.38829 19.8414 8.80294C19.7073 10.9672 20.0013 12.9857 20.6917 14.8285C20.1166 15.8301 19.6144 16.4093 19.2145 18.0119H18.1912L18.1948 11.0627Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.1996 8.75618C40.0655 10.9205 40.3666 12.9246 41.057 14.7675C40.4818 15.769 39.9796 16.3482 39.5809 17.952H38.8623L38.8541 10.9907L33.9449 10.9885C34.0401 9.64691 33.8237 8.26583 32.9605 7.29941C33.0369 7.0142 33.5744 7.12061 33.7849 7.21056C34.4036 7.80621 34.8399 7.94442 35.435 8.15833H39.5786C39.8467 8.24828 40.0525 8.45122 40.1996 8.75618Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.4059 11.0937H66.6034C65.8178 11.6663 65.9718 12.8137 66.3353 13.6705C67.4232 15.1086 66.4117 16.471 66.0471 17.7764L65.886 17.9563H62.2882C62.2882 17.9563 63.0739 15.9061 63.4773 14.9583C63.5431 14.9331 65.0074 14.9616 65.0074 14.9616C64.711 14.0204 64.4711 12.1259 65.0086 11.0893C64.8192 11.0004 64.4617 11.0268 64.1747 11.0619C64.1359 9.63144 63.9183 8.37432 63.2079 7.2291C63.7266 6.38773 64.2253 7.87301 64.858 7.90921C66.8151 8.39187 69.2097 8.08802 71.435 8.17687C71.6655 8.23172 71.7984 8.48402 71.9913 8.82408C71.8572 10.9884 72.1324 13.0331 72.8228 14.876C72.2465 15.8775 71.7443 16.3799 71.3456 17.9837L70.42 17.9969L70.4059 11.0937Z' fill='black'/%3E%3C/svg%3E%0A");
}
.PremiumPaywallCheckoutPlans .newspaper-users .yedioth-plus-label {
  margin-left: 3px;
  width: 53.167px;
  position: relative;
  height: 17px;
  top: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='14' viewBox='0 0 43 14' fill='none'%3E%3Cpath d='M0.871094 7C0.871094 3.41015 3.78124 0.5 7.37109 0.5H35.5378C39.1276 0.5 42.0378 3.41015 42.0378 7C42.0378 10.5899 39.1276 13.5 35.5378 13.5H7.3711C3.78125 13.5 0.871094 10.5899 0.871094 7Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.37196 12.0554C10.1643 12.0554 12.4275 9.79195 12.4275 6.99989C12.4275 4.20783 10.1643 1.94434 7.37196 1.94434C4.57963 1.94434 2.31641 4.20783 2.31641 6.99989C2.31641 9.79195 4.57963 12.0554 7.37196 12.0554Z' fill='black'/%3E%3Cpath d='M8.09418 4.11099V9.88876H6.64974V4.11099H8.09418Z' fill='white'/%3E%3Cpath d='M10.2608 6.27765V7.72209H4.48307V6.27765H10.2608Z' fill='white'/%3E%3Cpath d='M35.2151 4.56005C35.2151 4.56005 32.8611 4.6033 32.3764 4.51116H32.3804C32.0468 4.44764 31.8583 4.37418 31.5606 4.25817L31.5004 4.23474C31.3645 4.18272 31.2545 4.07633 31.1511 3.97644C30.978 3.80908 30.8237 3.65996 30.5986 3.8154C31.0793 4.45663 31.2819 5.29905 31.3256 6.09635L34.2854 6.10199V10.2295H34.6847C34.8575 9.51495 35.1316 8.80227 35.5249 8.19113C35.219 7.59128 35.0542 6.76014 34.935 6.07754H35.4296L35.2151 4.56005Z' fill='white'/%3E%3Cpath d='M27.1857 4.41997C27.0029 4.39801 26.8204 4.37608 26.6633 4.32087L26.6653 4.32651C26.5575 4.27208 26.4568 4.19975 26.3557 4.12718C26.1496 3.97912 25.9421 3.83008 25.6701 3.83008C26.0297 4.52207 26.27 5.38142 26.0853 6.15615C26.4667 6.18624 27.2374 6.15992 27.2374 6.15992C27.2436 6.14753 27.2594 6.29794 27.284 6.5313C27.3376 7.04196 27.433 7.94981 27.5612 8.41829C27.1708 8.3853 26.8978 8.40382 26.6547 8.42031C26.4129 8.43671 26.2008 8.4511 25.9323 8.41077C25.5052 7.29381 25.2331 6.10162 25.3523 4.76841C25.3177 4.45764 25.031 4.46433 24.7662 4.47051C24.6961 4.47215 24.6276 4.47375 24.5656 4.46942C24.2504 4.48993 23.9841 4.32966 23.7278 4.17546C23.4673 4.01869 23.2172 3.8682 22.9368 3.92034C23.483 4.54088 23.6241 5.31561 23.6241 6.15427L24.655 6.15804C24.655 6.15804 25.0543 7.69434 24.9788 8.38821C24.8552 8.43481 24.8105 8.43008 24.723 8.42083C24.6516 8.41328 24.5516 8.40271 24.3571 8.41454C24.2617 8.39949 24.1564 8.42394 24.0571 8.48787C24.0441 8.49608 24.0325 8.50258 24.0219 8.50851C23.9792 8.53249 23.9531 8.54713 23.9181 8.62702C23.7874 8.92578 23.7209 9.16175 23.6354 9.46501C23.5767 9.6733 23.5091 9.91334 23.4056 10.2273H27.6009C27.6992 10.0194 27.805 9.82729 27.9073 9.64138C28.1669 9.16972 28.4047 8.73783 28.4432 8.18889C27.9744 7.18662 27.8651 5.96435 28.0836 4.8173C27.9169 4.50781 27.5507 4.46382 27.1857 4.41997Z' fill='white'/%3E%3Cpath d='M21.3159 4.36279C21.4871 4.55348 21.7558 4.56838 22.016 4.5828C22.3203 4.59967 22.6129 4.61589 22.7243 4.91188C22.6488 6.16423 22.8117 7.32257 23.205 8.38689C23.1385 8.50443 23.0737 8.6119 23.0107 8.7163C22.7635 9.12624 22.5448 9.48902 22.3627 10.2278H22.023L22.027 6.20372C22.027 6.20372 21.5344 6.19056 21.0517 6.20372C21.1815 5.10864 20.6718 4.33392 20.4065 3.93066C20.3916 3.90806 20.3775 3.88662 20.3644 3.86637C20.671 3.79498 20.8306 3.95666 20.9908 4.11887C21.088 4.2173 21.1853 4.31593 21.3159 4.36279Z' fill='white'/%3E%3Cpath d='M29.8366 4.5828C29.5764 4.56838 29.3077 4.55348 29.1365 4.36279H29.1384C29.0692 4.32583 29.0004 4.25668 28.9248 4.18082C28.7467 4.00196 28.5315 3.78582 28.1869 3.86637C28.2001 3.88662 28.2142 3.90805 28.2291 3.93065C28.4944 4.33391 29.004 5.10863 28.8742 6.20372C29.3331 6.22817 29.8496 6.20372 29.8496 6.20372L29.8536 8.26466H30.1396C30.3193 7.52743 30.5879 7.23672 30.8738 6.92723C30.9481 6.84676 31.0236 6.76502 31.0991 6.67383C30.67 5.92354 30.5448 4.91188 30.5448 4.91188C30.4335 4.61589 30.1409 4.59967 29.8366 4.5828Z' fill='white'/%3E%3Cpath d='M36.4645 4.36282C36.6357 4.5535 36.9044 4.5684 37.1646 4.58282C37.4689 4.59969 37.7615 4.61591 37.8729 4.9119C37.8729 4.9119 37.998 5.92356 38.4271 6.67385C38.3633 6.75098 38.3008 6.82136 38.2399 6.88992C37.9521 7.21414 37.7002 7.49792 37.5133 8.26468H37.1895L37.1935 6.20374C37.1935 6.20374 36.6452 6.19058 36.2023 6.20374C36.3321 5.10866 35.8224 4.33394 35.5571 3.93068C35.5422 3.90808 35.5281 3.88664 35.515 3.86639C35.8323 3.79251 35.9996 3.96044 36.166 4.12753C36.258 4.21986 36.3498 4.31195 36.4665 4.36282H36.4645Z' fill='white'/%3E%3Cpath d='M17.053 6.25976H19.2162L19.2241 10.25L19.7525 10.2425C19.9276 9.53195 20.1366 9.19589 20.3722 8.8169C20.444 8.70142 20.5182 8.58195 20.5948 8.44668C20.2015 7.38049 20.0445 6.1977 20.122 4.94723C20.1165 4.93749 20.1111 4.92788 20.1058 4.91841C20.0032 4.73578 19.9288 4.60341 19.8042 4.57302C19.3823 4.55612 18.9495 4.56423 18.5189 4.5723C17.6559 4.58846 16.8011 4.60448 16.0578 4.41883C15.9125 4.41047 15.7792 4.26518 15.6525 4.12712C15.4657 3.9235 15.2934 3.73559 15.1182 4.02582C15.5234 4.68773 15.6466 5.41357 15.6684 6.24095C15.8333 6.22027 16.0359 6.20522 16.1432 6.25599C15.8373 6.85585 15.9743 7.95213 16.1432 8.49557C16.1432 8.49557 15.3089 8.47865 15.2711 8.49369C15.0427 9.04277 14.5938 10.2274 14.5938 10.2274H16.6438L16.7351 10.124C16.7824 9.9527 16.8485 9.77975 16.9154 9.60502C17.1434 9.00875 17.3793 8.39183 16.9 7.74905C16.6934 7.2545 16.604 6.59071 17.053 6.25976Z' fill='white'/%3E%3C/svg%3E");
}
.PremiumPaywallCheckoutPlans .footer {
  margin-top: 30px;
  border-top: 1px solid #EFEFEF;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.PremiumPaywallCheckoutPlans .footer .footer-links {
  margin-top: 20px;
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 0;
}
.PremiumPaywallCheckoutPlans .footer .footer-links ul {
  list-style: none;
  display: flex;
  gap: 3px;
  line-height: 19px;
  margin-bottom: 0;
}
.PremiumPaywallCheckoutPlans .footer .footer-links ul a {
  color: #000;
  text-decoration: none;
}
.PremiumPaywallCheckoutPlans .footer .footer-terms-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  text-align: center;
  padding: 0px 83px;
}
.PremiumPaywallCheckoutPlans .footer .footer-terms-text a {
  color: #000;
}
.PaywallMyAccountComponenta {
  font-family: 'Moses';
  width: 555px;
  height: 800px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  z-index: 0;
  box-sizing: border-box;
  margin-top: 40px;
}
.PaywallMyAccountLastPurchases {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.PaywallMyAccountLastPurchases .general-error {
  font-weight: 400;
  font-size: 13px;
  line-height: 17.7px;
  text-align: right;
  margin-top: 35px;
  color: #de1a1a;
}
.PaywallMyAccountLastPurchases .table {
  width: 460px;
}
.PaywallMyAccountLastPurchases .table .header {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 670;
  line-height: 19px;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}
.PaywallMyAccountLastPurchases .table .list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.PaywallMyAccountLastPurchases .table .row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 10px;
}
.PaywallMyAccountLastPurchases .table .row .type {
  color: #000;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
  line-height: 23px;
}
.PaywallMyAccountLastPurchases .table .row .cancel {
  color: #2261D0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: none;
  background: none;
  text-decoration: underline;
  padding-right: 2px;
}
.PaywallMyAccountPersonalDetails {
  width: 100%;
}
.PaywallMyAccountPersonalDetails .personal_details {
  font-size: 14px;
  font-style: normal;
  font-weight: 670;
  line-height: 19px;
  color: #000;
  padding-bottom: 30px;
}
.PaywallMyAccountPersonalDetails .personal-details-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.PaywallMyAccountPersonalDetails .personal-details-form .general-error {
  font-weight: 400;
  font-size: 13px;
  line-height: 17.7px;
  text-align: right;
  margin-top: 4px;
  color: #de1a1a;
}
.PaywallMyAccountPersonalDetails .personal-details-form form {
  width: 460px;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field.big {
  flex-basis: 100%;
  margin-top: 0;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field.big input {
  border: none;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field input {
  margin: 5px 10px;
  outline: none;
  border: none;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  text-align: right;
  height: 20px;
  box-sizing: border-box;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field input.error {
  border: 1px solid #de1a1a;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field input:disabled {
  border: none;
  color: #999;
  background: none;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field .input-field-error {
  font-weight: 400;
  border-top: 1px solid #000;
  font-size: 13px;
  line-height: 17.7px;
  text-align: right;
  color: #de1a1a;
  padding-top: 4px;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field.email .input-field-error {
  border-top: 1px solid #999 !important;
}
.PaywallMyAccountPersonalDetails .personal-details-form .submit-button {
  width: 430px;
  height: 40px;
  background: #000;
  color: white;
  font-weight: 670;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin-top: 120px;
}
.PaywallMyAccountPersonalDetails .personal-details-form .submit-button:disabled {
  background: #e4e4e4;
  color: #b3b3b3;
}
.PaywallMyAccountPersonalDetails .personal-details-form .success-message {
  color: #34A853;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.PaywallMyAccountTabsCont {
  width: 555px;
  justify-content: center;
  margin: 0 auto;
  /* height: 1080px; */
  display: flex;
  flex-direction: column;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs {
  width: 460px;
  display: flex;
  /* align-items: flex-end; */
  flex-direction: column;
  margin: 0 auto;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header {
  display: flex;
  border-bottom: 1px solid #000;
  height: 40px;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header .tab-button {
  flex: 1;
  border: none;
  color: #78787B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  background-color: #EFEFEF;
  cursor: pointer;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header .tab-button:hover {
  color: #333;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header .tab-button.active {
  border-bottom: 1px solid  #78787B;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #2261D0;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-content {
  padding-top: 41px;
}
.PaywallMyAccountTabsCont .terms-text {
  margin-top: 30px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.PaywallMyAccountTabsCont .terms-text .contact_us {
  border-top: 1px solid #EFEFEF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 0px;
}
.PaywallMyAccountTabsCont .terms-text a {
  text-decoration: underline !important;
  color: #000;
  cursor: pointer;
}
.PaywallContactUsComponenta {
  font-family: 'Moses';
  width: 555px;
  height: 760px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  z-index: 0;
  box-sizing: border-box;
  margin-top: 40px;
}
.PaywallContactUsComponenta h1.title {
  color: #000;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: unset;
  font-weight: 670;
  font-style: normal;
  margin-top: 20px;
}
.PaywallContactUsComponenta h2.title {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: unset;
  font-weight: 500;
  margin-top: 20px;
}
.PaywallContactUsComponenta .inner-container {
  width: 555px;
}
.PaywallContactUsComponenta .inner-container .form-container {
  font-size: 14px;
  font-style: normal;
  line-height: 23px;
  color: #000;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  width: 555px;
  padding-bottom: 30px;
  margin-top: 30px;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 460px;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 460px;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field.big {
  flex-basis: 100%;
  margin-top: 0;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field.big input,
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field.big select,
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field.big textarea {
  border: none;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field input,
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field select,
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field textarea {
  margin: 5px 10px;
  outline: none;
  border: none;
  font-size: 14px;
  color: #000;
  line-height: 23px;
  text-align: right;
  height: 30px;
  box-sizing: border-box;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field input.error,
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field select.error,
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field textarea.error {
  border: 1px solid #de1a1a;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field input:disabled,
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field select:disabled,
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field textarea:disabled {
  border: none;
  color: #999;
  background: none;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field .input-field-error {
  font-weight: 400;
  border-top: 1px solid #000;
  font-size: 13px;
  line-height: 17.7px;
  text-align: right;
  color: #de1a1a;
  padding-top: 4px;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field.email .input-field-error {
  border-top: 1px solid #999 !important;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .general-error {
  font-weight: 400;
  font-size: 13px;
  line-height: 17.7px;
  text-align: right;
  margin-top: 4px;
  color: #de1a1a;
}
.PaywallContactUsComponenta .submit-button {
  width: 430px;
  height: 40px;
  background: #000;
  color: white;
  font-weight: 670;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.PaywallContactUsComponenta .submit-button:disabled {
  background: #e4e4e4;
  color: #b3b3b3;
}
.PaywallContactUsComponenta .success-message {
  color: #000;
  font-size: 29px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
  width: 369px;
  margin-top: 300px;
  text-align: center;
}
.PaywallContactUsComponenta .success-message h1 {
  font-size: 49px;
  margin-top: 3px;
  font-weight: 670;
  line-height: 57px;
}
.PaywallContactUsComponenta .terms-text {
  margin-top: 30px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.PaywallContactUsComponenta .terms-text .contact_us {
  border-top: 1px solid #EFEFEF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 0px;
}
.PaywallContactUsComponenta .terms-text a {
  text-decoration: underline !important;
  color: #000;
  cursor: pointer;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container {
  display: flex;
  width: 550px;
  height: 80px;
  margin-top: 30px;
  justify-content: flex-start;
  gap: 30px;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container {
  width: 80px;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.completed {
  opacity: 50%;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.completed .step {
  color: #78787B;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 33px;
  display: block;
  background-position: center;
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.815 9.50919C28.2095 9.89385 28.2095 10.5175 27.815 10.9022L14.0308 24.3435C13.439 24.9205 12.4797 24.9205 11.888 24.3435L6.18452 18.7819C5.79005 18.3973 5.79005 17.7736 6.18452 17.389C6.57899 17.0043 7.21855 17.0043 7.61302 17.389L12.9594 22.6023L26.3865 9.50919C26.781 9.12454 27.4206 9.12454 27.815 9.50919Z' fill='%2378787B'/%3E%3C/svg%3E%0A");
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.completed .step-title {
  color: #78787B;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.active .step {
  border-color: #2261D0;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.active .step-title {
  color: #000;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.disabled .step {
  border-color: #78787B;
  color: #78787B;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.disabled .step-title {
  color: #78787B;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container .step {
  width: 50px;
  height: 50px;
  z-index: 1;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50%;
  border: 2px solid #78787B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container .step-title {
  color: #78787B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  margin-top: 5px;
}
.PaywallCheckoutComponenta {
  width: 100%;
  background: #edf0f5;
  box-sizing: border-box;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.PaywallCheckoutComponenta .welcome-image-cover:not(.SELECT_PLAN .welcome-image-cover) {
  background-image: url('https://images1-qa.ynet.co.il/static/Common/paywall/purchase-cover.png');
  width: 867px;
  height: 1024px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
.PaywallCheckoutComponenta.SELECT_PLAN {
  padding-bottom: unset;
  align-items: center;
  height: 100%;
}
.PaywallCheckoutComponenta.SELECT_PLAN .main-container {
  width: unset;
  height: unset;
  right: unset;
  border-right: unset;
  padding-right: unset;
}
.PaywallCheckoutComponenta.SELECT_PLAN .main-container .line-divider {
  display: none;
}
.PaywallCheckoutComponenta.SELECT_PLAN .main-container .title-container {
  justify-content: center;
  margin-bottom: 30px;
}
.PaywallCheckoutComponenta.SELECT_PLAN .main-container .title-container .title {
  display: none;
}
.PaywallCheckoutComponenta.SELECT_PLAN .main-container .title-container .yedioth-plus-logo {
  width: 125px;
  height: 40px;
}
.PaywallCheckoutComponenta.SELECT_PLAN .main-container .footer:not(.PremiumPaywallCheckoutPlans.checkout-flow .footer) {
  display: none;
}
.PaywallCheckoutComponenta.FINISH .line-divider {
  display: none;
}
.PaywallCheckoutComponenta.FINISH .main-container .title-container:not(.PaywallCheckoutFinish .title-container) {
  display: none;
}
.PaywallCheckoutComponenta.FINISH .progressbar-container {
  margin-top: unset;
}
.PaywallCheckoutComponenta .main-container {
  width: 540px;
  height: 874px;
  right: 460px;
  position: relative;
  border-right: 1px solid #000;
  padding-right: 70px;
  box-sizing: border-box;
}
.PaywallCheckoutComponenta .main-container .title-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.PaywallCheckoutComponenta .main-container .title-container .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  text-align: right;
}
.PaywallCheckoutComponenta .main-container .title-container .yedioth-plus-logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 96px;
  height: 30px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='96' height='31' viewBox='0 0 96 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 15.5C0 7.21573 6.71573 0.5 15 0.5H81C89.2843 0.5 96 7.21573 96 15.5C96 23.7843 89.2843 30.5 81 30.5H15C6.71573 30.5 0 23.7843 0 15.5Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.845 27.5C21.4046 27.5 26.7213 22.1273 26.7213 15.5C26.7213 8.8727 21.4046 3.5 14.845 3.5C8.28543 3.5 2.96875 8.8727 2.96875 15.5C2.96875 22.1273 8.28543 27.5 14.845 27.5Z' fill='black'/%3E%3Cpath d='M16.5417 8.64282V22.3571H13.1484V8.64282H16.5417Z' fill='white'/%3E%3Cpath d='M21.6315 13.7857V17.2142H8.05859V13.7857H21.6315Z' fill='white'/%3E%3Cpath d='M79.6233 9.77832C79.6233 9.77832 74.1494 9.87972 73.0223 9.66367H73.0315C72.2556 9.51473 71.8174 9.3425 71.1251 9.07048L70.9851 9.01552C70.6692 8.89356 70.4132 8.6441 70.1729 8.40987C69.7703 8.01744 69.4116 7.66779 68.888 8.03226C70.0059 9.53581 70.477 11.5111 70.5786 13.3806L77.4614 13.3939V23.0721H78.3899C78.7918 21.3966 79.4293 19.7255 80.3439 18.2925C79.6325 16.886 79.2491 14.9371 78.9719 13.3365H80.1222L79.6233 9.77832Z' fill='white'/%3E%3Cpath d='M60.9516 9.44985C60.5266 9.39836 60.1021 9.34694 59.7368 9.21748L59.7415 9.23071C59.4908 9.10308 59.2566 8.93348 59.0216 8.76332C58.5422 8.41616 58.0596 8.06668 57.4272 8.06668C58.2633 9.68927 58.8222 11.7043 58.3926 13.5209C59.2795 13.5914 61.0718 13.5297 61.0718 13.5297C61.0863 13.5006 61.1231 13.8533 61.1801 14.4005C61.3049 15.5979 61.5268 17.7267 61.8248 18.8251C60.917 18.7478 60.282 18.7912 59.7167 18.8299C59.1545 18.8683 58.6612 18.9021 58.0369 18.8075C57.0438 16.1884 56.4109 13.393 56.6881 10.2669C56.6077 9.53818 55.941 9.55387 55.3252 9.56837C55.1623 9.5722 55.0029 9.57595 54.8588 9.56581C54.1258 9.61391 53.5064 9.2381 52.9105 8.87653C52.3046 8.50894 51.723 8.15606 51.071 8.27832C52.3413 9.73336 52.6693 11.55 52.6693 13.5165L55.0667 13.5253C55.0667 13.5253 55.9952 17.1276 55.8197 18.7546C55.5322 18.8639 55.4283 18.8528 55.2247 18.8311C55.0586 18.8134 54.8262 18.7886 54.3738 18.8163C54.1521 18.7811 53.9073 18.8384 53.6763 18.9883C53.6461 19.0075 53.6191 19.0228 53.5945 19.0367C53.4951 19.0929 53.4344 19.1272 53.3529 19.3146C53.049 20.0151 52.8944 20.5684 52.6957 21.2795C52.5592 21.7679 52.4019 22.3307 52.1611 23.0668H61.9172C62.1457 22.5794 62.3916 22.129 62.6296 21.693C63.2334 20.5871 63.7863 19.5744 63.8758 18.2872C62.7856 15.9371 62.5315 13.0711 63.0397 10.3815C62.6518 9.65582 61.8005 9.55268 60.9516 9.44985Z' fill='white'/%3E%3Cpath d='M47.3017 9.31579C47.6999 9.76292 48.3248 9.79784 48.9298 9.83166C49.6374 9.87121 50.3178 9.90925 50.5768 10.6033C50.4013 13.5398 50.7801 16.2559 51.6947 18.7515C51.54 19.0271 51.3893 19.2791 51.2429 19.5239C50.6681 20.4851 50.1594 21.3358 49.7361 23.0681H48.9462L48.9554 13.6324C48.9554 13.6324 47.8099 13.6015 46.6874 13.6324C46.9892 11.0646 45.804 9.24808 45.1871 8.30251C45.1525 8.24952 45.1197 8.19926 45.0891 8.15176C45.802 7.98437 46.1733 8.36347 46.5457 8.74383C46.7717 8.97463 46.9982 9.20589 47.3017 9.31579Z' fill='white'/%3E%3Cpath d='M67.116 9.83166C66.511 9.79784 65.8861 9.76292 65.4879 9.31579H65.4925C65.3316 9.22912 65.1714 9.06697 64.9958 8.88909C64.5816 8.46971 64.0811 7.9629 63.2799 8.15176C63.3105 8.19926 63.3433 8.24951 63.3779 8.30249C63.9948 9.24806 65.18 11.0646 64.8782 13.6324C65.9452 13.6897 67.1463 13.6324 67.1463 13.6324L67.1555 18.4649H67.8207C68.2386 16.7362 68.8631 16.0546 69.528 15.3289C69.7008 15.1402 69.8764 14.9485 70.0518 14.7347C69.054 12.9754 68.763 10.6033 68.763 10.6033C68.5041 9.90925 67.8236 9.87121 67.116 9.83166Z' fill='white'/%3E%3Cpath d='M82.5287 9.31584C82.9269 9.76297 83.5518 9.7979 84.1568 9.83172C84.8644 9.87127 85.5449 9.9093 85.8038 10.6033C85.8038 10.6033 86.0948 12.9755 87.0926 14.7348C86.9442 14.9156 86.799 15.0806 86.6574 15.2414C85.9882 16.0016 85.4024 16.6671 84.9677 18.465H84.2148L84.224 13.6325C84.224 13.6325 82.9491 13.6016 81.919 13.6325C82.2208 11.0647 81.0356 9.24814 80.4187 8.30257C80.3841 8.24958 80.3513 8.19931 80.3207 8.15181C81.0585 7.97858 81.4476 8.37234 81.8347 8.76413C82.0487 8.98064 82.262 9.19657 82.5333 9.31584H82.5287Z' fill='white'/%3E%3Cpath d='M37.3886 13.7638H42.4191L42.4376 23.1201L43.6663 23.1025C44.0735 21.4365 44.5593 20.6485 45.1072 19.7598C45.2742 19.489 45.4469 19.2089 45.6249 18.8917C44.7103 16.3917 44.3453 13.6183 44.5255 10.6862C44.5127 10.6633 44.5002 10.6408 44.4878 10.6186C44.2492 10.1904 44.0762 9.87999 43.7864 9.80873C42.8052 9.7691 41.799 9.78811 40.7975 9.80703C38.7908 9.84494 36.8031 9.88249 35.0744 9.44718C34.7365 9.42758 34.4266 9.08691 34.1321 8.76317C33.6977 8.28572 33.2968 7.84511 32.8894 8.52566C33.8318 10.0777 34.1182 11.7797 34.169 13.7197C34.5524 13.6712 35.0235 13.6359 35.273 13.755C34.5616 15.1615 34.8803 17.7321 35.273 19.0063C35.273 19.0063 33.3329 18.9667 33.2451 19.0019C32.7139 20.2894 31.6699 23.0672 31.6699 23.0672H36.4371L36.6496 22.8247C36.7595 22.423 36.9133 22.0175 37.0687 21.6078C37.5989 20.2097 38.1476 18.7631 37.0329 17.2559C36.5525 16.0963 36.3447 14.5398 37.3886 13.7638Z' fill='white'/%3E%3C/svg%3E%0A");
}
.PaywallCheckoutComponenta .main-container .line-divider {
  width: 50px;
  height: 3px;
  background-color: #2261D0;
  margin-top: 40px;
  margin-bottom: 15px;
}
.PaywallCheckoutComponenta .main-container .footer {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.PaywallCheckoutComponenta .main-container .footer :not(.PremiumPaywallCheckoutPlans) {
  align-items: flex-start;
}
.PaywallCheckoutComponenta .main-container .footer .footer-links {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 0;
}
.PaywallCheckoutComponenta .main-container .footer .footer-links ul {
  list-style: none;
  display: flex;
  gap: 3px;
  line-height: 19px;
  margin-bottom: 0;
  padding-right: unset;
}
.PaywallCheckoutComponenta .main-container .footer .footer-links ul a {
  color: #000;
  text-decoration: none;
}
.PaywallCheckoutComponenta .main-container .footer .footer-terms-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  text-align: right;
}
.PaywallCheckoutComponenta .main-container .footer .footer-terms-text a {
  color: #000;
}
.PaywallCheckoutFinish {
  padding-top: 40px;
  width: 330px;
}
.PaywallCheckoutFinish .title-container .title {
  font-size: 28px;
  line-height: 35px;
  text-align: right;
}
.PaywallCheckoutFinish .title-container .success-logo {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-image: url('https://images1-qa.ynet.co.il/static/Common/paywall/success.gif');
}
.PaywallCheckoutFinish .subtitle {
  font-size: 18px;
  line-height: 28px;
  margin-top: 25px;
  font-weight: bold;
  text-align: right;
  width: 340px;
}
.PaywallCheckoutFinish .subtitle .yedioth-logo {
  display: inline-block;
  width: 108px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='108' height='13' viewBox='0 0 108 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M69.2208 5.40994L68.8467 5.07163H64.4109L64.0496 5.49356C63.8594 7.13567 64.356 8.51169 65.0661 9.76988C64.6899 10.743 63.9122 11.908 63.7368 12.9724H59.5229C59.8462 11.9746 60.0385 10.9482 60.9768 9.58362C61.4502 9.60263 61.9954 9.54371 62.4857 9.58362C62.5829 9.07996 62.118 8.24751 62.1476 7.46637C62.192 6.269 62.5238 5.12295 62.4709 5.08114C62.2807 5.09254 62.0271 5.03172 61.5834 5.07353C61.5221 3.20526 61.3424 1.67529 60.4802 0.118711C61.894 -0.320324 62.2258 1.93757 64.1341 1.69049H69.8379C69.8379 1.69049 70.2542 1.67909 70.5923 1.7171C70.7276 1.73231 70.7698 1.86535 70.8248 1.95848C71.4292 2.96389 70.7212 4.41973 71.0995 5.55248C71.0171 6.70043 72.0779 7.92821 72.5999 9.05716C72.6718 9.22251 72.8303 9.32704 72.8176 9.5266C72.8028 9.77178 72.5091 9.91432 72.4013 10.0341C72.1392 10.3515 71.9448 10.437 71.7018 10.7943C71.0741 11.4823 70.6642 12.5086 70.2225 12.9743C70.2288 12.9819 69.7005 12.999 69.2229 12.9743V5.40994H69.2208ZM74.4512 12.8887C74.6752 13.0693 75.2162 12.9876 75.4317 12.7994C75.9453 11.4899 76.4609 10.9273 77.0104 10.3305C77.1012 10.1918 77.3421 10.15 77.3506 9.96184C77.3569 9.81549 77.1836 9.74897 77.1667 9.62353C76.089 7.67543 76.0721 5.20467 76.1186 2.94488C76.5032 1.25526 74.578 1.77222 73.6397 1.3712C72.8007 1.08421 72.5133 -0.310821 71.4947 0.236547C72.397 1.46813 72.6824 3.3212 72.5915 4.9633C73.067 5.50877 73.9144 4.75043 74.4469 5.34722V12.8887H74.4512ZM82.8663 5.04693C83.1727 5.13435 83.8553 5.06593 84.4872 5.08114C84.7535 5.08874 84.9606 5.05833 85.1613 5.21988C85.398 5.41374 85.3092 5.67032 85.3409 5.9421C85.4382 6.81257 85.5438 7.77236 85.6305 8.58201C85.6622 8.8842 85.7995 9.02295 85.6579 9.24532C85.4868 9.5114 85.1507 9.46198 84.8485 9.46768C84.2758 9.47719 83.6968 9.49999 83.2361 9.43537C83.0501 9.38026 82.9466 9.2016 82.7944 9.08377C82.7395 8.8633 82.6169 8.70745 82.5599 8.48698C82.1034 6.63962 81.7462 4.73523 81.7695 2.6826C81.7716 2.40131 81.7758 2.23596 81.6089 2.0193C81.3363 1.66959 80.9347 1.64298 80.4445 1.7019C79.9563 1.64298 79.5083 1.77412 79.1004 1.57836C78.2403 1.40731 77.7479 -0.33933 76.7547 0.185232C77.5894 1.60117 78.4918 3.19576 78.1579 5.09444C78.5932 5.13055 78.9842 5.12295 79.3413 5.10584C79.6182 5.09254 79.7999 5.06213 80.007 5.22368C80.2902 5.43655 80.2712 5.81666 80.3219 6.14546C80.4297 6.86768 80.529 7.52529 80.6537 8.2247C80.7298 8.65043 81.0172 9.05146 80.6579 9.34985C80.3811 9.57792 79.7027 9.46959 79.7027 9.46959C79.7027 9.46959 79.1976 9.37265 78.963 9.5323C78.7792 9.65964 78.7771 9.82689 78.6756 10.0151C78.2593 10.7962 77.9529 11.6705 77.7352 12.2939C77.6296 12.5903 77.5218 12.674 77.6507 12.8602C77.7986 13.0693 78.3248 12.9819 78.3248 12.9819H85.2818C85.2818 12.9819 85.9961 13.0484 86.3236 12.8279C86.6174 12.6322 86.6491 12.3889 86.7822 12.0943C87.264 11.0243 87.8156 9.97134 87.9297 8.77207C87.1626 6.99502 86.8879 4.9785 87.1732 3.0038C87.2091 2.73772 87.5388 2.12953 87.1478 1.84824C86.8879 1.66008 86.6322 1.79693 86.2983 1.74181C85.603 1.62968 84.9648 1.82924 84.5104 1.54985C83.551 1.3807 83.0248 -0.443862 81.8604 0.219442C83.0797 1.89576 83.141 2.89737 83.1114 3.90848L82.8621 5.05263L82.8663 5.04693ZM89.986 1.67339C89.0265 1.50424 88.4623 -0.464768 87.3 0.200436C88.5172 1.87485 88.4411 2.86125 88.4116 3.87427C88.4348 4.25438 88.2615 4.70102 88.5912 4.93099C88.8025 5.07543 89.2421 5.05643 89.2421 5.05643C89.2421 5.05643 90.4889 5.01652 90.5502 5.16286C90.6707 5.43274 90.6284 5.64941 90.6369 6.01812C90.7129 7.20979 90.5819 8.45087 90.6432 9.46198C90.8609 9.49619 91.1398 9.48099 91.3004 9.42207C91.9281 8.73216 92.2218 7.5652 92.655 6.96652C92.8981 6.50467 92.9382 6.47807 93.1643 6.08464C93.2996 5.85277 93.1094 5.65131 93.0016 5.48026C92.7987 5.15146 92.6212 4.9766 92.5621 4.6516C92.3486 4.09853 92.5726 3.15204 92.4987 2.45073C92.4458 1.96228 92.3085 1.72851 91.7167 1.7C91.5033 1.68859 91.1948 1.62397 90.8587 1.67149L89.986 1.67529V1.67339ZM95.1318 1.60687C94.1724 1.43582 93.6398 -0.40585 92.4775 0.259354C93.6948 1.93567 93.7307 3.13494 93.7011 4.14795C93.7666 4.42163 93.6567 4.53757 93.7751 4.74663C94.0181 5.17236 95.0811 5.09824 95.0811 5.09824H98.2912C98.2912 5.09824 98.866 5.09064 99.1492 5.275C99.6374 5.58669 99.5507 6.28991 99.5486 6.64722C99.538 8.46608 99.4979 12.0335 99.5486 12.3851C99.5761 12.5713 99.5042 12.6873 99.6078 12.8393C99.798 13.1206 100.229 12.9458 100.54 12.9458C100.681 12.4136 100.948 11.4994 101.273 10.9216C101.499 10.2811 102.393 9.25102 102.402 8.76067C102.404 8.44137 102.184 8.24941 102.061 7.77426C101.863 7.00833 101.563 5.83947 101.351 5.08684L102.017 5.09254C102.017 5.09254 102.218 5.02222 102.283 4.92719C102.38 4.78274 102.254 4.6307 102.239 4.49956C102.169 3.88377 102.099 3.46184 102.015 2.74532C101.983 2.46213 101.966 2.13523 101.687 1.90146C101.398 1.65818 101.136 1.6981 100.715 1.6962C98.7012 1.68099 97.057 1.7247 95.789 1.69049L95.1297 1.61067L95.1318 1.60687ZM104.777 1.67339C103.82 1.50424 103.255 -0.464768 102.091 0.200436C103.308 1.87485 103.232 2.86125 103.202 3.87427C103.226 4.25438 103.05 4.70102 103.382 4.93099C103.591 5.07543 104.033 5.05643 104.033 5.05643C104.033 5.05643 105.278 5.01652 105.341 5.16286C105.462 5.43274 105.419 5.64941 105.428 6.01812C105.502 7.20979 105.373 8.45087 105.432 9.46198C105.652 9.49619 105.929 9.48099 106.087 9.42207C106.717 8.73216 107.011 7.5652 107.444 6.96652C107.689 6.50467 107.727 6.47807 107.955 6.08464C108.086 5.85277 107.898 5.65131 107.793 5.48026C107.59 5.15146 107.41 4.9766 107.351 4.6516C107.135 4.09853 107.361 3.15204 107.287 2.45073C107.235 1.96228 107.101 1.72851 106.506 1.7C106.292 1.68859 105.986 1.62397 105.648 1.67149L104.775 1.67529L104.777 1.67339ZM16.8154 12.9286C17.3966 11.7864 17.758 11.1478 18.1679 10.2792C18.2652 10.0721 18.2757 9.8402 18.5166 9.70336C18.7576 9.56461 19.0407 9.78888 19.2478 9.66724C19.4993 9.65584 19.8015 9.56081 19.8987 9.28713C19.9537 9.12748 19.8987 8.75307 19.8987 8.75307V5.97251C19.8987 5.97251 19.9854 5.46505 19.7846 5.23508C19.5226 4.93099 19.0936 5.06213 18.7026 5.06213C18.3666 5.06213 18.151 5.10394 17.9165 4.91769C17.5741 4.644 17.8827 4.24868 17.8932 3.86286C17.9228 2.85175 17.8615 1.85014 16.6443 0.173828C17.8066 -0.491376 18.3412 1.35029 19.2986 1.51944L20.6109 1.64298C20.6109 1.64298 21.2153 1.55555 21.3358 1.80643C21.4752 2.09342 21.266 2.30438 21.3041 2.59517C21.2111 4.95 21.5725 6.97222 22.1938 9.09707C22.2107 9.22631 22.3903 9.62163 22.3903 9.77368C22.3903 9.97134 22.1367 10.4123 22.067 10.5491C21.7626 11.2808 21.6211 11.4975 21.1815 12.3129C21.0885 12.4877 20.9871 12.6379 20.7757 12.7424C20.3045 12.9819 19.6811 12.9153 19.3176 12.9134C18.3349 12.9058 17.8045 12.9134 16.8154 12.9267M9.7 12.9267C10.1755 12.9515 10.7059 12.9362 10.7017 12.9267C11.1434 12.463 11.5512 11.4367 12.181 10.7487C12.424 10.3933 12.6163 10.3039 12.8784 9.98844C12.9862 9.87061 13.2778 9.72806 13.2947 9.48099C13.3095 9.28333 13.1489 9.1769 13.077 9.01154C12.555 7.8845 11.4963 6.65482 11.5766 5.50687C11.1983 4.37412 11.9063 2.91637 11.304 1.91096C11.249 1.81973 11.2047 1.68669 11.0694 1.67149C10.7313 1.63348 10.315 1.64298 10.315 1.64298H4.60908C2.7029 1.89386 2.369 -0.362137 0.95732 0.0768983C1.81954 1.63158 1.99917 3.16155 2.06046 5.02982C2.50425 4.98991 2.75784 5.05073 2.94804 5.04122C2.99876 5.08114 2.66486 6.22719 2.6247 7.42456C2.59512 8.2057 3.06004 9.03815 2.96072 9.54181C2.47043 9.50189 1.92732 9.56081 1.45394 9.54181C0.517756 10.9083 0.323333 11.9327 0 12.9305H4.21178C4.3893 11.8681 5.16699 10.7031 5.54316 9.72997C4.83309 8.47178 4.33647 7.09766 4.52666 5.45555L4.88592 5.03172H9.32383L9.69788 5.37193V12.9305L9.7 12.9267ZM9.7 12.9267C10.1755 12.9515 10.7059 12.9362 10.7017 12.9267C11.1434 12.463 11.5512 11.4367 12.181 10.7487C12.424 10.3933 12.6163 10.3039 12.8784 9.98844C12.9862 9.87061 13.2778 9.72806 13.2947 9.48099C13.3095 9.28333 13.1489 9.1769 13.077 9.01154C12.555 7.8845 11.4963 6.65482 11.5766 5.50687C11.1983 4.37412 11.9063 2.91637 11.304 1.91096C11.249 1.81973 11.2047 1.68669 11.0694 1.67149C10.7313 1.63348 10.315 1.64298 10.315 1.64298H4.60908C2.7029 1.89386 2.369 -0.362137 0.95732 0.0768983C1.81954 1.63158 1.99917 3.16155 2.06046 5.02982C2.50425 4.98991 2.75784 5.05073 2.94804 5.04122C2.99876 5.08114 2.66486 6.22719 2.6247 7.42456C2.59512 8.2057 3.06004 9.03815 2.96072 9.54181C2.47043 9.50189 1.92732 9.56081 1.45394 9.54181C0.517756 10.9083 0.323333 11.9327 0 12.9305H4.21178C4.3893 11.8681 5.16699 10.7031 5.54316 9.72997C4.83309 8.47178 4.33647 7.09766 4.52666 5.45555L4.88592 5.03172H9.32383L9.69788 5.37193V12.9305L9.7 12.9267ZM24.5099 12.8469C24.7339 13.0275 25.2728 12.9439 25.4905 12.7576C26.0061 11.4462 26.5197 10.8855 27.0691 10.2887C27.1579 10.15 27.4009 10.1063 27.4094 9.91812C27.4157 9.77178 27.2424 9.70716 27.2234 9.58172C26.1477 7.63362 26.1076 4.9557 26.1562 2.6959C26.5408 1.00438 24.2627 1.90906 23.5653 1.40921C22.7284 1.12222 22.572 -0.352634 21.5534 0.194735C22.4579 1.42631 22.7411 3.27938 22.6502 4.91959C23.1257 5.46696 23.9732 4.70672 24.5078 5.3035V12.845L24.5099 12.8469ZM24.5099 12.8469C24.7339 13.0275 25.2728 12.9439 25.4905 12.7576C26.0061 11.4462 26.5197 10.8855 27.0691 10.2887C27.1579 10.15 27.4009 10.1063 27.4094 9.91812C27.4157 9.77178 27.2424 9.70716 27.2234 9.58172C26.1477 7.63362 26.1076 4.9557 26.1562 2.6959C26.5408 1.00438 24.2627 1.90906 23.5653 1.40921C22.7284 1.12222 22.572 -0.352634 21.5534 0.194735C22.4579 1.42631 22.7411 3.27938 22.6502 4.91959C23.1257 5.46696 23.9732 4.70672 24.5078 5.3035V12.845L24.5099 12.8469ZM32.365 5.06023C32.365 5.06023 32.7856 5.06783 32.9229 5.24079C33.2061 5.59429 33.1681 6.34693 33.1681 6.34693V12.8754C33.3963 13.056 33.9352 12.9743 34.1529 12.7842C34.6664 11.4747 34.8989 11.03 35.4568 10.4351C35.535 10.2906 35.9703 10.1291 35.9132 9.94853C35.8541 9.76037 35.666 9.58742 35.6554 9.46198C34.6199 7.50628 35.0806 5.19327 35.1271 2.93348C35.1102 2.70921 35.2645 2.3557 35.0658 2.06681C34.8989 1.82734 34.6453 1.73231 34.4022 1.65248C32.6419 1.56316 29.7467 1.73991 28.7407 1.59356C27.9039 1.30658 27.3312 -0.441961 26.3147 0.105407C27.217 1.33699 27.5192 3.42003 27.4263 5.06023C29.3346 5.08684 30.4736 5.08684 32.3671 5.06023M32.925 5.24079C33.2082 5.59429 33.1702 6.34693 33.1702 6.34693V12.8754C33.3984 13.056 33.9373 12.9743 34.155 12.7842C34.6685 11.4747 34.901 11.03 35.4589 10.4351C35.5371 10.2906 35.9724 10.1291 35.9153 9.94853C35.8562 9.76037 35.6681 9.58742 35.6575 9.46198C34.622 7.50628 35.0827 5.19327 35.1292 2.93348C35.1123 2.70921 35.2666 2.3557 35.0679 2.06681C34.901 1.82734 34.6474 1.73231 34.4043 1.65248C32.644 1.56316 29.7488 1.73991 28.7428 1.59356C27.906 1.30658 27.3333 -0.441961 26.3168 0.105407C27.2192 1.33699 27.5214 3.42003 27.4284 5.06023C29.3367 5.08684 30.4757 5.08684 32.3692 5.06023C32.3692 5.06023 32.7898 5.06783 32.9272 5.24079M55.3787 2.0345C55.0195 1.47003 53.5676 1.65058 53.5676 1.65058C51.6615 1.89956 51.3593 -0.320324 49.9476 0.118711C50.8098 1.67339 51.8284 2.59137 51.8876 4.45965C52.5004 4.6364 53.1577 4.37222 53.724 4.6364C53.9544 4.9614 53.8783 5.13245 53.8593 5.51637C53.8551 5.6057 53.8846 5.70643 53.8593 5.82426C53.7705 6.2557 53.3014 6.36783 52.8724 6.51228C51.3149 4.50716 49.4953 2.56666 47.9886 0.517834C47.8491 0.325875 47.6969 -0.0200314 47.3905 0.0369861C47.1285 0.0864013 47.0017 0.544442 47.0017 0.544442C46.4522 1.80453 46.5029 1.50994 45.9936 3.0019C46.2937 5.9345 47.0672 9.12178 46.0295 11.8757C45.9915 11.9841 45.8288 12.5637 45.926 12.7139C46.0908 12.961 46.467 12.9629 46.467 12.9629L50.2413 12.9344C50.2096 12.2463 50.0342 11.4709 49.992 10.5871C49.9772 10.3267 50.0194 10.0341 49.7806 9.80409C49.5418 9.57032 49.3178 9.54181 48.9205 9.55701C48.4641 9.57412 48.0076 9.72616 47.7286 9.38596C47.5046 9.10467 47.7138 8.49649 47.7138 8.49649L47.8322 6.61301C48.016 6.2804 48.1449 6.12646 48.4662 6.2595C50.197 8.49268 51.9531 10.7658 53.6818 12.9971C54.9476 11.9555 55.4527 11.4728 56.1543 10.8817C56.0064 10.4636 54.3432 8.68845 53.7684 7.91871C53.4704 7.64502 53.5972 7.06535 53.8635 6.85438C55.7676 6.17967 55.6133 4.52997 55.4781 2.97339C55.4379 2.52105 55.5795 2.3538 55.3766 2.0345M53.5655 1.65058C51.6593 1.89956 51.3571 -0.320324 49.9455 0.118711C50.8077 1.67339 51.8263 2.59137 51.8855 4.45965C52.4983 4.6364 53.1556 4.37222 53.7219 4.6364C53.9523 4.9614 53.8762 5.13245 53.8572 5.51637C53.8529 5.6057 53.8825 5.70643 53.8572 5.82426C53.7684 6.2557 53.2993 6.36783 52.8703 6.51228C51.3128 4.50716 49.4932 2.56666 47.9865 0.517834C47.847 0.325875 47.6948 -0.0200314 47.3884 0.0369861C47.1263 0.0864013 46.9995 0.544442 46.9995 0.544442C46.4501 1.80453 46.5008 1.50994 45.9915 3.0019C46.2916 5.9345 47.0651 9.12178 46.0274 11.8757C45.9894 11.9841 45.8267 12.5637 45.9239 12.7139C46.0887 12.961 46.4649 12.9629 46.4649 12.9629L50.2392 12.9344C50.2075 12.2463 50.0321 11.4709 49.9898 10.5871C49.9751 10.3267 50.0173 10.0341 49.7785 9.80409C49.5397 9.57032 49.3157 9.54181 48.9184 9.55701C48.4619 9.57412 48.0055 9.72616 47.7265 9.38596C47.5025 9.10467 47.7117 8.49649 47.7117 8.49649L47.8301 6.61301C48.0139 6.2804 48.1428 6.12646 48.4641 6.2595C50.1948 8.49268 51.951 10.7658 53.6796 12.9971C54.9455 11.9555 55.4506 11.4728 56.1522 10.8817C56.0043 10.4636 54.3411 8.68845 53.7663 7.91871C53.4683 7.64502 53.5951 7.06535 53.8614 6.85438C55.7655 6.17967 55.6112 4.52997 55.4759 2.97339C55.4358 2.52105 55.5774 2.3538 55.3745 2.0345C55.0153 1.47003 53.5634 1.65058 53.5634 1.65058M14.4739 12.8469C14.6979 13.0275 15.2389 12.9439 15.4545 12.7576C15.968 11.4462 16.4837 10.8874 17.0331 10.2887C17.1219 10.15 17.3649 10.1063 17.3733 9.91812C17.3797 9.77178 17.2064 9.70716 17.1874 9.58172C16.1096 7.63172 16.0716 4.9557 16.1202 2.6959C16.5048 1.00438 14.2245 1.90906 13.5293 1.40921C12.6924 1.12222 12.536 -0.352634 11.5174 0.194735C12.4198 1.42631 12.7051 3.27938 12.6142 4.91959C13.0897 5.46696 13.9371 4.70672 14.4697 5.3035V12.845L14.4739 12.8469ZM14.4739 12.8469C14.6979 13.0275 15.2389 12.9439 15.4545 12.7576C15.968 11.4462 16.4837 10.8874 17.0331 10.2887C17.1219 10.15 17.3649 10.1063 17.3733 9.91812C17.3797 9.77178 17.2064 9.70716 17.1874 9.58172C16.1096 7.63172 16.0716 4.9557 16.1202 2.6959C16.5048 1.00438 14.2245 1.90906 13.5293 1.40921C12.6924 1.12222 12.536 -0.352634 11.5174 0.194735C12.4198 1.42631 12.7051 3.27938 12.6142 4.91959C13.0897 5.46696 13.9371 4.70672 14.4697 5.3035V12.845L14.4739 12.8469ZM36.2936 6.08464L36.2725 12.9363L36.7776 12.9496C37.6039 11.7256 38.0012 10.5092 38.7894 9.72806C37.6567 7.81988 37.9251 7.38274 37.7645 6.30321C37.756 5.89269 37.6821 5.33581 38.1343 5.08874C38.2949 5.00131 38.6774 4.99751 38.8232 5.01081C38.9331 5.01842 42.0566 5.00321 42.0566 5.00321C42.6842 5.00321 42.7201 4.9595 42.9864 5.20087C43.2823 5.47076 43.1238 6.18918 43.1238 6.18918L43.1322 12.9344L43.6373 12.9477C44.4657 11.7237 44.8588 10.5073 45.6492 9.72616C44.5164 7.81798 44.3791 5.25599 44.4404 2.81754C44.3727 2.42222 44.5841 2.29868 44.4657 1.81403C44.3685 1.42821 43.4006 1.62587 43.4006 1.62587H39.4995L37.4644 1.52704C36.5071 1.35789 35.9724 -0.481873 34.8101 0.18143C36.0274 1.85775 36.1711 2.92017 36.1415 3.93318L36.2957 6.08274L36.2936 6.08464ZM36.2936 6.08464L36.2725 12.9363L36.7776 12.9496C37.6039 11.7256 38.0012 10.5092 38.7894 9.72806C37.6567 7.81988 37.9251 7.38274 37.7645 6.30321C37.756 5.89269 37.6821 5.33581 38.1343 5.08874C38.2949 5.00131 38.6774 4.99751 38.8232 5.01081C38.9331 5.01842 42.0566 5.00321 42.0566 5.00321C42.6842 5.00321 42.7201 4.9595 42.9864 5.20087C43.2823 5.47076 43.1238 6.18918 43.1238 6.18918L43.1322 12.9344L43.6373 12.9477C44.4657 11.7237 44.8588 10.5073 45.6492 9.72616C44.5164 7.81798 44.3791 5.25599 44.4404 2.81754C44.3727 2.42222 44.5841 2.29868 44.4657 1.81403C44.3685 1.42821 43.4006 1.62587 43.4006 1.62587H39.4995L37.4644 1.52704C36.5071 1.35789 35.9724 -0.481873 34.8101 0.18143C36.0274 1.85775 36.1711 2.92017 36.1415 3.93318L36.2957 6.08274L36.2936 6.08464Z' fill='black'/%3E%3C/svg%3E%0A");
}
.PaywallCheckoutFinish .checkout-container {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  padding: 15px;
  text-align: right;
  border: 1px solid #C5C5C5;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.PaywallCheckoutFinish .checkout-container .plan-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.PaywallCheckoutFinish .checkout-container .plan-info .plan-title {
  font-weight: bold;
}
.PaywallCheckoutFinish .checkout-container .customer-info {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.PaywallCheckoutFinish .checkout-container .customer-info::before {
  content: '';
  display: block;
  height: 3px;
  width: 50px;
  background-color: #2261D0;
}
.PaywallCheckoutFinish .checkout-container .customer-info .customer-title {
  font-weight: bold;
}
.PaywallCheckoutFinish .checkout-container .customer-info .customer-myaccount-info {
  color: #78787B;
  font-size: 13px;
  line-height: 16px;
}
.PaywallCheckoutFinish .checkout-container .customer-info .customer-myaccount-info .underline {
  text-decoration: underline;
}
.PaywallCheckoutFinish .checkout-container .payment-info {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.PaywallCheckoutFinish .checkout-container .payment-info::before {
  content: '';
  display: block;
  height: 3px;
  width: 50px;
  background-color: #2261D0;
}
.PaywallCheckoutFinish .checkout-container .payment-info .payment-title {
  font-weight: bold;
}
.PaywallCheckoutFinish .continue-button {
  margin-top: 25px;
  width: 330px;
  height: 40px;
  border: 0;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background-color: #2261D0;
  cursor: pointer;
}
.PaywallCheckoutPaymentDetails .title-step-container {
  font-size: 18px;
  line-height: 28px;
  text-align: right;
}
.PaywallCheckoutPaymentDetails .title-step-container .title {
  font-weight: bold;
}
.PaywallCheckoutPaymentDetails .creditcard-details-container {
  height: 437px;
  padding-top: 30px;
  border-bottom: 1px solid #000;
}
.PaywallCheckoutPaymentDetails .creditcard-details-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.PaywallCheckoutPersonalDetails .title {
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  font-weight: bold;
}
.PaywallCheckoutPersonalDetails .personal-details-form {
  display: flex;
  row-gap: 23px;
  margin-top: 30px;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.PaywallCheckoutPersonalDetails .personal-details-form .general-error {
  font-weight: 400;
  font-size: 13px;
  line-height: 17.7px;
  text-align: right;
  margin-top: 4px;
  color: #de1a1a;
}
.PaywallCheckoutPersonalDetails .personal-details-form form {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div {
  display: flex;
  flex-direction: column;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.email,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.email {
  flex-basis: 100%;
  margin-top: 0;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.email input,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.email input {
  background-color: none;
  border: none;
  border-bottom: 1px solid #C5C5C5;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse {
  margin-top: 5px;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse div,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse div {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse input,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse input {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse input.error,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse input.error {
  position: relative;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #DE1A1A;
  border-radius: 2px;
  cursor: pointer;
  padding: 0;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse .input-field-error,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse .input-field-error {
  max-height: 20px;
  height: 20px;
  padding-right: 19px;
  min-height: unset;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse label,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse label {
  color: #000;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse label a,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse label a {
  color: #000;
  text-decoration: underline;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field label,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #78787b;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field input,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div input {
  padding: 5px 10px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  background: none;
  line-height: 20px;
  text-align: right;
  height: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field input.error,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div input.error {
  border-bottom: 1px solid #de1a1a;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field input:disabled,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div input:disabled {
  background: unset;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.idNumber .input-field-error,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.idNumber .input-field-error {
  height: fit-content;
  max-height: 38px;
  justify-content: center;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.idNumber .input-field-error a,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.idNumber .input-field-error a {
  color: #DE1A1A;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field .input-field-error,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div .input-field-error {
  font-weight: 400;
  font-size: 12px;
  height: 24px;
  min-height: 24px;
  padding-right: 10px;
  line-height: 16px;
  text-align: right;
  justify-content: center;
  color: #de1a1a;
}
.PaywallCheckoutPersonalDetails .personal-details-form .submit-button {
  width: 228px;
  height: 40px;
  border-radius: 2px;
  background: #2261D0;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.PaywallCheckoutPersonalDetails .personal-details-form .submit-button:disabled {
  background: #D8D8D8;
  color: #78787B;
}
.premium-page-auth-wrapper {
  display: flex;
  width: 820px;
  margin: auto;
  margin-top: 70px;
  gap: 30px;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.premium-page-auth-wrapper .yedioth-plus-logo {
  background-image: url('https://images1.ynet.co.il/static/article/images/ynet_logo_big_2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 125px;
  height: 40px;
}
.premium-page-auth-wrapper .premium-paywall-desktop .PremiumPaywallCheckoutPlans .cancel-text {
  text-align: center;
}
.premium-page-auth-wrapper .premium-paywall-desktop .PremiumPaywallCheckoutPlans .cancel-text br {
  display: contents;
}
.premium-page-auth-wrapper .premium-paywall-desktop .PremiumPaywallCheckoutPlans .login {
  text-align: center;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .audio-podcast-player {
    width: calc(100% + 7.8125vw) !important;
    margin: 0 -3.90625vw !important;
  }
  .audio-podcast-player .podcast-container-details-image-container {
    width: calc(100% - 31.25vw) ! important;
  }
  .audio-podcast-player .audio-podcast-player-container {
    display: flex;
    height: 31.25vw !important;
    overflow: hidden;
    z-index: 2;
  }
  .audio-podcast-player .audio-podcast-player-container .podcast-image {
    width: 31.25vw !important;
    height: 100% !important;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .audio-podcast-player .audio-podcast-player-container .podcast-container-details {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 2.03125vw 0 !important;
    padding-inline-start: 2.65625vw !important;
    box-sizing: border-box;
  }
  .audio-podcast-player .audio-podcast-player-container .podcast-container-details .container-background-image {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(3.59375vw) brightness(0.8);
    -webkit-filter: blur(3.59375vw) brightness(0.8);
  }
  .audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    color: #fff;
  }
  .audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .podcast-category-rpf {
    font-size: 3.75vw !important;
    font-weight: normal;
  }
  .audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .podcast-title-rpf {
    font-size: 4.53125vw !important;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .duration-container {
    display: flex;
    align-items: center;
  }
  .audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .duration-container .duration-icon {
    width: 3.59375vw !important;
    height: 3.59375vw !important;
    background-image: url("data:image/svg+xml,%3Csvg id='Group_7' data-name='Group 7' xmlns='http://www.w3.org/2000/svg' width='13.738' height='13.738' viewBox='0 0 13.738 13.738'%3E %3Cpath id='Path_3' data-name='Path 3' d='M0,0H13.738V13.738H0Z' fill='none'/%3E %3Cpath id='Path_4' data-name='Path 4' d='M12.154,7.294a3.433,3.433,0,0,0-2.43-1V9.724l-2.43,2.43a3.436,3.436,0,0,0,4.86-4.86ZM9.724,4a5.724,5.724,0,1,0,5.724,5.724A5.723,5.723,0,0,0,9.724,4Zm0,10.3A4.579,4.579,0,1,1,14.3,9.724,4.578,4.578,0,0,1,9.724,14.3Z' transform='translate(-2.855 -2.855)' fill='%23fff'/%3E %3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-inline-end: 0.78125vw !important;
  }
  .audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .duration-container .podcast-duration-rpf {
    font-size: 3.75vw !important;
    font-weight: normal;
  }
  .audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container {
    height: 100% !important;
    display: flex;
    align-items: center;
    margin: 0 4.25vw !important;
    z-index: 1;
  }
  .audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button {
    width: 14.53125vw !important;
    height: 14.53125vw !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
  }
  .audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
  }
  .audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button:hover {
    background-color: #e9e9e9;
  }
  .audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button .audio-play-button-status {
    width: 0 !important;
    height: 4.6875vw !important;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    border-color: transparent transparent transparent #000;
    transition: 100ms all ease;
    border-style: solid;
    border-width: 2.34375vw 0 2.34375vw 4.6875vw !important;
    margin-inline-end: 1.09375vw !important;
  }
  .audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button .audio-play-button-status.pause {
    border-style: double;
    border-width: 0px 0 0px 4.6875vw !important;
    height: 4.6875vw !important;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .signup-for-podcast {
    height: 23.4375vw !important;
    padding: 0 1.5625vw !important;
    box-sizing: border-box;
  }
  .signup-for-podcast .signup-for-podcast-title-rpf {
    font-size: 4.6875vw !important;
    font-weight: bold;
    color: #000;
    margin-bottom: 1.5625vw !important;
  }
  .signup-for-podcast .signup-for-podcast-buttons {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }
  .signup-for-podcast .signup-for-podcast-buttons .podcast-signup-btn {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .signup-for-podcast .signup-for-podcast-buttons .podcast-signup-btn:hover {
    opacity: 0.7;
  }
  .signup-for-podcast .signup-for-podcast-buttons .spotify-signup-btn {
    width: 20.78125vw !important;
    height: 6.5625vw !important;
  }
  .signup-for-podcast .signup-for-podcast-buttons .apple-podcasts-signup-btn {
    width: 34.21875vw !important;
    height: 6.5625vw !important;
  }
  .signup-for-podcast .signup-for-podcast-buttons .google-podcasts-signup-btn {
    width: 34.375vw !important;
    height: 6.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) {
  .signup-for-podcast .signup-for-podcast-title-rpf {
    color: #fff;
  }
  .signup-for-podcast .signup-for-podcast-buttons .spotify-signup-btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78.848' height='25.276' viewBox='0 0 78.848 25.276'%3E %3Cg data-name='Group 533'%3E %3Cpath d='M52.291 15.133C50.262 14.65 49.9 14.31 49.9 13.6c0-.674.634-1.128 1.578-1.128a4.611 4.611 0 0 1 2.772 1.054.134.134 0 0 0 .188-.03l.991-1.4a.133.133 0 0 0-.025-.181 5.994 5.994 0 0 0-3.9-1.35c-2.19 0-3.721 1.314-3.721 3.2 0 2.017 1.32 2.731 3.6 3.282 1.94.447 2.269.822 2.269 1.491 0 .742-.662 1.2-1.728 1.2A4.666 4.666 0 0 1 48.7 18.4a.137.137 0 0 0-.1-.032.131.131 0 0 0-.091.046L47.4 19.74a.134.134 0 0 0 .013.185 6.621 6.621 0 0 0 4.473 1.714c2.36 0 3.885-1.289 3.885-3.286 0-1.685-1-2.618-3.475-3.219zm8.819-2a3.186 3.186 0 0 0-2.555 1.229v-.929a.133.133 0 0 0-.132-.133h-1.816a.133.133 0 0 0-.132.133v10.325a.133.133 0 0 0 .132.133h1.817a.133.133 0 0 0 .132-.133V20.5a3.268 3.268 0 0 0 2.555 1.156 3.919 3.919 0 0 0 3.826-4.261 3.916 3.916 0 0 0-3.825-4.262zm1.713 4.262a2.19 2.19 0 0 1-2.134 2.419 2.257 2.257 0 0 1-2.179-2.419 2.257 2.257 0 0 1 2.179-2.418 2.214 2.214 0 0 1 2.134 2.418zm7.044-4.262a4.27 4.27 0 1 0 4.351 4.262 4.283 4.283 0 0 0-4.351-4.262zm0 6.694a2.311 2.311 0 0 1-2.284-2.433 2.256 2.256 0 0 1 2.255-2.4 2.317 2.317 0 0 1 2.3 2.434 2.262 2.262 0 0 1-2.27 2.399zm9.579-6.527h-2v-2.045a.133.133 0 0 0-.132-.133H75.5a.134.134 0 0 0-.133.133V13.3h-.873a.133.133 0 0 0-.132.133v1.561a.133.133 0 0 0 .132.133h.873v4.04a2.161 2.161 0 0 0 2.416 2.459 3.309 3.309 0 0 0 1.7-.424.13.13 0 0 0 .067-.115V19.6a.132.132 0 0 0-.063-.112.129.129 0 0 0-.129-.006 2.293 2.293 0 0 1-1.066.257c-.582 0-.843-.265-.843-.857v-3.755h2a.133.133 0 0 0 .132-.133v-1.561a.129.129 0 0 0-.13-.133zm6.964.008v-.251c0-.738.283-1.068.918-1.068a3.069 3.069 0 0 1 1.024.189.132.132 0 0 0 .174-.127V10.52a.131.131 0 0 0-.094-.128 4.976 4.976 0 0 0-1.51-.217c-1.677 0-2.565.945-2.565 2.731v.384h-.873a.134.134 0 0 0-.133.133v1.569a.134.134 0 0 0 .133.133h.873v6.23a.133.133 0 0 0 .133.133h1.815a.132.132 0 0 0 .133-.133v-6.23h1.7l2.6 6.23c-.295.654-.585.784-.981.784a2.085 2.085 0 0 1-1-.285.145.145 0 0 0-.105-.01.132.132 0 0 0-.079.072l-.616 1.351a.133.133 0 0 0 .058.173 3.823 3.823 0 0 0 1.939.5c1.341 0 2.083-.626 2.736-2.307l3.151-8.143a.133.133 0 0 0-.122-.181h-1.896a.133.133 0 0 0-.126.089l-1.938 5.533-2.121-5.536a.132.132 0 0 0-.123-.086h-3.1zm-4.037-.008h-1.817a.134.134 0 0 0-.133.133v7.924a.133.133 0 0 0 .133.133h1.817a.133.133 0 0 0 .133-.133v-7.924a.133.133 0 0 0-.133-.133zm-.9-3.608a1.3 1.3 0 1 0 1.3 1.3 1.3 1.3 0 0 0-1.298-1.302zm15.913 6.156a1.282 1.282 0 1 1 1.285-1.286 1.273 1.273 0 0 1-1.285 1.286zm.007-2.436a1.154 1.154 0 1 0 1.143 1.151 1.143 1.143 0 0 0-1.143-1.151zm.283 1.282.362.506h-.306l-.325-.464h-.279v.464h-.255v-1.343h.6c.313 0 .518.16.518.428a.4.4 0 0 1-.31.408zm-.216-.605h-.333v.424h.333c.166 0 .265-.081.265-.212s-.098-.214-.263-.214z' transform='translate(-47.369 -4.538)' style='fill:%23fff'/%3E %3Cpath data-name='Spotify_logo_with_text' d='M12.891.277A12.638 12.638 0 1 0 25.53 12.915 12.638 12.638 0 0 0 12.891.277zm5.8 18.228a.787.787 0 0 1-1.084.261c-2.967-1.813-6.7-2.223-11.1-1.218a.788.788 0 0 1-.351-1.536c4.814-1.1 8.944-.626 12.275 1.41a.788.788 0 0 1 .256 1.078zm1.547-3.441a.985.985 0 0 1-1.355.325 16.588 16.588 0 0 0-12.598-1.474.985.985 0 1 1-.573-1.885 18.438 18.438 0 0 1 14.2 1.679.985.985 0 0 1 .324 1.355zm.133-3.583c-4.077-2.42-10.798-2.643-14.687-1.462A1.182 1.182 0 1 1 5 7.757C9.462 6.4 16.884 6.663 21.573 9.447a1.182 1.182 0 1 1-1.206 2.033z' transform='translate(53.318 -.277)' style='fill:%231ed760'/%3E %3C/g%3E %3C/svg%3E");
  }
  .signup-for-podcast .signup-for-podcast-buttons .apple-podcasts-signup-btn {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 260.3 48.06' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' width='260.3' height='48.06'%3E %3Cdefs%3E %3Cstyle%3E.cls-1%7Bfill-rule:evenodd;fill:url(%23linear-gradient);%7D.cls-2%7Bfill:none;%7D.cls-3%7Bfill:%23fff;%7D.cls-4%7Bfill:%23fff;%7D%3C/style%3E %3ClinearGradient gradientUnits='userSpaceOnUse' gradientTransform='matrix(27.1, 0, 0, -27.1, -10469.61, 9868.82)' y2='362.41' x2='395.07' y1='364.18' x1='395.07' id='linear-gradient'%3E %3Cstop stop-color='%23f452ff' offset='0'%3E%3C/stop%3E %3Cstop stop-color='%23832bc1' offset='1'%3E%3C/stop%3E %3C/linearGradient%3E %3C/defs%3E %3Cg data-name='Layer 2' id='Layer_2'%3E %3Cg data-name='Layer 1' id='Layer_1-2'%3E %3Cg data-name='../icons/applepodcasts-icon' id='_.._icons_applepodcasts-icon'%3E %3Cpath d='M259.35,41.66a10.16,10.16,0,0,1-6.46,5.79,20.8,20.8,0,0,1-5.81.61H225.45a20.77,20.77,0,0,1-5.8-.61,10.16,10.16,0,0,1-6.46-5.79,18.87,18.87,0,0,1-.95-6.81h0V13.22h0a18.92,18.92,0,0,1,.95-6.82A10.16,10.16,0,0,1,219.65.61a20.77,20.77,0,0,1,5.8-.61h21.63a20.8,20.8,0,0,1,5.81.61,10.17,10.17,0,0,1,3.39,1.76,10.31,10.31,0,0,1,3.07,4,18.92,18.92,0,0,1,.95,6.82V34.85A18.87,18.87,0,0,1,259.35,41.66Z' class='cls-1'%3E%3C/path%3E %3Cpath d='M259.35,41.66a10.16,10.16,0,0,1-6.46,5.79,20.8,20.8,0,0,1-5.81.61H225.45a20.77,20.77,0,0,1-5.8-.61,10.16,10.16,0,0,1-6.46-5.79,18.87,18.87,0,0,1-.95-6.81h0V13.22h0a18.92,18.92,0,0,1,.95-6.82A10.16,10.16,0,0,1,219.65.61a20.77,20.77,0,0,1,5.8-.61h21.63a20.8,20.8,0,0,1,5.81.61,10.17,10.17,0,0,1,3.39,1.76,10.31,10.31,0,0,1,3.07,4,18.92,18.92,0,0,1,.95,6.82V34.85A18.87,18.87,0,0,1,259.35,41.66Z' class='cls-2'%3E%3C/path%3E %3Cpath d='M239.75,27.63a5.47,5.47,0,0,0-7,0,2.15,2.15,0,0,0-.64,1.38,18.27,18.27,0,0,0,.08,3.64c.12,1.47.36,3.43.67,5.43a19.21,19.21,0,0,0,.57,2.75,3.19,3.19,0,0,0,5.61,0,21.27,21.27,0,0,0,.56-2.75c.31-2,.55-4,.67-5.43a17.55,17.55,0,0,0,.08-3.64A2.15,2.15,0,0,0,239.75,27.63Zm-7.41-6.78a3.94,3.94,0,1,0,3.93-3.93A3.93,3.93,0,0,0,232.34,20.85Zm3.89-15.52a16.9,16.9,0,0,0-5.55,32.85.23.23,0,0,0,.3-.25c-.09-.58-.17-1.16-.24-1.73a.59.59,0,0,0-.35-.46,14.74,14.74,0,1,1,11.76,0,.6.6,0,0,0-.34.46c-.07.57-.15,1.15-.24,1.73a.23.23,0,0,0,.3.25,16.9,16.9,0,0,0-5.64-32.85Zm-.31,7.75a9.16,9.16,0,0,1,6.63,15.83.67.67,0,0,0-.22.55,17.9,17.9,0,0,1,0,1.93.22.22,0,0,0,.34.2,11.32,11.32,0,1,0-12.74,0,.23.23,0,0,0,.35-.2,15.65,15.65,0,0,1,0-1.93.7.7,0,0,0-.22-.55A9.08,9.08,0,0,1,227.13,22,9.18,9.18,0,0,1,235.92,13.08Z' class='cls-3' id='Shape'%3E%3C/path%3E %3C/g%3E %3Cpath d='M5.21,27.54,3,34.44H0L7.48,12.51h3.39l7.48,21.93h-3L13,27.54Zm7.18-2.21L10.25,19c-.49-1.43-.82-2.73-1.14-4H9c-.29,1.3-.65,2.63-1.07,4L5.79,25.33Z' class='cls-4'%3E%3C/path%3E %3Cpath d='M20.92,23.83c0-2-.06-3.64-.13-5.11h2.57l.13,2.67h.07a6.12,6.12,0,0,1,5.59-3c3.81,0,6.67,3.18,6.67,8,0,5.66-3.45,8.45-7.12,8.45a5.5,5.5,0,0,1-4.88-2.47h-.07v8.56H20.92ZM23.75,28a4.42,4.42,0,0,0,4.43,4.52c3,0,4.78-2.47,4.78-6.08,0-3.16-1.66-5.83-4.69-5.83A4.53,4.53,0,0,0,24,24.16a4.55,4.55,0,0,0-.2,1.17Z' class='cls-4'%3E%3C/path%3E %3Cpath d='M39.06,23.83c0-2-.07-3.64-.13-5.11H41.5l.13,2.67h.06a6.13,6.13,0,0,1,5.6-3c3.81,0,6.67,3.18,6.67,8,0,5.66-3.45,8.45-7.13,8.45A5.52,5.52,0,0,1,42,32.32h-.06v8.56H39.06ZM41.89,28a4.42,4.42,0,0,0,4.42,4.52c3,0,4.79-2.47,4.79-6.08,0-3.16-1.66-5.83-4.69-5.83a4.55,4.55,0,0,0-4.33,3.52,5,5,0,0,0-.19,1.17Z' class='cls-4'%3E%3C/path%3E %3Cpath d='M57.27,11.34H60.1v23.1H57.27Z' class='cls-4'%3E%3C/path%3E %3Cpath d='M66.12,27.08c.07,3.88,2.51,5.47,5.4,5.47a10.33,10.33,0,0,0,4.36-.81l.49,2.05a12.65,12.65,0,0,1-5.24,1c-4.85,0-7.74-3.22-7.74-7.93s2.8-8.49,7.42-8.49c5.1,0,6.47,4.49,6.47,7.38a5.88,5.88,0,0,1-.13,1.33Zm8.4-2c0-1.79-.75-4.62-4-4.62-2.9,0-4.17,2.63-4.4,4.62Z' class='cls-4'%3E%3C/path%3E %3Cpath d='M87.82,12.77a33.4,33.4,0,0,1,5.47-.42c2.79,0,4.84.65,6.15,1.82a6,6,0,0,1,1.91,4.62,6.47,6.47,0,0,1-1.69,4.72A9,9,0,0,1,93,25.91a15.09,15.09,0,0,1-2.35-.16v8.69H87.82Zm2.86,10.67a10.62,10.62,0,0,0,2.35.2c3.41,0,5.49-1.69,5.49-4.69s-2-4.36-5.17-4.36a14.45,14.45,0,0,0-2.67.2Z' class='cls-4'%3E%3C/path%3E %3Cpath d='M118.26,26.56c0,5.83-4.26,8.23-7.91,8.23-4.13,0-7.48-3.09-7.48-8.16,0-5.27,3.58-8.26,7.84-8.26S118.26,21.52,118.26,26.56Zm-12.49.07c0,3.15,1.59,6,4.78,6s4.81-2.87,4.81-6c0-2.74-1.27-6.12-4.81-6.12S105.77,23.83,105.77,26.63Z' class='cls-4'%3E%3C/path%3E %3Cpath d='M135.26,11.34V30.4c0,1.37.06,2.93.13,4h-2.54l-.13-2.74h-.1a5.65,5.65,0,0,1-5.3,3.09c-3.84,0-6.77-3.22-6.77-8,0-5.28,3.22-8.46,7.06-8.46a5.23,5.23,0,0,1,4.75,2.37h.07v-9.4ZM132.43,25.1a8,8,0,0,0-.1-1.2,4.26,4.26,0,0,0-4.16-3.29c-3,0-4.75,2.57-4.75,6.05,0,3.19,1.59,5.86,4.68,5.86a4.37,4.37,0,0,0,4.2-3.45,5.36,5.36,0,0,0,.13-1.24Z' class='cls-4'%3E%3C/path%3E %3Cpath d='M150.86,33.85a10.49,10.49,0,0,1-4.53.94c-4.74,0-7.83-3.22-7.83-8A8,8,0,0,1,147,18.37a9.71,9.71,0,0,1,4,.81l-.65,2.21a6.64,6.64,0,0,0-3.32-.75c-3.61,0-5.56,2.7-5.56,6,0,3.64,2.34,5.88,5.5,5.88a8.06,8.06,0,0,0,3.48-.78Z' class='cls-4'%3E%3C/path%3E %3Cpath d='M165,30.66a25.48,25.48,0,0,0,.23,3.78h-2.57l-.26-2h-.07a5.93,5.93,0,0,1-4.81,2.34,4.52,4.52,0,0,1-4.82-4.52c0-3.8,3.39-5.89,9.47-5.82v-.36c0-1.3-.39-3.64-3.58-3.64a7.75,7.75,0,0,0-4.1,1.17l-.65-1.89A9.89,9.89,0,0,1,159,18.37c4.82,0,6,3.28,6,6.44Zm-2.77-4.23c-3.12-.09-6.66.46-6.66,3.52a2.53,2.53,0,0,0,2.7,2.73,3.94,3.94,0,0,0,3.83-2.63,4.43,4.43,0,0,0,.13-.92Z' class='cls-4'%3E%3C/path%3E %3Cpath d='M168.56,31.51a7.58,7.58,0,0,0,3.78,1.14c2.08,0,3.06-1,3.06-2.34s-.82-2.09-2.93-2.87c-2.83-1-4.17-2.6-4.17-4.49,0-2.5,2-4.58,5.44-4.58a7.9,7.9,0,0,1,3.87.94l-.72,2.08a6.4,6.4,0,0,0-3.25-.94,2.31,2.31,0,0,0-2.6,2.18c0,1.3.91,1.89,3,2.7,2.7,1,4.13,2.34,4.13,4.72,0,2.76-2.15,4.74-5.89,4.74a9,9,0,0,1-4.42-1.1Z' class='cls-4'%3E%3C/path%3E %3Cpath d='M185.09,14.17v4.55h4.1v2.15h-4.1v8.49c0,1.95.55,3.06,2.15,3.06a6.39,6.39,0,0,0,1.65-.2l.13,2.15a6.34,6.34,0,0,1-2.57.42,4.14,4.14,0,0,1-3.09-1.2,6.45,6.45,0,0,1-1.07-4.13V20.87h-2.44V18.72h2.44v-3.8Z' class='cls-4'%3E%3C/path%3E %3Cpath d='M191.89,31.51a7.5,7.5,0,0,0,3.77,1.14c2.08,0,3.06-1,3.06-2.34s-.81-2.09-2.93-2.87c-2.83-1-4.16-2.6-4.16-4.49,0-2.5,2.05-4.58,5.43-4.58a7.9,7.9,0,0,1,3.87.94l-.71,2.08a6.45,6.45,0,0,0-3.26-.94,2.31,2.31,0,0,0-2.6,2.18c0,1.3.91,1.89,3,2.7,2.7,1,4.13,2.34,4.13,4.72,0,2.76-2.14,4.74-5.88,4.74a9,9,0,0,1-4.43-1.1Z' class='cls-4'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }
  .signup-for-podcast .signup-for-podcast-buttons .google-podcasts-signup-btn {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 260.38 49.66' xmlns='http://www.w3.org/2000/svg' width='260.38' height='49.66'%3E %3Cdefs%3E %3Cstyle%3E.cls-1 %7Bfill: %23fab908;%7D.cls-2 %7Bfill: %230066d9;%7D.cls-3 %7Bfill: %234285f4;%7D.cls-4 %7Bfill: %23ea4335;%7D.cls-5 %7Bfill: %2334a853;%7D.cls-6 %7Bfill: %23fff;%7D%3C/style%3E %3C/defs%3E %3Cg data-name='Layer 2' id='Layer_2'%3E %3Cg data-name='Layer 1' id='Layer_1-2'%3E %3Cg data-name='logo Podcasts 192px' id='_logo_Podcasts_192px'%3E %3Cpolygon points='232.45 15.8 232.45 23.33 232.45 26.34 232.45 33.86 238.65 33.86 238.65 26.34 238.65 23.33 238.65 15.8 232.45 15.8' class='cls-1' id='Shape'%3E%3C/polygon%3E %3Ccircle r='3.1' cy='23.14' cx='213.82' class='cls-2' id='Oval'%3E%3C/circle%3E %3Ccircle r='3.1' cy='26.52' cx='213.82' class='cls-2' data-name='Oval' id='Oval-2'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='23.14' x='210.72' class='cls-2' id='Rectangle-path'%3E%3C/rect%3E %3Ccircle r='3.1' cy='26.52' cx='257.28' class='cls-3' data-name='Oval' id='Oval-3'%3E%3C/circle%3E %3Ccircle r='3.1' cy='23.14' cx='257.28' class='cls-3' data-name='Oval' id='Oval-4'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='23.14' x='254.17' class='cls-3' data-name='Rectangle-path' id='Rectangle-path-2'%3E%3C/rect%3E %3Ccircle r='3.1' cy='33.3' cx='224.55' class='cls-4' data-name='Oval' id='Oval-5'%3E%3C/circle%3E %3Ccircle r='3.1' cy='36.68' cx='224.55' class='cls-4' data-name='Oval' id='Oval-6'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='33.3' x='221.44' class='cls-4' data-name='Rectangle-path' id='Rectangle-path-3'%3E%3C/rect%3E %3Ccircle r='3.1' cy='12.98' cx='224.55' class='cls-4' data-name='Oval' id='Oval-7'%3E%3C/circle%3E %3Ccircle r='3.1' cy='23.98' cx='224.55' class='cls-4' data-name='Oval' id='Oval-8'%3E%3C/circle%3E %3Crect height='11.08' width='6.21' y='12.98' x='221.44' class='cls-4' data-name='Rectangle-path' id='Rectangle-path-4'%3E%3C/rect%3E %3Ccircle r='3.1' cy='16.37' cx='246.56' class='cls-5' data-name='Oval' id='Oval-9'%3E%3C/circle%3E %3Ccircle r='3.1' cy='12.98' cx='246.56' class='cls-5' data-name='Oval' id='Oval-10'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='12.98' x='243.45' class='cls-5' data-name='Rectangle-path' id='Rectangle-path-5'%3E%3C/rect%3E %3Ccircle r='3.1' cy='6.49' cx='235.55' class='cls-1' data-name='Oval' id='Oval-11'%3E%3C/circle%3E %3Ccircle r='3.1' cy='3.1' cx='235.55' class='cls-1' data-name='Oval' id='Oval-12'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='3.1' x='232.45' class='cls-1' data-name='Rectangle-path' id='Rectangle-path-6'%3E%3C/rect%3E %3Ccircle r='3.1' cy='46.56' cx='235.55' class='cls-1' data-name='Oval' id='Oval-13'%3E%3C/circle%3E %3Ccircle r='3.1' cy='43.17' cx='235.55' class='cls-1' data-name='Oval' id='Oval-14'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='43.17' x='232.45' class='cls-1' data-name='Rectangle-path' id='Rectangle-path-7'%3E%3C/rect%3E %3Ccircle r='3.1' cy='36.68' cx='246.56' class='cls-5' data-name='Oval' id='Oval-15'%3E%3C/circle%3E %3Ccircle r='3.1' cy='25.68' cx='246.56' class='cls-5' data-name='Oval' id='Oval-16'%3E%3C/circle%3E %3Crect height='11' width='6.21' y='25.68' x='243.45' class='cls-5' data-name='Rectangle-path' id='Rectangle-path-8'%3E%3C/rect%3E %3Ccircle r='3.1' cy='15.8' cx='235.55' class='cls-1' data-name='Oval' id='Oval-17'%3E%3C/circle%3E %3Ccircle r='3.1' cy='33.86' cx='235.55' class='cls-1' data-name='Oval' id='Oval-18'%3E%3C/circle%3E %3C/g%3E %3Cg id='wordmark'%3E %3Cpath d='M98.28,37.69H95.76V18.5h6.69a6.31,6.31,0,0,1,4.32,1.62,5.49,5.49,0,0,1,0,8.17,6.31,6.31,0,0,1-4.32,1.62H98.28Zm0-10.13h4.22a3.29,3.29,0,0,0,2.55-1,3.25,3.25,0,0,0,0-4.61,3.28,3.28,0,0,0-2.55-1H98.28Zm12.4-1.42a7.15,7.15,0,0,1,9.92,0,6.87,6.87,0,0,1,2,5,6.87,6.87,0,0,1-2,5,7.15,7.15,0,0,1-9.92,0,6.87,6.87,0,0,1-2-5A6.81,6.81,0,0,1,110.68,26.14Zm1.86,8.44a4.28,4.28,0,0,0,3.1,1.28,4.2,4.2,0,0,0,3.08-1.3,4.62,4.62,0,0,0,1.3-3.44,4.62,4.62,0,0,0-1.3-3.44,4.3,4.3,0,0,0-6.16,0,4.63,4.63,0,0,0-1.31,3.44A4.73,4.73,0,0,0,112.54,34.58Zm17.61,3.54a6,6,0,0,1-4.5-2,7,7,0,0,1-1.89-5,7,7,0,0,1,1.89-5,6,6,0,0,1,4.5-2,5.78,5.78,0,0,1,2.75.64,4.58,4.58,0,0,1,1.82,1.61h.11l-.11-1.83V18.5h2.52V37.69h-2.41V35.86h-.11a4.58,4.58,0,0,1-1.82,1.61A5.79,5.79,0,0,1,130.15,38.12Zm.41-2.26a4.07,4.07,0,0,0,3-1.28,4.76,4.76,0,0,0,1.24-3.46,4.76,4.76,0,0,0-1.24-3.46,4.11,4.11,0,0,0-3-1.28,4.05,4.05,0,0,0-3,1.3,4.72,4.72,0,0,0-1.26,3.44,4.72,4.72,0,0,0,1.26,3.44A4.05,4.05,0,0,0,130.56,35.86ZM146,38.12a6.66,6.66,0,0,1-5-2,6.9,6.9,0,0,1-1.94-5,6.9,6.9,0,0,1,1.94-5,6.65,6.65,0,0,1,5-2,6.13,6.13,0,0,1,3.72,1.07,6.26,6.26,0,0,1,2.17,2.7l-2.3.94a3.77,3.77,0,0,0-3.76-2.46,4,4,0,0,0-3,1.34,4.76,4.76,0,0,0-1.27,3.4,4.76,4.76,0,0,0,1.27,3.4,4,4,0,0,0,3,1.34,3.89,3.89,0,0,0,3.89-2.46l2.25.94a6.25,6.25,0,0,1-6,3.78Zm11.95,0a5.4,5.4,0,0,1-3.57-1.21,4,4,0,0,1-1.44-3.19,3.89,3.89,0,0,1,1.7-3.36,7,7,0,0,1,4.19-1.22,7.45,7.45,0,0,1,3.65.8v-.37a2.89,2.89,0,0,0-1-2.32,3.69,3.69,0,0,0-2.49-.87,3.93,3.93,0,0,0-2,.51,2.66,2.66,0,0,0-1.22,1.39l-2.3-1a5.16,5.16,0,0,1,1.83-2.18,6,6,0,0,1,3.62-1,6.3,6.3,0,0,1,4.28,1.47,5.21,5.21,0,0,1,1.7,4.15v7.94h-2.41V35.86h-.11A5,5,0,0,1,158,38.12Zm.41-2.26a4.18,4.18,0,0,0,2.84-1.13,3.52,3.52,0,0,0,1.28-2.7,5.1,5.1,0,0,0-3.21-.86,4.22,4.22,0,0,0-2.77.78,2.33,2.33,0,0,0-.93,1.82,1.73,1.73,0,0,0,.85,1.53A3.39,3.39,0,0,0,158.36,35.86Zm13.91,2.26A6.12,6.12,0,0,1,168.55,37a6.37,6.37,0,0,1-2.15-2.68l2.25-.91a3.71,3.71,0,0,0,3.65,2.47,3.38,3.38,0,0,0,1.93-.51,1.56,1.56,0,0,0,.75-1.34q0-1.29-1.83-1.74l-2.72-.65A6.44,6.44,0,0,1,168,30.46,2.91,2.91,0,0,1,166.84,28a3.31,3.31,0,0,1,1.58-2.83,6.46,6.46,0,0,1,3.74-1.08,6.31,6.31,0,0,1,3.18.79,4.46,4.46,0,0,1,2,2.26l-2.19.89a3,3,0,0,0-3.07-1.75,3.58,3.58,0,0,0-1.89.46,1.36,1.36,0,0,0-.77,1.23c0,.75.59,1.26,1.78,1.53l2.66.62a5,5,0,0,1,2.79,1.47,3.48,3.48,0,0,1,.91,2.36,3.65,3.65,0,0,1-1.48,2.95A6,6,0,0,1,172.27,38.12Zm12.83-.22a4.37,4.37,0,0,1-3.22-1.1,4.18,4.18,0,0,1-1.11-3.11V26.81h-2.35V24.55h2.35v-4h2.52v4h3.29v2.26h-3.29v6.7c0,1.43.61,2.14,1.81,2.14a2.78,2.78,0,0,0,1.15-.21l.88,2.11A5.06,5.06,0,0,1,185.1,37.9Zm8.84.22A6.12,6.12,0,0,1,190.22,37a6.3,6.3,0,0,1-2.15-2.68l2.25-.91A3.71,3.71,0,0,0,194,35.92a3.41,3.41,0,0,0,1.94-.51,1.56,1.56,0,0,0,.75-1.34c0-.86-.61-1.44-1.84-1.74l-2.71-.65a6.44,6.44,0,0,1-2.44-1.22A2.88,2.88,0,0,1,188.51,28a3.28,3.28,0,0,1,1.58-2.83,6.44,6.44,0,0,1,3.74-1.08,6.36,6.36,0,0,1,3.18.79,4.5,4.5,0,0,1,2,2.26l-2.2.89a3,3,0,0,0-3.07-1.75,3.6,3.6,0,0,0-1.89.46,1.37,1.37,0,0,0-.76,1.23c0,.75.59,1.26,1.78,1.53l2.66.62a5,5,0,0,1,2.79,1.47,3.53,3.53,0,0,1,.91,2.36,3.65,3.65,0,0,1-1.48,2.95A6,6,0,0,1,193.94,38.12Z' class='cls-6' id='Podcasts'%3E%3C/path%3E %3Cpath d='M0,27.11a11.26,11.26,0,0,1,11.41-11,10.84,10.84,0,0,1,7.71,3l-2.18,2.11a7.88,7.88,0,0,0-5.53-2.16,8,8,0,1,0,0,16,7.59,7.59,0,0,0,5.68-2.2,6.19,6.19,0,0,0,1.67-3.77H11.41v-3H21.76A10.32,10.32,0,0,1,21.93,28a9.7,9.7,0,0,1-2.66,7,10.47,10.47,0,0,1-7.86,3.07A11.26,11.26,0,0,1,0,27.11Zm30.17-3a7.08,7.08,0,1,1,0,14.15,7.08,7.08,0,1,1,0-14.15Zm0,11.35a4.15,4.15,0,0,0,4.09-4.3,4.09,4.09,0,1,0-8.18,0A4.15,4.15,0,0,0,30.17,35.43ZM46,24.08a7.08,7.08,0,1,1-7.26,7.07A7,7,0,0,1,46,24.08Zm0,11.35a4.15,4.15,0,0,0,4.09-4.3,4.09,4.09,0,1,0-8.18,0A4.14,4.14,0,0,0,46,35.43ZM65.46,24.31h3V37c0,5.23-3.15,7.37-6.87,7.37A6.9,6.9,0,0,1,55.2,40.2L58,39.07a4,4,0,0,0,3.64,2.51c2.38,0,3.86-1.44,3.86-4.14v-1h-.11A5,5,0,0,1,61.54,38a7.08,7.08,0,0,1,0-14.15,5,5,0,0,1,3.81,1.59h.11ZM61.82,35.24A4,4,0,0,0,65.67,31a4,4,0,0,0-3.85-4.32,4.13,4.13,0,0,0-4,4.32A4.11,4.11,0,0,0,61.82,35.24Zm8.84,2.51V17h3.17V37.75Zm11.89-2.32a4.19,4.19,0,0,0,3.57-2l2.46,1.61a7.27,7.27,0,0,1-6,3.14,7,7,0,0,1-7.18-7.08,6.8,6.8,0,0,1,6.83-7.07,6.68,6.68,0,0,1,6.19,4.5l.32.79L79,33.29A3.73,3.73,0,0,0,82.55,35.43Zm-.24-8.63a3.91,3.91,0,0,0-3.79,4.12L85,28.31A2.78,2.78,0,0,0,82.31,26.8Z' class='cls-6' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }
}
.audio-podcast-player {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.audio-podcast-player .podcast-container-details-image-container {
  position: absolute;
  width: calc(100% - 151px);
  height: 100%;
  left: 0;
}
.audio-podcast-player .podcast-container-details-image-container .container-background-image {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-color: #878787;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(23px) brightness(0.8);
  -webkit-filter: blur(23px) brightness(0.8);
}
.audio-podcast-player .audio-podcast-player-container {
  display: flex;
  width: 100%;
  height: 151px;
  overflow: hidden;
  position: relative;
}
.audio-podcast-player .audio-podcast-player-container .podcast-image {
  width: 151px;
  height: 100%;
  flex-shrink: 0;
  background-color: #878787;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details {
  width: 742px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 0;
  padding-inline-start: 28px;
  box-sizing: border-box;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  color: #fff;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .podcast-category-rpf {
  font-size: 15px;
  font-weight: normal;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .podcast-title-rpf {
  font-size: 19px;
  font-weight: 500;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .duration-container {
  display: flex;
  align-items: center;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .duration-container .duration-icon {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_7' data-name='Group 7' xmlns='http://www.w3.org/2000/svg' width='13.738' height='13.738' viewBox='0 0 13.738 13.738'%3E %3Cpath id='Path_3' data-name='Path 3' d='M0,0H13.738V13.738H0Z' fill='none'/%3E %3Cpath id='Path_4' data-name='Path 4' d='M12.154,7.294a3.433,3.433,0,0,0-2.43-1V9.724l-2.43,2.43a3.436,3.436,0,0,0,4.86-4.86ZM9.724,4a5.724,5.724,0,1,0,5.724,5.724A5.723,5.723,0,0,0,9.724,4Zm0,10.3A4.579,4.579,0,1,1,14.3,9.724,4.578,4.578,0,0,1,9.724,14.3Z' transform='translate(-2.855 -2.855)' fill='%23fff'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 2px;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .duration-container .podcast-duration-rpf {
  font-size: 16px;
  font-weight: normal;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 33px;
  z-index: 1;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button:hover {
  background-color: #e9e9e9;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button .audio-play-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 20px;
  border-color: transparent transparent transparent #000;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 11px 0 11px 22px;
  margin-left: 4px;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button .audio-play-button-status.pause {
  border-style: double;
  border-width: 0 0 0 16px;
  height: 20px;
  margin: 0;
}
.article-audio-podcast-componenta .empty-place-holder {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  background-color: #979797;
  padding: 20px;
}
.article-audio-podcast-componenta .empty-place-holder .place-holder-title {
  color: #000;
  font-size: 24px;
  flex-grow: 1;
  text-align: center;
}
.article-audio-podcast-componenta .empty-place-holder .place-holder-play-btn {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 20px;
  border: none;
  border-radius: 50%;
  background-color: #2c2c2c;
  cursor: pointer;
}
.article-audio-podcast-componenta .empty-place-holder .place-holder-play-btn .place-holder-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 20px;
  border-color: transparent transparent transparent #979797;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 11px 0 11px 22px;
  margin-inline-end: 4px;
}
.signup-for-podcast {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.signup-for-podcast .signup-for-podcast-title-rpf {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  margin-inline-end: 30px;
  width: 130px;
}
.signup-for-podcast .signup-for-podcast-buttons {
  display: flex;
}
.signup-for-podcast .signup-for-podcast-buttons .podcast-signup-btn {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-inline-start: 20px;
}
.signup-for-podcast .signup-for-podcast-buttons .podcast-signup-btn:hover {
  opacity: 0.7;
}
.signup-for-podcast .signup-for-podcast-buttons .spotify-signup-btn {
  width: 125px;
  height: 47px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='125' height='47' viewBox='0 0 125 47'%3E %3Cg id='spotify_desktop' data-name='spotify desktop' transform='translate(-0.489)'%3E %3Crect id='Rectangle_11421' data-name='Rectangle 11421' width='125' height='47' rx='6' transform='translate(0.489)' fill='%23ebeced'/%3E %3Cg id='Component_16_1' data-name='Component 16 – 1' transform='translate(12.533 7.311)'%3E %3Cpath id='Spotify_logo_with_text' d='M53.618,16.6c-2.576-.614-3.033-1.045-3.033-1.951,0-.856.805-1.432,2-1.432a5.854,5.854,0,0,1,3.52,1.337.17.17,0,0,0,.239-.038L57.6,12.745a.169.169,0,0,0-.032-.229A7.609,7.609,0,0,0,52.626,10.8c-2.78,0-4.724,1.669-4.724,4.056,0,2.56,1.676,3.467,4.572,4.167,2.463.568,2.88,1.043,2.88,1.893,0,.942-.841,1.528-2.194,1.528a5.923,5.923,0,0,1-4.1-1.694.175.175,0,0,0-.123-.041.167.167,0,0,0-.116.059l-1.411,1.678a.17.17,0,0,0,.016.235A8.4,8.4,0,0,0,53.1,24.86c3,0,4.932-1.637,4.932-4.171.005-2.139-1.275-3.323-4.412-4.086Zm11.2-2.54a4.045,4.045,0,0,0-3.243,1.56V14.44a.168.168,0,0,0-.167-.169H59.1a.168.168,0,0,0-.167.169V27.55a.169.169,0,0,0,.167.169H61.4a.169.169,0,0,0,.167-.169V23.412a4.149,4.149,0,0,0,3.243,1.468c2.413,0,4.857-1.858,4.857-5.409s-2.44-5.41-4.855-5.41h0Zm2.175,5.41a2.78,2.78,0,0,1-2.709,3.071,2.866,2.866,0,0,1-2.766-3.071A2.866,2.866,0,0,1,64.28,16.4a2.811,2.811,0,0,1,2.709,3.07Zm8.943-5.41a5.421,5.421,0,1,0,5.523,5.41,5.438,5.438,0,0,0-5.523-5.41Zm0,8.5a2.934,2.934,0,0,1-2.9-3.089,2.864,2.864,0,0,1,2.862-3.052,2.941,2.941,0,0,1,2.918,3.09A2.871,2.871,0,0,1,75.932,22.559Zm12.16-8.288H85.554V11.677a.168.168,0,0,0-.167-.169H83.08a.17.17,0,0,0-.169.169v2.594H81.8a.168.168,0,0,0-.167.169v1.982a.168.168,0,0,0,.167.169h1.108V21.72c0,2.071,1.031,3.122,3.067,3.122a4.2,4.2,0,0,0,2.159-.538.165.165,0,0,0,.085-.146V22.271a.168.168,0,0,0-.08-.142.164.164,0,0,0-.164-.007,2.912,2.912,0,0,1-1.354.326c-.739,0-1.07-.337-1.07-1.088V16.592h2.538a.168.168,0,0,0,.167-.169V14.442a.163.163,0,0,0-.166-.169h0Zm8.842.01v-.319c0-.937.36-1.355,1.165-1.355a3.9,3.9,0,0,1,1.3.24.168.168,0,0,0,.221-.161V10.743a.167.167,0,0,0-.119-.162,6.318,6.318,0,0,0-1.917-.275c-2.128,0-3.256,1.2-3.256,3.467v.488H93.22a.17.17,0,0,0-.169.169v1.992a.17.17,0,0,0,.169.169h1.108V24.5a.169.169,0,0,0,.169.169h2.3a.168.168,0,0,0,.169-.169V16.592h2.153l3.3,7.909c-.374.83-.743,1-1.245,1a2.647,2.647,0,0,1-1.272-.362.184.184,0,0,0-.134-.012.168.168,0,0,0-.1.091l-.782,1.715a.168.168,0,0,0,.073.219,4.853,4.853,0,0,0,2.462.631c1.7,0,2.645-.794,3.473-2.928l4-10.337a.169.169,0,0,0-.155-.23h-2.4a.169.169,0,0,0-.16.113l-2.46,7.024-2.693-7.028a.168.168,0,0,0-.157-.109h-3.94Zm-5.126-.01H89.5a.17.17,0,0,0-.169.169V24.5a.169.169,0,0,0,.169.169h2.307a.169.169,0,0,0,.169-.169V14.441a.169.169,0,0,0-.169-.169h0ZM90.667,9.69a1.654,1.654,0,1,0,1.653,1.653A1.654,1.654,0,0,0,90.667,9.69Zm20.2,7.816a1.627,1.627,0,1,1,1.632-1.632,1.617,1.617,0,0,1-1.632,1.632Zm.009-3.093a1.465,1.465,0,1,0,1.452,1.461A1.451,1.451,0,0,0,110.878,14.413Zm.36,1.628.46.643h-.388l-.413-.59h-.354v.59h-.324v-1.7h.759c.4,0,.657.2.657.543a.506.506,0,0,1-.394.517Zm-.274-.769h-.422v.539h.422c.21,0,.337-.1.337-.27S111.174,15.272,110.964,15.272Z' transform='translate(-47.369 -3.149)' fill='%23414548'/%3E %3Cpath id='Spotify_logo_with_text-2' data-name='Spotify_logo_with_text' d='M16.3.277A16.045,16.045,0,1,0,32.343,16.322,16.045,16.045,0,0,0,16.3.277h0Zm7.358,23.141a1,1,0,0,1-1.376.331c-3.767-2.3-8.51-2.822-14.095-1.546a1,1,0,0,1-.445-1.95c6.112-1.4,11.355-.8,15.584,1.79A1,1,0,0,1,23.656,23.418Zm1.964-4.369a1.251,1.251,0,0,1-1.721.412,21.059,21.059,0,0,0-15.988-1.87A1.251,1.251,0,1,1,7.184,15.2,23.408,23.408,0,0,1,25.208,17.33a1.25,1.25,0,0,1,.412,1.72Zm.169-4.549c-5.171-3.071-13.7-3.354-18.64-1.855a1.5,1.5,0,1,1-.871-2.872c5.668-1.721,15.089-1.388,21.043,2.146A1.5,1.5,0,1,1,25.789,14.5Z' transform='translate(67.757 -0.277)' fill='%231ed760'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.signup-for-podcast .signup-for-podcast-buttons .apple-podcasts-signup-btn {
  width: 185px;
  height: 47px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='185' height='47' viewBox='0 0 185 47'%3E %3Cdefs%3E %3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23f452ff'/%3E %3Cstop offset='1' stop-color='%23832bc1'/%3E %3C/linearGradient%3E %3C/defs%3E %3Cg id='apple_desktop' data-name='apple desktop' transform='translate(0.4)'%3E %3Crect id='Rectangle_11420' data-name='Rectangle 11420' width='185' height='47' rx='6' transform='translate(-0.4)' fill='%23ebeced'/%3E %3Cg id='Component_15_1' data-name='Component 15 – 1' transform='translate(10.6 8)'%3E %3Ctext id='Apple_Podcasts' data-name='Apple Podcasts' transform='translate(0 20)' fill='%233d4144' font-size='18' font-family='SegoeUI, Segoe UI' letter-spacing='0.008em'%3E%3Ctspan x='0' y='0'%3EApple Podcasts%3C/tspan%3E%3C/text%3E %3Cg id='XMLID_632_' transform='translate(134.425)'%3E %3Cpath id='XMLID_662_' d='M30.092,26.6a6.468,6.468,0,0,1-1.965,2.578,6.57,6.57,0,0,1-2.159,1.126,13.2,13.2,0,0,1-3.714.389H8.441a13.635,13.635,0,0,1-3.714-.389,6.383,6.383,0,0,1-2.159-1.126A6.494,6.494,0,0,1,.6,26.6,12.161,12.161,0,0,1,0,22.254H0V8.441H0A12.161,12.161,0,0,1,.6,4.093,6.468,6.468,0,0,1,2.568,1.514,6.57,6.57,0,0,1,4.727.389,13.635,13.635,0,0,1,8.441,0H22.254a13.635,13.635,0,0,1,3.714.389,6.383,6.383,0,0,1,2.159,1.125,6.494,6.494,0,0,1,1.965,2.578,11.963,11.963,0,0,1,.6,4.349V22.254A12.161,12.161,0,0,1,30.092,26.6Z' transform='translate(0 0)' fill-rule='evenodd' fill='url(%23linear-gradient)'/%3E %3Cg id='Group_532' data-name='Group 532' transform='translate(4.552 3.397)'%3E %3Cpath id='XMLID_657_' d='M129.2,166.378a1.367,1.367,0,0,0-.409-.88,3.09,3.09,0,0,0-2.22-.8,3.047,3.047,0,0,0-2.22.8,1.445,1.445,0,0,0-.409.88,11.353,11.353,0,0,0,.051,2.323c.082.941.235,2.2.43,3.469a13.825,13.825,0,0,0,.358,1.75,2.039,2.039,0,0,0,3.581,0,13.824,13.824,0,0,0,.358-1.75c.194-1.279.348-2.527.43-3.469A10.664,10.664,0,0,0,129.2,166.378Z' transform='translate(-115.77 -151.245)' fill='%23fff'/%3E %3Cpath id='XMLID_655_' d='M130.434,108.017a2.517,2.517,0,1,1-2.517-2.517A2.515,2.515,0,0,1,130.434,108.017Z' transform='translate(-117.122 -98.102)' fill='%23fff'/%3E %3Cpath id='XMLID_653_' d='M55.256,33.2a10.8,10.8,0,0,0-3.54,20.985.146.146,0,0,0,.194-.153c-.051-.368-.113-.737-.153-1.105a.406.406,0,0,0-.215-.3,9.413,9.413,0,1,1,7.51,0,.348.348,0,0,0-.215.3l-.153,1.105a.141.141,0,0,0,.194.153A10.8,10.8,0,0,0,55.256,33.2Z' transform='translate(-44.491 -33.2)' fill='%23fff'/%3E %3Cpath id='XMLID_651_' d='M86.343,68.149a7.228,7.228,0,0,0-3.786,13.2.148.148,0,0,0,.225-.123,10.043,10.043,0,0,1-.01-1.238.417.417,0,0,0-.143-.348,5.847,5.847,0,1,1,7.991,0,.487.487,0,0,0-.143.348c.02.4.01.788-.01,1.228a.142.142,0,0,0,.225.123,7.222,7.222,0,0,0-4.349-13.189Z' transform='translate(-75.823 -64.568)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.signup-for-podcast .signup-for-podcast-buttons .google-podcasts-signup-btn {
  width: 160px;
  height: 31px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 260.38 49.66' xmlns='http://www.w3.org/2000/svg' width='260.38' height='49.66'%3E %3Cdefs%3E %3Cstyle%3E.cls-1 %7Bfill: %23fab908;%7D.cls-2 %7Bfill: %230066d9;%7D.cls-3 %7Bfill: %234285f4;%7D.cls-4 %7Bfill: %23ea4335;%7D.cls-5 %7Bfill: %2334a853;%7D.cls-6 %7Bfill: %233c4043;%7D%3C/style%3E %3C/defs%3E %3Cg data-name='Layer 2' id='Layer_2'%3E %3Cg data-name='Layer 1' id='Layer_1-2'%3E %3Cg data-name='logo Podcasts 192px' id='_logo_Podcasts_192px'%3E %3Cpolygon points='232.45 15.8 232.45 23.33 232.45 26.34 232.45 33.86 238.65 33.86 238.65 26.34 238.65 23.33 238.65 15.8 232.45 15.8' class='cls-1' id='Shape'%3E%3C/polygon%3E %3Ccircle r='3.1' cy='23.14' cx='213.82' class='cls-2' id='Oval'%3E%3C/circle%3E %3Ccircle r='3.1' cy='26.52' cx='213.82' class='cls-2' data-name='Oval' id='Oval-2'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='23.14' x='210.72' class='cls-2' id='Rectangle-path'%3E%3C/rect%3E %3Ccircle r='3.1' cy='26.52' cx='257.28' class='cls-3' data-name='Oval' id='Oval-3'%3E%3C/circle%3E %3Ccircle r='3.1' cy='23.14' cx='257.28' class='cls-3' data-name='Oval' id='Oval-4'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='23.14' x='254.17' class='cls-3' data-name='Rectangle-path' id='Rectangle-path-2'%3E%3C/rect%3E %3Ccircle r='3.1' cy='33.3' cx='224.55' class='cls-4' data-name='Oval' id='Oval-5'%3E%3C/circle%3E %3Ccircle r='3.1' cy='36.68' cx='224.55' class='cls-4' data-name='Oval' id='Oval-6'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='33.3' x='221.44' class='cls-4' data-name='Rectangle-path' id='Rectangle-path-3'%3E%3C/rect%3E %3Ccircle r='3.1' cy='12.98' cx='224.55' class='cls-4' data-name='Oval' id='Oval-7'%3E%3C/circle%3E %3Ccircle r='3.1' cy='23.98' cx='224.55' class='cls-4' data-name='Oval' id='Oval-8'%3E%3C/circle%3E %3Crect height='11.08' width='6.21' y='12.98' x='221.44' class='cls-4' data-name='Rectangle-path' id='Rectangle-path-4'%3E%3C/rect%3E %3Ccircle r='3.1' cy='16.37' cx='246.56' class='cls-5' data-name='Oval' id='Oval-9'%3E%3C/circle%3E %3Ccircle r='3.1' cy='12.98' cx='246.56' class='cls-5' data-name='Oval' id='Oval-10'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='12.98' x='243.45' class='cls-5' data-name='Rectangle-path' id='Rectangle-path-5'%3E%3C/rect%3E %3Ccircle r='3.1' cy='6.49' cx='235.55' class='cls-1' data-name='Oval' id='Oval-11'%3E%3C/circle%3E %3Ccircle r='3.1' cy='3.1' cx='235.55' class='cls-1' data-name='Oval' id='Oval-12'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='3.1' x='232.45' class='cls-1' data-name='Rectangle-path' id='Rectangle-path-6'%3E%3C/rect%3E %3Ccircle r='3.1' cy='46.56' cx='235.55' class='cls-1' data-name='Oval' id='Oval-13'%3E%3C/circle%3E %3Ccircle r='3.1' cy='43.17' cx='235.55' class='cls-1' data-name='Oval' id='Oval-14'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='43.17' x='232.45' class='cls-1' data-name='Rectangle-path' id='Rectangle-path-7'%3E%3C/rect%3E %3Ccircle r='3.1' cy='36.68' cx='246.56' class='cls-5' data-name='Oval' id='Oval-15'%3E%3C/circle%3E %3Ccircle r='3.1' cy='25.68' cx='246.56' class='cls-5' data-name='Oval' id='Oval-16'%3E%3C/circle%3E %3Crect height='11' width='6.21' y='25.68' x='243.45' class='cls-5' data-name='Rectangle-path' id='Rectangle-path-8'%3E%3C/rect%3E %3Ccircle r='3.1' cy='15.8' cx='235.55' class='cls-1' data-name='Oval' id='Oval-17'%3E%3C/circle%3E %3Ccircle r='3.1' cy='33.86' cx='235.55' class='cls-1' data-name='Oval' id='Oval-18'%3E%3C/circle%3E %3C/g%3E %3Cg id='wordmark'%3E %3Cpath d='M98.28,37.69H95.76V18.5h6.69a6.31,6.31,0,0,1,4.32,1.62,5.49,5.49,0,0,1,0,8.17,6.31,6.31,0,0,1-4.32,1.62H98.28Zm0-10.13h4.22a3.29,3.29,0,0,0,2.55-1,3.25,3.25,0,0,0,0-4.61,3.28,3.28,0,0,0-2.55-1H98.28Zm12.4-1.42a7.15,7.15,0,0,1,9.92,0,6.87,6.87,0,0,1,2,5,6.87,6.87,0,0,1-2,5,7.15,7.15,0,0,1-9.92,0,6.87,6.87,0,0,1-2-5A6.81,6.81,0,0,1,110.68,26.14Zm1.86,8.44a4.28,4.28,0,0,0,3.1,1.28,4.2,4.2,0,0,0,3.08-1.3,4.62,4.62,0,0,0,1.3-3.44,4.62,4.62,0,0,0-1.3-3.44,4.3,4.3,0,0,0-6.16,0,4.63,4.63,0,0,0-1.31,3.44A4.73,4.73,0,0,0,112.54,34.58Zm17.61,3.54a6,6,0,0,1-4.5-2,7,7,0,0,1-1.89-5,7,7,0,0,1,1.89-5,6,6,0,0,1,4.5-2,5.78,5.78,0,0,1,2.75.64,4.58,4.58,0,0,1,1.82,1.61h.11l-.11-1.83V18.5h2.52V37.69h-2.41V35.86h-.11a4.58,4.58,0,0,1-1.82,1.61A5.79,5.79,0,0,1,130.15,38.12Zm.41-2.26a4.07,4.07,0,0,0,3-1.28,4.76,4.76,0,0,0,1.24-3.46,4.76,4.76,0,0,0-1.24-3.46,4.11,4.11,0,0,0-3-1.28,4.05,4.05,0,0,0-3,1.3,4.72,4.72,0,0,0-1.26,3.44,4.72,4.72,0,0,0,1.26,3.44A4.05,4.05,0,0,0,130.56,35.86ZM146,38.12a6.66,6.66,0,0,1-5-2,6.9,6.9,0,0,1-1.94-5,6.9,6.9,0,0,1,1.94-5,6.65,6.65,0,0,1,5-2,6.13,6.13,0,0,1,3.72,1.07,6.26,6.26,0,0,1,2.17,2.7l-2.3.94a3.77,3.77,0,0,0-3.76-2.46,4,4,0,0,0-3,1.34,4.76,4.76,0,0,0-1.27,3.4,4.76,4.76,0,0,0,1.27,3.4,4,4,0,0,0,3,1.34,3.89,3.89,0,0,0,3.89-2.46l2.25.94a6.25,6.25,0,0,1-6,3.78Zm11.95,0a5.4,5.4,0,0,1-3.57-1.21,4,4,0,0,1-1.44-3.19,3.89,3.89,0,0,1,1.7-3.36,7,7,0,0,1,4.19-1.22,7.45,7.45,0,0,1,3.65.8v-.37a2.89,2.89,0,0,0-1-2.32,3.69,3.69,0,0,0-2.49-.87,3.93,3.93,0,0,0-2,.51,2.66,2.66,0,0,0-1.22,1.39l-2.3-1a5.16,5.16,0,0,1,1.83-2.18,6,6,0,0,1,3.62-1,6.3,6.3,0,0,1,4.28,1.47,5.21,5.21,0,0,1,1.7,4.15v7.94h-2.41V35.86h-.11A5,5,0,0,1,158,38.12Zm.41-2.26a4.18,4.18,0,0,0,2.84-1.13,3.52,3.52,0,0,0,1.28-2.7,5.1,5.1,0,0,0-3.21-.86,4.22,4.22,0,0,0-2.77.78,2.33,2.33,0,0,0-.93,1.82,1.73,1.73,0,0,0,.85,1.53A3.39,3.39,0,0,0,158.36,35.86Zm13.91,2.26A6.12,6.12,0,0,1,168.55,37a6.37,6.37,0,0,1-2.15-2.68l2.25-.91a3.71,3.71,0,0,0,3.65,2.47,3.38,3.38,0,0,0,1.93-.51,1.56,1.56,0,0,0,.75-1.34q0-1.29-1.83-1.74l-2.72-.65A6.44,6.44,0,0,1,168,30.46,2.91,2.91,0,0,1,166.84,28a3.31,3.31,0,0,1,1.58-2.83,6.46,6.46,0,0,1,3.74-1.08,6.31,6.31,0,0,1,3.18.79,4.46,4.46,0,0,1,2,2.26l-2.19.89a3,3,0,0,0-3.07-1.75,3.58,3.58,0,0,0-1.89.46,1.36,1.36,0,0,0-.77,1.23c0,.75.59,1.26,1.78,1.53l2.66.62a5,5,0,0,1,2.79,1.47,3.48,3.48,0,0,1,.91,2.36,3.65,3.65,0,0,1-1.48,2.95A6,6,0,0,1,172.27,38.12Zm12.83-.22a4.37,4.37,0,0,1-3.22-1.1,4.18,4.18,0,0,1-1.11-3.11V26.81h-2.35V24.55h2.35v-4h2.52v4h3.29v2.26h-3.29v6.7c0,1.43.61,2.14,1.81,2.14a2.78,2.78,0,0,0,1.15-.21l.88,2.11A5.06,5.06,0,0,1,185.1,37.9Zm8.84.22A6.12,6.12,0,0,1,190.22,37a6.3,6.3,0,0,1-2.15-2.68l2.25-.91A3.71,3.71,0,0,0,194,35.92a3.41,3.41,0,0,0,1.94-.51,1.56,1.56,0,0,0,.75-1.34c0-.86-.61-1.44-1.84-1.74l-2.71-.65a6.44,6.44,0,0,1-2.44-1.22A2.88,2.88,0,0,1,188.51,28a3.28,3.28,0,0,1,1.58-2.83,6.44,6.44,0,0,1,3.74-1.08,6.36,6.36,0,0,1,3.18.79,4.5,4.5,0,0,1,2,2.26l-2.2.89a3,3,0,0,0-3.07-1.75,3.6,3.6,0,0,0-1.89.46,1.37,1.37,0,0,0-.76,1.23c0,.75.59,1.26,1.78,1.53l2.66.62a5,5,0,0,1,2.79,1.47,3.53,3.53,0,0,1,.91,2.36,3.65,3.65,0,0,1-1.48,2.95A6,6,0,0,1,193.94,38.12Z' class='cls-6' id='Podcasts'%3E%3C/path%3E %3Cpath d='M0,27.11a11.26,11.26,0,0,1,11.41-11,10.84,10.84,0,0,1,7.71,3l-2.18,2.11a7.88,7.88,0,0,0-5.53-2.16,8,8,0,1,0,0,16,7.59,7.59,0,0,0,5.68-2.2,6.19,6.19,0,0,0,1.67-3.77H11.41v-3H21.76A10.32,10.32,0,0,1,21.93,28a9.7,9.7,0,0,1-2.66,7,10.47,10.47,0,0,1-7.86,3.07A11.26,11.26,0,0,1,0,27.11Zm30.17-3a7.08,7.08,0,1,1,0,14.15,7.08,7.08,0,1,1,0-14.15Zm0,11.35a4.15,4.15,0,0,0,4.09-4.3,4.09,4.09,0,1,0-8.18,0A4.15,4.15,0,0,0,30.17,35.43ZM46,24.08a7.08,7.08,0,1,1-7.26,7.07A7,7,0,0,1,46,24.08Zm0,11.35a4.15,4.15,0,0,0,4.09-4.3,4.09,4.09,0,1,0-8.18,0A4.14,4.14,0,0,0,46,35.43ZM65.46,24.31h3V37c0,5.23-3.15,7.37-6.87,7.37A6.9,6.9,0,0,1,55.2,40.2L58,39.07a4,4,0,0,0,3.64,2.51c2.38,0,3.86-1.44,3.86-4.14v-1h-.11A5,5,0,0,1,61.54,38a7.08,7.08,0,0,1,0-14.15,5,5,0,0,1,3.81,1.59h.11ZM61.82,35.24A4,4,0,0,0,65.67,31a4,4,0,0,0-3.85-4.32,4.13,4.13,0,0,0-4,4.32A4.11,4.11,0,0,0,61.82,35.24Zm8.84,2.51V17h3.17V37.75Zm11.89-2.32a4.19,4.19,0,0,0,3.57-2l2.46,1.61a7.27,7.27,0,0,1-6,3.14,7,7,0,0,1-7.18-7.08,6.8,6.8,0,0,1,6.83-7.07,6.68,6.68,0,0,1,6.19,4.5l.32.79L79,33.29A3.73,3.73,0,0,0,82.55,35.43Zm-.24-8.63a3.91,3.91,0,0,0-3.79,4.12L85,28.31A2.78,2.78,0,0,0,82.31,26.8Z' class='cls-6' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.signup-for-podcast .signup-for-podcast-buttons .youtube-podcasts-signup-btn {
  width: 121px;
  height: 47px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='274' height='106' viewBox='0 0 274 106'%3E %3Cg id='_1536' data-name='1536' transform='translate(-207 -1453.583)'%3E %3Crect id='Rectangle_11414' data-name='Rectangle 11414' width='274' height='106' rx='16' transform='translate(207 1453.583)' fill='%23ebeced'/%3E %3Cg id='Group_566' data-name='Group 566' transform='translate(-2884.556 1000.557)'%3E %3Cg id='Group_564' data-name='Group 564' transform='translate(3108.313 484.141)'%3E %3Cpath id='Path_1843' data-name='Path 1843' d='M3131.5,624.366l-4.055,20.185-4.2-20.185h-6.93l7.667,27.224v13.1h6.635v-12.95l7.963-27.371Z' transform='translate(-3116.313 -622.711)' fill='%23282828'/%3E %3Cpath id='Path_1844' data-name='Path 1844' d='M3683.533,905.839c-8.755,0-9.216,6.852-9.216,15.3s.221,15.3,9.216,15.3,9.216-6.852,9.216-15.3S3692.288,905.839,3683.533,905.839Zm0,26.157c-3.133,0-2.442-4.859-2.442-10.853s-.543-10.852,2.442-10.852,2.534,4.859,2.534,10.852S3686.666,932,3683.533,932Z' transform='translate(-3654.042 -893.956)' fill='%23282828'/%3E %3Cpath id='Path_1845' data-name='Path 1845' d='M4286.418,945.509a3.093,3.093,0,0,1-2.967,1.885c-1.825,0-1.825-2.327-1.825-2.327v-23.03h-6.709v23.03s-.185,6.99,5.75,6.99a7.132,7.132,0,0,0,6.421-3.808l.8,3.293h5.087v-29.5h-6.562Z' transform='translate(-4232.818 -909.567)' fill='%23282828'/%3E %3Cpath id='Path_1846' data-name='Path 1846' d='M5227.924,945.509a3.093,3.093,0,0,1-2.967,1.885c-1.826,0-1.826-2.327-1.826-2.327v-23.03h-6.709v23.03s-.184,6.99,5.75,6.99a7.132,7.132,0,0,0,6.421-3.808l.8,3.293h5.087v-29.5h-6.561Z' transform='translate(-5140.114 -909.567)' fill='%23282828'/%3E %3Cpath id='Path_1847' data-name='Path 1847' d='M4749.286,625.761v-5.445h-19.833v5.445h6.487v35.1h6.857v-35.1Z' transform='translate(-4670.839 -618.808)' fill='%23282828'/%3E %3Cpath id='Path_1848' data-name='Path 1848' d='M5836.046,590.689a7.585,7.585,0,0,0-6.488,3.817v-15.7h-6.415v42.049h5.548l.7-2.811a6.743,6.743,0,0,0,5.766,3.252c6.193,0,6.708-6.916,6.708-14.421S5841.8,590.689,5836.046,590.689Zm-.959,9.957V610.7c0,3.9-.885,5.849-2.8,5.849a3.151,3.151,0,0,1-2.728-1.619V598.252c.575-1.4,1.5-2.781,2.949-2.781C5835.456,595.471,5835.087,600.646,5835.087,600.646Z' transform='translate(-5724.791 -578.806)' fill='%23282828'/%3E %3Cpath id='Path_1849' data-name='Path 1849' d='M6427.422,926.959c-.08,3.027-.551,5.037-2.566,5.037-2.745,0-2.555-3.729-2.466-8.682h11.04c0-.709,0-1.433,0-2.171,0-8.452.184-15.3-8.571-15.3s-9.216,6.852-9.216,15.3.221,15.3,9.216,15.3c6.652,0,8.151-3.749,8.481-9.12l-5.916-.367Zm-2.566-16.668c2.723,0,2.587,4.041,2.542,9.3H6422.4C6422.346,914.332,6422.134,910.291,6424.856,910.291Z' transform='translate(-6295.759 -893.956)' fill='%23282828'/%3E %3C/g%3E %3Cg id='Group_565' data-name='Group 565' transform='translate(3252.796 471.967)'%3E %3Cpath id='Path_1850' data-name='Path 1850' d='M825.273,577.534c-4.385-.034-8.3-.059-12.214-.156-2.348-.058-4.7-.127-7.043-.225q-3.828-.16-7.652-.389c-2.574-.157-5.145-.368-7.706-.68a31.527,31.527,0,0,1-3.456-.553,11.77,11.77,0,0,1-6.3-3.844,12.3,12.3,0,0,1-2.758-5.722q-.593-2.9-.94-5.845c-.356-3.008-.565-6.026-.7-9.05-.17-3.719-.176-7.439-.109-11.16q.062-3.444.3-6.882c.212-3.11.5-6.212,1-9.291a22.242,22.242,0,0,1,.837-3.945,11.933,11.933,0,0,1,8.2-7.8,18.986,18.986,0,0,1,2.685-.493c1.675-.254,3.358-.439,5.044-.594,1.431-.132,2.865-.23,4.3-.336,2.151-.158,4.3-.259,6.458-.354q2.328-.1,4.657-.168c7.2-.209,14.4-.222,21.6-.148q5.121.053,10.241.23,3.675.127,7.348.307c2.294.113,4.587.255,6.875.459a45.5,45.5,0,0,1,5.419.684,12.259,12.259,0,0,1,9.018,6.928,14.908,14.908,0,0,1,1.051,3.449c.493,2.362.835,4.746,1.092,7.144s.425,4.8.545,7.211c.182,3.654.188,7.31.115,10.967-.051,2.552-.186,5.1-.385,7.648-.183,2.352-.427,4.7-.763,7.036a48.49,48.49,0,0,1-.873,4.842,11.711,11.711,0,0,1-3.965,6.268,12.06,12.06,0,0,1-5.659,2.629c-1.97.362-3.956.6-5.949.785-2.607.244-5.219.414-7.834.545-2.667.134-5.335.228-8,.307C834.765,577.491,829.784,577.511,825.273,577.534Z' transform='translate(-776.349 -509.864)' fill='%23fe0000'/%3E %3Cpath id='Path_1851' data-name='Path 1851' d='M1530.948,911.882V882.9c8.431,4.828,16.823,9.642,25.282,14.489Z' transform='translate(-1491.888 -863.592)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.RadioNewsflash {
  height: 48px;
  background-color: #DE1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.RadioNewsflash .rnf-text {
  font-family: 'NarkisBlock';
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-left: 7px;
}
.font-moses .RadioNewsflash .rnf-text {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 22px;
  font-weight: 670;
}
.RadioNewsflash .audio-play-button-status {
  background-image: url("data:image/svg+xml,%3Csvg id='Mini_Play' data-name='Mini Play' xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Cpath id='Mini_Play-2' data-name='Mini Play' class='cls-1' d='M13,26A13,13,0,1,1,26,13,13.015,13.015,0,0,1,13,26ZM9.349,8.211v9.578L18.928,13Z'/%3E %3C/svg%3E");
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .aod-floating-player-wrapper {
    height: 26.5625vw !important;
    width: 100% !important;
    bottom: 7.8125vw !important;
    left: 50%;
    padding: 0 2.34375vw !important;
    z-index: 60;
    box-shadow: 0 -0.46875vw 1.5625vw 0 rgba(0, 0, 0, 0.1);
  }
  .aod-floating-player-wrapper.show {
    transform: translate(-50%, 0);
  }
  .aod-floating-player-wrapper.hide {
    transform: translate(-50%, 200%);
  }
  .aod-floating-player-wrapper .aod-player-close-sign {
    width: 4.6875vw !important;
    height: 4.6875vw !important;
    margin: 2.34375vw 0 0 2.34375vw !important;
    z-index: 2 !important;
  }
  .aod-floating-player-wrapper .aod-floating-player {
    height: 100% ! important;
    width: 100% !important;
    display: flex;
    justify-content: space-between !important;
    flex-direction: column-reverse !important;
    position: relative;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title {
    width: 100% !important;
    color: #fff;
    font-size: 3.90625vw !important;
  }
  .font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-title {
    font-size: 3.28125vw !important;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls {
    width: 100% !important;
    margin-bottom: 3.125vw !important;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls.disabled {
    opacity: 0.5;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper {
    bottom: -1.25vw !important;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler {
    display: flex;
    flex-direction: column;
    margin-inline-start: 2.34375vw !important;
    margin-inline-end: 2.34375vw !important;
    direction: ltr;
    width: 100% !important;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler .aod-player-durations {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 3.125vw !important;
    margin-top: 1.5625vw !important;
  }
  .font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler .aod-player-durations {
    font-size: 3.28125vw !important;
    font-weight: 340 !important;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type='range'] {
    width: 100% !important;
    background-color: #cacdce;
    accent-color: #de1a1a;
    height: 1.01563vw!important;
    border-radius: 0.28125vw !important;
    border: none;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .prevStep {
    background-image: url("data:image/svg+xml,%3Csvg data-name='Back 30' xmlns='http://www.w3.org/2000/svg' width='29' height='31' viewBox='0 0 29 31'%3E %3Cg data-name='Group 186'%3E %3Cpath data-name='Path 1817' d='m362.993 128 4 3v-6z' transform='translate(-351.993 -125)' style='fill:%23fff'/%3E %3Cpath data-name='Path 1818' d='M363.59 155.581a14.5 14.5 0 1 0 0-29v1.993a12.507 12.507 0 1 1-12.506 12.506h-1.994a14.5 14.5 0 0 0 14.5 14.5z' transform='translate(-349.09 -124.581)' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .forwardStep {
    margin-inline-end: 3.90625vw !important;
    background-image: url("data:image/svg+xml,%3Csvg data-name='Skip 15' xmlns='http://www.w3.org/2000/svg' width='29' height='31' viewBox='0 0 29 31'%3E %3Cg data-name='Group 186'%3E %3Cpath data-name='Path 1817' d='m366.993 128-4 3v-6z' transform='translate(-348.993 -125)' style='fill:%23fff'/%3E %3Cpath data-name='Path 1818' d='M363.59 155.581a14.5 14.5 0 1 1 0-29v1.993a12.507 12.507 0 1 0 12.51 12.507h1.993a14.5 14.5 0 0 1-14.5 14.5z' transform='translate(-349.09 -124.581)' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button {
    width: 7.65625vw !important;
    height: 8.125vw !important;
    display: flex;
    padding: unset !important;
    align-items: center;
    font-size: 3.125vw !important;
    font-weight: 300;
    color: #fff;
  }
  .font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button {
    font-size: 3.28125vw !important;
    font-weight: 340 !important;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button {
    width: 10.625vw!important;
    height: 10.625vw!important;
    min-width: 10.625vw!important;
    margin-inline-end: 3.125vw!important;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button:hover {
    background-color: #ce0000;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button .aod-play-button-status {
    width: 0 !important;
    height: 3.125vw !important;
    border-color: transparent transparent transparent #fff;
    transition: 100ms all ease;
    border-style: solid;
    border-width: 1.5625vw 0 1.5625vw 3.125vw !important;
    margin-inline-end: 0.625vw !important;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button .aod-play-button-status.pause {
    border-style: double;
    border-width: 0px 0 0px 3.125vw !important;
    margin: 0;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button.aod-play-button-loader {
    position: relative;
    z-index: 0;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button.aod-play-button-loader::before {
    content: '';
    position: absolute;
    z-index: -2;
    width: 10.625vw !important;
    height: 10.625vw !important;
    border-radius: 50%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(transparent 65%, #a8efff, #a8efff);
    animation: rotate 1s linear infinite;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button.aod-play-button-loader::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 9.6875vw !important;
    height: 9.6875vw !important;
    background: #e02020;
    border-radius: 50%;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container {
    display: flex;
    margin-top: 1.71875vw!important;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper {
    position: relative;
    margin-inline-end: 3.90625vw!important;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-message {
    display: none;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn {
    width: 7.1875vw!important;
    height: 7.1875vw!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background-color: #424242;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn:hover {
    background-color: #585858;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn .copy-link-iphone-icon {
    width: 7.03125vw!important;
    height: 7.03125vw!important;
    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 data-name='Group 188' transform='translate(-1038 -883.25)'%3E %3Cg data-name='Icon feather-share'%3E %3Cpath data-name='Path 1822' d='M6 18v5.4a1.35 1.35 0 0 0 1.35 1.35h8.1a1.35 1.35 0 0 0 1.35-1.35V18' transform='translate(1040.1 878.3)' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5'/%3E %3Cpath data-name='Path 1823' d='M17.4 5.7 14.7 3 12 5.7' transform='translate(1036.8 886.55)' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5'/%3E %3Cpath data-name='Path 1824' d='M18 3v8.775' transform='translate(1033.5 886.55)' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn .copy-link-android-icon {
    width: 4.21875vw!important;
    height: 4.21875vw!important;
    margin-inline-start: 0.625vw!important;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='35' viewBox='0 0 28 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M23 10C25.7614 10 28 7.76142 28 5C28 2.23858 25.7614 0 23 0C20.2386 0 18 2.23858 18 5C18 7.76142 20.2386 10 23 10Z' fill='white'/%3E %3Cpath d='M5 22C7.76142 22 10 19.7614 10 17C10 14.2386 7.76142 12 5 12C2.23858 12 0 14.2386 0 17C0 19.7614 2.23858 22 5 22Z' fill='white'/%3E %3Cpath d='M23 35C25.7614 35 28 32.7614 28 30C28 27.2386 25.7614 25 23 25C20.2386 25 18 27.2386 18 30C18 32.7614 20.2386 35 23 35Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.00225 13.9866L21.1702 3.76264L22.9258 6.19537L8.75776 16.4194L7.00225 13.9866Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.14911 16.2034L22.9771 28.6914L21.1189 31.0466L5.29089 18.5586L7.14911 16.2034Z' fill='white'/%3E %3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper {
    height: 6.25vw!important;
    width: 77.34375vw!important;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper * {
    box-sizing: border-box;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper {
    height: 100%;
    position: absolute;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider {
    height: 100%;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list {
    height: 100%;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track {
    height: 100%;
    display: flex;
    align-items: center;
    direction: rtl;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
    margin-inline-end: 23.4375vw!important;
    background: #2d2d2d;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .aod-player-show-title {
    font-size: 4.6875vw !important;
  }
  .font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .aod-player-show-title {
    font-size: 5.3125vw !important;
    font-weight: 340 !important;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-right,
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-left {
    position: absolute;
    height: 100%!important;
    width: 18.75vw!important;
    top: 0!important;
    z-index: 1;
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-right {
    right: 0;
    background: linear-gradient(270deg, #2d2d2d, rgba(20, 23, 172, 0));
  }
  .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-left {
    left: 0;
    background: linear-gradient(90deg, #2d2d2d, rgba(20, 23, 172, 0));
  }
}
.aod-floating-player-wrapper {
  height: 60px;
  width: 1240px;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  bottom: 50px;
  left: 50%;
  padding: 0 42px;
  z-index: 5;
  box-sizing: border-box;
  transform: translate(-50%, 200%);
  transition: transform 0.5s ease;
  background-color: #2d2d2d;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.31);
  border: solid 1px #6e6e6e;
}
.aod-floating-player-wrapper.show {
  transform: translate(-50%, 0);
}
.aod-floating-player-wrapper.hide {
  transform: translate(-50%, 200%);
}
.aod-floating-player-wrapper .aod-player-close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin: 10px 0 0 10px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.aod-floating-player-wrapper .aod-floating-player {
  width: 1240px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title {
  width: 100%;
  color: #fff;
  font-size: 25px;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-title {
  font-size: 22px;
  font-weight: 340;
  line-height: 25px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper {
  height: 40px;
  display: flex;
  align-items: flex-end;
  position: relative;
  bottom: -5px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper.disabled {
  opacity: 0.5;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
  margin-left: 24px;
  direction: ltr;
  width: 294px;
  flex-shrink: 0;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler .aod-player-durations {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 15px;
  margin-top: 2px;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler .aod-player-durations {
  font-size: 14px;
  font-weight: 340;
  line-height: 19px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type='range'] {
  width: 100%;
  background-color: #cacdce;
  accent-color: #de1a1a;
  height: 4px;
  border-radius: 1.8px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .prevStep {
  background-image: url("data:image/svg+xml,%3Csvg data-name='Back 30' xmlns='http://www.w3.org/2000/svg' width='29' height='31' viewBox='0 0 29 31'%3E %3Cg data-name='Group 186'%3E %3Cpath data-name='Path 1817' d='m362.993 128 4 3v-6z' transform='translate(-351.993 -125)' style='fill:%23fff'/%3E %3Cpath data-name='Path 1818' d='M363.59 155.581a14.5 14.5 0 1 0 0-29v1.993a12.507 12.507 0 1 1-12.506 12.506h-1.994a14.5 14.5 0 0 0 14.5 14.5z' transform='translate(-349.09 -124.581)' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .forwardStep {
  margin-left: 16px;
  background-image: url("data:image/svg+xml,%3Csvg data-name='Skip 15' xmlns='http://www.w3.org/2000/svg' width='29' height='31' viewBox='0 0 29 31'%3E %3Cg data-name='Group 186'%3E %3Cpath data-name='Path 1817' d='m366.993 128-4 3v-6z' transform='translate(-348.993 -125)' style='fill:%23fff'/%3E %3Cpath data-name='Path 1818' d='M363.59 155.581a14.5 14.5 0 1 1 0-29v1.993a12.507 12.507 0 1 0 12.51 12.507h1.993a14.5 14.5 0 0 1-14.5 14.5z' transform='translate(-349.09 -124.581)' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button {
  width: 29px;
  height: 31px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 15px;
  font-weight: 300;
  padding: 7px;
  color: #fff;
  cursor: pointer;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button {
  font-size: 12px;
  font-weight: 340;
  padding: 9px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button.disabled {
  opacity: 0.5;
  cursor: default;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #e02020;
  margin-left: 16px;
  cursor: pointer;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button:hover {
  background-color: #ce0000;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button .aod-play-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 12px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  margin-left: 2px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button .aod-play-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 12px;
  margin: 0;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button.aod-play-button-loader {
  position: relative;
  z-index: 0;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button.aod-play-button-loader::before {
  content: '';
  position: absolute;
  z-index: -2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent 65%, #a8efff, #a8efff);
  animation: rotate 1s linear infinite;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button.aod-play-button-loader::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 36px;
  height: 36px;
  background: #e02020;
  border-radius: 50%;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container {
  display: flex;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper {
  position: relative;
  margin-left: 24px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-message {
  height: 35px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -57px;
  right: -68px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 5px;
  color: #fff;
  background-color: #e02020;
  opacity: 0;
  box-sizing: border-box;
  transition: opacity 0.3s ease-in-out;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-message {
  font-size: 15px;
  font-weight: 340;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .show {
  opacity: 1;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .hide {
  opacity: 0;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: #424242;
  cursor: pointer;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn:hover {
  background-color: #585858;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn .copy-link-desktop-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='14px' viewBox='0 0 14 14'%3E %3Cpath fillRule='evenodd' d='M 13.04 5.58C 13.04 5.58 10.07 8.55 10.07 8.55 9.65 8.96 9.13 9.26 8.56 9.4 8.56 9.4 8.53 9.4 8.53 9.4 8.53 9.4 8.4 9.43 8.4 9.43 8.4 9.43 8.32 9.45 8.32 9.45 8.32 9.45 8.16 9.47 8.16 9.47 8.16 9.47 8.08 9.47 8.08 9.47 8.02 9.47 7.97 9.48 7.92 9.48 7.92 9.48 7.78 9.5 7.78 9.5 7.78 9.5 7.76 9.5 7.76 9.5 7.76 9.5 7.6 9.5 7.6 9.5 7.48 9.5 7.37 9.48 7.25 9.47 7.16 9.45 7.06 9.43 6.97 9.41 6.97 9.41 6.83 9.37 6.83 9.37 6.78 9.36 6.73 9.34 6.68 9.32 6.63 9.3 6.58 9.29 6.53 9.27 6.48 9.25 6.44 9.23 6.39 9.2 6.04 9.04 5.72 8.82 5.45 8.55 5.26 8.36 5.17 8.1 5.18 7.83 5.2 7.61 5.29 7.39 5.45 7.23 5.82 6.89 6.4 6.89 6.76 7.23 7.31 7.78 8.2 7.78 8.74 7.23 8.74 7.23 9.51 6.47 9.51 6.47 9.51 6.47 9.53 6.45 9.53 6.45 9.53 6.45 11.72 4.27 11.72 4.27 12.26 3.72 12.26 2.83 11.72 2.29 11.17 1.74 10.28 1.74 9.73 2.29 9.73 2.29 7.98 4.04 7.98 4.04 7.91 4.11 7.81 4.13 7.72 4.09 7.25 3.9 6.74 3.8 6.23 3.8 6.23 3.8 6.15 3.8 6.15 3.8 6.05 3.8 5.96 3.75 5.93 3.66 5.89 3.57 5.91 3.47 5.98 3.4 5.98 3.4 8.42 0.96 8.42 0.96 9.7-0.32 11.77-0.32 13.04 0.96 14.32 2.23 14.32 4.3 13.04 5.58ZM 7.99 5.02C 8.19 5.14 8.38 5.29 8.54 5.46 8.73 5.65 8.83 5.91 8.81 6.18 8.8 6.4 8.7 6.61 8.54 6.77 8.17 7.11 7.6 7.11 7.23 6.77 6.68 6.22 5.8 6.22 5.25 6.77 5.25 6.77 2.27 9.74 2.27 9.74 1.73 10.29 1.73 11.18 2.27 11.73 2.82 12.27 3.71 12.27 4.25 11.73 4.25 11.73 6.02 9.96 6.02 9.96 6.08 9.89 6.18 9.87 6.27 9.91 6.74 10.1 7.25 10.2 7.76 10.2 7.76 10.2 7.86 10.2 7.86 10.2 7.99 10.2 8.09 10.3 8.09 10.43 8.09 10.49 8.07 10.55 8.02 10.6 8.02 10.6 5.57 13.05 5.57 13.05 4.96 13.66 4.13 14 3.26 14 1.46 14-0 12.54 0 10.73 0 9.87 0.34 9.04 0.95 8.43 0.95 8.43 3.92 5.46 3.92 5.46 4.53 4.84 5.37 4.5 6.23 4.5 6.86 4.5 7.47 4.68 7.99 5.02Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 35px;
  width: 624px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper {
  height: 100%;
  position: absolute;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider {
  height: 100%;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list {
  height: 100%;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  margin-left: 150px;
  background: #2d2d2d;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .aod-player-show-title {
  width: fit-content !important;
  display: flex !important;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .aod-player-show-title {
  font-size: 22px;
  font-weight: 340;
  line-height: 25px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-right,
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-left {
  position: absolute;
  height: 100%;
  width: 109px;
  top: 0;
  z-index: 1;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-right {
  right: 0;
  background: linear-gradient(270deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-left {
  left: 0;
  background: linear-gradient(90deg, #2d2d2d, rgba(20, 23, 172, 0));
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.radio-floating-player {
  width: 1240px;
  height: 60px;
  display: flex;
  position: fixed;
  align-items: center;
  bottom: 50px;
  background-color: #2d2d2d;
  padding: 0 22px 0 35px;
  z-index: 10;
  box-sizing: border-box;
  transform: translateY(200%);
  transition: transform 0.5s ease;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.31);
  border: solid 1px #6e6e6e;
}
.radio-floating-player.show {
  transform: translateY(0);
}
.radio-floating-player.hide {
  transform: translateY(200%);
}
.radio-floating-player .floating-player-close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin: 10px 0 0 10px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.radio-floating-player .floating-player-logic-container {
  display: flex;
}
.radio-floating-player .floating-player-logic-container .floating-player-button {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #e02020;
  margin-left: 16px;
}
.radio-floating-player .floating-player-logic-container .floating-player-button:hover {
  background-color: #ce0000;
}
.radio-floating-player .floating-player-logic-container .floating-player-button .floating-player-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 12px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  margin-left: 2px;
}
.radio-floating-player .floating-player-logic-container .floating-player-button .floating-player-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 12px;
  margin: 0;
}
.radio-floating-player .floating-player-logic-container .floating-player-button.floating-play-button-loader {
  position: relative;
  z-index: 0;
}
.radio-floating-player .floating-player-logic-container .floating-player-button.floating-play-button-loader::before {
  content: '';
  position: absolute;
  z-index: -2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent 65%, #a8efff, #a8efff);
  animation: rotate 1s linear infinite;
}
.radio-floating-player .floating-player-logic-container .floating-player-button.floating-play-button-loader::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 36px;
  height: 36px;
  background: #e02020;
  border-radius: 50%;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler {
  display: flex;
  flex-direction: row;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons {
  display: flex;
  align-items: center;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .ruler-btn {
  width: 30px;
  height: 30px;
  margin-left: 16px;
  padding: 0;
  border: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .sound-off-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E %3Cg id='Volume' opacity='0.995'%3E %3Cpath id='MUTE' d='M8.96,15.7,5.252,12H1a1,1,0,0,1-1-1V5A1,1,0,0,1,1,4H5.252L8.96.293A1,1,0,0,1,10.667,1V15a1,1,0,0,1-1.008,1A.979.979,0,0,1,8.96,15.7Zm10.08-3.941L17.158,9.882l-1.882,1.882a.665.665,0,0,1-.941,0l-.941-.941a.667.667,0,0,1,0-.941L15.275,8,13.393,6.117a.665.665,0,0,1,0-.941l.941-.941a.666.666,0,0,1,.941,0l1.883,1.883L19.04,4.234a.667.667,0,0,1,.941,0l.941.941a.665.665,0,0,1,0,.941L19.04,8l1.883,1.883a.665.665,0,0,1,0,.941l-.941.941a.665.665,0,0,1-.941,0Z' transform='translate(3 7)' fill='%23fff'/%3E %3Crect id='Rectangle' width='30' height='30' fill='none'/%3E %3C/g%3E %3C/svg%3E");
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .sound-on-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E %3Cg style='opacity:.995'%3E %3Cpath d='M8.96 3.419 5.252 7.125H1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h4.252L8.96 18.83a1 1 0 0 0 1.707-.707v-14a1 1 0 0 0-1.707-.704zm9.721-2.129a1.008 1.008 0 1 0-1.107 1.686 9.735 9.735 0 0 1 0 16.3 1.008 1.008 0 1 0 1.107 1.685 11.751 11.751 0 0 0 0-19.669zM20 11.124a7.693 7.693 0 0 0-3.574-6.51 1 1 0 0 0-1.38.311 1.012 1.012 0 0 0 .309 1.39 5.694 5.694 0 0 1 0 9.618 1.012 1.012 0 0 0-.309 1.39 1 1 0 0 0 1.38.311A7.692 7.692 0 0 0 20 11.124zm-5.907-3.2a1 1 0 1 0-.965 1.752 1.642 1.642 0 0 1 0 2.9 1 1 0 1 0 .965 1.752 3.643 3.643 0 0 0 0-6.406z' transform='translate(3 3.875)' style='fill:%23fff'/%3E %3Cpath style='fill:none' d='M0 0h30v30H0z'/%3E %3C/g%3E %3C/svg%3E");
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .go-live-btn {
  width: 37px;
  height: 37px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='29.881' height='37' viewBox='0 0 29.881 37'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='29.881' height='37' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath d='M7.963,23.137v-7.41H9.679v5.941H12.63v1.469Z' fill='%23fff'/%3E%3Crect width='1.716' height='7.41' transform='translate(13.878 15.727)' fill='%23fff'/%3E%3Cpath d='M19.221,23.137l-2.34-7.41H18.74l1.651,5.954,1.664-5.954h1.858l-2.339,7.41Z' fill='%23fff'/%3E%3Cpath d='M25.2,15.727v7.41h4.681V21.824H26.917V20h2.834V18.756H26.917V17.04h2.964V15.727Z' fill='%23fff'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M17.264,37A17.232,17.232,0,0,1,5.056,31.984,17.031,17.031,0,0,1,4.921,7.9l.135-.135a17.3,17.3,0,0,1,11.353-5V0l3.83,2.85V.386L25,3.93,20.239,7.475V5.01l-3.83,2.85V5.126a14.918,14.918,0,0,0-9.675,4.3A14.689,14.689,0,0,0,6.616,30.2c.039.04.078.079.118.118a14.868,14.868,0,0,0,10.53,4.327,15.056,15.056,0,0,0,4.166-.584V36.5a17.509,17.509,0,0,1-4.166.5' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .go-live-btn.disabled {
  cursor: default;
  opacity: 0.5;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .start-over-btn {
  width: 37px;
  height: 37px;
  margin-left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36.608' height='37' viewBox='0 0 36.608 37'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='36.608' height='37' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M1.87,19.121a3.97,3.97,0,0,1-1.039-.132A2.438,2.438,0,0,1,0,18.6V17.482a2.779,2.779,0,0,0,.594.285,4.423,4.423,0,0,0,.7.188,3.568,3.568,0,0,0,.643.066,1.123,1.123,0,0,0,.688-.193.673.673,0,0,0,.258-.577.554.554,0,0,0-.159-.418,1.237,1.237,0,0,0-.418-.253c-.173-.066-.369-.128-.589-.188a3.323,3.323,0,0,1-1.248-.654,1.538,1.538,0,0,1-.446-1.2A1.66,1.66,0,0,1,.66,13.159,2.725,2.725,0,0,1,2.4,12.653a4.14,4.14,0,0,1,.9.105,2.969,2.969,0,0,1,.8.28v1.133a2.211,2.211,0,0,0-.5-.226,4.157,4.157,0,0,0-.6-.142,3.454,3.454,0,0,0-.561-.05,1.566,1.566,0,0,0-.8.176.574.574,0,0,0-.3.528.566.566,0,0,0,.336.55,5.024,5.024,0,0,0,.841.308,4.862,4.862,0,0,1,.919.363,1.578,1.578,0,0,1,.6.549,1.672,1.672,0,0,1,.215.9,1.745,1.745,0,0,1-.665,1.5,2.8,2.8,0,0,1-1.711.5' fill='%23fff'/%3E%3Cpath d='M6.666,19V13.907h-1.7V12.73H9.9v1.177H8.185V19Z' fill='%23fff'/%3E%3Cpath d='M10.428,19l1.914-6.269h2.135L16.379,19H14.862L14.5,17.68H12.309L11.936,19ZM12.6,16.635h1.617l-.8-2.893Z' fill='%23fff'/%3E%3Cpath d='M17.468,19V12.73h2.244a3.246,3.246,0,0,1,1.947.494A1.521,1.521,0,0,1,22.33,14.5a1.488,1.488,0,0,1-.357,1.007,2.257,2.257,0,0,1-1.172.621,4.639,4.639,0,0,1,.693.522,3.356,3.356,0,0,1,.627.842L22.957,19H21.3l-.671-1.375a3.161,3.161,0,0,0-.384-.616A1.006,1.006,0,0,0,19.8,16.7a1.9,1.9,0,0,0-.655-.077h-.22V19Zm2-5.214h-.55v1.848h.485a2.022,2.022,0,0,0,1.044-.231.738.738,0,0,0,.385-.671.8.8,0,0,0-.357-.7,1.786,1.786,0,0,0-1.007-.242' fill='%23fff'/%3E%3Cpath d='M24.9,19V13.907H23.2V12.73h4.939v1.177H26.422V19Z' fill='%23fff'/%3E%3Cpath d='M6.842,28.077a2.964,2.964,0,0,1-2.151-.77,3.216,3.216,0,0,1-.8-2.408,3.292,3.292,0,0,1,.8-2.453,3.02,3.02,0,0,1,2.2-.782,2.9,2.9,0,0,1,2.123.765A3.254,3.254,0,0,1,9.8,24.843,3.331,3.331,0,0,1,9.014,27.3a2.945,2.945,0,0,1-2.172.781m.022-1.188a1.262,1.262,0,0,0,1.072-.467,2.463,2.463,0,0,0,.358-1.491,2.738,2.738,0,0,0-.358-1.595,1.247,1.247,0,0,0-1.072-.484,1.294,1.294,0,0,0-1.072.474,2.47,2.47,0,0,0-.38,1.54,2.591,2.591,0,0,0,.363,1.54,1.275,1.275,0,0,0,1.089.483' fill='%23fff'/%3E%3Cpath d='M12.352,28l-1.979-6.27h1.573l1.4,5.038L14.75,21.73h1.574L14.344,28Z' fill='%23fff'/%3E%3Cpath d='M17.413,28V21.73h3.96v1.111H18.865v1.452h2.4v1.056h-2.4v1.54h2.508V28Z' fill='%23fff'/%3E%3Cpath d='M22.693,28V21.73h2.244a3.242,3.242,0,0,1,1.946.494,1.521,1.521,0,0,1,.671,1.277,1.488,1.488,0,0,1-.357,1.007,2.258,2.258,0,0,1-1.171.621,4.579,4.579,0,0,1,.692.522,3.356,3.356,0,0,1,.627.842L28.182,28H26.521l-.671-1.375a3.159,3.159,0,0,0-.385-.616,1,1,0,0,0-.446-.308,1.892,1.892,0,0,0-.654-.077h-.22V28Zm2-5.214h-.55v1.848h.484a2.026,2.026,0,0,0,1.045-.231.74.74,0,0,0,.385-.671.8.8,0,0,0-.358-.7,1.783,1.783,0,0,0-1.006-.242' fill='%23fff'/%3E%3Cpath d='M19.344,37a17.232,17.232,0,0,0,12.208-5.016A17.031,17.031,0,0,0,31.687,7.9l-.135-.135a17.3,17.3,0,0,0-11.353-5V0l-3.83,2.85V.386L11.608,3.93,16.37,7.475V5.01L20.2,7.86V5.126a14.918,14.918,0,0,1,9.675,4.3A14.689,14.689,0,0,1,29.993,30.2c-.039.04-.078.079-.118.118a14.868,14.868,0,0,1-10.53,4.327,15.056,15.056,0,0,1-4.166-.584V36.5a17.5,17.5,0,0,0,4.165.5' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .disabled {
  cursor: default;
  opacity: 0.5;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline input[type=range] {
  -webkit-appearance: none;
  width: 354px;
  height: 4px;
  margin-top: 16px;
  direction: ltr;
  border-radius: 1.8px;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #de1a1a;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #de1a1a;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #de1a1a;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .range-wrap {
  position: relative;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .range-wrap .range-bubble {
  width: fit-content;
  height: 10px;
  position: absolute;
  left: 0;
  font-size: 11.5px;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .live-feedback {
  display: flex;
  align-items: center;
  align-self: end;
  margin-top: 3px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .live-feedback .dot {
  width: 6px;
  height: 6px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #de1a1a;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .live-feedback.disabled {
  color: #8f8f8f;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .live-feedback.disabled .dot {
  background-color: #8f8f8f;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline input[type=range] {
  -webkit-appearance: none;
  width: 354px;
  height: 4px;
  margin-top: 16px;
  direction: ltr;
  border-radius: 1.8px;
  pointer-events: none;
  touch-action: none;
  -ms-touch-action: none;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 4px;
  width: 1px;
  background-color: #ebb505;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline .control-ruler-bottom-details {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline .control-ruler-bottom-details .progress-time {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline .control-ruler-bottom-details .live-feedback {
  display: flex;
  align-items: center;
  align-self: end;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline .control-ruler-bottom-details .live-feedback .dot {
  width: 6px;
  height: 6px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #fec300;
}
.radio-floating-player .floating-player-content {
  display: flex;
  width: 100%;
  overflow: hidden;
  font-size: 26px;
}
.radio-floating-player .floating-player-content .floating-player-show-details {
  width: fit-content;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
}
.radio-floating-player .floating-player-content .floating-player-show-details .floating-player-show-time {
  margin-left: 20px;
  font-weight: 300;
  white-space: nowrap;
}
.radio-floating-player .floating-player-content .floating-player-show-details .floating-player-equalizer-gif {
  width: 25px;
  height: 25px;
  margin: 0 5px 5px;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 35px;
  width: 100%;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper {
  height: 100%;
  width: 100%;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider {
  height: 100%;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list {
  height: 100%;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  width: 100% !important;
  margin-left: 150px;
  background: #2d2d2d;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-title {
  width: fit-content !important;
  display: flex !important;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-right,
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-left {
  position: absolute;
  height: 100%;
  width: 109px;
  top: 0;
  z-index: 1;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-right {
  right: 0;
  background: linear-gradient(270deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-left {
  left: 0;
  background: linear-gradient(90deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.multi-audio-componenta {
  display: flex;
  flex-direction: column;
}
.multi-audio-componenta * {
  box-sizing: border-box;
}
.multi-audio-componenta .multi-audio-componenta-tab {
  width: 100%;
  height: 30px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 16px 0 8px;
}
.font-moses .multi-audio-componenta .multi-audio-componenta-tab {
  padding: 0 10px;
}
.multi-audio-componenta .multi-audio-componenta-tab .background-link {
  height: 100%;
  width: 100%;
}
.multi-audio-componenta .multi-audio-componenta-tab .title-link {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.multi-audio-componenta .multi-audio-componenta-tab .title-text {
  color: #fff;
  white-space: nowrap;
}
.multi-audio-componenta .multi-audio-componenta-tab .right-title-text {
  font-size: 17px;
  font-weight: bold;
}
.font-moses .multi-audio-componenta .multi-audio-componenta-tab .right-title-text {
  font-size: 14px;
  font-weight: 670;
}
.multi-audio-componenta .multi-audio-componenta-tab .left-title-text {
  font-size: 13px;
}
.font-moses .multi-audio-componenta .multi-audio-componenta-tab .left-title-text {
  font-size: 12px;
  font-weight: 340;
}
.multi-audio-componenta .slotList .slotView {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 18px;
  position: relative;
}
.multi-audio-componenta .slotList .slotView .mediaArea {
  height: 106px;
  width: 170px;
  margin-left: 16px;
  background-color: #c4c4c4;
  flex-shrink: 0;
}
.multi-audio-componenta .slotList .slotView .mediaArea img {
  height: 106px;
  width: 170px;
}
.multi-audio-componenta .slotList .slotView .mediaArea .MarketingSign {
  right: unset !important;
  left: 0;
  z-index: 11 !important;
}
.multi-audio-componenta .slotList .slotView .mediaArea .MarketingSign .marketingImage {
  right: unset !important;
  left: 0;
}
.multi-audio-componenta .slotList .slotView .textArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #000;
}
.multi-audio-componenta .slotList .slotView .textArea .slotTitle {
  flex-shrink: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.font-moses .multi-audio-componenta .slotList .slotView .textArea .slotTitle {
  font-size: 15px;
  font-weight: 670;
  line-height: 20px;
}
.multi-audio-componenta .slotList .slotView .textArea .slotSubTitle {
  height: 100%;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.22;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.font-moses .multi-audio-componenta .slotList .slotView .textArea .slotSubTitle {
  font-size: 14px;
  font-weight: 340;
  line-height: 20px;
  max-height: 60px;
}
.multi-audio-componenta .slotList .slotView .textArea .moreDetails {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.15;
  color: #575757;
  margin: 0;
}
.font-moses .multi-audio-componenta .slotList .slotView .textArea .moreDetails {
  font-size: 12px;
  font-weight: 340;
  line-height: 16px;
  margin-top: 5px;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper {
  height: 106px;
  display: flex;
  align-items: center;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 36px;
  border: none;
  border-radius: 50%;
  border: 2.5px solid #6e6e6e;
  background-color: #fff;
  cursor: pointer;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button:hover {
  background-color: #e8e8e8;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button .audio-play-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 20px;
  border-color: transparent transparent transparent #6e6e6e;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  margin-left: 4px;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button .audio-play-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 14px;
  height: 18px;
  margin: 0;
}
.multi-audio-componenta .slotList .slotView .emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.radio-article-live-player {
  height: 120px;
  width: 740px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  background-color: #2d2d2d;
  box-sizing: border-box;
}
.radio-article-live-player .ynet-radio-gif-wrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px;
}
.radio-article-live-player .ynet-radio-gif-wrapper .radio-player-y-equalizer-gif {
  width: 220px;
  height: 115px;
}
.radio-article-live-player .radio-player-content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.radio-article-live-player .radio-player-content .live-and-time-indication {
  display: flex;
  align-items: center;
  color: #fff;
}
.radio-article-live-player .radio-player-content .live-and-time-indication .radio-player-live-indication {
  font-size: 22px;
  font-weight: bold;
  margin-left: 5px;
}
.radio-article-live-player .radio-player-content .live-and-time-indication .radio-player-equalizer-gif {
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
.radio-article-live-player .radio-player-content .live-and-time-indication .radio-player-show-time {
  width: fit-content;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.16;
}
.radio-article-live-player .radio-player-content .radio-player-show-info-wrapper {
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 395px;
  margin-top: 2px;
}
.radio-article-live-player .radio-player-content .radio-player-show-info-wrapper .slider-wrapper {
  height: 100%;
  position: absolute;
}
.radio-article-live-player .radio-player-content .radio-player-show-info-wrapper .slider-wrapper .slick-slider {
  height: 100%;
}
.radio-article-live-player .radio-player-content .radio-player-show-info-wrapper .slider-wrapper .slick-slider .slick-list {
  height: 100%;
}
.radio-article-live-player .radio-player-content .radio-player-show-info-wrapper .slider-wrapper .slick-slider .slick-list .slick-track {
  height: 100%;
  width: fit-content !important;
  display: flex;
  align-items: center;
  direction: rtl;
}
.radio-article-live-player .radio-player-content .radio-player-show-info-wrapper .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  width: fit-content !important;
  margin-left: 150px;
}
.radio-article-live-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-title {
  width: fit-content !important;
  height: 100%;
  display: flex !important;
  align-items: center;
  white-space: nowrap;
  font-size: 22px;
  line-height: 1;
  color: #fff;
}
.radio-article-live-player .radio-player-content .radio-player-show-info-wrapper .fadder-right,
.radio-article-live-player .radio-player-content .radio-player-show-info-wrapper .fadder-left {
  position: absolute;
  height: 100%;
  width: 76px;
  top: 0;
  z-index: 1;
}
.radio-article-live-player .radio-player-content .radio-player-show-info-wrapper .fadder-right {
  right: 0;
  background: linear-gradient(270deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.radio-article-live-player .radio-player-content .radio-player-show-info-wrapper .fadder-left {
  left: 0;
  background: linear-gradient(90deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.radio-article-live-player .radio-player-content .radio-player-goto-btn-link {
  width: fit-content;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
  margin-top: 8px;
}
.radio-article-live-player .radio-player-content .radio-player-goto-btn-link .radio-btn-arrow {
  width: 9px;
  height: 12px;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.825' height='36.006' viewBox='0 0 19.825 36.006'%3E %3Cg id='prefix__back' transform='translate(-54.113 -.001)'%3E %3Cpath id='prefix__Chevron_Right' d='M54.639 19.289l16.192 16.186a1.818 1.818 0 0 0 2.574-2.568L58.5 18 73.4 3.1A1.819 1.819 0 0 0 70.829.533L54.638 16.719a1.835 1.835 0 0 0 .001 2.57z' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.radio-article-live-player .radio-player-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
  margin-right: 23px;
  border-radius: 50%;
  background-color: #e02020;
  cursor: pointer;
}
.radio-article-live-player .radio-player-button:hover {
  background-color: #ce0000;
}
.radio-article-live-player .radio-player-button .radio-player-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 20px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  margin-left: 4px;
}
.radio-article-live-player .radio-player-button .radio-player-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 20px;
  margin: 0;
}
.radio-floating-player {
  left: 50%;
  transform: translate(-50%, 200%);
}
.radio-floating-player.show {
  transform: translate(-50%, 0);
}
.radio-floating-player.hide {
  transform: translate(-50%, 200%);
}
.radio-homepage-player {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.radio-homepage-player .radio-player-tab {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  color: #fff;
}
.radio-homepage-player .radio-player-tab .radio-player-tab-title {
  font-size: 19px;
  font-weight: bold;
}
.radio-homepage-player .radio-player-tab .radio-player-tab-btn-link {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.radio-homepage-player .radio-player-tab .radio-player-tab-btn {
  font-size: 13px;
  font-weight: 500;
}
.radio-homepage-player .radio-player-content {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 25px;
  background-color: #2d2d2d;
}
.radio-homepage-player .radio-player-content .radio-player-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
  margin-right: 19px;
  border-radius: 50%;
  background-color: #e02020;
  cursor: pointer;
}
.radio-homepage-player .radio-player-content .radio-player-button:hover {
  background-color: #ce0000;
}
.radio-homepage-player .radio-player-content .radio-player-button .radio-player-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 20px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  margin-left: 4px;
}
.radio-homepage-player .radio-player-content .radio-player-button .radio-player-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 20px;
  margin: 0;
}
.radio-homepage-player .radio-player-content .radio-player-tab-live-indication {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-right: 13px;
}
.radio-homepage-player .radio-player-content .radio-player-show-info-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 987px;
}
.radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .slider-wrapper {
  height: 100%;
  position: absolute;
}
.radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .slider-wrapper .slick-slider {
  height: 100%;
}
.radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .slider-wrapper .slick-slider .slick-list {
  height: 100%;
}
.radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .slider-wrapper .slick-slider .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
.radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  margin-left: 150px;
}
.radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info {
  width: fit-content !important;
  height: 100%;
  display: flex !important;
  align-items: center;
  white-space: nowrap;
  font-size: 30px;
  line-height: 1.6;
  color: #fff;
}
.radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info .radio-player-show-time {
  width: fit-content;
  margin-left: 6px;
}
.radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .fadder-right,
.radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .fadder-left {
  position: absolute;
  height: 100%;
  width: 180px;
  top: 0;
  z-index: 1;
}
.radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .fadder-right {
  right: 0;
  background: linear-gradient(270deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .fadder-left {
  left: 0;
  background: linear-gradient(90deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.radio-homepage-player .radio-player-content .ynet-radio-gif-wrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.radio-homepage-player .radio-player-content .ynet-radio-gif-wrapper .radio-player-equalizer-gif {
  width: 220px;
  height: 115px;
}
.radio-homepage-player .radio-player-content .radio-player-goto-btn-link {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
  margin-top: 55px;
}
.radio-homepage-player .radio-player-content .radio-player-goto-btn-link .radio-btn-arrow {
  width: 9px;
  height: 12px;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.825' height='36.006' viewBox='0 0 19.825 36.006'%3E %3Cg id='prefix__back' transform='translate(-54.113 -.001)'%3E %3Cpath id='prefix__Chevron_Right' d='M54.639 19.289l16.192 16.186a1.818 1.818 0 0 0 2.574-2.568L58.5 18 73.4 3.1A1.819 1.819 0 0 0 70.829.533L54.638 16.719a1.835 1.835 0 0 0 .001 2.57z' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@import '~normalize.css';
@import 'global/icons/iconsStyle.css';
/** all z-index values should be placed here */
@import "assets/fonts/OpenSansHebrew/opensanshebrew.css";
.g-section-wrapper {
  padding-bottom: 50px;
  width: 100%;
}
.g-section-wrapper:last-of-type {
  padding-bottom: 0;
}
.g-input-element {
  /* see: http://alistapart.com/article/learning-from-lego-a-step-forward-in-modular-web-design */
  padding: 10px;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  border-radius: 8px;
  font-size: 16px;
}
.g-input-element.full-width {
  width: 100%;
}
.g-listItem {
  display: inline-flex;
}
.g-fieldDisplay-in-header-comp {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Regular.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Light.ttf') format('opentype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-ExtraLight.ttf') format('opentype');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-SemiBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Bold.ttf') format('opentype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-ExtraBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 800;
}
/* dropdown properties*/
/* Mixins */
.radio-schedule-wrapper {
  width: 100%;
}
.radio-schedule-wrapper .radio-schedule-component {
  width: 100%;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box {
  width: 100%;
  height: 460px;
  position: relative;
  margin-bottom: 8px;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .media-box-background {
  width: 100%;
  height: 460px;
  aspect-ratio: 1.77777778;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .live-box {
  background-color: #de1a1a;
  width: 73.5px;
  height: 27px;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 8.5px;
  left: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .live-box .radio-player-equalizer-gif {
  width: 17px;
  height: 17px;
  margin-left: 5px;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .radio-player-btn-container {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 3;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .radio-player-btn-container .audio-play-button-wrapper {
  width: 100%;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .radio-player-btn-container .audio-play-button-wrapper .audio-play-button {
  width: 100%;
  width: 73px;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: none;
  border-radius: 50%;
  background-color: #e02020;
  cursor: pointer;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .radio-player-btn-container .audio-play-button-wrapper .audio-play-button:hover {
  background-color: #ce0000;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .radio-player-btn-container .audio-play-button-wrapper .audio-play-button .audio-play-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 24px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 12px 0 12px 24px;
  margin-left: 5px;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .radio-player-btn-container .audio-play-button-wrapper .audio-play-button .audio-play-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 20px;
  height: 22px;
  margin: 0;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .radio-player-btn-container .audio-play-button-wrapper .audio-play-button::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .wcm-editor .audio-play-button::after {
  all: unset !important;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  height: 343px;
  background: linear-gradient(to bottom, rgba(30, 30, 30, 0) 35%, rgba(30, 30, 30, 0.63) 59%, #1e1e1e 74%);
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box {
  width: 100%;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box .hours-row {
  font-size: 27.5px;
  font-weight: 500;
  line-height: 1.73;
  color: #cacdce;
  display: flex;
  align-items: center;
  padding: 0px 35px;
}
.font-moses .radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box .hours-row {
  font-size: 25px;
  line-height: normal;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box .hours-row .headphones {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10'%3E %3Cpath data-name='headphones' d='M5.5 2.25A5.607 5.607 0 0 0 0 7.964v1.072a.718.718 0 0 0 .38.639l.309.161a2.451 2.451 0 0 0 2.4 2.415h.516a.526.526 0 0 0 .516-.536V7.786a.526.526 0 0 0-.516-.536h-.511A2.356 2.356 0 0 0 1.375 8v-.036A4.212 4.212 0 0 1 5.5 3.679a4.212 4.212 0 0 1 4.125 4.285V8a2.356 2.356 0 0 0-1.719-.75h-.515a.526.526 0 0 0-.516.536v3.929a.526.526 0 0 0 .516.536h.516a2.451 2.451 0 0 0 2.4-2.415l.309-.161A.718.718 0 0 0 11 9.036V7.964A5.607 5.607 0 0 0 5.5 2.25z' transform='translate(0 -2.25)' style='fill:%23cacdce'/%3E %3C/svg%3E");
  background-size: 18px 16px;
  width: 18px;
  height: 16px;
  margin-left: 11.5px;
}
.radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box .box-title {
  font-size: 41.3px;
  font-weight: bold;
  line-height: 0.97;
  color: white;
  margin: 0px 35px 22px 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-moses .radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box .box-title {
  font-size: 34px;
  font-weight: 670;
  line-height: 42px;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row {
  width: 100%;
  height: 123px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-list-header {
  width: 100%;
  background-color: #de1a1a;
  height: 30px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-bottom: 12px;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-list-header .title {
  color: white;
  padding-right: 16px;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.34px;
}
.font-moses .radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-list-header .title {
  font-size: 14px;
  font-weight: 670;
  line-height: 20px;
  letter-spacing: normal;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list-arrow {
  height: 100%;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .white-fade-left {
  position: absolute;
  width: 60px;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.89) 50%, rgba(255, 255, 255, 0) 86%);
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .white-fade-left .schedule-list-arrow.left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.622' height='23.622' viewBox='0 0 23.622 23.622'%3E %3Cpath data-name='Right Arrow' d='M1.805 14.142V1.805h12.337l-1.8-1.8L0 0l.006 12.342z' transform='rotate(135 8.834 10.578)' style='stroke:transparent;stroke-width:1.5px'/%3E %3C/svg%3E");
  left: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-size: 21px 21px;
  background-position: center right;
  background-repeat: no-repeat;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .white-fade-right {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.89) 50%, rgba(255, 255, 255, 0) 86%);
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .white-fade-right .schedule-list-arrow.right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.622' height='23.622' viewBox='0 0 23.622 23.622'%3E %3Cpath data-name='Right Arrow' d='M1.805 14.142V1.805h12.337l-1.8-1.8L0 0l.006 12.342z' transform='rotate(135 8.834 10.578)' style='stroke:transparent;stroke-width:1.5px'/%3E %3C/svg%3E");
  right: 0;
  background-size: 21px 21px;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: transparent;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list {
  display: flex;
  padding: 0 45px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  flex-wrap: nowrap;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item {
  width: 257px;
  height: 81px;
  padding: 8px 15px 11px 35px;
  background-color: #f5f5f5;
  margin-left: 8px;
  flex-shrink: 0;
  box-sizing: border-box;
  cursor: default;
  user-select: none;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .item-title {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: black;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}
.font-moses .radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .item-title {
  font-size: 15px;
  font-weight: 670;
  line-height: 20px;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item a {
  text-decoration: none;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item a:hover {
  color: #1417ac !important;
  cursor: pointer !important;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-hours {
  height: 20px;
  font-size: 18px;
  line-height: 1.11;
  color: #1e1e1e;
  display: flex;
}
.font-moses .radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-hours {
  font-size: 15px;
  line-height: 20px;
  font-weight: 340;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-live {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-live .red-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #de1a1a;
  margin-left: 5px;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-live .live-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.11;
  color: #de1a1a;
}
.font-moses .radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-live .live-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 340;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item.passed .item-title {
  color: #919191;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item.passed .broadcast-hours {
  color: #919191;
}
.radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list::-webkit-scrollbar {
  display: none;
}
.nas_story.articleContainer .videoMediaContainer #player {
  background-size: contain;
}
.nas_story.articleContainer .ynet-article-story :not(.videoMediaContainer) img {
  object-fit: cover;
}
.nas_story.articleContainer .ynet-article-story .videoMediaContainer[style] {
  width: 100% ! important;
}
.grid1280_2 .HeadlinesRecipesAuto {
  display: flex;
  flex-direction: column;
}
.grid1280_2 .HeadlinesRecipesAuto .TabComponenta {
  margin-bottom: 15px;
  padding-right: 11px;
  font-size: 27px;
  height: 30px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.grid1280_2 .HeadlinesRecipesAuto .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 .HeadlinesRecipesAuto .TabComponenta .titleLink .leftTitleText {
  font-size: 13px;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .TabComponenta .titleLink .leftTitleText {
  font-size: 12px;
}
.grid1280_2 .HeadlinesRecipesAuto .TabComponenta .titleLink .rightTitleText {
  font-weight: bold;
  font-size: 17px;
  width: 100%;
  justify-content: flex-start ! important;
  height: 100%;
  align-items: center;
  margin-top: 8px;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .TabComponenta .titleLink .rightTitleText {
  font-size: 14px;
  font-weight: 670;
}
.grid1280_2 .HeadlinesRecipesAuto .TabComponenta .titleLink.rightTitleLink {
  float: right ! important;
}
.grid1280_2 .HeadlinesRecipesAuto .TabComponenta .titleLink.rightTitleLink > img {
  margin-left: 8px;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent {
  display: flex;
  flex-direction: row;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
  margin-right: 0 !important;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView {
  display: inline-flex;
  height: 112px;
  margin: 12px 0px;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView:first-child {
  margin-top: unset;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView a {
  text-decoration: none;
}
.grid1280_2 .HeadlinesRecipesAuto .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 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv {
  display: flex;
  flex-direction: column;
  width: calc(100% - 229px);
  overflow: hidden;
  position: relative;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-size: 15px;
  font-weight: 670;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  line-height: 21px;
  height: 66px;
  overflow: hidden;
  font-size: 16px;
  margin-top: 11px;
  width: 90%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 340;
  line-height: 20px;
  height: 60px;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsRight {
  line-height: 16px;
  margin-bottom: 0px;
  height: 16px;
  font-size: 12px;
  color: #aeaeae;
  font-weight: 300;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsRight {
  font-size: 12px;
  font-weight: 340;
  margin-top: 5px;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsRight .dateView {
  flex-shrink: 0;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsRight .commaView {
  margin: 5px;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft {
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #78787b;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft {
  font-size: 12px;
  font-weight: 340;
  margin-top: 5px;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft .difficultyLevelWrapper {
  display: flex;
  margin-left: 5px;
  font-size: 12px;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft .difficultyLevelWrapper .difficultyLevelSeparator {
  margin-right: 5px !important;
}
.grid1280_2 .HeadlinesRecipesAuto .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 .HeadlinesRecipesAuto .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) {
  .HeadlinesRecipesAuto .slotMore {
    display: none;
  }
}
.YnetPromotionsComponenta1280 .promotionsMainComponent {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  padding: 10px 0;
  flex-direction: row;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent > div {
  width: 401px;
  height: 224px;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent > div:nth-child(odd) {
  margin: 0 0 30px 10px !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent > div:nth-child(even) {
  margin: 0 10px 30px 0 !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea {
  position: relative;
  width: 399px !important;
  height: 224px !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .videoIcon {
  position: absolute;
  bottom: 5px;
  left: 7px !important;
  z-index: 20;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .textDiv {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 80px;
  z-index: 10;
  width: 100% !important;
  display: flex;
  align-items: flex-end;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .textDiv:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  width: 100%;
  height: 123px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.editMode .YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .textDiv:before {
  display: none;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .textDiv > * {
  min-height: 34px;
  position: absolute;
  bottom: 0px;
  right: 0;
  text-decoration: none !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .textDiv h2 {
  margin: 0px 20px 10px;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  font-size: 34px;
  color: #fff !important;
}
.font-moses .YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .textDiv h2 {
  line-height: normal;
  font-size: 30px;
  font-weight: 340;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .textDiv h2 span {
  color: #fff !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .MediaCarousel {
  width: 100% !important;
  height: 100% !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .MediaCarousel .mediaItems span img {
  width: 100% !important;
  height: 100% !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView.inEditMode .textDiv {
  flex-grow: 1;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView.inEditMode:hover {
  cursor: inherit;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView h2.slotTitle {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView h2.slotTitle span {
  line-height: 20px;
}
.font-moses .YnetPromotionsComponenta1280 .promotionsMainComponent .slotView h2.slotTitle span {
  line-height: normal;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView a span:hover {
  color: #1417ac !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView > .textDiv {
  position: relative;
  margin: 0;
  padding: 11px 10px;
  overflow: hidden;
  flex-grow: 1;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView > .textDiv > a {
  text-decoration: none;
}
.RecipeTopStoryComponenta .slotView {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.RecipeTopStoryComponenta .slotView .textDiv {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 102;
}
.RecipeTopStoryComponenta .slotView .textDiv > * {
  text-decoration: none;
}
.RecipeTopStoryComponenta .slotView .textDiv .roofTitleText {
  position: absolute;
  top: 15px;
  right: 0;
  height: 26px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  border-right: 3px solid #de1a1a;
  padding-right: 12px;
  max-width: 300px;
  z-index: -1;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.font-moses .RecipeTopStoryComponenta .slotView .textDiv .roofTitleText {
  font-size: 17px;
  font-weight: 670;
  line-height: normal;
}
.RecipeTopStoryComponenta .slotView .textDiv .slotTitle {
  width: 441px;
  font-size: 44px;
  opacity: 0.85;
  background-color: #fff;
  line-height: 1;
  letter-spacing: -0.28px;
  padding: 29px 3px 6px 28px;
  margin-top: 47px;
  overflow: hidden;
}
.font-moses .RecipeTopStoryComponenta .slotView .textDiv .slotTitle {
  font-size: 40px;
  font-family: "MosesDisplay", "NarkisBlock";
  letter-spacing: normal;
  line-height: 46px;
  font-weight: 800;
  padding-inline-end: 30px;
  box-sizing: border-box;
}
.RecipeTopStoryComponenta .slotView .textDiv .slotTitle span {
  line-height: 40px;
}
.font-moses .RecipeTopStoryComponenta .slotView .textDiv .slotTitle span {
  line-height: inherit;
}
.RecipeTopStoryComponenta .slotView .textDiv .slotSubTitle {
  width: 269px;
  margin: 18px 1px 24px 48px;
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: -0.01px;
  text-align: right;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.font-moses .RecipeTopStoryComponenta .slotView .textDiv .slotSubTitle {
  font-size: 18px;
  letter-spacing: normal;
  font-weight: 340;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 24px;
}
.RecipeTopStoryComponenta .slotView .textDiv .topStoryDateAndAuthor {
  font-size: 13px;
  color: #78787b;
  margin: 24px 0px 82px 125px;
}
.font-moses .RecipeTopStoryComponenta .slotView .textDiv .topStoryDateAndAuthor {
  font-weight: 340;
}
.RecipeTopStoryComponenta .slotView .textDiv .topStoryDateAndAuthor .sepLine {
  margin: 0 2px;
}
.RecipeTopStoryComponenta .slotView .mediaArea {
  position: relative;
  position: absolute !important;
  left: 0;
  top: 0;
}
.RecipeTopStoryComponenta .slotView .mediaArea .MediaCarousel {
  position: relative;
}
.RecipeTopStoryComponenta .slotView .mediaArea .MediaCarousel .mediaItems {
  width: 100%;
  height: 100%;
}
.RecipeTopStoryComponenta .slotView .mediaArea .MediaCarousel .mediaItems .aspectRatioBox {
  height: 560px;
}
.RecipeTopStoryComponenta .slotView .mediaArea .MediaCarousel .mediaItems .aspectRatioBox .SiteImageMedia {
  height: 100%;
}
.RecipeTopStoryComponenta .slotView .mediaArea .MediaCarousel .mediaItems .EditableImage {
  width: 100%;
  height: 100%;
}
.RecipeTopStoryComponenta .slotView .mediaArea .MediaCarousel .mediaItems .EditableImage img {
  width: 100% !important;
  height: 100%;
}
.RecipeTopStoryComponenta .slotView .mediaArea .videoIcon {
  position: absolute;
  left: 14px;
  bottom: 50px;
}
.RecipeTopStoryComponenta .slotView .mediaArea .videoIcon .icon {
  width: 30px;
  height: 30px;
}
.RecipeTopStoryComponenta .slotView .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;
}
.font-moses .RecipeTopStoryComponenta .slotView .mediaArea .labelText {
  font-size: 30px ! important;
  font-family: "MosesDisplay" !important;
}
.RecipeTopStoryComponenta .slotView .mediaArea .GalleryPaging {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 10px;
  left: 23px;
  justify-content: center;
}
.RecipeTopStoryComponenta .slotView .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;
}
.RecipeTopStoryComponenta .slotView .mediaArea .GalleryPaging button.selected {
  border: 2px solid #fff;
  opacity: 1;
  background: transparent;
  box-sizing: border-box;
}
.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;
}
@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;
    border: none !important;
  }
  .RedMailComponenta .contentErrorMessage {
    display: block;
  }
  .RedMailComponenta .contentErrorMessage.terms-error {
    top: 0px !important;
  }
  .RedMailComponenta .redMailLeftSide {
    background-color: transparent !important;
    padding: calc(5vw * 1.7) calc(2.8125vw * 1.7) calc(10.15625vw * 1.7) !important;
    margin-top: unset !important;
    margin-bottom: unset !important;
    position: unset !important;
    max-width: unset !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide {
    padding: 10.9375vw !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailHeadline {
    display: flex;
    justify-content: center;
    background: none;
    font-size: 6.25vw;
    align-items: baseline;
  }
  .RedMailComponenta .redMailLeftSide .redMailHeadline .headlineText {
    color: #000;
    font-weight: bold;
    margin-bottom: 2.8125vw !important;
    font-size: 6.25vw !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .redMailHeadline .headlineText {
    font-size: 7.8125vw !important;
    font-weight: 670;
    font-family: 'MosesDisplay', 'NarkisBlock' !important;
    line-height: 7.8125vw;
    margin-bottom: 1.5625vw !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailHeadline span {
    color: red;
  }
  .RedMailComponenta .redMailLeftSide .redMailHeadline .headlineImage {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='icon'%3E %3Cpath id='Vector (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M3.49278 1.85762C3.05911 1.85762 2.6432 2.0299 2.33655 2.33655C2.0299 2.6432 1.85762 3.0591 1.85762 3.49277V21.0174L5.36092 17.5141C5.5101 17.3649 5.71244 17.2811 5.92341 17.2811H20.5072C20.9409 17.2811 21.3568 17.1088 21.6634 16.8022C21.9701 16.4955 22.1424 16.0796 22.1424 15.6459V3.49277C22.1424 3.0591 21.9701 2.6432 21.6634 2.33655C21.3568 2.0299 20.9409 1.85762 20.5072 1.85762H3.49278ZM1.21157 1.21157C1.81658 0.606555 2.63716 0.266663 3.49278 0.266663H20.5072C21.3628 0.266663 22.1834 0.606555 22.7884 1.21157C23.3934 1.81658 23.7333 2.63716 23.7333 3.49277V15.6459C23.7333 16.5016 23.3934 17.3221 22.7884 17.9271C22.1834 18.5321 21.3628 18.872 20.5072 18.872H6.25291L1.62463 23.5003C1.39713 23.7278 1.05498 23.7959 0.757726 23.6728C0.460475 23.5496 0.266663 23.2596 0.266663 22.9378V3.49277C0.266663 2.63716 0.606556 1.81658 1.21157 1.21157Z' fill='black'/%3E %3Cg id='Union'%3E %3Cpath d='M9.86666 5.91998C9.86666 5.4487 10.2487 5.06665 10.72 5.06665H19.68C20.1513 5.06665 20.5333 5.4487 20.5333 5.91998C20.5333 6.39127 20.1513 6.77332 19.68 6.77332H10.72C10.2487 6.77332 9.86666 6.39127 9.86666 5.91998Z' fill='%23DE1A1A'/%3E %3Cpath d='M4.53333 9.33353C4.53333 8.86224 4.91538 8.48019 5.38666 8.48019H19.68C20.1513 8.48019 20.5333 8.86224 20.5333 9.33353C20.5333 9.80481 20.1513 10.1869 19.68 10.1869H5.38666C4.91538 10.1869 4.53333 9.80481 4.53333 9.33353Z' fill='%23DE1A1A'/%3E %3Cpath d='M9.65333 12.2135C9.18204 12.2135 8.79999 12.5956 8.79999 13.0669C8.79999 13.5381 9.18204 13.9202 9.65333 13.9202H19.68C20.1513 13.9202 20.5333 13.5381 20.5333 13.0669C20.5333 12.5956 20.1513 12.2135 19.68 12.2135H9.65333Z' fill='%23DE1A1A'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 1.875vw !important;
    width: 4.6875vw !important;
    height: 4.6875vw !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .redMailHeadline .headlineImage {
    width: 5.46875vw !important;
    height: 5.46875vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(1),
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(2),
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(3) {
    width: calc(9.375vw * 1.7) !important;
    height: calc(9.375vw * 1.7) !important;
    font-size: calc(1.5625vw * 1.7) !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(1),
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(2),
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(3) {
    font-size: 3.4375vw !important;
    font-weight: 670;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper {
    margin: 9.375vw auto ! important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop > p:nth-child(1) {
    margin-bottom: 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop > p:nth-child(2) {
    margin-top: 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .TextAreaHeadline {
    margin-bottom: 3.125vw !important;
    margin-top: 3.125vw !important;
    font-size: calc(2.8125vw * 1.7) !important;
    line-height: calc(3.125vw * 1.7) !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .TextAreaHeadline {
    font-size: 4.0625vw !important;
    font-weight: 500 !important;
    line-height: 5.78125vw !important;
    margin: 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper div {
    font-size: calc(3.90625vw * 1.7) !important;
    width: 100% !important;
    padding: calc(1.09375vw * 1.7) 0 0 0 !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper div {
    font-size: 5.78125vw !important;
    font-weight: 670 !important;
    line-height: normal !important;
    letter-spacing: normal;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper textarea {
    padding: calc(1.09375vw * 1.7) calc(1.09375vw * 1.7) calc(0px * 1.7) calc(1.09375vw * 1.7) !important;
    width: 100% !important;
    box-sizing: border-box !important;
    height: calc(22.34375vw * 1.7) !important;
    font-size: calc(2.34375vw * 1.7) !important;
    border: 1px solid #444 !important;
    margin: calc(1.5625vw * 1.7) calc(0px * 1.7) calc(0px * 1.7) calc(0px * 1.7) !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper textarea {
    font-size: 3.90625vw !important;
    font-weight: 500 !important;
    line-height: normal !important;
    margin-top: 1.5625vw !important;
    padding: 1.5625vw 2.34375vw !important;
  }
  .RedMailComponenta .redMailLeftSide .contentErrorMessage {
    color: red !important;
    position: relative !important;
    font-size: 3.90625vw !important;
    margin: -2.34375vw 0 4.6875vw 0 !important;
    top: 0px !important;
    left: 0px !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .contentErrorMessage {
    font-size: 3.46875vw !important;
    font-weight: 340;
  }
  .RedMailComponenta .redMailLeftSide .contentErrorMessage.terms-error {
    top: 3.125vw !important;
    left: 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload {
    margin-bottom: 6.25vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper {
    flex-direction: column !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileText {
    font-size: calc(3.125vw * 1.7) !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileText {
    font-size: 5.78125vw !important;
    font-weight: 670;
    line-height: normal;
    margin-bottom: 2.34375vw;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper {
    display: flex !important;
    flex-direction: column;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile {
    margin-bottom: 0.78125vw !important;
    font-size: 2.8125vw !important;
    color: #000 !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile {
    font-size: 3.4375vw !important;
    font-weight: 500;
    line-height: 1.09 !important;
    position: relative;
    flex-wrap: wrap;
    padding-inline-start: 7.65625vw;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile .addFilePlusIcon {
    width: 6.09375vw;
    height: 6.09375vw;
    position: absolute;
    right: 0;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile .addFileTitle {
    font-size: 2.8125vw !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile .addFileTitle {
    font-size: 3.4375vw !important;
    font-weight: 500;
    line-height: 1.09 ! important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .files-names-error-row {
    font-size: 2.8125vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .fileName {
    width: 100% !important;
    overflow: hidden !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .fileName input {
    width: calc(43.75vw * 1.7) !important;
    height: calc(6.5625vw * 1.7) !important;
    padding-left: 1.25vw !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .fileName input {
    height: 12.1875vw !important;
    font-size: 3.90625vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .fileName .fileNameIcon {
    width: calc(7.03125vw * 1.7) !important;
    height: calc(6.5625vw * 1.7) !important;
    margin-right: calc(-0.46875vw * 1.7) !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .fileName .fileNameIcon {
    height: 12.1875vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .fileName {
    width: initial !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButtonWrapper {
    position: relative !important;
    width: calc(23.125vw * 1.7) !important;
    height: calc(7.34375vw * 1.7) !important;
    margin-bottom: calc(1.5625vw * 1.7) !important;
    margin-right: 0px !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButton {
    font-size: calc(2.34375vw * 1.7) !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButton {
    font-size: 3.4375vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButton .uploadIcon {
    width: calc(2.1875vw * 1.7) !important;
    height: calc(2.65625vw * 1.7) !important;
    flex-shrink: 0;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .fileDescription {
    margin-top: calc(1.25vw * 1.7) !important;
    font-size: calc(2.34375vw * 1.7) !important;
    line-height: calc(2.65625vw * 1.7) !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails {
    font-size: calc(3.125vw * 1.7) !important;
    align-items: center !important;
    margin: 0 0 calc(2.1875vw * 1.7) 0 !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails {
    align-items: flex-start !important;
    margin: 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .ExtraDetailsTitle {
    font-size: calc(3.4375vw * 1.7) !important;
    line-height: calc(3.125vw * 1.7) !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .ExtraDetailsTitle {
    font-size: 5.78125vw !important;
    font-weight: 670;
    line-height: normal !important;
    margin-bottom: 6.25vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .ExtraDetailsSubTitle {
    margin-bottom: calc(2.34375vw * 1.7) !important;
    font-size: calc(2.5vw * 1.7) !important;
    line-height: calc(3.4375vw * 1.7) !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(1) :nth-child(1),
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(2) :nth-child(1) {
    width: auto !important;
    margin-bottom: 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(3) :nth-child(1),
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(4) :nth-child(1) {
    width: auto !important;
    margin-bottom: 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField {
    width: 100% !important;
    position: relative !important;
    padding-bottom: 0 !important;
    margin-bottom: calc(0.9375vw * 1.7) !important;
    flex-direction: column !important;
    align-items: start !important;
    font-size: calc(4.6875vw * 1.7) !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField {
    margin-bottom: 6.25vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .title {
    font-size: calc(3.4375vw * 1.7) !important;
    order: -1 !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .title {
    font-size: 5vw !important;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1.5625vw ! important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input {
    margin-bottom: unset !important;
    height: calc(7.8125vw * 1.7);
    position: initial !important;
    padding: 2.34375vw 1.25vw 2.34375vw 0 !important;
    color: #595959 !important;
    box-sizing: border-box !important;
    font-size: calc(2.5vw * 1.7) !important;
    width: 100% !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input {
    height: 12.1875vw !important;
    font-size: 3.90625vw !important;
    font-weight: 500 !important;
    padding: 3.125vw 2.34375vw 3.125vw 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input::placeholder {
    opacity: 1 !important;
  }
  .RedMailComponenta .redMailLeftSide .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) !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .redMail-error-validation {
    font-size: 3.46875vw !important;
    font-weight: 340;
  }
  .RedMailComponenta .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;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .terms {
    font-size: 3.90625vw !important;
    font-weight: 340;
    line-height: normal;
    margin: 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .submitButton {
    width: 100% !important;
    padding: 2.34375vw 22.65625vw 2.03125vw !important;
    align-self: center !important;
    margin-bottom: 1.5625vw !important;
    margin-top: 1.875vw !important;
    font-size: calc(2.34375vw * 1.7) !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .submitButton {
    font-size: 5.3125vw !important;
    font-weight: 670 !important;
    margin-top: 6.25vw !important;
    height: 13.28125vw;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0px !important;
  }
  .RedMailComponenta .redMailLeftSide .submitButton .redmail-wrapper .redmail-loader {
    display: none !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
    position: fixed !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp .loading {
    width: calc(1.7 * 10.9375vw) !important;
    height: calc(1.7 * 10.9375vw) !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp .finish {
    width: calc(1.7 * 10.9375vw) !important;
    height: calc(1.7 * 10.9375vw) !important;
    background-size: cover;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp .title {
    font-size: calc(1.7 * 4.0625vw) !important;
    height: calc(1.7 * 5.3125vw) !important;
    margin-top: calc(1.7 * 2.34375vw) !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .redMailPopUp .title {
    font-size: 5.46875vw !important;
    height: unset !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp .subTitle {
    font-size: calc(1.7 * 4.0625vw) !important;
    height: calc(1.7 * 5.3125vw) !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .redMailPopUp .subTitle {
    font-size: 5.46875vw !important;
    height: unset !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp .popUpButton {
    font-size: calc(1.7 * 2.8125vw) !important;
    width: calc(1.7 * 28.125vw) !important;
    height: calc(1.7 * 6.875vw) !important;
    padding: calc(1.7 * 1.25vw) calc(1.7 * 2.8125vw) !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .redMailPopUp .popUpButton {
    font-size: 3.8125vw !important;
    font-weight: 500 !important;
    line-height: normal !important;
    padding: 1.71875vw 4.21875vw !important;
    width: auto !important;
    height: 9.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) {
  .RedMailComponenta .redMailLeftSide .redMailHeadline .headlineImage {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.02448 1.49152C2.61792 1.49152 2.228 1.65303 1.94052 1.94052C1.65303 2.228 1.49153 2.61791 1.49153 3.02448V19.4538L4.77587 16.1694C4.91573 16.0296 5.10541 15.951 5.3032 15.951H18.9755C19.3821 15.951 19.772 15.7895 20.0595 15.502C20.347 15.2145 20.5085 14.8246 20.5085 14.4181V3.02448C20.5085 2.61791 20.347 2.228 20.0595 1.94052C19.772 1.65303 19.3821 1.49152 18.9755 1.49152H3.02448ZM0.88585 0.885849C1.45305 0.318649 2.22234 0 3.02448 0H18.9755C19.7777 0 20.5469 0.318649 21.1142 0.885849C21.6814 1.45305 22 2.22234 22 3.02448V14.4181C22 15.2202 21.6814 15.9895 21.1142 16.5567C20.5469 17.1239 19.7777 17.4425 18.9755 17.4425H5.61211L1.2731 21.7815C1.05981 21.9948 0.739044 22.0586 0.460372 21.9432C0.181699 21.8278 0 21.5558 0 21.2542V3.02448C0 2.22234 0.31865 1.45305 0.88585 0.885849Z' fill='white'/%3E %3Cpath d='M9 5.3C9 4.85817 9.35817 4.5 9.8 4.5H18.2C18.6418 4.5 19 4.85817 19 5.3C19 5.74183 18.6418 6.1 18.2 6.1H9.8C9.35817 6.1 9 5.74183 9 5.3Z' fill='%23DF3232'/%3E %3Cpath d='M4 8.5002C4 8.05837 4.35817 7.7002 4.8 7.7002H18.2C18.6418 7.7002 19 8.05837 19 8.5002C19 8.94202 18.6418 9.3002 18.2 9.3002H4.8C4.35817 9.3002 4 8.94202 4 8.5002Z' fill='%23DF3232'/%3E %3Cpath d='M8.8 11.2002C8.35817 11.2002 8 11.5584 8 12.0002C8 12.442 8.35817 12.8002 8.8 12.8002H18.2C18.6418 12.8002 19 12.442 19 12.0002C19 11.5584 18.6418 11.2002 18.2 11.2002H8.8Z' fill='%23DF3232'/%3E %3C/svg%3E") !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailHeadline .headlineText {
    color: #fff !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFile {
    color: #fff !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFile .addFileTitle {
    color: #fff !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputField input {
    border: 1px solid #fff !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea textarea {
    border-color: #fff !important;
    color: #fff !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .shareButtonsWrapper a div {
    color: #fff !important;
  }
  .RedMailComponenta .redMailLeftSide .terms .termsClick {
    color: #acacac !important;
    text-decoration: underline !important;
    text-decoration-color: #acacac !important;
    -webkit-text-decoration-color: #acacac !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp {
    background-color: rgba(0, 0, 0, 0.85) !important;
  }
}
.RedMailComponenta {
  display: flex;
  width: 100%;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
}
.RedMailComponenta p {
  margin: 0;
}
.RedMailComponenta .redMailLeftSide {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  padding: 40px 54px 36px;
  margin-top: 51px;
  margin-bottom: 77px;
  position: relative;
  border: 2px solid rgba(136, 136, 136, 0.767);
}
.RedMailComponenta .redMailLeftSide .redMailHeadline {
  display: flex;
  justify-content: center;
  background: none;
  font-size: 40px;
  align-items: baseline;
}
.font-moses .RedMailComponenta .redMailLeftSide .redMailHeadline {
  font-size: 48px;
  font-weight: 670;
  line-height: 48px;
  align-items: center;
}
.RedMailComponenta .redMailLeftSide .redMailHeadline .headlineText {
  color: #000;
  font-weight: bold;
  margin-bottom: 18px;
}
.font-moses .RedMailComponenta .redMailLeftSide .redMailHeadline .headlineText {
  font-weight: 670;
  margin-bottom: 5px;
}
.RedMailComponenta .redMailLeftSide .redMailHeadline span {
  color: red;
}
.RedMailComponenta .redMailLeftSide .redMailHeadline .headlineImage {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='icon'%3E %3Cpath id='Vector (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M3.49278 1.85762C3.05911 1.85762 2.6432 2.0299 2.33655 2.33655C2.0299 2.6432 1.85762 3.0591 1.85762 3.49277V21.0174L5.36092 17.5141C5.5101 17.3649 5.71244 17.2811 5.92341 17.2811H20.5072C20.9409 17.2811 21.3568 17.1088 21.6634 16.8022C21.9701 16.4955 22.1424 16.0796 22.1424 15.6459V3.49277C22.1424 3.0591 21.9701 2.6432 21.6634 2.33655C21.3568 2.0299 20.9409 1.85762 20.5072 1.85762H3.49278ZM1.21157 1.21157C1.81658 0.606555 2.63716 0.266663 3.49278 0.266663H20.5072C21.3628 0.266663 22.1834 0.606555 22.7884 1.21157C23.3934 1.81658 23.7333 2.63716 23.7333 3.49277V15.6459C23.7333 16.5016 23.3934 17.3221 22.7884 17.9271C22.1834 18.5321 21.3628 18.872 20.5072 18.872H6.25291L1.62463 23.5003C1.39713 23.7278 1.05498 23.7959 0.757726 23.6728C0.460475 23.5496 0.266663 23.2596 0.266663 22.9378V3.49277C0.266663 2.63716 0.606556 1.81658 1.21157 1.21157Z' fill='black'/%3E %3Cg id='Union'%3E %3Cpath d='M9.86666 5.91998C9.86666 5.4487 10.2487 5.06665 10.72 5.06665H19.68C20.1513 5.06665 20.5333 5.4487 20.5333 5.91998C20.5333 6.39127 20.1513 6.77332 19.68 6.77332H10.72C10.2487 6.77332 9.86666 6.39127 9.86666 5.91998Z' fill='%23DE1A1A'/%3E %3Cpath d='M4.53333 9.33353C4.53333 8.86224 4.91538 8.48019 5.38666 8.48019H19.68C20.1513 8.48019 20.5333 8.86224 20.5333 9.33353C20.5333 9.80481 20.1513 10.1869 19.68 10.1869H5.38666C4.91538 10.1869 4.53333 9.80481 4.53333 9.33353Z' fill='%23DE1A1A'/%3E %3Cpath d='M9.65333 12.2135C9.18204 12.2135 8.79999 12.5956 8.79999 13.0669C8.79999 13.5381 9.18204 13.9202 9.65333 13.9202H19.68C20.1513 13.9202 20.5333 13.5381 20.5333 13.0669C20.5333 12.5956 20.1513 12.2135 19.68 12.2135H9.65333Z' fill='%23DE1A1A'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 12px;
  width: 28px;
  height: 22px;
}
.font-moses .RedMailComponenta .redMailLeftSide .redMailHeadline .headlineImage {
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea {
  width: 100%;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop {
  text-align: center;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .TextAreaHeadline {
  line-height: 1.18;
  font-size: 18px;
  font-weight: bold;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .TextAreaHeadline {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 7px;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .TextAreaHeadline:first-child span {
  text-decoration: underline;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 23px 0 30px 0;
  font-size: 16px;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper div {
  margin-top: -3px;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper {
  font-size: 12px;
  font-weight: 670;
  line-height: normal;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(1),
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(2),
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(3) {
  background-size: cover;
  margin-left: 12px;
  text-decoration: none;
  color: #000;
  width: 75px;
  height: 75px;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper .whatsappButton img {
  content: url("data:image/svg+xml,%3Csvg id='Group_153' data-name='Group 153' xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68'%3E %3Cg id='Group_163' data-name='Group 163'%3E %3Cg id='Group_152' data-name='Group 152'%3E %3Crect id='Rectangle_56' data-name='Rectangle 56' width='68' height='68' rx='34' fill='%2321cc47'/%3E %3C/g%3E %3Cpath id='Icon_simple-whatsapp' data-name='Icon simple-whatsapp' d='M22.179,18.23c-.382-.19-2.24-1.1-2.586-1.224s-.6-.19-.853.19-.977,1.222-1.2,1.473-.442.266-.819.1a10.287,10.287,0,0,1-3.046-1.882,11.5,11.5,0,0,1-2.1-2.624c-.221-.38-.024-.589.165-.78.172-.171.382-.437.572-.663a3.213,3.213,0,0,0,.376-.629.7.7,0,0,0-.032-.664c-.1-.19-.852-2.053-1.169-2.8s-.617-.646-.852-.646c-.218-.019-.47-.019-.724-.019a1.429,1.429,0,0,0-1.01.455,4.232,4.232,0,0,0-1.325,3.137,7.416,7.416,0,0,0,1.545,3.9,16.9,16.9,0,0,0,6.464,5.685c.905.38,1.61.608,2.16.8a5.244,5.244,0,0,0,2.383.153,3.9,3.9,0,0,0,2.555-1.808,3.138,3.138,0,0,0,.228-1.806c-.094-.171-.342-.266-.722-.437m-6.9,9.434h-.02A12.68,12.68,0,0,1,8.86,25.82L8.4,25.548,3.651,26.784l1.274-4.62-.3-.475A12.571,12.571,0,0,1,24.2,6.181a12.407,12.407,0,0,1,3.687,8.86A12.587,12.587,0,0,1,15.3,27.57M26.01,4.372A15.39,15.39,0,0,0,15.267,0,15.071,15.071,0,0,0,2.15,22.61L0,30.421l8.03-2.094a15.289,15.289,0,0,0,7.238,1.834h.008A15.134,15.134,0,0,0,30.421,15.082a14.95,14.95,0,0,0-4.43-10.661' transform='translate(18.789 18.793)' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E");
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper .telegramButton {
  margin-right: 30px;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper .telegramButton img {
  content: url("data:image/svg+xml,%3Csvg id='Group_245' data-name='Group 245' xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68'%3E %3Crect id='Rectangle_58' data-name='Rectangle 58' width='68' height='68' rx='34' fill='%2318a9de'/%3E %3Cpath id='Icon_awesome-telegram-plane' data-name='Icon awesome-telegram-plane' d='M26.537,6.082l-4,19c-.3,1.338-.876,1.63-2,1l-6-4-3,3c-.327.327-1.37,0-2,0l1-6,11-10c.494-.44-.34-.44-1,0l-14,9-6-2c-1.314-.41-.611-1.37,1-2l23-9C25.631,4.671,26.894,4.411,26.537,6.082Z' transform='translate(20.463 17.918)' fill='%23fff'/%3E %3C/svg%3E");
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper .ynetSnappersButton {
  margin-right: 30px;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper .ynetSnappersButton img {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67.545' height='67.549' viewBox='0 0 67.545 67.549'%3E %3Cg data-name='Group 280'%3E %3Cg data-name='ynet snappers logo'%3E %3Cg data-name='Group 239'%3E %3Cg data-name='Group 238'%3E %3Cg data-name='Group 237'%3E %3Cpath data-name='Path 1540' d='M0 34.933A33.773 33.773 0 1 0 33.773 1.159 33.773 33.773 0 0 0 0 34.933z' transform='translate(0 -1.159)' style='fill:%23de1a1a'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg data-name='Group 265'%3E %3Cg data-name='Group 264'%3E %3Cg data-name='Group 263'%3E %3Cpath data-name='Path 1545' d='M410.611 239.86a2.187 2.187 0 0 0 1.371-.41 1.443 1.443 0 0 0 .534-1.22 1.215 1.215 0 0 0-.695-1.192 4.387 4.387 0 0 0-.75-.3 5.485 5.485 0 0 1-.524-.18 1.091 1.091 0 0 1-.382-.244.558.558 0 0 1-.143-.405.538.538 0 0 1 .276-.506 1.489 1.489 0 0 1 .736-.157 3.071 3.071 0 0 1 .695.092 1.926 1.926 0 0 1 .658.276v-.82a1.959 1.959 0 0 0-.64-.258 3.163 3.163 0 0 0-.722-.092 2.216 2.216 0 0 0-1.412.405 1.354 1.354 0 0 0-.511 1.123 1.271 1.271 0 0 0 .662 1.2 3.406 3.406 0 0 0 .736.313q.285.092.529.184a1.051 1.051 0 0 1 .391.244.564.564 0 0 1 .147.41.644.644 0 0 1-.258.562 1.1 1.1 0 0 1-.653.184 3.081 3.081 0 0 1-.81-.124 2.556 2.556 0 0 1-.773-.345v.829a2.169 2.169 0 0 0 .69.322 3.136 3.136 0 0 0 .848.109zm3.8-.1V238a2.342 2.342 0 0 1 .308-1.326.91.91 0 0 1 .768-.414.773.773 0 0 1 .616.267 1.335 1.335 0 0 1 .23.875v2.357h1v-2.449a2.434 2.434 0 0 0-.207-1.091 1.3 1.3 0 0 0-.547-.589 1.631 1.631 0 0 0-.773-.18 1.747 1.747 0 0 0-.833.2 1.465 1.465 0 0 0-.6.631v-.755h-.957v4.236zm4.964.046a1.485 1.485 0 0 0 1.288-.617v.571h.994v-2.486a1.766 1.766 0 0 0-.478-1.409 2.1 2.1 0 0 0-1.389-.405 4.619 4.619 0 0 0-.695.055 4.028 4.028 0 0 0-.75.193v.755a3.535 3.535 0 0 1 .672-.18 4.029 4.029 0 0 1 .626-.051 1.161 1.161 0 0 1 .759.212 1.078 1.078 0 0 1 .262.829 3.879 3.879 0 0 0-.745-.074 2.715 2.715 0 0 0-.948.157 1.467 1.467 0 0 0-.672.479 1.273 1.273 0 0 0-.248.8 1.118 1.118 0 0 0 .35.824 1.328 1.328 0 0 0 .975.345zm.267-.718a.629.629 0 0 1-.451-.166.6.6 0 0 1-.175-.46.56.56 0 0 1 .262-.5 1.148 1.148 0 0 1 .639-.17 3.609 3.609 0 0 1 .745.074v.166a1 1 0 0 1-.3.787 1.041 1.041 0 0 1-.715.267zm4.072 2.192v-1.961a1.523 1.523 0 0 0 1.233.525 1.928 1.928 0 0 0 .971-.249 1.8 1.8 0 0 0 .7-.737 2.525 2.525 0 0 0 .262-1.206 2.572 2.572 0 0 0-.253-1.2 1.77 1.77 0 0 0-.681-.732 1.843 1.843 0 0 0-.943-.249 1.768 1.768 0 0 0-.8.17 1.5 1.5 0 0 0-.561.483v-.6h-.92v5.755h.994zm1.049-2.219a.954.954 0 0 1-.791-.359 1.676 1.676 0 0 1-.285-1.059 1.6 1.6 0 0 1 .285-1.031 1.071 1.071 0 0 1 1.6.014 1.7 1.7 0 0 1 .29 1.073 1.521 1.521 0 0 1-.3 1.008.989.989 0 0 1-.794.351zm3.952 2.219v-1.961a1.523 1.523 0 0 0 1.233.525 1.928 1.928 0 0 0 .971-.249 1.8 1.8 0 0 0 .7-.737 2.525 2.525 0 0 0 .262-1.206 2.573 2.573 0 0 0-.253-1.2 1.77 1.77 0 0 0-.681-.732 1.843 1.843 0 0 0-.943-.249 1.768 1.768 0 0 0-.8.17 1.5 1.5 0 0 0-.561.483v-.6h-.92v5.755zm1.049-2.219a.954.954 0 0 1-.791-.359 1.677 1.677 0 0 1-.285-1.059 1.6 1.6 0 0 1 .285-1.031 1.071 1.071 0 0 1 1.6.014 1.694 1.694 0 0 1 .29 1.073 1.521 1.521 0 0 1-.3 1.008.989.989 0 0 1-.794.351zm4.872.774a4.614 4.614 0 0 0 .7-.06 5.274 5.274 0 0 0 .791-.189v-.746a4.477 4.477 0 0 1-1.334.212 2.242 2.242 0 0 1-.7-.1.866.866 0 0 1-.46-.355 1.579 1.579 0 0 1-.207-.746h2.88q.018-.138.028-.29t.009-.29a1.811 1.811 0 0 0-.488-1.354 1.847 1.847 0 0 0-1.352-.479 2.078 2.078 0 0 0-1.532.562 2.2 2.2 0 0 0-.566 1.63 2.751 2.751 0 0 0 .271 1.344 1.454 1.454 0 0 0 .777.668 3.391 3.391 0 0 0 1.187.189zm.681-2.624h-1.877a1.3 1.3 0 0 1 .354-.755.909.909 0 0 1 .649-.258.807.807 0 0 1 .616.244 1.188 1.188 0 0 1 .258.769zm2.857 2.551V238a2.085 2.085 0 0 1 .327-1.285.993.993 0 0 1 .805-.391q.138 0 .253.009a1 1 0 0 1 .207.037v-.838a1.789 1.789 0 0 0-.193-.046 1.084 1.084 0 0 0-.193-.018 1.383 1.383 0 0 0-.7.189 1.418 1.418 0 0 0-.538.594v-.727h-.957v4.236h.994zm3.391.083a2.085 2.085 0 0 0 1.219-.336 1.147 1.147 0 0 0 .483-1.008.943.943 0 0 0-.345-.815 2.915 2.915 0 0 0-.934-.419 2.4 2.4 0 0 1-.575-.221.442.442 0 0 1-.225-.414.354.354 0 0 1 .2-.336 1.152 1.152 0 0 1 .534-.106 3.626 3.626 0 0 1 .612.06 2.369 2.369 0 0 1 .584.17v-.755a1.74 1.74 0 0 0-.552-.18 3.635 3.635 0 0 0-.626-.06 1.981 1.981 0 0 0-1.233.345 1.106 1.106 0 0 0-.451.925 1 1 0 0 0 .327.815 2.472 2.472 0 0 0 .906.437 3.778 3.778 0 0 1 .57.23.42.42 0 0 1 .23.405.444.444 0 0 1-.184.382.848.848 0 0 1-.506.134 3.412 3.412 0 0 1-.676-.078 2.65 2.65 0 0 1-.685-.235v.755a2.643 2.643 0 0 0 1.325.3z' transform='translate(-381.108 -198.117)' style='fill:%23fff'/%3E %3Cpath data-name='Path 1546' d='M800.932 105.852a.654.654 0 0 1 .655.655v.968l1.662-.9a.654.654 0 0 1 .29-.079h.022a.655.655 0 0 1 .655.655v4.149a.654.654 0 0 1-.95.584l-1.679-.847v.738a.655.655 0 0 1-.655.655h-8.548a.655.655 0 0 1-.655-.655v-5.268a.655.655 0 0 1 .655-.655h8.548z' transform='translate(-742.482 -76.675)' style='fill-rule:evenodd;fill:%23fff'/%3E %3Cg data-name='Group 261'%3E %3Cpath data-name='Path 1547' d='M6.469 55.2v-6.444A2.188 2.188 0 0 0 4.17 46.4a3.156 3.156 0 0 0-2.543 1.3l-.187-.848a.4.4 0 0 0-.449-.339H.43a.4.4 0 0 0-.43.4V55.2a.433.433 0 0 0 .43.415h.86a.417.417 0 0 0 .41-.415v-5.106a2.089 2.089 0 0 1 2-2.224c.767 0 1.066.377 1.066 1.263V55.2a.433.433 0 0 0 .43.415h.86a.417.417 0 0 0 .411-.415m6.213-4.994H9.373c.187-1.96 1.047-2.431 1.72-2.431 1.159 0 1.552 1.225 1.589 2.431m1.739.867c0-3.449-1.5-4.674-3.384-4.674-2.075 0-3.44 1.79-3.44 4.617 0 3.091 1.44 4.693 3.983 4.693a5.171 5.171 0 0 0 2.319-.433.386.386 0 0 0 .243-.509l-.206-.6a.366.366 0 0 0-.5-.264 5.417 5.417 0 0 1-1.758.32c-1.645 0-2.225-.98-2.3-2.733h4.637a.416.416 0 0 0 .411-.415' transform='translate(27.561 -19.938)' style='fill-rule:evenodd;fill:%23fff'/%3E %3Cg data-name='Group 260'%3E %3Cpath data-name='Path 1548' d='m4.824 11.248-.093-.584a.353.353 0 0 0-.43-.3 3.254 3.254 0 0 1-.58.075c-.43 0-.636-.226-.636-.735V4.031h1.066a.4.4 0 0 0 .392-.415v-.509a.4.4 0 0 0-.392-.414H3.085V.318c0-.339-.243-.358-.524-.283L1.72.28a.464.464 0 0 0-.32.49v1.923H.393A.39.39 0 0 0 0 3.107v.509a.39.39 0 0 0 .393.415H1.4v5.955a1.691 1.691 0 0 0 1.944 1.9 4.317 4.317 0 0 0 1.2-.151.38.38 0 0 0 .28-.49' transform='translate(42.044 23.883)' style='fill-rule:evenodd;fill:%23fff'/%3E %3C/g%3E %3C/g%3E %3Cg data-name='Group 262'%3E %3Cpath data-name='Path 1549' d='M0 10.468A10.458 10.458 0 1 0 10.458 0 10.463 10.463 0 0 0 0 10.468z' style='fill:%23fff' transform='translate(5.218 23.29)'/%3E %3Cpath data-name='Path 1550' d='M123.673 73.369a.4.4 0 0 0-.38-.549h-1.267a.547.547 0 0 0-.57.444l-1.563 6.385c-.148.592-.253 1.121-.338 1.5a6.538 6.538 0 0 0-.19-1.29l-1.774-6.575a.587.587 0 0 0-.591-.464h-1.394a.378.378 0 0 0-.38.528l2.7 8.477a.529.529 0 0 0 .57.444h.718a6.948 6.948 0 0 1-.359 1.268 2.821 2.821 0 0 1-1.436 1.882l-.3.148a.512.512 0 0 0-.254.656l.444.867a.476.476 0 0 0 .634.233l.465-.211a4.333 4.333 0 0 0 2.365-3.044z' transform='translate(-103.573 -45.48)' style='fill-rule:evenodd;fill:%23de1a1a'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0px 0 20px 0px;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper textarea {
  box-sizing: border-box;
  width: 700px;
  height: 143px;
  padding: 11px 8px 0 0;
  border: solid 1px #000000;
  font-size: 18px;
  color: #000000;
  resize: none;
  background-color: transparent;
  margin: 20px 0 8px 0;
  border: 1px solid #444;
  font-weight: 700;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper textarea {
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper textarea:focus {
  outline: none;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper div {
  padding: 27px 0px 0 0;
  font-size: 22px;
  width: 142px;
  font-weight: bold;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper div {
  padding: 35px 0px 0 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload {
  position: relative;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButtonWrapper {
  position: relative;
  width: 148px;
  height: 47px;
  cursor: pointer;
  margin-right: 142px;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.RedMailComponenta .redMailLeftSide .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;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButton {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.RedMailComponenta .redMailLeftSide .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;
  flex-shrink: 0;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper {
  display: flex;
  width: 100%;
  justify-content: start;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileText {
  font-size: 22px;
  margin: 0 0 0 30px;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileText {
  font-weight: 670;
  line-height: normal;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper {
  flex-direction: column;
  display: flex;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .fileWrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .fileWrapper .fileName {
  display: flex;
  width: 400px;
  margin-bottom: 12px;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .fileWrapper .fileName .fileNameIcon {
  width: 36px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.7 43.103'%3E %3Cg id='Group_149' data-name='Group 149' transform='translate(-974.65 -1596.073)'%3E %3Crect id='Rectangle_28' data-name='Rectangle 28' width='45' height='42.402' transform='translate(975 1596.423)' stroke='%23000' stroke-miterlimit='10' stroke-width='0.7'/%3E %3Cg id='Icon_feather-upload' data-name='Icon feather-upload' transform='translate(981.769 1600.625)'%3E %3Cpath id='Path_1437' data-name='Path 1437' d='M27.33,22.5v5.073a2.537,2.537,0,0,1-2.537,2.537H7.037A2.537,2.537,0,0,1,4.5,27.573V22.5' transform='translate(0 -2.78)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E %3Cpath id='Path_1438' data-name='Path 1438' d='M23.184,10.842,16.842,4.5,10.5,10.842' transform='translate(-0.927)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E %3Cpath id='Path_1439' data-name='Path 1439' d='M18,4.5V19.72' transform='translate(-2.085)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .fileWrapper .fileName .fileNameIcon {
  height: 42px;
  background-size: contain;
  background-position: center;
  background-color: #000;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .fileWrapper .fileName input {
  height: 34px;
  border: solid 1px #000000;
  box-sizing: border-box;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .fileWrapper .fileName input {
  height: 42px;
  padding-inline-start: 10px;
  font-size: 15px;
  font-weight: 500;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile {
  font-size: 22px;
  margin-top: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile {
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile span {
  color: rgba(136, 136, 136, 0.774);
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile .addFileTitle {
  color: #000;
  font-size: 19px;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile .addFileTitle {
  font-size: 15px;
  font-weight: 500;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile .addFilePlusIcon {
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E %3Cg id='plus' transform='translate(-1228 -1619)'%3E %3Cg id='Rectangle_77' data-name='Rectangle 77' transform='translate(1228 1619)' fill='%23fff' stroke='%23000' stroke-width='1'%3E %3Crect width='15' height='15' stroke='none'/%3E %3Crect x='0.5' y='0.5' width='14' height='14' fill='none'/%3E %3C/g%3E %3Cpath id='Path_1534' data-name='Path 1534' d='M-.72-3.438V-5.364H-3.366V-8.01H-5.292v2.646H-7.938v1.926h2.646V-.792h1.926V-3.438Z' transform='translate(1240 1631)'/%3E %3C/g%3E %3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-inline-end: 10px;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin: 32px 0 14px 0;
  align-items: flex-start;
  font-weight: bold;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .ExtraDetailsTitle {
  font-weight: 700;
  margin-bottom: 11px;
  font-size: 22px;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .ExtraDetailsTitle {
  font-size: 22px;
  font-weight: 670;
  margin-bottom: 15px;
  line-height: normal;
  letter-spacing: normal;
}
.vesty .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .ExtraDetailsTitle {
  margin-bottom: 22px;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .ExtraDetailsSubTitle {
  margin-bottom: 39px;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper {
  display: grid;
  grid-template-columns: repeat(2, 372px);
  width: 100%;
  justify-content: start;
  grid-column-gap: 100px;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper {
  margin-bottom: unset;
  align-items: center;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(1) :nth-child(1),
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(2) :nth-child(1) {
  margin-bottom: 21px;
  position: relative;
  width: 140px;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(1) :nth-child(1),
.font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(2) :nth-child(1) {
  margin-bottom: unset;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(3) :nth-child(1),
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(4) :nth-child(1) {
  margin-bottom: 8px;
  position: relative;
  width: 140px;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(3) :nth-child(1),
.font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(4) :nth-child(1) {
  margin-bottom: unset;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField {
  box-sizing: border-box;
  position: relative;
  width: 371px;
  line-height: 1.33;
  padding-bottom: 18px;
  display: flex;
  font-size: 20px;
  align-items: center;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField {
  font-size: 19px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input {
  height: 35px;
  font-size: 18px;
  border: 0;
  outline: 0;
  padding-top: 5px;
  padding: 3px 8px 3px 8px;
  border: 1px solid #000;
  box-shadow: none;
  color: #000;
  background-color: transparent;
  flex-shrink: 0;
  width: 210px;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  height: 42px;
  padding: 10px;
  box-sizing: border-box;
  width: 230px;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .redMail-error-validation {
  color: #de1a1a;
  position: absolute;
  bottom: 0;
  top: 42px;
  left: 20px;
  font-size: 13px;
  width: 208px;
  line-height: 18px;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .redMail-error-validation {
  font-size: 12px;
  font-weight: 340;
  line-height: normal;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails a {
  text-decoration: none;
  color: #1417ac;
  font-weight: bold;
}
.font-moses .RedMailComponenta .redMailLeftSide .RedMailExtraDetails a {
  font-weight: 670;
}
.RedMailComponenta .redMailLeftSide .terms {
  margin: 0;
  width: 100%;
  line-height: 18px;
  height: 18px;
  font-size: 13px;
}
.font-moses .RedMailComponenta .redMailLeftSide .terms {
  font-size: 11px;
  font-weight: 340;
  line-height: normal;
}
.RedMailComponenta .redMailLeftSide .terms .checkBox {
  margin-left: 5px;
  cursor: pointer;
}
.RedMailComponenta .redMailLeftSide .terms .termsClick {
  color: #000;
  font-weight: 600;
}
.RedMailComponenta .redMailLeftSide .submitButton {
  background-color: #de1a1a;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  border: 0px;
  padding: 16px 73px;
  margin-bottom: 5px;
  margin-top: 90px;
  align-self: self-start;
  cursor: pointer;
  height: 50px;
}
.font-moses .RedMailComponenta .redMailLeftSide .submitButton {
  font-size: 18px;
  font-weight: 670;
}
.RedMailComponenta .redMailLeftSide .submitButton .redmail-wrapper {
  position: relative;
  padding-left: 8px;
}
.RedMailComponenta .redMailLeftSide .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: 0.5s;
}
.RedMailComponenta .redMailLeftSide .submitButton .redmail-wrapper .redmail-loader::before,
.RedMailComponenta .redMailLeftSide .submitButton .redmail-wrapper .redmail-loader::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.RedMailComponenta .redMailLeftSide .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 .redMailLeftSide .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 .redMailLeftSide .submitButton:disabled {
  background: #dddddd;
}
.RedMailComponenta .redMailLeftSide .contentErrorMessage {
  color: #de1a1a;
  font-weight: 700;
  position: relative;
  font-size: 13px;
  margin: -22px 142px 13px 0;
}
.font-moses .RedMailComponenta .redMailLeftSide .contentErrorMessage {
  font-size: 12px;
  font-weight: 340;
  line-height: normal;
}
.RedMailComponenta .redMailLeftSide .contentErrorMessage.terms-error {
  top: 70px;
  left: 140px;
}
.RedMailComponenta .redMailLeftSide .redMailPopUp {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  margin: 0;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.86);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 1px 1px 4px 5px rgba(0, 0, 0, 0.2);
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .finish {
  width: 90px;
  height: 90px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='90px' height='90px' viewBox='0 0 90 90' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3E0342B310-43A0-41DA-8C35-1C9D3FB83D3A%3C/title%3E %3Cdefs%3E %3ClinearGradient x1='0%25' y1='0%25' x2='32.1367546%25' y2='100%25' id='linearGradient-1'%3E %3Cstop stop-color='%23474CDD' offset='0%25'%3E%3C/stop%3E %3Cstop stop-color='%231417AC' offset='100%25'%3E%3C/stop%3E %3C/linearGradient%3E %3C/defs%3E %3Cg id='red-mail-11.3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='דואר-אדום_אישור' transform='translate(-589.000000, -456.000000)' fill='url(%23linearGradient-1)'%3E %3Cpath d='M634,456 C658.852814,456 679,476.147186 679,501 C679,525.852814 658.852814,546 634,546 C609.147186,546 589,525.852814 589,501 C589,476.147186 609.147186,456 634,456 Z M634,464 C613.565464,464 597,480.565464 597,501 C597,521.434536 613.565464,538 634,538 C654.434536,538 671,521.434536 671,501 C671,480.565464 654.434536,464 634,464 Z M651.020815,488.479185 C651.954678,489.413047 651.99528,490.90191 651.142623,491.884033 L651.020815,492.014719 L630.514719,512.520815 C629.605334,513.4302 628.169661,513.492538 627.188123,512.707829 L627.156783,512.681083 L627.156783,512.681083 L627.066297,512.603738 L627.066297,512.603738 L627.042948,512.581589 L627.042948,512.581589 C627.026322,512.566127 627.009916,512.550432 626.993733,512.534508 L626.979185,512.520815 C626.97396,512.515591 626.968764,512.510349 626.963595,512.50509 L616.075006,501.611286 C615.09942,500.634542 615.099587,499.051917 616.075379,498.075379 C617.051008,497.098386 618.63392,497.098386 619.610231,498.074697 L619.61023,498.076061 L628.745426,507.217952 L647.485281,488.479185 C648.461592,487.502874 650.044505,487.502874 651.020815,488.479185 Z' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .loading {
  width: 90px;
  height: 90px;
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M90 45C90 54.7934 86.8051 64.3195 80.9002 72.1326C74.9953 79.9456 66.7028 85.619 57.2811 88.2917C47.8594 90.9645 37.823 90.4907 28.6951 86.9422C19.5671 83.3937 11.8459 76.9643 6.70335 68.6298C1.56076 60.2952 -0.722486 50.5105 0.200137 40.7606C1.12276 31.0107 5.20088 21.828 11.8156 14.606C18.4303 7.38404 27.2204 2.51709 36.852 0.743819C46.4835 -1.02945 56.4306 0.387763 65.1837 4.78038L61.6933 11.7357C54.4539 8.10268 46.227 6.93054 38.261 8.39716C30.2951 9.86377 23.025 13.8891 17.5542 19.8621C12.0834 25.8352 8.71057 33.4299 7.9475 41.4938C7.18443 49.5576 9.07282 57.6502 13.3261 64.5434C17.5794 71.4367 23.9653 76.7542 31.5147 79.689C39.0642 82.6239 47.3649 83.0157 55.1573 80.8052C62.9496 78.5946 69.8081 73.9023 74.6919 67.4404C79.5756 60.9785 82.218 53.0998 82.218 45L90 45Z' fill='url(%23paint0_linear)'/%3E %3Cpath d='M90 45C90 55.0855 86.612 64.8786 80.3796 72.808C74.1472 80.7374 65.4318 86.3432 55.6318 88.726C45.8318 91.1088 35.5155 90.1305 26.3381 85.9479C17.1608 81.7654 9.65449 74.6212 5.02377 65.6616L11.937 62.0885C15.7669 69.4987 21.9751 75.4075 29.5654 78.8667C37.1556 82.326 45.688 83.1351 53.7932 81.1644C61.8984 79.1936 69.1067 74.5572 74.2613 67.9991C79.4159 61.441 82.218 53.3414 82.218 45H90Z' fill='%23666666'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='6' y1='57.5' x2='64' y2='24.5' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23666666'/%3E %3Cstop offset='1' stop-color='%23666666' stop-opacity='0'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .title {
  font-size: 26px;
  letter-spacing: -0.3px;
  margin: 0;
  margin-top: 14px;
  height: 34px;
}
.font-moses .RedMailComponenta .redMailLeftSide .redMailPopUp .title {
  font-size: 30px;
  letter-spacing: normal;
  line-height: normal;
  height: unset;
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .subTitle {
  font-size: 26px;
  letter-spacing: -0.3px;
  margin: 0;
  height: 34px;
  margin-bottom: 48px;
}
.font-moses .RedMailComponenta .redMailLeftSide .redMailPopUp .subTitle {
  font-size: 30px;
  letter-spacing: normal;
  line-height: normal;
  height: unset;
  margin-bottom: 20px;
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .popUpButton {
  width: 197px;
  height: 48px;
  background-image: linear-gradient(127deg, #474cdd, #2225b9 43%);
  font-size: 18px;
  color: white;
  border: 0px;
  padding: 14px 33px;
}
.font-moses .RedMailComponenta .redMailLeftSide .redMailPopUp .popUpButton {
  font-size: 21px;
  font-weight: 500;
  padding: 10px 25px;
  line-height: normal;
  height: 51px;
  width: auto;
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .popUpButton a {
  color: white;
  text-decoration: none;
}
@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;
  }
  .font-moses .grid1280_2 .RelatedTags .componentaTab {
    font-size: 4.0625vw !important;
    font-weight: 670 !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;
  }
  .font-moses .grid1280_2 .RelatedTags .slotsContent .slotItem {
    font-size: 3.59375vw ! important;
    line-height: 1 !important;
    padding: 1.875vw 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) {
  .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: 5px !important;
  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 {
  overflow: unset;
}
.grid1280_2 .RelatedTags .componentaTab {
  height: 32px;
  background: #1417ac;
  font-size: 20px;
  margin-bottom: unset;
  padding-right: 14px;
}
.font-moses .grid1280_2 .RelatedTags .componentaTab {
  font-size: 17px;
  font-weight: 670;
}
.grid1280_2 .RelatedTags .slotsContent {
  padding-top: 6px;
  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%;
}
.font-moses .grid1280_2 .RelatedTags .slotsContent .slotItem {
  font-size: 14px;
  font-weight: 340;
}
.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;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .htmlEditorTextOutput {
    font-size: 4.0625vw !important;
    line-height: 1.15 !important;
    min-height: unset !important;
    padding: 0 4.6875vw !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  .font-moses .htmlEditorTextOutput {
    font-weight: 340;
    line-height: normal !important;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .hContainer:not(.calcalist) .htmlEditorTextOutput {
    background: transparent !important;
    color: #fff !important;
  }
  .hContainer:not(.calcalist) .htmlEditorTextOutput a {
    color: #419bf9 !important;
  }
}
.htmlEditorTextOutputContainer .htmlEditorTextOutput {
  width: 100%;
  min-height: 300px;
  font-size: 18px;
  overflow: hidden;
  color: #000;
  transition: max-height 0.3s ease-in-out;
}
.font-moses .htmlEditorTextOutputContainer .htmlEditorTextOutput {
  font-size: 15px;
  line-height: normal;
  font-weight: 340;
}
.htmlEditorTextOutputContainer .htmlEditorTextOutput a {
  color: #0000ca;
  text-decoration: underline;
}
.htmlEditorTextOutputContainer .collapsibleButton {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 20px;
}
.htmlEditorTextOutputContainer .collapsibleButton button {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  border: solid 0.8px #000;
  background-color: #f5f5f5;
  cursor: pointer;
}
.HtmlLayoutItem {
  margin-bottom: var(--marginbottom);
}
.HtmlLayoutItem.fix_height {
  height: var(--compheight);
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
button {
  color: inherit;
}
/*.hContainer {
    display: flex;
}
*/
.site_page_root {
  line-height: 1.15;
  font-size: 12px;
}
.site_page_root .layoutItem {
  direction: rtl;
  outline: none;
}
.site_page_root button:focus,
.site_page_root a:focus,
.site_page_root input:focus,
.site_page_root select:focus {
  outline: none;
}
@media not screen and (max-width: 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;
  }
  .calcalist.blog_article .firstImageInArticle {
    display: block !important;
  }
  .INDMobile #INDmenu-btn {
    display: none ! important;
  }
  .layoutItem[style],
  .dynamicHeightItemsColumn[style],
  .GridPlacedItem[style] {
    all: unset !important;
  }
  .layoutItem[style] > div[style],
  .dynamicHeightItemsColumn[style] > div[style],
  .GridPlacedItem[style] > div[style] {
    height: unset ! important;
  }
  .RelativeElementsContainer[style] {
    width: 100% !important;
  }
  .no-small-vp {
    display: none;
  }
  .show-small-vp {
    display: initial;
  }
  body {
    font-size: 12px;
    width: 100.01%;
  }
  body * {
    -webkit-text-fill-color: initial;
  }
  .layoutContainer[style] {
    width: unset !important;
    min-height: unset ! important;
    padding-bottom: unset !important;
  }
  .MediaCarousel[style] {
    all: unset ! important;
  }
  .Article-Image-Title .ArticleTitleImg img[style] {
    height: auto ! important;
  }
}
@media print {
  .hContainer {
    width: 100% !important;
    zoom: 0.8 !important;
  }
  .layoutItem[style],
  .dynamicHeightItemsColumn[style],
  .GridPlacedItem[style] {
    all: unset !important;
    float: none;
    display: block;
  }
  .layoutItem[style] > div[style],
  .dynamicHeightItemsColumn[style] > div[style],
  .GridPlacedItem[style] > div[style] {
    height: unset ! important;
  }
  .RelativeElementsContainer[style] {
    width: 100% !important;
    float: none;
    display: block;
  }
  .no-print {
    display: none;
  }
  body {
    overflow: visible;
    font-size: 12px;
    width: 100.01%;
  }
  body * {
    -webkit-text-fill-color: initial;
  }
  .layoutContainer[style] {
    width: unset !important;
    min-height: unset ! important;
    padding-bottom: unset !important;
  }
  iframe,
  .VideoComponenta,
  [id^="browsi_adWrapper"][style],
  .articleYoutubeComponeta,
  .banner,
  .top-ad,
  .expand {
    display: none!important;
  }
  .SiteArticleSocialShareNew1280 .menuMore {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  body[style] {
    background: unset ! important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .iframe-lightbox .content-holder {
    width: 40vw !important;
    top: 8vh !important;
    height: 84vh !important;
    transform: none !important;
    left: 30vw !important;
    padding: 0 !important;
  }
  .iframe-lightbox .content {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .iframe-lightbox .content-holder {
    width: 60vw !important;
    top: 10vh !important;
    height: 75vh !important;
    transform: none !important;
    left: 20vw !important;
    padding: 0 !important;
  }
  .iframe-lightbox .content {
    padding: 0;
    width: 100%;
    height: 100% !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .iframe-lightbox .content-holder {
    width: 40vw !important;
    top: 8vh !important;
    height: 84vh !important;
    transform: none !important;
    left: 30vw !important;
    padding: 0 !important;
  }
  .iframe-lightbox .content {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .iframe-lightbox .content-holder {
    align-items: start !important;
    overflow-y: auto !important;
  }
  .iframe-lightbox .content {
    width: 100% !important;
  }
}
.iframe-lightbox,
.iframe-lightbox .backdrop {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.iframe-lightbox {
  display: none;
  position: fixed;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  z-index: 10000;
}
.iframe-lightbox .backdrop {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: default;
  z-index: 1;
}
.iframe-lightbox .content-holder {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  transform: none;
  -webkit-transform: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.iframe-lightbox .content {
  height: 700px;
  padding: 0;
  position: relative;
  width: 375px;
}
.iframe-lightbox .content > .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDgnIGhlaWdodD0nNDgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmciPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0NiIgc3Ryb2tlLWRhc2hhcnJheT0iMTg3Ljg2NzI0MDY4NDY2OTY0IDEwMS4xNTkyODM0NDU1OTEzMSIgc3Ryb2tlPSIjRTZFNkU2IiBvcGFjaXR5PSIxIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjgiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiB2YWx1ZXM9IjAgNTAgNTA7MTgwIDUwIDUwOzM2MCA1MCA1MDsiIGtleVRpbWVzPSIwOzAuNTsxIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgYmVnaW49IjBzIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 3em 3em;
  background-position: center center;
}
.iframe-lightbox .content > .body.is-loaded {
  background-image: none;
}
.iframe-lightbox iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.iframe-lightbox.is-showing {
  display: block;
}
.iframe-lightbox.is-opened {
  opacity: 1;
}
.special-paper-header[style] {
  width: 100% ! important;
}
.SpecialPaperHeaderComponenta {
  width: 100%;
  height: 70px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  background: rgba(30, 30, 30, 0.95);
  position: relative;
  box-sizing: border-box;
  justify-content: center;
}
.SpecialPaperHeaderComponenta .mainLogo {
  display: flex;
  color: #fff;
  text-align: right;
  font-family: "Moses";
  font-size: 18px;
  font-style: normal;
  font-weight: 340;
  line-height: 1.2;
  letter-spacing: 0.18px;
  gap: 10px;
}
.SpecialPaperHeaderComponenta .mainLogo .separator {
  color: rgba(238, 238, 238, 0.5);
}
.SpecialPaperHeaderComponenta .rightLogo {
  position: absolute;
  right: 20px;
  padding: 0 10px;
  display: flex;
  gap: 4px;
  align-items: center;
  color: #EEE;
  font-family: "Moses";
  font-size: 16px;
  font-style: normal;
  font-weight: 670;
  line-height: 1.2;
  letter-spacing: 0.16px;
  text-decoration: none;
}
.SpecialPaperHeaderComponenta .rightLogo .arrow {
  direction: ltr;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.24px;
}
.grid1280 .StripComponenta .textDiv {
  padding: 14px ! important;
}
.StripComponenta {
  height: 100%;
  position: relative;
}
.StripComponenta .mediaArea {
  position: relative;
  z-index: 1;
}
.StripComponenta.imageLeft .slotView .textDiv {
  order: 0;
  flex-grow: 1;
}
.StripComponenta.imageLeft .slotView .mediaArea {
  order: 1;
}
.StripComponenta > div {
  width: 100%;
  height: 100%;
}
.StripComponenta > div > div {
  width: 100%;
  height: 100%;
}
.StripComponenta > div > div > div {
  width: 100%;
  height: 100%;
}
.StripComponenta .slotView {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.StripComponenta .slotView:hover {
  cursor: pointer;
}
.StripComponenta .slotView.inEditMode > .textDiv {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}
.StripComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.StripComponenta .slotView.inEditMode .show-small-vp {
  display: none;
}
.StripComponenta .slotView.inEditMode .mediaArea {
  flex: 1;
}
.StripComponenta .slotView.inEditMode .mediaArea .MarketingSign {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  height: 25px;
  width: 25px;
  overflow: hidden;
  z-index: 3;
}
.StripComponenta .slotView h2.slotTitle {
  font-weight: bold;
  line-height: 1.2;
  max-width: 100%;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: unset;
}
.StripComponenta .slotView h2.slotTitle span {
  line-height: 1.2;
}
.StripComponenta .slotView .slotSubTitle {
  max-width: 100%;
}
.StripComponenta .slotView .slotSubTitle span {
  line-height: 1.4;
}
.StripComponenta .slotView > .textDiv {
  margin: 0;
  padding: 10px 16px;
  overflow: hidden;
  flex-grow: 1;
}
.StripComponenta .slotView > .textDiv > a {
  text-decoration: none;
}
.StripComponenta .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
}
.StripComponenta .mediaItems .sitePagelightBoxVideoPlayer,
.StripComponenta .mediaItems img {
  height: 100%;
}
.StripComponenta .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.StripComponenta .galleryArrow:disabled {
  display: none;
}
.StripComponenta .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #3a3a3a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cpolygon points='29.1,0 17.5,0 2.9,16 17.5,32 29.1,32 14.5,16 '/%3E %3C/svg%3E");
  background-size: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.StripComponenta .numberOfMedia {
  display: none;
}
.StripComponenta .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.StripComponenta .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.StripComponenta .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.StripComponenta .scrollLeftBtn:after {
  left: 0;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .mynet .StripComponenta .slotView .MediaCarousel[style],
  .ynetnews .StripComponenta .slotView .MediaCarousel[style] {
    width: 141px ! important;
    height: 85px ! important;
  }
  .StripComponenta {
    height: 85px ! important;
    overflow: hidden;
    width: 100%;
    margin-bottom: 9px;
  }
  .StripComponenta .slotView .textDiv {
    padding: 5px 10px ! important;
  }
  .StripComponenta .slotView .slotTitle {
    max-height: 34px ! important;
    overflow: hidden ! important;
    margin: 0 ! important;
  }
  .StripComponenta .slotView .slotTitle span[style] {
    font-size: 14px !important;
    font-weight: bold;
    padding-top: 0px;
    width: 100%;
    line-height: 16px ! important;
    max-height: 34px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .StripComponenta .slotView .slotSubTitle[style] {
    font-family: Arial !important;
    font-size: 11px ! important;
    line-height: 13px !important;
  }
  .StripComponenta .slotView .slotSubTitle[style] span[style],
  .StripComponenta .slotView .slotSubTitle[style] .articleInfo {
    line-height: 1.2 !important;
  }
  .StripComponenta .slotView .slotSubTitle[style] span:first-of-type {
    height: 28px ! important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 2px;
    margin-bottom: 2px;
    overflow: hidden !important;
  }
  .StripComponenta .slotView .mediaArea {
    width: 141px ! important;
    height: 85px ! important;
  }
  .StripComponenta .slotView .MediaCarousel[style] {
    width: 141px ! important;
    height: 85px ! important;
  }
  .StripComponenta .slotView .mediaItems {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}
.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;
    position: relative;
  }
  .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;
  }
  .font-moses .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .moreDetails {
    font-size: 3.28125vw!important;
    font-weight: 340 !important;
    line-height: 1.33!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;
  }
  .font-moses .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .moreDetails .dateView {
    font-size: 3.28125vw!important;
    font-weight: 340 !important;
    line-height: 1.33!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;
  }
  .font-moses .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
    font-size: 3.75vw !important;
    font-weight: 670 !important;
    line-height: 1.29 !important;
  }
  .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;
}
.font-moses .TagPageComponenta .linksSwitchPageNum a {
  font-size: 13px;
  font-weight: 670;
}
.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 .imageView > img {
  min-height: 100%;
  height: auto;
}
.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 !important;
    box-sizing: border-box;
  }
  .calcalist .TagSearchComponenta {
    margin-top: 4.6875vw !important;
    background: transparent !important;
  }
  .TagSearchComponenta .tagsList {
    background-color: #f4f4f4 !important;
    color: #686868 !important;
    top: 12.5vw !important;
  }
  .calcalist .TagSearchComponenta .tagsList {
    background: #fff !important;
    width: 100% !important;
    margin-inline-start: 0 !important;
    border: 0 ! important;
  }
  .TagSearchComponenta .tagsList a {
    height: 7.8125vw!important;
    line-height: 7.8125vw!important;
  }
  .TagSearchComponenta .search-field {
    height: unset !important;
  }
  .calcalist .TagSearchComponenta .search-field {
    flex-wrap: wrap;
  }
  .calcalist .TagSearchComponenta .search-field div {
    width: 100%;
  }
  .TagSearchComponenta .search-field input {
    background-color: #f4f4f4 !important;
    color: #686868 !important;
    height: 13.4375vw !important;
    padding: 3.90625vw 3.125vw !important;
  }
  .calcalist .TagSearchComponenta .search-field input:focus:focus {
    border: 0 !important;
  }
  .calcalist .TagSearchComponenta .search-field input {
    margin-inline-start: 0px !important;
    width: 100% !important;
    padding: 0 2.34375vw !important;
    background-color: #fff !important;
  }
  .TagSearchComponenta .searchIcon {
    height: 4.6875vw !important;
    width: 4.6875vw !important;
    left: 3.125vw !important;
    top: 4.375vw !important;
  }
  .TagSearchComponenta * {
    font-size: 4.375vw !important;
  }
  .font-moses .TagSearchComponenta * {
    font-size: 3.75vw !important;
  }
  .mynet .TagSearchComponenta {
    padding: 0 3.125vw ! important;
    margin-bottom: 2.8125vw !important;
  }
}
@media only screen and (max-width: 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;
  }
}
.calcalist .TagSearchComponenta {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #fff;
}
.TagSearchComponenta .noResult {
  color: #eb1116;
  font-family: Arial;
  font-size: 16px;
  line-height: 20px;
  margin-top: 4px;
  padding-right: 3px;
  display: block;
}
.calcalist .TagSearchComponenta .noResult {
  font-family: 'Open Sans Hebrew';
}
.TagSearchComponenta .tagsList {
  position: absolute;
  border: solid 1px #1417ac;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  z-index: 22;
  background: #d8d8d8;
  border-top: 0;
  top: 45px;
  border-radius: 0 0 2.6px;
  box-sizing: border-box;
}
.calcalist .TagSearchComponenta .tagsList {
  background: #fff;
  width: 50%;
  right: 0px;
  top: 30px;
  margin-inline-start: 20px;
}
.TagSearchComponenta .tagsList .tagItem {
  font-size: 16px;
  line-height: 36px;
  color: #282828;
  text-decoration: none;
  padding-right: 15px;
  height: 36px;
}
.TagSearchComponenta .tagsList .tagItem:hover {
  background-color: #f6f6f6;
  color: #282828;
  font-weight: bold;
  height: 36px;
}
.TagSearchComponenta .tagsList .tagItem.selected {
  background-color: #f6f6f6;
  color: #282828;
  font-weight: bold;
  height: 36px;
}
.TagSearchComponenta .moreResults {
  font-size: 14px;
  padding-top: 5px;
  padding-right: 10px;
}
.TagSearchComponenta .search-field {
  position: relative;
  width: 100%;
  height: 50px;
}
.calcalist .TagSearchComponenta .search-field {
  height: 30px;
  background-color: #fff;
  display: flex;
}
.TagSearchComponenta .search-field input {
  width: 100%;
  height: 50px;
  border-radius: 2.6px;
  border: solid 1px transparent;
  background-color: #d8d8d8;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
  color: #000;
  box-sizing: border-box;
}
.calcalist .TagSearchComponenta .search-field input {
  height: 30px;
  background-color: #fff;
  border: solid 1px #d8d8d8;
  margin-inline-start: 20px;
  width: 50%;
  padding: 0 15px;
}
.font-moses .TagSearchComponenta .search-field input {
  font-size: 14px;
}
.TagSearchComponenta .search-field input:focus {
  border: solid 1px #1417ac;
}
.TagSearchComponenta .search-field input:focus::placeholder {
  opacity: 0;
}
.TagSearchComponenta .search-field .searchIcon {
  height: 17px;
  width: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.667' height='16.667' viewBox='0 0 16.667 16.667'%3E %3Cpath fill='%23000000' d='M2886.286 654.481l-3.011-3.011a7.3 7.3 0 1 0-1.813 1.814l3.008 3.011a1.284 1.284 0 0 0 1.816-1.815zm-8.992-1.968a5.212 5.212 0 1 1 5.208-5.213 5.213 5.213 0 0 1-5.208 5.213z' transform='translate(-2869.995 -640.004)'/%3E %3C/svg%3E"), no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 15px;
  background-repeat: no-repeat;
}
.calcalist .TagSearchComponenta .search-field .searchIcon {
  background-position: center;
  top: 0px;
  height: 100%;
  left: 50%;
}
.grid1280 .TickerComponenta {
  border-left: 1px solid #e3e3e3;
}
.grid1280 .TickerComponenta .TabComponenta.tickerTab {
  width: 150px ! important;
  box-sizing: border-box;
}
.grid1280 .TickerComponenta .TabComponenta.tickerTab .rightTitleText,
.grid1280 .TickerComponenta .TabComponenta.tickerTab .rightTitleLink {
  font-size: 14px! important;
  font-weight: 700 ! important;
}
.grid1280 .TickerComponenta .slotsContent {
  width: 150px ! important;
}
.grid1280 .TickerComponenta .slotsContent .slotTitle {
  font-size: 14px !important;
  font-weight: normal ! important;
  letter-spacing: -0.56px;
}
.TickerComponenta {
  display: flex;
  flex-direction: column;
  font-family: arial;
  overflow: hidden;
  height: 100%;
  direction: rtl;
}
.TickerComponenta .moreDetails {
  margin: 1px 0 0;
  color: #999999;
  vertical-align: top;
  font-size: 14px;
}
.TickerComponenta .moreDetails a {
  text-decoration: none;
}
.TickerComponenta .moreDetails a:hover {
  text-decoration: none;
  cursor: pointer;
}
.TickerComponenta .moreDetails a:hover > * {
  color: #ff0000 ! important;
}
.TickerComponenta .slotTitle,
.TickerComponenta .slotSubTitle {
  width: 100%;
  overflow: hidden;
}
.TickerComponenta .slotTitle {
  font-size: 13px;
}
.TickerComponenta .slotTitle > a {
  text-decoration: none;
}
.TickerComponenta .slotTitle > a:hover {
  text-decoration: none;
}
.TickerComponenta .slotTitle > a:hover > span {
  color: #ff0000 ! important;
}
.TickerComponenta .slotsContent {
  display: flex;
  padding-top: 7px;
  box-sizing: border-box;
  overflow: hidden;
}
.TickerComponenta .slotsContent .slotList .slotView {
  margin-bottom: 18px;
}
.TickerComponenta .slotsContent .slotList .slotTitle {
  font-weight: 700;
}
.TickerComponenta .slotsContent .slotList .slotSubTitle {
  min-height: 16px;
}
.TickerComponenta .tickerTab {
  padding-right: 10px;
  height: 24px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.TickerComponenta .tickerTab a,
.TickerComponenta .tickerTab a:hover {
  text-decoration: none;
  color: #fff;
}
.TickerComponenta .tickerTab .titleLink {
  max-width: 100%;
  width: auto;
}
.TickerComponenta .tickerTab #tickerControl {
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(//www.ynet.co.il/images/stop_news.png);
}
.TickerComponenta .tickerTab .playTicker {
  background-image: url(//www.ynet.co.il/images/play_news.png) ! important;
}
.TickerComponenta .tickerDate {
  display: inline-block;
  color: #939394;
  font: bold 30px Tahoma;
  position: relative;
  text-align: center;
  letter-spacing: 0px;
}
.TickerComponenta .tickerDate:before,
.TickerComponenta .tickerDate:after {
  content: attr(title);
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  text-align: center;
}
.TickerComponenta .tickerDate:before {
  top: 1px;
  right: 1px;
}
.TickerComponenta .tickerDate:after {
  top: 2px;
  right: 2px;
}
.TickerComponenta.englishSite #tickerControl {
  left: inherit ! important;
  right: 4px ! important;
}
.TickerComponenta .slotsContent {
  flex-direction: column;
  overflow: hidden;
  flex-grow: 1;
}
.TickerComponenta .slotsContent .slotList {
  margin-right: 5px;
  flex-grow: 1;
  width: calc(100% - 5px);
}
.TickerComponenta .slotList {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.TickerComponenta .slotList .animationDiv {
  display: inline-block;
  animation: marquee 1s linear infinite;
  -webkit-animation: marquee 1s linear infinite;
}
.TickerComponenta .slotList .animationDiv:hover,
.TickerComponenta .slotList .animationDiv.pause {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 120px);
  }
  100% {
    -webkit-transform: translate(0, -100%);
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 120px);
  }
  100% {
    transform: translate(0, -100%);
  }
}
.SiteFlashPopUp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(1, 1, 1, 0.4);
  z-index: 1000;
}
.SiteFlashPopUp.englishSite .closeBtn {
  left: inherit ! important;
  right: 15px;
}
.SiteFlashPopUp.englishSite .headerTitle > span {
  border-right: none ! important;
  border-left: 1px solid #ced8de;
  padding-right: 0px ! important;
  padding-left: 20px;
}
.SiteFlashPopUp.englishSite .flashContainer .topArea .imgArea {
  margin-right: 20px;
  margin-left: 0px ! important;
}
.SiteFlashPopUp.englishSite .flashContainer .topArea .tickerShareBtns {
  left: inherit ! important;
  right: 0;
}
.SiteFlashPopUp .ItemWrapper {
  width: 609px;
  clear: both;
  height: 790px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.SiteFlashPopUp .ItemWrapper .flashHeader {
  width: 100%;
  height: 86px;
  background: #fff;
  flex-shrink: 0;
  position: relative;
  display: flex;
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
}
.SiteFlashPopUp .ItemWrapper .flashHeader .flashLogo {
  width: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .flashLogo > img {
  width: 106px;
  height: auto;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .headerTitle {
  flex-grow: 1;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 35px;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .headerTitle > span {
  border-right: 1px solid #ced8de;
  padding-right: 20px;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .closeBtn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 18px;
  height: 18px;
  border: 0px;
  cursor: pointer;
  opacity: 0.5;
  background: transparent;
  border: 0;
  padding: 0;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%235d5c5c' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .closeBtn:hover {
  opacity: 1;
}
.SiteFlashPopUp .ItemWrapper .flashContainer {
  height: 420px;
  flex-direction: column;
  display: flex;
  padding: 30px 20px 0px 20px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea {
  display: flex;
  flex-direction: row;
  position: relative;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .imgArea {
  margin-left: 20px;
  margin-bottom: 30px;
  flex-shrink: 0;
  height: 117px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .titleArea {
  flex-grow: 1;
  flex-direction: column;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .titleArea .flashTitle {
  margin-bottom: 15px;
  color: #555555;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .titleArea .flashDate {
  color: #b7b5b6;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .tickerShareBtns {
  position: absolute;
  bottom: 10px;
  left: 0px;
  display: flex;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .tickerShareBtns > * {
  flex-shrink: 0;
  margin: 0 3px 0px 3px;
  display: flex;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .tickerShareBtns .tickerPopUpCopyButton {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='14px' viewBox='0 0 14 14'%3E %3Cpath fillRule='evenodd' d='M 13.04 5.58C 13.04 5.58 10.07 8.55 10.07 8.55 9.65 8.96 9.13 9.26 8.56 9.4 8.56 9.4 8.53 9.4 8.53 9.4 8.53 9.4 8.4 9.43 8.4 9.43 8.4 9.43 8.32 9.45 8.32 9.45 8.32 9.45 8.16 9.47 8.16 9.47 8.16 9.47 8.08 9.47 8.08 9.47 8.02 9.47 7.97 9.48 7.92 9.48 7.92 9.48 7.78 9.5 7.78 9.5 7.78 9.5 7.76 9.5 7.76 9.5 7.76 9.5 7.6 9.5 7.6 9.5 7.48 9.5 7.37 9.48 7.25 9.47 7.16 9.45 7.06 9.43 6.97 9.41 6.97 9.41 6.83 9.37 6.83 9.37 6.78 9.36 6.73 9.34 6.68 9.32 6.63 9.3 6.58 9.29 6.53 9.27 6.48 9.25 6.44 9.23 6.39 9.2 6.04 9.04 5.72 8.82 5.45 8.55 5.26 8.36 5.17 8.1 5.18 7.83 5.2 7.61 5.29 7.39 5.45 7.23 5.82 6.89 6.4 6.89 6.76 7.23 7.31 7.78 8.2 7.78 8.74 7.23 8.74 7.23 9.51 6.47 9.51 6.47 9.51 6.47 9.53 6.45 9.53 6.45 9.53 6.45 11.72 4.27 11.72 4.27 12.26 3.72 12.26 2.83 11.72 2.29 11.17 1.74 10.28 1.74 9.73 2.29 9.73 2.29 7.98 4.04 7.98 4.04 7.91 4.11 7.81 4.13 7.72 4.09 7.25 3.9 6.74 3.8 6.23 3.8 6.23 3.8 6.15 3.8 6.15 3.8 6.05 3.8 5.96 3.75 5.93 3.66 5.89 3.57 5.91 3.47 5.98 3.4 5.98 3.4 8.42 0.96 8.42 0.96 9.7-0.32 11.77-0.32 13.04 0.96 14.32 2.23 14.32 4.3 13.04 5.58ZM 7.99 5.02C 8.19 5.14 8.38 5.29 8.54 5.46 8.73 5.65 8.83 5.91 8.81 6.18 8.8 6.4 8.7 6.61 8.54 6.77 8.17 7.11 7.6 7.11 7.23 6.77 6.68 6.22 5.8 6.22 5.25 6.77 5.25 6.77 2.27 9.74 2.27 9.74 1.73 10.29 1.73 11.18 2.27 11.73 2.82 12.27 3.71 12.27 4.25 11.73 4.25 11.73 6.02 9.96 6.02 9.96 6.08 9.89 6.18 9.87 6.27 9.91 6.74 10.1 7.25 10.2 7.76 10.2 7.76 10.2 7.86 10.2 7.86 10.2 7.99 10.2 8.09 10.3 8.09 10.43 8.09 10.49 8.07 10.55 8.02 10.6 8.02 10.6 5.57 13.05 5.57 13.05 4.96 13.66 4.13 14 3.26 14 1.46 14-0 12.54 0 10.73 0 9.87 0.34 9.04 0.95 8.43 0.95 8.43 3.92 5.46 3.92 5.46 4.53 4.84 5.37 4.5 6.23 4.5 6.86 4.5 7.47 4.68 7.99 5.02Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: #324a5e;
  width: 29px;
  height: 29px;
  background-position: center center;
  margin: 0 5px 0px 5px;
  background-size: 50% 50%;
  border: 0;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText {
  font-size: 16px;
  color: #000;
  line-height: 21px;
  margin-top: 15px;
  flex-grow: 1;
  flex-direction: column;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText span {
  display: flex;
  margin-bottom: 10px;
  max-height: 85px;
  overflow: auto;
  white-space: pre-wrap;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText span:first-child {
  min-height: 170px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText span.smallSpan {
  font-size: 14px;
  color: #555555;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText .linkToMail {
  color: #0706ff ! important;
  font-size: 14px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows {
  position: relative;
  height: 13px;
  font-size: 14px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow {
  position: absolute;
  color: #949494;
  letter-spacing: -0.35px;
  line-height: 13px;
  height: 13px;
  background-size: 13px;
  background-repeat: no-repeat;
  align-content: center;
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow:hover {
  color: #000066;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow.swipeLeft {
  left: 0;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23000066' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 23px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow.swipeRight {
  right: 0;
  padding-right: 23px;
  background-position: center right;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23000066' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
}
.SiteFlashPopUp .ItemWrapper .taboolaArea {
  border-top: 1px solid #f1f0f0;
  padding: 20px;
  height: 250px;
  margin: 0 20px;
  flex-shrink: 0;
}
.SiteFlashPopUp .ItemWrapper .taboolaTitle {
  font-size: 22px;
  margin: 0px 0px -15px 0px;
}
.SiteFlashPopUp .Separator {
  border-bottom: 1px solid #f1f0f0;
  width: 100%;
  height: 1px;
  margin-bottom: 0px;
}
.TopStoryComponenta,
.TopStoryWideComponenta {
  position: relative;
}
.TopStoryComponenta > .sideSeparatorLine,
.TopStoryWideComponenta > .sideSeparatorLine {
  position: absolute;
  width: 0;
  margin-top: 0px;
  margin-right: -11px;
  border-right: 1px solid #cccccc;
}
.TopStoryComponenta > div,
.TopStoryWideComponenta > div {
  width: 100%;
  height: 100%;
}
.TopStoryComponenta > div > div,
.TopStoryWideComponenta > div > div {
  width: 100%;
  height: 100%;
}
.TopStoryComponenta > div > div > div,
.TopStoryWideComponenta > div > div > div {
  width: 100%;
  height: 100%;
}
.TopStoryComponenta .slotView,
.TopStoryWideComponenta .slotView {
  display: inline-flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.TopStoryComponenta .slotView:hover,
.TopStoryWideComponenta .slotView:hover {
  cursor: pointer;
}
.TopStoryComponenta .slotView.inEditMode:hover,
.TopStoryWideComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.TopStoryComponenta .slotView .slotTitle,
.TopStoryWideComponenta .slotView .slotTitle {
  font-weight: bold;
  max-width: 100%;
}
.TopStoryComponenta .slotView .slotTitle span,
.TopStoryWideComponenta .slotView .slotTitle span {
  -webkit-line-break: after-white-space;
  word-wrap: break-word;
}
.TopStoryComponenta .slotView h1.slotTitle,
.TopStoryWideComponenta .slotView h1.slotTitle {
  margin: 0;
}
.TopStoryComponenta .slotView .slotSubTitle,
.TopStoryWideComponenta .slotView .slotSubTitle {
  margin-top: 13px;
  max-width: 100%;
}
.TopStoryComponenta .slotView .topStoryDate,
.TopStoryWideComponenta .slotView .topStoryDate {
  display: block;
  color: #939394;
  font: bold 42px Tahoma, sans-serif;
  position: relative;
  margin-bottom: 8px;
  letter-spacing: -1px;
  line-height: 32px;
  cursor: initial;
}
.TopStoryComponenta .slotView .topStoryDate:before,
.TopStoryWideComponenta .slotView .topStoryDate:before,
.TopStoryComponenta .slotView .topStoryDate:after,
.TopStoryWideComponenta .slotView .topStoryDate:after {
  content: attr(title);
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  height: 100%;
}
.TopStoryComponenta .slotView .topStoryDate:before,
.TopStoryWideComponenta .slotView .topStoryDate:before {
  top: 1px;
  right: 1px;
}
.TopStoryComponenta .slotView .topStoryDate:after,
.TopStoryWideComponenta .slotView .topStoryDate:after {
  top: 2px;
  right: 2px;
}
.TopStoryComponenta .slotView .topHebStoryDate,
.TopStoryWideComponenta .slotView .topHebStoryDate {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #ababac;
  margin-bottom: 13px;
  cursor: initial;
}
.TopStoryComponenta .mediaArea,
.TopStoryWideComponenta .mediaArea {
  position: relative;
}
.TopStoryComponenta .mediaArea .mediaLabel,
.TopStoryWideComponenta .mediaArea .mediaLabel {
  position: absolute;
}
.TopStoryComponenta .mediaArea .MediaCarousel,
.TopStoryWideComponenta .mediaArea .MediaCarousel {
  display: flex;
  order: 1;
}
.TopStoryComponenta .mediaArea .MediaCarousel .EditableVideo > img,
.TopStoryWideComponenta .mediaArea .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.TopStoryComponenta .mediaArea .MediaCarousel .mediaItems,
.TopStoryWideComponenta .mediaArea .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.TopStoryComponenta .mediaArea .MediaCarousel .galleryArrow,
.TopStoryWideComponenta .mediaArea .MediaCarousel .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.TopStoryComponenta .mediaArea .MediaCarousel .galleryArrow:disabled,
.TopStoryWideComponenta .mediaArea .MediaCarousel .galleryArrow:disabled {
  display: none;
}
.TopStoryComponenta .mediaArea .MediaCarousel .galleryArrow:after,
.TopStoryWideComponenta .mediaArea .MediaCarousel .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #3a3a3a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cpolygon points='29.1,0 17.5,0 2.9,16 17.5,32 29.1,32 14.5,16 '/%3E %3C/svg%3E");
  background-size: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.TopStoryComponenta .mediaArea .MediaCarousel .numberOfMedia,
.TopStoryWideComponenta .mediaArea .MediaCarousel .numberOfMedia {
  display: none;
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollRightBtn,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollRightBtn:after,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollLeftBtn,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollLeftBtn:after,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollLeftBtn:after {
  left: 0;
}
.TopStoryComponenta .mediaArea .media-enter,
.TopStoryWideComponenta .mediaArea .media-enter {
  opacity: 0.5;
  z-index: 1;
}
.TopStoryComponenta .mediaArea .media-enter.media-enter-active,
.TopStoryWideComponenta .mediaArea .media-enter.media-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.TopStoryComponenta .mediaArea .media-leave,
.TopStoryWideComponenta .mediaArea .media-leave {
  opacity: 1;
  z-index: 1;
}
.TopStoryComponenta .mediaArea .media-leave.media-enter-leave,
.TopStoryWideComponenta .mediaArea .media-leave.media-enter-leave {
  opacity: 0.5;
  transition: opacity 300ms ease-in;
}
.TopStoryComponenta .mediaArea .iconOnPoster,
.TopStoryWideComponenta .mediaArea .iconOnPoster {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
  cursor: pointer;
}
.TopStoryComponenta .mediaArea .iconOnPoster.big,
.TopStoryWideComponenta .mediaArea .iconOnPoster.big {
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
  top: calc(50% - 33px);
  right: calc(50% - 33px);
}
.TopStoryComponenta .mediaArea .iconOnPoster.small,
.TopStoryWideComponenta .mediaArea .iconOnPoster.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.TopStoryComponenta .inEditMode .textDiv:hover,
.TopStoryWideComponenta .inEditMode .textDiv:hover {
  overflow-y: auto;
}
.TopStoryComponenta {
  height: 280px;
}
.TopStoryComponenta .sideSeparatorLine {
  height: 280px;
}
.TopStoryComponenta .textDiv {
  margin: 0px 0px 15px 0px;
  overflow: hidden;
  flex-grow: 1;
  padding-left: 20px;
}
.TopStoryComponenta .textDiv a {
  text-decoration: none;
  max-width: 100%;
}
.TopStoryComponenta .textDiv span {
  -webkit-line-break: after-white-space;
}
.TopStoryComponenta .iconOnLiveVideo {
  top: 10px ! important;
  bottom: inherit ! important;
}
.TopStoryWideComponenta {
  height: 340px;
}
.TopStoryWideComponenta .sideSeparatorLine {
  height: 340px;
}
.TopStoryWideComponenta .inEditMode .textDiv {
  width: 100%;
  height: 85px;
}
.TopStoryWideComponenta .textDiv {
  position: absolute;
  bottom: 0;
  padding: 9px 16px;
  width: calc(100% - 32px);
  height: 67px;
  left: 0;
  overflow: hidden;
}
.TopStoryWideComponenta .textDiv .slotSubTitle {
  margin-top: 2px;
}
.TopStoryWideComponenta .textDiv .slotSubTitle .videoIcon {
  height: 14px;
  width: 14px;
  vertical-align: middle;
}
.TopStoryWideComponenta .textDiv a {
  text-decoration: none;
}
.TopStoryWideComponenta .GalleryPaging {
  bottom: 54px;
  left: 16px;
}
.TopStoryWideComponenta .big {
  bottom: 92px !important;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .topStoryTagsComponenta .mediaArea {
    margin-bottom: 3.125vw !important;
  }
  .topStoryTagsComponenta .mediaItems img[style] {
    width: 100% !important;
    height: auto ! important;
  }
  .topStoryTagsComponenta .slotView .slotTitle {
    padding: 0 4.6875vw !important;
    font-size: 7.5vw !important;
    line-height: 1.1 !important ;
    margin-bottom: 3.125vw !important;
  }
  .font-moses .grid1280_2 .topStoryTagsComponenta .slotView .slotTitle {
    font-size: 6.5625vw !important;
    line-height: normal !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) {
  .topStoryTagsComponenta {
    background: transparent !important;
  }
  .topStoryTagsComponenta .slotView .slotTitle {
    color: #fff !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;
  margin-top: 0;
}
.grid1280_2 .topStoryTagsComponenta .slotView .slotTitle {
  font-size: 44px;
  font-weight: 900;
  padding: 0;
  line-height: 44px;
  margin-bottom: 24px;
}
.font-moses .grid1280_2 .topStoryTagsComponenta .slotView .slotTitle {
  font-size: 38px !important;
  font-weight: 800 !important;
  font-family: "MosesDisplay", "NarkisBlock";
  line-height: 1.16;
}
.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 {
  background-color: #fff;
}
.radionas.articleContainer .VideoComponenta {
  background-color: transparent;
}
.VideoComponenta.englishSite .title,
.VideoComponenta.englishSite .subtitle,
.VideoComponenta.englishSite .videoInfoText {
  direction: ltr;
  text-align: left;
}
.VideoComponenta .titlesOverImage {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  z-index: 1;
  font-family: Arial;
  min-height: 40px;
}
.VideoComponenta .titlesOverImage .title {
  padding: 10px 10px 5px 10px;
  font-weight: bold;
}
.VideoComponenta .titlesOverImage .subtitle {
  padding: 0px 10px 10px;
}
.VideoComponenta .videoInfoDiv {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  padding: 10px 0px 10px 0px;
  float: unset !important;
  z-index: 0;
}
.VideoComponenta .videoInfoDiv .text-wrapper {
  margin-right: 7px;
}
.VideoComponenta .videoInfoDiv .text-wrapper .videoInfoText {
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  margin: 0;
  max-height: 45px;
  overflow: hidden;
}
.VideoComponenta .videoInfoDiv .text-wrapper .videoInfoText .withWidth {
  width: 50%;
}
.VideoComponenta .videoInfoDiv .text-wrapper .videoInfoText.credit {
  margin-right: 0;
}
.VideoComponenta .EditableVideo {
  background-color: #c0c9d0;
  height: 250px;
  text-align: center;
}
.VideoComponenta .EditableVideo img {
  width: auto;
  height: 100%;
}
.VideoComponenta .flowplayer {
  background-size: contain;
}
.PageVideoLiveComponenta .videoInfoText {
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.PageVideoLiveComponenta .videoInfoText .withWidth {
  width: 50%;
}
@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-main-component {
    width: 100% !important;
    background-color: #fafafa;
    height: unset !important;
  }
  .weather-main-component .celsius-symbol {
    vertical-align: top;
    font-size: 3.90625vw !important;
  }
  .weather-main-component .first-row {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 25.625vw !important;
    width: 100%;
    padding: 4.6875vw 2.34375vw !important;
    box-sizing: border-box;
    background-color: white !important;
  }
  .weather-main-component .first-row .weather-main-title-mobile {
    width: 100%;
    font-size: 5vw !important;
    font-weight: bold;
    letter-spacing: -0.2px !important;
    color: #101010;
    display: block !important;
  }
  .font-moses .weather-main-component .first-row .weather-main-title-mobile {
    font-size: 4.6875vw !important;
    font-weight: 500;
    letter-spacing: normal !important;
    line-height: 1.57;
    font-family: 'MosesDisplay';
  }
  .weather-main-component .first-row .weather-main-title {
    display: none !important;
  }
  .weather-main-component .first-row .weather-city-selector {
    width: 95.46875vw !important;
    height: 8.125vw !important;
  }
  .weather-main-component .first-row .weather-city-selector .city-selector {
    padding-left: 2.8125vw !important;
    padding-right: 2.5vw !important;
    padding-top: 1.71875vw !important;
    padding-bottom: 1.71875vw !important;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 0.5px #eaeaea;
    background-color: white;
    position: relative;
    box-sizing: border-box;
    line-height: 1;
  }
  .weather-main-component .first-row .weather-city-selector .city-selector .search-input {
    width: 100%;
    height: 8.125vw !important;
    outline: none;
    background: unset;
    border: unset;
    color: black;
    font-size: 3.4375vw !important;
  }
  .font-moses .weather-main-component .first-row .weather-city-selector .city-selector .search-input {
    font-size: 3.59375vw !important;
    font-weight: 340;
  }
  .weather-main-component .first-row .weather-city-selector .city-selector .search-input::placeholder {
    color: #90a4ae;
    font-size: 3.4375vw !important;
  }
  .font-moses .weather-main-component .first-row .weather-city-selector .city-selector .search-input::placeholder {
    font-size: 3.59375vw !important;
    font-weight: 340;
  }
  .weather-main-component .first-row .weather-city-selector .city-selector .search-input::-webkit-input-placeholder {
    /* Edge */
    color: #90a4ae;
    font-size: 3.4375vw !important;
  }
  .font-moses .weather-main-component .first-row .weather-city-selector .city-selector .search-input::-webkit-input-placeholder {
    font-size: 3.59375vw !important;
    font-weight: 340;
  }
  .weather-main-component .first-row .weather-city-selector .city-selector .search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #90a4ae;
    font-size: 3.4375vw !important;
  }
  .font-moses .weather-main-component .first-row .weather-city-selector .city-selector .search-input:-ms-input-placeholder {
    font-size: 3.59375vw !important;
    font-weight: 340;
  }
  .weather-main-component .first-row .weather-city-selector .city-selector .city-title {
    font-weight: normal;
    font-size: 3.4375vw !important;
    color: #101010;
  }
  .weather-main-component .first-row .weather-city-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-main-component .first-row .weather-city-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-main-component .first-row .weather-city-selector .city-selector-bottom-border-off {
    border-bottom: unset;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown {
    display: flex;
    /* Track */
    /* Handle */
  }
  .weather-main-component .first-row .weather-city-selector .dropdown ::-webkit-scrollbar {
    width: 0.625vw;
    border-radius: 0.78125vw;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown ::-webkit-scrollbar-track {
    background: #d6d6d6;
    border-radius: 0.9375vw;
  }
  .weather-main-component .first-row .weather-city-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-main-component .first-row .weather-city-selector .dropdown .dropdown-window {
    padding-left: 2.8125vw;
    padding-right: 0.9375vw;
    border: 1px solid #e6e6e6;
    position: absolute;
    overflow-y: scroll;
    max-height: 46.875vw !important;
    background-color: white;
    z-index: 10000;
    width: 95.625vw !important;
    border-top: unset;
    transition: all 0.5s ease;
    transform: translateY(0);
    box-sizing: border-box;
  }
  .mynet .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-window {
    width: 67.8125vw;
    box-sizing: border-box;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item {
    margin-top: 1.25vw;
    padding-bottom: 1.25vw;
    padding-right: 2.5vw;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    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-main-component .first-row .weather-city-selector .dropdown .dropdown-item:hover {
    background-color: unset;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-city-name {
    font-weight: 600;
    color: #101010;
    font-size: 3.125vw;
  }
  .font-moses .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-city-name {
    font-weight: 340;
    font-size: 3.59375vw;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-country-name {
    margin-top: 1.25vw;
    font-size: 2.5vw;
    color: #101010;
  }
  .font-moses .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-country-name {
    font-weight: 340;
    font-size: 2.65625vw;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-tempature {
    font-size: 3.75vw;
    font-family: Rubik;
    line-height: 5.15625vw;
    letter-spacing: -0.45vw;
    color: #607d8b;
    display: inline-flex;
    width: auto;
    align-items: center;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-tempature-icon {
    margin-right: 2.65625vw;
    margin-left: 2.65625vw;
    margin-top: 0.78125vw;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-tempature-icon .icon {
    width: 3.4375vw;
    height: 3.125vw;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-tempature-info {
    font-size: 2.8125vw;
    letter-spacing: 0px;
    color: #4d4d4d;
  }
  .weather-main-component .first-row .weather-city-selector .city-selector > div {
    width: 100%;
  }
  .weather-main-component .weather-main-box {
    width: 100%;
    height: auto !important;
    padding: 3.28125vw 2.65625vw !important;
    box-shadow: 0 0.3125vw 1.5625vw 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    margin-bottom: unset !important;
    box-sizing: border-box;
    margin-bottom: 4.6875vw !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row {
    width: 100%;
    height: unset !important;
    display: flex;
    border-bottom: solid 0.9px #efefef !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today {
    width: 100% !important;
    border-left: unset !important;
    margin-bottom: 3.90625vw;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .day-title {
    font-size: 4.375vw !important;
    font-weight: 500 !important;
    letter-spacing: -0.49px !important;
  }
  .font-moses .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .day-title {
    letter-spacing: normal !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now {
    width: 94.6875vw !important;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-icon {
    width: 9.53125vw !important;
    height: 9.375vw !important;
    padding-left: 1.5625vw !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-temp {
    font-size: 11.875vw !important;
    height: 9.375vw !important;
    letter-spacing: -0.22px !important;
    padding-left: 2.65625vw !important;
    color: #101010;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-temp .celsius-symbol {
    font-size: 7.8125vw !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-desc {
    font-size: 3.75vw;
    letter-spacing: -0.47px !important;
    height: 9.375vw !important;
    font-size: 4.375vw !important;
    font-weight: 500 !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .forcast-now-hours-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 6.25vw !important;
    padding-left: 6.25vw !important;
    border-left: solid 0.9px #aeaeae !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .forcast-now-hours-item .forcast-item-hour {
    font-size: 4.375vw !important;
    letter-spacing: -0.53px !important;
    color: #717171;
    padding-bottom: 2.96875vw !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .forcast-now-hours-item .forcast-item-icon-temp {
    display: flex;
    align-items: center;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .forcast-now-hours-item .forcast-item-icon-temp img {
    width: 5.46875vw !important;
    height: 5.3125vw !important;
    padding-left: 3.59375vw !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .forcast-now-hours-item .forcast-item-icon-temp .forcast-item-temp {
    font-size: 4.4375vw !important;
    font-weight: normal !important;
    letter-spacing: -0.53px !important;
    color: #717171;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .first-box {
    padding-right: 0px !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .last-box {
    border-left: 0px !important;
    padding-left: 0px !important;
  }
  .weather-main-component .weather-main-box .forcast-hours {
    display: none !important;
  }
  .weather-main-component .weather-main-box .weather-details-container {
    display: block !important;
    width: 100% !important;
    justify-content: unset !important;
    border-bottom: solid 0.9px #efefef !important;
    height: unset !important;
    padding-top: 5.625vw !important;
  }
  .weather-main-component .weather-main-box .weather-details-container .celsius-number {
    padding-left: 0.3125vw;
  }
  .weather-main-component .weather-main-box .weather-details-container .details-title-mobile {
    display: block !important;
    font-size: 5vw !important;
    font-weight: 600 !important;
    letter-spacing: -0.53px !important;
    color: #101010;
    padding-bottom: 2.8125vw !important;
  }
  .font-moses .weather-main-component .weather-main-box .weather-details-container .details-title-mobile {
    letter-spacing: normal !important;
  }
  .weather-main-component .weather-main-box .weather-details-container .details-row {
    padding-top: 2.1875vw;
    box-sizing: unset !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
  .weather-main-component .weather-main-box .weather-details-container .details-row .details-item {
    width: 50%;
    padding-bottom: 7.5vw !important;
  }
  .weather-main-component .weather-main-box .weather-details-container .details-row .details-item .details-title {
    font-size: 4.17188vw !important;
    letter-spacing: -0.45px !important;
    color: #717171;
    padding-bottom: 1.5625vw !important;
  }
  .weather-main-component .weather-main-box .weather-details-container .details-row .details-item .details-value {
    font-size: 4.375vw !important;
    font-weight: normal !important;
    letter-spacing: -0.53px !important;
    color: #101010;
    padding-top: 0.78125vw !important;
  }
  .font-moses .weather-main-component .weather-main-box .weather-details-container .details-row .details-item .details-value {
    letter-spacing: normal !important;
  }
  .weather-main-component .weather-main-box .weather-details-container .details-row .details-item .details-wind-img {
    display: inline-block;
    height: 5vw !important;
    width: 5vw !important;
    margin-left: 2.5vw !important;
  }
  .weather-main-component .weather-main-box .weather-details-container .details-row .first-box {
    text-align: unset !important;
  }
  .weather-main-component .weather-main-box .weather-details-container .details-row .last-box {
    text-align: unset !important;
  }
  .weather-main-component .weather-main-box .weather-details-container .details-row .last-box .details-value {
    align-items: center;
  }
  .weather-main-component .weather-main-box .weather-details-container .credit-update-row {
    display: block !important;
    justify-content: unset !important;
  }
  .weather-main-component .weather-main-box .weather-details-container .credit-update-row .ims-credit {
    font-size: 3.75vw !important;
    letter-spacing: -0.4px !important;
    text-align: right;
    color: #717171;
    display: flex;
    align-items: center;
    padding-bottom: 7.1875vw !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
  }
  .font-moses .weather-main-component .weather-main-box .weather-details-container .credit-update-row .ims-credit {
    letter-spacing: normal !important;
  }
  .weather-main-component .weather-main-box .weather-details-container .credit-update-row .ims-credit img {
    order: 1;
    padding-left: 1.09375vw !important;
    width: 3.125vw !important;
    height: 2.96875vw !important;
  }
  .weather-main-component .weather-main-box .weather-details-container .credit-update-row .update-block {
    display: none;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile {
    display: block !important;
    width: 100% !important;
    position: relative;
    padding: 5.46875vw 0px !important;
    border-bottom: solid 0.9px #efefef !important;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .img-container {
    position: relative;
    height: 17.5vw !important;
    margin: 0px !important;
    width: 46.09375vw !important;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .img-container .sun-background-container {
    background: #ffd22e;
    background: linear-gradient(101deg, #ffd22e -100%, #ffffff 100%);
    border-top-left-radius: 15.78125vw !important;
    border-top-right-radius: 15.78125vw !important;
    border: 0.3125vw dotted #ffe587 !important;
    border-bottom: 0px !important;
    width: 30.46875vw !important;
    height: 89%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .img-container .sun-background-container .sun-img {
    position: absolute;
    width: 5.39063vw;
    height: 5.3125vw;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.507' height='34' viewBox='0 0 34.507 34'%3E %3Cg data-name='Group 96'%3E %3Cg data-name='1250'%3E %3Cpath data-name='live erea' style='fill:none' d='M0 0h34.507v34H0z'/%3E %3Cpath data-name='1250: “Clear”' d='M13.619 30v-4.286h3.269V30zm8.171-6.294 2.293-2.292 3.058 3.055-2.294 2.292zm-18.47.749L6.377 21.4l2.294 2.291-3.058 3.057zM6.907 15A8.347 8.347 0 0 1 23.6 15a8.347 8.347 0 0 1-16.693 0zm3.27 0a5.077 5.077 0 1 0 5.077-4.993A5.04 5.04 0 0 0 10.177 15zm15.972 1.607v-3.214h4.358v3.215zM0 16.608v-3.215h4.358v3.215zM21.8 6.3l3.058-3.055 2.292 2.293-3.059 3.055zM3.327 5.536l2.294-2.292L8.679 6.3 6.385 8.59zm10.292-1.25V0h3.269v4.285z' transform='translate(2 2)' style='fill:%23ffc107'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center transparent;
    right: 6%;
    top: 7%;
    background-size: contain;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .img-container .sun-background-container .sunrise-sunset-point {
    width: 1.40625vw !important;
    height: 1.40625vw !important;
    border-radius: 50%;
    bottom: -0.70313vw !important;
    position: absolute;
    z-index: 3;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .img-container .sun-background-container :nth-child(2) {
    background-color: #ffd22e;
    right: 99%;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .img-container .sun-background-container :nth-child(3) {
    background-color: #d8d8d8;
    left: 99%;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .img-container .img-bottom-line {
    position: absolute;
    bottom: 0;
    height: 0.46875vw !important;
    background-image: linear-gradient(to right, #fff1bf 0%, #f7edcc 16%, #f3ecd2 23%, #efead9 32%, #eae7e2 42%, #e5e5ea 52%);
    width: 100%;
    position: relative;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .sunrise-sunset-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .sunrise-sunset-block .sunrise-sunset-title {
    font-size: 4.21875vw !important;
    letter-spacing: -0.45px !important;
    color: #717171;
    text-align: center;
  }
  .font-moses .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .sunrise-sunset-block .sunrise-sunset-title {
    letter-spacing: normal !important;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .sunrise-sunset-block .sunrise-sunset-time {
    font-size: 5vw !important;
    font-weight: normal !important;
    padding-top: 1.25vw !important;
    letter-spacing: -0.34px !important;
    box-sizing: border-box;
    color: #101010;
  }
  .font-moses .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .sunrise-sunset-block .sunrise-sunset-time {
    letter-spacing: normal !important;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .sunrise-sunset-credit {
    padding-top: 7.96875vw !important;
    bottom: 0 !important;
    font-size: 4.375vw !important;
    letter-spacing: -0.47px !important;
    color: #717171;
    display: flex;
    align-items: center;
    padding-right: 0.9375vw !important;
  }
  .font-moses .weather-main-component .weather-main-box .forcast-hours-mobile .sunrise-sunset-credit {
    letter-spacing: normal !important;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .sunrise-sunset-credit img {
    width: 33.75vw !important;
    height: 6.5625vw !important;
    background-color: #fff;
    margin-right: 1.09375vw;
    padding: 0 0.78125vw !important;
  }
  .weather-main-component .weather-main-box .future-forcast-container-mobile {
    display: flex !important;
    padding-top: 6.5625vw !important;
    padding-bottom: 6.5625vw !important;
    border-bottom: solid 0.9px #efefef;
    justify-content: space-between;
  }
  .weather-main-component .weather-main-box .future-forcast-container-mobile .future-forcast-box {
    width: 28.90625vw !important;
    height: 26.25vw !important;
    background-color: white;
    box-shadow: 0 0.625vw 2.65625vw 0 rgba(0, 0, 0, 0.1) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .weather-main-component .weather-main-box .future-forcast-container-mobile .future-forcast-box .future-forcast-title {
    font-size: 4.29688vw !important;
    letter-spacing: -0.52px !important;
    text-align: center;
    color: #101010;
    padding-bottom: 3.125vw !important;
    line-height: 1.25;
  }
  .font-moses .weather-main-component .weather-main-box .future-forcast-container-mobile .future-forcast-box .future-forcast-title {
    letter-spacing: normal !important;
  }
  .weather-main-component .weather-main-box .future-forcast-container-mobile .future-forcast-box .future-forcast-temp {
    display: flex;
    font-size: 4.4375vw !important;
    font-weight: normal;
    letter-spacing: -0.51px !important;
    color: #101010;
    padding-right: 0.78125vw !important;
    align-items: center;
  }
  .font-moses .weather-main-component .weather-main-box .future-forcast-container-mobile .future-forcast-box .future-forcast-temp {
    letter-spacing: normal !important;
  }
  .weather-main-component .weather-main-box .future-forcast-container-mobile .future-forcast-box .future-forcast-temp .celsius-number {
    padding-left: 0.3125vw ! important;
  }
  .weather-main-component .weather-main-box .future-forcast-container-mobile .future-forcast-box .future-forcast-temp img {
    width: 5.46875vw !important;
    height: 5.3125vw !important;
    padding-left: 0.78125vw !important;
  }
  .weather-main-component .weather-main-box .future-forcast-container-mobile .last-box {
    margin-left: 3.04688vw;
  }
  .weather-main-component .weather-main-box .update-block-mobile {
    display: block;
    font-size: 4.375vw !important;
    letter-spacing: -0.47px !important;
    color: #1e1e1e;
    padding: 4.0625vw 0px 2.34375vw 0px !important;
    font-weight: 500 !important;
  }
  .font-moses .weather-main-component .weather-main-box .update-block-mobile {
    letter-spacing: normal !important;
  }
  .weather-main-component .last-row {
    width: 100% !important;
    display: block !important;
  }
  .weather-main-component .last-row .future-forcast-container {
    display: none !important;
  }
  .weather-main-component .last-row .weather-contact-us {
    height: 44.0625vw !important;
    width: 95.3125vw !important;
    opacity: 0.96;
    background-color: white;
    margin: 4.6875vw auto !important;
    padding: 0px !important;
    text-align: center;
    box-sizing: border-box;
    background: blue;
    background-size: cover !important;
  }
  .weather-main-component .last-row .weather-contact-us .weather-contact-sivuk-sentence {
    font-size: 4.46875vw !important;
    font-weight: 500;
    letter-spacing: -0.54px !important;
    color: #101010;
    padding-bottom: 1.09375vw !important;
    padding-top: 8.4375vw !important;
    margin: unset !important;
  }
  .font-moses .weather-main-component .last-row .weather-contact-us .weather-contact-sivuk-sentence {
    letter-spacing: normal !important;
  }
  .weather-main-component .last-row .weather-contact-us .share-with-us-sentence {
    font-size: 5.03125vw !important;
    font-weight: 600;
    letter-spacing: -0.34px !important;
    color: #101010;
    padding-bottom: 4.6875vw !important;
    margin: unset !important;
  }
  .font-moses .weather-main-component .last-row .weather-contact-us .share-with-us-sentence {
    letter-spacing: normal !important;
  }
  .weather-main-component .last-row .weather-contact-us .share-with-us-btn {
    width: 45.46875vw !important;
    height: 11.71875vw !important;
    margin: 0px auto !important;
    background-color: #1417ac;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .weather-main-component .last-row .weather-contact-us .share-with-us-btn div {
    font-size: 5.03125vw !important;
    font-weight: 600;
    letter-spacing: -0.54px !important;
    text-align: center;
    color: white;
  }
  .font-moses .weather-main-component .last-row .weather-contact-us .share-with-us-btn div {
    letter-spacing: normal !important;
  }
  .weather-main-component.is-world {
    height: unset !important;
  }
  .weather-main-component.is-world .first-row {
    padding-bottom: unset !important;
  }
  .weather-main-component.is-world .forcast-today {
    width: 100% !important;
  }
  .weather-main-component.is-world .weather-main-box {
    height: unset !important;
    box-shadow: unset !important;
  }
  .weather-main-component.is-world .weather-main-box .forcast-rise-row {
    height: unset !important;
    flex-direction: column;
  }
  .weather-main-component.is-world .weather-main-box .forcast-rise-row .forcast-today {
    margin: unset !important;
  }
  .weather-main-component.is-world .weather-main-box .forcast-rise-row .forcast-today .forcast-now {
    box-shadow: unset !important;
    width: 95.78125vw !important;
    height: 15.46875vw !important;
    align-items: baseline !important;
    margin-bottom: unset !important;
    flex-wrap: wrap;
    padding-bottom: 4.6875vw !important;
  }
  .weather-main-component.is-world .weather-main-box .forcast-rise-row .forcast-today .forcast-now img {
    align-self: center !important;
    padding-left: 1.5625vw !important;
  }
  .weather-main-component.is-world .weather-main-box .forcast-rise-row .forcast-today .forcast-now .celsius-number {
    line-height: 0 !important;
    padding-left: 0.3125vw;
  }
  .weather-main-component.is-world .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-temp {
    height: unset !important;
  }
  .weather-main-component.is-world .weather-main-box .forcast-rise-row .forcast-today .forcast-now .celsius-symbol {
    vertical-align: unset !important;
  }
  .weather-main-component.is-world .weather-main-box .forcast-rise-row .forcast-today .forcast-now .day-title {
    width: 100% !important;
  }
  .weather-main-component.is-world .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-desc {
    align-self: unset !important;
    height: unset !important;
  }
  .weather-main-component.is-world .weather-main-box .weather-main-international-countries {
    padding-top: 4.6875vw !important;
    border-top: 0.78125vw solid #e9e9e9;
    padding-right: 0px !important;
  }
  .weather-main-component.is-world .weather-main-box .weather-main-international-countries .weather-intl-first-row {
    display: flex;
    justify-content: space-between;
  }
  .weather-main-component.is-world .weather-main-box .weather-main-international-countries .weather-intl-first-row .weather-international-title {
    font-size: 3.64063vw !important;
    font-weight: 600 !important;
    letter-spacing: -0.29px !important;
    color: black;
  }
  .font-moses .weather-main-component.is-world .weather-main-box .weather-main-international-countries .weather-intl-first-row .weather-international-title {
    letter-spacing: normal !important;
  }
  .weather-main-component.is-world .weather-main-box .weather-main-international-countries .weather-intl-first-row .update-block-is-world {
    display: block !important;
    font-size: 2.65625vw !important;
    letter-spacing: -0.28px !important;
    color: #717171;
  }
  .font-moses .weather-main-component.is-world .weather-main-box .weather-main-international-countries .weather-intl-first-row .update-block-is-world {
    letter-spacing: normal !important;
  }
  .weather-main-component.is-world .weather-main-box .weather-main-international-countries .international-cities-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto !important;
    padding-bottom: 4.6875vw !important;
  }
  .weather-main-component.is-world .weather-main-box .weather-main-international-countries .international-cities-container .city-item {
    border-bottom: 0.5px solid rgba(216, 216, 216, 0.54);
    padding-bottom: 1.5625vw !important;
    width: 30%;
    height: 9.375vw !important;
    display: flex;
    align-items: flex-end;
  }
  .weather-main-component.is-world .weather-main-box .weather-main-international-countries .international-cities-container .city-item .intertional-city-name {
    font-size: 3.125vw !important;
    font-weight: 600;
    line-height: 0.95 !important;
    letter-spacing: -0.25px !important;
    color: black;
  }
  .font-moses .weather-main-component.is-world .weather-main-box .weather-main-international-countries .international-cities-container .city-item .intertional-city-name {
    letter-spacing: normal !important;
  }
  .weather-main-component.is-world .weather-main-box .weather-main-international-countries .international-cities-container .city-item .intertional-country-name {
    font-size: 3.125vw !important;
    font-weight: 300;
    line-height: 0.95 !important;
    letter-spacing: -0.25px !important;
    color: black;
  }
  .font-moses .weather-main-component.is-world .weather-main-box .weather-main-international-countries .international-cities-container .city-item .intertional-country-name {
    letter-spacing: normal !important;
  }
  .weather-main-component.is-world .weather-main-box .future-forcast-container-mobile {
    display: none !important;
  }
  .weather-main-component.is-world .forcast-rise-row {
    border-bottom: unset !important;
    height: unset !important;
  }
  .weather-main-component.is-world .update-block-mobile {
    display: none !important;
  }
  .weather-main-component.is-world .future-forcast-container {
    margin: unset !important;
    padding-top: unset !important;
    padding-bottom: 4.6875vw !important;
  }
  .weather-main-component.is-world .future-forcast-container .future-forcast-title {
    padding-bottom: unset !important;
  }
  .weather-main-component.is-world .future-forcast-container img {
    padding: 1.5625vw 0px !important;
    height: 8.59375vw !important;
    width: 8.59375vw !important;
  }
  .weather-main-component.is-world .weather-contact-us {
    background-image: url(/images/weather-new-icons/weather-banners/contant_us_banner.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
  }
  .weather-main-component.is-world .is-world-last-row {
    display: block !important;
  }
  .weather-main-component.is-world .is-world-last-row .update-block-is-world {
    display: none !important;
  }
  .weather-main-component.is-world .is-world-last-row .ims-credit-is-world {
    font-size: 3.75vw !important;
    letter-spacing: -0.4px !important;
    color: #717171;
  }
  .font-moses .weather-main-component.is-world .is-world-last-row .ims-credit-is-world {
    letter-spacing: normal !important;
  }
  .weather-main-component.is-world .is-world-last-row .ims-credit-is-world img {
    width: 3.125vw !important;
    height: 2.96875vw !important;
    padding-left: 1.09375vw !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) {
  .weather-main-component {
    background-color: #1e1e1e !important;
  }
  .weather-main-component .first-row {
    background-color: #1e1e1e !important;
  }
  .weather-main-component .first-row .weather-main-title-mobile {
    color: white !important;
  }
  .weather-main-component .first-row .weather-city-selector .city-selector {
    background-color: #313131 !important;
    border-color: #313131 !important;
  }
  .weather-main-component .first-row .weather-city-selector .city-selector .search-input {
    color: #aeaeae !important;
  }
  .weather-main-component .first-row .weather-city-selector .city-selector .search-input::placeholder {
    color: #8b8b8b !important;
  }
  .weather-main-component .first-row .weather-city-selector .city-selector .search-input::-webkit-input-placeholder {
    /* Edge */
    color: #8b8b8b !important;
  }
  .weather-main-component .first-row .weather-city-selector .city-selector .search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8b8b8b !important;
  }
  .weather-main-component .first-row .weather-city-selector .city-selector .city-title {
    color: #8b8b8b !important;
  }
  .weather-main-component .first-row .weather-city-selector .city-selector .arrow-down {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.41' viewBox='0 0 12 7.41'%3E %3Cpath id='arrow' d='M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z' fill=' white' transform='translate(-6 -8.59)'/%3E %3C/svg%3E") !important;
  }
  .weather-main-component .first-row .weather-city-selector .city-selector .arrow-up {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.41' viewBox='0 0 12 7.41'%3E %3Cpath id='arrow' d='M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z' fill=' white' transform='translate(-6 -8.59)'/%3E %3C/svg%3E") !important;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown {
    /* Track */
    /* Handle */
  }
  .weather-main-component .first-row .weather-city-selector .dropdown ::-webkit-scrollbar-track {
    background: #d6d6d6;
    border-radius: 0.9375vw;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown ::-webkit-scrollbar-thumb {
    background: #607d8b;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-window {
    border: 1px solid black !important;
    background-color: #313131 !important;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-city-name {
    color: white !important;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-country-name {
    color: white !important;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-tempature {
    color: #607d8b;
  }
  .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-tempature-info {
    color: #4d4d4d;
  }
  .weather-main-component .weather-main-box {
    background-color: #313131 !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row {
    border-bottom: solid 0.9px #1e1e1e !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .day-title {
    color: white !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-icon {
    width: 9.53125vw !important;
    height: 9.375vw !important;
    padding-left: 1.5625vw !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-temp {
    color: white !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-temp .celsius-symbol {
    font-size: 7.8125vw !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-desc {
    color: white !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .forcast-now-hours-item {
    border-left: solid 0.9px #1e1e1e !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .forcast-now-hours-item .forcast-item-hour {
    color: white !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .forcast-now-hours-item .forcast-item-icon-temp .forcast-item-temp {
    color: white !important;
  }
  .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .last-box {
    border-left: unset !important;
  }
  .weather-main-component .weather-main-box .weather-details-container {
    border-bottom: solid 0.9px #1e1e1e !important;
  }
  .weather-main-component .weather-main-box .weather-details-container .details-title-mobile {
    color: white !important;
  }
  .weather-main-component .weather-main-box .weather-details-container .details-row .details-item .details-title {
    color: #aeaeae !important;
  }
  .weather-main-component .weather-main-box .weather-details-container .details-row .details-item .details-value {
    color: white !important;
  }
  .weather-main-component .weather-main-box .weather-details-container .details-row .details-item .details-wind-img {
    filter: invert(1);
  }
  .weather-main-component .weather-main-box .weather-details-container .credit-update-row .ims-credit {
    color: #aeaeae !important;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile {
    border-bottom: solid 0.9px #1e1e1e !important;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .sunrise-sunset-block .sunrise-sunset-title {
    color: #aeaeae !important;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .sunrise-sunset-block .sunrise-sunset-time {
    color: white !important;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .img-container .sun-background-container {
    background: linear-gradient(90deg, #fff899 20%, #313131 67%);
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .img-container .sun-background-container :nth-child(2) {
    background-color: #fff899;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .img-container .sun-background-container :nth-child(3) {
    background-color: #000;
  }
  .weather-main-component .weather-main-box .forcast-hours-mobile .forcast-row .img-container .img-bottom-line {
    background-image: linear-gradient(90deg, #fff899 20%, rgba(0, 0, 0, 0.575) 65%);
  }
  .weather-main-component .weather-main-box .sunrise-sunset-credit {
    color: #aeaeae !important;
  }
  .weather-main-component .future-forcast-container-mobile {
    border-bottom: solid 0.9px #1e1e1e !important;
  }
  .weather-main-component .future-forcast-container-mobile .future-forcast-box {
    box-shadow: 0 0.625vw 1.875vw 0.9375vw rgba(0, 0, 0, 0.21) !important;
    background-color: #343434 !important;
  }
  .weather-main-component .future-forcast-container-mobile .future-forcast-box .future-forcast-title {
    color: white !important;
  }
  .weather-main-component .future-forcast-container-mobile .future-forcast-box .future-forcast-temp {
    color: white !important;
  }
  .weather-main-component .update-block-mobile {
    color: #aeaeae !important;
  }
  .weather-main-component.is-world .weather-main-international-countries {
    border-top: 0.3125vw solid #1e1e1e !important;
  }
  .weather-main-component.is-world .weather-main-international-countries .weather-intl-first-row .weather-international-title {
    color: white !important;
  }
  .weather-main-component.is-world .weather-main-international-countries .international-cities-container .city-item .intertional-city-name {
    color: white !important;
  }
  .weather-main-component.is-world .weather-main-international-countries .international-cities-container .city-item .intertional-country-name {
    color: white !important;
  }
  .weather-main-component.is-world .future-forcast-container-mobile {
    display: none !important;
  }
  .weather-main-component.is-world .forcast-rise-row {
    border-bottom: unset !important;
    height: unset !important;
  }
  .weather-main-component.is-world .forcast-rise-row .future-forcast-box {
    box-shadow: 0 0.625vw 1.875vw 0.9375vw rgba(0, 0, 0, 0.21) !important;
    background-color: #343434 !important;
  }
  .weather-main-component.is-world .forcast-rise-row .future-forcast-box .future-forcast-title {
    color: white !important;
  }
  .weather-main-component.is-world .forcast-rise-row .future-forcast-box .future-forcast-temp {
    color: white !important;
  }
  .weather-main-component.is-world .update-block-mobile {
    display: none !important;
  }
}
.weather-main-component {
  width: 1239px;
  height: 760px;
  border-radius: unset;
  background-color: #fafafa;
}
.weather-main-component .celsius-symbol {
  vertical-align: top;
}
.weather-main-component .first-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 142px;
  width: 100%;
  padding: 53px 23px 25px;
  box-sizing: border-box;
}
.weather-main-component .first-row .weather-main-title-mobile {
  display: none;
}
.weather-main-component .first-row .weather-main-title {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.3px;
  color: #101010;
}
.font-moses .weather-main-component .first-row .weather-main-title {
  font-weight: 670;
  line-height: 48px;
  letter-spacing: normal;
  font-family: 'MosesDisplay';
}
.weather-main-component .first-row .weather-city-selector {
  width: 530px;
  height: 47px;
}
.weather-main-component .first-row .weather-city-selector .city-selector {
  padding-left: 18px;
  padding-right: 16px;
  padding-top: 11px;
  padding-bottom: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 0.5px #eaeaea;
  background-color: white;
  position: relative;
  box-sizing: border-box;
}
.weather-main-component .first-row .weather-city-selector .city-selector .search-input {
  width: 100%;
  height: 40px;
  outline: none;
  background: unset;
  border: unset;
  color: black;
  font-size: 20px;
}
.font-moses .weather-main-component .first-row .weather-city-selector .city-selector .search-input {
  font-weight: 340;
}
.weather-main-component .first-row .weather-city-selector .city-selector .search-input::placeholder {
  color: #90a4ae;
  font-size: 20px;
}
.font-moses .weather-main-component .first-row .weather-city-selector .city-selector .search-input::placeholder {
  font-weight: 340;
}
.weather-main-component .first-row .weather-city-selector .city-selector .search-input::-webkit-input-placeholder {
  /* Edge */
  color: #90a4ae;
  font-size: 20px;
}
.font-moses .weather-main-component .first-row .weather-city-selector .city-selector .search-input::-webkit-input-placeholder {
  font-weight: 340;
}
.weather-main-component .first-row .weather-city-selector .city-selector .search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #90a4ae;
  font-size: 20px;
}
.font-moses .weather-main-component .first-row .weather-city-selector .city-selector .search-input:-ms-input-placeholder {
  font-weight: 340;
}
.weather-main-component .first-row .weather-city-selector .city-selector .city-title {
  font-weight: normal;
  font-size: 20px;
}
.font-moses .weather-main-component .first-row .weather-city-selector .city-selector .city-title {
  font-weight: 340;
}
.weather-main-component .first-row .weather-city-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-main-component .first-row .weather-city-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-main-component .first-row .weather-city-selector .city-selector-bottom-border-off {
  border-bottom: unset;
  padding-bottom: unset;
  padding-top: 6px;
}
.weather-main-component .first-row .weather-city-selector .dropdown {
  display: flex;
  /* Track */
  /* Handle */
}
.weather-main-component .first-row .weather-city-selector .dropdown ::-webkit-scrollbar {
  width: 4px;
  border-radius: 5px;
}
.weather-main-component .first-row .weather-city-selector .dropdown ::-webkit-scrollbar-track {
  background: #d6d6d6;
  border-radius: 6px;
}
.weather-main-component .first-row .weather-city-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-main-component .first-row .weather-city-selector .dropdown .dropdown-window {
  padding-left: 18px;
  padding-right: 6px;
  border: 1px solid #e6e6e6;
  position: absolute;
  overflow-y: scroll;
  max-height: 220px;
  background-color: white;
  z-index: 10000;
  width: 530px;
  border-top: unset;
  transition: all 0.5s ease;
  transform: translateY(0);
  box-sizing: border-box;
}
.mynet .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-window {
  width: 434px;
  box-sizing: border-box;
}
.weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item {
  margin-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  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-main-component .first-row .weather-city-selector .dropdown .dropdown-item:hover {
  background-color: unset;
}
.weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-city-name {
  font-weight: 500;
  color: #101010;
  font-size: 20px;
}
.font-moses .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-city-name {
  font-weight: 340;
  line-height: 1.3;
}
.weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-country-name {
  margin-top: 8px;
  font-size: 16px;
  color: #101010;
}
.font-moses .weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-country-name {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 340;
}
.weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-tempature {
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -2.88px;
  color: #607d8b;
  display: inline-flex;
  width: auto;
  align-items: center;
}
.weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-tempature-icon {
  margin-right: 17px;
  margin-left: 17px;
  margin-top: 5px;
}
.weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-tempature-icon .icon {
  width: 22px;
  height: 20px;
}
.weather-main-component .first-row .weather-city-selector .dropdown .dropdown-item .dropdown-tempature-info {
  font-size: 18px;
  letter-spacing: 0px;
  color: #4d4d4d;
}
.weather-main-component .first-row .weather-city-selector .city-selector > div {
  width: 100%;
}
.weather-main-component .weather-main-box {
  width: 100%;
  height: 368px;
  padding: 19px 36px 11px 36px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.weather-main-component .weather-main-box .forcast-rise-row {
  width: 100%;
  height: 234px;
  display: flex;
  border-bottom: 2px solid rgba(216, 216, 216, 0.54);
}
.weather-main-component .weather-main-box .forcast-rise-row .forcast-today {
  width: 707px;
  border-left: 2px solid rgba(216, 216, 216, 0.54);
  margin-bottom: 25px;
}
.weather-main-component .weather-main-box .forcast-rise-row .forcast-today .day-title {
  font-size: 24px;
  letter-spacing: -0.3px;
  color: #101010;
}
.font-moses .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .day-title {
  font-size: 22px;
  font-weight: 340;
  line-height: 19px;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-icon {
  width: 54px;
  height: 54px;
  padding-left: 21px;
}
.weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-temp {
  font-size: 74px;
  font-weight: 300;
  height: 54px;
  padding-left: 17px;
}
.font-moses .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-temp {
  font-size: 72px;
  font-weight: 340;
  line-height: 72px;
}
.weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-temp .celsius-symbol {
  font-size: 50px;
}
.weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-desc {
  font-size: 24px;
  letter-spacing: -0.3px;
  color: #101010;
  align-self: baseline;
  height: 54px;
}
.font-moses .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now .forcast-desc {
  font-weight: 340;
  line-height: 24px;
  letter-spacing: normal;
  font-family: 'MosesDisplay';
}
.weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .forcast-now-hours-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 37px;
  padding-left: 37px;
  border-left: solid 0.5px #aeaeae;
}
.weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .forcast-now-hours-item .forcast-item-hour {
  font-size: 18px;
  letter-spacing: -0.3px;
  color: #717171;
  padding-bottom: 9px;
  text-align: center;
}
.font-moses .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .forcast-now-hours-item .forcast-item-hour {
  font-weight: 340;
  line-height: 18px;
  letter-spacing: normal;
  padding-bottom: 15px;
}
.weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .forcast-now-hours-item .forcast-item-icon-temp {
  display: flex;
  align-items: center;
}
.weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .forcast-now-hours-item .forcast-item-icon-temp img {
  width: 22px;
  height: 22px;
  padding-left: 6px;
}
.weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .forcast-now-hours-item .forcast-item-icon-temp .forcast-item-temp {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.24px;
  color: #717171;
}
.font-moses .weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .forcast-now-hours-item .forcast-item-icon-temp .forcast-item-temp {
  letter-spacing: normal;
  line-height: 23px;
}
.weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .first-box {
  padding-right: unset;
}
.weather-main-component .weather-main-box .forcast-rise-row .forcast-today .forcast-now-container .last-box {
  border-left: unset;
  padding-left: unset;
}
.weather-main-component .weather-main-box .forcast-hours {
  width: 530px;
  position: relative;
}
.weather-main-component .weather-main-box .forcast-hours .img-container {
  position: relative;
  height: 110px;
  margin: auto;
  width: 230px;
  margin-top: 7px;
}
.weather-main-component .weather-main-box .forcast-hours .img-container .sun-container {
  overflow: hidden;
  width: 230px;
  height: 110px;
}
.weather-main-component .weather-main-box .forcast-hours .img-container .sun-background-container {
  background: linear-gradient(101deg, #ffd22e -100%, #ffffff 60%);
  border-radius: 50%;
  border: 2px dotted #ffe587;
  border-bottom: unset;
  width: 220px;
  height: 200%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -100px;
  position: relative;
}
.weather-main-component .weather-main-box .forcast-hours .img-container .sun-background-container .sun-img {
  position: absolute;
  width: 34.5px;
  height: 34px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.507' height='34' viewBox='0 0 34.507 34'%3E %3Cg data-name='Group 96'%3E %3Cg data-name='1250'%3E %3Cpath data-name='live erea' style='fill:none' d='M0 0h34.507v34H0z'/%3E %3Cpath data-name='1250: “Clear”' d='M13.619 30v-4.286h3.269V30zm8.171-6.294 2.293-2.292 3.058 3.055-2.294 2.292zm-18.47.749L6.377 21.4l2.294 2.291-3.058 3.057zM6.907 15A8.347 8.347 0 0 1 23.6 15a8.347 8.347 0 0 1-16.693 0zm3.27 0a5.077 5.077 0 1 0 5.077-4.993A5.04 5.04 0 0 0 10.177 15zm15.972 1.607v-3.214h4.358v3.215zM0 16.608v-3.215h4.358v3.215zM21.8 6.3l3.058-3.055 2.292 2.293-3.059 3.055zM3.327 5.536l2.294-2.292L8.679 6.3 6.385 8.59zm10.292-1.25V0h3.269v4.285z' transform='translate(2 2)' style='fill:%23ffc107'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center transparent;
  right: 6%;
  top: 7%;
}
.weather-main-component .weather-main-box .forcast-hours .img-container .img-bottom-line {
  position: absolute;
  top: 108px;
  height: 2px;
  background-image: linear-gradient(to right, #fff1bf 0%, #f7edcc 16%, #f3ecd2 23%, #efead9 32%, #eae7e2 42%, #e5e5ea 52%);
  width: 100%;
}
.weather-main-component .weather-main-box .forcast-hours .img-container .sunrise-sunset-point {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: -4px;
  position: absolute;
  z-index: 3;
}
.weather-main-component .weather-main-box .forcast-hours .img-container :nth-child(3) {
  background-color: #ffd22e;
  right: 99%;
}
.weather-main-component .weather-main-box .forcast-hours .img-container :nth-child(4) {
  background-color: #d8d8d8;
  left: 99%;
}
.weather-main-component .weather-main-box .forcast-hours .sunrise-sunset-container {
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  box-sizing: border-box;
  width: 270px;
}
.weather-main-component .weather-main-box .forcast-hours .sunrise-sunset-container .sunrise-sunset-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.weather-main-component .weather-main-box .forcast-hours .sunrise-sunset-container .sunrise-sunset-block .sunrise-sunset-title {
  font-size: 16px;
  letter-spacing: -0.27px;
  color: #717171;
  text-align: center;
}
.font-moses .weather-main-component .weather-main-box .forcast-hours .sunrise-sunset-container .sunrise-sunset-block .sunrise-sunset-title {
  font-weight: 340;
  line-height: normal;
  letter-spacing: normal;
}
.weather-main-component .weather-main-box .forcast-hours .sunrise-sunset-container .sunrise-sunset-block .sunrise-sunset-time {
  font-size: 22px;
  font-weight: 500;
  padding-top: 9px;
  letter-spacing: -0.24px;
  box-sizing: border-box;
}
.font-moses .weather-main-component .weather-main-box .forcast-hours .sunrise-sunset-container .sunrise-sunset-block .sunrise-sunset-time {
  line-height: normal;
  letter-spacing: normal;
  padding-top: 6px;
}
.weather-main-component .weather-main-box .forcast-hours .sunrise-sunset-credit {
  position: absolute;
  bottom: 10px;
  font-size: 10px;
  letter-spacing: -0.17px;
  color: #717171;
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.font-moses .weather-main-component .weather-main-box .forcast-hours .sunrise-sunset-credit {
  font-weight: 340;
  line-height: normal;
  letter-spacing: normal;
}
.weather-main-component .weather-main-box .forcast-hours .sunrise-sunset-credit img {
  width: 81px;
  height: 16px;
}
.weather-main-component .weather-main-box .weather-details-container {
  display: flex;
  flex-direction: column;
  height: 110px;
  justify-content: space-between;
}
.weather-main-component .weather-main-box .weather-details-container .details-title-mobile {
  display: none;
}
.weather-main-component .weather-main-box .weather-details-container .details-row {
  padding-top: 14px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.weather-main-component .weather-main-box .weather-details-container .details-row .details-item .details-title {
  font-size: 16px;
  letter-spacing: -0.27px;
  color: #717171;
}
.font-moses .weather-main-component .weather-main-box .weather-details-container .details-row .details-item .details-title {
  font-weight: 340;
  line-height: normal;
  letter-spacing: normal;
}
.weather-main-component .weather-main-box .weather-details-container .details-row .details-item .details-value {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.26px;
  color: #101010;
  padding-top: 7px;
}
.font-moses .weather-main-component .weather-main-box .weather-details-container .details-row .details-item .details-value {
  font-size: 24px;
  font-weight: 340;
  line-height: normal;
  letter-spacing: normal;
  padding-top: 3px;
}
.weather-main-component .weather-main-box .weather-details-container .details-row .details-item .details-wind-img {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.99' height='26' viewBox='0 0 25.99 26'%3E %3Cg data-name='Group 16' transform='translate(1 1)'%3E %3Cpath d='M5.219 11.131.5 13.217l-.5-.494L5.217 0l5.22 12.724-.494.494z' transform='rotate(45 3.772 18.177)' style='stroke-width:.2px;stroke:%23000;stroke-miterlimit:10'/%3E %3Cellipse cx='11.995' cy='12' rx='11.995' ry='12' style='fill:none;stroke-width:2px;stroke:%23000;stroke-miterlimit:10'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 100%;
  height: 24px;
  width: 24px;
  margin-left: 8px;
}
.weather-main-component .weather-main-box .weather-details-container .details-row .first-box {
  text-align: right;
}
.weather-main-component .weather-main-box .weather-details-container .details-row .last-box {
  text-align: left;
}
.weather-main-component .weather-main-box .weather-details-container .details-row .last-box .details-value {
  display: flex;
  align-items: center;
}
.weather-main-component .weather-main-box .weather-details-container .credit-update-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.weather-main-component .weather-main-box .weather-details-container .credit-update-row .ims-credit {
  font-size: 12px;
  letter-spacing: -0.2px;
  text-align: right;
  color: #717171;
  display: flex;
  align-items: center;
}
.font-moses .weather-main-component .weather-main-box .weather-details-container .credit-update-row .ims-credit {
  font-weight: 340;
  line-height: normal;
  letter-spacing: normal;
}
.weather-main-component .weather-main-box .weather-details-container .credit-update-row .ims-credit img {
  width: 11px;
  height: 11px;
  padding-right: 5px;
}
.weather-main-component .weather-main-box .weather-details-container .credit-update-row .update-block {
  font-size: 16px;
  letter-spacing: -0.27px;
  color: #717171;
}
.font-moses .weather-main-component .weather-main-box .weather-details-container .credit-update-row .update-block {
  font-size: 14px;
  font-weight: 340;
  line-height: normal;
  letter-spacing: normal;
}
.weather-main-component .last-row {
  width: 1239px;
  display: flex;
}
.weather-main-component .last-row .weather-contact-us {
  width: 602px;
  height: 191px;
  opacity: 0.96;
  background-color: white;
  padding: 0px 31px;
  background-image: url(/images/weather-new-icons/weather-banners/contant_us_banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.weather-main-component .last-row .weather-contact-us .weather-contact-sivuk-sentence {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #101010;
  margin-bottom: 7px;
  margin-top: 31px;
}
.font-moses .weather-main-component .last-row .weather-contact-us .weather-contact-sivuk-sentence {
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.weather-main-component .last-row .weather-contact-us .share-with-us-sentence {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: #101010;
  margin-bottom: 25px;
}
.font-moses .weather-main-component .last-row .weather-contact-us .share-with-us-sentence {
  font-weight: 670;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.weather-main-component .last-row .weather-contact-us .share-with-us-btn {
  width: 163px;
  height: 42px;
  margin: 25px 0 0 164px;
  background-color: #1417ac;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.weather-main-component .last-row .weather-contact-us .share-with-us-btn div {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-align: center;
  color: white;
}
.font-moses .weather-main-component .last-row .weather-contact-us .share-with-us-btn div {
  font-weight: 670;
  letter-spacing: normal;
}
.weather-main-component .future-forcast-container-mobile {
  display: none;
}
.weather-main-component .forcast-hours-mobile {
  display: none;
}
.weather-main-component .update-block-mobile {
  display: none;
}
.weather-main-component .future-forcast-container {
  display: flex;
}
.weather-main-component .future-forcast-container .future-forcast-box {
  margin-left: 17px;
  width: 195px;
  height: 191px;
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.weather-main-component .future-forcast-container .future-forcast-box .future-forcast-title {
  font-size: 22px;
  letter-spacing: -0.28px;
  text-align: center;
  color: #101010;
  padding-bottom: 20px;
}
.font-moses .weather-main-component .future-forcast-container .future-forcast-box .future-forcast-title {
  font-weight: 340;
  line-height: 22px;
  letter-spacing: normal;
}
.weather-main-component .future-forcast-container .future-forcast-box .future-forcast-temp {
  display: flex;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.1px;
  color: #101010;
  padding-right: 5px;
  align-items: center;
}
.font-moses .weather-main-component .future-forcast-container .future-forcast-box .future-forcast-temp {
  font-weight: 340;
  letter-spacing: normal;
  line-height: 34px;
}
.weather-main-component .future-forcast-container .future-forcast-box .future-forcast-temp img {
  width: 30px;
  height: 30px;
  padding-left: 5px;
}
.weather-main-component .future-forcast-container .last-box {
  margin-left: 19.5px;
}
.weather-main-component.is-world {
  height: 368px;
}
.weather-main-component.is-world .weather-main-box {
  padding: 25px 15px;
}
.weather-main-component.is-world .weather-main-box .forcast-today {
  width: 630px;
  margin-bottom: 10px;
}
.weather-main-component.is-world .weather-main-box .forcast-today .forcast-now {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  width: 613px;
  height: 99px;
  margin-bottom: 15px;
  align-content: center;
  align-items: center;
}
.weather-main-component.is-world .weather-main-box .forcast-today .forcast-now .celsius-number {
  line-height: 0;
  padding-left: 2px;
}
.weather-main-component.is-world .weather-main-box .forcast-today .forcast-now .forcast-temp {
  height: unset;
}
.weather-main-component.is-world .weather-main-box .forcast-today .forcast-now .celsius-symbol {
  vertical-align: unset;
}
.weather-main-component.is-world .weather-main-box .forcast-today .forcast-now .day-title {
  padding-left: 17px;
}
.weather-main-component.is-world .weather-main-box .forcast-today .forcast-now .forcast-desc {
  align-self: unset;
  height: unset;
}
.weather-main-component.is-world .weather-contact-us {
  width: 1239px;
  height: 191px;
  background-image: url(/images/weather-new-icons/weather-banners/contant_us_banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.weather-main-component.is-world .forcast-rise-row {
  border-bottom: unset;
  height: 315px;
}
.weather-main-component.is-world .forcast-rise-row .weather-main-international-countries {
  padding-right: 15px;
}
.weather-main-component.is-world .forcast-rise-row .weather-main-international-countries .weather-intl-first-row .weather-international-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.28px;
}
.font-moses .weather-main-component.is-world .forcast-rise-row .weather-main-international-countries .weather-intl-first-row .weather-international-title {
  font-weight: 670;
  letter-spacing: normal;
}
.weather-main-component.is-world .forcast-rise-row .weather-main-international-countries .weather-intl-first-row .update-block-is-world {
  display: none;
}
.weather-main-component.is-world .forcast-rise-row .weather-main-international-countries .international-cities-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 235px;
  overflow: hidden;
}
.weather-main-component.is-world .forcast-rise-row .weather-main-international-countries .international-cities-container .city-item {
  border-bottom: 0.5px solid rgba(216, 216, 216, 0.54);
  padding-bottom: 10px;
  width: 30%;
  height: 25%;
  display: flex;
  align-items: flex-end;
}
.weather-main-component.is-world .forcast-rise-row .weather-main-international-countries .international-cities-container .city-item .intertional-city-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -0.2px;
}
.font-moses .weather-main-component.is-world .forcast-rise-row .weather-main-international-countries .international-cities-container .city-item .intertional-city-name {
  font-weight: 670;
  letter-spacing: normal;
}
.weather-main-component.is-world .forcast-rise-row .weather-main-international-countries .international-cities-container .city-item .intertional-country-name {
  font-size: 16px;
  line-height: 1.13;
  font-weight: 300;
  letter-spacing: -0.2px;
}
.font-moses .weather-main-component.is-world .forcast-rise-row .weather-main-international-countries .international-cities-container .city-item .intertional-country-name {
  font-weight: 340;
  letter-spacing: normal;
}
.weather-main-component.is-world .future-forcast-container .future-forcast-box .future-forcast-title {
  padding-bottom: unset;
}
.weather-main-component.is-world .future-forcast-container .future-forcast-box img {
  padding: 15px 0;
  width: 55px;
  height: 55px;
}
.weather-main-component.is-world .future-forcast-container .future-forcast-box .future-forcast-temp {
  padding-right: unset;
}
.weather-main-component.is-world .weather-contact-us {
  background-image: url(/images/weather-new-icons/weather-banners/contact_us_banner_big.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.weather-main-component.is-world .is-world-last-row {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.weather-main-component.is-world .is-world-last-row .update-block-is-world {
  display: block;
  font-size: 16px;
  letter-spacing: -0.27px;
  color: #717171;
}
.font-moses .weather-main-component.is-world .is-world-last-row .update-block-is-world {
  font-size: 14px;
  font-weight: 340;
  line-height: normal;
  letter-spacing: normal;
}
.weather-main-component.is-world .is-world-last-row .ims-credit-is-world {
  font-size: 12px;
  letter-spacing: -0.2px;
  text-align: right;
  color: #717171;
  display: flex;
  align-items: center;
}
.font-moses .weather-main-component.is-world .is-world-last-row .ims-credit-is-world {
  font-weight: 340;
  line-height: normal;
  letter-spacing: normal;
}
.weather-main-component.is-world .is-world-last-row .ims-credit-is-world img {
  width: 12px;
  height: 11px;
  padding-left: 5px;
}
@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: 41% !important;
    right: 40% !important;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .en-gedi {
    bottom: 47%;
    right: 36% !important;
  }
  .weather-map-extended-component .component-container .weather-extended-map-module .map-container .beer-sheva {
    bottom: 40% !important;
    right: 55% !important;
  }
  .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.new-layout {
    width: 100% !important;
    margin: unset !important;
    border-radius: unset !important;
    padding: unset !important;
  }
  .weather-map-extended-component.new-layout .info-row {
    padding: 0.78125vw 2.34375vw 0px 2.34375vw !important;
  }
  .weather-map-extended-component.new-layout .info-row .map-extended-title {
    color: black;
    font-size: 5vw !important;
    font-weight: 600 !important;
    letter-spacing: -0.53px !important;
    font-family: unset;
  }
  .weather-map-extended-component.new-layout .info-row .map-extended-date {
    font-family: unset;
    font-size: 2.8125vw !important;
    letter-spacing: -0.36px !important;
    color: #717171 !important;
    align-self: end !important;
  }
  .weather-map-extended-component.new-layout .tabs-container {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    border-bottom: 1px solid #efefef !important;
  }
  .weather-map-extended-component.new-layout .tabs-container > div {
    border: unset !important;
    height: unset !important;
  }
  .weather-map-extended-component.new-layout .tabs-container > div .tab-item {
    background-color: unset !important;
    width: 19.53125vw !important;
    font-size: 2.34375vw !important;
    letter-spacing: -0.3px !important;
    font-family: unset !important;
    margin-bottom: unset !important;
    color: black !important;
    font-size: 3.90625vw !important;
    letter-spacing: -0.5px !important;
  }
  .weather-map-extended-component.new-layout .tabs-container > div .tab-item.selected {
    color: #1417ac !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .indicator-container {
    right: 4% !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container {
    background-image: url(/Common/images/weather-new-icons/weatherMapIcons/newWeatherMap.png) !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .info-title {
    width: 18.75vw !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .info-title .temp-info {
    font-family: unset !important;
    font-size: 3.125vw !important;
    font-weight: 300 !important;
    letter-spacing: -0.33px !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .info-title .city-title {
    font-family: unset !important;
    font-size: 3.75vw !important;
    line-height: 0.71 !important;
    letter-spacing: -0.51px !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .info-title .preci-text {
    font-family: unset !important;
    font-size: 3.125vw !important;
    font-weight: 300 !important;
    letter-spacing: -0.33px !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .humidity-img {
    width: 4.84375vw !important;
    height: 4.21875vw !important;
    margin-left: unset !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .wave-height-img {
    height: 5.3125vw !important;
    width: 19x !important;
    margin-left: unset !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .weather-drop-img {
    width: 5.15625vw !important;
    height: 4.6875vw !important;
    margin-left: unset !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .weather-img {
    width: 5.78125vw !important;
    height: 5.3125vw !important;
    margin-left: unset !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .uv-img {
    width: 4.6875vw !important;
    height: 4.6875vw !important;
    margin-left: 0.9375vw !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item img {
    padding-top: 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) {
  .weather-map-extended-component.new-layout {
    background-color: #313131 !important;
  }
  .weather-map-extended-component.new-layout .info-row .map-extended-title {
    color: white !important;
  }
  .weather-map-extended-component.new-layout .tabs-container > div .tab-item {
    color: white !important;
  }
  .weather-map-extended-component.new-layout .tabs-container > div .tab-item.selected {
    color: #3ea6ff !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .indicator-container .range {
    color: white !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container {
    filter: invert(1);
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item {
    filter: invert(1);
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .info-title .temp-info {
    color: #aeaeae !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .info-title .city-title {
    color: #aeaeae !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .info-title .preci-text {
    color: #aeaeae !important;
  }
  .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item img {
    filter: invert(0);
  }
}
.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-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%;
}
.weather-map-extended-component.new-layout {
  width: 100%;
  height: 836px;
  background-color: #fafafa;
  padding: 14px 28px;
  box-sizing: border-box;
  border-radius: unset;
}
.weather-map-extended-component.new-layout .info-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}
.weather-map-extended-component.new-layout .info-row .map-extended-title {
  font-family: unset;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  line-height: 28px;
  letter-spacing: -0.3px;
  color: #101010;
}
.font-moses .weather-map-extended-component.new-layout .info-row .map-extended-title {
  line-height: normal;
  letter-spacing: normal;
  font-family: 'MosesDisplay';
}
.weather-map-extended-component.new-layout .info-row .map-extended-date {
  font-family: unset;
  font-size: 16px;
  line-height: normal;
  color: #717171;
  align-self: flex-start;
}
.font-moses .weather-map-extended-component.new-layout .info-row .map-extended-date {
  font-weight: 340;
  letter-spacing: normal;
}
.weather-map-extended-component.new-layout .tabs-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  box-sizing: border-box;
  width: 100%;
}
.weather-map-extended-component.new-layout .tabs-container .tab-item {
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #101010;
  padding-bottom: unset;
  letter-spacing: -0.27px;
  -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 */
  font-family: unset;
  align-self: center;
}
.font-moses .weather-map-extended-component.new-layout .tabs-container .tab-item {
  font-weight: 340;
  letter-spacing: normal;
}
.weather-map-extended-component.new-layout .tabs-container .tab-item:hover {
  color: #607d8b;
}
.weather-map-extended-component.new-layout .tabs-container .selected {
  color: #1417ac;
  font-weight: 500;
  border-bottom: unset;
}
.weather-map-extended-component.new-layout .tabs-container > div {
  padding-left: 15px;
  border-left: solid 0.5px #979797;
  box-sizing: border-box;
  height: 18px;
  display: flex;
}
.weather-map-extended-component.new-layout .tabs-container > div:last-child {
  padding-left: 0px;
  border-left: unset;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module {
  width: 100%;
  height: 100%;
  position: relative;
}
.weather-map-extended-component.new-layout .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%;
  display: flex;
}
.weather-map-extended-component.new-layout .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.new-layout .component-container .weather-extended-map-module .indicator-container .sviva-img {
  width: 99px;
  height: 57px;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .indicator-container .indicator-legend {
  width: 15px;
  height: 340px;
  margin-left: 15px;
  object-fit: contain;
  border-radius: 10px;
  box-sizing: border-box;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .indicator-container .indicator-legend.uv-map {
  background: linear-gradient(0deg, #9bde42 0%, #ecc400 16%, #e28800 35%, #ea6528 53%, #d10000 70%, #d100a1 86%, #ff009c 100%);
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .indicator-container .indicator-legend.pollution-map {
  background: linear-gradient(0deg, #86c493 0%, #57bc4e 9%, #e3a10d 30%, #f09f07 35%, #ff9c00 41%, #ff4249 59%, #ff3059 66%, #e1284c 73%, #751024 93%, #570919 100%);
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .indicator-container .indicator-box-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .indicator-container .indicator-box-container .indicator-box {
  display: flex;
  align-items: center;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .indicator-container .indicator-box-container .indicator-box .border-radius-top {
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .indicator-container .indicator-box-container .indicator-box .border-radius-bottom {
  border-bottom-left-radius: 110px;
  border-bottom-right-radius: 110px;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .indicator-container .indicator-box-container .indicator-box .indicator-block {
  margin-left: 14px;
  width: 15px;
  height: 59px;
  display: none;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .indicator-container .indicator-box-container .indicator-box .indicator-info .range {
  font-family: unset;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: right;
  color: #101010;
}
.font-moses .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .indicator-container .indicator-box-container .indicator-box .indicator-info .range {
  font-weight: 340;
  letter-spacing: normal;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .indicator-container .indicator-box-container .indicator-box .indicator-info .desc {
  font-family: unset !important;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  text-align: right;
  color: #717171;
}
.font-moses .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .indicator-container .indicator-box-container .indicator-box .indicator-info .desc {
  font-weight: 340;
  letter-spacing: normal;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container {
  position: relative;
  width: 288px;
  height: 684px;
  margin: auto;
  background-image: url(/Common/images/weather-new-icons/weatherMapIcons/newWeatherMap.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.weather-map-extended-component.new-layout .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.new-layout .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.new-layout .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.new-layout .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.new-layout .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.new-layout .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.new-layout .component-container .weather-extended-map-module .map-container .city-item .info-title {
  width: 100px;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .humidity-img {
  width: 23px;
  height: 21px;
  margin-left: 6px;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .wave-height-img {
  height: 20px;
  width: 24px;
  margin-left: 5px;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .weather-drop-img {
  width: 20px;
  height: 20px;
  margin-left: 6px;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .weather-img {
  width: 23px;
  height: 21px;
  margin-left: 6px;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .uv-img {
  width: 20px;
  height: 20px;
  margin-left: 6px;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .preci-text {
  font-family: unset;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  color: #101010;
}
.font-moses .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .preci-text {
  font-weight: 340;
  letter-spacing: normal;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .prec-text {
  font-family: unset;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  color: #101010;
}
.font-moses .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .prec-text {
  font-weight: 340;
  letter-spacing: normal;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .temp-info {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  text-align: right;
  color: #101010;
  font-family: unset;
}
.font-moses .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .temp-info {
  font-weight: 340;
  line-height: normal;
  letter-spacing: normal;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .city-title {
  font-family: unset;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0;
  letter-spacing: -0.27px;
  text-align: right;
  color: #717171;
}
.font-moses .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .city-title {
  font-weight: 340;
  line-height: normal;
  letter-spacing: normal;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .index-title {
  font-family: unset;
  font-size: 18px;
  line-height: 22px;
  color: #607d8b;
  margin-right: 6px;
  direction: ltr;
}
.font-moses .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .index-title {
  font-weight: 340;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .missing-data-title {
  font-family: unset;
  font-size: 14px;
  line-height: 17px;
  color: #607d8b;
  padding-top: 4px;
}
.font-moses .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .missing-data-title {
  font-weight: 340;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .region-title {
  font-family: unset;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #4d4d4d;
  padding-bottom: 8px;
}
.font-moses .weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .city-item .region-title {
  font-weight: 670;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .region-item-1 {
  top: 2%;
  right: 20%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .region-item-2 {
  top: 6%;
  right: 45%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .region-item-3 {
  top: 13%;
  right: 26%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .region-item-4 {
  top: 16%;
  right: 52%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .region-item-5 {
  top: 27%;
  right: 32%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .region-item-6 {
  top: 35%;
  right: 56%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .region-item-7 {
  top: 24%;
  right: 54%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .region-item-8 {
  top: 43%;
  right: 42%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .region-item-9 {
  top: 54%;
  right: 49%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .region-item-10 {
  top: 42%;
  right: 77%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .region-item-11 {
  top: 62%;
  right: 60%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .region-item-12 {
  top: 85%;
  right: 57%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .zefat {
  top: 7%;
  right: 27%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .haifa {
  top: 12%;
  right: 56%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .tiberias {
  top: 12%;
  right: 13%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .bet-shean {
  top: 18%;
  right: 23%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .tel-aviv-yafo {
  top: 30%;
  right: 60%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .ashdod {
  top: 38%;
  right: 68%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .jerusalem {
  top: 41%;
  right: 42%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .en-gedi {
  bottom: 47%;
  right: 37%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .beer-sheva {
  bottom: 40%;
  right: 55%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .mizpe-ramon {
  bottom: 30%;
  right: 60%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module .map-container .elat {
  bottom: 0%;
  right: 56%;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module.pollution .indicator-container {
  display: flex;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module.pollution .indicator-container .legend-color-block {
  height: 340px;
  margin-left: 15px;
  width: 15px;
  border-radius: 10px;
  background: linear-gradient(0deg, #86c493 0%, #57bc4e 9%, #e3a10d 30%, #f09f07 35%, #ff9c00 41%, #ff4249 59%, #fa2f57 66%, #e1284c 73%, #751024 93%, #570919 100%);
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module.pollution .indicator-container .indicator-info-container {
  display: flex;
  flex-direction: column;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module.pollution .indicator-container .indicator-info-container .indicator-box {
  align-items: center;
  height: 85px;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module.pollution .indicator-container .indicator-info-container .indicator-box .indicator-info .range {
  font-size: 18px;
  letter-spacing: -0.3px;
  font-family: unset !important;
  color: black;
}
.font-moses .weather-map-extended-component.new-layout .component-container .weather-extended-map-module.pollution .indicator-container .indicator-info-container .indicator-box .indicator-info .range {
  font-weight: 340;
  letter-spacing: normal;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module.pollution .indicator-container .indicator-info-container .indicator-box .indicator-info .desc {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.23px;
  color: #717171;
  font-family: unset !important;
}
.font-moses .weather-map-extended-component.new-layout .component-container .weather-extended-map-module.pollution .indicator-container .indicator-info-container .indicator-box .indicator-info .desc {
  font-weight: 340;
  letter-spacing: normal;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module.pollution .indicator-container .indicator-info-container .indicator-box:first-child {
  align-items: flex-start;
}
.weather-map-extended-component.new-layout .component-container .weather-extended-map-module.pollution .indicator-container .indicator-info-container .indicator-box:last-child {
  align-items: flex-end;
}
@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: 172.34375vw !important;
    border-radius: 2.5vw !important;
    margin: auto;
    margin-bottom: 3.125vw !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;
  }
  .weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) {
    width: 100% !important;
    margin: unset !important;
    height: 176.875vw !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    margin-bottom: 6.25vw !important;
  }
  .weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) .logo-box {
    margin-left: 2.34375vw !important;
  }
  .weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) .logo-box .logo {
    background-color: #607d8b;
    width: 9.375vw !important;
    height: 4.6875vw !important;
  }
  .weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) .page-title {
    width: 85%;
    margin-right: 2.34375vw !important;
    padding-top: 2.34375vw !important;
    padding-bottom: 2.03125vw !important;
    font-size: 5vw !important;
    font-weight: 600 !important;
    line-height: normal !important;
    color: black;
    font-family: unset !important;
    letter-spacing: -0.47px !important;
  }
  .weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) .jellyfish-map-container {
    width: 96%;
    height: 149.21875vw !important;
    margin-bottom: 1.875vw;
  }
  .weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) .jellyfish-map-container {
    width: 96% !important;
    height: 164.0625vw !important;
    margin-bottom: 2.34375vw !important;
    border-radius: 0px !important;
  }
  .weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) .jellyfish-map-container iframe {
    border-radius: 0px !important;
  }
  .weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) .radar-container {
    width: 96% !important;
    height: 164.0625vw !important;
    border-radius: 0px !important;
    margin: auto;
    margin-bottom: 2.34375vw !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) {
  .weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) {
    background-color: #313131 !important;
  }
  .weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) .page-title {
    color: white !important;
  }
}
.mynet .weather-radar {
  height: 1000px;
}
.mynet .weather-radar .radar-container {
  height: 930px;
}
.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: 1443px;
  border-radius: 16px;
  margin: auto;
  margin-bottom: 30px;
}
.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;
}
.weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) {
  width: 100%;
  height: 835px;
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) .logo-box {
  margin-left: 4%;
}
.weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) .logo-box .logo {
  width: 60px;
  height: 30px;
}
.weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) .page-title {
  width: 85%;
  margin-right: 5%;
  padding-top: 15px;
  padding-bottom: 12px;
  font-family: unset;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: black;
  letter-spacing: -0.3px;
}
.font-moses .weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) .page-title {
  line-height: normal;
  letter-spacing: normal;
}
.weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) .radar-container {
  width: 96%;
  height: 750px;
  margin-bottom: 12px;
}
.weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) .jellyfish-map-container {
  width: 96%;
  height: 750px;
  margin-bottom: 12px;
}
.weather-radar-container.new-layout *:is(.weather-radar, .jellyfish-map) .jellyfish-map-container iframe {
  border-radius: 0px !important;
}
@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;
}
.MessageToAuthor {
  width: 100%;
  height: 324px;
  margin-top: 16px;
}
.MessageToAuthor > div {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 23px 23px;
  border-radius: 7px;
  box-shadow: 0 1px 3px 0 rgba(218, 218, 221, 0.8), 0 -2px 4px 0 rgba(0, 0, 0, 0.06);
  border: solid 0.5px #f1f1f5;
  background-color: #ffffff;
  z-index: 1;
  display: flex;
}
.MessageToAuthor > div:after {
  position: absolute;
  top: 34px;
  right: 50px;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 1px;
  background-color: #fff;
  box-shadow: -2px -2px 4px -1px rgba(218, 218, 221, 0.8);
  transform: rotate(45deg);
  z-index: 0;
}
.MessageToAuthor * {
  font-size: 18px;
  color: #3b3b48;
  letter-spacing: -0.3px;
  font-weight: normal;
}
.MessageToAuthor .successMsg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
}
.MessageToAuthor textarea,
.MessageToAuthor input {
  border-radius: 4px;
  background-color: #ededed;
  box-sizing: border-box;
  border: 0;
  outline: 0;
}
.MessageToAuthor input {
  height: 47px;
  padding: 12px;
  margin-bottom: 16px;
}
.MessageToAuthor textarea {
  width: 408px;
  height: 100%;
  margin-left: 19px;
  padding: 12px 15px;
  border: 0;
}
.MessageToAuthor textarea.error {
  border: 1px solid red;
}
.MessageToAuthor .infoArea {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.MessageToAuthor .sendToAuthor {
  width: 100%;
  height: 47px;
  background-image: linear-gradient(120deg, #474cdd, #1417ac 38%);
  font-weight: 300;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
}
.MessageToAuthor .title {
  margin-bottom: 16px;
  height: 24px;
  line-height: 24px;
}
.MessageToAuthor .closeWindow {
  width: 14px;
  height: 14px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: -10px;
}
.SiteArticleContact {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  clear: both;
  margin-top: 40px;
}
.ynetnews .SiteArticleContact,
.vesty .SiteArticleContact {
  direction: ltr;
}
.SiteArticleContact .commentInfoBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f8f9;
  padding: 14px 14px 16px 30px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  flex-direction: row-reverse;
}
.font-moses .SiteArticleContact .commentInfoBox {
  font-size: 16px;
  font-weight: 670;
  line-height: 1;
}
.ynetnews .SiteArticleContact .commentInfoBox,
.vesty .SiteArticleContact .commentInfoBox {
  padding: 14px 30px 16px 14px;
}
.SiteArticleContact .commentInfoBox .toAllComments {
  text-decoration: underline;
  padding-inline-start: 10px;
  border-inline-start: 2px solid #000;
  cursor: pointer;
}
.ynetnews .SiteArticleContact .commentInfoBox .toAllComments,
.vesty .SiteArticleContact .commentInfoBox .toAllComments {
  margin-left: unset;
  margin-right: 33px;
}
.SiteArticleContact .commentInfoBox > div:not(.toAllComments) {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-grow: 1;
  justify-content: space-between;
  margin-inline-end: 10px;
}
.SiteArticleContact .addNewComment {
  background-image: linear-gradient(126deg, #474cdd, #1417ac 42%);
  height: 36px;
  display: flex;
  width: 236px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  padding: 0 19px;
}
.font-moses .SiteArticleContact .addNewComment {
  background-image: none;
  background-color: #ed1c24;
}
.ynetnews .SiteArticleContact .addNewComment,
.vesty .SiteArticleContact .addNewComment {
  width: 170px;
}
.SiteArticleContact .addNewComment span {
  color: #f3f8f9;
  letter-spacing: -0.3px;
}
.SiteArticleContact .addNewComment span:not(.shareIcon1280) {
  font-size: 17px;
  font-weight: 600;
}
.font-moses .SiteArticleContact .addNewComment span:not(.shareIcon1280) {
  font-size: 16px;
  font-weight: 670;
  letter-spacing: normal;
}
.SiteArticleContact .addNewComment .shareIcon1280 {
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  margin: 4px 0 2px 4px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill-rule='nonzero' stroke='%23fff' stroke-width='2'%3E %3Cpath d='M23 1.52v16.59H10.644l-4.047 3.644-.001-3.645H1V1.52h22z' transform='translate(-12 -12) translate(12 12)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-size: contain;
}
.ynetnews .SiteArticleContact .addNewComment .shareIcon1280,
.vesty .SiteArticleContact .addNewComment .shareIcon1280 {
  margin: 4px 4px 2px 0px;
}
.font-moses .SiteArticleContact .addNewComment .shareIcon1280 {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='19' viewBox='0 0 22 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.7864 0.5H3.20782C1.70988 0.5 0.5 1.66387 0.5 3.10485V11.2852C0.5 12.7206 1.70988 13.89 3.20782 13.89H4.14691V17.2874C4.14691 18.3127 5.43169 18.8226 6.18642 18.1021L10.565 13.89H18.7922C20.2844 13.89 21.5 12.7262 21.5 11.2852V3.10485C21.5 1.66941 20.2901 0.5 18.7922 0.5H18.7864Z' stroke='white' stroke-miterlimit='10'/%3E %3Cpath d='M10.9739 8.52573C10.1097 8.52573 9.4126 7.85512 9.4126 7.02379C9.4126 6.19245 10.1097 5.52184 10.9739 5.52184C11.8381 5.52184 12.5352 6.19245 12.5352 7.02379C12.5352 7.85512 11.8381 8.52573 10.9739 8.52573Z' fill='white'/%3E %3Cpath d='M16.3494 8.53112C15.4852 8.53112 14.7881 7.86051 14.7881 7.02917C14.7881 6.19784 15.4852 5.52723 16.3494 5.52723C17.2136 5.52723 17.9107 6.19784 17.9107 7.02917C17.9107 7.86051 17.2136 8.53112 16.3494 8.53112Z' fill='white'/%3E %3Cpath d='M5.64481 8.53112C4.78062 8.53112 4.0835 7.86051 4.0835 7.02917C4.0835 6.19784 4.78062 5.52723 5.64481 5.52723C6.50901 5.52723 7.20613 6.19784 7.20613 7.02917C7.20613 7.86051 6.50901 8.53112 5.64481 8.53112Z' fill='white'/%3E %3C/svg%3E");
  height: 18px;
  width: 21px;
  margin: 4px 0 2px 6px;
}
.SiteArticleContact * {
  font-weight: bold;
}
.font-moses .SiteArticleContact * {
  font-weight: 670;
}
.SiteArticleContact .contactWrapper,
.SiteArticleContact .mistakeText {
  text-decoration: underline;
  color: inherit;
  font-weight: normal;
}
.SiteArticleContact .contactAuthor {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.3px;
  color: #6f6f6f;
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
}
.SiteArticleContact .contactAuthor .authorAvatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: 8px;
  margin-bottom: -3px;
}
.ynetnews .SiteArticleContact .contactAuthor .authorAvatar {
  margin-left: unset;
  margin-right: 8px;
}
.SiteArticleContact .writeUsIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%231417AC'%3E %3Cpath fill-rule='nonzero' d='M11.5 2.212L11.5 0 0 0 0 13.5 11.5 13.5 11.5 7.725 9.988 9.099 9.988 11.989 1.5 11.989 1.5 1.515 9.988 1.515 9.988 3.75z'/%3E %3Cpath d='M2.75 2.75H7.75V3.75H2.75zM2.75 4.75H6.75V5.75H2.75z'/%3E %3Cpath d='M8.737 1.75L10.609 1.75 10.481 10.933 9.545 11.869 8.609 10.933z' transform='rotate(45 9.61 6.81)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 21px;
  margin-left: 10px;
}
.ynetnews .SiteArticleContact .writeUsIcon,
.vesty .SiteArticleContact .writeUsIcon {
  margin-right: 10px;
  margin-left: unset;
}
.SiteArticleContact .foundMistake {
  display: flex;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.3px;
  color: #6f6f6f;
  font-weight: normal;
  margin-bottom: 20px;
}
.font-moses .SiteArticleContact .foundMistake * {
  font-weight: 340;
}
.font-moses .SiteArticleContact .foundMistake {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
}
.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;
}
.font-moses .grid1280_2 .ArticleHeadlinesAuto .TabComponenta .titleLink .leftTitleText {
  font-size: 12px;
}
.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;
}
.font-moses .grid1280_2 .ArticleHeadlinesAuto .TabComponenta .titleLink .rightTitleText {
  font-size: 14px;
  font-weight: 670;
}
.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;
  max-height: 20px;
}
.font-moses .grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-size: 15px;
  font-weight: 670;
}
.grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  font-size: 16px;
  margin-top: 11px;
  width: 90%;
}
.font-moses .grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 340;
  line-height: 20px;
  height: 60px;
}
.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;
}
.font-moses .grid1280_2 .ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails {
  font-size: 12px;
  font-weight: 340;
  margin-top: 5px;
}
.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;
}
.font-moses .articlePromoSlot > div .slotView {
  padding: 15px;
}
.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;
}
.font-moses .articlePromoSlot > div .slotView .textDiv .articleAuthor {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
}
.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;
}
.font-moses .articlePromoSlot > div .slotView .textDiv .goToArticle {
  font-size: 13px;
  line-height: 18px;
  font-weight: 670;
}
.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;
}
.font-moses .articlePromoSlot > div .slotView .textDiv .slotTitle {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 670;
}
.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;
}
.font-moses .articlePromoSlot > div .slotView .textDiv .slotSubTitle {
  font-size: 13px;
  line-height: 20px;
  font-weight: 340;
}
.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;
}
.font-moses .grid1280_2 .TickerComponenta1280 .slotListRow .slotView .slotTitle {
  font-size: 12px;
  font-weight: 340;
  line-height: 1.33;
}
.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;
}
.font-moses .grid1280_2 .TickerComponenta1280 .slotListRow .slotView .moreDetails {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: 0.13px;
}
.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;
}
.font-moses .grid1280_2 .TickerComponenta1280 .slotListRow .slotView .tooltip {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 340;
}
.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;
}
.font-moses .grid1280_2 .TickerComponenta1280 .moreTickersLink {
  font-size: 13px;
  font-weight: 670;
  line-height: 1.38;
}
.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');
.radionas .categoryBreadcrumbs1280_2 * {
  font-family: 'Noto Kufi Arabic' !important;
}
.categoryBreadcrumbs1280_2 {
  height: 60px;
  display: flex;
}
.magazine2025 .categoryBreadcrumbs1280_2 {
  font-family: 'EzerShemesh';
}
.ynetnews .categoryBreadcrumbs1280_2,
.vesty .categoryBreadcrumbs1280_2 {
  direction: ltr;
}
.categoryBreadcrumbs1280_2 ul li:first-child {
  padding: 0;
  font-weight: bold;
  font-size: 60px;
  line-height: 50px;
}
.categoryBreadcrumbs1280_2 ul li:first-child img {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  filter: invert(100%);
}
.ynetnews .categoryBreadcrumbs1280_2 ul li:first-child img,
.vesty .categoryBreadcrumbs1280_2 ul li:first-child img {
  margin-right: 8px;
  margin-left: unset;
}
.categoryBreadcrumbs1280_2 ul li:first-child a,
.categoryBreadcrumbs1280_2 ul li:first-child span {
  color: #000 ! important;
  font-size: 38px;
}
.radionas .categoryBreadcrumbs1280_2 ul li:first-child a,
.radionas .categoryBreadcrumbs1280_2 ul li:first-child span {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #020E24 !important;
}
.font-moses .categoryBreadcrumbs1280_2 ul li:first-child a,
.font-moses .categoryBreadcrumbs1280_2 ul li:first-child span {
  font-family: "MosesDisplay" !important;
  font-size: 32px;
  letter-spacing: 0.64px;
  font-weight: 670;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul li:first-child a,
.magazine2025 .categoryBreadcrumbs1280_2 ul li:first-child span {
  font-size: 75px;
  font-weight: 400;
  line-height: 65px;
}
.radionas .categoryBreadcrumbs1280_2 ul li:first-child i {
  display: inline;
  margin: unset;
}
.categoryBreadcrumbs1280_2 ul li:last-child,
.categoryBreadcrumbs1280_2 ul li:first-child {
  margin-left: 11px ! important;
}
.ynetnews .categoryBreadcrumbs1280_2 ul li:last-child,
.ynetnews .categoryBreadcrumbs1280_2 ul li:first-child,
.vesty .categoryBreadcrumbs1280_2 ul li:last-child,
.vesty .categoryBreadcrumbs1280_2 ul li:first-child {
  margin-right: 11px ! important;
  margin-left: unset !important;
}
.categoryBreadcrumbs1280_2 ul li:last-child i,
.categoryBreadcrumbs1280_2 ul li:first-child i {
  display: none;
}
.categoryBreadcrumbs1280_2 ul {
  width: auto ! important;
  float: none ! important;
  margin: 0 ! important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  list-style: none;
  padding: 0px;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul {
  font-size: 75px;
  font-weight: 400;
  line-height: 65px;
  color: #121111 ! important;
}
.categoryBreadcrumbs1280_2 h1 {
  line-height: unset;
  margin: 0 ! important;
}
.categoryBreadcrumbs1280_2 ul li {
  margin: 0px ! important;
  padding: 0 ! important;
  float: none ! important;
  background: none ! important;
  align-self: baseline;
  font-size: 20px;
  font-weight: normal;
}
.categoryBreadcrumbs1280_2 ul li a,
.categoryBreadcrumbs1280_2 ul li span,
.categoryBreadcrumbs1280_2 ul li i {
  color: #999999 ! important;
  font-size: 18px;
  text-decoration: none;
}
.radionas .categoryBreadcrumbs1280_2 ul li a,
.radionas .categoryBreadcrumbs1280_2 ul li span,
.radionas .categoryBreadcrumbs1280_2 ul li i {
  color: #020E24 !important;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}
.font-moses .categoryBreadcrumbs1280_2 ul li a,
.font-moses .categoryBreadcrumbs1280_2 ul li span,
.font-moses .categoryBreadcrumbs1280_2 ul li i {
  font-size: 16px;
  font-weight: 340;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul li a,
.magazine2025 .categoryBreadcrumbs1280_2 ul li span,
.magazine2025 .categoryBreadcrumbs1280_2 ul li i {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  color: #121111 ! important;
}
.categoryBreadcrumbs1280_2 ul li i {
  margin: auto 3px auto 6px;
  font-weight: normal;
  font-style: normal;
}
.ynetnews .categoryBreadcrumbs1280_2 ul li i,
.vesty .categoryBreadcrumbs1280_2 ul li i {
  margin: auto 6px auto 3px;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul li i {
  margin: auto 25px auto 25px;
}
.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;
}
.font-moses .CollaborationComponenta .collaborationTitle {
  font-size: 32px;
  font-weight: 670;
  line-height: 1.19;
}
.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;
}
.font-moses .CollaborationComponenta .content .groupContent .groupTitle {
  font-size: 20px;
  font-weight: 670;
  line-height: 1.75;
}
.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;
}
.font-moses .CollaborationComponenta .content .groupContent .items .itemName {
  font-size: 15px;
  font-weight: 340;
  line-height: 1.6;
}
.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;
  letter-spacing: -0.3px;
  color: #000000;
  font-size: 16px;
  margin-left: 20px;
  cursor: pointer;
}
.font-moses .FlashPageComponenta .Accordion .radioViewsPreference label {
  font-size: 14px;
  font-weight: 340;
  line-height: 1.64;
}
.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;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow.new .date,
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow.new .title {
  font-weight: 670;
}
.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;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .date,
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .title {
  font-weight: 670;
}
.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;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow .date {
  font-size: 14px;
  font-weight: 340;
  line-height: 1.43;
  width: 92px;
}
.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;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow .title {
  font-size: 14px;
  font-weight: 340;
  line-height: 1.43;
}
.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;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .itemBody {
  font-size: 14px;
  font-weight: 340;
  line-height: 1.64;
}
.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;
}
.font-moses .MultiImagesMagazine .componentaTab .rightTitleLink {
  font-size: 20px !important;
}
.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;
}
.font-moses .MultiImagesMagazine .slotTitle {
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 670 !important;
}
.font-moses .MultiImagesMagazine .upInfoArea {
  font-size: 12px ;
  line-height: 15px;
  font-weight: 500;
}
.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;
}
.font-moses .MultiImagesMagazine .moreDetails {
  font-size: 12px ! important;
  height: 16px ! important;
  line-height: 16px;
  font-weight: 340;
}
.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 .slotTitle {
  height: 40px;
  position: absolute;
  top: 40px;
  overflow: hidden;
}
.MultiImagesMagazine .slotListWrapper .slotTitle.commertialTitle a {
  color: #1d71c7 !important;
}
.MultiImagesMagazine .slotListWrapper .slotSubTitle {
  visibility: hidden;
  height: 0px;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 90px;
}
.font-moses .MultiImagesMagazine .slotListWrapper .slotSubTitle {
  font-size: 14px ;
  font-weight: 340;
}
.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;
  }
  .font-moses .MultiArticleAutoComponenta1280 .multiArticleTab .titleLink .rightTitleText {
    font-size: 4.0625vw ! important;
    font-weight: 670;
    letter-spacing: normal !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;
    height: 53.59375vw !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: 6.40625vw !important;
    font-size: 7.34375vw !important;
    letter-spacing: -0.51px !important;
    margin-bottom: 1.40625vw !important;
    overflow: hidden;
    -webkit-line-clamp: 2 !important;
    max-height: unset !important;
  }
  .font-moses .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .slotTitle {
    font-size: 5.9375vw !important;
    font-weight: 670 !important;
    line-height: 1.26 !important;
    letter-spacing: normal !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .slotSubTitle {
    display: none !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails {
    font-size: 3.4375vw !important;
    line-height: 1.23 !important;
    margin-top: 2.5vw !important;
    margin-bottom: unset !important;
  }
  .font-moses .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails {
    font-size: 3.28125vw !important;
    font-weight: 340;
    line-height: 1.29 !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: 4.375vw!important;
    line-height: 5.3125vw!important;
    max-height: unset;
    overflow: hidden;
    letter-spacing: -0.49px;
    -webkit-line-clamp: 2 !important;
    font-weight: normal !important;
  }
  .font-moses .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .slotTitle {
    font-size: 3.75vw !important;
    font-weight: 670 !important;
    line-height: 1.29 !important;
    letter-spacing: normal !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .slotSubTitle {
    display: none !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails {
    font-size: 3.4375vw !important;
    line-height: 1.23 !important;
    margin-bottom: 0 !important;
  }
  .font-moses .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails {
    font-size: 3.28125vw !important;
    line-height: 1.33 !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;
  }
}
@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) {
  .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .slotTitle {
    color: #fff !important;
  }
  .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .slotTitle {
    color: #fff !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;
}
.font-moses .MultiArticleAutoComponenta1280 .slotSubTitle {
  font-size: 14px;
  font-weight: 340;
}
.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: 5px;
}
.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: 105px;
}
.font-moses .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotTitle {
  font-size: 28px !important;
  line-height: 35px;
  letter-spacing: 0.84px;
  font-weight: 800;
  font-family: "MosesDisplay", "NarkissBlock";
}
.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;
}
.font-moses .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .slotTitle {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 670;
}
.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;
}
.font-moses .MultiArticleAutoComponenta1280 .multiArticleTab .rightTitleText {
  font-size: 14px !important;
}
.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;
}
.font-moses .MultiArticleAutoComponenta1280 .multiArticleTab .titleLink {
  font-size: 14px !important;
}
.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,
.MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .mediaArea {
  width: 400px !important;
  height: 225px !important;
  flex-shrink: 0;
}
.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;
}
.font-moses .MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotTitle {
  font-size: 28px !important;
  font-weight: 800;
  line-height: 35px !important;
  max-height: 105px;
  margin-bottom: 10px;
  font-family: "MosesDisplay", "NarkisBlock";
  letter-spacing: 0.84px;
  -webkit-line-clamp: 3;
}
.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;
}
.font-moses .MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotSubTitle {
  font-size: 14px !important;
  font-weight: 800;
  font-weight: 340;
  margin-bottom: 10px;
}
.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;
}
.font-moses .MultiArticleImagesComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails {
  font-weight: 340;
}
.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;
}
.font-moses .MultiArticleImagesComponenta1280 .slotsContent .slotList .slotView .slotTitle {
  margin-top: 5px;
  line-height: 19px;
}
.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 .leftTitleText {
  direction: rtl;
  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;
}
.font-moses .MultiArticleManualeChannelsComponenta1280 .rightTitleLink {
  font-size: 14px;
}
.MultiArticleManualeChannelsComponenta1280 .rightTitleText {
  font-size: 17px;
}
.font-moses .MultiArticleManualeChannelsComponenta1280 .rightTitleText {
  font-size: 14px;
}
.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;
}
.font-moses .MultiArticleManualeChannelsComponenta1280 .slotsContent .withImagePreview .slotView .slotTitle {
  font-size: 28px!important;
  line-height: 35px;
  letter-spacing: .84px;
  font-weight: 800;
  font-family: "MosesDisplay", "NarkisBlock";
}
.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;
}
.font-moses .MultiArticleManualeChannelsComponenta1280 .slotsContent .withImagePreview .slotView .slotSubTitle a span {
  font-size: 14px;
  font-weight: 340;
}
.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;
}
.font-moses .MultiArticleManualeChannelsComponenta1280 .slotsContent .slotList > div > * .slotView .slotTitle a,
.font-moses .MultiArticleManualeChannelsComponenta1280 .slotsContent .slotList > div > *.YplusItem .slotTitle a {
  font-size: 13px;
  line-height: 18px !important;
  font-weight: 670;
}
.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;
}
.font-moses .MultiArticleRowsComponenta .slotsContent .slotList .slotTitle {
  line-height: 20px;
  height: 40px;
}
.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;
}
.font-moses .MultiArticleRowsManualComponenta .slotsContent .slotList.withImagePreview .mediaArea .MarketingSign:hover .marketingText {
  font-size: 12px;
  font-weight: 340;
}
.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;
}
.font-moses .MultiArticleTopComponenta1280 .slotsContent .withImagePreview .slotTitle {
  font-size: 16px !important;
}
.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: 8px;
}
.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;
}
.font-moses .MultiArticleTopComponenta1280 .multiArticleTopTab .rightTitleLink {
  font-size: 14px;
  font-weight: 670;
}
.MultiArticleTopComponenta1280 .multiArticleTopTab .leftTitleText {
  direction: rtl;
  font-size: 13px;
  line-height: 26px;
  font-weight: normal;
  color: inherit;
}
.font-moses .MultiArticleTopComponenta1280 .multiArticleTopTab .leftTitleText {
  font-size: 12px;
  font-weight: 500;
}
.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;
}
.MultiArticleWeekendComponenta {
  display: flex;
  height: 536px;
  width: 100%;
  gap: 2px;
  position: relative;
  overflow: hidden;
}
.MultiArticleWeekendComponenta .specialLogo {
  position: absolute;
  width: 340px;
  height: 115px;
  top: 0px;
  right: 0px;
  background-image: url(/Common/images/logo_ynet_sofash-2.png);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.MultiArticleWeekendComponenta .slotView {
  overflow: hidden;
}
.MultiArticleWeekendComponenta .slotView .SiteImageMedia {
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
}
.MultiArticleWeekendComponenta .slotView .mediaItems:hover .SiteImageMedia {
  transform: scale(1.1);
}
.MultiArticleWeekendComponenta .slotView .MediaCarousel > div {
  height: 100%;
  width: 100%;
}
.MultiArticleWeekendComponenta .slotView .MediaCarousel > div .EditableImage[style] {
  width: 100% !important;
  height: 100% ! important;
  display: flex;
  justify-content: center;
}
.MultiArticleWeekendComponenta .slotView .MediaCarousel > div .EditableImage[style] img {
  height: 100%;
  width: auto;
}
.MultiArticleWeekendComponenta .slotView .textArea {
  background: linear-gradient(0deg, #000000 26%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 5px;
}
.MultiArticleWeekendComponenta .slotView .textArea .havakIcon {
  position: initial !important;
}
.MultiArticleWeekendComponenta .slotView .textArea .labelText {
  position: initial !important;
}
.MultiArticleWeekendComponenta .slotView .textArea .slotTitle {
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.MultiArticleWeekendComponenta .slotView .textArea .authorInfo {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
  color: #fff !important;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
}
.MultiArticleWeekendComponenta .slotView .textArea .slotTitle,
.MultiArticleWeekendComponenta .slotView .textArea .slotTitle a {
  color: #fff !important;
  font-weight: 670;
  text-decoration: none;
}
.MultiArticleWeekendComponenta .slotView .textArea .slotTitle:hover,
.MultiArticleWeekendComponenta .slotView .textArea .slotTitle a:hover {
  text-decoration: none;
}
.MultiArticleWeekendComponenta .mainItem {
  display: flex;
}
.MultiArticleWeekendComponenta .mainItem .slotView {
  width: 610px;
  height: 536px;
  position: relative;
  flex-shrink: 0;
}
.MultiArticleWeekendComponenta .mainItem .slotView .textArea {
  height: 210px;
  padding: 0 37px 10px;
  background: linear-gradient(0deg, #000000 26%, rgba(255, 255, 255, 0) 100%);
}
.MultiArticleWeekendComponenta .mainItem .slotView .textArea .havakIcon {
  position: initial !important;
  margin-bottom: 5px !important;
  width: 61px !important;
  height: 22px !important;
}
.MultiArticleWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium {
  font-size: 25px;
  line-height: 30px;
  width: 100%;
  max-height: 60px;
}
.MultiArticleWeekendComponenta .mainItem .mediaArea[style] {
  height: 100% !important;
  width: 100% ! important;
}
.MultiArticleWeekendComponenta .mainItem .mediaArea[style] .MediaCarousel {
  display: flex;
  height: 100% !important;
  align-items: flex-start;
  justify-content: center;
}
.MultiArticleWeekendComponenta .mainItem .mediaArea[style] .MediaCarousel .SiteImageMedia {
  height: 536px;
  object-fit: cover;
  width: 610px !important;
}
.MultiArticleWeekendComponenta .slotList {
  width: 628px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.MultiArticleWeekendComponenta .slotList > div {
  width: 313px;
  height: 267.5px;
  position: relative;
  display: flex;
}
.MultiArticleWeekendComponenta .slotList > div .slotView {
  width: 313px;
  height: 267.5px;
  position: relative;
  display: flex;
}
.MultiArticleWeekendComponenta .slotList > div .slotView .textArea {
  padding: 0 7.5px 10px;
  min-height: 117px;
  height: auto;
  box-sizing: border-box;
}
.MultiArticleWeekendComponenta .slotList > div .slotView .textArea .slotTitle {
  font-size: 20px;
  line-height: 24px;
  max-height: 50px;
}
.MultiArticleWeekendComponenta .slotList > div .mediaArea[style] {
  height: 100% !important;
  width: 100% ! important;
}
.MultiArticleWeekendComponenta .slotList > div .mediaArea[style] .MediaCarousel {
  display: flex;
  height: 100% !important;
  align-items: flex-start;
  justify-content: center;
}
.MultiArticleWeekendComponenta .slotList > div .mediaArea[style] .MediaCarousel .SiteImageMedia {
  height: 267.5px;
  object-fit: cover;
  width: 313px !important;
}
.MultiArticleComponenta1280 {
  display: flex;
  flex-direction: column;
}
.MultiArticleComponenta1280 .slotTitle {
  display: flex;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
}
.font-moses .MultiArticleComponenta1280 .slotTitle {
  margin-bottom: 8px;
}
.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;
}
.font-moses .MultiArticleComponenta1280 .slotsContent .withImagePreview .slotTitle.medium {
  font-size: 14px !important;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .title {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: -0.12px;
  color: #6e6e6e;
}
.font-moses .MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .title {
  font-size: 10px;
  letter-spacing: normal;
}
.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;
}
.font-moses .MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .selectedCity {
  font-size: 12px;
}
.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;
}
.font-moses .MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .weathertempsdiv {
  font-size: 30px;
  letter-spacing: normal;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .descriptionWeather {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: -0.14px;
  margin-bottom: 5px;
}
.font-moses .MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .descriptionWeather {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: normal;
}
.MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .goToWeather {
  font-size: 14px;
  line-height: 18px;
  color: #1217ac;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.font-moses .MultiArticleComponenta1280 .slotsContent .withImagePreview .weatherItem .goToWeather {
  font-size: 12px;
  line-height: 20px;
}
.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;
}
.font-moses .MultiArticleComponenta1280 .multiArticleTab .rightTitleText {
  font-size: 14px;
  font-weight: 670;
}
.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;
}
.MultiArticlesSectionComponenta {
  display: flex;
  flex-direction: column;
}
.ynetnews .MultiArticlesSectionComponenta,
.vesty .MultiArticlesSectionComponenta {
  direction: ltr;
}
.MultiArticlesSectionComponenta .leftTitleText {
  text-decoration: none;
}
.MultiArticlesSectionComponenta .slotTitle {
  display: flex;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
}
.MultiArticlesSectionComponenta .slotTitle > a {
  text-decoration: none;
  color: inherit;
}
.MultiArticlesSectionComponenta .slotsContent .slotList {
  display: flex;
  flex-shrink: 0;
  position: relative;
  gap: 20px;
}
.MultiArticlesSectionComponenta .slotsContent .slotList.editMode > div {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.MultiArticlesSectionComponenta .slotsContent .slotList.editMode > div:first-child {
  flex-direction: 3;
}
.MultiArticlesSectionComponenta .slotsContent .slotList.editMode > div:first-child .slotView .mediaArea {
  width: 100% !important;
}
.MultiArticlesSectionComponenta .slotsContent .slotList.editMode > div:first-child .slotView .mediaArea .EditableImage {
  width: 100% !important;
}
.MultiArticlesSectionComponenta .slotsContent .slotList.editMode > div div:not(:first-child) {
  flex: 1;
}
.MultiArticlesSectionComponenta .slotsContent .slotList.editMode > div img {
  height: 300px;
  object-fit: cover;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style] {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  overflow: hidden;
  margin-left: 0 ! important;
  flex-grow: 1;
  transition: transform 0.1s, width 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].active {
  width: 610px !important;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].active .imageArea {
  position: relative;
  margin-bottom: 5px;
  height: 300px;
  width: 100% !important;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].active .imageArea .MediaCarousel {
  display: flex;
  width: 100% !important;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].active .imageArea .MediaCarousel .SiteImageMedia {
  height: 300px;
  object-fit: cover;
  width: 610px !important;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].dfpId {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c0c9d0;
  font-size: 16px;
  height: 370px;
  width: 190px;
  word-break: break-all;
  text-align: center;
  overflow: hidden;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style] .imageArea {
  position: relative;
  margin-bottom: 5px;
  width: 190px;
  height: 300px;
  transition: transform 0.1s, width 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style] .imageArea .MediaCarousel {
  display: flex;
  transition: transform 0.1s, width 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  justify-content: center;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style] .imageArea .MediaCarousel .SiteImageMedia {
  height: 300px;
  object-fit: cover;
  transition: transform 0.1s, width 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.MultiArticlesSectionComponenta .slotsContent .slotList .YplusItem .moreDetails {
  display: none;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .YplusItem .imageArea {
  order: 0;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .YplusItem .slotTitle {
  order: 1;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .moreDetails {
  text-decoration: none;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .moreDetails .authorInfo {
  margin-left: 5px;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .moreDetails .videoIcon {
  display: none;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotTitle {
  font-size: 15px !important;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ynetnews .MultiArticlesSectionComponenta .slotsContent .slotList .slotTitle {
  font-size: 18px !important;
}
.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;
}
.font-moses .MultiImages1280Componenta .multiImagesTab.doubleTab .titleLink .leftTitleText {
  font-size: 14px !important;
  font-weight: 670 !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;
}
.multi-audio-row .MultiImages1280Componenta .slotListWrapper {
  z-index: 4;
}
.MultiImages1280Componenta .slotListWrapper > div {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImages1280Componenta .slotListWrapper > div .audio-play-button-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  z-index: 10;
}
.MultiImages1280Componenta .slotListWrapper > div .audio-play-button-wrapper .audio-play-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
}
.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;
}
.font-moses .MultiImages1280Componenta .slotsContent .slotView .imageArea {
  margin-bottom: 5px;
}
.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%;
}
.multiAudioRowComponenta .MarketingSign {
  right: unset !important;
  left: 0;
  z-index: 11 !important;
}
.multiAudioRowComponenta .MarketingSign .marketingImage {
  right: unset !important;
  left: 0;
}
.leftAndRightTransitionAnimation,
.MultiImages1280Componenta .slotListWrapper {
  transition: all 350ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-timing-function: ease-in-out;
}
.MultiImagesMagazineSquareComponenta {
  display: flex;
  flex-direction: column;
}
.MultiImagesMagazineSquareComponenta .multiImagesTab * {
  color: #fff;
}
.MultiImagesMagazineSquareComponenta .slotsContent {
  display: flex;
  gap: 20px;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView {
  width: 190px;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .mediaArea {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .mediaArea .mediaItems {
  width: 100%;
  height: 190px;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .mediaArea .mediaItems .SiteImageMedia {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .textArea {
  height: 57px;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .textArea .slotTitle {
  font-size: 14px;
  font-weight: 670;
  line-height: 19px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #000;
  width: 100%;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .textArea .slotTitle a,
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .textArea .slotTitle a:hover,
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .textArea .slotTitle span {
  color: #000;
  text-decoration: none;
}
.leftAndRightTransitionAnimation,
.MultiImagesMagazineYplus .slotListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.Componenta .MultiImagesMagazineYplus .slotListArrow {
  pointer-events: none;
}
.Componenta.editMode .MultiImagesMagazineYplus .slotListArrow {
  pointer-events: unset;
}
.MultiImagesMagazineYplus {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 317px;
}
.MultiImagesMagazineYplus .componentaTab {
  height: 30px;
  margin-bottom: 15px;
  align-items: center;
  padding: 0 8px !important;
}
.MultiImagesMagazineYplus .componentaTab .tabLeftSide {
  align-items: center;
  display: flex;
  height: 100%;
  z-index: 1;
}
.MultiImagesMagazineYplus .componentaTab .tabLogo {
  max-height: 18px;
  max-width: 100px;
  margin-left: 15px;
}
.MultiImagesMagazineYplus .componentaTab .rightTitleText {
  align-items: center;
  display: flex;
  height: 100%;
  color: #fff;
}
.MultiImagesMagazineYplus .componentaTab .rightTitleLink {
  font-size: 26px ! important;
  line-height: 30px;
  color: #fff;
}
.MultiImagesMagazineYplus .componentaTab .leftTitleText {
  color: #fff;
}
.MultiImagesMagazineYplus .componentaTab .digitalLinksArea {
  display: flex;
  align-items: center;
  margin-left: 2px;
}
.MultiImagesMagazineYplus .componentaTab .digitalLinks {
  margin-left: 5px;
  height: 20px;
  width: 20px;
  background-size: contain;
  border-radius: 50%;
}
.MultiImagesMagazineYplus .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;
}
.MultiImagesMagazineYplus .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;
}
.MultiImagesMagazineYplus a {
  text-decoration: none !important;
  color: #000 !important;
}
.MultiImagesMagazineYplus a:hover {
  color: #1417ac;
  text-decoration: none !important;
}
.MultiImagesMagazineYplus .itemList {
  display: flex;
}
.MultiImagesMagazineYplus .MediaCarousel {
  overflow: hidden;
}
.MultiImagesMagazineYplus .imageArea {
  position: relative;
  display: flex;
  width: 100%;
  height: 166px;
  overflow: hidden;
  z-index: 1;
}
.MultiImagesMagazineYplus .imageArea .yplusLogo {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 60px;
  height: 30px;
  z-index: 99;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='20' viewBox='0 0 51 20' fill='none'%3E %3Cpath d='M41.8581 0.969727H9.75086C4.76364 0.969727 0.720703 5.01267 0.720703 9.99988C0.720703 14.9871 4.76364 19.03 9.75086 19.03H41.8581C46.8453 19.03 50.8882 14.9871 50.8882 9.99988C50.8882 5.01267 46.8453 0.969727 41.8581 0.969727Z' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.8579 17.0232C45.7372 17.0232 48.8814 13.8787 48.8814 9.99978C48.8814 6.12089 45.7372 2.97632 41.8579 2.97632C37.9787 2.97632 34.8345 6.12089 34.8345 9.99978C34.8345 13.8787 37.9787 17.0232 41.8579 17.0232Z' fill='black'/%3E %3Cpath d='M42.8617 5.98657V14.0134H40.855V5.98657H42.8617Z' fill='white'/%3E %3Cpath d='M45.8715 8.99658V11.0033H37.8447V8.99658H45.8715Z' fill='white'/%3E %3Cpath d='M7.90153 15.2142C10.1189 15.2142 10.9406 14.3796 11.6188 12.4881L13.5753 7.00981H11.5928L10.3538 10.9489L9.07545 7.00981H7.06689L9.44075 13.3361C9.10147 13.7144 8.63175 13.8449 7.99295 13.8449C7.81012 13.8449 7.60164 13.8449 7.45783 13.8188V15.1622C7.57526 15.1882 7.73208 15.2142 7.90153 15.2142ZM16.4579 13.0098V10.688C16.4713 9.08377 16.967 8.45761 17.6972 8.45761C18.3104 8.45761 18.6363 8.86192 18.6363 9.74896V13.0098H20.5928V9.61852C20.5928 7.58358 19.5883 6.89238 18.3754 6.89238C17.5408 6.89238 16.8362 7.19227 16.3668 7.90985V7.00981H14.5014V13.0098H16.4579ZM24.7537 6.84035C26.5148 6.84035 27.5973 7.6683 27.5973 9.4814C27.5973 9.78129 27.5713 10.1273 27.5319 10.4402H23.5538C23.6839 11.4056 24.245 11.6011 25.2625 11.6011C25.9407 11.6011 26.5928 11.497 27.271 11.3142V12.736C26.3974 12.9968 25.5494 13.0883 24.9626 13.0883C22.7842 13.0883 21.5189 12.4231 21.5189 9.94442C21.5189 7.84482 22.7712 6.84035 24.7537 6.84035ZM24.6497 8.24876C24.1666 8.24876 23.7233 8.58804 23.5668 9.33164H25.5624C25.4973 8.53602 25.1581 8.24913 24.6493 8.24913L24.6497 8.24876ZM31.419 13.0492C31.7582 13.0492 32.2276 13.0098 32.5148 12.9448V11.549C32.306 11.5751 31.9797 11.5881 31.7322 11.5881C31.2231 11.5881 31.015 11.3406 31.015 10.6884V8.36656H32.5148V7.01018H31.0143V5.44458H29.0577V7.00981H28.1837V8.36619H29.0577V10.8839C29.0577 12.4361 30.0492 13.0492 31.4186 13.0492H31.419Z' fill='white'/%3E %3C/svg%3E") no-repeat center transparent;
}
.MultiImagesMagazineYplus .moreDetails {
  font-size: 12px ! important;
  height: 16px ! important;
  display: flex ! important;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0px;
  margin-bottom: 8px !important;
  z-index: 10;
  width: calc(100% - 32px);
  background: #fff;
  box-sizing: content-box;
  line-height: 16px;
  margin: 0 16px;
}
.MultiImagesMagazineYplus .moreDetails span {
  margin-left: 5px;
}
.MultiImagesMagazineYplus .moreDetails .authorField {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.MultiImagesMagazineYplus .moreDetails span:not(.authorField) {
  flex-shrink: 0;
}
.MultiImagesMagazineYplus .disallowEdit {
  pointer-events: none;
}
.MultiImagesMagazineYplus .slotsContent {
  position: relative;
  overflow: hidden;
}
.MultiImagesMagazineYplus .slotsContent .arrowBtn {
  top: 69px ! important;
}
.MultiImagesMagazineYplus .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImagesMagazineYplus .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;
}
.MultiImagesMagazineYplus .slotListWrapper .slotView .commertialTitleLine {
  opacity: 0;
  height: 2px;
  background-color: #1d71c7;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.MultiImagesMagazineYplus .slotListWrapper .slotView .commertialTitleLine.showLine {
  opacity: 1;
}
.MultiImagesMagazineYplus .slotListWrapper .slotView.inEditMode {
  position: relative;
  overflow: hidden;
}
.MultiImagesMagazineYplus .slotListWrapper .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesMagazineYplus .slotListWrapper .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiImagesMagazineYplus .slotListWrapper .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesMagazineYplus .slotListWrapper .slotView .slotTextArea {
  position: absolute;
  width: 100%;
  height: 104px;
  bottom: 0;
  left: 0;
  transition: height 1s ease;
  background: #fff;
  z-index: 2;
  padding: 8px 16px;
  box-sizing: border-box;
}
.MultiImagesMagazineYplus .slotListWrapper .slotView .slotTextArea .slotRoofTitle {
  font-size: 12px;
  color: #DE1A1A;
  font-weight: 500;
  line-height: 16px;
}
.MultiImagesMagazineYplus .slotListWrapper .slotView .slotTextArea .slotRoofTitle a {
  color: #DE1A1A !important;
}
.MultiImagesMagazineYplus .slotListWrapper .slotView .slotTextArea .slotTitle.medium {
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.MultiImagesMagazineYplus .slotListWrapper .slotView .slotTextArea.noRoof .slotTitle {
  top: 8px;
}
.MultiImagesMagazineYplus .slotListWrapper .slotView .slotTextArea.noRoof .slotSubTitle {
  top: 54px;
}
.MultiImagesMagazineYplus .slotListWrapper .slotView .slotTextArea:hover {
  height: 160px;
  transition: height 1s ease;
}
.MultiImagesMagazineYplus .slotListWrapper .slotView .slotTextArea:hover .slotSubTitle {
  visibility: visible;
  height: 54px;
  transition: height 1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MultiImagesMagazineYplus .slotListWrapper .slotTitle,
.MultiImagesMagazineYplus .slotListWrapper .slotSubTitle {
  color: #000;
  overflow: hidden;
  width: calc(100% - 32px);
}
.MultiImagesMagazineYplus .slotListWrapper .slotTitle {
  height: 38px;
  position: absolute;
  top: 32px;
  overflow: hidden;
}
.MultiImagesMagazineYplus .slotListWrapper .slotTitle.commertialTitle a {
  color: #1d71c7 !important;
}
.MultiImagesMagazineYplus .slotListWrapper .slotSubTitle {
  visibility: hidden;
  height: 0px;
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  top: 78px;
}
.MultiImagesMagazineYplus .slotListWrapper .slotSubTitle:hover {
  color: #000 !important;
}
.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;
}
.MultiArticleSpecialWeekendComponenta {
  display: flex;
  height: 727px;
  width: 100%;
  gap: 4px;
  position: relative;
  overflow: hidden;
}
.ynetnews .MultiArticleSpecialWeekendComponenta,
.vesty .MultiArticleSpecialWeekendComponenta {
  direction: ltr;
}
.MultiArticleSpecialWeekendComponenta .specialLogo {
  position: absolute;
  top: -160px;
  right: -122px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(36, 44, 203, 0.5) 0%, rgba(36, 44, 203, 0) 100%);
  border-radius: 408.48px;
  width: 408px;
  height: 408px;
  z-index: 1;
}
.MultiArticleSpecialWeekendComponenta .specialLogo:after {
  background: var(--weekendimage);
  background-size: 164px 88px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .specialLogo,
.vesty .MultiArticleSpecialWeekendComponenta .specialLogo {
  left: -122px;
  right: unset;
}
.MultiArticleSpecialWeekendComponenta .slotView {
  overflow: hidden;
}
.MultiArticleSpecialWeekendComponenta .slotView .slotTitle {
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.MultiArticleSpecialWeekendComponenta .slotView .MediaCarousel > div {
  height: 100%;
  width: 100%;
}
.MultiArticleSpecialWeekendComponenta .slotView .MediaCarousel > div .EditableImage[style] {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
}
.MultiArticleSpecialWeekendComponenta .slotView .MediaCarousel > div .EditableImage[style] img {
  height: 100%;
  width: auto;
}
.MultiArticleSpecialWeekendComponenta .mainItem {
  display: flex;
  width: 822px;
  gap: 4px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView {
  width: 409px;
  height: 727px;
  position: relative;
  flex-shrink: 0;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea {
  height: 204px;
  padding: 50px 20px 20px;
  background: linear-gradient(180deg, rgba(7, 7, 9, 0) 0%, rgba(7, 7, 9, 0.9) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.vesty .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea,
.ynetnews .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea {
  direction: ltr;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium {
  font-size: 30px;
  line-height: 36px;
  width: 100%;
  font-weight: 660;
  color: #fff;
  font-family: "MosesDisplay", "NarkisBlock";
  height: 108px;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium,
.vesty .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium {
  font-size: 35px;
  font-weight: 600;
  font-family: "NarkisBlock";
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium a {
  color: inherit;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .authorInfo {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .authorInfo,
.vesty .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .authorInfo {
  font-size: 16px;
  font-weight: 400;
  font-family: "NarkisBlock";
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea[style],
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea {
  height: 727px !important;
  width: 409px !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea[style] .MediaCarousel,
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  align-items: flex-start;
  justify-content: center;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea[style] .MediaCarousel .SiteImageMedia,
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea .MediaCarousel .SiteImageMedia {
  height: 727px;
  object-fit: cover;
  width: 409px !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea[style] .MediaCarousel .EditableVideo img,
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea .MediaCarousel .EditableVideo img {
  height: 100%;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea[style] img,
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea img {
  aspect-ratio: 0.5625;
}
.MultiArticleSpecialWeekendComponenta .mainItem .vertical-video-item {
  cursor: pointer;
}
.MultiArticleSpecialWeekendComponenta .mainItem .vertical-video-item img,
.MultiArticleSpecialWeekendComponenta .mainItem .vertical-video-item video {
  width: 100%;
  height: 100%;
  aspect-ratio: 0.5625;
}
.MultiArticleSpecialWeekendComponenta .mainItem .vertical-video-item .textArea {
  padding: 50px 20px 35px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .vertical-video-item .textArea .videoDuration {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  position: absolute;
  bottom: 10px;
  left: 15px;
  padding-inline-end: 4px;
  color: #eee;
  font-size: 13px;
  font-weight: 100;
  line-height: 16px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .vertical-video-item .textArea .videoDuration .durationLogo {
  width: 9px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.57395 3.70921L1.42013 0.142658C1.1361 -0.0475526 0.757408 -0.0475526 0.473376 0.142658C0.189344 0.332901 0 0.6182 0 0.951076V8.0366C0 8.36948 0.189344 8.70235 0.473376 8.84502C0.615392 8.94011 0.804736 8.98765 0.946752 8.98765C1.08877 8.98765 1.27811 8.94011 1.42013 8.84502L7.52662 5.27847C7.81066 5.08826 8 4.80293 8 4.47005C8 4.13717 7.85798 3.85187 7.57395 3.70921Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-grow: 1;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 11;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .close-btn {
  width: 25px;
  height: 25px;
  position: fixed;
  top: 70px;
  right: 50px;
  background: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21.25 20.8098L2.44019 2' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M21.0598 2.19019L2.25 21' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat center center / cover;
  z-index: 99;
  cursor: pointer;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player {
  position: relative;
  transform: translateX(50%);
  left: -50%;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player,
.vesty .MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player {
  transform: translateX(-50%);
  right: -50%;
  left: unset;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer {
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: initial;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .imageArea {
  position: relative;
  overflow: hidden;
  width: 273px;
  height: 491px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .imageArea img {
  width: 273px;
  height: 491px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .imageArea .promoVideo {
  width: 273px;
  height: 491px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  direction: rtl;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo {
  height: 290px;
  display: flex;
  justify-content: space-between;
  padding: 0 15px 20px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
  opacity: 0;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .videoTitle {
  text-align: right;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  direction: rtl;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .videoSubtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.22;
  text-align: right;
  transition: all 0.2s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: rtl;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .videoSubtitle.close {
  -webkit-line-clamp: 2;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
  direction: rtl;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .credit {
  color: #c5c5c5;
  font-size: 14px;
  font-weight: 100;
  line-height: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .videoLink {
  width: 121px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .videoLink:hover {
  opacity: 0.8;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkText {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  line-height: 16px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkIcon {
  width: 15px;
  height: 10px;
  margin-top: 2px;
  rotate: 270deg;
  background: url("data:image/svg+xml,%3Csvg width='32' height='25' viewBox='0 0 32 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4 17 16.5 7 29 17' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .shareBtn {
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 7.25C25 9.04493 23.5449 10.5 21.75 10.5C20.9154 10.5 20.1542 10.1854 19.5787 9.66828L11.3901 14.409C11.4618 14.6773 11.5 14.9592 11.5 15.25C11.5 15.5371 11.4628 15.8156 11.3929 16.0807L19.385 20.5208C19.9776 19.8923 20.818 19.5 21.75 19.5C23.5449 19.5 25 20.9551 25 22.75C25 24.5449 23.5449 26 21.75 26C19.9551 26 18.5 24.5449 18.5 22.75C18.5 22.4628 18.5373 22.1843 18.6072 21.919L10.6152 17.479C10.0225 18.1076 9.18209 18.5 8.25 18.5C6.45507 18.5 5 17.0449 5 15.25C5 13.4551 6.45507 12 8.25 12C9.17823 12 10.0156 12.3891 10.6078 13.0132L18.686 8.33631C18.5655 7.99663 18.5 7.63097 18.5 7.25C18.5 5.45507 19.9551 4 21.75 4C23.5449 4 25 5.45507 25 7.25ZM23.4 7.25C23.4 8.16127 22.6613 8.9 21.75 8.9C20.8387 8.9 20.1 8.16127 20.1 7.25C20.1 6.33873 20.8387 5.6 21.75 5.6C22.6613 5.6 23.4 6.33873 23.4 7.25ZM8.25 16.9C9.16127 16.9 9.9 16.1613 9.9 15.25C9.9 14.3387 9.16127 13.6 8.25 13.6C7.33873 13.6 6.6 14.3387 6.6 15.25C6.6 16.1613 7.33873 16.9 8.25 16.9ZM21.75 24.4C22.6613 24.4 23.4 23.6613 23.4 22.75C23.4 21.8387 22.6613 21.1 21.75 21.1C20.8387 21.1 20.1 21.8387 20.1 22.75C20.1 23.6613 20.8387 24.4 21.75 24.4Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  cursor: pointer;
  z-index: 10;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .shareBtn:hover {
  opacity: 0.8;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper {
  width: 200px;
  height: 190px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  transform: translateX(-25%);
  background-color: #ffffffcc;
  z-index: 1;
  border-radius: 40px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffffcc;
  position: absolute;
  bottom: 50%;
  right: -10px;
  transform: translateY(50%);
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem:hover {
  opacity: 0.8;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .mediaShareIcon {
  width: 37px;
  height: 37px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .mediaShareText {
  color: #000;
  font-size: 11px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .twitter {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3Cpath d='M12.0344 12L17.4859 19.2855L12 25.2089H13.2347L18.0377 20.0227L21.9182 25.2089H26.1198L20.3615 17.5137L25.4678 12H24.233L19.8099 16.7762L16.236 12H12.0344ZM13.8501 12.909H15.7803L24.3039 24.2999H22.3737L13.8501 12.909Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .facebook {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.9814 11C22.7507 11 24 11.2274 24 11.2274V13.7841C24 13.7841 23.6125 13.7921 22.651 13.7934L22.2013 13.7948C20.8997 13.7948 20.2734 14.4704 20.2734 15.5313L20.2717 17.4404H23.6125L23.0549 20.6071L20.2717 20.6057L20.2734 28H16.2034L16.2017 20.6057L13 20.6071V17.4404H16.2017L16.2034 15.3761C16.2034 11.6261 18.8148 11.0268 20.8375 11H20.9814Z' fill='black'/%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .whatsapp {
  background: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.65753 28.954L2 38.6121L11.9284 36.0192C14.6623 37.5049 17.7442 38.2877 20.8789 38.2877C31.2058 38.2877 39.6086 29.9284 39.6121 19.6497C39.6133 14.672 37.6692 9.98812 34.1325 6.46433C30.5981 2.9429 25.8954 1.00118 20.8848 1C10.5638 1 2.16103 9.36047 2.1575 19.6368C2.15633 22.922 3.01905 26.1272 4.65753 28.954Z' stroke='black' stroke-width='1.5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 16.5603C13 18.3862 14.3218 20.1505 14.5074 20.3988C14.6921 20.6461 17.1097 24.3932 20.8107 26.0006C21.6919 26.3846 22.38 26.6117 22.9144 26.7821C23.7993 27.0641 24.6027 27.0237 25.2392 26.9303C25.9489 26.8225 27.4234 26.0314 27.7309 25.1651C28.0384 24.2979 28.0384 23.5558 27.9465 23.4008C27.8528 23.2468 27.6072 23.1544 27.2378 22.9677C26.8694 22.7819 25.0536 21.8839 24.7161 21.7607C24.3786 21.6366 24.1312 21.575 23.8865 21.9455C23.6399 22.317 22.9331 23.1525 22.7175 23.4008C22.5028 23.6482 22.2872 23.68 21.9188 23.4942C21.5494 23.3084 20.3598 22.9157 18.9499 21.6529C17.8531 20.6683 17.1125 19.4526 16.8988 19.0821C16.6832 18.7096 16.8744 18.5103 17.0601 18.3255C17.226 18.1581 17.4294 17.8924 17.6131 17.6739C17.7978 17.4574 17.8597 17.3024 17.9816 17.055C18.1034 16.8077 18.0434 16.5901 17.9516 16.4053C17.8597 16.2205 17.121 14.3937 16.8135 13.6497C16.5491 13.0135 16.281 13.0144 16.0664 13.0144L15.982 13.0135C15.7683 13.0029 15.5217 13 15.2761 13C15.0296 13 14.6293 13.0924 14.2918 13.4649C13.9543 13.8355 13 14.7335 13 16.5603Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .frontCopyButton-pf {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3854 15.8287C18.611 15.7588 19.7345 16.5022 20.1371 17.6494L20.2167 17.8766C20.3447 18.2413 20.1496 18.6396 19.7809 18.7662C19.4122 18.8928 19.0095 18.6998 18.8816 18.335L18.8019 18.1079C18.6066 17.5513 18.0615 17.1906 17.4669 17.2245C16.9121 17.2562 16.3866 17.4812 15.9836 17.8597L14.1466 19.5848C13.1864 20.4864 13.1666 21.9938 14.1027 22.9199C15.006 23.8135 16.465 23.8312 17.3901 22.9597L18.0178 22.3685C18.3004 22.1022 18.7477 22.1131 19.0168 22.3927C19.286 22.6723 19.275 23.1147 18.9924 23.381L18.3648 23.9722C16.8841 25.367 14.5491 25.3387 13.1033 23.9085C11.6051 22.4264 11.6368 20.0138 13.1735 18.5708L15.0105 16.8457C15.6558 16.2397 16.4972 15.8794 17.3854 15.8287Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8518 19.0197C18.0873 19.7281 18.7235 20.1579 19.3249 20.0877C19.6571 20.0489 19.8323 19.9832 20.169 19.8101C20.5945 19.5913 20.9862 19.2998 21.3354 18.9544L22.8897 17.4167C23.819 16.4974 23.819 15.0069 22.8897 14.0876C21.9701 13.1779 20.4825 13.167 19.5494 14.0633L18.7712 14.8107C18.4912 15.0796 18.0438 15.0731 17.772 14.7961C17.5001 14.5191 17.5067 14.0765 17.7867 13.8076L18.5649 13.0602C20.0521 11.6316 22.4232 11.6489 23.8891 13.099C25.3703 14.5643 25.3703 16.9401 23.8891 18.4054L22.3347 19.943C21.8937 20.3792 21.3869 20.7596 20.8208 21.0506C20.3872 21.2736 20.0445 21.4115 19.4905 21.4762C18.0798 21.6408 16.9067 20.6521 16.5092 19.4566C16.3873 19.0898 16.589 18.6947 16.9597 18.5741C17.3304 18.4535 17.7298 18.653 17.8518 19.0197Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 37px !important;
  height: 37px !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .copyPopup {
  top: unset;
  left: unset;
  bottom: -30px;
  right: 0px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn {
  width: 24px;
  height: 20px;
  margin-left: 4px;
  padding: 5px 0 0 0;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon {
  width: 24px;
  height: 20px;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon[aria-checked="true"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5955 0.0903588C12.8984 0.242014 13.0909 0.560161 13.0909 0.909098V19.0909C13.0909 19.4398 12.8984 19.758 12.5955 19.9096C12.2927 20.0613 11.9329 20.0197 11.6696 19.8026L5.60975 14.8052H0.876163C0.392272 14.8052 0 14.3982 0 13.8961V6.1039C0 5.60182 0.392272 5.19481 0.876163 5.19481H5.60975L11.6696 0.197418C11.9329 -0.0196951 12.2927 -0.0612964 12.5955 0.0903588ZM11.3386 2.79291L6.46069 6.81558C6.30569 6.94341 6.11353 7.01299 5.91553 7.01299H1.75233V12.987H5.91553C6.11353 12.987 6.30569 13.0566 6.46069 13.1844L11.3386 17.2071V2.79291Z' fill='white'/%3E %3Cpath d='M23.7502 7.03821C24.0832 6.69906 24.0832 6.14918 23.7502 5.81003C23.4173 5.47088 22.8774 5.47088 22.5444 5.81003L19.6363 8.77193L16.7283 5.81003C16.3953 5.47088 15.8554 5.47088 15.5224 5.81003C15.1895 6.14918 15.1895 6.69906 15.5224 7.03821L18.4305 10.0001L15.5224 12.962C15.1895 13.3012 15.1895 13.851 15.5224 14.1902C15.8554 14.5293 16.3953 14.5293 16.7283 14.1902L19.6363 11.2283L22.5444 14.1902C22.8774 14.5293 23.4173 14.5293 23.7502 14.1902C24.0832 13.851 24.0832 13.3012 23.7502 12.962L20.8422 10.0001L23.7502 7.03821Z' fill='white'/%3E %3C/svg%3E");
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon[aria-checked="false"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5955 0.0903588C12.8984 0.242014 13.0909 0.560161 13.0909 0.909098V19.0909C13.0909 19.4398 12.8984 19.758 12.5955 19.9096C12.2927 20.0613 11.9329 20.0197 11.6696 19.8026L5.60975 14.8052H0.876163C0.392272 14.8052 0 14.3982 0 13.8961V6.1039C0 5.60182 0.392272 5.19481 0.876163 5.19481H5.60975L11.6696 0.197418C11.9329 -0.0196951 12.2927 -0.0612964 12.5955 0.0903588ZM11.3386 2.79291L6.46069 6.81558C6.30569 6.94341 6.11353 7.01299 5.91553 7.01299H1.75233V12.987H5.91553C6.11353 12.987 6.30569 13.0566 6.46069 13.1844L11.3386 17.2071V2.79291Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3498 1.37588C19.6883 1.02307 20.2369 1.02315 20.5752 1.37607C22.7681 3.66358 24 6.76569 24 10.0002C24 13.2347 22.7681 16.3369 20.5752 18.6244C20.2369 18.9773 19.6883 18.9774 19.3498 18.6246C19.0114 18.2717 19.0113 17.6996 19.3496 17.3467C21.2177 15.3981 22.2671 12.7556 22.2671 10.0002C22.2671 7.24488 21.2177 4.60234 19.3496 2.65373C19.0113 2.30081 19.0114 1.7287 19.3498 1.37588ZM15.5266 5.36289C15.865 5.01008 16.4136 5.01017 16.7519 5.36309C17.9296 6.59156 18.5912 8.25751 18.5912 9.99457C18.5912 11.7316 17.9296 13.3976 16.7519 14.6261C16.4136 14.979 15.865 14.9791 15.5266 14.6262C15.1882 14.2734 15.1881 13.7013 15.5264 13.3484C16.3792 12.4588 16.8583 11.2524 16.8583 9.99457C16.8583 8.7367 16.3792 7.53032 15.5264 6.64074C15.1881 6.28782 15.1882 5.71571 15.5266 5.36289Z' fill='white'/%3E %3C/svg%3E");
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon:hover {
  transform: unset;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-volume {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn:hover {
  opacity: 0.8;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails {
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  background: rgba(30, 30, 30, 0.8);
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
  opacity: 0;
  direction: ltr;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .timeline {
  width: 100%;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .timeline .fp-timeline {
  width: 100%;
  height: 5px;
  display: flex;
  background-color: #78787b;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .timeline .fp-timeline .fp-color {
  background: #c5c5c5;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .playing-time {
  display: flex;
  gap: 3px;
  color: #78787b;
  margin: auto 0;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .playing-time .elapsed {
  color: #fff;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-logo {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui {
  background-image: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-header .fp-fullscreen,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls .fp-qsel,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls .fp-small-play,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls .fp-small-pause,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls .fp-duration,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails {
  animation: fade 2s ease-in-out !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered ~ .contentDiv .videoInfo,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv:hover .videoInfo {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 94%);
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered ~ .contentDiv .videoInfo .textContent,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv:hover .videoInfo .textContent {
  opacity: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered ~ .contentDiv .playerDetails,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv:hover .playerDetails {
  opacity: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-paused .fp-switch,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-switch {
  opacity: 1 !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-paused .fp-switch .fp-play,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-switch .fp-play,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-paused .fp-switch .fp-play.is-small,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-switch .fp-play.is-small {
  width: 100px !important;
  height: 100px !important;
  opacity: 0.6;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-paused .fp-switch .fp-pause,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-switch .fp-pause {
  display: none !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-paused .fp-middle::after,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-paused .fp-middle::after {
  opacity: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-playing .fp-switch,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-switch {
  opacity: 1 !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-playing .fp-switch .fp-pause,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-switch .fp-pause {
  width: 100px !important;
  height: 100px !important;
  opacity: 0.6;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-playing .fp-switch .fp-play,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-switch .fp-play {
  display: none !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-playing .fp-middle::after,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:hover .fp-togglable {
  opacity: 1 !important;
  display: flex !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:hover .fp-middle::after {
  opacity: 1 !important;
}
.MultiArticleSpecialWeekendComponenta .slotList {
  width: 414px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-wrap: wrap;
  height: 178px;
  width: 100%;
  background-color: #232f50;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 15px 30px 15px;
  box-sizing: border-box;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 96px;
  gap: 5px;
  align-items: center;
  text-decoration: none;
  color: #fff;
  min-height: 51px;
  max-height: 61px;
  margin-bottom: auto;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem img {
  object-fit: contain;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div {
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemTitle {
  font-weight: 500;
  letter-spacing: 0.12px;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemText {
  font-weight: 100;
  margin-top: -1px;
}
.MultiArticleSpecialWeekendComponenta .slotList > div {
  width: 414px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div {
  width: 100%;
  height: 179px;
  position: relative;
  display: flex;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div:nth-child(2n) .slotView {
  flex-direction: row-reverse;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView {
  width: 414px;
  height: 179px;
  position: relative;
  display: flex;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea {
  padding: 45px 15px;
  width: 207px;
  flex-shrink: 0;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle {
  text-align: center;
  font-size: 18px;
  font-weight: 670;
  line-height: 22px;
  height: 66px;
  color: #fff;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle,
.vesty .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle {
  font-size: 20px;
  font-weight: 600;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle a {
  color: inherit;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .authorInfo {
  font-size: 12px;
  font-weight: 340;
  line-height: 16px;
  align-self: center;
  color: #fff;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .authorInfo,
.vesty .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .authorInfo {
  font-size: 14px;
  font-weight: 400;
  font-family: "NarkisBlock";
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea[style],
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea {
  height: 179px !important;
  width: 207px !important;
  flex-shrink: 0;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea[style] .MediaCarousel,
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  align-items: flex-start;
  justify-content: center;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea[style] .MediaCarousel .SiteImageMedia,
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea .MediaCarousel .SiteImageMedia {
  height: 179px;
  object-fit: cover;
  width: 207px !important;
}
.grid1280_2:has(.videoOverlay) .SiteScrollToTopButton {
  display: none;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.newYnetTvVerticalDynamicComponenta.editMode .frame_forList {
  pointer-events: none;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper {
  position: relative;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab {
  color: #fff;
  margin-bottom: 10px;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  justify-content: space-between;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks {
  display: flex;
  align-items: center;
  gap: 16px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks a {
  width: 15px;
  height: 15px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks .youtubeLink {
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.71' height='16' viewBox='0 0 22.71 16'%3E %3Cpath id='prefix__Path_434' d='M30.235 36.5a2.853 2.853 0 0 0-2.008-2.021C26.456 34 19.355 34 19.355 34s-7.1 0-8.873.478A2.853 2.853 0 0 0 8.475 36.5a32.125 32.125 0 0 0 0 11 2.853 2.853 0 0 0 2.008 2.021c1.77.479 8.872.479 8.872.479s7.1 0 8.873-.478a2.853 2.853 0 0 0 2.007-2.022 32.125 32.125 0 0 0 0-11zm-13.2 8.878v-6.755L22.968 42z' data-name='Path 434' transform='translate(-8 -34)' style='fill:%23fff'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks .facebookLink {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Icons / Social (Set)'%3E %3Cpath id='Logo' d='M13.6063 1.91971C15.2496 1.91971 16.6283 1.91992 16.6283 1.91992V4.42186C16.6283 4.42186 16.2683 4.43105 15.3753 4.43258L14.9577 4.43411C12.8606 4.43411 13.167 5.6322 13.167 6.84665L13.1655 9.03205H16.2683L15.7504 11.934L13.1655 11.9324L13.1663 16.8877L13.167 21.1199H10.3889V16.8877L10.3888 11.9324L6.41156 11.934L6.41161 9.03205H10.3889V6.669C10.3889 2.86104 12.7129 1.91971 13.6063 1.91971Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks .twitterLink {
  background: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Twitter X New Logo Vector 1' clip-path='url(%23clip0_7522_186)'%3E %3Cpath id='path1009' d='M0.924536 0.360107L7.96637 9.8931L0.880005 17.6405H2.47488L8.67924 10.8564L13.6936 17.6409H19.1196L11.6811 7.5734L18.2773 0.360107H16.6824L10.9686 6.6071L6.35167 0.360107H0.924536ZM3.27007 1.54951H5.76341L16.773 16.4511H14.2804L3.27007 1.54951Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_7522_186'%3E %3Crect width='18.24' height='17.28' fill='white' transform='translate(0.880005 0.360107)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks .instagramLink {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3Cstyle%3E .prefix__cls-1%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='prefix__Group_1891' data-name='Group 1891' transform='translate(-4.079 -4.079)'%3E %3Cpath id='prefix__Path_432' d='M12.079 5.52c2.136 0 2.389.008 3.233.047a4.428 4.428 0 0 1 1.486.275 2.649 2.649 0 0 1 1.518 1.518 4.428 4.428 0 0 1 .275 1.485c.038.844.047 1.1.047 3.233s-.008 2.389-.047 3.233a4.428 4.428 0 0 1-.275 1.486 2.649 2.649 0 0 1-1.516 1.518 4.428 4.428 0 0 1-1.486.275c-.843.038-1.1.047-3.233.047s-2.389-.008-3.233-.047a4.428 4.428 0 0 1-1.486-.275A2.649 2.649 0 0 1 5.843 16.8a4.428 4.428 0 0 1-.275-1.485c-.038-.844-.047-1.1-.047-3.233s.008-2.389.047-3.233a4.428 4.428 0 0 1 .275-1.486 2.649 2.649 0 0 1 1.518-1.52 4.428 4.428 0 0 1 1.485-.275c.844-.038 1.1-.047 3.233-.047m0-1.441c-2.173 0-2.445.009-3.3.048a5.872 5.872 0 0 0-1.94.372A4.091 4.091 0 0 0 4.5 6.839a5.872 5.872 0 0 0-.372 1.942c-.039.853-.048 1.126-.048 3.3s.009 2.445.048 3.3a5.872 5.872 0 0 0 .372 1.938 4.091 4.091 0 0 0 2.34 2.34 5.872 5.872 0 0 0 1.942.372c.853.039 1.126.048 3.3.048s2.445-.009 3.3-.048a5.872 5.872 0 0 0 1.942-.372 4.091 4.091 0 0 0 2.34-2.34 5.872 5.872 0 0 0 .372-1.942c.039-.853.048-1.126.048-3.3s-.009-2.445-.048-3.3a5.872 5.872 0 0 0-.372-1.942 4.091 4.091 0 0 0-2.34-2.34 5.872 5.872 0 0 0-1.942-.372c-.853-.039-1.126-.048-3.3-.048z' class='prefix__cls-1' data-name='Path 432'/%3E %3Cpath id='prefix__Path_433' d='M130.743 126.635a4.108 4.108 0 1 0 4.108 4.108 4.108 4.108 0 0 0-4.108-4.108zm0 6.775a2.667 2.667 0 1 1 2.667-2.667 2.667 2.667 0 0 1-2.667 2.667z' class='prefix__cls-1' data-name='Path 433' transform='translate(-118.664 -118.664)'/%3E %3Ccircle id='prefix__Ellipse_40' cx='.96' cy='.96' r='.96' class='prefix__cls-1' data-name='Ellipse 40' transform='translate(15.389 6.849)'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks .tiktokLink {
  width: 13px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.614' height='15.675' viewBox='0 0 13.614 15.675'%3E %3Cpath fill='%23fff' d='M2355.628 687.277h-2.17V697.8a2.979 2.979 0 1 1-2.315-2.908l.01-.044v-2.156a5.153 5.153 0 1 0 4.475 5.108v-6.16a5.45 5.45 0 0 0 3.308 1.115v-2.169a3.312 3.312 0 0 1-3.308-3.309z' transform='translate(-2345.323 -687.277)'/%3E %3Cpath d='M2355.628 687.277h-2.17V697.8a2.979 2.979 0 1 1-2.315-2.908l.01-.044v-2.156a5.153 5.153 0 1 0 4.475 5.108v-6.16a5.45 5.45 0 0 0 3.308 1.115v-2.169a3.312 3.312 0 0 1-3.308-3.309z' transform='translate(-2345.323 -687.277)' style='mix-blend-mode:darken;isolation:isolate' fill='%23fff'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks .whatsappLink {
  background: url("data:image/svg+xml,%3Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Whatsapp icon%5C'%3E %3Cpath id='Path' fill-rule='evenodd' clip-rule='evenodd' d='M3.20649 18.5814L1.51074 24.7441L7.84599 23.0896C9.59049 24.0376 11.557 24.5371 13.5572 24.5371C20.1467 24.5371 25.5085 19.2031 25.5107 12.6444C25.5115 9.46814 24.271 6.47939 22.0142 4.23089C19.759 1.98389 16.7582 0.744891 13.561 0.744141C6.97524 0.744141 1.61349 6.07889 1.61124 12.6361C1.61049 14.7324 2.16099 16.7776 3.20649 18.5814Z' stroke='white' stroke-width='1.3'/%3E %3Cpath id='Path_2' fill-rule='evenodd' clip-rule='evenodd' d='M7.51074 10.2684C7.51074 11.6911 8.56824 13.0659 8.71674 13.2594C8.86449 13.4521 10.7987 16.3719 13.7597 17.6244C14.4647 17.9236 15.0152 18.1006 15.4427 18.2334C16.1507 18.4531 16.7935 18.4216 17.3027 18.3489C17.8705 18.2649 19.0502 17.6484 19.2962 16.9734C19.5422 16.2976 19.5422 15.7194 19.4687 15.5986C19.3937 15.4786 19.1972 15.4066 18.9017 15.2611C18.607 15.1164 17.1542 14.4166 16.8842 14.3206C16.6142 14.2239 16.4162 14.1759 16.2205 14.4646C16.0232 14.7541 15.4577 15.4051 15.2852 15.5986C15.1135 15.7914 14.941 15.8161 14.6462 15.6714C14.3507 15.5266 13.399 15.2206 12.271 14.2366C11.3935 13.4694 10.801 12.5221 10.63 12.2334C10.4575 11.9431 10.6105 11.7879 10.759 11.6439C10.8917 11.5134 11.0545 11.3064 11.2015 11.1361C11.3492 10.9674 11.3987 10.8466 11.4962 10.6539C11.5937 10.4611 11.5457 10.2916 11.4722 10.1476C11.3987 10.0036 10.8077 8.58014 10.5617 8.00039C10.3502 7.50464 10.1357 7.50539 9.96399 7.50539L9.89649 7.50464C9.72549 7.49639 9.52824 7.49414 9.33174 7.49414C9.13449 7.49414 8.81424 7.56614 8.54424 7.85639C8.27424 8.14514 7.51074 8.84489 7.51074 10.2684Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .closeBtn {
  background: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21.25 20.8098L2.44019 2' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M21.0598 2.19019L2.25 21' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 25px;
  height: 25px;
  position: fixed;
  top: 70px;
  z-index: 99;
  cursor: pointer;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent {
  position: relative;
  overflow: hidden;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .arrowBtn {
  width: 35px;
  height: 50px;
  position: absolute;
  bottom: 215px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E %3Cpath d='M0 20C0 8.95431 8.95431 0 20 0C31.0457 0 40 8.95431 40 20C40 31.0457 31.0457 40 20 40C8.95431 40 0 31.0457 0 20Z' fill='white' fill-opacity='0.75'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3965 9.72046C15.8678 10.2366 15.8678 11.0734 16.3965 11.5895L25.012 20L16.3965 28.4106C15.8678 28.9267 15.8678 29.7635 16.3965 30.2796C16.9252 30.7957 17.7824 30.7957 18.3111 30.2796L27.4052 21.4018C28.1983 20.6276 28.1983 19.3724 27.4052 18.5983L18.3111 9.72046C17.7824 9.20435 16.9252 9.20435 16.3965 9.72046Z' fill='black'/%3E %3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
  cursor: pointer;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .scrollLeft {
  left: 10px !important;
  rotate: 180deg;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .scrollRight {
  right: 10px !important;
  transform: scaleX(1) !important;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView {
  display: flex !important;
  overflow: hidden;
  justify-content: center;
  width: 219px;
  height: 390px;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 1px 3px 0 rgba(218, 218, 221, 0.8);
  margin-left: 15px;
  position: relative;
  border-radius: 20px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView:last-child {
  margin-left: 0 !important;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView.hovered::after {
  animation: fadeOut 1.5s ease forwards;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView.hovered .contentDiv {
  animation: fadeOut 1.5s ease forwards;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea {
  position: relative;
  overflow: hidden;
  width: 219px;
  height: 390px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea img {
  width: 219px;
  height: 390px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .promoVideo {
  width: 219px;
  height: 390px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 10px 15px;
  z-index: 1;
  box-sizing: border-box;
  direction: rtl;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoTitle {
  text-align: right;
  font-size: 16px;
  font-weight: 670;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  padding-inline-end: 4px;
  font-size: 13px;
  font-weight: 100;
  line-height: 16px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration .durationLogo {
  width: 9px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.57395 3.70921L1.42013 0.142658C1.1361 -0.0475526 0.757408 -0.0475526 0.473376 0.142658C0.189344 0.332901 0 0.6182 0 0.951076V8.0366C0 8.36948 0.189344 8.70235 0.473376 8.84502C0.615392 8.94011 0.804736 8.98765 0.946752 8.98765C1.08877 8.98765 1.27811 8.94011 1.42013 8.84502L7.52662 5.27847C7.81066 5.08826 8 4.80293 8 4.47005C8 4.13717 7.85798 3.85187 7.57395 3.70921Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  right: 0;
  z-index: 11;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: hidden;
  align-content: flex-start;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: unset;
  flex-grow: 1;
  overflow: hidden;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
  margin-top: 10px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track {
  display: flex;
  height: 100%;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper {
  position: relative;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem {
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: initial;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .imageArea {
  position: relative;
  overflow: hidden;
  width: 273px;
  height: 491px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .imageArea img {
  width: 273px;
  height: 491px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .imageArea .promoVideo {
  width: 273px;
  height: 491px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  direction: rtl;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo {
  height: 290px;
  display: flex;
  justify-content: space-between;
  padding: 0 15px 20px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .textContent {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
  opacity: 0;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .textContent .videoTitle {
  text-align: right;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  direction: rtl;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .textContent .videoSubtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.22;
  text-align: right;
  transition: all 0.2s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: rtl;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .textContent .videoSubtitle.close {
  -webkit-line-clamp: 2;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .textContent .moreDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
  direction: rtl;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .textContent .moreDetails .credit {
  color: #c5c5c5;
  font-size: 14px;
  font-weight: 100;
  line-height: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .textContent .moreDetails .videoLink {
  width: 121px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-decoration: none;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .textContent .moreDetails .videoLink:hover {
  opacity: 0.8;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkText {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  line-height: 16px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkIcon {
  width: 15px;
  height: 10px;
  margin-top: 2px;
  rotate: 270deg;
  background: url("data:image/svg+xml,%3Csvg width='32' height='25' viewBox='0 0 32 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4 17 16.5 7 29 17' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .shareArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .shareArea .shareBtn {
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 7.25C25 9.04493 23.5449 10.5 21.75 10.5C20.9154 10.5 20.1542 10.1854 19.5787 9.66828L11.3901 14.409C11.4618 14.6773 11.5 14.9592 11.5 15.25C11.5 15.5371 11.4628 15.8156 11.3929 16.0807L19.385 20.5208C19.9776 19.8923 20.818 19.5 21.75 19.5C23.5449 19.5 25 20.9551 25 22.75C25 24.5449 23.5449 26 21.75 26C19.9551 26 18.5 24.5449 18.5 22.75C18.5 22.4628 18.5373 22.1843 18.6072 21.919L10.6152 17.479C10.0225 18.1076 9.18209 18.5 8.25 18.5C6.45507 18.5 5 17.0449 5 15.25C5 13.4551 6.45507 12 8.25 12C9.17823 12 10.0156 12.3891 10.6078 13.0132L18.686 8.33631C18.5655 7.99663 18.5 7.63097 18.5 7.25C18.5 5.45507 19.9551 4 21.75 4C23.5449 4 25 5.45507 25 7.25ZM23.4 7.25C23.4 8.16127 22.6613 8.9 21.75 8.9C20.8387 8.9 20.1 8.16127 20.1 7.25C20.1 6.33873 20.8387 5.6 21.75 5.6C22.6613 5.6 23.4 6.33873 23.4 7.25ZM8.25 16.9C9.16127 16.9 9.9 16.1613 9.9 15.25C9.9 14.3387 9.16127 13.6 8.25 13.6C7.33873 13.6 6.6 14.3387 6.6 15.25C6.6 16.1613 7.33873 16.9 8.25 16.9ZM21.75 24.4C22.6613 24.4 23.4 23.6613 23.4 22.75C23.4 21.8387 22.6613 21.1 21.75 21.1C20.8387 21.1 20.1 21.8387 20.1 22.75C20.1 23.6613 20.8387 24.4 21.75 24.4Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  cursor: pointer;
  z-index: 10;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .shareArea .shareBtn:hover {
  opacity: 0.8;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper {
  width: 200px;
  height: 190px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  transform: translateX(-25%);
  background-color: #ffffffcc;
  z-index: 1;
  border-radius: 40px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffffcc;
  position: absolute;
  bottom: 50%;
  right: -10px;
  transform: translateY(50%);
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem:hover {
  opacity: 0.8;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .mediaShareIcon {
  width: 37px;
  height: 37px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .mediaShareText {
  color: #000;
  font-size: 11px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .twitter {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3Cpath d='M12.0344 12L17.4859 19.2855L12 25.2089H13.2347L18.0377 20.0227L21.9182 25.2089H26.1198L20.3615 17.5137L25.4678 12H24.233L19.8099 16.7762L16.236 12H12.0344ZM13.8501 12.909H15.7803L24.3039 24.2999H22.3737L13.8501 12.909Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .facebook {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.9814 11C22.7507 11 24 11.2274 24 11.2274V13.7841C24 13.7841 23.6125 13.7921 22.651 13.7934L22.2013 13.7948C20.8997 13.7948 20.2734 14.4704 20.2734 15.5313L20.2717 17.4404H23.6125L23.0549 20.6071L20.2717 20.6057L20.2734 28H16.2034L16.2017 20.6057L13 20.6071V17.4404H16.2017L16.2034 15.3761C16.2034 11.6261 18.8148 11.0268 20.8375 11H20.9814Z' fill='black'/%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .whatsapp {
  background: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.65753 28.954L2 38.6121L11.9284 36.0192C14.6623 37.5049 17.7442 38.2877 20.8789 38.2877C31.2058 38.2877 39.6086 29.9284 39.6121 19.6497C39.6133 14.672 37.6692 9.98812 34.1325 6.46433C30.5981 2.9429 25.8954 1.00118 20.8848 1C10.5638 1 2.16103 9.36047 2.1575 19.6368C2.15633 22.922 3.01905 26.1272 4.65753 28.954Z' stroke='black' stroke-width='1.5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 16.5603C13 18.3862 14.3218 20.1505 14.5074 20.3988C14.6921 20.6461 17.1097 24.3932 20.8107 26.0006C21.6919 26.3846 22.38 26.6117 22.9144 26.7821C23.7993 27.0641 24.6027 27.0237 25.2392 26.9303C25.9489 26.8225 27.4234 26.0314 27.7309 25.1651C28.0384 24.2979 28.0384 23.5558 27.9465 23.4008C27.8528 23.2468 27.6072 23.1544 27.2378 22.9677C26.8694 22.7819 25.0536 21.8839 24.7161 21.7607C24.3786 21.6366 24.1312 21.575 23.8865 21.9455C23.6399 22.317 22.9331 23.1525 22.7175 23.4008C22.5028 23.6482 22.2872 23.68 21.9188 23.4942C21.5494 23.3084 20.3598 22.9157 18.9499 21.6529C17.8531 20.6683 17.1125 19.4526 16.8988 19.0821C16.6832 18.7096 16.8744 18.5103 17.0601 18.3255C17.226 18.1581 17.4294 17.8924 17.6131 17.6739C17.7978 17.4574 17.8597 17.3024 17.9816 17.055C18.1034 16.8077 18.0434 16.5901 17.9516 16.4053C17.8597 16.2205 17.121 14.3937 16.8135 13.6497C16.5491 13.0135 16.281 13.0144 16.0664 13.0144L15.982 13.0135C15.7683 13.0029 15.5217 13 15.2761 13C15.0296 13 14.6293 13.0924 14.2918 13.4649C13.9543 13.8355 13 14.7335 13 16.5603Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .frontCopyButton-pf {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3854 15.8287C18.611 15.7588 19.7345 16.5022 20.1371 17.6494L20.2167 17.8766C20.3447 18.2413 20.1496 18.6396 19.7809 18.7662C19.4122 18.8928 19.0095 18.6998 18.8816 18.335L18.8019 18.1079C18.6066 17.5513 18.0615 17.1906 17.4669 17.2245C16.9121 17.2562 16.3866 17.4812 15.9836 17.8597L14.1466 19.5848C13.1864 20.4864 13.1666 21.9938 14.1027 22.9199C15.006 23.8135 16.465 23.8312 17.3901 22.9597L18.0178 22.3685C18.3004 22.1022 18.7477 22.1131 19.0168 22.3927C19.286 22.6723 19.275 23.1147 18.9924 23.381L18.3648 23.9722C16.8841 25.367 14.5491 25.3387 13.1033 23.9085C11.6051 22.4264 11.6368 20.0138 13.1735 18.5708L15.0105 16.8457C15.6558 16.2397 16.4972 15.8794 17.3854 15.8287Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8518 19.0197C18.0873 19.7281 18.7235 20.1579 19.3249 20.0877C19.6571 20.0489 19.8323 19.9832 20.169 19.8101C20.5945 19.5913 20.9862 19.2998 21.3354 18.9544L22.8897 17.4167C23.819 16.4974 23.819 15.0069 22.8897 14.0876C21.9701 13.1779 20.4825 13.167 19.5494 14.0633L18.7712 14.8107C18.4912 15.0796 18.0438 15.0731 17.772 14.7961C17.5001 14.5191 17.5067 14.0765 17.7867 13.8076L18.5649 13.0602C20.0521 11.6316 22.4232 11.6489 23.8891 13.099C25.3703 14.5643 25.3703 16.9401 23.8891 18.4054L22.3347 19.943C21.8937 20.3792 21.3869 20.7596 20.8208 21.0506C20.3872 21.2736 20.0445 21.4115 19.4905 21.4762C18.0798 21.6408 16.9067 20.6521 16.5092 19.4566C16.3873 19.0898 16.589 18.6947 16.9597 18.5741C17.3304 18.4535 17.7298 18.653 17.8518 19.0197Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 37px !important;
  height: 37px !important;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .copyPopup {
  top: unset;
  left: unset;
  bottom: -30px;
  right: 0px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .mute-btn {
  width: 24px;
  height: 20px;
  margin-left: 4px;
  padding: 5px 0 0 0;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon {
  width: 24px;
  height: 20px;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon[aria-checked="true"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5955 0.0903588C12.8984 0.242014 13.0909 0.560161 13.0909 0.909098V19.0909C13.0909 19.4398 12.8984 19.758 12.5955 19.9096C12.2927 20.0613 11.9329 20.0197 11.6696 19.8026L5.60975 14.8052H0.876163C0.392272 14.8052 0 14.3982 0 13.8961V6.1039C0 5.60182 0.392272 5.19481 0.876163 5.19481H5.60975L11.6696 0.197418C11.9329 -0.0196951 12.2927 -0.0612964 12.5955 0.0903588ZM11.3386 2.79291L6.46069 6.81558C6.30569 6.94341 6.11353 7.01299 5.91553 7.01299H1.75233V12.987H5.91553C6.11353 12.987 6.30569 13.0566 6.46069 13.1844L11.3386 17.2071V2.79291Z' fill='white'/%3E %3Cpath d='M23.7502 7.03821C24.0832 6.69906 24.0832 6.14918 23.7502 5.81003C23.4173 5.47088 22.8774 5.47088 22.5444 5.81003L19.6363 8.77193L16.7283 5.81003C16.3953 5.47088 15.8554 5.47088 15.5224 5.81003C15.1895 6.14918 15.1895 6.69906 15.5224 7.03821L18.4305 10.0001L15.5224 12.962C15.1895 13.3012 15.1895 13.851 15.5224 14.1902C15.8554 14.5293 16.3953 14.5293 16.7283 14.1902L19.6363 11.2283L22.5444 14.1902C22.8774 14.5293 23.4173 14.5293 23.7502 14.1902C24.0832 13.851 24.0832 13.3012 23.7502 12.962L20.8422 10.0001L23.7502 7.03821Z' fill='white'/%3E %3C/svg%3E");
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon[aria-checked="false"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5955 0.0903588C12.8984 0.242014 13.0909 0.560161 13.0909 0.909098V19.0909C13.0909 19.4398 12.8984 19.758 12.5955 19.9096C12.2927 20.0613 11.9329 20.0197 11.6696 19.8026L5.60975 14.8052H0.876163C0.392272 14.8052 0 14.3982 0 13.8961V6.1039C0 5.60182 0.392272 5.19481 0.876163 5.19481H5.60975L11.6696 0.197418C11.9329 -0.0196951 12.2927 -0.0612964 12.5955 0.0903588ZM11.3386 2.79291L6.46069 6.81558C6.30569 6.94341 6.11353 7.01299 5.91553 7.01299H1.75233V12.987H5.91553C6.11353 12.987 6.30569 13.0566 6.46069 13.1844L11.3386 17.2071V2.79291Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3498 1.37588C19.6883 1.02307 20.2369 1.02315 20.5752 1.37607C22.7681 3.66358 24 6.76569 24 10.0002C24 13.2347 22.7681 16.3369 20.5752 18.6244C20.2369 18.9773 19.6883 18.9774 19.3498 18.6246C19.0114 18.2717 19.0113 17.6996 19.3496 17.3467C21.2177 15.3981 22.2671 12.7556 22.2671 10.0002C22.2671 7.24488 21.2177 4.60234 19.3496 2.65373C19.0113 2.30081 19.0114 1.7287 19.3498 1.37588ZM15.5266 5.36289C15.865 5.01008 16.4136 5.01017 16.7519 5.36309C17.9296 6.59156 18.5912 8.25751 18.5912 9.99457C18.5912 11.7316 17.9296 13.3976 16.7519 14.6261C16.4136 14.979 15.865 14.9791 15.5266 14.6262C15.1882 14.2734 15.1881 13.7013 15.5264 13.3484C16.3792 12.4588 16.8583 11.2524 16.8583 9.99457C16.8583 8.7367 16.3792 7.53032 15.5264 6.64074C15.1881 6.28782 15.1882 5.71571 15.5266 5.36289Z' fill='white'/%3E %3C/svg%3E");
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon:hover {
  transform: unset;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .mute-btn .fp-volume {
  display: none;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoInfo .btnsContent .mute-btn:hover {
  opacity: 0.8;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .playerDetails {
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  background: rgba(30, 30, 30, 0.8);
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
  opacity: 0;
  direction: ltr;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .playerDetails .timeline {
  width: 100%;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .playerDetails .timeline .fp-timeline {
  width: 100%;
  height: 5px;
  display: flex;
  background-color: #78787b;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .playerDetails .timeline .fp-timeline .fp-color {
  background: #c5c5c5;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .playerDetails .playing-time {
  display: flex;
  gap: 3px;
  color: #78787b;
  margin: auto 0;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .playerDetails .playing-time .elapsed {
  color: #fff;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-logo {
  display: none;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui {
  background-image: none;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-header .fp-fullscreen,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls {
  display: none;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-qsel,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-small-play,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-small-pause,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-duration,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none !important;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered ~ .contentDiv .videoInfo,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv:hover .videoInfo {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 94%);
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered ~ .contentDiv .videoInfo .textContent,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv:hover .videoInfo .textContent {
  opacity: 1;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered ~ .contentDiv .playerDetails,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv:hover .playerDetails {
  opacity: 1;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered ~ .shareArea {
  opacity: 1;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch {
  opacity: 1 !important;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-play,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-play.is-small,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play.is-small {
  width: 100px !important;
  height: 100px !important;
  opacity: 0.6;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-pause,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-pause {
  display: none !important;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-paused .fp-middle::after,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-paused .fp-middle::after {
  opacity: 1;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch {
  opacity: 1 !important;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch .fp-pause,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-pause {
  width: 100px !important;
  height: 100px !important;
  opacity: 0.6;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch .fp-play,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play {
  display: none !important;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-playing .fp-middle::after,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem:hover .fp-togglable {
  opacity: 1 !important;
  display: flex !important;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem:hover .fp-middle::after {
  opacity: 1 !important;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem:hover .shareArea {
  opacity: 1;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .contentDiv .videoInfo .textContent,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .contentDiv .playerDetails {
  animation: fade 2s ease-in-out !important;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow {
  position: absolute;
  bottom: 50vh;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border: 0;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickNext {
  right: calc(50% - 300px);
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
  background-position: right center;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickPrev {
  right: calc(50% + 265px);
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-position: left center;
}
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickDisabled {
  display: none !important;
}
.grid1280_2:has(.videoOverlay) .SiteScrollToTopButton {
  display: none;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.leftAndRightTransitionAnimation,
.newYnetTvVerticalDynamicComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.TickerSliderComponenta {
  display: flex;
  height: 146px;
  width: 100%;
  z-index: 3;
  position: relative;
}
.TickerSliderComponenta.short {
  height: 100px;
  background-color: #F5F5F5;
}
.TickerSliderComponenta.short .titleArea {
  height: 100px;
  padding: 30px 20px;
  justify-content: center;
  align-items: flex-start;
  box-shadow: none;
  border: 0;
  width: 107px;
  background-color: #F5F5F5;
}
.TickerSliderComponenta.short .titleArea .tickerTitle {
  font-size: 14px !important;
  font-weight: 670 !important;
  line-height: 16px !important;
  margin-bottom: unset;
  width: 60px;
}
.TickerSliderComponenta.short .titleArea .tickerTitle:hover {
  color: #1417ac;
}
.TickerSliderComponenta.short .slotsContent {
  width: calc(100% - 107px);
  background-color: #F5F5F5;
}
.TickerSliderComponenta.short .slotsContent .animationDiv:after {
  width: 50px;
  background-image: linear-gradient(270deg, rgba(245, 245, 245, 0) -70.25%, #F5F5F5 22.67%) !important;
}
.TickerSliderComponenta.short .slotsContent .animationDiv:before {
  width: 200px !important;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0px;
  content: "";
  position: absolute;
  z-index: 2;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list {
  width: 1140px;
  margin-left: -80px;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide {
  padding: 0 5px;
  position: relative;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide:after {
  height: 85px;
  width: 0.5px !important;
  background-color: #000;
  left: 0;
  top: 7.5px;
  content: "";
  position: absolute;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView {
  max-height: 100px;
  border-radius: 0px;
  box-shadow: none;
  border: 0;
  background: #F5F5F5;
  width: 280px;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView.now .flashDate {
  animation: blink 1s;
  animation-iteration-count: 6;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .mainArea .text {
  font-size: 13px;
  font-weight: 340;
  line-height: 16px;
  letter-spacing: 0.13px;
  margin-bottom: 15px;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .itemTitle {
  margin-bottom: 8px;
  position: relative;
  padding-top: 18px;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .itemTitle .roofTitle {
  position: absolute;
  width: fit-content;
  right: 0;
  top: 0;
  background-color: #de1a1a;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  height: 15px;
  margin-inline-end: 2px;
  padding: 0 5px;
  box-sizing: border-box;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .itemTitle div:not(.roofTitle) {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.13px;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .itemTitle:hover {
  color: #000;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView:not(.opened) .shareBtn {
  display: none;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView.opened {
  min-height: 200px;
  max-height: 1000px;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView.opened .itemTitle {
  color: #000;
  margin-bottom: 10px;
  position: relative;
  padding-top: 18px;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea {
  bottom: 0;
  padding: 0 10px 10px;
  box-sizing: border-box;
  height: 30px;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .AccordionShareWrapper {
  background: none;
  border: none;
  box-shadow: unset;
  width: fit-content;
  height: 20px;
  gap: 8px;
  display: flex;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .AccordionShareWrapper .AccordionSocialsShareComponenta {
  gap: 8px;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .AccordionShareWrapper .shareIcon1280 {
  width: 20px;
  height: 20px;
  background-size: contain;
  margin: 0;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .AccordionShareWrapper .shareIcon1280.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath d='M11.8684 2.66683C13.2088 2.66683 14.3333 2.66699 14.3333 2.66699V4.57819C14.3333 4.57819 14.0397 4.58521 13.3113 4.58638L12.9707 4.58755C11.2602 4.58755 11.5101 5.50276 11.5101 6.43047L11.5089 8.09987H14.0397L13.6173 10.3166L11.5089 10.3154L11.5095 14.1007L11.5101 17.3337H9.24411V14.1007L9.24407 10.3154L6 10.3166L6.00004 8.09987H9.24411V6.29476C9.24411 3.3859 11.1397 2.66683 11.8684 2.66683Z' fill='black'/%3E %3C/svg%3E");
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .AccordionShareWrapper .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath d='M6.66675 8.36214C6.66675 9.22654 7.2475 10.0618 7.33512 10.1878L7.33664 10.19C7.34202 10.1977 7.35165 10.2126 7.36541 10.2338C7.56191 10.5373 8.60086 12.1421 10.1384 12.8578C10.5297 13.0403 10.8357 13.1486 11.0732 13.2297C11.4666 13.3642 11.8237 13.345 12.1065 13.3004C12.4219 13.2489 13.0771 12.8723 13.214 12.4598C13.3504 12.0467 13.3504 11.6933 13.3098 11.6198C13.2766 11.561 13.2 11.521 13.087 11.4622C13.0586 11.4473 13.0278 11.4313 12.9949 11.4135C12.8311 11.3249 12.0243 10.8973 11.8737 10.8388C11.7241 10.7797 11.614 10.7502 11.505 10.9269C11.3955 11.1036 11.0816 11.5016 10.9858 11.6198C10.8904 11.7374 10.7946 11.7524 10.6308 11.6644C10.604 11.6499 10.5674 11.6328 10.5223 11.6117C10.2911 11.5035 9.83528 11.2903 9.31103 10.7873C8.82388 10.3186 8.49473 9.73981 8.39941 9.56311C8.30356 9.38583 8.38888 9.29082 8.47103 9.20276C8.52189 9.14802 8.58076 9.07068 8.63917 8.99393C8.66546 8.9594 8.69165 8.92499 8.71698 8.89281C8.78701 8.8049 8.81725 8.73804 8.85825 8.64737C8.86534 8.63168 8.87276 8.61528 8.88076 8.59793C8.93501 8.48032 8.90815 8.37662 8.8676 8.28856C8.83978 8.22892 8.6803 7.8108 8.53772 7.43698C8.46984 7.25899 8.40565 7.09071 8.36149 6.97636C8.24427 6.67394 8.12494 6.67394 8.02971 6.67394C8.01654 6.67394 8.00443 6.67394 7.99231 6.67337C7.89699 6.66815 7.78745 6.66699 7.67843 6.66699C7.56889 6.66699 7.39088 6.71102 7.24079 6.8883C7.23115 6.89966 7.22037 6.91205 7.20865 6.92552C7.03792 7.12182 6.66675 7.54858 6.66675 8.36214Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.81782 16.7797C2.75049 17.0266 2.97493 17.2541 3.2227 17.1902L6.37527 16.3766C7.4444 16.9857 8.68161 17.3337 10.0001 17.3337C14.0502 17.3337 17.3334 14.0504 17.3334 10.0003C17.3334 5.95024 14.0502 2.66699 10.0001 2.66699C5.94999 2.66699 2.66675 5.95024 2.66675 10.0003C2.66675 11.3452 3.02878 12.6055 3.6607 13.6892L2.81782 16.7797ZM4.17927 15.8417L4.80748 13.5383L4.58214 13.1518C4.04275 12.2269 3.73341 11.1514 3.73341 10.0003C3.73341 6.53934 6.5391 3.73366 10.0001 3.73366C13.4611 3.73366 16.2667 6.53934 16.2667 10.0003C16.2667 13.4613 13.4611 16.267 10.0001 16.267C8.87159 16.267 7.81577 15.9697 6.90329 15.4498L6.5275 15.2357L4.17927 15.8417Z' fill='black'/%3E %3C/svg%3E");
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .AccordionShareWrapper .shareIcon1280.tw {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.1846 3.33301C15.1656 3.33301 15.1475 3.34068 15.1346 3.3542L10.7788 7.90834L7.30425 3.35967C7.29143 3.34289 7.2713 3.33301 7.24993 3.33301H2.80255C2.69064 3.33301 2.62677 3.45844 2.69391 3.54634L8.18189 10.7308L2.70365 16.4419C2.62193 16.5271 2.68387 16.6663 2.80349 16.6663H4.14763C4.16653 16.6663 4.18458 16.6587 4.1975 16.6453L8.93456 11.7162L12.6954 16.6397C12.7082 16.6565 12.7284 16.6663 12.7497 16.6663H17.1971C17.309 16.6663 17.3729 16.5409 17.3058 16.453L11.5315 8.89369L16.6295 3.55723C16.711 3.47197 16.649 3.33301 16.5295 3.33301H15.1846ZM13.259 15.5997L4.70372 4.39967H6.74069L15.296 15.5997H13.259Z' fill='black'/%3E %3C/svg%3E");
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .AccordionShareWrapper .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.33317 4.66699C2.96498 4.66699 2.6665 4.96547 2.6665 5.33366V14.667C2.6665 15.0352 2.96498 15.3337 3.33317 15.3337H16.6665C17.0347 15.3337 17.3332 15.0352 17.3332 14.667V5.33366C17.3332 4.96547 17.0347 4.66699 16.6665 4.66699H3.33317ZM3.73317 12.2882V6.93151L7.17325 9.33956L3.73317 12.2882ZM3.73317 13.6931V14.267H16.2665V13.6931L11.9242 9.97114L10.4969 10.9703C10.1984 11.1792 9.80126 11.1792 9.50285 10.9703L8.07547 9.97112L3.73317 13.6931ZM12.8264 9.33959L16.2665 12.2882V6.93153L12.8264 9.33959ZM9.99985 10.0162L3.882 5.73366H16.1177L9.99985 10.0162Z' fill='black'/%3E %3C/svg%3E");
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .openMoreButton {
  margin: 0 4px 0 0;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .shareBtn {
  width: 20px;
  height: 20px;
  margin: 0 0 0 4px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6666 4.83366C16.6666 6.03028 15.6965 7.00033 14.4999 7.00033C13.9435 7.00033 13.4361 6.79058 13.0524 6.44585L7.59335 9.60634C7.64112 9.78517 7.66658 9.97311 7.66658 10.167C7.66658 10.3584 7.64176 10.544 7.59516 10.7208L12.9232 13.6809C13.3183 13.2619 13.8786 13.0003 14.4999 13.0003C15.6965 13.0003 16.6666 13.9704 16.6666 15.167C16.6666 16.3636 15.6965 17.3337 14.4999 17.3337C13.3033 17.3337 12.3333 16.3636 12.3333 15.167C12.3333 14.9755 12.3581 14.7898 12.4047 14.613L7.07669 11.653C6.68161 12.0721 6.12131 12.3337 5.49992 12.3337C4.3033 12.3337 3.33325 11.3636 3.33325 10.167C3.33325 8.97038 4.3033 8.00033 5.49992 8.00033C6.11874 8.00033 6.67696 8.25975 7.07177 8.67577L12.4572 5.55787C12.377 5.33141 12.3333 5.08764 12.3333 4.83366C12.3333 3.63704 13.3033 2.66699 14.4999 2.66699C15.6965 2.66699 16.6666 3.63704 16.6666 4.83366ZM15.5999 4.83366C15.5999 5.44117 15.1074 5.93366 14.4999 5.93366C13.8924 5.93366 13.3999 5.44117 13.3999 4.83366C13.3999 4.22615 13.8924 3.73366 14.4999 3.73366C15.1074 3.73366 15.5999 4.22615 15.5999 4.83366ZM5.49992 11.267C6.10743 11.267 6.59992 10.7745 6.59992 10.167C6.59992 9.55948 6.10743 9.06699 5.49992 9.06699C4.89241 9.06699 4.39992 9.55948 4.39992 10.167C4.39992 10.7745 4.89241 11.267 5.49992 11.267ZM14.4999 16.267C15.1074 16.267 15.5999 15.7745 15.5999 15.167C15.5999 14.5595 15.1074 14.067 14.4999 14.067C13.8924 14.067 13.3999 14.5595 13.3999 15.167C13.3999 15.7745 13.8924 16.267 14.4999 16.267Z' fill='black'/%3E %3C/svg%3E") no-repeat center center transparent;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .shareBtn.opened,
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .shareBtn:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6666 4.83366C16.6666 6.03028 15.6965 7.00033 14.4999 7.00033C13.9435 7.00033 13.4361 6.79058 13.0524 6.44585L7.59335 9.60634C7.64112 9.78517 7.66658 9.97311 7.66658 10.167C7.66658 10.3584 7.64176 10.544 7.59516 10.7208L12.9232 13.6809C13.3183 13.2619 13.8786 13.0003 14.4999 13.0003C15.6965 13.0003 16.6666 13.9704 16.6666 15.167C16.6666 16.3636 15.6965 17.3337 14.4999 17.3337C13.3033 17.3337 12.3333 16.3636 12.3333 15.167C12.3333 14.9755 12.3581 14.7898 12.4047 14.613L7.07669 11.653C6.68161 12.0721 6.12131 12.3337 5.49992 12.3337C4.3033 12.3337 3.33325 11.3636 3.33325 10.167C3.33325 8.97038 4.3033 8.00033 5.49992 8.00033C6.11874 8.00033 6.67696 8.25975 7.07177 8.67577L12.4572 5.55787C12.377 5.33141 12.3333 5.08764 12.3333 4.83366C12.3333 3.63704 13.3033 2.66699 14.4999 2.66699C15.6965 2.66699 16.6666 3.63704 16.6666 4.83366ZM15.5999 4.83366C15.5999 5.44117 15.1074 5.93366 14.4999 5.93366C13.8924 5.93366 13.3999 5.44117 13.3999 4.83366C13.3999 4.22615 13.8924 3.73366 14.4999 3.73366C15.1074 3.73366 15.5999 4.22615 15.5999 4.83366ZM5.49992 11.267C6.10743 11.267 6.59992 10.7745 6.59992 10.167C6.59992 9.55948 6.10743 9.06699 5.49992 9.06699C4.89241 9.06699 4.39992 9.55948 4.39992 10.167C4.39992 10.7745 4.89241 11.267 5.49992 11.267ZM14.4999 16.267C15.1074 16.267 15.5999 15.7745 15.5999 15.167C15.5999 14.5595 15.1074 14.067 14.4999 14.067C13.8924 14.067 13.3999 14.5595 13.3999 15.167C13.3999 15.7745 13.8924 16.267 14.4999 16.267Z' fill='black'/%3E %3C/svg%3E") no-repeat center center transparent;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .openMoreButton {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5285 5.30232C11.7115 5.48381 11.7128 5.77929 11.5313 5.96228L7.39126 10.1365C7.18606 10.3434 6.836 10.3658 6.61 10.1379L2.46858 5.96228C2.28709 5.77929 2.2883 5.48381 2.4713 5.30232C2.65429 5.12083 2.94976 5.12204 3.13126 5.30504L6.99992 9.20567L10.8686 5.30504C11.0501 5.12204 11.3455 5.12083 11.5285 5.30232Z' fill='black'/%3E %3C/svg%3E");
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  width: 14px;
  height: 14px;
  border: 0;
  box-shadow: none;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .openMoreButton.opened {
  width: 16px;
  height: 16px;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .flashDate {
  flex-grow: 1;
  padding-inline-start: 10px;
  font-size: 11px;
  line-height: 15px;
  color: #78787B;
  position: absolute;
  right: 0;
  z-index: 0;
  letter-spacing: 0.11px;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .flashDate.now {
  font-weight: 760 !important;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-arrow {
  width: 20px;
  height: 20px;
  background-size: contain;
  top: 42px;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Crect x='19.5' y='0.5' width='19' height='19' rx='9.5' transform='rotate(90 19.5 0.5)' stroke='black'/%3E %3Cpath d='M8.75781 6L13.0005 10.2426L8.75781 14.4853' stroke='black' stroke-width='1.5' stroke-linecap='square'/%3E %3C/svg%3E");
  right: 10px;
}
.TickerSliderComponenta.short .slotsContent .animationDiv .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Crect x='19.5' y='0.5' width='19' height='19' rx='9.5' transform='rotate(90 19.5 0.5)' stroke='black'/%3E %3Cpath d='M8.75781 6L13.0005 10.2426L8.75781 14.4853' stroke='black' stroke-width='1.5' stroke-linecap='square'/%3E %3C/svg%3E");
  transform: rotate(180deg);
  left: 15px;
}
.TickerSliderComponenta .titleArea {
  width: 127px;
  height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0 25px;
  box-shadow: -5px 4px 7px 0 rgba(0, 0, 0, 0.12);
  border: solid 0 #de1a1a;
  background-color: #f3f8f9;
  flex-shrink: 0;
  box-sizing: border-box;
  z-index: 1;
  text-decoration: none !important;
}
.TickerSliderComponenta .titleArea:hover .gotoButton {
  color: #1417ac;
}
.TickerSliderComponenta .titleArea .tickerTitle {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.TickerSliderComponenta .titleArea .tickerTitle .tickerBell {
  width: 25px;
  height: 25px;
  margin-inline-end: 5px;
}
.font-moses .TickerSliderComponenta .titleArea .tickerTitle {
  font-size: 18px;
  font-weight: 640;
  line-height: 1;
}
.TickerSliderComponenta .titleArea .gotoButton {
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 9px;
  border-radius: 18px;
  border: solid 1px #000;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
.TickerSliderComponenta .titleArea .gotoButton:hover {
  color: #1417ac;
}
.TickerSliderComponenta .titleArea .gotoButton:visited {
  color: inherit;
}
.font-moses .TickerSliderComponenta .titleArea .gotoButton {
  font-size: 13px;
  font-weight: 640;
}
.TickerSliderComponenta .slotsContent {
  flex-grow: 1;
  display: flex;
  background: #f3f8f9;
  position: relative;
  width: calc(100% - 127px);
  padding: 0 30px;
  box-sizing: border-box;
}
.TickerSliderComponenta .slotsContent .slotListRow {
  width: 100%;
}
.TickerSliderComponenta .slotsContent .slotListRow .redRuleSlider {
  width: 1113px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #c5c5c5;
  z-index: 0;
  overflow: hidden;
}
.TickerSliderComponenta .slotsContent .slotListRow .redRuleSlider .redLine {
  height: 100%;
  position: absolute;
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "right";
  background-color: #de1a1a;
  border-radius: 1px;
}
.TickerSliderComponenta .slotsContent .animationDiv {
  overflow-x: hidden;
  width: 100%;
  height: auto;
  position: unset;
  overflow-y: visible;
}
.TickerSliderComponenta .slotsContent .animationDiv:after {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 218px;
  height: calc(100% - 3px);
  position: absolute;
  background-image: linear-gradient(to right, #f3f8f9 30px, rgba(243, 248, 249, 0) 69px);
}
.TickerSliderComponenta .slotsContent .animationDiv .slick-list {
  display: flex;
  height: fit-content;
  width: 1144px;
  margin-left: -91px;
  overflow: hidden;
}
.TickerSliderComponenta .slotsContent .animationDiv .slick-track {
  display: flex;
  z-index: 1;
}
.TickerSliderComponenta .slotsContent .animationDiv .slick-slide {
  float: left;
  width: 286px ! important;
  flex-shrink: 0;
  padding: 10px 5px;
  box-sizing: border-box;
  height: fit-content;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView {
  width: 276px;
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 rgba(205, 205, 205, 0.25);
  border: solid 1px #efefef;
  background: #fff;
  position: relative;
  padding: 10px 10px 25px;
  box-sizing: border-box;
  direction: rtl;
  max-height: 126px;
  transition: max-height 0.1s ease-in-out;
  cursor: pointer;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .toggleElm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView.now:not(.newItem) {
  background: #f8d1d3;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView.now .flashDate {
  color: #de1a1a ! important;
  font-weight: bold ! important;
}
.font-moses .TickerSliderComponenta .slotsContent .animationDiv .slotView.now .flashDate {
  font-weight: 670 ! important;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView.opened {
  min-height: 300px;
  max-height: 1000px;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView.opened .itemTitle {
  color: #1417ac;
  -webkit-line-clamp: unset;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .topRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  height: 21px;
  align-items: center;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .topRow .flashDate {
  color: #78787b;
  letter-spacing: 0.16px;
  line-height: normal;
  font-size: 16px;
}
.font-moses .TickerSliderComponenta .slotsContent .animationDiv .slotView .topRow .flashDate {
  font-size: 14px;
  font-weight: 340;
  letter-spacing: 0.14px;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .topRow .roofTitle {
  width: auto;
  height: 16px;
  display: flex;
  align-items: center;
  padding: 0px 5px;
  box-sizing: border-box;
  background-color: #de1a1a;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.16px;
  line-height: 16px;
  color: #fff;
  max-width: 160px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.font-moses .TickerSliderComponenta .slotsContent .animationDiv .slotView .topRow .roofTitle {
  font-size: 14px;
  height: 17px;
  font-weight: 670;
  letter-spacing: 0.14px;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .text {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  margin-bottom: 10px;
}
.font-moses .TickerSliderComponenta .slotsContent .animationDiv .slotView .text {
  font-size: 14px;
  font-weight: 340;
  letter-spacing: 0.14px;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .itemTitle {
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 0.16px;
  line-height: normal;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  margin-bottom: 10px;
  position: relative;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .itemTitle:hover {
  color: #1417ac;
}
.font-moses .TickerSliderComponenta .slotsContent .animationDiv .slotView .itemTitle {
  font-size: 14px;
  letter-spacing: 0.14px;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .itemTitle .newTickerLoader {
  height: 20px;
  width: auto;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .buttonsArea {
  display: flex;
  height: 35px;
  position: absolute;
  bottom: 10px;
  flex-direction: row-reverse;
  width: 100%;
  left: 0px;
  align-items: center;
  background-color: inherit;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .buttonsArea .emptySpace {
  height: 100%;
  flex-grow: 1;
  display: flex;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .buttonsArea .shareBtn {
  width: 25px;
  height: 25px;
  margin: 0 10px;
  background-size: contain;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6666 4.83366C16.6666 6.03028 15.6965 7.00033 14.4999 7.00033C13.9435 7.00033 13.4361 6.79058 13.0524 6.44585L7.59335 9.60634C7.64112 9.78517 7.66658 9.97311 7.66658 10.167C7.66658 10.3584 7.64176 10.544 7.59516 10.7208L12.9232 13.6809C13.3183 13.2619 13.8786 13.0003 14.4999 13.0003C15.6965 13.0003 16.6666 13.9704 16.6666 15.167C16.6666 16.3636 15.6965 17.3337 14.4999 17.3337C13.3033 17.3337 12.3333 16.3636 12.3333 15.167C12.3333 14.9755 12.3581 14.7898 12.4047 14.613L7.07669 11.653C6.68161 12.0721 6.12131 12.3337 5.49992 12.3337C4.3033 12.3337 3.33325 11.3636 3.33325 10.167C3.33325 8.97038 4.3033 8.00033 5.49992 8.00033C6.11874 8.00033 6.67696 8.25975 7.07177 8.67577L12.4572 5.55787C12.377 5.33141 12.3333 5.08764 12.3333 4.83366C12.3333 3.63704 13.3033 2.66699 14.4999 2.66699C15.6965 2.66699 16.6666 3.63704 16.6666 4.83366ZM15.5999 4.83366C15.5999 5.44117 15.1074 5.93366 14.4999 5.93366C13.8924 5.93366 13.3999 5.44117 13.3999 4.83366C13.3999 4.22615 13.8924 3.73366 14.4999 3.73366C15.1074 3.73366 15.5999 4.22615 15.5999 4.83366ZM5.49992 11.267C6.10743 11.267 6.59992 10.7745 6.59992 10.167C6.59992 9.55948 6.10743 9.06699 5.49992 9.06699C4.89241 9.06699 4.39992 9.55948 4.39992 10.167C4.39992 10.7745 4.89241 11.267 5.49992 11.267ZM14.4999 16.267C15.1074 16.267 15.5999 15.7745 15.5999 15.167C15.5999 14.5595 15.1074 14.067 14.4999 14.067C13.8924 14.067 13.3999 14.5595 13.3999 15.167C13.3999 15.7745 13.8924 16.267 14.4999 16.267Z' fill='black'/%3E %3C/svg%3E") no-repeat center center transparent;
  cursor: pointer;
  z-index: 2;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .buttonsArea .shareBtn.opened,
.TickerSliderComponenta .slotsContent .animationDiv .slotView .buttonsArea .shareBtn:hover {
  background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%238vh9c4jwya)'%3E %3Cpath d='M17.188 5.469a2.344 2.344 0 0 0-2.344 2.343c0 .14.014.278.04.414l-5.358 2.681a2.343 2.343 0 0 0-1.713-.75 2.344 2.344 0 0 0 0 4.687 2.344 2.344 0 0 0 1.713-.751l5.354 2.68a2.344 2.344 0 1 0 1.372-1.733c-.294.13-.56.318-.778.555l-5.354-2.678a2.338 2.338 0 0 0-.004-.835l5.358-2.676a2.344 2.344 0 0 0 1.713.75 2.344 2.344 0 1 0 0-4.687z' fill='%231417AC'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='8vh9c4jwya'%3E %3Cpath fill='%23fff' d='M0 0h25v25H0z'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center center transparent;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .buttonsArea .AccordionShareWrapper {
  border-radius: 27px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  width: 170px;
  height: 35px;
  box-sizing: border-box;
  align-items: center;
  z-index: 2;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .buttonsArea .AccordionSocialsShareComponenta {
  margin-top: unset;
  height: auto;
  justify-content: space-between;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .buttonsArea .AccordionSocialsShareComponenta .shareIcon1280 {
  width: 25px;
  height: 25px;
  background-size: 120%;
  cursor: pointer;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .buttonsArea .AccordionSocialsShareComponenta .shareIcon1280.mailto {
  background-size: 130%;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .buttonsArea .openMoreButton {
  width: 25px;
  height: 25px;
  box-shadow: 0 2px 5px 0 rgba(123, 123, 123, 0.4);
  border-radius: 50%;
  border: solid 1px #efefef;
  margin: 0 10px;
  background-size: contain;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.41' viewBox='0 0 12 7.41'%3E %3Cpath id='arrow' d='M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z' transform='translate(-6 -8.59)'/%3E %3C/svg%3E") no-repeat center 9px #fff;
  box-sizing: border-box;
  cursor: pointer;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .buttonsArea .openMoreButton:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.41' viewBox='0 0 12 7.41'%3E %3Cpath id='arrow' d='M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z' transform='translate(-6 -8.59)' fill='%231417AC'/%3E %3C/svg%3E") no-repeat center 9px #fff;
}
.TickerSliderComponenta .slotsContent .animationDiv .slotView .buttonsArea .openMoreButton.opened {
  transform: rotate(180deg);
  background-position: center 8px;
  box-shadow: 0 -2px 5px 0 rgba(123, 123, 123, 0.4);
}
.TickerSliderComponenta .slotsContent .animationDiv .slick-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: unset;
  z-index: 2;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.TickerSliderComponenta .slotsContent .animationDiv .slick-arrow.slick-next {
  right: 5px;
  left: unset;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg filter='url(%2346tliqk5la)'%3E %3Crect x='5' y='23' width='20' height='20' rx='10' transform='rotate(-90 5 23)' fill='%23fff'/%3E %3Cpath d='m14.242 17.485 4.243-4.242L14.242 9' stroke='%23DE1A1A' stroke-width='1.5' stroke-linecap='square'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='46tliqk5la' x='0' y='0' width='30' height='30' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix values='0 0 0 0 0.483333 0 0 0 0 0.483333 0 0 0 0 0.483333 0 0 0 0.4 0'/%3E %3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_1583_199510'/%3E %3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_1583_199510' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
}
.TickerSliderComponenta .slotsContent .animationDiv .slick-arrow.slick-prev {
  left: 5px;
  right: unset;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg filter='url(%23oj843z2r8a)'%3E %3Crect x='25' y='3' width='20' height='20' rx='10' transform='rotate(90 25 3)' fill='%23fff'/%3E %3Cpath d='m15.758 9-4.243 4.243 4.243 4.242' stroke='%23DE1A1A' stroke-width='1.5' stroke-linecap='square'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='oj843z2r8a' x='0' y='0' width='30' height='30' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix values='0 0 0 0 0.483333 0 0 0 0 0.483333 0 0 0 0 0.483333 0 0 0 0.4 0'/%3E %3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_1583_199869'/%3E %3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_1583_199869' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
}
.TickerSliderComponenta .AccordionShareWrapper.hidden,
.TickerSliderComponenta .text.hidden {
  display: none !important;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.TickerSliderComponenta .AccordionShareWrapper.visible,
.TickerSliderComponenta .text.visible {
  display: flex;
  transition: opacity 1s linear;
  opacity: 1;
}
@keyframes backgroundColor {
  0% {
    background: #f8d1d3;
  }
  99% {
    background: #f8d1d3;
  }
  100% {
    background-color: #F5F5F5;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.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;
}
.font-moses .YnetMultiStripComponenta .slotView .author,
.font-moses .YnetMultiStripRowsComponenta .slotView .author {
  font-size: 12px;
  font-weight: 340;
}
.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;
}
.font-moses .YnetMultiStripComponenta .slotView .MarketingSign:hover .marketingText {
  font-size: 14px !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;
}
.font-moses .YnetMultiStripComponenta .slotView .author {
  bottom: 7px;
}
.YnetMultiStripComponenta .slotView .upInfoArea {
  height: 18px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
}
.font-moses .YnetMultiStripComponenta .slotView .upInfoArea {
  font-size: 12px;
  font-weight: 340;
}
.YnetMultiStripComponenta .slotView .upInfoArea .big_caption {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  border-bottom: 1px solid #000;
  margin-left: 5px;
}
.font-moses .YnetMultiStripComponenta .slotView .upInfoArea .big_caption {
  font-size: 16px;
  font-weight: 670;
}
.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;
}
.font-moses .YnetMultiStripRowsComponenta .slotView .textDiv h2.slotTitle {
  font-size: 16px;
  letter-spacing: unset;
  line-height: 19px;
  font-weight: 670;
  margin-bottom: 9px;
}
.YnetMultiStripRowsComponenta .slotView .textDiv .slotSubTitle {
  -webkit-line-clamp: 2;
  font-size: 15px;
  font-weight: 500;
  max-height: 38px;
  letter-spacing: -0.3px;
  line-height: 19px;
}
.font-moses .YnetMultiStripRowsComponenta .slotView .textDiv .slotSubTitle {
  font-size: 14px;
  font-weight: 340;
  letter-spacing: unset;
}
.YnetMultiStripRowsComponenta .slotView .textDiv .author {
  bottom: 13px;
  -webkit-line-clamp: 1;
  white-space: unset;
  line-height: 16px;
  font-size: 12px;
}
.font-moses .YnetMultiStripRowsComponenta .slotView .textDiv .author {
  bottom: 7px;
}
.YnetMultiStripRowsComponenta .slotView .mediaArea {
  width: 200px;
  flex-shrink: 0;
}
.font-moses .YnetMultiStripComponenta.multiRows .slotView .slotTitle.medium,
.font-moses .YnetMultiStripComponenta.oneRow .slotView .slotTitle.medium {
  font-size: 16px;
}
.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;
}
.font-moses .YnetMultiStripComponenta.multiRows .slotView .mediaArea .MarketingSign.smallItem:hover .marketingText,
.font-moses .YnetMultiStripComponenta.oneRow .slotView .mediaArea .MarketingSign.smallItem:hover .marketingText {
  font-size: 12px;
}
.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;
  }
  .font-moses .TagsPageTitleComponenta .fixedLabel {
    font-size: 6.25vw !important;
    font-weight: 340 !important;
    line-height: 1.5 !important;
  }
  .TagsPageTitleComponenta .TagsPageTitle {
    font-size: 7.5vw !important;
    line-height: 1.1 !important;
  }
  .font-moses .TagsPageTitleComponenta .TagsPageTitle {
    font-size: 6.5625vw !important;
    font-weight: 800 !important;
    line-height: 1.5 !important;
  }
  .mynet .TagsPageTitleComponenta {
    margin: 4.6875vw 3.125vw 4.53125vw 0;
  }
}
@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) {
  .ynet .TagsPageTitleComponenta .fixedLabel {
    color: #fff;
  }
  .ynet .TagsPageTitleComponenta .TagsPageTitle {
    color: #fff;
  }
}
.TagsPageTitleComponenta {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  color: #000000;
  font-size: 32px;
}
.font-moses .TagsPageTitleComponenta {
  font-size: 28px;
  font-weight: 340;
}
.TagsPageTitleComponenta .fixedLabel {
  line-height: 36px;
}
.font-moses .TagsPageTitleComponenta .fixedLabel {
  line-height: 38px;
}
.TagsPageTitleComponenta .TagsPageTitle {
  font-weight: 900;
  font-size: 32px;
  margin: 0;
  overflow: hidden;
}
.font-moses .TagsPageTitleComponenta .TagsPageTitle {
  font-size: 28px;
  font-weight: 800;
  font-family: 'MosesDisplay', 'NarkisBlock';
  line-height: 38px;
  letter-spacing: 0.84px;
}
.mynet .TagsPageTitleComponenta .TagsPageTitle {
  font-weight: bold;
}
.mynet .TagsPageTitleComponenta .fixedLabel {
  line-height: 32px;
  color: #b11412;
  font-size: 28px;
  font-family: Arial;
}
.mynet .TagsPageTitleComponenta .TagsPageTitle {
  font-family: Arial;
  font-weight: bold !important;
  font-size: 35px !important;
}
.YITFloatingPlayer,
.is-sticky {
  position: fixed;
  height: 170px;
  width: 302px;
  left: 10px;
  bottom: 65px;
  overflow: unset;
  z-index: 99;
}
.YITFloatingPlayer .fp-ui .fp-controls,
.is-sticky .fp-ui .fp-controls {
  background-color: rgba(0, 0, 0, 0.5);
  width: auto;
  padding-right: 40px;
}
.YITFloatingPlayer .fp-ui .fp-controls .fp-qsel,
.is-sticky .fp-ui .fp-controls .fp-qsel {
  padding-left: 3px;
  padding-top: 3px;
}
.YITFloatingPlayerCloseButton {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg data-name='Group 1' transform='translate(-21 -14)'%3E %3Ccircle data-name='Ellipse 1' cx='13' cy='13' r='13' transform='translate(21 14)' style='opacity:.67'/%3E %3Cpath data-name='Path 1' d='M8.188 6.914H15.1V8.22H8.188v6.88H6.882V8.22H0V6.914h6.882V0h1.306z' transform='rotate(45 -2.77 49.37)' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: -33px;
  right: 10px;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
}
.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;
}
.font-moses .TopStory1280Componenta .slotView .author {
  font-size: 13px;
  font-weight: 340;
  letter-spacing: 0.13px;
}
.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;
}
.font-moses .TopStory1280Componenta.wide .slotTitle {
  font-size: 42px ! important;
  font-weight: 800 !important;
  line-height: 46px! important;
  font-family: "MosesDisplay" !important;
}
.TopStory1280Componenta.wide .slotSubTitle {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}
.font-moses .TopStory1280Componenta.wide .slotSubTitle {
  font-size: 19px ! important;
  font-weight: 340;
  line-height: 29px! important;
}
.TopStory1280Componenta.wide .topStoryDate {
  margin-bottom: 50px;
}
.font-moses .TopStory1280Componenta.wide .topStoryDate {
  margin-bottom: 0;
}
.TopStory1280Componenta.special {
  height: 520px;
  background: #000;
}
.TopStory1280Componenta.special .textDiv > a,
.TopStory1280Componenta.special .textDiv > span {
  padding: 24px 32px 14px 10px;
}
.TopStory1280Componenta.special .textDiv .author {
  bottom: 24px;
  font-size: 16px;
  color: #bababa;
}
.font-moses .TopStory1280Componenta.special .textDiv .author {
  font-size: 14px;
  font-weight: 340;
  letter-spacing: 0.13px;
}
.TopStory1280Componenta.special .slotTitle {
  font-size: 46px! important;
  font-weight: 900 !important;
  line-height: 40px ! important;
  margin-bottom: 15px;
}
.font-moses .TopStory1280Componenta.special .slotTitle {
  font-size: 40px ! important;
  font-weight: 800 !important;
  line-height: 46px! important;
  font-family: "MosesDisplay" !important;
}
.TopStory1280Componenta.special .slotSubTitle {
  font-size: 24px! important;
  line-height: 30px! important;
  font-weight: 300;
  padding-left: 15px;
}
.font-moses .TopStory1280Componenta.special .slotSubTitle {
  font-size: 20px ! important;
  font-weight: 340;
  line-height: 29px! important;
}
.TopStory1280Componenta.special .topStoryDate {
  color: #fff ! important;
  font-size: 20px ! important;
  height: 19px ! important;
  line-height: 19px ! important;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 32px;
}
.font-moses .TopStory1280Componenta.special .topStoryDate {
  font-size: 16px ! important;
  font-weight: 340;
  line-height: 24px! 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;
}
.font-moses .TopStory1280Componenta.basic .slotTitle {
  font-size: 40px ! important;
  font-weight: 800 !important;
  line-height: 46px! important;
  font-family: "MosesDisplay" !important;
  margin-bottom: 10px;
}
.TopStory1280Componenta.basic .slotSubTitle {
  font-size: 18px! important;
  line-height: 26px! important;
}
.font-moses .TopStory1280Componenta.basic .slotSubTitle {
  font-size: 16px! important;
  font-weight: 340;
  line-height: 24px! 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 .labelText.mediaItemLabel {
  z-index: 2;
  color: #fff;
  height: 35px;
  background: #000;
  font-size: 24px !important;
  border-right: 4px solid #ed1c24;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-weight: normal;
  max-width: calc(100% - 36px);
  width: auto;
  overflow: hidden;
  line-height: 35px;
  flex-wrap: wrap;
}
.TopStory1280Componenta .mediaArea .labelText.mediaItemLabel span {
  height: 100%;
  overflow: hidden;
  line-height: 35px;
}
.font-moses .TopStory1280Componenta .mediaArea .labelText.mediaItemLabel {
  font-size: 24px ! important;
  font-family: "Moses", "NarkisBlock" !important;
  font-weight: 340;
}
.font-moses .TopStory1280Componenta .mediaArea .labelText {
  font-size: 30px ! important;
  font-family: "MosesDisplay" !important;
}
.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;
}
.font-moses .TopStory1280Componenta .textDiv .slotTitle {
  letter-spacing: normal;
}
.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;
}
.font-moses .TopStory1280Componenta .textDiv .topStoryDate {
  font-size: 16px ! important;
  font-weight: 340;
  line-height: 24px! important;
}
.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;
  }
  .font-moses .TopStoryBlogsComponenta .slotView .slotTitle {
    font-size: 8.75vw !important;
  }
  .TopStoryBlogsComponenta .slotView .slotSubTitle {
    width: 100% ! important;
    font-size: 5.78125vw !important;
    font-weight: normal !important;
    padding-bottom: 3.125vw;
  }
  .font-moses .TopStoryBlogsComponenta .slotView .slotSubTitle {
    font-size: 4.6875vw !important;
  }
  .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;
}
.font-moses .TopStoryBlogsComponenta .slotView .author {
  font-size: 13px;
}
.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;
}
.font-moses .TopStoryBlogsComponenta .slotTitle {
  font-size: 52px;
  letter-spacing: normal !important;
}
.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;
}
.font-moses .TopStoryBlogsComponenta .slotSubTitle {
  font-size: 22px;
  letter-spacing: normal;
}
.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;
}
.font-moses .TopStoryBlogsComponenta .textDiv .slotTitle {
  letter-spacing: normal;
}
.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;
}
.font-moses .TopStoryBlogsComponenta .textDiv .topStoryDate {
  font-size: 15px;
}
.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;
}
.TopStory1280Componenta.Multi.basic {
  height: 446px;
}
.TopStory1280Componenta.Multi.basic.magazine {
  height: 482px;
}
.TopStory1280Componenta.Multi.basic.magazine .textDiv {
  position: absolute;
  width: 515px;
  height: 382px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50px;
  right: 50px;
  z-index: 2;
  padding: 26px 26px 16px !important;
}
.TopStory1280Componenta.Multi.basic.magazine .textDiv a {
  padding: 0;
}
.TopStory1280Componenta.Multi.basic.magazine .textDiv .slotTitle {
  font-size: 38px;
  line-height: 44px;
  font-weight: 850;
  margin-bottom: 16px;
  -webkit-line-clamp: 3 !important;
}
.TopStory1280Componenta.Multi.basic.magazine .textDiv .slotSubTitle {
  margin-top: 0;
  margin-bottom: 12px;
  -webkit-line-clamp: 5 !important;
}
.TopStory1280Componenta.Multi.basic.magazine .textDiv .author {
  margin-top: 0;
}
.TopStory1280Componenta.Multi.basic .slotSubTitle {
  margin-bottom: 8px;
  margin-top: 12px;
}
.TopStory1280Componenta.Multi.basic .slotTitle {
  -webkit-line-clamp: 4 !important;
}
.TopStory1280Componenta.Multi.basic.moreArticle.blogItems .slotSubTitle {
  display: none !important;
}
.TopStory1280Componenta.Multi.basic.moreArticle .slotSubTitle {
  margin-top: 0px;
}
.TopStory1280Componenta.Multi.basic.moreArticle.articlesItems:has(.roofTitle) .slotSubTitle {
  -webkit-line-clamp: 3;
}
.TopStory1280Componenta.Multi.basic.moreArticle.articlesItems .slotSubTitle {
  -webkit-line-clamp: 4;
}
.TopStory1280Componenta.Multi.basic.moreArticle.articlesItems .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.TopStory1280Componenta.Multi.basic .textDiv {
  box-sizing: border-box;
  flex-grow: 1;
}
.TopStory1280Componenta.Multi.basic .textDiv > a:not(.blogsItems),
.TopStory1280Componenta.Multi.basic .textDiv > span:not(.blogsItems) {
  flex-grow: 1;
}
.TopStory1280Componenta.Multi.basic .textDiv .blogsItems {
  justify-content: flex-end;
}
.TopStory1280Componenta.Multi.basic .textDiv .blogsItems .author {
  margin-top: 8px;
}
.TopStory1280Componenta.Multi.basic .textDiv > a,
.TopStory1280Componenta.Multi.basic .textDiv > span {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 0px 0px;
}
.TopStory1280Componenta.Multi.basic .textDiv .slotTitle {
  font-size: 38px !important;
  line-height: 44px !important;
  font-weight: 850 !important;
  margin-bottom: 9px;
}
.TopStory1280Componenta.Multi.basic .textDiv .slotSubTitle {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}
.TopStory1280Componenta.Multi.basic .textDiv .author {
  position: inherit;
  margin-bottom: 8px;
  margin-top: 3px;
}
.TopStory1280Componenta.Multi.basic .textDiv .topStoryDate {
  margin-bottom: 10px;
  line-height: 28px ! important;
}
.TopStory1280Componenta.Multi.basic .textDiv .roofTitle {
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 4px;
  display: flex;
}
.TopStory1280Componenta.Multi.basic .textDiv .roofTitle .redlabel {
  font-size: 16px;
  background: #de1a1a;
  color: #fff !important;
  width: fit-content;
  height: 24px;
  padding: 0 6px;
  margin-bottom: 4px;
}
.TopStory1280Componenta.Multi.basic .textDiv .roofTitle .blinkdot {
  font-size: 16px;
  position: relative;
}
.TopStory1280Componenta.Multi.basic .textDiv .roofTitle .BlinkDot {
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
  margin-left: 8px;
  background-image: url(//www.ynet.co.il/images/red_dot_icon.gif);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.TopStory1280Componenta.Multi.basic .textDiv .BottomList {
  display: flex;
  flex-direction: column;
  margin-right: 7px;
}
.TopStory1280Componenta.Multi.basic .textDiv .BottomList .TopStoryBottomItem {
  margin-bottom: 8px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}
.TopStory1280Componenta.Multi.basic .textDiv .BottomList .TopStoryBottomItem span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
}
.TopStory1280Componenta.Multi.basic .textDiv .BottomList.blogs {
  position: relative;
  padding-right: 13px;
}
.TopStory1280Componenta.Multi.basic .textDiv .BottomList.blogs > :first-child .TopStoryBottomItem::after {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Subtract' fill-rule='evenodd' clip-rule='evenodd' d='M16.9167 8C16.9167 12.4183 13.1857 16 8.58333 16C3.98096 16 0.25 12.4183 0.25 8C0.25 3.58172 3.98096 0 8.58333 0C13.1857 0 16.9167 3.58172 16.9167 8ZM12.78 7.98877C12.78 5.76233 10.8964 3.9528 8.58377 3.9528C6.26892 3.9528 4.38753 5.76233 4.38753 7.98877C4.38753 10.2152 6.26892 12.0247 8.58377 12.0247C10.8986 12.0247 12.78 10.2152 12.78 7.98877ZM1.66418 7.98877C1.66418 4.31296 4.762 1.33347 8.58377 1.33347C12.4055 1.33347 15.5034 4.31296 15.5034 7.98877C15.5034 11.6646 12.4055 14.6441 8.58377 14.6441C4.762 14.6441 1.66418 11.6646 1.66418 7.98877Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 2px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  right: -23px;
}
.TopStory1280Componenta.Multi.basic .textDiv .BottomList.blogs > :first-child .TopStoryBottomItem::before {
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  top: 18px;
  right: -15.5px;
  content: "";
  position: absolute;
  z-index: 1;
}
.TopStory1280Componenta.Multi.basic .textDiv .BottomList.blogs .TopStoryBottomItem {
  height: 44px;
  line-height: 1.375;
}
.TopStory1280Componenta.Multi.basic .textDiv .BottomList.blogs .TopStoryBottomItem span {
  -webkit-line-clamp: 2;
}
.TopStory1280Componenta.Multi.basic .textDiv .BottomList.blogs .TopStoryBottomItem:before {
  width: 1px;
  height: 32px;
  background-color: #d9d9d9;
  top: 12px;
  right: -15.5px;
  content: "";
  position: absolute;
  z-index: 1;
}
.TopStory1280Componenta.Multi.basic .textDiv .BottomList.blogs .TopStoryBottomItem::after {
  width: 7px;
  height: 7px;
  background-color: #979797;
  position: absolute;
  right: -18.5px;
  top: 5px;
  border-radius: 50%;
  z-index: 2;
  content: "";
  box-sizing: border-box;
}
.TopStory1280Componenta.Multi.basic .textDiv .BottomList.articles {
  position: relative;
  padding-top: 15px;
  height: 93px;
}
.TopStory1280Componenta.Multi.basic .textDiv .BottomList.articles::after {
  top: 0;
  content: "";
  width: 139px;
  height: 0.5px;
  background-color: #979797;
  right: -10px;
  position: absolute;
}
.TopStory1280Componenta.Multi.basic .textDiv .BottomList.articles .TopStoryBottomItem span {
  -webkit-line-clamp: 1;
  line-height: 1.125;
}
.TopStory1280Componenta.Multi.basic .textDiv .BottomList.articles .TopStoryBottomItem::after {
  width: 4px;
  height: 4px;
  background-color: #979797;
  position: absolute;
  right: -11px;
  top: 7px;
  border-radius: 50%;
  z-index: 2;
  content: "";
  box-sizing: border-box;
  flex-shrink: 0;
}
.TopStory1280Componenta.Multi.basic.light {
  background-color: #fff;
}
.TopStory1280Componenta.Multi.basic.light .textDiv {
  color: #000;
  padding: 0;
}
.TopStory1280Componenta.Multi.basic.light .textDiv > a,
.TopStory1280Componenta.Multi.basic.light .textDiv > span {
  padding: 0;
  padding-inline-end: 27px;
}
.TopStory1280Componenta.Multi.basic.light .textDiv *:not(.author, a, .redlabel>span, .roofTitle span),
.TopStory1280Componenta.Multi.basic.light .textDiv .slotTitle[style],
.TopStory1280Componenta.Multi.basic.light .textDiv .slotSubTitle[style] .TopStory1280Componenta.Multi.basic.light .textDiv .slotTitle *[style],
.TopStory1280Componenta.Multi.basic.light .textDiv .slotSubTitle *[style] {
  color: #000 !important;
}
.TopStory1280Componenta.Multi.basic.light .textDiv .author {
  color: #78787b;
}
.TopStory1280Componenta.Multi.basic.light .textDiv .blinkdot {
  color: #de1a1a;
}
.TopStory1280Componenta.Multi.basic.light .textDiv .BottomList.blogs {
  margin-right: 10px;
}
.TopStory1280Componenta.Multi.basic.light .textDiv .BottomList.articles {
  padding-right: 10px;
  margin-left: 10px;
}
.TopStory1280Componenta.Multi.basic.light .textDiv .BottomList.articles a,
.TopStory1280Componenta.Multi.basic.light .textDiv .BottomList.articles a * {
  color: inherit;
}
.TopStory1280Componenta.Multi.basic.light .textDiv .BottomList.articles a:hover,
.TopStory1280Componenta.Multi.basic.light .textDiv .BottomList.articles a *:hover {
  color: #1417ac !important;
}
.TopStory1280Componenta.Multi.basic.dark {
  background-color: #1E1E1E;
}
.TopStory1280Componenta.Multi.basic.dark.articlesItems .textDiv {
  padding: 3px 17px 9px 17px;
}
.TopStory1280Componenta.Multi.basic.dark .textDiv {
  color: #fff;
  padding: 9px 17px;
  box-sizing: border-box;
}
.TopStory1280Componenta.Multi.basic.dark .textDiv *:not(.author, a, .redlabel),
.TopStory1280Componenta.Multi.basic.dark .textDiv .slotTitle[style],
.TopStory1280Componenta.Multi.basic.dark .textDiv .slotSubTitle[style],
.TopStory1280Componenta.Multi.basic.dark .textDiv .slotTitle *[style],
.TopStory1280Componenta.Multi.basic.dark .textDiv .slotSubTitle *[style] {
  color: #fff !important;
}
.TopStory1280Componenta.Multi.basic.dark .textDiv .author {
  color: #d8d8d8;
}
.TopStory1280Componenta.Multi.basic.dark .textDiv .blinkdot {
  color: #fff;
}
.TopStory1280Componenta.Multi.basic.dark .textDiv .BottomList.articles a,
.TopStory1280Componenta.Multi.basic.dark .textDiv .BottomList.articles a * {
  color: inherit;
}
.TopStory1280Componenta.Multi.basic.dark .textDiv .BottomList.articles a:hover,
.TopStory1280Componenta.Multi.basic.dark .textDiv .BottomList.articles a *:hover {
  color: #45a5fb !important;
}
.TopStory1280Componenta.Multi.basic.dark .textDiv .BottomList.blogs .TopStoryBottomItem::before {
  background-color: #fff ! important;
}
.TopStory1280Componenta.Multi.basic.dark .textDiv .BottomList.blogs > :first-child .TopStoryBottomItem::after {
  background-color: transparent;
}
.TopStory1280Componenta.Multi.basic.dark .textDiv .BottomList.blogs .TopStoryBottomItem::after {
  background-color: #fff;
}
@import '~normalize.css';
@import 'global/icons/iconsStyle.css';
/** all z-index values should be placed here */
@import "assets/fonts/OpenSansHebrew/opensanshebrew.css";
.g-section-wrapper {
  padding-bottom: 50px;
  width: 100%;
}
.g-section-wrapper:last-of-type {
  padding-bottom: 0;
}
.g-input-element {
  /* see: http://alistapart.com/article/learning-from-lego-a-step-forward-in-modular-web-design */
  padding: 10px;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  border-radius: 8px;
  font-size: 16px;
}
.g-input-element.full-width {
  width: 100%;
}
.g-listItem {
  display: inline-flex;
}
.g-fieldDisplay-in-header-comp {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Regular.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Light.ttf') format('opentype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-ExtraLight.ttf') format('opentype');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-SemiBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Bold.ttf') format('opentype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-ExtraBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 800;
}
/* dropdown properties*/
/* Mixins */
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #2573e9;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.Loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1003;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  display: flex;
  animation: fade-in 0.8s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.twentyFourSeven1280Componenta {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.twentyFourSeven1280Componenta.ltr {
  direction: ltr;
}
.twentyFourSeven1280Componenta.ltr .mediaArea {
  position: relative;
}
.twentyFourSeven1280Componenta .TabComponenta {
  padding: 15px 15px 0;
  line-height: 30px;
  font-size: 29px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.twentyFourSeven1280Componenta .slotList {
  display: flex;
  flex-direction: column;
  margin: 0 0 16px 0;
}
.twentyFourSeven1280Componenta .slotList .mainTab {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-inline-start: 11px;
  font-size: 17px;
  height: 30px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.twentyFourSeven1280Componenta .slotList .slotItem {
  display: flex;
  margin-top: 20px;
}
.twentyFourSeven1280Componenta .slotList .slotItem .mediaArea {
  width: 190px;
  height: 112px;
  margin-inline-end: 20px;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
}
.twentyFourSeven1280Componenta .slotList .slotItem .mediaArea img {
  object-fit: cover;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
  justify-content: space-between;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .slotTitle,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .slotTitle {
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 16px;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .slotSubTitle,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .slotSubTitle {
  font-size: 16px;
  height: 66px;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails {
  height: 13px;
  font-size: 13px;
  color: #969696;
  align-items: center;
  display: flex;
  line-height: 1;
  margin-bottom: unset;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails .dateView,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails .dateView {
  margin: 0 0 0 5px;
  color: #78787b;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails .separator,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails .separator {
  margin: 0 3px;
}
.twentyFourSeven1280Componenta .ButtonAndLoaderContainer {
  display: flex;
  justify-content: center;
  height: 50px;
  padding: 40px 0;
}
.twentyFourSeven1280Componenta .loadMoreButton {
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size: 19px;
  height: 50px;
  color: #fff;
  width: 500px;
  align-items: center;
}
.twentyFourSeven1280Componenta #circularG {
  position: relative;
  width: 33px;
  height: 33px;
  margin: auto;
}
.twentyFourSeven1280Componenta .circularG {
  position: absolute;
  background-color: #000;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 0.768s;
  -o-animation-duration: 0.768s;
  -ms-animation-duration: 0.768s;
  -webkit-animation-duration: 0.768s;
  -moz-animation-duration: 0.768s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}
.twentyFourSeven1280Componenta #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;
}
.twentyFourSeven1280Componenta #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;
}
.twentyFourSeven1280Componenta #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;
}
.twentyFourSeven1280Componenta #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;
}
.twentyFourSeven1280Componenta #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;
}
.twentyFourSeven1280Componenta #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;
}
.twentyFourSeven1280Componenta #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;
}
.twentyFourSeven1280Componenta #circularG_8 {
  left: 3px;
  bottom: 3px;
  animation-delay: 0.96s;
  -o-animation-delay: 0.96s;
  -ms-animation-delay: 0.96s;
  -webkit-animation-delay: 0.96s;
  -moz-animation-delay: 0.96s;
}
@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}
@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.videoGalleryVerticalComponenta.editMode .frame_forList {
  pointer-events: none;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper {
  position: relative;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab {
  background-color: #000;
  color: #fff;
  margin-bottom: 10px;
  justify-content: flex-start !important;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .tabIcon {
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M2.63524 15H12.3648C14.1002 15 15 14.1002 15 12.3889V2.61114C15 0.891805 14.1002 0 12.3648 0H2.63524C0.899839 0 0 0.891805 0 2.61114V12.3889C0 14.1082 0.899839 15 2.63524 15ZM2.73166 13.4253C1.98447 13.4253 1.57472 13.0316 1.57472 12.2523V2.73969C1.57472 1.96036 1.98447 1.57472 2.73166 1.57472H12.2683C13.0075 1.57472 13.4253 1.96036 13.4253 2.73969V12.2523C13.4253 13.0316 13.0075 13.4253 12.2683 13.4253H2.73166ZM5.99357 10.6535L10.6133 7.93787C10.9588 7.73701 10.9507 7.25495 10.6133 7.0541L5.99357 4.33048C5.6481 4.12159 5.18211 4.29834 5.18211 4.69202V10.2919C5.18211 10.6856 5.61596 10.8784 5.99357 10.6535Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 15px;
  height: 15px;
  margin-inline-end: 7px;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .closeBtn {
  background: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21.25 20.8098L2.44019 2' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M21.0598 2.19019L2.25 21' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 25px;
  height: 25px;
  position: fixed;
  top: 70px;
  z-index: 99;
  cursor: pointer;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent {
  position: relative;
  overflow: hidden;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .arrowBtn {
  position: absolute;
  bottom: 215px;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 35px;
  height: 50px;
  border: 0;
  z-index: 10;
  cursor: pointer;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .scrollLeft {
  left: 4px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-position: left center;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .scrollRight {
  right: 4px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-position: right center;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView {
  display: flex !important;
  overflow: hidden;
  justify-content: center;
  width: 273px;
  height: 491px;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 1px 3px 0 rgba(218, 218, 221, 0.8);
  margin-left: 20px;
  position: relative;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView:last-child {
  margin-left: 0 !important;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 74.53%, #000 100%);
  left: 50%;
  transform: translateX(-50%);
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView.hovered::after {
  animation: fadeOut 1.5s ease forwards;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView.hovered .contentDiv {
  animation: fadeOut 1.5s ease forwards;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea {
  position: relative;
  overflow: hidden;
  width: 273px;
  height: 491px;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea img {
  width: 273px;
  height: 491px;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .promoVideo {
  width: 273px;
  height: 491px;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  z-index: 1;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoTitle {
  text-align: right;
  margin: 0 11px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration {
  margin: 20px 0 15px 15px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.12px;
  direction: ltr;
  display: flex;
  align-items: center;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration .durationLogo {
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.57395 3.70921L1.42013 0.142658C1.1361 -0.0475526 0.757408 -0.0475526 0.473376 0.142658C0.189344 0.332901 0 0.6182 0 0.951076V8.0366C0 8.36948 0.189344 8.70235 0.473376 8.84502C0.615392 8.94011 0.804736 8.98765 0.946752 8.98765C1.08877 8.98765 1.27811 8.94011 1.42013 8.84502L7.52662 5.27847C7.81066 5.08826 8 4.80293 8 4.47005C8 4.13717 7.85798 3.85187 7.57395 3.70921Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 9px;
  height: 10px;
  margin-inline-end: 5px;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: hidden;
  align-content: flex-start;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: unset;
  flex-grow: 1;
  overflow: hidden;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
  margin-top: 10px;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track {
  display: flex;
  height: 100%;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper {
  position: relative;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem {
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: initial;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 0;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .shareBtn {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m15.942 5-6.728 6.409h2.438l3.312-3.155v13.66h1.922V8.221l3.347 3.188h2.438L15.941 5zM8.017 25.077l.002-10.924H6V27h20V14.153h-2.019l-.001 10.924H8.017z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 40px;
  height: 40px;
  z-index: 10;
  margin: 0 0 10px 15px;
  cursor: pointer;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper {
  background-color: #fff;
  width: 200px;
  height: 190px;
  transform: translateX(-33%);
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .mediaShareIcon {
  width: 37px;
  height: 37px;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .mediaShareText {
  color: #000;
  font-size: 11px;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .twitter {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3Cpath d='M12.0344 12L17.4859 19.2855L12 25.2089H13.2347L18.0377 20.0227L21.9182 25.2089H26.1198L20.3615 17.5137L25.4678 12H24.233L19.8099 16.7762L16.236 12H12.0344ZM13.8501 12.909H15.7803L24.3039 24.2999H22.3737L13.8501 12.909Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .facebook {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.9814 11C22.7507 11 24 11.2274 24 11.2274V13.7841C24 13.7841 23.6125 13.7921 22.651 13.7934L22.2013 13.7948C20.8997 13.7948 20.2734 14.4704 20.2734 15.5313L20.2717 17.4404H23.6125L23.0549 20.6071L20.2717 20.6057L20.2734 28H16.2034L16.2017 20.6057L13 20.6071V17.4404H16.2017L16.2034 15.3761C16.2034 11.6261 18.8148 11.0268 20.8375 11H20.9814Z' fill='black'/%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .whatsapp {
  background: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.65753 28.954L2 38.6121L11.9284 36.0192C14.6623 37.5049 17.7442 38.2877 20.8789 38.2877C31.2058 38.2877 39.6086 29.9284 39.6121 19.6497C39.6133 14.672 37.6692 9.98812 34.1325 6.46433C30.5981 2.9429 25.8954 1.00118 20.8848 1C10.5638 1 2.16103 9.36047 2.1575 19.6368C2.15633 22.922 3.01905 26.1272 4.65753 28.954Z' stroke='black' stroke-width='1.5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 16.5603C13 18.3862 14.3218 20.1505 14.5074 20.3988C14.6921 20.6461 17.1097 24.3932 20.8107 26.0006C21.6919 26.3846 22.38 26.6117 22.9144 26.7821C23.7993 27.0641 24.6027 27.0237 25.2392 26.9303C25.9489 26.8225 27.4234 26.0314 27.7309 25.1651C28.0384 24.2979 28.0384 23.5558 27.9465 23.4008C27.8528 23.2468 27.6072 23.1544 27.2378 22.9677C26.8694 22.7819 25.0536 21.8839 24.7161 21.7607C24.3786 21.6366 24.1312 21.575 23.8865 21.9455C23.6399 22.317 22.9331 23.1525 22.7175 23.4008C22.5028 23.6482 22.2872 23.68 21.9188 23.4942C21.5494 23.3084 20.3598 22.9157 18.9499 21.6529C17.8531 20.6683 17.1125 19.4526 16.8988 19.0821C16.6832 18.7096 16.8744 18.5103 17.0601 18.3255C17.226 18.1581 17.4294 17.8924 17.6131 17.6739C17.7978 17.4574 17.8597 17.3024 17.9816 17.055C18.1034 16.8077 18.0434 16.5901 17.9516 16.4053C17.8597 16.2205 17.121 14.3937 16.8135 13.6497C16.5491 13.0135 16.281 13.0144 16.0664 13.0144L15.982 13.0135C15.7683 13.0029 15.5217 13 15.2761 13C15.0296 13 14.6293 13.0924 14.2918 13.4649C13.9543 13.8355 13 14.7335 13 16.5603Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .frontCopyButton-pf {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3854 15.8287C18.611 15.7588 19.7345 16.5022 20.1371 17.6494L20.2167 17.8766C20.3447 18.2413 20.1496 18.6396 19.7809 18.7662C19.4122 18.8928 19.0095 18.6998 18.8816 18.335L18.8019 18.1079C18.6066 17.5513 18.0615 17.1906 17.4669 17.2245C16.9121 17.2562 16.3866 17.4812 15.9836 17.8597L14.1466 19.5848C13.1864 20.4864 13.1666 21.9938 14.1027 22.9199C15.006 23.8135 16.465 23.8312 17.3901 22.9597L18.0178 22.3685C18.3004 22.1022 18.7477 22.1131 19.0168 22.3927C19.286 22.6723 19.275 23.1147 18.9924 23.381L18.3648 23.9722C16.8841 25.367 14.5491 25.3387 13.1033 23.9085C11.6051 22.4264 11.6368 20.0138 13.1735 18.5708L15.0105 16.8457C15.6558 16.2397 16.4972 15.8794 17.3854 15.8287Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8518 19.0197C18.0873 19.7281 18.7235 20.1579 19.3249 20.0877C19.6571 20.0489 19.8323 19.9832 20.169 19.8101C20.5945 19.5913 20.9862 19.2998 21.3354 18.9544L22.8897 17.4167C23.819 16.4974 23.819 15.0069 22.8897 14.0876C21.9701 13.1779 20.4825 13.167 19.5494 14.0633L18.7712 14.8107C18.4912 15.0796 18.0438 15.0731 17.772 14.7961C17.5001 14.5191 17.5067 14.0765 17.7867 13.8076L18.5649 13.0602C20.0521 11.6316 22.4232 11.6489 23.8891 13.099C25.3703 14.5643 25.3703 16.9401 23.8891 18.4054L22.3347 19.943C21.8937 20.3792 21.3869 20.7596 20.8208 21.0506C20.3872 21.2736 20.0445 21.4115 19.4905 21.4762C18.0798 21.6408 16.9067 20.6521 16.5092 19.4566C16.3873 19.0898 16.589 18.6947 16.9597 18.5741C17.3304 18.4535 17.7298 18.653 17.8518 19.0197Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 37px !important;
  height: 37px !important;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .copyPopup {
  top: unset;
  left: unset;
  bottom: -30px;
  right: 0px;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .imageArea {
  position: relative;
  overflow: hidden;
  width: 273px;
  height: 491px;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .imageArea img {
  width: 273px;
  height: 491px;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .imageArea .promoVideo {
  width: 273px;
  height: 491px;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv {
  position: absolute;
  bottom: 70px;
  right: 0;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoTitle {
  text-align: right;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoSubtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.22;
  text-align: right;
  transition: all 0.2s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoSubtitle.close {
  -webkit-line-clamp: 1;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoSubtitle:hover {
  color: rgba(255, 255, 255, 0.8);
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoLink {
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 6px;
  margin: 10px 0;
  transition: all 0.2s ease;
  font-weight: bold;
  width: 121px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoLink:hover {
  color: #000;
  background-color: #fff;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-logo {
  display: none;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui {
  background-image: none;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-header .fp-fullscreen,
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-middle::after {
  content: "";
  position: absolute;
  height: 50%;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.42%, #000 100%);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls {
  margin-bottom: 25px;
  position: relative;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-qsel,
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-small-play,
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-small-pause {
  display: none;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-color {
  background-color: red;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered ~ .contentDiv,
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv:hover {
  opacity: 1;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered ~ .shareArea {
  opacity: 1;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch,
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch {
  opacity: 1 !important;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-play,
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play,
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-play.is-small,
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play.is-small {
  width: 170px !important;
  height: 170px !important;
  opacity: 0.6;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-pause,
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-pause {
  display: none !important;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-paused .fp-middle::after,
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-paused .fp-middle::after {
  opacity: 1;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch,
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch {
  opacity: 1 !important;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch .fp-pause,
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-pause {
  width: 200px !important;
  height: 200px !important;
  opacity: 0.6;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch .fp-play,
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play {
  display: none !important;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-playing .fp-middle::after,
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem:hover .fp-togglable {
  opacity: 1 !important;
  display: flex !important;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem:hover .fp-middle::after {
  opacity: 1 !important;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem:hover .shareArea {
  opacity: 1;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .contentDiv {
  animation: fade 2s ease-in-out !important;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow {
  position: absolute;
  bottom: 50vh;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 35px;
  height: 50px;
  border: 0;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickNext {
  right: calc(50% - 300px);
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
  background-position: right center;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickPrev {
  right: calc(50% + 265px);
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-position: left center;
}
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickDisabled {
  display: none !important;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.leftAndRightTransitionAnimation,
.videoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.videoPageMainComponenta .videoPageMain .videoPageMainCategory {
  font-size: 17px;
  font-weight: 800;
  margin: 15px 0;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTitle {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 15px;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails {
  color: #78787b;
  display: flex;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails .videoPageMainCredit {
  font-weight: 340;
  font-size: 17px;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails .separator {
  background-color: #78787b;
  margin: 0 6px;
  width: 2px;
  height: 17px;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails .DateDisplay {
  font-size: 13px;
  line-height: 17px;
}
.videoPageMainComponenta .videoPageMain.vertical #player {
  background-size: contain;
}
.YplusWithPaperComponenta {
  display: flex;
  background: #090d15;
  padding: 26px 30px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
}
.YplusWithPaperComponenta span {
  width: 100%;
}
.YplusWithPaperComponenta .upper-container {
  display: flex;
  width: calc(100% - 25px);
  box-sizing: border-box;
  margin-bottom: 18px;
  justify-content: space-between;
}
.YplusWithPaperComponenta .upper-container.reverse {
  flex-direction: row-reverse;
}
.YplusWithPaperComponenta .upper-container .promoBtn {
  order: 3;
}
.YplusWithPaperComponenta .upper-container .logoLink {
  order: 2;
}
.YplusWithPaperComponenta .upper-container .newspapper-label {
  order: 1;
}
.YplusWithPaperComponenta .upper-container .logoLink {
  display: flex;
  justify-self: center;
  margin: unset;
}
.YplusWithPaperComponenta .upper-container .logoLink img {
  width: 113.89px;
  height: 41px;
}
.YplusWithPaperComponenta .promoBtn {
  position: relative;
  border: 1px solid #fff;
  height: 41px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: auto;
  padding: 0 12px;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}
.font-moses .YplusWithPaperComponenta .promoBtn {
  font-size: 17px;
}
.YplusWithPaperComponenta .newspapper-label {
  width: 178.47px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='179' height='40' viewBox='0 0 179 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='0.529297' width='178.471' height='40' rx='20' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M104.295 14.1565C105.352 14.508 106.925 14.2225 107.491 15.2109C106.999 17.6484 107.245 20.2407 108.303 22.3711C108.18 23.9965 107.191 25.1398 106.41 26.6979H96.9693C97.5436 25.0617 97.625 24.3709 98.1239 23.2989C98.2219 23.0875 98.2897 23.0916 98.436 23.0013C98.6621 22.8667 98.8987 22.8128 99.1113 22.8465C100.087 22.7886 100.002 22.9704 100.509 22.7886C100.682 21.3167 99.7805 18.0537 99.7805 18.0537L97.4607 18.0443C97.4607 16.2654 97.1411 14.6184 95.9111 13.3C97.1653 13.0805 98.1481 14.5524 99.5755 14.4649C100.239 14.508 101.247 14.2669 101.345 15.1018C101.074 17.9352 101.689 20.4642 102.648 22.8357C103.858 23.0081 104.56 22.7105 106.315 22.8519C105.896 21.4015 105.632 17.9716 105.585 18.0537C105.585 18.0537 103.853 18.1103 102.993 18.0443C103.41 16.3973 102.869 14.5739 102.058 13.1021C102.967 13.1021 103.558 13.805 104.295 14.1565Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M117.152 14.5587C118.243 14.7553 123.537 14.6624 123.537 14.6624L124.021 17.8836H122.906C123.177 19.3326 123.545 21.0967 124.232 22.3707C123.347 23.6675 122.734 25.1825 122.339 26.6975H121.44L121.437 17.9348L114.779 17.9226C114.682 16.2312 114.226 14.4429 113.146 13.0801C113.956 12.5535 114.357 13.6753 115.174 13.9715C115.927 14.2463 116.355 14.4146 117.152 14.5587Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M71.5389 14.8964L71.759 15.2048C71.6866 17.4887 72.3001 19.5276 69.5236 20.714L72.8458 24.964L70.0557 27.0594C68.0886 24.7082 63.5002 20.2548 63.5002 20.2548L62.9726 23.0491L65.5155 23.0989L65.8034 26.6985C65.8034 26.6985 61.4773 26.6985 61.3853 26.6797L61.1396 26.4817C62.0983 23.2969 61.8767 20.1901 61.3853 16.8949L62.7872 13.842H63.155L68.8091 20.2251C69.302 20.5093 69.7195 19.7848 69.9908 19.4778C70.1868 19.0387 70.2109 18.5647 69.6457 18.3668L67.6303 18.2577C67.5565 16.6538 67.0394 15.2048 65.7371 14.0399L65.8592 13.7329C67.3108 15.0728 69.5718 14.6554 71.5389 14.8964Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.9412 14.7029C33.9994 14.2855 33.7461 15.2066 33.7009 15.7573C33.7899 17.1458 34.8254 22.3856 34.9339 23.2865C34.9701 23.5787 33.3015 26.672 33.3015 26.672L28.689 26.6693C28.689 26.6693 29.9175 24.5227 30.335 23.3808C30.4254 23.3848 32.4468 23.3848 32.4468 23.3848V18.1733C29.3507 18.5328 30.4827 16.5034 29.8677 15.4274C29.6974 14.6369 28.8111 13.9555 28.8111 13.2095C30.3847 13.2526 31.1475 15.0975 32.9412 14.7029Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M92.2639 14.2445C93.1005 15.1238 94.9681 14.2445 95.4354 15.4093C95.2636 18.0663 95.6314 20.5266 96.5162 22.789C95.7791 24.0185 95.1355 24.7295 94.623 26.6983H93.8587L93.8678 18.1538C93.8678 18.1538 92.7629 18.1255 91.6731 18.1538C91.9821 15.6975 90.6872 13.9994 90.125 13.19C91.2314 12.949 91.4892 13.9805 92.2639 14.2445Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.1777 18.1003C52.2998 19.7931 52.7234 21.2919 53.3173 22.8069C52.5802 24.0364 51.935 24.7164 51.424 26.6853H50.8331C50.0222 22.2049 51.724 17.194 48.8721 13.4813C50.5935 12.8443 50.7156 15.0407 52.2892 14.7337H58.89C58.89 14.7337 59.199 14.7983 59.3527 14.906C59.5351 15.0367 59.609 15.1929 59.6753 15.3558C59.5019 18.0141 59.8712 20.527 60.7561 22.788C60.019 24.0189 59.3738 24.5683 58.8628 26.6826H57.9253L57.9343 18.1165H52.4129L52.1777 18.1003Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M109.864 14.2445C110.699 15.1238 112.568 14.2445 113.035 15.4093C113.035 15.4093 113.318 17.5572 114.28 19.1517C113.457 20.0889 112.63 20.5589 112.119 22.5277H111.475L111.467 18.1538C111.467 18.1538 110.305 18.2036 109.273 18.1538C109.582 15.6975 108.287 13.9994 107.725 13.19C108.831 12.949 109.34 13.9805 109.864 14.2445Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M126.348 14.2446C127.185 15.124 129.053 14.2446 129.52 15.4095C129.52 15.4095 129.803 17.5574 130.765 19.1519C129.942 20.0891 129.22 20.5591 128.709 22.5279H127.979L127.987 18.154C127.987 18.154 126.752 18.1257 125.759 18.154C126.067 15.6977 124.773 13.9995 124.209 13.1902C125.316 12.9491 125.613 13.9416 126.348 14.2446Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.5308 18.1534C37.5308 18.1534 36.6219 18.1454 35.6316 18.1534C35.9391 15.6971 34.6457 13.999 34.0835 13.1897C35.1899 12.9486 35.6587 14.0461 36.2224 14.2603C37.5218 14.9322 38.9266 14.2441 39.3939 15.409C39.2221 18.0659 39.5899 20.5263 40.4747 22.7886C39.7376 24.0181 38.7457 24.7292 38.2332 26.698H37.5384L37.5308 18.1534Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.2706 18.1718C26.2706 18.1718 24.9788 18.1651 24.2146 18.1718C24.5221 15.7155 23.2273 14.0174 22.665 13.208C23.7714 12.967 24.1242 13.8625 24.804 14.2638C25.6406 15.1418 27.5082 14.2638 27.9755 15.4273C27.8036 18.0856 28.1488 20.5567 29.0336 22.8191C28.295 24.0486 27.582 24.7597 27.0695 26.7285H26.2721L26.2706 18.1718Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.6313 18.2359H15.7083C14.6998 18.9389 14.8988 20.5454 15.3631 21.5958C16.7589 23.3626 15.4626 24.8466 14.9953 26.4505L14.7888 26.67H10.1763L11.7002 23.1768L13.6613 23.1822C13.2814 22.0254 12.9739 19.5031 13.6628 18.2292C13.4201 18.1214 12.9362 18.0824 12.5669 18.1255C12.5172 16.3694 12.2655 14.8975 11.3565 13.4916C12.0198 12.4587 12.6589 14.2821 13.4714 14.3266C16.0535 14.8544 19.0139 14.639 22.0573 14.7023C22.3527 14.7683 22.5667 14.9527 22.7416 15.4618C22.5698 18.1187 22.9466 20.5966 23.8314 22.859C23.0943 24.0885 22.4507 24.7995 21.9382 26.767H20.6268L20.6313 18.2359Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.832 15.4039C48.6601 18.0608 49.046 20.5212 49.9308 22.7836C49.1937 24.0131 48.5501 24.7241 48.0391 26.6929H47.1181L47.1076 18.147L40.8159 18.1443C40.938 16.4974 40.6606 14.8019 39.5542 13.6155C39.6522 13.2654 40.341 13.396 40.6109 13.5064C41.4037 14.2377 41.963 14.4074 42.7257 14.67H48.0361C48.3798 14.7804 48.6436 15.0295 48.832 15.4039Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.5459 18.274H82.6726C81.6657 18.9769 81.8631 20.3855 82.3289 21.4373C83.7232 23.2028 82.4269 24.8753 81.9596 26.4778L81.7531 26.6987H77.1421C77.1421 26.6987 78.149 24.1818 78.666 23.0183C78.7504 22.9873 80.6271 23.0223 80.6271 23.0223C80.2472 21.8669 79.9397 19.5412 80.6286 18.2686C80.3859 18.1595 79.9277 18.1918 79.5599 18.2349C79.5101 16.4789 79.2313 14.9356 78.3208 13.5297C78.9856 12.4968 79.6247 14.3202 80.4357 14.3646C82.9439 14.9572 86.0129 14.5841 88.8648 14.6932C89.1602 14.7606 89.3306 15.0703 89.5778 15.4878C89.4059 18.1447 89.7587 20.6549 90.6435 22.9173C89.9049 24.1468 89.2612 24.7635 88.7502 26.7323L87.564 26.7485L87.5459 18.274Z' fill='white'/%3E %3Crect x='140.412' y='2.35303' width='36.1765' height='35.2941' rx='17.6471' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M146.794 13.4702C150.909 10.6023 155.863 11.9433 158.5 13.2147C161.138 11.9433 166.091 10.6023 170.207 13.4702L170.559 14.1381V27.2708L169.341 28.0049C168.358 27.5253 166.256 27.0006 164.135 27.0652C162 27.1303 160.135 27.7762 159.231 29.3196H158.5H157.77C156.866 27.7762 155.001 27.1303 152.865 27.0652C150.745 27.0006 148.642 27.5253 147.659 28.0049L146.441 27.2708V14.1381L146.794 13.4702ZM157.659 26.8004C156.289 25.8326 154.539 25.4738 152.918 25.4244C151.178 25.3714 149.429 25.665 148.124 26.0685V14.5747C151.37 12.5696 155.307 13.5277 157.659 14.6402V26.8004ZM159.342 26.8004V14.6402C161.693 13.5277 165.63 12.5696 168.876 14.5747V26.0685C167.571 25.665 165.822 25.3714 164.083 25.4244C162.461 25.4738 160.711 25.8326 159.342 26.8004ZM156.257 18.6907V17.0491C154.013 15.9547 151.77 15.9547 149.526 16.5019V18.1435C152.331 17.0491 155.135 17.9611 156.257 18.6907ZM160.744 18.6907V17.0491C162.987 15.9547 165.231 15.9547 167.474 16.5019V18.1435C164.67 17.0491 161.865 17.9611 160.744 18.6907ZM156.257 20.3317V21.9733C155.135 21.2437 152.331 20.3317 149.526 21.4261V19.7845C151.77 19.2373 154.013 19.2373 156.257 20.3317ZM160.744 21.9733V20.3317C162.987 19.2373 165.231 19.2373 167.474 19.7845V21.4261C164.67 20.3317 161.865 21.2437 160.744 21.9733Z' fill='black'/%3E %3C/svg%3E");
}
.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;
  padding: 33px 7px 0px;
  box-sizing: border-box;
  text-decoration: none;
  pointer-events: none;
}
.font-moses .YplusWithPaperComponenta .slotsContent .slotView .textArea {
  height: 127px;
}
.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: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: auto;
}
.font-moses .YplusWithPaperComponenta .slotsContent .slotView .textArea .slotTitle {
  font-size: 17px;
  line-height: 22px !important;
}
.YplusWithPaperComponenta .slotsContent .slotView .textArea .mediaLabel {
  margin-bottom: 6px;
  height: 18px;
  width: auto;
}
.YplusWithPaperComponenta .slotsContent .slotView .textArea .videoIcon {
  left: 11px !important;
  bottom: 13px !important;
}
.YplusWithPaperComponenta .slotsContent .slotView .textArea .details {
  position: absolute;
  bottom: 3px;
  font-size: 13px;
  font-weight: 500;
  color: #c5c5c5;
  display: inline-flex;
}
.font-moses .YplusWithPaperComponenta .slotsContent .slotView .textArea .details {
  font-size: 12px;
  font-weight: 340;
  line-height: 16px;
}
.YplusWithPaperComponenta .slotsContent .slotView .textArea .details .author {
  margin-left: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.YplusWithPaperComponenta .slotsContent .slotView .textArea .details .DateDisplay {
  margin-right: 5px;
}
.YplusWithPaperComponenta .promoLinksList {
  display: flex;
  margin: 12px auto;
}
.YplusWithPaperComponenta .promoLinksList .promoLink {
  margin: auto 10px;
  flex-shrink: 0;
  display: flex;
}
.YplusWithPaperComponenta .bottomGoToLink {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  position: relative;
  margin: 11px auto 0px;
  text-decoration: underline;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  border: 0;
  min-width: 170px;
  width: auto;
  padding: 4px 7px;
  text-decoration: none !important;
  border: 1px solid #fff ! important;
  border-radius: 20px;
}
.font-moses .YplusWithPaperComponenta .bottomGoToLink {
  font-size: 15px;
  line-height: 18px;
  font-weight: 670;
}
.YplusWithPaperComponenta .bottomGoToLink:after {
  content: "\27F5";
  left: 12px;
  position: absolute;
  color: #fff;
}
.yedioth-plus-with-paper {
  height: 100%;
  display: flex;
  background-color: #2c2e38;
}
.yedioth-plus-with-paper .main-items {
  display: flex;
}
.yedioth-plus-with-paper .main-items .slotView {
  width: 410px;
  height: 620px;
  position: relative;
}
.yedioth-plus-with-paper .main-items .slotView .imageArea {
  width: 410px;
  height: 620px;
  flex-shrink: 0;
}
.yedioth-plus-with-paper .main-items .slotView .textAreaLink {
  width: 100%;
  text-decoration: none;
}
.yedioth-plus-with-paper .main-items .slotView .textAreaLink .textArea {
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 0 60px 34px;
  background: linear-gradient(180deg, #19192200 0 0%, #191922 100%);
  box-sizing: border-box;
}
.yedioth-plus-with-paper .main-items .slotView .textAreaLink .textArea .item-label {
  width: fit-content;
  height: 20px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 670;
  letter-spacing: 0.12px;
  color: #2b313f;
  background-color: #fff;
  box-sizing: border-box;
}
.yedioth-plus-with-paper .main-items .slotView .textAreaLink .textArea .slotTitle {
  height: 78px;
  font-size: 24px;
  font-weight: 660;
  line-height: 110%;
  color: #fffffff2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.yedioth-plus-with-paper .main-items .slotView .textAreaLink .textArea .slotTitle span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.yedioth-plus-with-paper .main-items .slotView .textAreaLink .textArea .author {
  font-size: 12px;
  font-weight: 340;
  line-height: 16px;
  color: #d8d8d8;
}
.yedioth-plus-with-paper .details-and-sub-items {
  padding: 20px 13px 0px;
  display: flex;
  flex-direction: column;
}
.yedioth-plus-with-paper .details-and-sub-items .logo-area {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  text-decoration: none;
  order: 0;
}
.yedioth-plus-with-paper .details-and-sub-items .logo-area .logo {
  width: 133px;
  height: 40px;
  flex-shrink: 0;
}
.yedioth-plus-with-paper .details-and-sub-items .logo-area .logo-promo-title {
  width: 150px;
  font-size: 16px;
  font-weight: 550;
  line-height: 105%;
  letter-spacing: 0.16px;
  color: #ddd;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items {
  display: flex;
  flex-direction: column;
  order: 2;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div {
  border-top: 1px solid #ffffff4d;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView {
  display: flex;
  gap: 20px;
  padding: 13px 0;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .imageArea {
  width: 223px;
  height: 130px;
  flex-shrink: 0;
  overflow: hidden;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .textAreaLink {
  display: flex;
  text-decoration: none;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .textAreaLink .textArea {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  padding-left: 7px;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .textAreaLink .textArea .item-label {
  width: fit-content;
  height: 18px;
  padding: 2px 5px 4px 5px;
  font-size: 12px;
  font-weight: 670;
  letter-spacing: 0.12px;
  color: #fff;
  background-color: #df3232;
  box-sizing: border-box;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .textAreaLink .textArea .slotTitle {
  font-size: 14px;
  font-weight: 670;
  line-height: 20px;
  color: #f5f5f5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .textAreaLink .textArea .slotTitle span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .textAreaLink .textArea .author {
  font-size: 12px;
  font-weight: 340;
  line-height: 16px;
  color: #f5f5f5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area {
  position: relative;
  padding: 5px 15px 0px 140px;
  order: 1;
  background: rgba(255, 255, 255, 0.1);
  height: 60px;
  flex-shrink: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area:after {
  width: 100%;
  height: 15px;
  background-color: #2c2e38;
  z-index: 10;
  bottom: -15px;
  content: "";
  position: absolute;
  left: 0;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-promo-texts {
  display: inline;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.08px;
  color: #fff;
  text-decoration: none;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-promo-texts .newspaper-promo-title {
  font-weight: 850;
  margin-left: 5px;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-promo-texts .newspaper-promo-text {
  font-weight: 340;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper {
  position: absolute;
  bottom: -8px;
  left: 5px;
  transform: rotate(-8deg);
  /*   & .shadow {
                    width: @newspaper-width;
                    height: @newspaper-height;
                    position: absolute;
                }
                & .shadow1 {
                    top: 3px;
                    left: -3px;
                    background-color: rgba(211, 211, 211, 0.6);
                    // background-color: #95969b;
                    z-index: 3;
                }
                & .shadow2 {
                    top: 6px;
                    left: -6px;
                    background-color: rgba(211, 211, 211, 0.4);
                    // background-color: #606169;
                    z-index: 2;
                }
                & .shadow3 {
                    top: 9px;
                    left: -9px;
                    background-color: rgba(211, 211, 211, 0.2);
                    // background-color: #474851;
                    z-index: 1;
                }*/
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper .newspaper-image {
  width: 115px;
  height: 152px;
  flex-shrink: 0;
  position: relative;
  background-color: #6e6e6e;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 4;
  overflow: hidden;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper .newspaper-image img {
  width: 100%;
  position: absolute;
  top: 0;
}
.commercial-header-btn {
  display: flex;
}
.commercial-header-btn .commercial-btn-icon {
  width: 19px;
  height: 19px;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M10.8587 13.3493C11.8989 13.0511 12.1779 10.8419 11.4819 8.4149C10.786 5.98793 9.37869 4.26226 8.33859 4.56051C7.29849 4.85875 7.01948 7.06797 7.7154 9.49494C8.41132 11.9219 9.81865 13.6476 10.8587 13.3493Z' fill='%23FF0200' stroke='black'/%3E %3Cpath d='M8.06259 4.80099L3.73568 8.63226L4.91268 12.179L9.49988 13' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M3.70098 8.74578C1.79738 9.12072 1.10412 10.0252 1.62118 11.4594C2.13824 12.8935 3.22274 13.0815 4.87467 12.0234' stroke='black'/%3E %3Cpath d='M3.2118 12.6736L4.30165 16.0552C4.49877 16.5558 4.78779 16.7119 5.16871 16.5235C5.54963 16.3351 5.66018 15.9735 5.50037 15.4387L4.40167 12.1349' stroke='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4602 3.53527C14.6656 3.62566 14.7588 3.86545 14.6684 4.07085C14.668 4.07179 14.6676 4.07273 14.6672 4.07367L13.5688 6.51904C13.476 6.72577 13.2337 6.81889 13.0263 6.72761C12.8209 6.63721 12.7277 6.39742 12.8181 6.19202C12.8185 6.19108 12.8189 6.19014 12.8193 6.18921L13.9177 3.74383C14.0105 3.53711 14.2527 3.44398 14.4602 3.53527Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3193 7.26247C17.3879 7.46188 17.2819 7.67918 17.0825 7.74783C17.079 7.74905 17.0754 7.75023 17.0718 7.75135L14.4125 8.57955C14.2033 8.6447 13.9802 8.53176 13.9089 8.32459C13.8403 8.12518 13.9463 7.90788 14.1457 7.83923C14.1492 7.83801 14.1528 7.83683 14.1564 7.83571L16.8157 7.00751C17.0249 6.94236 17.248 7.0553 17.3193 7.26247Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.8601 11.6284C16.7565 11.8286 16.511 11.9082 16.3097 11.8068L13.8173 10.5511C13.6187 10.4511 13.5389 10.2091 13.6389 10.0105C13.6395 10.0092 13.6402 10.0079 13.6409 10.0067C13.7444 9.80643 13.9899 9.72689 14.1912 9.82832L16.6836 11.0839C16.8822 11.184 16.962 11.426 16.862 11.6246C16.8614 11.6258 16.8607 11.6271 16.8601 11.6284Z' fill='black'/%3E %3C/svg%3E");
}
.commercial-header-btn .commercial-btn-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.commercial-header-btn .commercial-btn-wrapper .commercial-btn-title {
  margin: 0 4px;
  line-height: 1;
  color: inherit;
  text-decoration: none;
}
.commercial-header-btn .commercial-btn-wrapper .menu-toggler {
  width: 12px;
  height: 7px;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  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%);
}
.commercial-header-btn .commercial-btn-wrapper .menu-toggler.to-close {
  transform: rotate(0deg);
}
.commercial-header-btn .commercial-btn-wrapper .menu-toggler.to-open {
  transform: rotate(180deg);
}
.commercial-header-btn .commercial-link-select {
  width: 210px;
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  top: 30px;
  padding: 17px 19px;
  background-color: #fff;
  box-shadow: 0 0 6px 2px rgba(217, 217, 217, 0.5);
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.47;
  z-index: 99;
  animation: fade-in 0.5s;
}
.commercial-header-btn .commercial-link-select > div {
  margin: 13px 0px;
  cursor: pointer;
}
.commercial-header-btn .commercial-link-select > div:first-child {
  margin: 0px;
}
.commercial-header-btn .commercial-link-select .commercial-link-btn {
  margin-bottom: 13px;
  text-decoration: none;
  text-decoration-color: #000;
  color: #000;
}
.commercial-header-btn .commercial-link-select .commercial-link-btn:last-child {
  margin-bottom: 0;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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;
  }
}
.YnetHeader {
  display: flex;
  position: relative;
  flex-direction: column;
}
.YnetHeader * {
  font-family: 'NarkisBlock';
}
.font-moses .YnetHeader * {
  font-family: 'Moses', 'NarkisBlock';
}
.YnetHeader .accessibiltyFixedBtn {
  position: fixed;
  left: -17px;
  top: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='46' viewBox='0 0 55 46'%3E %3Cg data-name='Group 2' transform='translate(17 -735)'%3E %3Crect data-name='Rectangle 1' width='55' height='46' rx='21' transform='translate(-17 735)' style='fill:%23003'/%3E %3Cg data-name='Group 3'%3E %3Cpath data-name='Path 1' d='M309.018 482.937a1.049 1.049 0 0 0-1.456.282 6.027 6.027 0 0 1-2.643 2.177 5.97 5.97 0 0 1-1.126.35 6.1 6.1 0 0 1-2.423 0 5.965 5.965 0 0 1-2.145-.9 6.026 6.026 0 0 1-2.177-2.643 5.973 5.973 0 0 1-.349-1.126 6.073 6.073 0 0 1 0-2.423 5.965 5.965 0 0 1 .9-2.146 1.049 1.049 0 0 0-1.738-1.174 8.1 8.1 0 0 0 13.437 9.063 1.049 1.049 0 0 0-.28-1.46z' transform='translate(-286.478 281.535)' style='fill:%23fff'/%3E %3Cpath data-name='Path 2' d='m400.342 334.642-3.245-5.62a2.65 2.65 0 0 0-.112-.177 3.573 3.573 0 0 0-3.07-1.743h-3.942v-1.687h3.906a1.154 1.154 0 0 0 1.163-1.095 1.136 1.136 0 0 0-1.136-1.178h-3.934v-1.477a2.273 2.273 0 0 0-2.273-2.273 2.273 2.273 0 0 0-2.273 2.273v6.748a2.273 2.273 0 0 0 2.273 2.273h6.4a1.282 1.282 0 0 1 1.11.641l2.718 4.708a1.393 1.393 0 0 0 1.9.51 1.393 1.393 0 0 0 .515-1.903z' transform='translate(-373.389 430.108)' style='fill:%23fff'/%3E %3Cpath data-name='Path 3' d='M387.682 211.3a2.255 2.255 0 0 0 2.255-2.255 2.255 2.255 0 0 0-2.255-2.255 2.255 2.255 0 0 0-2.255 2.255 2.255 2.255 0 0 0 2.255 2.255z' transform='translate(-373.389 537.712)' style='fill:%23fff'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  width: 55px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 1000;
}
.componentaContent .YnetHeader .accessibiltyFixedBtn {
  display: none;
}
.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;
}
.font-moses .YnetHeader .headerTop .rightSideLinks {
  font-size: 12px;
  font-weight: 340;
}
.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;
}
.font-moses .YnetHeader .headerTop .YnetPremiumHeaderLogin .loggedUser {
  font-size: 12px;
  font-weight: 340;
}
.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;
}
.font-moses .YnetHeader .headerTop .YnetPremiumHeaderLogin .menu .menuOption {
  font-size: 13px;
  font-weight: 340;
}
.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;
}
.font-moses .YnetHeader .headerTop .YnetPremiumHeaderLogin .loginBtn {
  font-size: 12px;
  font-weight: 340;
  line-height: 1.33;
}
.YnetHeader .headerTop .YnetPremiumHeaderLogin .promoLabel {
  height: 27px;
  border-radius: 13px;
  border: solid 1px #000;
  padding: 0px 59px 0 8px;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  box-sizing: border-box;
  display: flex;
  line-height: initial;
  text-decoration: none;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 52px 19px;
  background-position: 98%;
  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");
}
.font-moses .YnetHeader .headerTop .YnetPremiumHeaderLogin .promoLabel {
  font-size: 13px;
  font-weight: 670;
}
.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 15px;
  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_SearchDisplay {
  width: 56px;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay span {
  width: 100%;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay,
.YnetHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay {
  display: flex;
  align-items: center;
  max-width: 100px;
  flex-shrink: 0;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 !important;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreBtn,
.YnetHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .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;
  margin-left: 30px;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .searchIcon,
.YnetHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .searchIcon {
  width: auto;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-right: 18px;
  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");
  background-position: center right;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay,
.YnetHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay,
.YnetHeader .BottomHeaderArea .mainNav .navList > div {
  height: 28px;
  display: flex;
  align-items: center;
  padding: 0 4px;
  font-size: 15px;
  color: #FFFFFF;
  box-sizing: border-box;
}
.font-moses .YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay,
.font-moses .YnetHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay,
.font-moses .YnetHeader .BottomHeaderArea .mainNav .navList > div {
  font-size: 13px;
  font-weight: 340;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay > .selected,
.YnetHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay > .selected,
.YnetHeader .BottomHeaderArea .mainNav .navList > div > .selected {
  font-weight: 600;
}
.font-moses .YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay > .selected,
.font-moses .YnetHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay > .selected,
.font-moses .YnetHeader .BottomHeaderArea .mainNav .navList > div > .selected {
  font-weight: 670;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay > *,
.YnetHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay > *,
.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 #wcm_SearchDisplay:last-child > *,
.YnetHeader .BottomHeaderArea .mainNav .navList > div:last-child > * {
  border: none;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay:hover,
.YnetHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay:hover,
.YnetHeader .BottomHeaderArea .mainNav .navList > div:hover {
  font-weight: 600;
}
.font-moses .YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay:hover,
.font-moses .YnetHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay:hover,
.font-moses .YnetHeader .BottomHeaderArea .mainNav .navList > div:hover {
  font-weight: 670 ! important;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay a,
.YnetHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay a,
.YnetHeader .BottomHeaderArea .mainNav .navList > div a,
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay a:hover,
.YnetHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay a:hover,
.YnetHeader .BottomHeaderArea .mainNav .navList > div a:hover {
  text-decoration: none;
  color: inherit;
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon,
.YnetHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .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 #wcm_SearchDisplay .moreIcon.toClose,
.YnetHeader .BottomHeaderArea .mainNav .navList > div .moreIcon.toClose {
  transform: rotate(0deg);
}
.YnetHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon.toOpen,
.YnetHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .moreIcon.toOpen,
.YnetHeader .BottomHeaderArea .mainNav .navList > div .moreIcon.toOpen {
  transform: rotate(180deg);
}
.YnetHeader .BottomHeaderArea .popUpmenu {
  display: flex;
  flex-direction: column;
  padding: 13px 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.opened.searchPopUp {
  height: 190px;
  justify-content: center;
  padding-bottom: 0;
  padding-top: 0;
}
.YnetHeader .BottomHeaderArea .popUpmenu .revokeButtonContainer {
  display: flex;
  margin-left: 15px;
  flex-direction: row-reverse;
}
.YnetHeader .BottomHeaderArea .popUpmenu .revokeButtonContainer #revokeButton {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Cookie'%3E %3Cpath id='Icon' fill-rule='evenodd' clip-rule='evenodd' d='M40.7881 25.2458C38.0265 24.28 35.5256 21.7313 35.2855 18.3303C30.4334 18.0264 26.4995 14.0907 26.1652 9.23192C16.3052 8.38716 9.1687 16.6835 9.1687 25.025C9.1687 33.7514 16.2523 40.8349 24.9786 40.8349C33.6809 40.8349 40.673 33.8195 40.7881 25.2458ZM37.7913 17.2823C37.5038 20.2982 39.9221 22.6749 42.4592 23.1063C42.8762 23.1772 43.2308 23.4945 43.2561 23.9167C43.8875 34.4533 35.517 43.3349 24.9786 43.3349C14.8716 43.3349 6.6687 35.1321 6.6687 25.025C6.6687 15.0083 15.6298 4.85123 27.9744 6.94492C28.4244 7.02124 28.7102 7.46098 28.6705 7.91567C28.2802 12.38 32.012 16.1543 36.4245 15.8295C37.1497 15.7761 37.8603 16.5585 37.7913 17.2823ZM24.9789 18.6172C24.9789 20.1341 23.7492 21.3637 22.2324 21.3637C20.7155 21.3637 19.4859 20.1341 19.4859 18.6172C19.4859 17.1004 20.7155 15.8707 22.2324 15.8707C23.7492 15.8707 24.9789 17.1004 24.9789 18.6172ZM21.3168 27.7725C21.3168 29.2894 20.0871 30.519 18.5703 30.519C17.0534 30.519 15.8238 29.2894 15.8238 27.7725C15.8238 26.2557 17.0534 25.026 18.5703 25.026C20.0871 25.026 21.3168 26.2557 21.3168 27.7725ZM30.4717 32.3501C31.483 32.3501 32.3027 31.5304 32.3027 30.5191C32.3027 29.5079 31.483 28.6881 30.4717 28.6881C29.4605 28.6881 28.6407 29.5079 28.6407 30.5191C28.6407 31.5304 29.4605 32.3501 30.4717 32.3501Z' fill='black'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  border: none;
  cursor: pointer;
}
.YnetHeader .BottomHeaderArea .popUpmenu .revokeButtonContainer span {
  font-family: 'Moses';
  font-size: 12px;
  font-weight: 100;
  text-align: left;
  line-height: 14px;
  display: flex;
  position: relative;
  width: 50px;
}
.YnetHeader .BottomHeaderArea .popUpmenu .followUsLinks {
  position: absolute;
  bottom: 19px;
  left: 52px;
  display: flex;
  height: 30px;
  align-items: center;
}
.YnetHeader .BottomHeaderArea .popUpmenu .followUsLinks .followUs {
  font-weight: 900;
  font-size: 15px;
  color: #000000;
  margin-left: 20px;
}
.font-moses .YnetHeader .BottomHeaderArea .popUpmenu .followUsLinks .followUs {
  font-size: 13px;
  font-weight: 670;
}
.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;
}
.font-moses .YnetHeader .BottomHeaderArea .popUpmenu .main_search_elements input {
  font-size: 13px;
}
.YnetHeader .BottomHeaderArea .popUpmenu #mainSearchSelect {
  display: none;
}
.YnetHeader .BottomHeaderArea .popUpmenu #mainAccessibilityButton {
  display: inline-flex;
  float: left;
  width: auto;
  justify-content: flex-end;
  position: relative;
}
.YnetHeader .BottomHeaderArea .popUpmenu #mainAccessibilityButton #INDmenu-btn {
  background: unset !important;
  width: 23px;
  height: 23px;
  margin: unset !important;
  right: unset !important;
  position: absolute;
  top: 0px;
  left: 0;
}
.YnetHeader .BottomHeaderArea .popUpmenu #mainAccessibilityButton #INDmenu-btn .icon {
  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;
  display: flex;
}
.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: 10px;
}
.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;
}
.font-moses .YnetHeader .BottomHeaderArea .popUpmenu .group .groupTitle {
  font-size: 13px;
  font-weight: 670;
}
.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;
}
.font-moses .YnetHeader .BottomHeaderArea .popUpmenu .group .groupList > * {
  font-size: 13px;
  font-weight: 340;
}
.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);
  }
}
@media only screen and (max-width: 1300px) {
  .accessibiltyFixedBtn {
    display: none !important;
  }
}
@media print {
  .YnetHeader {
    display: none !important;
  }
  .YnetHeader .accessibiltyFixedBtn {
    display: none !important;
  }
  body .butterflyButton {
    display: none !important;
  }
  body .grecaptcha-badge {
    display: none !important;
  }
}
.YnetHeader.light .headerTop {
  height: 90px;
}
.YnetHeader.light .headerTop .rightSideLinks > * .headerIcon.flash {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.70283 11.874C9.72288 12.2165 9.67397 12.7484 9.5591 13.071C9.44424 13.3935 9.26585 13.6887 9.0349 13.9385C8.80394 14.1882 8.5253 14.3872 8.2161 14.5232C7.90689 14.6592 7.57365 14.7294 7.23686 14.7294C6.90006 14.7294 6.56683 14.6592 6.25762 14.5232C5.94842 14.3872 5.66978 14.1882 5.43882 13.9385C5.20787 13.6887 5.02948 13.3935 4.91462 13.071C4.79975 12.7484 4.75084 12.2165 4.77089 11.874H9.70283ZM7.95081 0.800781V2.39824C9.18083 2.57063 10.3081 3.19058 11.1244 4.14361C11.9408 5.09665 12.3911 6.31841 12.3922 7.58329V10.4569H13.75V11.8759H7.25H0.75V10.4569H2.09906V7.58329C2.10016 6.31841 2.55046 5.09665 3.36681 4.14361C4.18316 3.19058 5.31041 2.57063 6.54043 2.39824V0.800781H7.95081Z' stroke='black'/%3E %3C/svg%3E") !important;
}
.YnetHeader.light .headerTop .rightSideLinks > * .headerIcon.redMail {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='icon'%3E %3Cpath id='Vector (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M3.49278 1.85762C3.05911 1.85762 2.6432 2.0299 2.33655 2.33655C2.0299 2.6432 1.85762 3.0591 1.85762 3.49277V21.0174L5.36092 17.5141C5.5101 17.3649 5.71244 17.2811 5.92341 17.2811H20.5072C20.9409 17.2811 21.3568 17.1088 21.6634 16.8022C21.9701 16.4955 22.1424 16.0796 22.1424 15.6459V3.49277C22.1424 3.0591 21.9701 2.6432 21.6634 2.33655C21.3568 2.0299 20.9409 1.85762 20.5072 1.85762H3.49278ZM1.21157 1.21157C1.81658 0.606555 2.63716 0.266663 3.49278 0.266663H20.5072C21.3628 0.266663 22.1834 0.606555 22.7884 1.21157C23.3934 1.81658 23.7333 2.63716 23.7333 3.49277V15.6459C23.7333 16.5016 23.3934 17.3221 22.7884 17.9271C22.1834 18.5321 21.3628 18.872 20.5072 18.872H6.25291L1.62463 23.5003C1.39713 23.7278 1.05498 23.7959 0.757726 23.6728C0.460475 23.5496 0.266663 23.2596 0.266663 22.9378V3.49277C0.266663 2.63716 0.606556 1.81658 1.21157 1.21157Z' fill='black'/%3E %3Cg id='Union'%3E %3Cpath d='M9.86666 5.91998C9.86666 5.4487 10.2487 5.06665 10.72 5.06665H19.68C20.1513 5.06665 20.5333 5.4487 20.5333 5.91998C20.5333 6.39127 20.1513 6.77332 19.68 6.77332H10.72C10.2487 6.77332 9.86666 6.39127 9.86666 5.91998Z' fill='%23DE1A1A'/%3E %3Cpath d='M4.53333 9.33353C4.53333 8.86224 4.91538 8.48019 5.38666 8.48019H19.68C20.1513 8.48019 20.5333 8.86224 20.5333 9.33353C20.5333 9.80481 20.1513 10.1869 19.68 10.1869H5.38666C4.91538 10.1869 4.53333 9.80481 4.53333 9.33353Z' fill='%23DE1A1A'/%3E %3Cpath d='M9.65333 12.2135C9.18204 12.2135 8.79999 12.5956 8.79999 13.0669C8.79999 13.5381 9.18204 13.9202 9.65333 13.9202H19.68C20.1513 13.9202 20.5333 13.5381 20.5333 13.0669C20.5333 12.5956 20.1513 12.2135 19.68 12.2135H9.65333Z' fill='%23DE1A1A'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  height: 16px;
  width: 19px;
}
.YnetHeader.light .BottomHeaderArea.sticky {
  height: 41px !important;
}
.YnetHeader.light .BottomHeaderArea.sticky .mainNav {
  box-shadow: none !important;
}
.YnetHeader.light .BottomHeaderArea.sticky .mainNav .navList > div:first-child {
  padding-inline-start: 0;
}
.YnetHeader.light .BottomHeaderArea .mainNav {
  justify-content: center;
  background-color: #fff;
}
.YnetHeader.light .BottomHeaderArea .mainNav .navList {
  flex-grow: unset;
  justify-content: center;
  margin-left: 0;
}
.YnetHeader.light .headerTop .logo {
  height: 68px;
}
.YnetHeader.light .BottomHeaderArea .mainNav #wcm_MenuDisplay,
.YnetHeader.light .BottomHeaderArea .mainNav .navList > div {
  height: 39px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 16px;
}
.font-moses .YnetHeader.light .BottomHeaderArea .mainNav #wcm_MenuDisplay,
.font-moses .YnetHeader.light .BottomHeaderArea .mainNav .navList > div {
  font-weight: 500;
  font-size: 14px;
}
.YnetHeader.light .BottomHeaderArea .mainNav #wcm_MenuDisplay > *,
.YnetHeader.light .BottomHeaderArea .mainNav .navList > div > * {
  line-height: 40px;
}
.YnetHeader.light .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreBtn {
  color: #000;
  border: none;
  box-shadow: none;
  margin-left: 0;
  padding: 0 16px;
  width: unset;
}
.YnetHeader.light .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon {
  filter: invert(1);
}
.YnetHeader.light .BottomHeaderArea .popUpmenu {
  background: #F5F5F5 !important;
  background-image: none !important;
  box-shadow: none !important;
}
.YnetHeader.light .BottomHeaderArea .popUpmenu .followUsLinks {
  left: 25px !important;
}
.YnetHeader.light .BottomHeaderArea .popUpmenu .mediaIcon {
  background-size: 19px auto !important;
}
.YnetHeader.light .BottomHeaderArea .popUpmenu .linkToTw {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_7215_13298)'%3E %3Cpath d='M0.0463861 0.946777L7.38163 10.877L0 18.9472H1.66133L8.1242 11.8804L13.3475 18.9476H18.9996L11.2512 8.46062L18.1222 0.946777H16.4608L10.509 7.45407L5.69965 0.946777H0.0463861ZM2.48965 2.18573H5.08688L16.5552 17.7082H13.9587L2.48965 2.18573Z' fill='black'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_7215_13298'%3E %3Crect width='19' height='18' fill='white' transform='translate(0 0.946777)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") !important;
}
.YnetHeader.light .BottomHeaderArea .popUpmenu .linkToFb {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='21' viewBox='0 0 11 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.61863 0.446777C9.30749 0.446777 10.5 0.714346 10.5 0.714346V3.72214C10.5 3.72214 10.1301 3.73158 9.21228 3.73316L8.78304 3.73473C7.54058 3.73473 6.94277 4.52957 6.94277 5.7777L6.94121 8.0237H10.1301L9.59781 11.7492L6.94121 11.7476L6.94277 20.4468H3.05775L3.05619 11.7476L0 11.7492V8.0237H3.05619L3.05775 5.59512C3.05775 1.18338 5.55047 0.478256 7.48127 0.446777H7.61863Z' fill='black'/%3E %3C/svg%3E") !important;
  background-size: auto 19px  !important;
}
.YnetHeader.light .BottomHeaderArea .popUpmenu .linkToYtube {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.56116 0.446777H9.66685C10.643 0.450247 15.5893 0.484948 16.9229 0.834268C17.3261 0.940878 17.6935 1.14868 17.9884 1.43691C18.2833 1.72514 18.4953 2.0837 18.6034 2.47676C18.7233 2.9163 18.8076 3.49812 18.8646 4.09844L18.8765 4.21873L18.9026 4.51947L18.9121 4.63977C18.9893 5.69698 18.9988 6.6871 19 6.9034V6.99015C18.9988 7.21455 18.9881 8.27176 18.9026 9.37293L18.8931 9.49438L18.8824 9.61467C18.8231 10.2763 18.7352 10.9333 18.6034 11.4168C18.4956 11.81 18.2837 12.1687 17.9888 12.457C17.6938 12.7453 17.3263 12.953 16.9229 13.0593C15.5453 13.4202 10.3093 13.4456 9.58372 13.4468H9.41509C9.04813 13.4468 7.53041 13.4398 5.93906 13.3866L5.73717 13.3797L5.63385 13.3751L5.43078 13.367L5.2277 13.3589C3.90949 13.3022 2.65423 13.2108 2.07588 13.0581C1.67269 12.9519 1.30522 12.7444 1.0103 12.4564C0.715375 12.1683 0.50335 11.8098 0.395462 11.4168C0.263641 10.9345 0.175761 10.2763 0.116382 9.61467L0.106882 9.49322L0.0973811 9.37293C0.0387714 8.58916 0.00629398 7.80374 0 7.01791L0 6.87564C0.00237515 6.62695 0.0118757 5.76754 0.0760048 4.81905L0.0843178 4.69991L0.0878805 4.63977L0.0973811 4.51947L0.123508 4.21873L0.135383 4.09844C0.192387 3.49812 0.276705 2.91515 0.39665 2.47676C0.504355 2.08354 0.7163 1.72481 1.01124 1.43653C1.30617 1.14825 1.67373 0.940558 2.07707 0.834268C2.65542 0.683898 3.91068 0.591363 5.22889 0.533529L5.43078 0.525432L5.63504 0.518492L5.73717 0.515022L5.94025 0.506925C7.07047 0.471501 8.20116 0.451835 9.33196 0.447934H9.56116V0.446777ZM7.60048 4.15974V9.73266L12.5372 6.94736L7.60048 4.15974Z' fill='black'/%3E %3C/svg%3E") !important;
}
.YnetHeader.light .BottomHeaderArea .popUpmenu .linkToInst {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.9587 6.05436C18.9633 5.26608 18.8363 4.48257 18.583 3.73614C18.3409 3.10127 17.9676 2.52471 17.4873 2.04423C17.0071 1.56375 16.4308 1.19019 15.7963 0.948014C15.0379 0.644799 14.2329 0.475216 13.4167 0.446777C12.5556 0.446777 12.1956 0.446777 10.5517 0.446777H8.40695C6.76314 0.446777 6.40306 0.446777 5.54201 0.446777C4.7506 0.462281 3.96739 0.610534 3.22501 0.88536C2.58592 1.13333 2.00881 1.51827 1.53423 2.01314C1.05751 2.49641 0.684584 3.07209 0.438351 3.70482C0.16367 4.44759 0.0154959 5.2312 0 6.02304C0 6.88454 0 7.2448 0 8.88948V11.0354C0 12.6801 0 13.0403 0 13.9018C0.0154959 14.6937 0.16367 15.4773 0.438351 16.2201C0.680403 16.8549 1.05377 17.4315 1.53399 17.912C2.01422 18.3925 2.59047 18.766 3.22501 19.0082C3.96739 19.283 4.7506 19.4313 5.54201 19.4468C6.40306 19.4468 6.76314 19.4468 8.40695 19.4468H10.5517C12.1956 19.4468 12.5556 19.4468 13.4167 19.4468C14.2081 19.4313 14.9913 19.283 15.7337 19.0082C16.3661 18.7618 16.9415 18.3887 17.4245 17.9117C17.9078 17.4338 18.2817 16.8566 18.5203 16.2201C18.795 15.4773 18.9432 14.6937 18.9587 13.9018C18.9587 13.0403 18.9587 12.6801 18.9587 11.0354V8.92081C19.0213 7.27613 19.0057 6.91586 18.9587 6.05436ZM17.2992 11.0511C17.2992 12.0535 17.2992 12.6174 17.2992 13.009V13.4163C17.2992 13.5572 17.2992 13.6982 17.2992 13.8549C17.2854 14.4587 17.1743 15.0563 16.9705 15.6248C16.8131 16.0384 16.5673 16.4126 16.2503 16.7213C15.9376 17.0333 15.5648 17.2785 15.1544 17.4418C14.5867 17.6474 13.9891 17.7586 13.3854 17.7708H8.43826C6.87272 17.7708 6.46568 17.7708 5.62029 17.7708C5.01677 17.7569 4.41943 17.6458 3.85123 17.4418C3.44088 17.2785 3.06803 17.0333 2.75535 16.7213C2.44323 16.4117 2.20275 16.0375 2.05086 15.6248C1.8316 15.0606 1.72008 14.4602 1.72209 13.8549C1.72209 13.009 1.72209 12.6488 1.72209 11.0511V8.93647C1.72209 7.37011 1.72209 6.97852 1.72209 6.13268C1.71664 5.527 1.82828 4.92597 2.05086 4.36269C2.20275 3.95007 2.44323 3.57579 2.75535 3.26623C3.06385 2.94908 3.43786 2.70317 3.85123 2.54571C4.41943 2.34171 5.01677 2.23065 5.62029 2.21677C6.46568 2.21677 6.82576 2.21677 8.43826 2.21677H10.5361C12.1016 2.21677 12.493 2.21677 13.3384 2.21677C13.9421 2.22898 14.5397 2.3401 15.1075 2.54571C15.5179 2.70877 15.8908 2.95406 16.2031 3.26652C16.5154 3.57897 16.7605 3.952 16.9235 4.36269C17.129 4.93075 17.24 5.52868 17.2523 6.13268C17.2523 6.97852 17.2523 7.33878 17.2523 8.93647L17.2992 11.0511ZM9.48718 5.14587C8.51802 5.14587 7.57063 5.43341 6.7648 5.97213C5.95898 6.51085 5.33091 7.27655 4.96003 8.1724C4.58915 9.06826 4.49212 10.054 4.68119 11.0051C4.87026 11.9561 5.33696 12.8297 6.02225 13.5153C6.70755 14.201 7.58067 14.6679 8.53121 14.8571C9.48174 15.0463 10.467 14.9492 11.3624 14.5781C12.2578 14.207 13.0231 13.5786 13.5615 12.7724C14.0999 11.9661 14.3873 11.0183 14.3873 10.0486C14.3873 8.74831 13.8711 7.50128 12.9521 6.58184C12.0331 5.66241 10.7868 5.14587 9.48718 5.14587ZM9.48718 13.244C8.86791 13.244 8.26254 13.0602 7.74764 12.716C7.23274 12.3718 6.83142 11.8825 6.59443 11.3101C6.35745 10.7377 6.29544 10.1078 6.41626 9.50008C6.53707 8.89239 6.83528 8.33419 7.27317 7.89607C7.71106 7.45795 8.26896 7.15959 8.87633 7.03871C9.4837 6.91783 10.1133 6.97987 10.6854 7.21698C11.2575 7.45409 11.7465 7.85562 12.0906 8.3708C12.4346 8.88597 12.6183 9.49165 12.6183 10.1112C12.6019 10.9312 12.2648 11.712 11.6793 12.286C11.0939 12.86 10.3069 13.1815 9.48718 13.1813V13.244ZM14.5752 3.84579C14.3491 3.84579 14.1282 3.91285 13.9403 4.03849C13.7523 4.16414 13.6058 4.34272 13.5193 4.55166C13.4328 4.76059 13.4102 4.9905 13.4543 5.21231C13.4984 5.43412 13.6072 5.63786 13.7671 5.79777C13.9269 5.95769 14.1305 6.06659 14.3522 6.11071C14.5739 6.15483 14.8037 6.13219 15.0125 6.04564C15.2214 5.9591 15.3998 5.81254 15.5254 5.6245C15.651 5.43646 15.718 5.21539 15.718 4.98923C15.731 4.83136 15.7111 4.67251 15.6596 4.52274C15.608 4.37298 15.5259 4.23557 15.4184 4.11923C15.311 4.00289 15.1805 3.91015 15.0354 3.8469C14.8902 3.78365 14.7335 3.75127 14.5752 3.75181V3.84579Z' fill='black'/%3E %3C/svg%3E") !important;
}
.YnetHeader.light .BottomHeaderArea .popUpmenu.opened {
  height: 402px;
}
.YnetHeader.light .ynetLogoInSticky {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Elements / red circle y' clip-path='url(%23clip0_6717_15177)'%3E %3Cpath id='Vector' d='M12.6 0.00160195H12.9968C16.2148 0.10965 19.2654 1.47364 21.5049 3.80577C23.7443 6.13791 24.9975 9.2558 25 12.5016V12.9016C24.8928 16.1456 23.5397 19.2208 21.2263 21.4783C18.9128 23.7358 15.8198 24.9991 12.6 25.0016H12.2032C8.91451 24.9486 5.78142 23.5807 3.49318 21.199C1.20493 18.8173 -0.0510298 15.6168 0.00158914 12.3016C0.0542081 8.98639 1.4111 5.82804 3.77376 3.52134C6.13642 1.21465 9.31131 -0.0514413 12.6 0.00160195Z' fill='%23DE1A1A'/%3E %3Cpath id='Vector_2' d='M9.81523 4.57088C9.96649 4.56855 10.1136 4.62251 10.2301 4.72305C10.3466 4.8236 10.4248 4.96415 10.4507 5.11941L12.2664 12.7989C12.3874 13.2939 12.4544 13.8015 12.4661 14.3121L12.8293 12.553L14.4997 5.08158C14.5118 4.99288 14.5421 4.90793 14.5886 4.83252C14.635 4.75711 14.6965 4.693 14.7689 4.64455C14.8412 4.59609 14.9227 4.56444 15.0079 4.55172C15.093 4.53901 15.1798 4.54554 15.2623 4.57088H16.6059C16.9145 4.57088 17.1143 4.81677 17.0235 5.21399L13.9368 17.7358C13.8007 18.4909 13.501 19.2037 13.0605 19.8199C12.62 20.4361 12.0503 20.9395 11.3949 21.2918L10.9046 21.5377C10.8442 21.5689 10.7783 21.5868 10.711 21.5902C10.6437 21.5937 10.5764 21.5827 10.5133 21.5578C10.4503 21.533 10.3928 21.4948 10.3446 21.4458C10.2963 21.3968 10.2583 21.3379 10.2328 21.2729L9.76076 20.2515C9.70347 20.1103 9.69972 19.9517 9.75027 19.8078C9.80082 19.6639 9.9019 19.5453 10.0331 19.4759L10.3418 19.3057C10.7347 19.0786 11.075 18.7644 11.3385 18.3853C11.602 18.0061 11.7824 17.5713 11.8669 17.1116C12.0453 16.6278 12.179 16.1274 12.2664 15.6173H11.4857C11.1588 15.6173 10.9954 15.4849 10.8865 15.1066L7.99955 5.17616C7.96616 5.1092 7.95089 5.03404 7.95535 4.95873C7.95981 4.88342 7.98384 4.81079 8.02488 4.74861C8.06591 4.68644 8.1224 4.63705 8.1883 4.60574C8.2542 4.57444 8.32703 4.56238 8.399 4.57088H9.81523Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_6717_15177'%3E %3Crect width='25' height='25' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") ! important;
}
.YnetHeader.light .leftHeader {
  position: absolute;
  left: 0px;
  bottom: 23px;
  width: auto;
  display: flex;
  align-items: center;
}
.YnetHeader.light .leftHeader .searchArea {
  height: 28px;
  position: relative;
  margin-left: 14px;
  width: 250px;
  display: flex;
  justify-content: flex-end;
}
.YnetHeader.light .leftHeader .searchArea input {
  width: 100%;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 30px;
  box-sizing: border-box;
  border: 0;
  z-index: 1;
  font-size: 12px;
  font-weight: 340;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.YnetHeader.light .leftHeader .searchArea #mainSearchSelect {
  display: none;
}
.YnetHeader.light .leftHeader .searchArea .searchBtn {
  font-size: 12px;
  font-weight: 340;
  line-height: 16px;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Icons / Menu / Search'%3E %3Cpath id='Vector' d='M10.9489 6.81836C9.92122 6.81858 8.91665 7.1233 8.06204 7.69405C7.20743 8.26479 6.54109 9.07597 6.14718 10.0252C5.75326 10.9743 5.64943 12.019 5.84879 13.0271C6.04815 14.0353 6.54176 14.9617 7.2673 15.6896C7.7511 16.1721 8.32527 16.5546 8.95698 16.8152C9.5887 17.0757 10.2656 17.2092 10.9489 17.208C12.1555 17.2084 13.3246 16.7893 14.2561 16.0224L18.0417 19.8184L18.7801 19.08L14.9841 15.284C15.5998 14.521 15.9873 13.5995 16.1018 12.6258C16.2163 11.6521 16.0533 10.6659 15.6314 9.7809C15.2096 8.89589 14.5461 8.14817 13.7176 7.62399C12.8891 7.09981 11.9293 6.82053 10.9489 6.81836ZM10.9489 16.1784C9.9865 16.1776 9.05414 15.8432 8.31066 15.2321C7.56718 14.621 7.05858 13.771 6.87151 12.827C6.68445 11.8829 6.83049 10.9032 7.28475 10.0548C7.73902 9.20634 8.4734 8.54165 9.36279 8.17395C10.2522 7.80626 11.2415 7.7583 12.1623 8.03826C13.0831 8.31823 13.8783 8.90878 14.4125 9.70931C14.9467 10.5098 15.1868 11.4708 15.0919 12.4285C14.997 13.3862 14.573 14.2814 13.8921 14.9616C13.5055 15.3477 13.0466 15.654 12.5416 15.8628C12.0366 16.0715 11.4954 16.1788 10.9489 16.1784Z' fill='black'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 24px;
  color: #000;
  height: 28px;
  cursor: pointer;
}
.YnetHeader.light .leftHeader .searchArea .main_search_elements {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 28px;
  width: 250px;
}
.YnetHeader.light .leftHeader .searchArea .main_search_elements #MsBtn,
.YnetHeader.light .leftHeader .searchArea .main_search_elements .closeBtn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  z-index: 2;
  border: 0;
  cursor: pointer;
}
.YnetHeader.light .leftHeader .searchArea .main_search_elements #MsBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Icons / Menu / Search'%3E %3Cpath id='Vector' d='M10.9489 6.81836C9.92122 6.81858 8.91665 7.1233 8.06204 7.69405C7.20743 8.26479 6.54109 9.07597 6.14718 10.0252C5.75326 10.9743 5.64943 12.019 5.84879 13.0271C6.04815 14.0353 6.54176 14.9617 7.2673 15.6896C7.7511 16.1721 8.32527 16.5546 8.95698 16.8152C9.5887 17.0757 10.2656 17.2092 10.9489 17.208C12.1555 17.2084 13.3246 16.7893 14.2561 16.0224L18.0417 19.8184L18.7801 19.08L14.9841 15.284C15.5998 14.521 15.9873 13.5995 16.1018 12.6258C16.2163 11.6521 16.0533 10.6659 15.6314 9.7809C15.2096 8.89589 14.5461 8.14817 13.7176 7.62399C12.8891 7.09981 11.9293 6.82053 10.9489 6.81836ZM10.9489 16.1784C9.9865 16.1776 9.05414 15.8432 8.31066 15.2321C7.56718 14.621 7.05858 13.771 6.87151 12.827C6.68445 11.8829 6.83049 10.9032 7.28475 10.0548C7.73902 9.20634 8.4734 8.54165 9.36279 8.17395C10.2522 7.80626 11.2415 7.7583 12.1623 8.03826C13.0831 8.31823 13.8783 8.90878 14.4125 9.70931C14.9467 10.5098 15.1868 11.4708 15.0919 12.4285C14.997 13.3862 14.573 14.2814 13.8921 14.9616C13.5055 15.3477 13.0466 15.654 12.5416 15.8628C12.0366 16.0715 11.4954 16.1788 10.9489 16.1784Z' fill='black'/%3E %3C/g%3E %3C/svg%3E");
  right: 0;
}
.YnetHeader.light .leftHeader .searchArea .main_search_elements .closeBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Exit'%3E %3Cpath id='Vector' d='M8.33203 9.27198L9.20606 8.39795L17.1723 16.3642L16.2983 17.2382L8.33203 9.27198Z' fill='black' fill-opacity='0.5'/%3E %3Cpath id='Vector_2' d='M8.32739 16.3647L16.2937 8.39844L17.1677 9.27252L9.20142 17.2387L8.32739 16.3647Z' fill='black' fill-opacity='0.5'/%3E %3C/g%3E %3C/svg%3E");
  left: 0;
  background-color: transparent;
}
.YnetHeader.light .leftHeader .YnetPremiumHeaderLogin,
.YnetHeader.light .leftHeader .YnetPianoLogin {
  bottom: 0;
  flex-grow: 1;
  position: unset;
}
.ynet-live-wrapper .ynet-live-componenta {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  color: #fff;
  padding: 0 8px 0 17px;
}
.ynet-live-wrapper .ynet-live-componenta.editor .buttons-div {
  pointer-events: none;
}
.ynet-live-wrapper .ynet-live-componenta .main-logo {
  height: 69px;
  width: 128px;
}
.ynet-live-wrapper .ynet-live-componenta .text-div {
  display: flex;
  align-items: center;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .main-title {
  font-size: 20px;
  font-weight: 670;
  min-width: fit-content;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .separator {
  width: 3px;
  height: 20px;
  background-color: #de1919;
  margin: 0 6px;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title {
  font-size: 20px;
  max-width: 300px;
  font-weight: 340;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div {
  display: flex;
  pointer-events: inherit;
  gap: 10px;
  width: 182px;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .btn {
  width: 81px;
  display: flex;
  justify-content: center;
  border: none;
  cursor: pointer;
  background-size: contain;
  font-weight: bold;
  border-radius: 15px;
  font-size: 13px;
  padding: 5px 0;
  height: fit-content;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .video-button {
  color: #000;
  font-weight: 500;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .audio-button {
  background-color: #de1a1a;
  color: #fff;
  font-weight: 500;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky {
  position: fixed;
  height: 170px;
  width: 302px;
  left: 10px;
  bottom: 65px;
  overflow: unset;
  z-index: 99;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer.fullWidth .fp-controls,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky.fullWidth .fp-controls {
  width: 100% !important;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .fp-ui .fp-fullscreen,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .fp-ui .fp-fullscreen {
  display: none;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .fp-ui .fp-controls,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .fp-ui .fp-controls {
  width: 260px;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
  display: flex;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-full-screen,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-full-screen {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-full-screen.open,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-full-screen.open {
  background: url("data:image/svg+xml,%3Csvg width='26' height='17' viewBox='0 0 26 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cmask id='path-1-inside-1_309_11' fill='white'%3E %3Cpath d='M26 17L16 17L16 11L26 11L26 17Z'/%3E %3C/mask%3E %3Cpath d='M16 11L16 10L15 10L15 11L16 11ZM17 17L17 11L15 11L15 17L17 17ZM16 12L26 12L26 10L16 10L16 12Z' fill='white' mask='url(%23path-1-inside-1_309_11)'/%3E %3Cmask id='path-3-inside-2_309_11' fill='white'%3E %3Cpath d='M0 17L10 17L10 11L4.0349e-07 11L0 17Z'/%3E %3C/mask%3E %3Cpath d='M10 11L10 10L11 10L11 11L10 11ZM9 17L9 11L11 11L11 17L9 17ZM10 12L3.36241e-07 12L4.70738e-07 10L10 10L10 12Z' fill='white' mask='url(%23path-3-inside-2_309_11)'/%3E %3Cmask id='path-5-inside-3_309_11' fill='white'%3E %3Cpath d='M26 0L16 5.92356e-07L16 6L26 6L26 0Z'/%3E %3C/mask%3E %3Cpath d='M16 6L16 7L15 7L15 6L16 6ZM17 5.3312e-07L17 6L15 6L15 6.51591e-07L17 5.3312e-07ZM16 5L26 5L26 7L16 7L16 5Z' fill='white' mask='url(%23path-5-inside-3_309_11)'/%3E %3Cmask id='path-7-inside-4_309_11' fill='white'%3E %3Cpath d='M0 0L10 5.92356e-07L10 6L-7.74137e-07 6L0 0Z'/%3E %3C/mask%3E %3Cpath d='M10 6L10 7L11 7L11 6L10 6ZM9 5.3312e-07L9 6L11 6L11 6.51591e-07L9 5.3312e-07ZM10 5L-6.45114e-07 5L-9.0316e-07 7L10 7L10 5Z' fill='white' mask='url(%23path-7-inside-4_309_11)'/%3E %3C/svg%3E") no-repeat center;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-full-screen.close,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-full-screen.close {
  background: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.727 0H20v5.09h-2V1.577h-5.273V0zM0 0h7.273v1.576H2V5.09H0V0zm18 12.606V9.091h2v5.09h-7.273v-1.575H18zm-16 0h5.273v1.576H0V9.09h2v3.515z' fill='%23fff'/%3E %3C/svg%3E") no-repeat center;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-intermediate-screen,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-intermediate-screen {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-intermediate-screen.none,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-intermediate-screen.none {
  display: none;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-intermediate-screen.open,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-intermediate-screen.open {
  background: url("data:image/svg+xml,%3Csvg width='31' height='23' viewBox='0 0 31 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='0.5' y='12.5' width='11' height='9' stroke='white'/%3E %3Cpath d='M25.2684 5.42183C25.5014 5.27358 25.5701 4.96453 25.4218 4.73156C25.2736 4.49859 24.9645 4.42992 24.7316 4.57817L25.2684 5.42183ZM13.5119 11.8915C13.452 12.1611 13.622 12.4282 13.8915 12.4881L18.2844 13.4643C18.5539 13.5242 18.821 13.3542 18.8809 13.0847C18.9408 12.8151 18.7709 12.548 18.5013 12.4881L14.5966 11.6204L15.4643 7.71562C15.5242 7.44606 15.3542 7.17897 15.0847 7.11907C14.8151 7.05916 14.548 7.22913 14.4881 7.49869L13.5119 11.8915ZM24.7316 4.57817L13.7316 11.5782L14.2684 12.4218L25.2684 5.42183L24.7316 4.57817Z' fill='white'/%3E %3Cpath d='M19.4397 0.471313H30.5482V8.24149H27.4933V2.87637H19.4397V0.471313ZM0 0.471313H19.4397V2.87637H3.05482V8.24149H0V0.471313ZM27.4933 19.7118V8.24149H30.5482V22.1168H19.4397V19.7118H27.4933Z' fill='white'/%3E %3C/svg%3E") no-repeat center;
  background-size: 22px 30px;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-intermediate-screen.close,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-intermediate-screen.close {
  background: url("data:image/svg+xml,%3Csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath stroke='%23fff' d='M8.114 14.424H1.258V8.873h6.856z'/%3E %3Cpath d='M9.57 8.019a.5.5 0 0 0 .707.707l-.706-.707zm4.782-3.577a.5.5 0 0 0-.5-.5H9.354a.5.5 0 0 0 0 1h3.998v4a.5.5 0 1 0 1 0v-4.5zm-4.075 4.284 3.929-3.93-.707-.708-3.928 3.93.706.708zM13.485.82h7.273v5.09h-2V2.396h-5.273V.82zM.758.82h12.727v1.576H2.758V5.91h-2V.82zm18 12.604V5.91h2V15h-7.273v-1.576h5.273z' fill='%23fff'/%3E %3C/svg%3E") no-repeat center;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .intermediate-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player:has(.intermediate) .intermediate {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 740px;
  height: 416px;
  transform: translate(-50%, -50%);
}
.ynet-live-floating-player {
  width: 1240px;
  height: 53px;
  display: flex;
  position: fixed;
  bottom: 0;
  align-items: center;
  left: calc(50% - 620px);
  background-color: #2e2e2e;
  padding: 0 12px 0 35px;
  z-index: 10;
  box-sizing: border-box;
  transform: translateY(200%);
  transition: transform 0.5s ease;
  border: solid 1px #6e6e6e;
}
.ynet-live-floating-player.show {
  transform: translateY(0);
}
.ynet-live-floating-player.hide {
  transform: translateY(200%);
}
.ynet-live-floating-player .floating-player-close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin: 15px 0 0 10px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  font-size: 20px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details {
  width: fit-content;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
  margin-left: 10px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button .floating-player-button-status {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button .floating-player-button-status.pause {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='M10 9v18h5.333V9H10zm10.667 0v18H26V9h-5.333z' fill='%23fff'/%3E %3C/svg%3E");
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button .floating-player-button-status.play {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='m25.604 18-12.462 5.885v-11.77L25.604 18z' fill='%23fff'/%3E %3C/svg%3E");
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper {
  display: flex;
  align-items: center;
  margin: 0 33px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper .floating-player-dot {
  background-color: #de1919;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper .floating-player-live-indication {
  min-width: fit-content;
  font-weight: 340;
  margin-inline-end: 15px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap {
  display: flex;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap .timeline {
  width: 420px;
  direction: ltr !important;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap input[type="range"]::-webkit-slider-thumb {
  border: 2px solid #fec300;
  background-color: #fec300;
  direction: ltr !important;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: #fec300;
  height: 4px;
  cursor: pointer;
  width: 430px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details {
  display: flex;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .progress-time {
  margin-inline-end: 5px;
  font-size: 20px;
  width: 116px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 10px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback .dot {
  background-color: #fec300;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback .live-text {
  font-size: 20px;
  font-weight: 340;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-show-time {
  margin-left: 20px;
  font-weight: 340;
  white-space: nowrap;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-equalizer-gif {
  width: 30px;
  height: 30px;
  margin: 0 10px 5px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  width: 500px;
  height: 4px;
  border-radius: 10px;
  background: #de1919;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  background: white;
  border: 2px solid #de1919;
  background-color: #de1919;
  border-radius: 50%;
  cursor: pointer;
  direction: ltr;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper {
  height: 100%;
  width: 100%;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider {
  height: 100%;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list {
  height: 100%;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  width: 100% !important;
  margin-left: 150px;
  background: #2d2d2d;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-main-title {
  width: fit-content !important;
  display: flex !important;
  font-size: 20px;
  font-weight: 670;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .separator {
  width: 3px;
  height: 20px;
  background-color: #de1919;
  margin: 0 9px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-title {
  font-size: 20px;
  font-weight: 340;
  max-width: 250px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .ynet-live-wrapper .ynet-live-componenta {
    background-color: #393939;
  }
}
.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;
}
.font-moses .YnetShops1280Componenta .YnetShopsTab .mainTabTitle {
  font-size: 14px;
  font-weight: 670;
}
.YnetShops1280Componenta .YnetShopsTab .subTabTitle {
  font-size: 13px;
}
.font-moses .YnetShops1280Componenta .YnetShopsTab .subTabTitle {
  font-size: 12px;
}
.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;
}
.font-moses .VideoGalleryComponenta .lisPreviewImage {
  margin-bottom: 5px;
}
.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;
}
.font-moses .VideoGalleryComponenta .VideoGalleryTab {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
}
.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;
  box-sizing: border-box;
  overflow: hidden;
}
.VideoGalleryComponenta .SelectedVideo .slotDetails.withLink {
  max-height: 254px;
}
.VideoGalleryComponenta .SelectedVideo .slotDetails > div {
  max-width: 488px;
}
.VideoGalleryComponenta .SelectedVideo .slotTitle {
  font-weight: bold;
  font-size: 34px;
  line-height: 32px !important;
  margin-bottom: 14px;
}
.font-moses .VideoGalleryComponenta .SelectedVideo .slotTitle {
  font-size: 30px;
  line-height: 38px !important;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.9px;
  flex-shrink: 0;
  font-family: 'MosesDisplay';
}
.VideoGalleryComponenta .SelectedVideo .slotSubTitle {
  font-size: 16px;
  line-height: 22px!important;
  max-height: 132px;
  overflow: hidden;
  font-weight: 300;
}
.font-moses .VideoGalleryComponenta .SelectedVideo .slotSubTitle {
  font-size: 14px;
  line-height: 23px !important;
  max-height: 132px;
  font-weight: 340;
}
.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;
}
.font-moses .VideoGalleryComponenta .SelectedVideo .linkTo {
  font-size: 14px;
  line-height: 20px !important;
  font-weight: 670;
}
.VideoGalleryComponenta .SelectedVideo .linkTo:hover {
  color: #000;
  text-decoration: none;
}
.VideoGalleryComponenta .SelectedVideo .mainVideo {
  width: 590px;
  height: 331px;
  overflow: hidden;
}
.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;
}
.font-moses .VideoGalleryComponenta .mediaListContainer .videoItem .slotTitle {
  font-size: 16px;
  line-height: 19px !important;
  max-height: 38px;
  font-weight: 600;
}
.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);
}
.YnetPianoLogin {
  position: absolute;
  left: 0px;
  display: flex;
  align-items: center;
  bottom: 23px;
  height: 28px;
}
.YnetPianoLogin .userIcon {
  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: 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");
}
.YnetPianoLogin .login_premium {
  background: transparent;
  display: inline-flex;
  align-items: flex-end;
  cursor: pointer;
  text-decoration: none;
}
.YnetPianoLogin .login_premium .label {
  font-size: 13px;
  line-height: 1;
  color: #000000;
}
.font-moses .YnetPianoLogin .login_premium .label {
  font-size: 12px;
  font-weight: 340;
  line-height: 1.33;
}
.YnetPianoLogin .loggedUser {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 12px;
  cursor: pointer;
}
.YnetPianoLogin .loggedUser .welcomeUserLabel {
  display: flex;
}
.YnetPianoLogin .loggedUser .welcomeUserLabel span {
  max-width: 55px;
  height: 14px;
  display: block;
  overflow: hidden;
  font-weight: bold;
  margin-right: 3px;
  word-break: break-all;
}
.YnetPianoLogin .loggedUser .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%);
}
.YnetPianoLogin .loggedUser .menuTogglerWrapper .menuToggler.toClose {
  transform: rotate(0deg);
  width: 12px;
}
.YnetPianoLogin .loggedUser .menuTogglerWrapper .menuToggler.toOpen {
  transform: rotate(180deg);
  width: 12px;
}
.YnetPianoLogin .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: unset;
  z-index: 99;
  text-align: center;
  border-radius: 5px;
  padding-bottom: 10px;
  display: none;
}
.YnetPianoLogin .menu.isVisible {
  display: block;
}
.YnetPianoLogin .menu .menuOption {
  overflow: hidden;
  display: block;
  height: 34.05px;
  padding: 0px 5px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 2.27;
  cursor: pointer;
}
.font-moses .YnetPianoLogin .menu .menuOption {
  font-family: 'Moses';
  font-size: 12px;
  line-height: normal;
  font-weight: 340;
}
.YnetPianoLogin .menu .menuOption a {
  text-decoration: none;
  color: #000;
}
.YnetPianoLogin .menu .menuOption:nth-child(2) {
  margin-top: 13px;
}
.YnetPianoLogin .promoLabel {
  height: 27px;
  border-radius: 13px;
  padding: 0px 59px 0 8px;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  box-sizing: border-box;
  display: flex;
  line-height: initial;
  text-decoration: none;
  align-items: center;
  background-repeat: no-repeat;
  margin-right: 4px;
  background-size: 52px 19px;
  background-position: center;
  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");
}
.YnetPianoLogin .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;
}
.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;
}
.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('//www.ynet.co.il/images/logo-ynet-plus.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;
}
.font-moses .LogoutPopupComponent .LogoutPopup .text-content {
  font-family: "Moses", 'NarkisBlock' ! important;
  font-weight: 340;
  font-size: 18px;
}
.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;
}
.LogoutPopupComponent.newPaywall {
  background: rgba(0, 0, 0, 0.85);
}
.LogoutPopupComponent.newPaywall .LogoutPopup {
  width: 400px;
  min-height: 266px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 35px 25px;
  gap: 35px;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .YnetPlusLogo {
  width: 90px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='98' height='30' viewBox='0 0 98 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.5 15C0.5 6.71573 7.21573 0 15.5 0H82.5C90.7843 0 97.5 6.71573 97.5 15C97.5 23.2843 90.7843 30 82.5 30H15.5C7.21573 30 0.5 23.2843 0.5 15Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5 27C22.1279 27 27.5 21.6273 27.5 15C27.5 8.3727 22.1279 3 15.5 3C8.87206 3 3.5 8.3727 3.5 15C3.5 21.6273 8.87206 27 15.5 27Z' fill='black'/%3E %3Cpath d='M17.2143 8.14282V21.8571H13.7857V8.14282H17.2143Z' fill='white'/%3E %3Cpath d='M22.3571 13.2857V16.7142H8.64286V13.2857H22.3571Z' fill='white'/%3E %3Cpath d='M80.9529 9.219C80.9529 9.219 75.4219 9.32146 74.2831 9.10316H74.2924C73.5085 8.95267 73.0656 8.77864 72.3662 8.50379L72.2248 8.44825C71.9055 8.32503 71.6469 8.07297 71.4041 7.8363C70.9973 7.43978 70.6348 7.08649 70.1057 7.45476C71.2353 8.97396 71.7113 10.9699 71.814 12.8588L78.7685 12.8722V22.6512H79.7067C80.1127 20.9583 80.7568 19.2698 81.681 17.8219C80.9622 16.4007 80.5748 14.4315 80.2948 12.8143H81.4569L80.9529 9.219Z' fill='white'/%3E %3Cpath d='M62.0867 8.88711C61.6572 8.83509 61.2284 8.78313 60.8593 8.65232L60.8639 8.66569C60.6106 8.53673 60.374 8.36536 60.1366 8.19343C59.6522 7.84265 59.1645 7.48953 58.5256 7.48953C59.3704 9.12902 59.9351 11.165 59.5011 13.0005C60.3972 13.0718 62.2082 13.0095 62.2082 13.0095C62.2228 12.9801 62.26 13.3365 62.3176 13.8893C62.4437 15.0992 62.6679 17.2501 62.969 18.3601C62.0517 18.2819 61.4101 18.3258 60.839 18.3648C60.2709 18.4037 59.7724 18.4378 59.1417 18.3423C58.1382 15.6959 57.4987 12.8713 57.7788 9.71265C57.6976 8.97637 57.0239 8.99222 56.4017 9.00687C56.237 9.01074 56.076 9.01453 55.9305 9.00428C55.1898 9.05288 54.564 8.67316 53.9618 8.30782C53.3497 7.9364 52.762 7.57985 52.1032 7.70338C53.3867 9.17357 53.7181 11.0091 53.7181 12.9961L56.1405 13.005C56.1405 13.005 57.0787 16.6448 56.9013 18.2888C56.6108 18.3992 56.5058 18.388 56.3001 18.3661C56.1323 18.3482 55.8975 18.3231 55.4404 18.3512C55.2163 18.3155 54.969 18.3734 54.7356 18.5249C54.705 18.5444 54.6778 18.5598 54.653 18.5738C54.5525 18.6306 54.4912 18.6653 54.4089 18.8546C54.1018 19.5624 53.9455 20.1215 53.7448 20.84C53.6069 21.3335 53.4479 21.9022 53.2047 22.6459H63.0623C63.2932 22.1534 63.5417 21.6983 63.7822 21.2578C64.3923 20.1404 64.9509 19.1171 65.0413 17.8166C63.9398 15.442 63.6831 12.5461 64.1965 9.82848C63.8046 9.09522 62.9444 8.99102 62.0867 8.88711Z' fill='white'/%3E %3Cpath d='M48.2946 8.75166C48.6969 9.20344 49.3283 9.23873 49.9397 9.2729C50.6546 9.31287 51.3422 9.3513 51.6038 10.0526C51.4265 13.0197 51.8092 15.764 52.7334 18.2857C52.5771 18.5641 52.4248 18.8188 52.2769 19.0661C51.6961 20.0374 51.1821 20.8969 50.7544 22.6472H49.9562L49.9656 13.1132C49.9656 13.1132 48.8081 13.0821 47.6739 13.1132C47.9788 10.5187 46.7813 8.68324 46.1579 7.72782C46.123 7.67428 46.0899 7.6235 46.0589 7.5755C46.7793 7.40637 47.1544 7.78942 47.5307 8.17374C47.7591 8.40694 47.9879 8.64061 48.2946 8.75166Z' fill='white'/%3E %3Cpath d='M68.3153 9.2729C67.704 9.23873 67.0726 9.20344 66.6703 8.75166H66.6749C66.5123 8.66408 66.3505 8.50024 66.173 8.32051C65.7545 7.89676 65.2487 7.38468 64.4392 7.5755C64.4702 7.62349 64.5033 7.67427 64.5383 7.7278C65.1616 8.68322 66.3591 10.5187 66.0542 13.1132C67.1324 13.1712 68.3459 13.1132 68.3459 13.1132L68.3552 17.9961H69.0273C69.4496 16.2494 70.0806 15.5606 70.7524 14.8274C70.9271 14.6367 71.1045 14.4431 71.2817 14.227C70.2735 12.4494 69.9795 10.0526 69.9795 10.0526C69.7178 9.3513 69.0303 9.31287 68.3153 9.2729Z' fill='white'/%3E %3Cpath d='M83.8886 8.75171C84.2909 9.20349 84.9223 9.23878 85.5336 9.27296C86.2486 9.31292 86.9361 9.35135 87.1978 10.0526C87.1978 10.0526 87.4918 12.4495 88.5 14.2271C88.3501 14.4098 88.2033 14.5766 88.0603 14.739C87.3841 15.5072 86.7922 16.1795 86.353 17.9961H85.5922L85.6015 13.1133C85.6015 13.1133 84.3133 13.0821 83.2725 13.1133C83.5774 10.5188 82.3799 8.6833 81.7566 7.72788C81.7216 7.67434 81.6885 7.62354 81.6575 7.57555C82.4031 7.40052 82.7962 7.79838 83.1874 8.19425C83.4035 8.41302 83.6191 8.6312 83.8932 8.75171H83.8886Z' fill='white'/%3E %3Cpath d='M38.2783 13.246H43.3611L43.3798 22.6998L44.6213 22.682C45.0327 20.9986 45.5236 20.2024 46.0773 19.3045C46.2459 19.0309 46.4205 18.7478 46.6003 18.4273C45.6762 15.9013 45.3074 13.099 45.4895 10.1363C45.4766 10.1132 45.4639 10.0905 45.4514 10.068C45.2103 9.63534 45.0355 9.32174 44.7427 9.24973C43.7513 9.20969 42.7346 9.22889 41.7227 9.24801C39.695 9.28632 37.6866 9.32426 35.9399 8.88442C35.5985 8.86461 35.2854 8.52039 34.9878 8.19328C34.5489 7.71086 34.1439 7.26566 33.7322 7.95329C34.6844 9.5215 34.9737 11.2412 35.0251 13.2014C35.4125 13.1524 35.8886 13.1168 36.1406 13.2371C35.4218 14.6583 35.7439 17.2556 36.1406 18.5432C36.1406 18.5432 34.1803 18.5031 34.0916 18.5387C33.5548 19.8396 32.5 22.6463 32.5 22.6463H37.3168L37.5315 22.4013C37.6426 21.9954 37.798 21.5857 37.955 21.1717C38.4908 19.759 39.0451 18.2974 37.9189 16.7745C37.4335 15.6028 37.2235 14.0301 38.2783 13.246Z' fill='white'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  align-self: center;
  flex-shrink: 0;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .text-content {
  font-weight: 500;
  line-height: 28px;
  color: #000;
  margin: 0;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .ButtonsWrapper {
  gap: 15px;
  margin: 0;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .ButtonsWrapper * {
  width: 168px;
  height: 40px;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #000;
  font-weight: 670;
  flex-shrink: 0;
  margin: 0;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .ButtonsWrapper *.LogoutButton {
  color: #000;
  background-color: #fff;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .ButtonsWrapper *.ReturnButton {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .LogoutPopupComponent.newPaywall .LogoutPopup {
    width: 310px !important;
    height: unset !important;
    padding: 35px 25px !important;
  }
  .LogoutPopupComponent.newPaywall .LogoutPopup .YnetPlusLogo {
    height: 33px !important;
    width: 90px !important;
    margin: 0 auto !important;
  }
  .LogoutPopupComponent.newPaywall .LogoutPopup .text-content {
    text-align: center !important;
    letter-spacing: unset !important;
  }
  .LogoutPopupComponent.newPaywall .LogoutPopup .text-content span {
    color: #000 !important;
  }
  .LogoutPopupComponent.newPaywall .LogoutPopup .ButtonsWrapper {
    justify-content: unset !important;
    flex-direction: column;
    gap: 15px !important;
  }
  .LogoutPopupComponent.newPaywall .LogoutPopup .ButtonsWrapper * {
    width: 100% !important;
    font-size: 16px!important;
    height: 40px !important;
    font-family: 'NarkisBlock';
    padding: 0 !important;
    line-height: unset !important;
  }
  .LogoutPopupComponent:not(.newPaywall) .LogoutPopup {
    width: 60% !important;
    height: unset !important;
    padding: 27px !important;
  }
  .LogoutPopupComponent:not(.newPaywall) .LogoutPopup .YnetPlusLogo {
    height: 33px !important;
    width: 90px !important;
    margin: 0 auto !important;
    margin-top: 2% !important;
  }
  .LogoutPopupComponent:not(.newPaywall) .LogoutPopup .text-content {
    margin-top: 23px !important;
    margin-bottom: 18px !important;
    font-size: 1rem !important;
    line-height: 21px !important;
  }
  .LogoutPopupComponent:not(.newPaywall) .LogoutPopup .text-content span {
    font-size: 1rem !important;
    font-family: 'NarkisBlock';
  }
  .font-moses .LogoutPopupComponent:not(.newPaywall) .LogoutPopup .text-content span {
    font-family: "Moses", 'NarkisBlock' !important;
    font-weight: 340;
  }
  .LogoutPopupComponent:not(.newPaywall) .LogoutPopup .ButtonsWrapper {
    justify-content: unset !important;
  }
  .LogoutPopupComponent:not(.newPaywall) .LogoutPopup .ButtonsWrapper * {
    width: 46% !important;
    font-size: 0.875rem !important;
    height: 32px !important;
    font-family: 'NarkisBlock';
    padding: 0 !important;
    line-height: unset !important;
  }
  .LogoutPopupComponent:not(.newPaywall) .LogoutPopup .ButtonsWrapper .ReturnButton {
    margin-right: unset !important;
    margin-left: 15px !important;
    border: solid 2px transparent !important;
  }
  .LogoutPopupComponent:not(.newPaywall) .LogoutPopup .ButtonsWrapper .LogoutButton {
    margin-left: 1px !important;
    border-width: 2px !important;
  }
}
.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 for titles*/
@font-face {
  font-family: 'MosesDisplay';
  src: url('/Common/images/fonts/moses/MosesDisplay_1.0VF.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}
@font-face {
  font-family: 'Moses';
  src: url('/Common/images/fonts/moses/MosesText_1.0VF.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}
@font-face {
  font-family: "Almoni";
  src: url("/Common/images/fonts/almoni-tzar-regular-aaa.woff2") format("woff2"), url("/Common/images/fonts/almoni-tzar-regular-aaa.woff") format("woff"), url("/Common/images/fonts/almoni-tzar-regular-aaa.otf") format("truetype");
  /* chrome firefox opera Safari, Android, iOS 4.2+*/
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Regular.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Regular.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Medium.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Medium.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Semibold.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Semibold.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Bold.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Bold.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Heavy.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Heavy.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Black.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Black.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Light.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Light.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*font for titles*/
@font-face {
  font-family: 'MosesDisplay';
  src: url('/Common/images/fonts/moses/MosesDisplay_1.0VF.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}
@font-face {
  font-family: 'Moses';
  src: url('/Common/images/fonts/moses/MosesText_1.0VF.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 1000;
  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;
  }
  .MarketingSign {
    display: none ! important;
  }
  .MutamMarketingSign {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    height: 7.8125vw;
    width: 7.8125vw;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    overflow: hidden;
    z-index: 3;
  }
  .MutamMarketingSign .marketingImage {
    height: 7.8125vw !important;
    width: 7.8125vw !important;
  }
  .MutamMarketingText {
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 1.5625vw 9.375vw 1.5625vw 1.5625vw;
    background-color: #000000ad;
    font-size: 4.0625vw;
    font-weight: lighter;
    color: white;
    width: 100%;
    max-height: 100%;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .font-moses .MutamMarketingText {
    font-size: 3.59375vw;
    font-weight: 340;
    font-weight: normal;
  }
  .MutamMarketingText .closeInfoiTxt {
    width: 4.6875vw;
    height: 4.6875vw;
    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='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") no-repeat center center;
    background-size: 80%;
    position: absolute;
    top: 1.5625vw;
    right: 1.5625vw;
    border: 0;
  }
  .MutamMarketingText.coverAll {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5625vw 9.375vw 1.5625vw 1.5625vw;
    font-size: 3.59375vw;
    justify-content: flex-start;
  }
  .font-moses .MutamMarketingText.coverAll {
    font-size: 2.96875vw;
    font-weight: 340;
    font-weight: normal;
  }
  .MutamMarketingText.coverAll span {
    white-space: unset;
  }
}
@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 a#INDmenu-btn {
  background: transparent !important;
  padding: 0 ! important;
}
.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 .ArticleBodyComponent .red_underline_header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
}
.grid1280 .ArticleBodyComponent .red_underline_header .public-DraftStyleDefault-block {
  position: relative;
}
.grid1280 .ArticleBodyComponent .red_underline_header .public-DraftStyleDefault-block span[data-text="true"]::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 4px;
  border-bottom: 4px solid #de1a1a;
  content: "";
}
.grid1280 .ArticleBodyComponent .text_editor_numbered_text {
  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;
  margin: 0 35px 30px 0;
  font-size: 22px;
}
.font-moses .grid1280 .ArticleBodyComponent .text_editor_numbered_text {
  margin: 0 35px 25px 0 !important;
}
.grid1280 .ArticleBodyComponent .text_editor_numbered_text > div {
  display: inline;
}
.grid1280 .ArticleBodyComponent .text_editor_numbered_text:before {
  position: absolute;
  counter-increment: numbered-text-counter 1;
  content: counter(numbered-text-counter) ". ";
  right: 0px;
  display: inline-block;
  font-weight: 500;
}
.grid1280_2 {
  font-family: 'NarkisBlock' ! important;
}
.radionas .grid1280_2 {
  font-family: 'Noto Kufi Arabic' ! important;
}
.grid1280_2 .videoMediaContainer {
  position: relative;
  z-index: 0;
}
.grid1280_2 .labelText {
  width: auto;
  position: absolute;
  background-color: #ed1c24;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: calc(100% - 24px);
  box-sizing: border-box;
  font-weight: 670;
}
.grid1280_2 .labelText span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.grid1280_2 .labelText.basicLabel[style],
.grid1280_2 .labelText.basicLabel {
  height: 21px;
  line-height: 21px;
  padding: 0 5px;
  letter-spacing: 0.16px;
  font-size: 13px;
}
.grid1280_2 .labelText.basicLabel[style].bottom,
.grid1280_2 .labelText.basicLabel.bottom {
  bottom: 12px !important;
}
.grid1280_2 .labelText.basicLabel[style].left,
.grid1280_2 .labelText.basicLabel.left {
  left: 12px !important;
}
.grid1280_2 .labelText.basicLabel[style].right,
.grid1280_2 .labelText.basicLabel.right {
  right: 12px !important;
}
.grid1280_2 .labelText.basicLabel[style].top,
.grid1280_2 .labelText.basicLabel.top {
  top: 12px !important;
}
.grid1280_2 .labelText.bigLabel[style],
.grid1280_2 .labelText.bigLabel {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  padding: 0 6px;
}
.font-moses .grid1280_2 {
  font-family: 'Moses', 'NarkisBlock' ! important;
}
.vesty .grid1280_2 {
  font-family: 'Arial' ! important;
}
.grid1280_2 .site_page_root {
  font-family: 'NarkisBlock' ! important;
}
.font-moses .grid1280_2 .site_page_root {
  font-family: 'Moses', '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;
}
.font-moses .grid1280_2 .layoutItem .componentaTab .rightTitleLink,
.font-moses .grid1280_2 .Componenta .componentaTab .rightTitleLink,
.font-moses .grid1280_2 .HtmlLayoutItem.content .componentaTab .rightTitleLink {
  font-size: 14px;
  font-weight: 670;
}
.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;
}
.font-moses .grid1280_2 .layoutItem .componentaTab .leftTitleText,
.font-moses .grid1280_2 .Componenta .componentaTab .leftTitleText,
.font-moses .grid1280_2 .HtmlLayoutItem.content .componentaTab .leftTitleText {
  font-size: 12px;
}
.grid1280_2 .layoutItem .slotTitle,
.grid1280_2 .Componenta .slotTitle,
.grid1280_2 .HtmlLayoutItem.content .slotTitle {
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
}
.font-moses .grid1280_2 .layoutItem .slotTitle,
.font-moses .grid1280_2 .Componenta .slotTitle,
.font-moses .grid1280_2 .HtmlLayoutItem.content .slotTitle {
  font-weight: 670;
}
.grid1280_2 .layoutItem .slotTitle.small,
.grid1280_2 .Componenta .slotTitle.small,
.grid1280_2 .HtmlLayoutItem.content .slotTitle.small {
  font-size: 16px;
}
.font-moses .grid1280_2 .layoutItem .slotTitle.small,
.font-moses .grid1280_2 .Componenta .slotTitle.small,
.font-moses .grid1280_2 .HtmlLayoutItem.content .slotTitle.small {
  font-size: 14px;
}
.grid1280_2 .layoutItem .slotTitle.medium,
.grid1280_2 .Componenta .slotTitle.medium,
.grid1280_2 .HtmlLayoutItem.content .slotTitle.medium {
  font-size: 18px;
}
.font-moses .grid1280_2 .layoutItem .slotTitle.medium,
.font-moses .grid1280_2 .Componenta .slotTitle.medium,
.font-moses .grid1280_2 .HtmlLayoutItem.content .slotTitle.medium {
  font-size: 14px;
  line-height: 19px;
}
.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;
}
.font-moses .grid1280_2 .layoutItem .mediaArea .MarketingSign .marketingText,
.font-moses .grid1280_2 .Componenta .mediaArea .MarketingSign .marketingText,
.font-moses .grid1280_2 .HtmlLayoutItem.content .mediaArea .MarketingSign .marketingText,
.font-moses .grid1280_2 .layoutItem .imageArea .MarketingSign .marketingText,
.font-moses .grid1280_2 .Componenta .imageArea .MarketingSign .marketingText,
.font-moses .grid1280_2 .HtmlLayoutItem.content .imageArea .MarketingSign .marketingText,
.font-moses .grid1280_2 .layoutItem .imageView .MarketingSign .marketingText,
.font-moses .grid1280_2 .Componenta .imageView .MarketingSign .marketingText,
.font-moses .grid1280_2 .HtmlLayoutItem.content .imageView .MarketingSign .marketingText {
  font-size: 14px;
  font-weight: 340;
  line-height: 20px;
  padding: 5px 40px 5px 20px;
}
.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;
}
.font-moses .grid1280_2 .layoutItem .MarketingSign.smallItem:hover .marketingText,
.font-moses .grid1280_2 .Componenta .MarketingSign.smallItem:hover .marketingText,
.font-moses .grid1280_2 .HtmlLayoutItem.content .MarketingSign.smallItem:hover .marketingText {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
}
.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;
}
.font-moses .grid1280_2 .layoutItem .moreDetails,
.font-moses .grid1280_2 .Componenta .moreDetails,
.font-moses .grid1280_2 .HtmlLayoutItem.content .moreDetails {
  font-size: 12px;
  height: 18px;
  line-height: 16px;
  font-weight: 340;
}
.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;
}
.font-moses .grid1280_2 .layoutItem .bottomLink,
.font-moses .grid1280_2 .Componenta .bottomLink,
.font-moses .grid1280_2 .HtmlLayoutItem.content .bottomLink {
  font-size: 13px;
  line-height: 16px;
  font-weight: 340;
}
.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;
  counter-reset: numbered-text-counter 0;
}
.font-moses .grid1280_2 .ArticleBodyComponent {
  font-family: 'Moses', 'NarkisBlock' ! important;
}
.grid1280_2 .ArticleBodyComponent .text_editor_contact_us_link {
  display: none;
}
.grid1280_2 .ArticleBodyComponent figure {
  margin: 0 0 30px 0;
}
.font-moses .grid1280_2 .ArticleBodyComponent figure {
  margin: 0 0 15px 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;
}
.font-moses .magazine_template.grid1280_2 .ArticleBodyComponent .pHeader {
  font-weight: 670 !important;
}
.font-moses .grid1280_2 .ArticleBodyComponent .pHeader {
  font-family: 'Moses';
  font-size: 22px;
  font-weight: 850;
  line-height: 30px;
  margin: 0 0 4px 0;
}
.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';
}
.font-moses .magazine_template.grid1280_2 .ArticleBodyComponent .text_editor_paragraph {
  margin: 0 0 20px 0;
  z-index: 1;
  position: relative;
}
.font-moses .grid1280_2 .ArticleBodyComponent .text_editor_paragraph {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 18px;
  font-weight: 340;
  line-height: 28px;
  margin: 0 0 15px 0;
  letter-spacing: normal;
}
.grid1280_2 .ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-right: 50px !important;
}
.grid1280_2 .ArticleBodyComponent .text_editor_indent.ltr {
  margin-right: initial !important;
  margin-left: 50px !important;
}
.grid1280_2 .ArticleBodyComponent .public-DraftEditor-content > div > *:last-child {
  margin-bottom: 10px;
}
.grid1280_2 .ArticleBodyComponent .text_editor_block_quote {
  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;
}
.magazine_template.grid1280_2 .ArticleBodyComponent .text_editor_block_quote {
  padding-top: 15px;
}
.font-moses .grid1280_2 .ArticleBodyComponent .text_editor_block_quote {
  font-size: 21px;
  font-weight: 670;
}
.grid1280_2 .ArticleBodyComponent .text_editor_block_quote span[data-text="true"] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 31px 45px;
}
.magazine_template.grid1280_2 .ArticleBodyComponent .text_editor_block_quote span[data-text="true"] {
  margin: unset;
  padding: 5px 0 0 0;
}
.magazine_template.grid1280_2 .ArticleBodyComponent .text_editor_block_quote {
  font-weight: 670;
  font-size: 24px;
  line-height: 34px;
  border-top: unset;
  border-bottom: unset;
  display: block;
}
.magazine_template.grid1280_2 .ArticleBodyComponent .text_editor_block_quote:before {
  content: '';
  display: block;
  width: 117px;
  height: 8px;
  background-color: #de1a1a;
}
.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';
}
.font-moses .grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ul,
.font-moses .grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ol {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 18px;
  font-weight: 340;
  margin-inline-start: 10px;
}
.font-moses .grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ul {
  margin-inline-start: 0;
}
.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 .ArticleLinkedImageComponenta {
  margin-bottom: 15px;
}
.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;
}
.blog_article.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .expand {
  display: block;
}
.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;
}
.blog_article.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand {
  display: none;
}
.font-moses .grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand {
  font-size: 12px;
  font-weight: 500;
}
.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;
}
.font-moses .grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg {
  font-size: 12px;
  font-weight: 340;
}
.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;
}
.font-moses .grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption,
.font-moses .grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCredit {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 14px;
  line-height: 16px;
  font-weight: 340;
}
.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption {
  color: #000;
}
.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;
}
.grid1280_2 .ArticleBodyComponent .red_underline_header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
}
.grid1280_2 .ArticleBodyComponent .red_underline_header .public-DraftStyleDefault-block {
  position: relative;
}
.grid1280_2 .ArticleBodyComponent .red_underline_header .public-DraftStyleDefault-block span[data-text="true"]::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 4px;
  border-bottom: 4px solid #de1a1a;
  content: "";
}
.grid1280_2 .ArticleBodyComponent .text_editor_numbered_text {
  font-size: 20px;
  font-weight: lighter;
  font-style: inherit;
  line-height: 28px;
  letter-spacing: -0.11px;
  margin: 0 0 30px 0;
  font-family: 'NarkisBlock';
  margin: 20px 35px 20px 0;
  font-size: 22px;
}
.font-moses .magazine_template.grid1280_2 .ArticleBodyComponent .text_editor_numbered_text {
  margin: 0 0 20px 0;
  z-index: 1;
  position: relative;
}
.font-moses .grid1280_2 .ArticleBodyComponent .text_editor_numbered_text {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 18px;
  font-weight: 340;
  line-height: 28px;
  margin: 0 0 15px 0;
  letter-spacing: normal;
}
.font-moses .grid1280_2 .ArticleBodyComponent .text_editor_numbered_text {
  margin: 0 35px 25px 0 !important;
}
.grid1280_2 .ArticleBodyComponent .text_editor_numbered_text > div {
  display: inline;
}
.grid1280_2 .ArticleBodyComponent .text_editor_numbered_text:before {
  position: absolute;
  counter-increment: numbered-text-counter 1;
  content: counter(numbered-text-counter) ". ";
  right: 0px;
  display: inline-block;
  font-weight: 500;
}
.grid1280_2 .ArticleBodyComponent .pHeader .public-DraftStyleDefault-ltr,
.grid1280_2 .ArticleBodyComponent .red_underline_header .public-DraftStyleDefault-ltr,
.grid1280_2 .ArticleBodyComponent ul .public-DraftStyleDefault-ltr,
.grid1280_2 .ArticleBodyComponent ol .public-DraftStyleDefault-ltr,
.grid1280_2 .ArticleBodyComponent .text_editor_block_quote .public-DraftStyleDefault-ltr {
  direction: rtl;
}
.pikudHaorefAlert {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1000000;
  right: 0;
  font-family: 'NarkisBlock';
}
.font-moses .pikudHaorefAlert {
  font-family: 'Moses', 'NarkisBlock';
}
.calcalist .pikudHaorefAlert {
  font-family: 'Open Sans Hebrew', sans-serif;
}
.pikudHaorefAlert .alertDescription {
  background-color: #e6eaf3;
  min-height: 44px;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
  transform-origin: 0% 0%;
  transform: translate(0, 100%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: -1;
}
.pikudHaorefAlert .alertDescription.open {
  transform: none;
}
.pikudHaorefAlert .alertDescription .redArrow {
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 17px solid #fb1b1b;
}
.pikudHaorefAlert .alertDescription .alert-description-container {
  display: flex;
  margin: 8px auto 19px;
  justify-content: center;
  width: 1031px;
}
.pikudHaorefAlert .alertDescription .area-description-title {
  font-weight: bold;
  margin-left: 6px;
  flex-shrink: 0;
  align-self: flex-start;
}
.pikudHaorefAlert .alert-top-container,
.pikudHaorefAlert .alert-bottom-container,
.pikudHaorefAlert .alert-description-container {
  max-width: 1192px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.pikudHaorefAlert .alert-top {
  width: 100%;
  background-color: #fb1b1b;
  min-height: 60px;
  height: auto;
  z-index: 2;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 50px;
  align-items: center;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .alert-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 7px auto;
}
.font-moses .pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .alert-title {
  font-size: 16px;
  font-weight: 670;
  line-height: normal;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas {
  list-style: none;
  display: flex;
  color: #fff;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas li {
  line-height: 18px;
  font-size: 16px;
  height: 18px;
  padding: 0 6px;
  margin: 0 0 5px;
  border-left: 1px solid #fff;
  cursor: pointer;
}
.font-moses .pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas li {
  font-size: 14px;
  font-weight: 340;
  line-height: normal;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas li:last-child {
  border-left: none;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-oref-logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:url(%23radial-gradient)%7D.cls-2%7Bfill:url(%23radial-gradient-2)%7D.cls-3%7Bfill:url(%23linear-gradient)%7D.cls-4%7Bfill:url(%23linear-gradient-2)%7D.cls-10,.cls-11,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18,.cls-19,.cls-20,.cls-21,.cls-22,.cls-23,.cls-24,.cls-25,.cls-26,.cls-27,.cls-28,.cls-29,.cls-30,.cls-31,.cls-32,.cls-39,.cls-5,.cls-6,.cls-7,.cls-8,.cls-9%7Bstroke:%23000%7D.cls-10,.cls-11,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18,.cls-19,.cls-20,.cls-21,.cls-22,.cls-23,.cls-24,.cls-25,.cls-26,.cls-27,.cls-28,.cls-29,.cls-30,.cls-5,.cls-6,.cls-7,.cls-8,.cls-9%7Bstroke-miterlimit:10%7D.cls-19,.cls-20,.cls-5,.cls-6,.cls-7%7Bstroke-width:.25px%7D.cls-5%7Bfill:url(%23linear-gradient-3)%7D.cls-6%7Bfill:url(%23linear-gradient-4)%7D.cls-24,.cls-7%7Bfill:%23fff%7D.cls-10,.cls-11,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18,.cls-21,.cls-22,.cls-23,.cls-24,.cls-25,.cls-26,.cls-27,.cls-28,.cls-29,.cls-30,.cls-31,.cls-32,.cls-39,.cls-8,.cls-9%7Bstroke-width:.25px%7D.cls-8%7Bfill:url(%23linear-gradient-5)%7D.cls-25,.cls-26,.cls-27,.cls-28,.cls-30,.cls-9%7Bstroke-linejoin:round%7D.cls-9%7Bfill:url(%23linear-gradient-6)%7D.cls-10%7Bfill:url(%23linear-gradient-7)%7D.cls-11%7Bfill:url(%23linear-gradient-8)%7D.cls-12%7Bfill:%234d4d4d%7D.cls-13%7Bfill:url(%23linear-gradient-9)%7D.cls-14%7Bfill:url(%23linear-gradient-10)%7D.cls-15%7Bfill:url(%23linear-gradient-11)%7D.cls-16%7Bfill:url(%23linear-gradient-12)%7D.cls-17%7Bfill:url(%23linear-gradient-13)%7D.cls-18%7Bfill:none%7D.cls-19%7Bfill:url(%23linear-gradient-14)%7D.cls-20%7Bfill:url(%23linear-gradient-15)%7D.cls-21%7Bfill:url(%23linear-gradient-16)%7D.cls-22%7Bfill:url(%23linear-gradient-17)%7D.cls-23%7Bfill:url(%23linear-gradient-18)%7D.cls-25,.cls-26,.cls-27,.cls-28%7Bstroke-linecap:round%7D.cls-25%7Bfill:url(%23linear-gradient-19)%7D.cls-26%7Bfill:url(%23linear-gradient-20)%7D.cls-27%7Bfill:url(%23linear-gradient-21)%7D.cls-28%7Bfill:url(%23linear-gradient-22)%7D.cls-29%7Bfill:url(%23linear-gradient-23)%7D.cls-30%7Bfill:url(%23linear-gradient-24)%7D.cls-31%7Bfill:url(%23radial-gradient-3)%7D.cls-32%7Bfill:url(%23radial-gradient-4)%7D.cls-33%7Bfill:url(%23radial-gradient-5)%7D.cls-34%7Bfill:url(%23radial-gradient-6)%7D.cls-35%7Bfill:url(%23radial-gradient-7)%7D.cls-36%7Bfill:url(%23radial-gradient-8)%7D.cls-37%7Bfill:url(%23radial-gradient-9)%7D.cls-38%7Bfill:url(%23radial-gradient-10)%7D.cls-39%7Bstroke-linecap:square;fill:url(%23linear-gradient-25)%7D %3C/style%3E %3CradialGradient id='radial-gradient' cx='.88' cy='.054' r='1.29' gradientTransform='matrix(-.944 .33 -.273 -.779 1.725 -.195)'%3E %3Cstop offset='0' stop-color='%2375a0d1'/%3E %3Cstop offset='.664' stop-color='%235397cc'/%3E %3Cstop offset='1' stop-color='%231261ac'/%3E %3C/radialGradient%3E %3CradialGradient id='radial-gradient-2' cx='.386' cy='.898' r='.983' gradientTransform='matrix(1 .015 -.013 .886 .012 .096)'%3E %3Cstop offset='0' stop-color='%23e26510'/%3E %3Cstop offset='1' stop-color='%23f6a423'/%3E %3C/radialGradient%3E %3ClinearGradient id='linear-gradient' x1='11.603' x2='11.686' y1='-4.053' y2='-2.637' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23183f54'/%3E %3Cstop offset='1' stop-color='%23071319'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-2' x1='.503' x2='.405' y1='.333' y2='1' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%230383c2'/%3E %3Cstop offset='1' stop-color='%230163a6'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-3' x1='.09' x2='.871' y1='.215' y2='.646' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ccd0d4'/%3E %3Cstop offset='1' stop-color='%23bdbdbd'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-4' x1='.063' x2='.646' y1='.226' y2='1.047' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23c1bdc0'/%3E %3Cstop offset='1' stop-color='%23989898'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-5' x1='83.787' x2='85.059' y1='-3.738' y2='-2.904' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23f5f5f5'/%3E %3Cstop offset='1' stop-color='%23d4d4d4'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-6' x1='20.768' x2='21.443' y1='-4.392' y2='-3.725' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23c4c6c9'/%3E %3Cstop offset='1' stop-color='%239c9ea1'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-7' x1='84.517' x2='84.97' y1='-3.393' y2='-2.442' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23d2d0d1'/%3E %3Cstop offset='1' stop-color='%23b0b0b0'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-8' x1='42.226' x2='43.331' y1='-12.049' y2='-10.917' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23e9e9e9'/%3E %3Cstop offset='1' stop-color='%23b8b9b6'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-9' x1='44.051' x2='42.837' y1='-14.384' y2='-13.538' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ededed'/%3E %3Cstop offset='1' stop-color='%23d0dbd3'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-10' x1='44.603' x2='43.459' y1='-14.115' y2='-12.997' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23818181'/%3E %3Cstop offset='1' stop-color='%237b7c7c'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-11' x1='80.414' x2='79.295' y1='-11.188' y2='-10.279' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%239fa3a3'/%3E %3Cstop offset='1' stop-color='%236c6c6c'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-12' x1='90.633' x2='89.595' y1='-11.225' y2='-10.55' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23e0e0e0'/%3E %3Cstop offset='1' stop-color='%23babfc2'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-13' x1='20.482' x2='21.285' y1='-14.529' y2='-15.413' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%2361615d'/%3E %3Cstop offset='1' stop-color='%237f7f7f'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-14' x1='.291' x2='.982' y1='.166' y2='.541' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23dbdbd9'/%3E %3Cstop offset='1' stop-color='%23a9aeaa'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-15' x1='.16' x2='.874' y1='.441' y2='1.013' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23a7aca9'/%3E %3Cstop offset='1' stop-color='%236c6c6c'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-16' x1='44.088' x2='43.521' y1='-13.636' y2='-12.933' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23848383'/%3E %3Cstop offset='1' stop-color='%23626363'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-17' x1='-26.243' x2='-24.933' y1='11.059' y2='12.321' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ababab'/%3E %3Cstop offset='1' stop-color='%23828282'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-18' x1='-25.833' x2='-24.373' y1='11.223' y2='12.158' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23dce0e5'/%3E %3Cstop offset='1' stop-color='%23afafaf'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-19' x1='36.168' x2='36.092' y1='-62.591' y2='-60.034' xlink:href='%23linear-gradient-8'/%3E %3ClinearGradient id='linear-gradient-20' x1='38.467' x2='38.181' y1='-62.519' y2='-60.078' xlink:href='%23linear-gradient-8'/%3E %3ClinearGradient id='linear-gradient-21' x1='38.573' x2='38.287' y1='-58.322' y2='-56.68' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23dbdbdb'/%3E %3Cstop offset='1' stop-color='%239f9f9f'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-22' x1='36.033' x2='36.037' y1='-58.266' y2='-56.758' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23e0e0e0'/%3E %3Cstop offset='1' stop-color='%23aaa'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-23' x1='21.194' x2='20.41' y1='-15.592' y2='-14.809' xlink:href='%23linear-gradient-9'/%3E %3ClinearGradient id='linear-gradient-24' x1='22.382' x2='19.835' y1='-6.336' y2='-4.702' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23bdd6df'/%3E %3Cstop offset='1' stop-color='%235f5f5f'/%3E %3C/linearGradient%3E %3CradialGradient id='radial-gradient-3' cx='38.381' cy='-343.503' r='1.193' gradientTransform='matrix(.084 .996 -1.073 .091 -237.441 -419.026)'%3E %3Cstop offset='0' stop-color='%23dbdbdb'/%3E %3Cstop offset='1' stop-color='%234a4a4a'/%3E %3C/radialGradient%3E %3CradialGradient id='radial-gradient-4' cx='-34.254' cy='-392.56' r='1.053' gradientTransform='matrix(.067 .998 -1.452 .097 -572.88 -439.966)' xlink:href='%23radial-gradient-3'/%3E %3CradialGradient id='radial-gradient-5' cx='-.703' cy='.13' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -.673 .839)'%3E %3Cstop offset='0' stop-color='%23fbfbfb'/%3E %3Cstop offset='1' stop-color='%23b3b3b3'/%3E %3C/radialGradient%3E %3CradialGradient id='radial-gradient-6' cx='-.703' cy='-1.376' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -1.393 -.765)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-7' cx='-.703' cy='-2.883' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -2.113 -2.369)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-8' cx='.553' cy='.13' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 .641 -.412)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-9' cx='.553' cy='-1.376' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -.079 -2.016)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-10' cx='.553' cy='-2.883' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -.799 -3.621)' xlink:href='%23radial-gradient-5'/%3E %3ClinearGradient id='linear-gradient-25' x1='-.072' x2='1.024' y1='-.799' y2='1.704' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ececec'/%3E %3Cstop offset='.379' stop-color='%23c7c7c7'/%3E %3Cstop offset='1' stop-color='%2368696a'/%3E %3C/linearGradient%3E %3C/defs%3E %3Cg id='layer1' transform='translate(381.426 -37.282)'%3E %3Ccircle id='path4228-7' cx='20' cy='20' r='20' class='cls-1' transform='translate(-381.426 37.282)'/%3E %3Ccircle id='path4232-6' cx='19.074' cy='19.074' r='19.074' class='cls-2' transform='translate(-380.5 38.208)'/%3E %3Cpath id='rect1699' d='M0 0h11.405v23.124H0z' class='cls-3' transform='translate(-375.522 45.606)'/%3E %3Cpath id='path1697' d='M274.838 109.5l13.689 17.154h-27.378z' class='cls-4' transform='translate(-636.353 -57.921)'/%3E %3Cg id='g1191-4' transform='translate(-359.23 43.366)'%3E %3Cpath id='path1185-3' d='M-1303.712 388.711s4.442 1 4.634 4.981' class='cls-5' transform='translate(1303.712 -388.711)'/%3E %3Cpath id='path1187-4' d='M-1299.067 393.692a.046.046 0 0 0 0 .012c-.01-.01-2.824.6-4.635-4.993' class='cls-6' transform='translate(1303.702 -388.711)'/%3E %3Cpath id='path1189-1' d='M-1303.712 388.711l4.634 4.981' class='cls-7' transform='translate(1303.712 -388.711)'/%3E %3C/g%3E %3Cpath id='path1193-7' d='M-169.091 69.377l.951-2.591v24.888l-1.606-.547V73.121a11.139 11.139 0 0 1 .655-3.744z' class='cls-8' transform='translate(-187.284 -26.103)'/%3E %3Cpath id='path1177-7' d='M-174.456 144.476a.431.431 0 0 1 .051-.02c.041-.02.092-.041.164-.082.153-.072.368-.184.634-.338s.593-.358.962-.6a11.224 11.224 0 0 0 1.156-.9 12.569 12.569 0 0 0 1.217-1.228 9.367 9.367 0 0 0 1.074-1.586 8.076 8.076 0 0 0 .706-1.913 2.261 2.261 0 0 0 .051-.256l.041-.256c.031-.174.041-.348.061-.522l.01-.133v-.131l.01-.276c.01-.184 0-.358 0-.542a16.756 16.756 0 0 0-.184-2.148c-.1-.706-.256-1.4-.419-2.067a30.432 30.432 0 0 0-1.156-3.56 34.777 34.777 0 0 0-1.064-2.435c-.143-.286-.256-.512-.338-.665s-.123-.235-.123-.235l.276-.153s.041.082.133.235.2.379.348.665c.3.573.7 1.412 1.125 2.435a29.661 29.661 0 0 1 1.248 3.591 18.851 18.851 0 0 1 .706 4.317c0 .184.01.389.01.563v.419l-.01.143a5 5 0 0 1-.051.563l-.041.276a2.616 2.616 0 0 0-.051.276 8.4 8.4 0 0 1-.726 2.087 10.484 10.484 0 0 1-1.125 1.729 11.309 11.309 0 0 1-1.258 1.33 12.894 12.894 0 0 1-1.207.972c-.379.266-.716.481-1 .655s-.512.3-.675.379l-.184.092a.609.609 0 0 1-.072.031l-.031-.02a.674.674 0 0 1-.266-.685z' class='cls-9' transform='translate(-183.106 -77.099)'/%3E %3Cpath id='path1195-0' d='M-154.858 69.377l-.951-2.591v26.047l1.606-.547V73.121a11.139 11.139 0 0 0-.655-3.744z' class='cls-10' transform='translate(-199.615 -26.103)'/%3E %3Cpath id='path1179-5' d='M-169.657 269.663v6.976h3.2v-6.976z' class='cls-11' transform='translate(-187.363 -205.6)'/%3E %3Cpath id='path1324' d='M-166.347 277.832l-3.141 1.177v.1l3.141-1.177zm.022 1l-3.14 1.168v.1l3.141-1.177zm0 1.024l-3.153 1.181v.1l3.153-1.181zm0 .975l-3.153 1.181v.1l3.153-1.181zm0 .993l-3.152 1.176v.1l3.153-1.181zm0 1.011l-3.153 1.181v.1l3.153-1.181z' class='cls-12' transform='translate(-187.513 -212.827)'/%3E %3Cpath id='path1209-9' d='M-114.6 180.342l-.1.029a7.61 7.61 0 0 1 3.183-6.126' class='cls-13' transform='translate(-235.982 -121.179)'/%3E %3Cpath id='path1211-8' d='M-110.72 174.148l.019-.013c0 .024.693 5-3.1 6.109' class='cls-14' transform='translate(-236.784 -121.082)'/%3E %3Cpath id='path1213-0' d='M-124.706 106.048s2.3 5.883-.921 7.929' class='cls-15' transform='translate(-226.319 -60.841)'/%3E %3Cpath id='path1215-9' d='M-130.177 113.977s-1.821-5.351.921-7.929' class='cls-16' transform='translate(-221.768 -60.841)'/%3E %3Cpath id='path1217-6' d='M-130.611 231.946c-.052.558-.621 4.578-6.727 5.44' class='cls-17' transform='translate(-215.957 -172.229)'/%3E %3Cpath id='path1219-7' d='M-183.772 179.729c2.558 2.145 5.029 3.768 7.458 5.678' class='cls-18' transform='translate(-174.875 -126.03)'/%3E %3Cg id='g1228-9' transform='translate(-358.647 53.699)'%3E %3Cpath id='path1221-7' d='M-1298.647 478.37s5.78.593 7.448 5.555h-.058' class='cls-19' transform='translate(1298.647 -478.37)'/%3E %3Cpath id='path1223-6' d='M-1291.259 483.929c-.575.04-5.25.244-7.389-5.559' class='cls-20' transform='translate(1298.648 -478.37)'/%3E %3Cpath id='path1226-8' d='M-1298.647 478.37l7.458 5.678' class='cls-7' transform='translate(1298.647 -478.37)'/%3E %3C/g%3E %3Cpath id='path1230-5' d='M-111.51 174.136c-1.072 2.208-2.068 4.255-3.192 6.323' class='cls-21' transform='translate(-235.985 -121.082)'/%3E %3Cpath id='path1234-7' d='M-176.538 139.92a31.18 31.18 0 0 1-6.169-4.665' class='cls-18' transform='translate(-175.817 -86.681)'/%3E %3Cpath id='path1236-0' d='M-124.706 106.048a139.65 139.65 0 0 1-.921 7.673v.256' class='cls-18' transform='translate(-226.319 -60.841)'/%3E %3Cpath id='path1240-9' d='M-177.983 138.443c-.513.136-4.525.664-6.155-4.784' class='cls-22' transform='translate(-174.552 -85.27)'/%3E %3Cpath id='path1242-8' d='M-184.137 133.659s4.815.511 6.2 4.781h-.049' class='cls-23' transform='translate(-174.552 -85.27)'/%3E %3Cpath id='path1244-8' d='M-184.137 133.659l6.212 4.886' class='cls-24' transform='translate(-174.552 -85.27)'/%3E %3Cpath id='path1248-5' d='M-184.947 269.451l-1.6.419-2.2-1.371h3.8' class='cls-25' transform='translate(-170.477 -204.571)'/%3E %3Cpath id='path1250-2' d='M-155.808 269.451l1.76.419 1.809-1.371h-3.569' class='cls-26' transform='translate(-199.616 -204.571)'/%3E %3Cpath id='path1252-5' d='M-188.374 268.5h6.666' class='cls-18' transform='translate(-170.803 -204.571)'/%3E %3Cpath id='path1254-3' d='M-155.809 257.245h3.569l-1.962-1.466-1.606.417' class='cls-27' transform='translate(-199.615 -193.316)'/%3E %3Cpath id='path1257-2' d='M-184.946 257.245h-3.8l2.189-1.466 1.606.418' class='cls-28' transform='translate(-170.478 -193.316)'/%3E %3Cpath id='path1259-3' d='M-137.339 236.9c-.025-.006 2.359-4.687 6.732-5.5v.064' class='cls-29' transform='translate(-215.956 -171.741)'/%3E %3Cpath id='path1261-3' d='M-174.456 195.013a.43.43 0 0 1 .051-.02c.041-.02.092-.041.164-.082.153-.072.368-.184.634-.338s.593-.358.962-.6a11.227 11.227 0 0 0 1.156-.9 12.572 12.572 0 0 0 1.217-1.228 9.367 9.367 0 0 0 1.074-1.586 8.077 8.077 0 0 0 .706-1.913 2.261 2.261 0 0 0 .051-.256l.041-.256c.031-.174.041-.348.061-.522l.01-.133v-.131l.01-.276c.01-.184 0-.358 0-.542a16.753 16.753 0 0 0-.184-2.148c-.1-.706-.353-1.745-.516-2.41l.45-.123a21.963 21.963 0 0 1 .8 4.661c0 .184.01.389.01.563v.419l-.01.143a5 5 0 0 1-.051.563l-.041.276a2.614 2.614 0 0 0-.051.276 8.4 8.4 0 0 1-.726 2.087 10.485 10.485 0 0 1-1.125 1.729 11.309 11.309 0 0 1-1.258 1.33 12.893 12.893 0 0 1-1.207.972c-.379.266-.716.481-1 .655s-.512.3-.675.379l-.184.092a.606.606 0 0 1-.072.031l-.031-.02a.674.674 0 0 1-.266-.685z' class='cls-30' transform='translate(-183.106 -127.636)'/%3E %3Cpath id='path1265-2' d='M-131.463 172.673a.642.642 0 0 1-.645-.645.642.642 0 0 1 .645-.645.642.642 0 0 1 .645.645.642.642 0 0 1-.645.645z' class='cls-31' transform='translate(-220.585 -118.647)'/%3E %3Cpath id='path1269-6' d='M-124.408 224.42a.686.686 0 0 1-.685-.685.686.686 0 0 1 .685-.685.685.685 0 0 1 .685.685.685.685 0 0 1-.685.685z' class='cls-32' transform='translate(-226.79 -164.357)'/%3E %3Cpath id='path1232-7' d='M-137.338 237.248s4.79-3.861 6.729-5.459' class='cls-18' transform='translate(-215.957 -172.091)'/%3E %3Cg id='g5295' transform='translate(-373.459 47.689)'%3E %3Cpath id='rect1932' d='M0 0h3.255v1.907H0z' class='cls-33' transform='translate(4.023)'/%3E %3Cpath id='rect1934' d='M0 0h3.255v1.907H0z' class='cls-34' transform='translate(4.023 2.621)'/%3E %3Cpath id='rect1936' d='M0 0h3.255v1.907H0z' class='cls-35' transform='translate(4.023 5.243)'/%3E %3Cpath id='rect1921' d='M0 0h3.255v1.907H0z' class='cls-36'/%3E %3Cpath id='rect1923' d='M0 0h3.255v1.907H0z' class='cls-37' transform='translate(0 2.621)'/%3E %3Cpath id='rect1925' d='M0 0h3.255v1.907H0z' class='cls-38' transform='translate(0 5.243)'/%3E %3C/g%3E %3Crect id='rect5247' width='4.911' height='1.299' class='cls-39' rx='.65' transform='translate(-357.879 70.804)'/%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 40px;
  height: 40px;
  align-self: center;
  border: 2px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
.pikudHaorefAlert .alert-top .alert-top-container .alert-left {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}
.pikudHaorefAlert .alert-top .alert-top-container .alert-left .alerts-close {
  width: 17px;
  height: 17px;
  background: transparent url('//www.ynet.co.il/images/x-mark-16.png') no-repeat 0 0;
  margin-top: 7px;
}
.pikudHaorefAlert .alerts-bottom {
  background-color: #1069a5;
  height: 40px;
  color: #fff;
  font-size: 16px;
}
.pikudHaorefAlert .alerts-bottom .alert-bottom-container {
  align-items: center;
}
.pikudHaorefAlert .alerts-bottom .alert-attention-text {
  font-weight: bold;
}
.pikudHaorefAlert .alerts-bottom .alert-permanent-link,
.pikudHaorefAlert .alerts-bottom .alert-permanent-link:hover {
  color: inherit;
}
.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;
}
.radionas .SiteScrollToTopButton {
  display: none;
}
@media only screen and (max-width: 767px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .SiteScrollToTopButton {
    display: none ! important;
  }
}
.fp-header .fp-left {
  flex: unset !important;
}
.flowplayer.is-popped-out .fp-float-wrapper {
  max-width: 315px !important;
  bottom: 65px !important;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-logo {
  display: none;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-mute-float {
  top: 16% !important;
  width: 1.9em !important;
  height: 1.9em !important;
  cursor: pointer;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-exit-float {
  top: -20% !important;
  right: 10px !important;
  width: 2.2em !important;
  height: 2.2em !important;
  cursor: pointer;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-ad-controls .fp-exit-float {
  display: none;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-ad-controls .fp-togglable {
  position: absolute;
  top: -240%;
  left: 205%;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-ad-controls .ad-indicator {
  position: absolute;
  left: 150%;
  width: 75%;
  margin: unset;
  padding: unset;
  color: white;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-controls.fp-togglable {
  background-image: linear-gradient(to bottom 60%, transparent, #000);
}
.blockedVideo {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.articleVideoComponenta .blockedVideo {
  padding-bottom: 56%;
}
.blockedVideo span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 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;
  height: 170px;
  width: 302px;
  left: 10px;
  bottom: 65px;
  overflow: unset;
  z-index: 99;
}
.flowplayer.is-sticky.is-sticky-sargel {
  bottom: 60px ! important;
}
.flowplayer.is-sticky .fp-controls {
  background-color: rgba(0, 0, 0, 0.5);
  width: 202px;
}
.flowplayer.is-sticky .ynetfp-close-button {
  display: block;
  z-index: 9999;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg data-name='Group 1' transform='translate(-21 -14)'%3E %3Ccircle data-name='Ellipse 1' cx='13' cy='13' r='13' transform='translate(21 14)' style='opacity:.67'/%3E %3Cpath data-name='Path 1' d='M8.188 6.914H15.1V8.22H8.188v6.88H6.882V8.22H0V6.914h6.882V0h1.306z' transform='rotate(45 -2.77 49.37)' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: -33px;
  right: 10px;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
}
.flowplayer.is-sticky .fp-bar {
  max-width: 38%;
}
.flowplayer.is-sticky .fp-share_button {
  padding-top: 4px;
}
.flowplayer .fp-title {
  display: none;
}
.flowplayer.ynetTv,
.flowplayer.ynetTv.hasTitle {
  max-width: 640px ! important;
  margin: 8% auto ! important;
}
.flowplayer.ynetTv .fp-logo,
.flowplayer.ynetTv.hasTitle .fp-logo {
  top: 15px ! important;
  left: 15px ! important;
  bottom: initial;
}
.flowplayer.ynetTv img.ynetTvLogo,
.flowplayer.ynetTv.hasTitle img.ynetTvLogo {
  top: 0px;
  position: absolute;
  bottom: initial;
  left: initial;
  right: 0;
  height: 23px;
  width: auto;
  margin: 10px;
}
.flowplayer.ynetTv .fp-title,
.flowplayer.ynetTv.hasTitle .fp-title,
.flowplayer.ynetTv .fp-fullscreen,
.flowplayer.ynetTv.hasTitle .fp-fullscreen {
  display: none;
}
.flowplayer.ynetTv .ynetfp-ads,
.flowplayer.ynetTv.hasTitle .ynetfp-ads {
  border: 1px solid;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
}
.flowplayer.ynetTv .ynetfp-ads:before,
.flowplayer.ynetTv.hasTitle .ynetfp-ads:before {
  font-size: 1.4em;
}
.flowplayer.ynetTv .fp-header,
.flowplayer.ynetTv.hasTitle .fp-header {
  position: absolute;
  top: -40px ! important;
  opacity: 1;
  background: #000;
  width: 100%;
  height: 40px;
}
.flowplayer.ynetTv .fp-header .fp-unload,
.flowplayer.ynetTv.hasTitle .fp-header .fp-unload {
  display: block;
  border: 1px solid;
  border-radius: 50%;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
  margin: 10px;
}
.flowplayer.ynetTv .fp-header .fp-unload:before,
.flowplayer.ynetTv.hasTitle .fp-header .fp-unload:before {
  left: 2px;
  position: absolute;
  top: 2px;
  font-size: 1.4em;
}
.flowplayer.ynetTv .fp-playlist,
.flowplayer.ynetTv.hasTitle .fp-playlist {
  bottom: -152px;
  padding-top: 87px;
  justify-content: flex-start;
  flex-direction: row-reverse;
  padding-right: 5px;
  padding-left: 5px;
}
.flowplayer.ynetTv .fp-playlist a,
.flowplayer.ynetTv.hasTitle .fp-playlist a {
  float: right ! important;
  margin-right: 0 ! important;
}
.flowplayer.ynetTv .fp-playlist .vp-info,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info {
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: right;
  height: 87px;
  padding-right: 7px;
}
.flowplayer.ynetTv .fp-playlist .vp-info > p,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info > p {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  text-align: right;
  padding: 2px 0px 0 7px;
  font-family: arial;
  line-height: 1.5;
  font-size: 12px;
  max-height: 40px;
  margin: 0;
}
.flowplayer.ynetTv .fp-playlist .vp-info .vp-title,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info .vp-title {
  font-size: 15px;
  font-weight: bold;
  max-height: 20px;
  white-space: nowrap;
}
.flowplayer.ynetTv .fp-playlist .vp-info a,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info a {
  background-color: #de1111;
  text-decoration: none;
  padding-right: 2px;
  font-size: 12px;
}
.flowplayer.ynetTv .fp-playlist .vp-info a img,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info a img {
  float: left;
  margin-right: 5px;
}
.flowplayer.ynetTv .fp-playlist > a,
.flowplayer.ynetTv.hasTitle .fp-playlist > a {
  display: block;
  width: 105px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  opacity: 0.7;
  float: right;
}
.flowplayer.ynetTv .fp-playlist > a:first-child,
.flowplayer.ynetTv.hasTitle .fp-playlist > a:first-child {
  margin-left: 5px;
}
.flowplayer.ynetTv .fp-playlist > a:last-child,
.flowplayer.ynetTv.hasTitle .fp-playlist > a:last-child {
  margin-left: 0px;
}
.flowplayer.ynetTv .fp-playlist > a:hover,
.flowplayer.ynetTv.hasTitle .fp-playlist > a:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
  opacity: 1;
  z-index: 1;
  border: 0;
  border-radius: 0;
  transform: scale(1);
}
.flowplayer.ynetTv .fp-playlist > a.is-active,
.flowplayer.ynetTv.hasTitle .fp-playlist > a.is-active {
  opacity: 1;
  box-shadow: 0 0 15px 0 #fff;
}
.flowplayer .fp-ad-container .fp-ui .ynetfp-ads {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 0;
  z-index: 20;
  color: white;
  margin: 0.9em 0 0 0.9em;
}
.flowplayer .fp-ad-container .fp-ui .ynetfp-ads:before {
  content: "\e10f";
}
.flowplayer .fp-ad-container .fp-ui.fp-shown .ynetfp-ads {
  display: block;
}
.flowplayer .fp-controls.is-hidden {
  display: none;
}
.flowplayer .fp-controls > * {
  margin: 0 .1em ! important;
}
.flowplayer .fp-controls .fp-bar {
  flex: inherit ! important;
  flex-grow: 1 ! important;
  min-width: 50%;
}
.flowplayer .fp-controls .fp-bar > * {
  top: 0;
}
.flowplayer .fp-share {
  display: none;
}
.flowplayer .fp-share_button {
  float: right;
  margin-right: 0px ! important;
}
.flowplayer .fp-share_button:before {
  content: "\e009";
}
.flowplayer.is-disabled .fp-header {
  opacity: 0 !important;
}
.flowplayer .fp-header {
  direction: rtl;
}
.flowplayer .fp-header .fp-icon.fp-embed {
  float: right;
  margin-right: 0;
}
.flowplayer .fp-header .share_button {
  width: 50px;
  height: 50px;
  background: #000;
}
.flowplayer .fp-header .fp-message {
  opacity: inherit;
  background-color: inherit;
  float: right;
  width: 70%;
  text-align: right;
}
.flowplayer .fp-header .fp-message a {
  text-decoration: underline !important;
}
.flowplayer .fp-header .fp-unload.fp-icon {
  float: left;
}
.flowplayer .share_window {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  z-index: 100;
}
.flowplayer .share_window.hidden {
  display: none;
}
.flowplayer .share_window .shareTitle {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  margin-top: 20%;
}
.flowplayer .share_window .shareButtons {
  display: flex;
  margin-top: 20px;
  width: auto;
  flex-direction: row;
  align-self: center;
}
.flowplayer .share_window .shareButtons button,
.flowplayer .share_window .shareButtons a {
  flex-shrink: 0;
  margin: 5px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
}
.flowplayer .share_window .shareButtons .closeShare {
  position: absolute;
  color: #fff;
  font-size: 12px;
  top: 5px;
  left: 5px;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.flowplayer .share_window .shareButtons .closeShare:before {
  content: "\e10f";
}
.flowplayer .share_window .fp-playlist {
  position: absolute;
  display: flex !important;
  bottom: -97px;
  padding-top: 27px;
  padding-bottom: 5px;
  width: 100%;
  background-color: black;
}
.flowplayer .share_window .fp-playlist > a {
  display: block;
  width: 87px;
  height: 65px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  opacity: 0.7;
}
.flowplayer .share_window .fp-playlist > a:first-child {
  margin-left: 0px;
}
.flowplayer .share_window .fp-playlist > a:hover {
  border: white 1px solid;
  transform: scale(1.3);
  opacity: 1;
  z-index: 1;
}
.flowplayer .share_window .fp-playlist > a.is-active {
  opacity: 1;
}
.flowplayer .share_window.is-overlaid a.fp-logo {
  top: 2.9em;
  left: 2.9em;
  bottom: initial;
}
.flowplayer .share_window a.fp-logo {
  top: 15px;
  left: 15px;
  bottom: initial;
}
.flowplayer .share_window .ynetfp-close-button {
  display: none;
}
.flowplayer .share_window .fp-ad-container .fp-engine > div {
  width: 100% !important;
  height: 100% !important;
}
.flowplayer .share_window .fp-ad-container .fp-engine > div iframe:first-child {
  width: 100% !important;
  height: 100% !important;
}
.flowplayer_external_mute,
.youtube_external_mute,
.videojs_external_mute,
.hola_external_mute {
  height: 30px;
  width: 30px;
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23FE0000' xml:space='preserve'%3E %3Cpath d='M14,8H6v16h8l12,8V0L14,8z M24,28.3l-8-5.3V9.1l8-5.3V28.3z'/%3E %3C/svg%3E") no-repeat center center transparent !important;
  z-index: 1;
  position: absolute;
  border: 0;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.flowplayer_external_mute.hola_external_mute,
.youtube_external_mute.hola_external_mute,
.videojs_external_mute.hola_external_mute,
.hola_external_mute.hola_external_mute {
  bottom: 25px;
}
.flowplayer_external_mute.muted,
.youtube_external_mute.muted,
.videojs_external_mute.muted,
.hola_external_mute.muted {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23FE0000' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M5.6,10.4H0v11.3h5.6l8.5,5.6V4.7L5.6,10.4z M12.7,24.6L7,20.9v-9.8l5.6-3.8V24.6z'/%3E %3Cpolygon points='32,11.6 31,10.6 26.6,15 22.1,10.6 21.1,11.6 25.6,16 21.1,20.4 22.1,21.4 26.6,17 31,21.4 32,20.4 27.6,16 '/%3E %3C/g%3E %3C/svg%3E") no-repeat center center transparent !important;
}
.MediaCarousel img,
.galleryDroppedImage img,
.mediaArea img,
.VideoLiveComponenta img,
.VideoComponenta img,
.PageVideoLiveComponenta img,
.youTubeLightBoxPlayer img,
.SiteVideoLightbox img {
  cursor: pointer;
}
.MediaCarousel .sitePagelightBoxVideoPlayer,
.galleryDroppedImage .sitePagelightBoxVideoPlayer,
.mediaArea .sitePagelightBoxVideoPlayer,
.VideoLiveComponenta .sitePagelightBoxVideoPlayer,
.VideoComponenta .sitePagelightBoxVideoPlayer,
.PageVideoLiveComponenta .sitePagelightBoxVideoPlayer,
.youTubeLightBoxPlayer .sitePagelightBoxVideoPlayer,
.SiteVideoLightbox .sitePagelightBoxVideoPlayer {
  position: relative;
  width: 100%;
  height: 100%;
}
.MediaCarousel img.poster,
.galleryDroppedImage img.poster,
.mediaArea img.poster,
.VideoLiveComponenta img.poster,
.VideoComponenta img.poster,
.PageVideoLiveComponenta img.poster,
.youTubeLightBoxPlayer img.poster,
.SiteVideoLightbox img.poster {
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
}
.MediaCarousel .iconOnPoster,
.galleryDroppedImage .iconOnPoster,
.mediaArea .iconOnPoster,
.VideoLiveComponenta .iconOnPoster,
.VideoComponenta .iconOnPoster,
.PageVideoLiveComponenta .iconOnPoster,
.youTubeLightBoxPlayer .iconOnPoster,
.SiteVideoLightbox .iconOnPoster,
.MediaCarousel .fp-play.fp-visible,
.galleryDroppedImage .fp-play.fp-visible,
.mediaArea .fp-play.fp-visible,
.VideoLiveComponenta .fp-play.fp-visible,
.VideoComponenta .fp-play.fp-visible,
.PageVideoLiveComponenta .fp-play.fp-visible,
.youTubeLightBoxPlayer .fp-play.fp-visible,
.SiteVideoLightbox .fp-play.fp-visible {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
  cursor: pointer;
}
.MediaCarousel .iconOnPoster.big,
.galleryDroppedImage .iconOnPoster.big,
.mediaArea .iconOnPoster.big,
.VideoLiveComponenta .iconOnPoster.big,
.VideoComponenta .iconOnPoster.big,
.PageVideoLiveComponenta .iconOnPoster.big,
.youTubeLightBoxPlayer .iconOnPoster.big,
.SiteVideoLightbox .iconOnPoster.big,
.MediaCarousel .fp-play.fp-visible.big,
.galleryDroppedImage .fp-play.fp-visible.big,
.mediaArea .fp-play.fp-visible.big,
.VideoLiveComponenta .fp-play.fp-visible.big,
.VideoComponenta .fp-play.fp-visible.big,
.PageVideoLiveComponenta .fp-play.fp-visible.big,
.youTubeLightBoxPlayer .fp-play.fp-visible.big,
.SiteVideoLightbox .fp-play.fp-visible.big {
  top: calc(50% - 33px);
  right: calc(50% - 33px);
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
}
.MediaCarousel .iconOnPoster.small,
.galleryDroppedImage .iconOnPoster.small,
.mediaArea .iconOnPoster.small,
.VideoLiveComponenta .iconOnPoster.small,
.VideoComponenta .iconOnPoster.small,
.PageVideoLiveComponenta .iconOnPoster.small,
.youTubeLightBoxPlayer .iconOnPoster.small,
.SiteVideoLightbox .iconOnPoster.small,
.MediaCarousel .fp-play.fp-visible.small,
.galleryDroppedImage .fp-play.fp-visible.small,
.mediaArea .fp-play.fp-visible.small,
.VideoLiveComponenta .fp-play.fp-visible.small,
.VideoComponenta .fp-play.fp-visible.small,
.PageVideoLiveComponenta .fp-play.fp-visible.small,
.youTubeLightBoxPlayer .fp-play.fp-visible.small,
.SiteVideoLightbox .fp-play.fp-visible.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.MediaCarousel .iconOnPoster .fp-play-sharp-fill,
.galleryDroppedImage .iconOnPoster .fp-play-sharp-fill,
.mediaArea .iconOnPoster .fp-play-sharp-fill,
.VideoLiveComponenta .iconOnPoster .fp-play-sharp-fill,
.VideoComponenta .iconOnPoster .fp-play-sharp-fill,
.PageVideoLiveComponenta .iconOnPoster .fp-play-sharp-fill,
.youTubeLightBoxPlayer .iconOnPoster .fp-play-sharp-fill,
.SiteVideoLightbox .iconOnPoster .fp-play-sharp-fill,
.MediaCarousel .fp-play.fp-visible .fp-play-sharp-fill,
.galleryDroppedImage .fp-play.fp-visible .fp-play-sharp-fill,
.mediaArea .fp-play.fp-visible .fp-play-sharp-fill,
.VideoLiveComponenta .fp-play.fp-visible .fp-play-sharp-fill,
.VideoComponenta .fp-play.fp-visible .fp-play-sharp-fill,
.PageVideoLiveComponenta .fp-play.fp-visible .fp-play-sharp-fill,
.youTubeLightBoxPlayer .fp-play.fp-visible .fp-play-sharp-fill,
.SiteVideoLightbox .fp-play.fp-visible .fp-play-sharp-fill {
  display: none ! important;
}
.MediaCarousel .fp-sitePagelightBoxVideoPlayer .videoIcon,
.galleryDroppedImage .fp-sitePagelightBoxVideoPlayer .videoIcon,
.mediaArea .fp-sitePagelightBoxVideoPlayer .videoIcon,
.VideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon,
.VideoComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon,
.PageVideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon,
.youTubeLightBoxPlayer .fp-sitePagelightBoxVideoPlayer .videoIcon,
.SiteVideoLightbox .fp-sitePagelightBoxVideoPlayer .videoIcon {
  vertical-align: baseline;
  display: inline-flex;
  border-radius: 50%;
  border-color: #fff ! important;
  z-index: 2;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 39px);
  right: calc(50% - 39px);
  border: 4px solid;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
}
.MediaCarousel .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.galleryDroppedImage .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.mediaArea .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.VideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.VideoComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.PageVideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.youTubeLightBoxPlayer .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.SiteVideoLightbox .fp-sitePagelightBoxVideoPlayer .videoIcon .icon {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' fill='%23fff' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M27.6,13.5L7.7,0.5C5.7-0.8,3.1,0.6,3.1,3v26c0,2.4,2.6,3.8,4.6,2.5l19.9-13C29.4,17.3,29.4,14.7,27.6,13.5z'/%3E %3C/svg%3E") no-repeat center center;
  width: 34px;
  height: 40px;
  margin-left: 5px;
}
@media only screen and (max-width: 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;
}
