/*! 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 6.25vw;
}
/**
 * 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 0.3125vw;
  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: -0.3125vw;
  /* 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 */
}
.frontCopyButton-pf {
  width: 30px;
  height: 30px;
  background: 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 %3Crect width='50' height='50' rx='25' fill='%23424242'/%3E %3Cg clip-path='url(%23clip0_163_4766)'%3E %3Cpath d='M20.1964 14.8667H35.6075C36.927 14.8667 38.0002 15.9516 38.0002 17.2854V39.5814C38.0002 40.9152 36.927 42.0001 35.6075 42.0001H20.1964C18.8769 42.0001 17.8037 40.9152 17.8037 39.5814V17.2854C17.8037 15.9516 18.8769 14.8667 20.1964 14.8667ZM19.5348 39.5814C19.5348 39.9492 19.8325 40.2502 20.1964 40.2502H35.6075C35.9714 40.2502 36.2691 39.9492 36.2691 39.5814V17.2854C36.2691 16.9176 35.9714 16.6166 35.6075 16.6166H20.1964C19.8325 16.6166 19.5348 16.9176 19.5348 17.2854V39.5814Z' fill='white'/%3E %3Cpath d='M14.3927 9H29.8038C31.1233 9 32.1965 10.0849 32.1965 11.4187V12.0689C32.1965 12.5519 31.8106 12.942 31.3328 12.942C30.855 12.942 30.469 12.5519 30.469 12.0689V11.4187C30.469 11.0472 30.1713 10.7462 29.8075 10.7462H14.3927C14.0252 10.7462 13.7275 11.0472 13.7275 11.4187V33.7147C13.7275 34.0825 14.0252 34.3835 14.3927 34.3835H15.0359C15.5137 34.3835 15.8996 34.7736 15.8996 35.2566C15.8996 35.7396 15.5137 36.1297 15.0359 36.1297H14.3927C13.0732 36.1297 12 35.0448 12 33.711V11.4187C12 10.0849 13.0732 9 14.3927 9Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_163_4766'%3E %3Crect width='26' height='33' fill='white' transform='translate(12 9)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center center / cover;
}
.copyPopup {
  position: fixed;
  bottom: 22.65625vw;
  left: 50%;
  transform: translate(-50%, 0%);
  width: max-content;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.78125vw;
  padding: 1.25vw 0.9375vw;
  color: #fff;
  z-index: 10000;
  animation: fadeIn 0.4s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.4s ease-in-out;
}
@media (prefers-color-scheme: dark) {
  .copyPopup {
    background-color: #de1a1a;
  }
}
.specialHeader .campaignArea {
  display: flex;
  text-decoration: unset;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}
.specialHeader .campaignArea span {
  font-size: 3.4375vw;
  color: #fff;
  font-weight: 400;
}
.specialHeader .campaignArea img {
  max-width: 12.5vw;
  margin-right: 3.125vw;
}
.ImageSlider {
  width: 100% ! important;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
  max-width: 153.125vw;
  max-height: 102.03125vw;
  overflow: hidden;
}
.ImageSlider > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ImageSlider .imagesSliderTitle {
  width: 100%;
  min-height: 6.25vw;
  font-size: 3.28125vw;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  line-height: 6.25vw;
  padding: 1px 1.5625vw;
  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% - 6.25vw);
  left: calc(0% - 4.6875vw);
  background-color: rgba(255, 255, 255, 0);
  width: calc(100% + 9.375vw);
  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: 9.375vw;
  height: 9.375vw;
  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: 9.375vw;
  height: 9.375vw;
  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% - 3.4375vw);
  padding: 0.5rem;
  font-size: 0.875rem;
  z-index: 6;
  max-width: 40%;
  box-sizing: border-box;
}
.ImageSlider .imgTitle.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.ImageSlider .imgTitle.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}
.ImageSlider .bottomImg {
  right: 0;
}
.ImageSlider .topImg {
  left: 0;
}
.ImageSlider #innerSliderDiv {
  height: 100%;
  position: absolute;
  left: 0;
}
.ImageSliderContainer .ImageDetails {
  color: #78787B;
  font-family: "Moses";
  font-weight: 340;
  font-size: 0.875rem !important;
  line-height: 1rem;
}
.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;
}
.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;
}
.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: 3.28125vw;
  font-weight: 340;
}
.MutamMarketingText.coverAll span {
  white-space: unset;
}
.recipeRatingWrapper {
  display: flex;
  align-items: center;
}
.recipeRatingWrapper .recipeVoters {
  width: 100%;
  font-size: 2.96875vw;
}
.recipeRatingWrapper .recipeRatingStars {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.96875vw;
  font-weight: 700;
  height: 3.75vw;
  margin: 0 0.46875vw 0.3125vw 0;
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  width: 2.96875vw;
  height: 2.96875vw;
  padding: 0 0.46875vw;
  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;
}
.ToggleSwitch {
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: none;
}
.ToggleSwitch .toggleContainer {
  height: 4.375vw;
  width: 8.90625vw;
  display: flex;
  align-items: center;
  padding: 0.46875vw;
  background-color: #D8D8D8;
  border-radius: 3.90625vw;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  box-sizing: border-box;
}
.ToggleSwitch .toggleContainer.active {
  background-color: #7A0E0E;
}
.ToggleSwitch .toggleContainer .toggleBtn {
  width: 3.4375vw;
  height: 3.4375vw;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ToggleSwitch .toggleContainer .toggleBtn.active {
  transform: translateX(-137%);
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu {
  width: 100%;
  height: 13.4375vw;
  background-color: #3E3E3E;
  position: relative;
}
.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%;
  margin: 0;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  align-items: center;
  align-content: center;
  white-space: nowrap;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item {
  position: absolute;
  width: 9.6875vw;
  height: 100%;
  background: linear-gradient(270deg, #3E3E3E 7.68%, rgba(239, 239, 239, 0) 113.98%);
  display: flex;
  justify-content: flex-start;
  margin: 0px;
  align-items: center;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item .arrow-icon {
  display: none;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item.opposite {
  transform: rotate(180deg);
  left: 0;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item.opposite .arrow-icon {
  transform: rotate(180deg);
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .chapter-item {
  font-size: 4.0625vw;
  font-weight: 340;
  color: #fff;
  margin: 0px;
  margin-inline-end: 5vw;
  margin-inline-start: 5vw;
  cursor: pointer;
  user-select: none;
  display: flex;
  width: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1.09375vw solid transparent;
  padding: 0 2.5vw;
  letter-spacing: 0.01em;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .chapter-item ~ .chapter-item {
  margin-inline-start: 0px;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .chapter-item.selected {
  font-weight: 670;
  border-bottom: 1.09375vw solid #DF3232;
  animation: stickyMenuSelectedAnimation 0.4s;
}
.layoutItem.Magazine-Article-Chapter-Menu.isSticky .article-magazine-chapter-menu-container .article-magazine-chapter-menu {
  top: 13.28125vw;
  z-index: 1001;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  animation: stickyMenuAnimation 0.2s linear;
  background-color: #3E3E3E;
  height: 12.5vw;
}
.layoutItem.Magazine-Article-Chapter-Menu.isSticky .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item {
  background: linear-gradient(270deg, #3E3E3E 7.68%, rgba(34, 34, 34, 0) 113.98%);
  margin: 0px;
}
.layoutItem.Magazine-Article-Chapter-Menu.isSticky .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .chapter-item {
  font-size: 4.0625vw;
  font-weight: 340;
  color: white !important;
  cursor: pointer;
  user-select: none;
  padding: 0 2.5vw;
  box-sizing: border-box;
}
@media (prefers-color-scheme: dark) {
  .article-magazine-chapter-menu-container .article-magazine-chapter-menu {
    background-color: #222;
  }
  .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item {
    background: linear-gradient(270deg, #222 7.68%, rgba(34, 34, 34, 0) 113.98%) !important;
  }
  .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .chapter-item {
    color: white !important;
  }
}
@keyframes stickyMenuAnimation {
  0% {
    background: transparent;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes stickyMenuSelectedAnimation {
  0% {
    background: transparent;
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.magazine_template .YnetMutamHeader.Article {
  margin: 0 !important;
  z-index: 1002;
}
.magazine_template .YnetMutamHeader.Article.notStickyHeader {
  background-color: #222222;
  box-shadow: 0px 0.625vw 1.5625vw 0px #00000040;
  justify-content: center;
}
.magazine_template .YnetMutamHeader.Article.notStickyHeader .darkModeLogo {
  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") !important;
  height: 6.25vw;
}
.magazine_template .YnetMutamHeader.Article.notStickyHeader .mobileShareBtn,
.magazine_template .YnetMutamHeader.Article.notStickyHeader .goBack {
  display: none;
}
.magazine_template {
  padding: 0 !important;
}
.magazine_template .trinity-player-iframe-wrapper {
  padding: 1.5625vw 3.90625vw;
  box-sizing: border-box;
}
.magazine_template h1,
.magazine_template h2 {
  margin: 0;
  display: flex;
}
.magazine_template .ArticleBodyComponent {
  padding: 0 3.90625vw;
}
.magazine_template .ArticleBodyComponent .chapter_title {
  display: flex;
}
.magazine_template .ArticleBodyComponent .chapter_title h3.chatper_title {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 670;
  position: absolute;
}
.article-magazine-top-story {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.article-magazine-top-story .menu-temp-placeholder {
  display: none;
  height: 13.4375vw;
  width: 100%;
}
.article-magazine-top-story .article-magazine-top-story-header {
  display: none;
}
.article-magazine-top-story .section-container {
  display: flex;
  flex-direction: column;
}
.article-magazine-top-story .section-container .right-section {
  width: 100%;
  height: 100%;
  background: #1E1E1E;
  order: 1;
  display: flex;
  justify-content: center;
}
.article-magazine-top-story .section-container .right-section .top-story-details {
  width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5vw 0;
}
.article-magazine-top-story .section-container .right-section .top-story-details .roof-container {
  width: 100%;
  display: flex;
  margin-bottom: 2.5vw;
}
.article-magazine-top-story .section-container .right-section .top-story-details .roof-container .roof-title {
  padding: 0px 0.913rem;
  background-color: #DF3232;
  text-align: center;
  font-size: 1.219rem;
  font-weight: 670;
  line-height: 1.66;
  color: #FFF;
  height: 2.094rem;
}
.article-magazine-top-story .section-container .right-section .top-story-details .main-title {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 670;
  line-height: 1.16;
  width: 100%;
  font-family: "Moses";
  margin-bottom: 6.25vw;
}
.article-magazine-top-story .section-container .right-section .top-story-details h2 {
  width: 100%;
}
.article-magazine-top-story .section-container .right-section .top-story-details .sub-title {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.44;
  width: 100%;
  margin-bottom: 6.25vw;
  font-family: "Moses";
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-detail-section {
  color: #D9D9D9;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 340;
  line-height: 1.3;
  margin-bottom: 6.25vw;
}
.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-social-section {
  width: 100%;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .commentsAndShareWrapper .articleShareButtons {
  margin: 0 !important;
  gap: 2.5vw;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .mutamCommentsBtn-pf {
  flex-shrink: 0;
  font-size: 16px;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .iconShare-pf {
  margin-left: 0;
  width: 24px;
  height: 24px;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .whBtn {
  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;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .fcBtn {
  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 .detail-row .article-social-section .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 .detail-row .article-social-section .twBtn {
  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: 90%;
  order: 0;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .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: auto;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .shareBtn {
  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;
  filter: unset;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .roof-container {
  width: unset;
  max-width: 100%;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .roof-container .roof-title {
  padding: 0 2.5vw;
  background-color: unset;
  border-bottom: 1px solid #FFF;
  font-weight: 340;
  line-height: 1.6;
}
.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 .author-row {
  color: white;
  padding: 2.1875vw 4.375vw;
  border: 1px solid #FFF;
  font-size: .8125rem;
  font-weight: 340;
  margin-bottom: 6.25vw;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .author-row a {
  text-decoration: none;
  color: inherit;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .detail-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-size: 100%;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .detail-row .mutamCommentsBtn-pf {
  height: 33px;
  margin-right: 20px;
  font-size: 16px;
}
.article-magazine-top-story .section-container .left-section {
  width: 100%;
  height: 100%;
  order: 0;
}
.article-magazine-top-story .section-container .left-section .topstory-image-container {
  position: relative;
  height: 100%;
}
.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 {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.77777778;
  display: flex;
}
.article-magazine-top-story .section-container .left-section .topstory-image-container .image-credit {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2.5vw;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 0.3125vw #000000;
  font-size: .8125rem;
  font-weight: 340;
  z-index: 1;
}
body {
  margin: 0;
}
.ynetnews .ArticleBodyComponent .text_editor_indent,
.vesty .ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-left: 7.8125vw !important;
}
.ynetnews .ArticleBodyComponent .text_editor_indent.ltr,
.vesty .ArticleBodyComponent .text_editor_indent.ltr {
  margin-left: initial !important;
  margin-right: 7.8125vw !important;
}
.ArticleBodyComponent {
  direction: rtl;
  font-size: 1.375rem;
  line-height: 1.28;
  font-weight: 300;
  letter-spacing: -0.3;
  margin-top: 3.90625vw;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  counter-reset: numbered-text-counter 0;
}
.font-moses .ArticleBodyComponent {
  font-size: 1.125rem;
  line-height: 1.59;
  letter-spacing: normal;
  font-weight: 340 ;
}
.ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-right: 7.8125vw !important;
}
.ArticleBodyComponent .text_editor_indent.ltr {
  margin-right: initial !important;
  margin-left: 7.8125vw !important;
}
.ynetnews .ArticleBodyComponent,
.vesty .ArticleBodyComponent {
  direction: ltr;
  font-weight: 400;
}
.font-moses .ynetnews .ArticleBodyComponent,
.font-moses .vesty .ArticleBodyComponent {
  font-size: 1.125rem;
  line-height: 1.69;
  letter-spacing: normal;
  font-weight: 340 ;
}
.vesty .ArticleBodyComponent {
  font-size: 1.125rem;
  line-height: 1.44;
}
.yplus .ArticleBodyComponent {
  line-height: 1.6;
  font-weight: 400;
  padding: 0 3.90625vw;
}
.font-moses .yplus .ArticleBodyComponent {
  font-size: 1.125rem;
  line-height: 1.59;
  font-weight: 340;
}
.ArticleBodyComponent .coAuthors {
  margin-bottom: 1.5625vw;
}
.ArticleBodyComponent br {
  display: none;
}
.ArticleBodyComponent a {
  -webkit-text-fill-color: initial;
  text-decoration: none;
}
.yplus .ArticleBodyComponent a {
  -webkit-text-fill-color: #337ab7;
  color: #337ab7;
}
.ArticleBodyComponent .originalLaunchDate {
  color: #8c8c8c;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.ynetnews .ArticleBodyComponent .originalLaunchDate,
.vesty .ArticleBodyComponent .originalLaunchDate,
.yplus:has(.paywall-wrapper) .ArticleBodyComponent .originalLaunchDate {
  display: none;
}
.ArticleBodyComponent .text_editor_paragraph {
  margin: 0 0 1.8rem 0;
  word-break: keep-all;
}
.magazine_template .ArticleBodyComponent .text_editor_paragraph {
  margin: 0 0 1.5rem 0;
}
.ArticleBodyComponent .text_editor_contact_us_link {
  display: none !important;
}
.ArticleBodyComponent .special_ul {
  list-style-type: none;
  color: #1417ac;
  line-height: 1.44;
  margin-bottom: 0.8125rem;
  padding-inline-start: 0px;
}
.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 0.6rem right;
  background-size: 0.813rem;
  margin: 1rem 0;
}
.font-moses .ArticleBodyComponent .special_ul li {
  font-size: 1.125rem;
}
.ynetnews .ArticleBodyComponent .special_ul li,
.vesty .ArticleBodyComponent .special_ul li {
  background-position: top 0.6rem left;
}
.ArticleBodyComponent .special_ul li > div {
  padding-right: 1.4375rem;
  display: block;
}
.ynetnews .ArticleBodyComponent .special_ul li > div,
.vesty .ArticleBodyComponent .special_ul li > div {
  padding-right: unset;
  padding-left: 1.4375rem;
}
.ArticleBodyComponent ul.public-DraftStyleDefault-ul {
  padding-inline-start: 1.5625vw;
  margin: 0 3.90625vw 4.6875vw 0;
}
.ynetnews .ArticleBodyComponent ul.public-DraftStyleDefault-ul,
.vesty .ArticleBodyComponent ul.public-DraftStyleDefault-ul {
  margin: 0 0px 4.6875vw 3.90625vw;
}
.ArticleBodyComponent ol.public-DraftStyleDefault-ol {
  padding-inline-start: 0.78125vw;
  margin: 0 3.90625vw 4.6875vw 0;
}
.ynetnews .ArticleBodyComponent ol.public-DraftStyleDefault-ol,
.vesty .ArticleBodyComponent ol.public-DraftStyleDefault-ol {
  margin: 0 0px 4.6875vw 3.90625vw;
}
.ArticleBodyComponent ol.public-DraftStyleDefault-ol li {
  padding-right: 0.78125vw;
}
.ynetnews .ArticleBodyComponent ol.public-DraftStyleDefault-ol li,
.vesty .ArticleBodyComponent ol.public-DraftStyleDefault-ol li {
  padding-left: 0.78125vw;
  padding-right: unset;
}
.font-moses .ArticleBodyComponent ol.public-DraftStyleDefault-ol {
  margin: 0 6.71875vw 4.6875vw 0;
}
.ArticleBodyComponent .text_editor_block_quote {
  font-size: 1.375rem;
  display: block;
  padding: 6.5625vw 0px;
  border-top: 0.125rem solid #de1a1a;
  border-bottom: 0.125rem solid #de1a1a;
  border-left: none;
  margin: 3.90625vw 3.90625vw 3.90625vw 6.5625vw;
  line-height: 1.36;
  font-weight: 600;
}
.font-moses .yplus .ArticleBodyComponent .text_editor_block_quote {
  font-size: 6.09375vw;
  line-height: 1.51;
  padding: 6.5625vw 0;
}
.font-moses .ArticleBodyComponent .text_editor_block_quote {
  font-size: 1.125rem;
  line-height: 1.65;
  letter-spacing: normal;
  font-weight: 670;
  padding: 1.563rem 0;
  margin: 1.875vw 0 6.25vw 0;
}
.vesty .ArticleBodyComponent .text_editor_block_quote {
  font-size: 1.125rem;
  line-height: 1.44;
}
.ynetnews .ArticleBodyComponent .text_editor_block_quote,
.vesty .ArticleBodyComponent .text_editor_block_quote {
  border-right: none;
}
.magazine_template .ArticleBodyComponent .text_editor_block_quote {
  border-top: unset;
  border-bottom: unset;
  font-size: 1.375rem;
  line-height: 1.33;
  font-weight: 670;
  margin: unset;
  padding: unset;
  margin-bottom: 1.5rem;
}
.magazine_template .ArticleBodyComponent .text_editor_block_quote::before {
  content: '';
  display: block;
  width: 18.28125vw;
  height: 1.25vw;
  margin-bottom: 1rem;
  background-color: #de1a1a;
}
.magazine_art .ArticleBodyComponent .text_editor_block_quote {
  border-top: 0.313rem solid #00B4D8;
  border-bottom: 0.3135rem solid #00B4D8;
  padding: 0.625rem 0px;
  font-size: 1.3rem;
  line-height: 1.33;
  margin: 0 2rem 1.8rem;
}
.ArticleBodyComponent #articleComments iframe {
  width: 100% !important;
}
.ArticleBodyComponent figure {
  margin: 0 0 4.6875vw 0;
}
.ArticleBodyComponent .colored_underline_header {
  color: #000;
  text-align: right;
  font-family: "Moses";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1.3;
  text-decoration-color: #00B4D8 ! important;
  text-decoration: underline;
  text-decoration-thickness: 0.1875rem;
  text-underline-offset: 0.375rem;
  margin-bottom: 0.5rem;
  margin-top: 0.3125rem;
  box-sizing: border-box;
}
.ArticleBodyComponent .one_quote_teaser,
.ArticleBodyComponent .two_quotes_teaser {
  color: #000;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1.33;
  position: relative;
  padding: 2.1875rem 1.875rem 2.1875rem;
}
.ArticleBodyComponent .one_quote_teaser::before,
.ArticleBodyComponent .two_quotes_teaser::before {
  position: absolute;
  content: "";
  width: 1.75rem;
  height: 1.5625rem;
  aspect-ratio: 1.125;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='32' viewBox='0 0 36 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.92573 16.1424L16.4244 16.2374L10.8859 32H1.0504L7.92573 16.1424ZM0 0H16.4244V16.2374H0V0ZM27.5013 16.1424L36 16.2374L30.4615 32H20.626L27.5013 16.1424ZM19.5756 0H36V16.2374H19.5756V0Z' fill='%2300B4D8'/%3E %3C/svg%3E");
  top: 0;
  right: 0;
}
.ArticleBodyComponent .two_quotes_teaser {
  margin-bottom: 0.5rem;
}
.ArticleBodyComponent .two_quotes_teaser::after {
  position: absolute;
  content: "";
  width: 1.75rem;
  height: 1.5625rem;
  aspect-ratio: 1.125;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='32' viewBox='0 0 36 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.92573 16.1424L16.4244 16.2374L10.8859 32H1.0504L7.92573 16.1424ZM0 0H16.4244V16.2374H0V0ZM27.5013 16.1424L36 16.2374L30.4615 32H20.626L27.5013 16.1424ZM19.5756 0H36V16.2374H19.5756V0Z' fill='%2300B4D8'/%3E %3C/svg%3E");
  bottom: 0;
  left: 0;
}
.ArticleBodyComponent .text_side_line {
  color: #000;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1.75rem;
  padding: 2.34375vw 8.28125vw 2.34375vw 6.25vw;
  position: relative;
  margin: 3.90625vw 0;
  box-sizing: border-box;
}
.ArticleBodyComponent .text_side_line:after {
  width: 1.25vw;
  height: calc(100% - 4.6875vw);
  position: absolute;
  top: 2.34375vw;
  background-color: #00B4D8;
  border-radius: 1px;
  right: 3.125vw;
  content: "";
}
.ArticleBodyComponent .highlight_header {
  padding: 1.25rem  1.875rem;
}
.ArticleBodyComponent .highlight_header > div > span {
  color: #000;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1.33;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='334' height='37' viewBox='0 0 334 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M26.9375 36.7588C27.1407 36.7056 27.971 36.7699 28.3269 36.7344C27.945 37.2095 26.2049 36.9516 26.9375 36.7588ZM62.1842 2.08192C61.8888 2.2058 61.5933 2.32973 61.2976 2.4537C62.1527 2.49477 63.2933 2.36952 64.0857 2.44753C64.2153 2.46075 63.8928 2.7993 64.1984 2.80265C64.5041 2.80592 64.429 2.36221 64.8709 2.29831C65.3673 2.22776 67.6534 2.45646 68.4385 2.42141C71.3676 2.28774 74.3449 1.9319 77.3083 2.02127C74.2658 2.45087 77.3546 2.68575 78.2027 2.51565C78.3899 2.47677 78.3371 1.64736 81.3939 1.76083C83.3373 1.83363 81.5731 3.07336 84.8013 2.38158C82.2716 1.62799 84.7373 1.61099 86.6994 1.52608C87.0383 1.51101 89.7693 1.55699 90.9682 1.48725C91.3788 1.46303 91.9926 1.01145 92.5365 0.9852C92.9109 0.967463 93.2006 1.19719 93.7557 1.17015C96.3338 1.04726 98.9291 0.962385 101.529 0.97967C100.034 2.13279 102.735 1.42635 102.857 1.4771C103.484 1.7652 100.683 1.91891 101.796 2.08172C103.345 2.00968 104.891 1.93896 106.432 1.86955C105.158 1.76119 108.099 0.891542 108.658 1.24515C108.402 0.261999 115.757 1.955 116.849 1.6073C117.082 1.53353 115.547 1.07389 119.077 1.23167C119.461 1.24948 119.321 1.54972 119.522 1.51834C119.641 1.49949 120.353 0.540452 121.136 1.04961C121.421 1.23577 119.628 1.88721 123.588 1.57022C122.003 0.632485 129.047 0.960244 130.368 1.18518C130.105 1.05956 129.842 0.933977 129.579 0.808435C130.877 1.13864 131.104 0.808274 131.396 0.822016C132.569 0.877281 134.18 1.18597 135.266 1.14231C136.537 1.09188 136.535 0.492962 138.016 0.708576C137.664 0.580521 137.311 0.452533 136.959 0.324614C137.981 0.344213 139.002 0.364401 140.022 0.385136C137.67 1.20384 140.529 0.417234 140.728 0.398304C141.033 0.366232 140.599 0.695348 141.108 0.649576C141.16 0.642392 141.081 0.337523 141.866 0.295145C143.504 0.207949 143.248 0.594974 143.935 0.584003C143.998 0.581469 143.776 0.308073 144.961 0.232042C148.722 -0.0084095 144.945 0.442869 144.8 0.482556C144.61 0.534722 145.914 1.67232 142.707 1.29531C143.785 1.41458 143.897 1.92282 144.018 1.93428C144.126 1.9435 145.985 1.8549 146.087 1.83663C146.999 1.65586 146.192 1.31489 146.37 1.25101C146.516 1.19928 148.754 1.63434 149.268 0.584197C150.343 1.54154 148.663 1.46506 146.869 1.62862C146.61 1.82876 148.58 2.00523 148.683 2.00407C151.218 1.98312 149.808 1.19987 150.359 0.688221C150.644 0.420574 151.693 0.955 150.726 0.249792C153.048 0.158722 151.642 0.580954 151.792 0.640935C152.02 0.729088 152.831 0.519831 152.932 0.546403C153.082 0.585708 152.565 0.835426 153.153 0.918584C153.251 0.9306 154.196 0.500649 152.973 0.305412C154.605 0.355709 154.468 -0.00486755 155.025 0.720867C156.139 -0.664165 155.843 1.53161 156.284 1.6066C157.457 1.80445 157.112 0.723557 157.174 0.670432C157.6 0.329605 160.836 0.688446 161.637 0.530451C161.321 1.31102 159.075 0.547853 158.57 0.701525C156.895 1.21182 160.935 1.08186 159.721 2.06659C160.23 1.79555 160.739 1.52465 161.247 1.25389C162.188 1.88103 160.855 2.15928 163.391 1.92219C163.805 1.37726 161.597 2.01295 162.039 1.58347C162.3 1.33121 163.772 1.2734 163.8 1.1409C163.829 0.981235 162.499 1.17372 162.708 0.927843C163.167 0.396269 168.009 0.89155 164.324 1.18746C165.353 1.17625 165.884 2.22857 166.773 1.89925C167.347 1.68582 164.112 0.2341 168.963 0.496552C169.067 0.993652 167.025 0.6448 166.971 0.682896C166.897 0.738071 167.268 1.85987 167.332 1.91521C167.566 2.09631 172.485 1.49456 173.555 2.06095C173.141 1.41123 177.312 1.95146 177.762 1.75593C177.883 1.7017 177.433 1.30317 177.562 1.26147C178.368 1.01313 180.537 1.72959 181.541 1.75236C182.665 1.77793 182.525 1.43433 182.588 1.43523C183.088 1.45666 182.687 1.68744 182.993 1.68821C183.456 1.68876 186.621 1.75362 186.778 1.70649C186.824 1.69164 186.311 1.29653 187 1.22637C187.119 1.21436 187.043 1.67802 189.079 1.49109C191.529 1.26687 187.382 0.901402 188.402 0.421845C189.972 1.12548 189.925 0.438758 190.351 0.49574C190.499 0.516468 191.592 1.10841 192.781 1.08138C191.927 1.16907 191.072 1.25715 190.215 1.34562C191.059 1.45407 192.68 1.34031 193.384 1.46209C193.725 1.52132 193.44 1.99846 194.18 1.99198C194.337 1.9881 194.972 0.824768 193.027 1.33247C192.875 0.913923 193.796 1.19342 194.225 1.07923C194.29 1.06142 194.552 0.366613 195.094 0.804796C195.223 0.912884 193.781 2.93174 197.469 1.49587C197.588 1.44963 197.179 1.19087 197.295 1.13924C197.375 1.10425 198.31 1.21678 198.414 1.18177C198.52 1.14411 198.071 0.861433 198.197 0.808037C198.846 0.532848 199.681 1.64439 198.352 1.54639C198.795 1.68728 199.238 1.82827 199.681 1.96937C199.215 1.13325 200.381 1.7431 200.995 1.72456C204.925 1.60702 202.301 1.03579 202.98 0.764098C204.083 0.328604 203.228 1.74006 204.861 1.33337C205.011 1.29561 203.056 0.665731 206.887 1.05707C206.321 1.07291 205.755 1.08893 205.188 1.10512C205.504 1.9129 207.232 1.07706 207.364 1.06773C208.868 0.97837 207.849 1.25342 210.082 0.871966C210.282 0.837742 210.711 1.04252 211.137 0.950022C212.903 0.569036 208.818 0.667748 208.709 0.341467C208.661 0.180498 213.05 0.286665 213.2 0.365667C213.833 0.711241 211.209 0.482257 211.703 0.906774C211.865 1.05551 218.187 0.856037 219.432 1.04312C220.879 1.25838 221.509 2.36066 221.542 1.13654C221.927 2.34604 222.303 1.53312 222.488 1.545C224.734 1.70044 224.746 1.71302 226.678 1.63816C227.104 1.62212 227.456 1.9944 227.608 1.93606C227.696 1.90075 227.541 1.50705 227.973 1.39589C228.575 1.24342 232.138 1.72504 232.395 1.94741C232.655 2.16914 230.888 2.00629 231.197 2.36822C232.474 2.43318 233.718 2.37462 235.018 2.4435C235.557 2.4732 235.274 2.71465 235.507 2.72527C235.607 2.73059 237.473 2.55825 237.396 2.46486C237.222 2.24592 231.453 2.25115 232.981 1.85315C233.277 1.77604 234.299 2.37261 234.151 1.67324C239.293 1.95391 244.406 2.24894 249.53 2.5594C246.586 2.99207 243.234 2.43247 240.177 2.40132C239.756 2.39618 238.33 2.29239 238.494 2.64839C241.106 2.80594 244.379 2.71176 246.897 3.01377C246.977 3.02367 246.672 3.33092 246.973 3.38966C247.535 3.49916 249.385 3.04389 249.689 3.18494C249.741 3.21715 248.685 3.60246 248.995 3.87642C249.789 4.57948 250.04 3.08206 250.739 3.121C251.268 3.15079 254.916 3.99203 255.837 3.56269C256.821 3.10402 253.151 3.19245 253.433 2.80114C255.93 2.47661 258.419 2.98825 260.746 3.01751C260.787 3.01763 260.442 2.69184 260.962 2.66567C261.864 2.62011 262.097 3.07368 262.536 3.16021C263.013 3.25249 264.704 3.24847 264.923 3.41885C264.951 3.44115 264.594 3.8702 264.541 3.88077C263.8 4.03649 263.558 3.45464 263.492 3.44491C263.241 3.41434 262.986 3.62504 262.756 3.60396C262.379 3.56897 262.178 3.35876 261.678 3.32358C261.334 3.29861 261.652 3.69976 261.324 3.67062C261.204 3.65828 259.931 2.72393 259.778 3.62837C259.709 3.90774 270.432 4.65898 271.493 4.47611C270.57 4.3314 269.672 4.1881 268.759 4.04473C270.598 4.37919 272.879 3.74076 272.995 4.8207C279.905 5.17733 286.785 5.56036 293.708 5.9732C294.936 6.12272 294.23 6.78021 296.262 6.67603C295.75 6.43127 295.238 6.18663 294.724 5.94212C295.753 6.14415 300.34 6.66918 301.1 6.56546C301.197 6.55167 301.363 5.93402 302.518 5.9383C303.542 5.94245 303.682 6.4185 304.222 6.53583C304.676 6.63307 305.195 6.53691 305.33 6.5697C305.433 6.59573 305.459 6.88378 305.707 6.94654C306.488 7.14151 305.89 6.30329 306.625 7.26842C306.433 7.29375 306.241 7.31909 306.048 7.34446C306.99 7.52731 308.281 8.01584 306.859 8.14918C306.616 8.17239 306.837 7.90652 306.658 7.89766C299.602 7.58749 305.206 8.41167 307.704 8.11228C308.325 8.55512 311.912 8.49565 312.024 8.58329C312.182 8.70918 311.555 9.00373 312.339 9.32982C312.507 9.39796 317.266 9.43059 315.527 9.8808C315.17 9.97341 312.898 9.73034 312.346 9.71677C313.595 10.6552 316.686 9.57829 317.037 9.63029C318.414 9.84317 314.334 10.2342 317.448 10.5097C319.838 10.7223 317.623 10.0154 318.558 9.81988C319.085 9.70995 321.749 10.5038 321.723 9.67252C322.653 9.63778 322.086 10.0445 322.199 10.0826C322.31 10.1167 324.138 9.97485 324.72 10.1844C324.791 10.2103 324.539 10.6269 324.611 10.6665C324.753 10.7351 326.525 10.754 326.597 10.7219C326.644 10.6993 326.246 10.2978 326.424 10.2168C326.632 10.1234 328.323 10.3139 328.422 10.212C328.564 10.0571 326.464 10.0386 326.838 9.63864C327.798 9.80229 329.385 9.61644 330.04 9.31641C329.879 9.40377 328.944 9.36094 328.622 9.30721C328.813 8.6998 330.816 8.83028 330.101 9.27647C330.552 9.04099 330.264 8.88384 330.524 8.65152C330.592 8.59279 331.211 8.61777 331.336 8.51836C331.353 8.49804 330.73 8.22633 330.865 8.10896C331.111 7.89673 332.978 8.06314 333.127 8.13213C333.547 8.32703 332.011 8.43603 331.867 8.68829C331.847 8.72706 333.111 9.31684 333.128 9.36312C333.174 9.85057 331.754 9.41333 331.891 9.85832C332.242 9.97217 332.593 10.0861 332.944 10.2C331.544 10.5546 329.005 10.1726 328.315 10.6338C330.374 10.6084 332.506 10.7583 332.431 11.8857C332.4 12.3605 331.504 12.5846 331.53 12.7074C331.634 13.1475 332.882 12.7536 332.925 12.7793C332.961 12.8079 332.976 12.8346 332.975 12.8595C332.975 12.8596 332.975 12.8596 332.975 12.8596C332.959 13.1124 331.209 13.187 331.115 13.2973C330.956 13.4935 331.678 14.3857 331.665 14.5725C331.636 14.6083 330.385 14.732 330.783 15.0837C331.186 15.4389 332.268 15.5132 332.304 15.5498C332.499 15.7595 330.593 15.8221 330.529 15.9351C330.495 15.9921 331.491 16.4161 331.514 16.5218C331.533 16.6276 330.746 16.8074 330.421 17.1178C330.178 17.3483 330.829 17.5764 330.71 17.6075C330.626 17.6277 328.833 17.514 328.741 17.5518C328.606 17.6073 329.009 17.925 328.943 17.9944C328.85 18.0942 328.276 17.9535 328.345 18.0662C328.398 18.1501 330.581 19.2942 330.549 19.5625C330.496 20.0197 328.186 18.8187 330.284 20.7646C330.299 20.7775 330.844 20.6818 330.858 20.6939C331.169 21.0474 329.417 21.4539 331.526 21.494C327.576 21.8319 330.997 22.1537 330.37 22.8907C330.129 23.1738 328.602 23.2035 328.592 23.2477C328.717 23.6335 329.219 23.3708 329.372 23.5655C329.457 23.6742 328.073 23.9898 328.363 24.2671C328.513 24.4099 329.958 24.4505 330.016 24.4803C330.571 24.7605 329.856 24.9817 329.97 25.1636C330.046 25.2855 330.914 25.3482 330.935 25.3706C330.969 25.4166 329.761 25.8159 329.505 25.9668C329.31 26.0829 329.999 26.3258 329.866 26.3735C329.06 26.658 327.438 25.7078 328.978 26.9949C329.072 27.0738 329.683 27.0816 329.7 27.0973C330.056 27.4574 328.933 27.4179 328.715 27.6816C328.341 28.1361 329.97 27.9694 328.609 28.222C329.596 28.5942 330.156 28.6156 331.335 28.6015C328.069 28.6428 326.842 29.8042 330.457 29.9944C329.31 29.9045 329.395 30.6072 329.051 30.5984C328.838 30.592 327.211 29.8 327.882 31.3963C327.966 31.5956 328.994 31.4114 328.653 31.7883C326.227 31.5394 328.586 32.0372 328.585 32.0898C328.509 32.9999 322.573 31.8939 321.567 31.9416C320.378 31.9935 319.284 32.6527 319.027 32.6388C318.179 32.5906 318.903 32.2656 318.721 32.1204C318.538 31.9761 316.082 32.5392 315.963 32.4942C315.503 32.3135 316.003 31.9073 315.955 31.8827C315.38 31.5838 312.141 31.7448 311.239 31.5955C311.253 31.8778 313.067 31.9992 311.909 32.3885C310.56 32.8426 310.55 31.6005 310.519 31.5441C304.433 31.2275 298.369 30.9337 292.325 30.6624C292.372 31.3243 296.351 31.0158 296.434 31.1075C296.942 31.6452 290.258 31.3185 289.435 31.0501C290.055 31.2211 290.675 31.3923 291.293 31.5637C290.194 32.2717 287.861 31.1786 286.32 31.4455C285.819 31.5319 286.758 31.8667 286.737 31.8858C286.167 32.1552 285.282 31.8889 285.969 31.5234C284.59 31.8417 284.807 31.4329 283.761 31.3558C283.707 31.3521 284.144 31.6774 283.309 31.7682C282.918 31.8103 280.841 31.7225 280.551 31.9784C280.432 32.0861 281.436 33.3167 281.609 32.3017C283.845 32.896 282.351 31.8675 283.226 31.9287C283.36 31.94 283.028 32.4957 285.241 32.3242C284.778 33.3327 282.274 32.4543 281.831 32.5604C280.922 32.7775 284.601 33.4673 285.31 32.697C284.959 33.4847 285.568 32.8165 286.387 32.8861C287.284 32.9619 286.882 33.1831 287.368 33.2062C288.695 33.2721 288.175 32.6815 289.255 33.2419C288.25 31.6135 291.157 33.12 291.998 33.5743C290.592 33.5889 289.179 33.6043 287.769 33.6211C287.846 33.7076 287.921 33.7941 287.998 33.8807C287.63 33.8523 287.264 33.824 286.897 33.7958C286.959 33.719 287.022 33.6422 287.084 33.5653C285.166 33.9972 284.726 33.3966 284.571 33.3833C282.581 33.2284 280.254 33.1342 278.236 33.0489C277.934 33.0363 278.123 33.5612 275.935 33.0669C275.236 32.9096 275.917 32.5342 275.116 32.5625C274.074 33.6153 274.127 32.7445 273.83 32.7313C272.976 32.6976 272.442 32.948 272.363 32.9478C271.307 32.9487 269.749 32.8437 268.602 32.841C268.581 32.8443 269.167 33.2026 268.423 33.0751C268.162 33.0297 265.855 31.5081 263.761 31.9015C264.298 32.0175 264.833 32.1337 265.368 32.2501C264.743 32.0909 260.276 32.2958 261.351 32.7178C262.012 32.9755 263.673 32.1091 263.819 33.0042C262.333 32.6812 254.195 32.8072 253.553 32.5833C253.466 32.551 254.017 32.2799 253.897 32.2391C253.804 32.2079 251.926 32.2172 251.68 32.0989C251.533 32.0285 252.369 31.8776 252.305 31.7716C252.244 31.6953 249.916 31.5002 249.775 31.8579C250.349 31.7299 251.952 31.9062 251.099 32.1848C250.99 32.2193 250.437 31.969 250.304 32.0131C249.068 32.4185 252.727 32.424 253.3 32.4465C250.961 32.8331 247.464 32.1844 244.778 32.4093C243.708 32.0779 246.39 31.9945 245.177 31.7106C242.659 31.1225 244.492 32.1075 244.412 32.1436C243.776 32.4292 241.671 30.7436 241.637 31.9818C240.731 31.7709 241.031 31.6226 239.739 31.7505C239.906 31.8407 240.073 31.931 240.24 32.0212C238.794 32.7 235.802 30.8141 236.032 30.682C236.655 30.3277 238.222 30.9442 238.357 30.9339C238.556 30.9187 239.144 29.6759 241.292 30.8577C242.209 30.0386 237.851 30.1974 239.846 29.6753C238.512 29.7328 232.993 29.0096 232.179 29.3621C232.083 29.4082 232.503 30.258 231.156 29.7992C230.516 29.5809 232.071 29.6069 231.78 29.4089C230.903 28.7939 218.471 28.9127 216.118 28.9115C215.965 28.9098 216.026 28.6501 215.875 28.6499C215.413 28.6492 213.717 29.0096 212.888 28.8765C214.598 29.3865 211.267 29.3705 210.43 29.3053C209.151 29.2053 209.236 28.748 208.684 28.6424C206.559 28.2353 203.201 29.2814 201.566 28.2445C201.645 29.2557 198.709 27.7164 197.357 27.6943C196.3 27.6763 194.757 28.3307 196.182 28.7515C194.358 28.6873 192.418 28.8592 190.723 28.9078C190.441 28.9159 190.831 28.6201 190.35 28.6435C190.307 28.6477 190.244 28.9401 189.831 28.9675C186.416 29.1989 188.08 28.5885 187.443 28.4012C187.085 28.2965 186.821 28.244 186.627 28.226C188.623 28.1807 190.915 28.0831 191.527 28.0797C191.012 27.4283 187.12 28.1716 185.976 27.9917C185.937 27.9852 186.077 27.6296 186.037 27.6268C186.036 27.6268 186.035 27.6268 186.034 27.6268C185.607 27.5966 182.873 27.7142 183.434 28.1421C183.584 28.2563 184.843 28.2622 186.331 28.2325C185.928 28.3098 186.226 28.7109 186.155 28.7275C185.293 28.9195 183.179 28.5189 182.426 28.4631C182.255 28.4508 182.267 28.7067 182.239 28.7072C181.563 28.6461 181.843 27.9169 181.146 28.6673C179.922 27.7519 183.446 28.5419 183.206 27.95C183.005 27.4911 175.17 27.7101 175.181 28.4298C175.154 28.3531 175.046 28.2577 174.823 28.149C174.333 27.9073 172.128 27.9802 171.754 28.1124C171.691 28.1383 171.716 28.8343 171.637 28.8407C171.442 28.8563 168.778 28.3105 167.779 28.7232C168.318 28.8202 168.856 28.9174 169.394 29.0148C166.143 29.0227 166.643 29.2304 167.729 29.4371C167.783 29.4389 167.836 29.4653 167.888 29.4681C168.728 29.6212 169.803 29.7691 169.819 29.8241C169.885 30.0322 164.361 30.1554 165.422 29.5087C165.571 29.4199 168.128 29.7042 166.861 29.245C166.64 29.1645 164.996 29.2987 164.909 29.2482C164.331 28.9113 167.92 28.4573 167.48 27.9784C166.611 28.4361 165.492 28.1972 164.491 28.3172C164.036 28.3715 163.925 28.7207 163.868 28.7274C163.028 28.8206 163.499 28.4536 163.218 28.4634C163.068 28.4699 161.411 29.2535 161.721 28.1792C156.313 28.9889 160.205 28.9713 163.564 28.9025C162.503 29.2958 160.438 29.1135 159.517 29.208C159.186 29.2423 159.384 29.5996 158.824 29.6736C157.677 29.8243 152.14 29.4437 150.694 29.3585C151.576 29.2258 151.312 28.8374 150.634 28.8692C149.956 28.9012 150.529 29.4179 150.397 29.4748C150.257 29.5334 147.067 29.3125 146.534 29.3851C148.937 29.1763 148.392 28.7916 146.35 28.7683C146.644 28.6536 146.938 28.5391 147.233 28.4245C146.038 28.5917 143.509 28.0218 142.814 28.2057C142.706 28.2351 143.101 28.5584 143.04 28.5749C142.432 28.7197 140.35 28.408 140.254 28.5208C140.173 28.6146 141.063 28.8793 140.735 29.0179C140.665 29.0471 139.812 28.614 138.98 28.7322C138.671 28.7757 138.861 29.0829 138.783 29.1018C138.135 29.2581 138.513 28.7325 137.326 28.8303C136.455 28.9027 135.812 29.4199 134.603 29.2668C138.57 29.8664 135.241 29.636 133.584 29.855C133.318 29.89 133.555 30.4482 131.96 30.1967C135.331 29.1352 130.989 29.6726 130.094 29.6752C130.045 29.6725 130.023 29.3023 129.585 29.3028C129.549 29.3037 129.602 29.5532 129.201 29.5783C125.385 29.8171 127.822 29.4974 127.093 29.2617C126.782 29.1612 124.925 29.5449 124.423 29.5619C124.307 29.5647 124.356 29.3037 123.909 29.3214C123.118 29.3532 122.413 29.6423 121.89 29.6734C121.829 29.6757 121.82 29.2653 120.829 29.416C120.55 29.4582 120.239 29.6095 120.638 29.7203C121.961 30.0846 124.438 29.3708 125.922 29.7347C127.277 30.0655 123.024 30.1678 122.8 30.1745C122.718 30.1772 123.548 29.9592 122.701 29.9333C121.978 29.9121 120.668 30.644 119.584 30.5094C119.502 30.4994 118.626 29.9145 118.666 29.8787C118.701 29.8524 120.026 29.6977 119.83 29.5273C119.807 29.5079 118.964 29.5273 118.851 29.4C118.713 29.2448 118.321 27.705 118.143 27.6696C117.684 27.5824 117.988 27.9295 117.692 27.9105C117.057 27.8705 114.841 27.4563 114.78 27.994C115.145 28.0185 115.51 28.0432 115.875 28.0679C113.848 28.1629 114.717 28.3742 114.431 28.4804C114.124 28.5954 114.202 28.1224 113.516 28.092C113.367 28.0849 110.497 28.2433 110.553 28.4402C112.136 28.0918 111.559 28.6867 111.632 28.6955C111.911 28.7276 112.26 28.3936 112.633 28.3924C115.256 28.3899 112.623 28.9594 113.244 29.0794C113.458 29.1196 113.877 28.8322 113.967 28.8447C114.262 28.8849 114.274 29.25 114.469 29.2165C114.924 29.1389 114.381 28.6328 114.416 28.6052C114.818 28.2736 116.423 28.6447 115.44 29.2263C116.041 29.4172 116.097 28.7326 116.575 28.9966C117.525 29.5195 116.115 29.4075 115.735 29.5049C114.371 29.8558 113.96 29.6015 112.017 29.7316C111.317 29.7778 110.492 30.1275 110.167 30.1527C109.963 30.1684 107.997 29.0563 107.979 30.8649C107.215 30.7069 106.026 29.5425 105.254 29.6149C104.563 29.6807 104.798 30.3149 104.734 30.3411C104.636 30.3823 103.797 30.3516 103.515 30.4488C103.185 30.5634 103.357 30.8035 102.832 30.9156C101.525 31.1941 101.543 30.541 101.407 30.5018C99.8252 30.0504 100.535 30.9616 100.189 31.0447C99.8707 31.1203 95.2943 30.8808 94.3632 31.142C94.7468 31.0009 95.1303 30.8598 95.5135 30.7188C94.8106 30.3302 94.0936 31.0139 94.061 30.2844C93.9524 31.4665 92.4993 30.718 92.069 30.7605C91.8996 30.7777 91.9186 30.9781 91.7063 30.9927C90.8777 31.0508 88.9975 30.9445 88.5482 31.0595C86.6081 31.5542 91.6219 32.1395 92.0113 32.1738C91.2294 32.1816 86.7857 32.574 88.8481 33.0813C89.1668 33.1596 89.7116 32.6163 89.8885 32.5906C91.0851 32.4207 90.1544 32.9201 90.2498 32.9623C90.4119 33.0303 91.1886 32.5512 91.3983 32.5999C91.4682 32.6154 91.0333 33.0556 92.1761 33.0329C91.6273 33.4627 88.3998 33.2164 87.978 33.3266C87.8277 33.366 88.8009 34.2239 86.0118 33.4448C86.0464 33.5261 86.0809 33.6075 86.1154 33.6888C84.5666 33.7689 83.0602 33.8488 81.5289 33.9307C81.6891 33.7359 82.5353 33.3284 81.457 33.443C80.836 33.5093 81.3099 33.917 81.2535 33.931C80.7092 34.0606 70.7652 34.2496 68.8675 34.3689C68.2162 34.4072 66.4071 34.8123 66.268 34.8238C65.4395 34.8876 62.4808 34.7766 61.8916 34.8473C61.5248 34.892 61.8868 35.2317 61.5604 35.2275C61.2576 35.2231 61.5577 34.8701 61.4674 34.8593C60.723 34.7625 55.0723 35.4316 53.7026 35.1665C54.5352 35.2286 58.6192 34.3847 58.5257 34.148C58.5067 34.1157 57.4985 33.8953 57.2972 34.03C56.9452 33.7481 55.8113 34.6935 55.1671 34.5425C55.0941 34.5254 55.3582 34.0096 54.2165 33.9639C53.8231 33.9484 52.8122 34.3831 51.7581 33.9852C50.2467 34.2568 42.4156 33.9387 41.8846 34.5075C41.87 34.5367 42.9856 34.6743 42.2473 34.9297C41.2654 35.2693 42.1152 34.2342 40.9508 34.2C40.7786 34.1942 37.5383 34.4418 37.4468 34.5082C36.4986 35.1113 39.3212 35.2092 39.2884 35.2761C39.194 35.444 36.8609 35.6496 36.768 35.6155C36.6761 35.5795 38.5391 34.7521 36.2723 35.1377C36.5377 35.214 36.8029 35.2905 37.0681 35.3669C36.0041 35.5885 35.8777 35.0813 35.6162 35.0621C34.803 35.0006 33.9647 35.8191 32.6202 34.92C32.2646 34.6813 32.8216 34.3712 32.7767 34.335C32.3477 34.0114 31.8647 34.9543 31.2105 34.2994C31.161 34.2506 32.5891 33.771 30.0591 33.8913C30.2365 33.9485 30.4138 34.0058 30.5911 34.0631C30.2422 34.2264 27.6809 34.438 27.3327 34.4206C26.3175 34.369 27.1756 33.8544 26.1623 33.9608C26.8377 34.5745 23.7824 34.8107 23.9306 34.2463C23.539 34.9656 20.9092 34.5586 19.6801 34.6055C18.9057 34.6352 17.3396 35.0221 17.0909 34.9995C16.7881 34.9715 16.8546 34.4905 16.3062 34.413C16.1517 34.3907 14.5452 34.8252 13.1079 34.4078C12.8304 34.3274 12.2142 33.5505 12.7103 33.3214C13.5514 32.9298 15.2554 33.4921 15.2062 33.0162C15.1545 32.5067 12.9362 32.929 12.344 32.8942C9.5774 32.7343 11.1357 32.106 11.0564 31.9453C10.8516 31.5558 9.34672 31.6501 9.28164 31.6177C9.01243 31.4725 10.0627 31.0983 10.0654 30.8538C10.0679 30.5354 8.58395 30.0422 8.90831 29.9172C9.37329 29.7394 10.7333 30.1442 10.8163 30.1169C11.8998 29.7496 10.3524 29.0981 9.9163 28.7607C9.78412 28.6568 10.2769 28.4474 10.1705 28.4206C8.5466 28.0145 9.89017 29.4689 8.82201 29.4252C7.86846 29.3865 9.06261 28.838 9.02487 28.8135C8.9766 28.7868 7.84065 28.8227 7.65334 28.6622C7.56178 28.5813 10.4583 27.4834 10.3119 27.0704C9.37733 27.2139 8.44159 27.3578 7.50465 27.5023C7.4008 26.9586 8.77735 27.2874 8.91396 27.2234C9.18957 27.0946 8.3886 26.8604 8.41277 26.6855C8.42485 26.5743 9.32592 26.1308 8.48355 26.0144C8.19387 25.9742 7.61394 26.3911 6.54685 26.0566C10.1548 25.3553 7.61885 25.1862 7.50098 24.998C7.38526 24.8098 9.09621 24.2577 6.99325 24.4544C6.84296 23.3936 7.02023 24.115 7.60877 23.8947C8.32928 23.6242 6.61624 23.3658 9.30949 23.4857C9.13061 22.9947 6.9779 23.1482 6.86097 23.1149C6.76038 23.0843 7.22626 22.8124 7.05073 22.7386C4.97437 21.8863 6.38827 22.2497 5.76795 21.6665C5.71309 21.6142 3.78468 21.4928 5.23803 21.3218C7.88477 21.0111 9.02678 21.6589 9.38967 20.1227C7.39686 19.5722 5.06963 20.6805 4.47266 20.7306C3.55883 20.8056 4.48963 20.4442 4.37202 20.3641C4.33137 20.3384 3.54383 20.4081 3.53179 20.3842C2.90539 19.2624 7.04195 20.1687 8.30582 19.8992C7.95391 19.7452 7.60178 19.5913 7.24943 19.4375C7.7142 19.405 8.17865 19.3726 8.6428 19.3404C6.40963 19.1145 8.55788 19.213 9.05848 18.2494C9.17098 18.0329 7.7366 18.4719 9.36335 17.7985C8.13279 17.7305 8.51262 17.5184 7.41807 17.8424C7.4266 17.4664 9.89768 16.9079 10.868 16.6633C7.37451 16.4308 9.43047 17.6956 6.38337 17.1346C5.85088 17.6288 7.28231 17.4593 7.16925 17.5423C6.7645 17.8404 5.75529 17.458 4.61839 18.488C4.43335 18.6571 5.28086 19.0981 4.06565 19.1425C3.93127 19.1466 3.13374 18.774 3.14269 18.7433C3.2271 18.4116 4.00005 18.4907 4.02398 18.3529C4.04651 18.2224 3.19613 18.3478 3.19109 18.3124C3.1419 17.9055 3.89562 18.1162 3.78101 17.9945C3.5338 17.7294 0.407794 17.0238 4.43657 17.0557C1.12865 17.7044 4.03651 17.5299 5.32218 17.2807C5.6502 17.2179 5.72039 16.9693 6.18636 16.8587C6.78573 16.7155 7.49995 16.7937 7.81021 16.7318C8.14373 16.6641 6.2015 16.1921 8.97421 16.2131C7.53803 15.7159 5.08268 16.4648 3.67194 16.1403C0.825121 15.4841 5.56978 15.0423 6.05717 14.937C6.18762 14.9084 5.72807 14.6034 5.81469 14.5784C5.95738 14.5392 8.65426 14.5437 8.90323 14.2571C9.15249 13.9703 7.92035 14.3232 7.82162 14.0439C7.75578 13.8554 10.9753 13.3404 9.21549 13.3048C8.00287 13.2806 5.81266 14.1722 5.38989 13.3673C7.16953 13.2 8.94475 13.0343 10.7156 12.8704C9.7274 12.6084 8.7376 12.3469 7.74616 12.086C9.74241 11.8768 11.4666 12.1398 13.3549 11.5884C8.72963 10.8249 14.7972 10.7052 14.8625 10.5799C14.8814 10.5052 13.0319 9.7831 12.7323 9.64922C14.3213 9.24837 19.1646 8.84329 16.273 7.98118C16.8007 8.18218 18.0188 7.5551 18.0001 7.51352C17.8197 7.07536 15.1108 7.50624 15.5338 7.08044C16.0247 6.58607 16.7794 7.18261 17.5678 7.09112C21.6093 6.61914 20.3803 4.34699 24.4515 4.51348C24.3655 4.43462 24.2815 4.35567 24.1967 4.27676C28.6557 4.18816 33.0724 4.11088 37.4964 4.04249C39.207 3.2514 43.805 2.61445 46.0623 2.59804C46.5196 2.59369 48.7564 2.87356 48.9352 2.93186C49.2514 3.04426 47.5378 3.16391 48.322 3.36667C48.4837 3.40766 52.3005 3.40755 52.01 3.02122C51.5825 2.99231 50.2566 3.24716 50.034 3.1625C48.4847 2.55204 60.194 2.61876 60.7483 2.33323C60.4817 2.21387 60.2211 2.09432 59.9584 1.97487C60.6901 2.01068 61.4431 2.04594 62.1842 2.08192ZM29.8513 35.4866C29.4319 35.9069 28.3166 35.6605 27.6706 35.8044C26.7771 36.0054 25.327 37.6182 25.9061 36.045C27.2231 35.858 28.5387 35.6718 29.8513 35.4866ZM49.0976 35.2135C48.2105 35.036 48.8555 34.1465 49.5898 34.4741C49.6713 34.5115 50.2968 35.4523 49.0976 35.2135ZM39.8343 35.2078C39.8711 35.1947 40.6375 35.1831 40.6648 35.1954C41.3666 35.5101 39.0559 35.5432 39.8343 35.2078ZM84.507 33.079C83.5407 33.1456 84.2652 33.907 84.8566 33.5667C84.8935 33.5451 84.5706 33.0752 84.507 33.079ZM83.8182 33.0792C83.0452 32.4011 81.5727 33.8689 82.7734 33.6885C82.8899 33.6704 83.8541 33.1122 83.8182 33.0792ZM45.9492 35.0048C46.0368 34.7319 46.9504 34.8226 47.3404 34.8704C47.3404 35.116 46.3285 34.9583 45.9492 35.0048ZM69.0265 34.0227C69.0588 33.8097 65.8946 33.9353 65.6876 34.222C66.1848 34.0852 68.9978 34.2134 69.0265 34.0227ZM77.1306 33.4489C77.0491 33.4149 75.9547 33.5067 75.9927 33.692C76.5363 33.9186 77.4979 33.6023 77.1306 33.4489ZM93.2603 32.976C93.318 32.9277 92.4701 31.7636 94.4247 32.4918C94.7115 32.5985 93.7065 32.9358 93.8083 32.9756C94.0219 33.0529 94.1898 33.087 94.324 33.0904C93.4269 33.2129 92.4915 33.285 92.3989 33.2156C91.9641 32.8876 93.2348 32.9962 93.2603 32.976ZM101.712 31.8727C101.894 31.6747 103.085 31.7493 103.357 31.8226C103.403 31.8365 103.213 32.3498 103.747 32.2991C104.175 32.2575 103.522 31.7518 104.359 31.8155C105.205 31.8793 104.087 32.277 104.161 32.3017C104.261 32.334 105.56 32.0697 105.526 32.3736C105.501 32.5986 104.1 32.4795 103.755 32.5355C103.313 32.6074 103.86 32.9683 103.117 32.9057C102.65 32.8668 102.892 32.2033 102.793 32.1724C102.71 32.1475 101.089 32.5656 101.714 31.8748C101.714 31.8741 101.713 31.8734 101.712 31.8727ZM94.5667 33.0548C94.4995 33.0788 94.4204 33.0927 94.324 33.0904C94.4055 33.0792 94.4865 33.0667 94.5667 33.0548ZM32.3891 35.0764C32.8572 35.2572 31.5088 35.5814 30.9798 35.3409C30.9608 35.1273 32.3149 35.0482 32.3891 35.0764ZM95.3864 32.4972C96.7256 32.6265 95.7505 32.8787 94.5667 33.0548C94.9404 32.9209 94.9364 32.4542 95.3864 32.4972ZM57.2972 34.03C57.3557 34.0768 57.3945 34.1518 57.404 34.2771C57.25 34.1457 57.2338 34.0725 57.2972 34.03ZM60.427 34.1327C61.4806 33.7094 59.3105 33.8081 59.3344 34.0813C59.345 34.1843 60.3849 34.1495 60.427 34.1327ZM85.7588 33.0787C85.6589 33.0442 87.1583 31.8433 84.9571 32.7768C86.1501 32.8771 84.8996 33.0406 84.9211 33.1412C84.9789 33.4303 86.966 33.0912 87.4103 33.2041C87.7406 32.6738 86.0887 33.1921 85.7614 33.0786C85.7605 33.0786 85.7597 33.0786 85.7588 33.0787ZM116.977 31.8201C116.715 32.1301 115.863 32.0484 115.288 32.0419C115.55 31.7317 116.403 31.8131 116.977 31.8201ZM267.692 33.1454C263.746 33.282 263.276 32.0236 266.865 32.6454C266.935 32.6583 267.935 33.0285 267.692 33.1454ZM233.847 31.7869C233.487 31.2369 234.725 31.1795 235.529 31.423C235.711 31.4778 236.374 32.0426 235.598 32.1306C235.64 31.4754 234.449 31.1955 233.847 31.7869ZM96.1317 32.1308C96.5145 31.7596 97.7319 31.9848 98.3693 32.0228C97.9889 32.3297 96.6978 32.2288 96.1317 32.1308ZM254.757 32.0487C254.342 31.9943 254.045 32.4559 254.116 32.4974C254.432 32.6872 255.223 32.3318 254.757 32.0487ZM92.2607 32.1793C92.2001 31.9652 93.7845 31.714 93.9091 32.2442C93.5688 32.2147 92.3041 32.3135 92.2607 32.1793ZM115.892 31.6792C115.643 31.5744 116.917 31.3532 117.304 31.4548C117.278 31.6848 116.055 31.7472 115.892 31.6792ZM248.057 32.0017C247.686 31.9498 246.757 31.9102 246.648 32.0975C246.514 32.3315 247.879 32.2903 248.057 32.0017ZM317.327 34.577C317.37 34.665 315.892 35.1987 315.258 35.0072C314.054 34.6409 317.281 34.5134 317.327 34.577ZM258.697 31.9355C259.851 32.4226 258.567 31.9452 258.603 32.4182C259.39 32.4615 261.343 32.552 260.015 32.0426C259.757 31.944 259.063 31.9784 258.697 31.9355ZM257.622 31.7417C257.491 31.8901 256.63 32.3434 257.362 32.3331C257.7 32.3277 258.262 31.8111 257.622 31.7417ZM308.397 34.2963C307.367 33.8229 312.18 34.3054 312.31 34.3869C312.38 34.4294 312.426 34.4684 312.452 34.5007C312.636 34.3782 313.544 34.4043 313.63 34.7442C313.36 34.7016 312.616 34.6902 312.532 34.6485C312.495 34.6307 312.469 34.6143 312.45 34.5983C312.116 34.8702 308.597 34.3856 308.397 34.2963ZM300.432 33.4549C301.668 32.9003 301.827 33.9569 301.722 33.9853C300.39 34.3472 301.283 33.6191 301.245 33.581C301.157 33.5162 300.207 33.8273 300.436 33.4551C300.434 33.4551 300.433 33.455 300.432 33.4549ZM306.763 34.0374C306.814 34.0264 307.826 34.1123 307.867 34.131C308.679 34.5262 305.814 34.2849 306.763 34.0374ZM108.068 30.9916C108.799 31.0795 108.093 31.4803 107.606 31.3527C107.566 31.34 107.423 30.914 108.068 30.9916ZM257.041 31.8262C256.879 31.7472 252.587 31.3347 252.825 31.9249C253.198 31.8667 258.068 32.3251 257.041 31.8262ZM224.947 30.8242C225.707 30.8444 224.868 31.3757 224.466 31.163C224.317 31.084 224.756 30.8194 224.947 30.8242ZM90.0991 31.7417C89.3204 32.0654 89.4543 31.05 90.1468 31.377C90.1739 31.3898 90.1296 31.7291 90.0991 31.7417ZM230.987 31.2712C228.377 31.5449 229.032 29.8185 232.404 30.4842C232.295 30.5591 232.186 30.6341 232.078 30.7091C236.013 31.0635 232.337 30.8372 231.385 30.913C231.021 30.9416 231.319 31.2389 230.989 31.2734C230.988 31.2727 230.987 31.2719 230.987 31.2712ZM220.96 30.7118C218.478 29.4299 223.242 30.3241 224.64 30.1931C223.29 30.6753 221.543 30.5637 223.909 31.133C220.435 31.1647 221.899 30.7025 221.757 30.6586C221.595 30.6096 221.066 30.7668 220.96 30.7118ZM227.604 30.8388C227.751 30.8059 228.84 31.0811 229.234 31.0489C228.675 31.4581 226.634 31.0628 227.604 30.8388ZM292.042 33.3354C292.148 33.0096 292.385 32.7769 293.243 32.941C292.968 33.0943 292.41 33.211 292.042 33.3354ZM28.9337 33.7898C28.3354 33.7951 27.1382 33.729 27.5204 34.0582C27.5621 34.0857 28.9415 33.9846 28.9337 33.7898ZM244.576 31.1766C244.452 31.1319 241.162 31.0142 242.288 31.41C242.63 31.5288 245.619 31.5661 244.576 31.1766ZM261.526 31.7521C261.25 31.7389 260.131 31.7627 260.107 31.8402C260.02 32.1074 261.395 32.0062 261.526 31.7521ZM25.8992 33.5998C25.8176 33.5694 24.0123 33.7201 24.2187 33.8704C24.6124 34.1541 26.17 33.7046 25.8992 33.5998ZM110.698 30.16C110.851 30.1445 111.06 30.4991 111.113 30.502C111.238 30.5042 114.021 30.3086 112.966 30.7913C112.793 30.8714 108.773 30.7799 108.245 30.7468C108.032 30.2586 109.762 30.6894 110.178 30.6299C110.252 30.6187 110.29 30.2055 110.697 30.1621C110.698 30.1614 110.698 30.1607 110.698 30.16ZM296.548 33.2011C296.679 32.8933 299.979 32.8481 299.919 33.2257C298.798 33.2169 297.666 33.2083 296.548 33.2011ZM294.897 33.0696C294.213 32.8149 295.845 32.8197 296.319 32.9407C296.314 33.1514 294.997 33.1067 294.897 33.0696ZM255.368 30.3741C255.036 30.44 256.033 30.9297 255.804 31.0111C255.657 31.0617 254.928 30.8667 254.688 31.002C254.62 31.0453 255.357 31.4989 255.574 31.4875C255.883 31.4727 255.595 31.125 255.931 31.1336C257.047 31.1628 258.025 31.4366 259.067 31.4663C259.161 31.4683 258.44 31.205 259.242 31.2355C259.368 31.2398 260.092 31.6202 261.063 31.6011C263.24 30.5745 264.768 31.7109 267.476 31.4137C267.379 31.3061 265.372 30.9541 265.253 30.9397C263 30.676 258.949 30.5159 256.593 30.4369C255.987 30.416 256.274 30.6587 256.012 30.6587C255.805 30.6583 256.065 30.2348 255.368 30.3741ZM29.2393 33.5361C28.9339 33.1192 27.948 33.4403 27.3079 33.4494C27.552 33.8268 28.6117 33.4708 29.2393 33.5361ZM280.229 32.0749C279.909 32.078 278.918 31.9066 278.834 32.0331C278.718 32.1979 280.15 32.3648 280.229 32.0749ZM126.407 29.9906C126.438 29.9783 127.203 29.9894 127.232 30.0025C127.921 30.3378 125.625 30.303 126.407 29.9906ZM144.77 29.843C145.352 29.7843 145.937 29.6444 146.136 29.9925C145.765 29.9421 144.704 30.0872 144.77 29.843ZM170.09 29.714C169.971 29.2558 171.715 29.5528 172.043 29.5943C171.921 29.7977 170.179 30.044 170.09 29.714ZM291.983 31.8929C293.052 31.9701 292.859 31.2664 293.522 31.6121C293.63 31.6704 293.92 33.1306 292.771 32.5344C292.564 32.4273 293.408 32.123 291.983 31.8929ZM232.96 30.5118C233.241 30.2153 234.093 30.3257 234.669 30.364C234.534 30.5859 233.372 30.4999 232.96 30.5118ZM22.6098 33.4172C22.0884 33.0149 19.7875 33.4502 20.3753 33.7033C20.4591 33.7358 22.285 33.4173 22.6098 33.4172ZM98.83 30.6783C99.7792 30.3172 97.7928 30.2632 97.1734 30.6088C97.4572 30.5797 98.7662 30.702 98.83 30.6783ZM164.008 29.4721C164.054 29.4582 165.069 29.4886 165.115 29.5051C165.947 29.8552 163.075 29.7712 164.008 29.4721ZM138.718 29.3495C139.075 29.0678 141.477 29.2654 142.022 29.5378C141.501 29.948 138.27 29.7006 138.718 29.3495ZM287.563 31.8875C288.319 31.9072 289.051 32.026 289.747 32.1779C289.59 32.4042 287.629 32.0649 287.563 31.8875ZM167.729 29.4371C167.783 29.4389 167.836 29.4653 167.888 29.4681C167.834 29.4582 167.781 29.447 167.729 29.4371ZM270.488 31.0123C269.848 30.8956 269.965 31.3281 270.005 31.3427C270.483 31.4996 271.212 31.1442 270.488 31.0123ZM28.4753 32.9374C28.234 32.5626 27.168 32.9144 26.5409 32.8534C26.7366 33.1489 27.977 33.0021 28.4753 32.9374ZM218.287 29.8713C217.492 29.4381 220.768 29.0117 221.447 29.2951C221.494 29.5543 218.405 29.9303 218.287 29.8713ZM95.8393 30.1767C95.7677 29.8759 94.4098 30.2773 94.7042 30.4124C94.8908 30.4984 95.8826 30.3635 95.8393 30.1767ZM223.088 29.5037C223.399 29.4175 224.112 29.7305 223.855 29.9072C223.525 30.1338 223.007 29.5285 223.088 29.5037ZM250.673 29.9564C250.541 29.906 248.731 30.162 249.466 30.4928C249.975 30.7227 250.071 30.2882 250.192 30.2905C250.323 30.2957 253.209 30.92 250.673 29.9564ZM199.962 29.3407C200.643 29.232 201.463 29.3764 202.173 29.3766C201.882 29.5601 200.249 29.5923 199.962 29.3407ZM101.152 29.96C100.986 29.841 96.4558 29.8825 99.0379 30.1935C99.1893 30.2107 101.666 30.3178 101.152 29.96ZM291.983 31.8929C291.848 31.8832 291.693 31.8615 291.514 31.8232C291.693 31.8434 291.848 31.8711 291.983 31.8929ZM279.827 31.3082C280.085 31.0985 278.837 30.9874 278.472 31.0896C278.346 31.3536 279.79 31.3373 279.827 31.3082ZM202.231 29.0701C202.638 28.9489 203.392 29.0926 203.903 29.0844C203.815 29.2879 202.4 29.28 202.231 29.0701ZM173.345 28.6512C174.166 28.7738 175.174 28.7196 175.19 28.4693C175.207 28.5084 175.246 28.55 175.312 28.5919C175.379 28.6334 176.256 28.5187 176.636 28.6051C178.922 29.1154 167.811 28.8908 174.255 28.1917C173.952 28.3448 173.648 28.498 173.345 28.6512ZM135.473 28.7991C135.006 28.5 133.711 28.8989 134.05 29.0145C134.287 29.0935 135.941 29.1 135.473 28.7991ZM153.315 28.4508C153.175 28.3972 151.903 28.6189 151.871 28.7797C152.605 28.9438 153.95 28.6996 153.315 28.4508ZM131.898 28.4894C131.606 28.4475 131.24 28.9442 131.274 28.9651C131.574 29.1403 132.393 28.7562 131.898 28.4894ZM289.823 30.4675C289.397 30.307 287.988 30.5991 287.681 30.9103C287.628 30.8451 287.482 30.7565 287.211 30.6461C287.212 30.6462 287.213 30.6462 287.214 30.6462C286.865 30.4945 275.697 29.8739 283.164 30.8189C283.398 30.8491 283.091 30.5441 284.041 30.6368C284.104 30.6433 284.125 30.8823 284.318 30.9023C284.765 30.9467 287.134 31.2016 287.618 31.032C287.62 31.0763 287.648 31.1196 287.712 31.161C288.279 31.5297 290.157 30.5913 289.823 30.4675ZM155.834 28.3928C155.578 28.3059 154.77 28.3941 154.687 28.6045C155.089 28.705 156.428 28.5953 155.834 28.3928ZM100.991 29.1025C100.467 28.9427 99.1537 29.2985 99.5573 29.46C99.8051 29.5592 101.596 29.2858 100.991 29.1025ZM147.74 28.5594C150.714 28.7839 148.449 28.5336 148.902 28.2222C148.515 28.3345 148.127 28.4469 147.74 28.5594ZM303.568 31.9307C303.098 31.8357 303.686 31.2576 304.19 31.6135C304.348 31.7265 303.831 31.9827 303.568 31.9307ZM325.008 32.9303C324.634 32.3683 326.599 32.8029 325.804 33.1254C325.768 33.1357 325.036 32.9525 325.008 32.9303ZM310.049 31.8617C309.707 32.2106 309.496 32.2427 308.591 32.1037C309.942 32.0724 308.712 31.6818 310.049 31.8617ZM175.181 28.4298C175.186 28.4446 175.191 28.4556 175.19 28.4693C175.184 28.4558 175.181 28.443 175.181 28.4298ZM129.086 28.6253C128.711 28.3201 127.67 28.3589 127.985 28.6668C128.015 28.6952 128.938 28.857 129.086 28.6253ZM287.681 30.9103C287.728 30.9681 287.701 31.0029 287.618 31.032C287.616 30.9904 287.638 30.9522 287.681 30.9103ZM134.715 28.294C134.681 28.5261 136.273 28.5962 136.337 28.5683C137.244 28.1552 135.373 28.2714 134.715 28.294ZM90.4547 29.0555C90.3733 29.082 90.9197 29.6651 91.2375 29.4217C91.4836 29.2329 90.7598 28.9548 90.4547 29.0555ZM313.134 31.8798C313.636 31.9078 314.341 31.9466 314.455 32.2376C314.122 32.1753 313.113 32.0875 313.134 31.8798ZM324.254 32.4946C323.633 32.7924 322.28 32.7118 321.42 32.6066C321.43 32.1665 323.681 32.5639 324.254 32.4946ZM291.186 30.6944C291.145 30.6746 289.885 30.4851 290.044 30.7872C290.277 31.2299 291.535 30.8709 291.186 30.6944ZM92.9156 29.3046C93.474 29.0865 92.1591 28.4993 91.5763 28.997C91.2774 29.2519 92.8218 29.3411 92.9156 29.3046ZM125.826 28.2688C125.084 28.4511 126.934 28.725 127.186 28.4134C126.843 28.394 126.09 28.2043 125.826 28.2688ZM151.202 27.6656C148.852 26.7947 150.141 28.405 150.554 28.2596C150.612 28.2389 151.259 27.6861 151.202 27.6656ZM16.6891 31.9449C16.362 32.0855 17.6288 32.4667 17.774 32.1647C17.8639 31.9756 16.8985 31.8552 16.6891 31.9449ZM186.627 28.226C186.528 28.2282 186.429 28.2306 186.331 28.2325C186.405 28.2185 186.501 28.2143 186.627 28.226ZM119.018 27.1967C120.706 28.4195 120.512 27.4571 120.657 27.4597C120.969 27.4676 121.7 27.7936 122.286 27.7279C121.616 27.8806 120.946 28.0336 120.275 28.1868C120.812 28.2666 125.427 28.6499 125.517 28.4461C125.651 28.1544 124.205 28.2688 124.162 28.2441C124.101 28.2088 123.861 27.408 123.726 27.3796C123.506 27.3338 119.645 27.3845 119.018 27.1967ZM146.3 27.8431C146.679 27.9355 146.789 28.2534 146.963 28.1757C147.023 28.1491 147.03 27.8449 147.233 27.7646C146.922 27.7907 146.611 27.8169 146.3 27.8431ZM116.083 28.3793C115.609 28.0168 117.704 28.1175 117.772 28.1581C118.134 28.4031 116.471 28.6752 116.083 28.3793ZM133.916 28.0346C133.839 28.0138 132.221 27.9196 132.236 28.1257C132.667 28.2767 134.828 28.2941 133.916 28.0346ZM147.485 27.7417C148.051 27.7724 149.122 28.0703 148.995 27.6134C148.995 27.6134 148.994 27.6134 148.993 27.6134C148.491 27.656 147.988 27.6988 147.485 27.7417ZM94.8181 28.2856C93.7523 27.5847 94.2732 28.4925 95.205 28.7029C95.4766 28.3682 94.9927 28.3996 94.8181 28.2856ZM91.4504 27.8338C91.156 27.7103 88.1446 27.9402 88.6156 28.3129C88.7836 28.4455 90.5072 28.0494 90.5874 28.0739C90.7094 28.1101 90.1692 28.5523 91.0901 28.4418C91.0321 28.2987 91.5517 27.8748 91.4504 27.8338ZM93.9395 27.8422C92.8839 27.316 92.6776 28.3451 93.4605 28.3264C93.7664 28.3199 94.0901 27.9181 93.9395 27.8422ZM98.2071 27.8169C97.8276 27.7296 96.8185 27.6141 96.1333 27.9725C97.0628 27.9771 97.9908 27.9822 98.9174 27.9877C99.0193 27.7924 98.5393 27.8937 98.2046 27.817C98.2054 27.817 98.2063 27.817 98.2071 27.8169ZM330.676 30.2574C329.869 29.917 331.777 29.9234 331.852 29.9997C332.076 30.2506 331.038 30.4095 330.676 30.2574ZM9.71117 23.0107C9.4746 22.9078 9.30336 22.5361 8.8069 22.7628C9.33254 23.0154 9.85767 23.2681 10.3823 23.5209C10.7434 22.8569 9.96987 23.1244 9.71117 23.0107ZM7.63345 20.7695C7.70476 20.75 7.25625 19.7835 8.22506 20.392C8.88003 20.8026 5.47611 21.4253 4.82981 21.0224C5.50421 20.7805 7.01917 20.9304 7.63345 20.7695ZM1.36952 16.8294C1.32541 16.7528 2.62963 16.563 2.78414 16.6101C3.59661 16.858 1.60929 17.239 1.36952 16.8294ZM5.55532 16.7835C4.93207 16.6256 6.28238 16.4266 6.69223 16.5148C6.74167 16.6965 5.65165 16.8061 5.55532 16.7835ZM323.122 15.4456C322.501 14.7356 321.826 16.1466 322.859 15.9146C322.908 15.9037 323.148 15.4801 323.122 15.4456ZM2.59461 15.7602C3.21984 15.9174 1.86578 16.1178 1.45319 16.0306C1.40511 15.849 2.49962 15.7374 2.59461 15.7602ZM322.751 13.8191C321.901 13.2848 322.116 14.9244 322.222 14.9961C322.66 15.2803 324.238 14.7343 324.57 14.5952C322.236 14.702 323.151 14.071 322.751 13.8191ZM318.638 14.5595C317.81 14.686 319.881 15.1356 320.305 14.7065C319.898 14.7049 318.873 14.5226 318.638 14.5595ZM313.706 13.7626C313.271 13.6805 311.975 13.4705 311.742 13.7139C312.224 13.6935 313.507 14.015 313.706 13.7626ZM312.755 12.9438C312.089 12.5598 311.869 13.5612 312.676 13.3032C312.708 13.2932 312.78 12.9645 312.755 12.9438ZM308.911 12.3716C308.48 11.9459 307.912 12.8972 308.644 12.9622C308.861 12.9798 308.956 12.4202 308.911 12.3716ZM321.753 12.0108C321.118 11.801 320.248 12.4537 321.619 12.61C321.13 12.6891 320.64 12.7683 320.15 12.8477C321.931 13.3439 321.853 12.3651 322.368 12.4352C323.087 12.5343 322.983 13.3327 322.823 13.5759C323.437 13.1187 325.969 13.2598 327.435 13.2544C326.166 12.9712 324.092 12.4898 322.848 12.2864C322.49 12.2276 322.128 12.4272 321.822 12.3848C321.332 12.3157 321.788 12.0245 321.755 12.0109C321.754 12.0109 321.753 12.0108 321.753 12.0108ZM303.837 12.0935C302.537 11.571 303.324 12.5963 304.08 12.4591C304.113 12.4473 303.87 12.1063 303.837 12.0935ZM0.662704 12.8744C2.46276 13.1845 1.20545 13.8005 4.86741 12.7666C3.3429 13.4386 4.80483 13.1922 4.51402 13.4452C4.28074 13.6455 3.358 13.542 3.91037 13.8884C3.19044 13.5176 0.157899 13.8031 0.0174745 13.7448C0.0187503 13.7447 0.0200261 13.7446 0.0213019 13.7445C-0.0624707 13.7098 0.0877265 12.7761 0.662704 12.8744ZM313.84 11.1928C313.465 9.97641 313.189 11.8593 312.375 10.824C311.144 12.196 315.559 10.9979 316.021 12.2403C311.312 11.838 319.081 13.615 315.877 11.6171C318.571 12.4281 316.785 11.4424 317.219 11.2348C317.684 11.0137 319.21 11.3686 319.157 10.9202C319.156 10.9201 319.155 10.9201 319.154 10.92C318.211 10.8976 317.265 10.8755 316.318 10.8539C317.189 11.8634 315.274 11.4683 314.673 10.6525C314.396 10.8326 314.118 11.0127 313.84 11.1928ZM319.115 12.3895C319.024 12.3621 316.966 12.3807 317.088 12.5805C317.356 12.7182 320.27 12.7362 319.115 12.3895ZM328.126 12.7077C327.392 12.661 326.264 12.4061 325.841 12.7434C326.578 12.7896 327.704 13.0448 328.126 12.7077ZM290.309 10.6335C289.355 10.8869 292.244 11.1075 291.424 10.7179C291.383 10.6994 290.356 10.6217 290.309 10.6335ZM311.705 11.2575C310.773 10.8418 311.161 12.0258 311.882 11.7616C311.923 11.746 311.748 11.2764 311.705 11.2575ZM2.09484 12.6519C2.14337 12.3639 4.72851 12.419 5.18288 12.3916C4.93977 12.6697 2.04089 12.9814 2.09484 12.6519ZM329.482 11.7233C328.085 10.6129 326.024 11.674 325.807 11.6354C325.592 11.5962 325.959 11.1699 325.91 11.155C325.797 11.1229 323.488 11.0243 323.379 11.0494C323.298 11.069 323.676 11.7207 323.192 11.8907C324.121 11.5863 328.349 12.0625 328.565 12.0065C328.737 11.9613 327.502 11.225 329.48 11.7232C329.48 11.7232 329.481 11.7233 329.482 11.7233ZM325.27 11.4663C325.833 11.7635 324.206 11.7003 323.829 11.5809C322.977 11.3129 325.193 11.4302 325.27 11.4663ZM321.411 10.9974C321.231 10.9276 319.571 10.7787 319.413 11.0636C320.179 11.4883 321.82 11.1589 321.411 10.9974ZM302.901 10.0345C302.468 10.0501 301.29 9.76539 301.209 10.018C301.644 10.0023 302.821 10.287 302.901 10.0345ZM10.7299 9.93507C10.0042 9.75933 11.6543 9.58278 12.1415 9.65991C12.1769 9.82918 10.7919 9.9501 10.7299 9.93507ZM311.676 8.80142C311.431 8.70888 306.169 8.62544 305.448 8.70993C306.137 8.93812 311.34 9.22803 311.573 9.14711C311.643 9.12252 311.708 8.81542 311.676 8.80142ZM322.969 9.31665C323.468 8.96763 323.752 9.43781 323.812 9.447C324.393 9.53883 325.635 9.52708 325.342 9.87395C324.295 9.66471 321.979 10.0098 322.969 9.31665ZM302.617 8.31C300.836 8.36054 304.222 8.92947 303.794 8.51304C303.767 8.48772 302.801 8.30452 302.617 8.31ZM312.265 8.7231C312.672 8.4384 317.871 8.9892 318.718 9.0391C317.934 9.55815 317.351 9.09731 316.336 9.0694C316.061 9.06254 316.122 9.3003 316.092 9.29902C315.618 9.2835 315.986 9.03329 315.697 9.01311C315.517 9.00056 311.694 9.12202 312.265 8.7231ZM323.256 9.07149C323.552 8.8715 326.831 8.97302 326.958 9.03877C327.919 9.5241 323.494 9.15985 323.256 9.07149ZM311.813 8.19779C312.411 7.57501 314.975 8.15372 313.186 8.3824C313.015 8.40278 312.314 8.08081 311.813 8.19779ZM302.837 7.69777C302.752 7.67402 300.907 7.45076 300.863 7.657C301.128 7.75076 303.82 7.95904 302.837 7.69777ZM303.831 7.04371C303.786 7.04644 304.199 7.46855 303.335 7.37387C303.263 7.36548 303.152 6.9083 302.053 7.01828C301.83 7.04111 301.471 7.32178 301.495 7.34153C302.599 8.10438 306.077 6.92566 303.831 7.04371ZM323.337 8.71033C323.173 8.51016 323.628 7.97103 323.992 8.27886C324.148 8.41171 323.824 8.73217 323.337 8.71033ZM296.975 7.22556C298.062 6.93492 294.702 6.70872 294.524 6.78861C294.623 7.00663 296.867 7.2536 296.975 7.22556ZM12.2614 7.20537C12.2606 7.20541 12.2597 7.20546 12.2589 7.20551C13.172 7.23462 12.6241 7.54911 12.6671 7.55577C14.624 7.87106 14.0761 7.2541 14.3747 7.16203C15.0139 6.9635 14.9509 7.75255 16.0254 7.37065C14.246 7.94478 15.8782 7.65772 15.9437 7.93392C16.2059 9.06097 13.5129 7.52694 12.6219 7.8138C12.4981 7.85348 13.4452 8.16734 13.1287 8.28773C12.0906 8.67822 8.79683 7.09372 12.2614 7.20537ZM324.288 8.24637C324.723 7.93616 327.902 8.45084 327.038 8.67554C326.9 8.71108 323.638 8.69648 324.288 8.24637ZM175.517 3.27392C176.285 2.98578 174.506 2.64188 174.175 2.86698C174.011 2.97901 175.18 3.4003 175.517 3.27392ZM163.062 2.03925C162.147 2.10043 161.186 3.31127 162.324 3.12042C162.445 3.09956 163.167 2.20649 163.062 2.03925ZM222.833 3.16245C221.896 2.71247 221.936 3.51542 222.631 3.51759C222.876 3.51851 222.862 3.1767 222.833 3.16245ZM186.566 2.80305C186.471 2.77442 185.37 2.81929 185.409 3.00388C185.816 3.11663 187.181 2.99891 186.566 2.80305ZM223.137 3.05428C222.567 3.18765 223.532 3.78667 224.235 3.2339C223.883 3.27329 223.196 3.04065 223.137 3.05428ZM309.945 6.32285C309.455 6.62649 308.122 6.45641 307.349 6.47277C307.289 6.04225 309.393 6.3707 309.945 6.32285ZM166.935 2.51748C166.074 2.8192 167.92 3.06321 167.75 2.66604C167.726 2.64445 166.969 2.50459 166.935 2.51748ZM253.508 3.78558C252.872 4.02018 254.857 4.42509 254.322 3.96069C254.295 3.94159 253.543 3.77249 253.508 3.78558ZM262.183 4.21942C261.701 4.11657 259.691 4.07456 260.466 4.34937C260.585 4.39149 262.136 4.4509 262.183 4.21942ZM14.4121 6.85249C14.1327 6.42828 15.6266 6.45432 15.8431 6.51982C15.9284 6.54723 14.7767 7.40422 14.4121 6.85249ZM216.674 2.98043C216.18 3.02666 214.902 2.90098 214.673 3.12722C215.278 3.08947 216.828 3.44109 216.674 2.98043ZM170.855 2.51349C170.108 2.03701 168.829 2.08453 169.146 2.70664C170.557 2.66462 168.972 2.14713 170.855 2.51349ZM226.328 2.60641C225.933 2.56182 225.618 3.153 225.662 3.18207C226.085 3.45869 226.716 2.84709 226.328 2.60641ZM196.72 2.64444C196.7 2.38879 195.432 2.49263 195.6 2.65862C195.655 2.71427 196.737 2.85122 196.72 2.64444ZM293.412 5.3506C292.844 5.09062 294.624 4.94586 295.132 5.24259C295.368 5.64618 293.485 5.38062 293.412 5.3506ZM237.264 3.00751C237.333 2.62999 235.348 2.79521 236.12 3.12852C236.314 3.21187 237.241 3.13363 237.264 3.00751ZM256.196 3.09674C254.858 3.50477 260.407 4.00851 258.965 3.39755C258.863 3.35369 256.314 3.06206 256.196 3.09674ZM265.276 3.68899C265.049 3.63105 265.209 2.36238 266.139 2.88735C266.261 2.95548 265.667 3.27088 265.766 3.3515C265.825 3.39734 267.874 3.65108 267.969 3.62504C268.072 3.59507 267.968 3.18277 268.072 3.14083C268.191 3.09395 269.441 3.49917 270.1 3.52808C271.34 3.5817 271.499 3.24807 271.6 3.25075C271.9 3.26001 272.395 3.52042 273.003 3.54373C276.071 3.65931 280.713 3.56201 283.124 4.38694C280.974 4.00546 278.914 4.22702 276.775 4.23521C277.431 3.55159 273.604 4.65529 275.846 3.92582C274.817 4.05837 266.022 3.86755 265.279 3.68909C265.278 3.68906 265.277 3.68902 265.276 3.68899ZM159.469 1.69401C160.025 1.25681 157.163 1.36659 156.921 1.87116C157.3 1.93892 159.4 1.74337 159.469 1.69401ZM172.706 0.613586C172.974 0.538839 173.23 -0.311081 174.633 0.122087C174.634 0.122089 174.636 0.122091 174.637 0.122093C175.047 0.248642 174.579 0.454961 174.654 0.528876C174.682 0.559005 175.959 0.98408 174.897 1.05017C173.277 1.15196 174.746 0.417613 173.882 0.407372C173.776 0.40641 172.138 0.864843 172.233 0.965998C172.243 0.977757 172.736 0.880842 172.817 0.922905C173.124 1.08098 172.975 1.34624 173.018 1.35891C173.16 1.39112 175.747 0.942907 176.12 1.33892C176.245 1.46579 171.996 1.75341 171.834 1.68793C171.73 1.64615 171.774 0.909487 171.667 0.836976C171.612 0.800735 169.918 1.07644 169.698 1.0089C169.634 0.989326 169.585 0.968222 169.549 0.950828C169.806 1.17861 168.269 1.16286 168.316 0.905757C168.343 0.804612 169.401 0.862591 169.439 0.880298C169.455 0.887774 169.47 0.898079 169.483 0.905189C169.266 0.626984 172.839 0.640632 172.068 0.227085C173.115 0.00142479 171.919 0.833346 172.706 0.613586ZM177.723 0.168232C177.616 0.245415 177.508 0.322603 177.4 0.399797C179.227 0.214922 181.306 0.595316 183.415 0.602755C183.95 0.605234 183.336 0.128353 184.037 0.261337C184.599 0.367933 185.217 0.810838 184.912 0.907172C184.837 0.931176 183.696 0.63895 183.122 0.665691C181.433 0.74491 181.864 1.15344 181.764 1.16391C181.656 1.17497 180.603 0.88492 180.026 0.895638C178.576 0.923518 177.913 1.17075 175.925 0.84044C177.073 0.575176 176.446 -0.00814629 177.723 0.168232ZM245.642 2.08106C245.719 1.82731 246.906 2.08817 247.34 2.06324C247.265 2.3175 246.077 2.0557 245.642 2.08106ZM67.9846 2.53717C67.635 2.96931 70.3731 2.97703 69.6402 2.65329C69.4783 2.58132 68.3289 2.52787 67.9846 2.53717ZM80.3114 2.38015C80.674 2.25262 79.19 1.99708 79.2027 2.32175C79.2083 2.42575 80.2649 2.39667 80.3114 2.38015ZM201.275 0.748161C201.345 0.735767 202.349 0.840989 202.38 0.862756C203.042 1.316 199.734 1.02025 201.275 0.748161ZM95.2628 1.43102C93.9895 1.7396 97.8543 1.75776 96.6649 1.43796C96.6062 1.42232 95.3217 1.41603 95.2628 1.43102ZM100.63 1.21751C100.323 1.23968 98.9559 1.13713 98.941 1.26569C98.9193 1.47283 100.484 1.57511 100.63 1.21751ZM226.628 1.02685C226.49 0.550844 228.281 0.947074 228.906 0.901373C229.044 1.37763 227.255 0.980121 226.628 1.02685ZM215.287 0.464089C222.876 0.224457 221.192 1.2035 214.83 0.686875C214.826 0.383392 214.806 0.479554 215.287 0.464089ZM224.988 0.7002C224.705 0.997427 223.843 0.890159 223.259 0.854384C223.368 0.645813 224.566 0.745975 224.988 0.7002ZM64.6955 2.00568C65.1577 1.60561 67.2766 2.00143 66.9083 2.17269C66.8233 2.20964 64.5292 2.22219 64.6955 2.00568ZM201.912 0.350832C201.739 -0.111324 204.011 0.103622 204.188 0.208244C204.887 0.627699 202.09 0.25103 201.912 0.350832ZM237.392 0.870433C237.803 0.52036 238.939 0.734583 239.671 0.758457C239.33 1.05765 238.015 0.892479 237.392 0.870433ZM232.09 0.460266C232.136 0.447447 233.154 0.503718 233.203 0.521497C234.032 0.892789 231.144 0.735372 232.09 0.460266ZM10.8286 3.81757C10.8619 3.80414 11.6325 3.78588 11.66 3.798C12.3651 4.1066 10.0523 4.1597 10.8286 3.81757Z' fill='%2370EBFF' fill-opacity='0.7'/%3E %3C/svg%3E");
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: transparent;
  background-size: 101% 130%;
  background-position: center;
  padding: 0 0.78125vw;
  background-repeat: repeat-y;
}
@media (min-width: 600px) and (max-width: 800px) {
  .ArticleBodyComponent .highlight_header > div > span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='640' height='42' fill='none'%3E %3Cpath d='M217.774 2.278c-1.947.72-9.957 1.124-16.174.817-3.716-.184-33.736 1.274-35.2 1.709-.88.262-10 .743-20.267 1.069-10.266.326-21.546.794-25.066 1.04C102.008 8.244 73.059 9.944 65.6 10.17c-13.255.401-13.5.431-12.8 1.563.376.609-.628 1.105-2.337 1.154-8.098.237-15.692 1.114-17.256 1.994-1.189.669-.219.841 3.06.542l4.8-.437-4.681 1.132c-2.574.623-4.974.731-5.333.241-.359-.491-3.773-1.033-7.585-1.204-6.236-.281-6.723-.159-4.845 1.214 1.148.84 2.766 1.267 3.596.948 1.03-.395.899.132-.413 1.664-1.822 2.129-4.394 2.249-3.094.145.338-.546-.734-1.041-2.382-1.099-1.648-.058-4.197-.53-5.663-1.047-2.61-.92-2.603-.932.347-.559 1.658.209 2.618.005 2.134-.453-.485-.459-3.096-1.124-5.803-1.478l-4.921-.644 1.142 4.277c.852 3.192 1.685 4.277 3.283 4.277 2.012 0 2.033.109.335 1.807-1.674 1.673-1.678 1.949-.064 3.733 1.624 1.794 1.604 1.928-.288 1.943-1.196.01-1.561.339-.888.8 1.264.865 3.024 4.595 2.76 5.847-.163.768 9.917.485 32.363-.911 18.942-1.177 39.989-2.029 41.082-1.661.585.197.747.871.36 1.498-.421.68-.201.828.544.368.686-.424.979-1.207.65-1.739-.348-.564 2.428-.731 6.65-.4 16.145 1.267 36.58 1.471 36.58.364 0-.702 1.871-.889 5.067-.506 3.578.429 4.44.314 2.933-.393-1.524-.715.303-.991 6.4-.969 5.315.02 7.528.323 5.867.804-1.467.425 1.653.602 6.933.393 5.28-.209 14.16-.437 19.734-.506 6.075-.075 8.852-.407 6.933-.828-2.64-.58-1.952-.845 3.926-1.517 4.862-.556 7.869-.417 9.462.436 1.586.848 2.103.873 1.611.077-.513-.83 3.434-1.191 13.471-1.235 7.808-.033 21.877-.333 31.263-.665 26.135-.926 67.119-.93 89.334-.01 13.7.567 20 .478 20-.284 0-.612.508-1.113 1.129-1.113.622 0 .909.36.639.8-.27.44 9.662.878 22.071.973 12.408.095 25.673.42 29.478.723 4.075.324 7.467.093 8.257-.562.771-.64 2.814-.796 4.816-.366 6.161 1.323 27.95 2.346 29.876 1.404 1.189-.582 1.867-.495 1.867.238 0 .633.6 1.073 1.333.977 5.04-.654 21.093.242 20.534 1.147-.781 1.262-.855 1.247 8 1.609 3.813.156 15.001.822 24.861 1.48 9.86.659 23.728.889 30.817.512 7.375-.392 12.642-.282 12.31.257-.845 1.374 39.017 1.289 40.012-.086.545-.754 1.054-.729 1.6.077.448.663 4.317 1.254 8.8 1.344 4.4.089 8.72.268 9.6.399 2.859.424 13.816-1.447 14.446-2.467.337-.546.005-.992-.739-.992-.743 0 .976-2.106 3.82-4.681 4.434-4.014 4.788-4.607 2.48-4.166-1.48.283-3.015-.011-3.412-.653-.397-.641-.154-1.167.539-1.167.957 0 .963-.358.026-1.487-.948-1.142-.916-1.475.136-1.432.753.03 3.29-.074 5.637-.232l4.267-.288-5.334-1.214c-2.933-.667-5.813-1.51-6.4-1.873-.586-.363-2.866-.985-5.066-1.382-2.2-.397-4-1.18-4-1.74s-.84-1.019-1.867-1.019c-1.027 0-4.507-1.037-7.733-2.303-4.203-1.649-9.65-2.542-19.2-3.146-30.552-1.933-54.119-3.05-75.734-3.587-12.613-.313-26.533-.825-30.933-1.136-4.4-.312-26.24-.771-48.533-1.02-22.294-.249-46.534-.747-53.867-1.106-8.617-.423-12.814-.292-11.867.368 1.012.704-.313 1.008-4.266.979-3.154-.024-6.266-.453-6.918-.953-1.639-1.258-22.193-.096-22.652 1.281-.248.744-.796.76-1.652.049-1.591-1.32-7.879-1.768-10.904-.777-1.243.406-3.506.265-5.029-.314-1.803-.685-2.995-.689-3.415-.01-.354.574-1.179.713-1.832.31-.653-.404-9.38-.594-19.393-.423-18.174.312-38.382.18-56.692-.368-5.328-.16-10.731.096-12.006.568M60.511 11.311c-.354.355-1.274.392-2.044.084-.851-.34-.598-.593.644-.644 1.125-.046 1.755.206 1.4.56m569.743 12.043c1.021.647 1.093 1.094.24 1.504-.828.397-.802.501.079.329 2.136-.419 2.291-2.788.183-2.771-1.511.013-1.625.226-.502.938M408.8 28.486c-1.32.254-3.48.254-4.8 0-1.32-.254-.24-.462 2.4-.462 2.64 0 3.72.208 2.4.462' fill='%2370EBFF' fill-rule='evenodd'/%3E %3C/svg%3E") !important;
  }
}
@media (min-width: 600px) and (max-width: 800px) and (prefers-color-scheme: dark) {
  .ArticleBodyComponent .highlight_header > div > span {
    background-image: url("data:image/svg+xml,%3Csvg width='800' height='51.25' viewBox='0 0 800 51.25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M735.679 50.487c-.493-.079-2.486-.05-3.344-.116.944.619 5.116.403 3.344.116M649.435 5.158l2.139.508c-2.046.011-4.784-.199-6.677-.138-.31.011.476.45-.256.44-.731-.01-.57-.563-1.63-.663-1.192-.11-6.657.074-8.54-.005-7.02-.295-14.164-.866-21.259-.874 7.302.661-.088.829-2.125.583-.45-.055-.352-1.093-7.67-1.07-4.652.018-.385 1.635-8.14.647 6.034-.848.128-.963-4.575-1.14-.813-.031-7.352-.071-10.226-.2-.985-.044-2.469-.63-3.772-.681-.896-.035-1.584.242-2.914.19-6.179-.24-12.399-.429-18.625-.485 3.611 1.487-2.877.522-3.169.583-1.495.341 5.221.617 2.557.787q-5.57-.205-11.113-.4c3.049-.1-4.016-1.27-5.346-.843.589-1.225-16.992.703-19.617.245-.56-.098 3.109-.637-5.346-.521-.919.014-.579.393-1.059.349-.288-.026-2.01-1.241-3.877-.623-.68.227 3.63 1.08-5.866.6 3.781-1.141-13.09-.874-16.251-.613l1.885-.456c-3.104.389-3.655-.027-4.351-.015-2.81.048-6.667.408-9.27.336-3.045-.083-3.048-.831-6.594-.584l2.529-.465-7.339.033c5.646 1.056-1.214.034-1.693.007-.73-.044.315.372-.905.309-.126-.01.06-.39-1.821-.453-3.926-.13-3.309.357-4.955.336-.15-.005.38-.344-2.459-.453-9.014-.341.04.263.388.315.456.068-2.66 1.474 5.022 1.041-2.581.135-2.845.77-3.136.782-.258.01-4.714-.121-4.959-.145-2.186-.236-.256-.654-.683-.735-.35-.068-5.71.454-6.951-.862-2.565 1.186 1.459 1.105 5.759 1.329.624.253-4.098.454-4.344.45-6.074-.05-2.702-1.015-4.026-1.659-.686-.338-3.195.321-.882-.552-5.565-.133-2.192.406-2.552.48-.544.109-2.489-.16-2.732-.128-.357.049.884.365-.526.464-.235.015-2.5-.53.428-.765-3.91.05-3.584-.399-4.913.505-2.677-1.739-1.955 1.008-3.013 1.099-2.81.24-1.989-1.109-2.136-1.175-1.025-.43-8.775.003-10.695-.198.76.976 6.139.033 7.349.227 4.016.646-5.665.464-2.752 1.7l-3.66-1.021c-2.251.78.945 1.133-5.136.828-.993-.683 4.301.119 3.241-.419-.627-.316-4.154-.394-4.223-.56-.069-.2 3.118.046 2.616-.263-1.101-.667-12.701-.059-3.871.32-2.465-.018-3.735 1.298-5.866.884-1.376-.266 6.374-2.077-5.25-1.755-.249.621 4.645.188 4.772.235.179.069-.709 1.471-.862 1.54-.561.225-12.349-.529-14.912.182.993-.813-9.002-.129-10.083-.371-.289-.068.79-.566.481-.619-1.931-.307-7.131.597-9.536.631-2.692.037-2.355-.393-2.506-.391-1.199.03-.24.316-.973.319-1.11.003-8.692.105-9.07.048-.111-.018 1.121-.515-.529-.597-.285-.014-.105.564-4.982.348-5.869-.259 4.071-.751 1.629-1.343-3.766.892-3.647.035-4.669.11-.354.026-2.979.776-5.827.755q3.07.15 6.146.306c-2.021.143-5.905.016-7.595.176-.815.077-.138.671-1.911.671-.375-.004-1.885-1.45 2.77-.838.367-.525-1.843-.165-2.869-.304-.155-.021-.776-.887-2.079-.333-.31.138 3.123 2.643-5.697.892-.284-.057.698-.385.42-.449-.19-.043-2.433.11-2.681.068-.254-.046.826-.405.524-.47-1.551-.336-3.565 1.065-.378.925l-3.19.546c1.127-1.051-1.676-.274-3.146-.288-9.415-.09-3.12-.843-4.742-1.172-2.637-.527-.609 1.225-4.515.741-.359-.045 4.334-.865-4.848-.313l4.069.033c-.77 1.015-4.897-.001-5.213-.011-3.601-.085-1.166.24-6.509-.196-.478-.039-1.51.225-2.529.117-4.224-.444 5.559-.396 5.826-.805.117-.204-10.396.013-10.756.114-1.524.445 4.768.107 3.575.647-.389.188-15.529.068-18.515.333-3.471.302-5.002 1.696-5.055.166-.949 1.521-1.833.514-2.275.534-5.384.249-5.412.265-10.037.221-1.022-.009-1.874.466-2.236.398-.21-.043.171-.537-.861-.666-1.438-.175-9.982.526-10.606.813-.629.285 3.61.031 2.861.493-3.061.117-6.04.08-9.155.206-1.294.053-.621.346-1.18.366-.239.01-4.705-.147-4.519-.268.424-.281 14.241-.446 10.591-.897-.706-.088-3.169.688-2.795-.191a6061 6061 0 0 0-36.859 1.621c7.036.432 15.081-.385 22.404-.522 1.01-.02 4.429-.196 4.025.255-6.261.279-14.098.273-20.137.74-.194.016.529.389-.194.474-1.351.156-5.768-.345-6.5-.158-.125.043 2.391.485 1.641.84-1.925.909-2.479-.955-4.154-.881-1.268.057-10.032 1.25-12.224.751-2.34-.535 6.445-.57 5.784-1.047-5.969-.309-11.947.432-17.52.568-.098.003.74-.42-.505-.431-2.157-.019-2.731.56-3.786.688-1.145.135-5.195.204-5.726.428-.069.029.771.55.896.561 1.77.163 2.37-.576 2.53-.591.603-.05 1.205.203 1.755.166.906-.06 1.396-.331 2.594-.398.824-.045.048.47.835.42.289-.021 3.371-1.244 3.703-.119.158.34-25.553 1.756-28.086 1.585 2.215-.225 4.373-.446 6.565-.667-4.417.503-9.854-.188-10.177 1.171-16.561.78-33.05 1.626-49.648 2.546-2.948.26-1.29 1.041-6.15 1.031q1.857-.506 3.72-1.01c-2.474.313-13.482 1.246-15.295 1.165-.232-.011-.596-.775-3.36-.698-2.45.069-2.813.675-4.112.855-1.091.15-2.329.064-2.652.112-.247.04-.328.403-.924.498-1.881.294-.403-.795-2.218.463l1.379.057c-2.265.29-5.385.986-1.988 1.061.581.013.066-.306.498-.329 16.907-.838 3.446.55-2.519.338-1.511.594-10.095.757-10.367.875-.388.169 1.097.496-.799.958-.408.095-11.801.463-7.666.907.85.091 6.303-.369 7.626-.423-3.046 1.26-10.384.122-11.225.213-3.31.362 6.434.57-1.037 1.131-5.737.434-.39-.607-2.615-.787-1.254-.1-7.683 1.085-7.566.041-2.225.022-.894.491-1.165.547-.269.05-4.635.005-6.044.311-.171.037.408.541.231.596-.345.096-4.586.25-4.758.216-.11-.025.869-.559.448-.646-.493-.103-4.55.263-4.781.143-.331-.184 4.696-.362 3.827-.838-2.309.276-6.092.163-7.641-.164.381.096 2.619-.027 3.394-.119-.415-.747-5.218-.432-3.538.073-1.063-.261-.362-.48-.969-.751-.159-.069-1.641.009-1.935-.106-.037-.024 1.471-.413 1.155-.55-.574-.246-5.053.105-5.412.204-1.017.276 2.65.295 2.976.6.046.048-3.019.885-3.063.944-.143.615 3.285-.043 2.925.526l-2.541.51c3.325.336 9.426-.335 11.05.193-4.928.121-10.037.474-9.938 1.883.043.594 2.172.806 2.101.963-.278.559-3.24.161-3.345.196q-.129.057-.122.105c.019.316 4.204.275 4.424.406.367.234-1.422 1.409-1.405 1.643.068.043 3.056.101 2.079.574-.989.475-3.588.653-3.675.7-.481.279 4.08.211 4.226.349.076.069-2.338.676-2.4.811-.054.134 1.821.3 2.58.663.565.271-1.009.607-.726.637.2.019 4.504-.26 4.721-.219.32.059-.666.488-.512.57.215.117 1.6-.101 1.426.045-.131.109-5.44 1.71-5.383 2.044.098.57 5.716-1.113.555 1.487-.036.018-1.338-.06-1.371-.044-.769.466 3.404.843-1.655 1.055 9.45.121 1.224.787 2.677 1.663.56.338 4.219.259 4.24.313-.325.494-1.511.203-1.891.459-.21.143 3.088.434 2.374.804-.371.19-3.84.35-3.98.393-1.35.394.35.617.063.854-.19.159-2.276.304-2.329.334-.085.06 2.788.469 3.393.637.459.131-1.211.489-.894.537 1.913.296 5.871-1.019 2.089.712-.231.106-1.698.163-1.74.184-.877.479 1.821.344 2.325.659.867.541-3.031.456.22.669-2.395.542-3.743.613-6.57.685 7.837-.2 10.705 1.165 2.013 1.68 2.759-.2 2.51.688 3.335.65.512-.025 4.474-1.141 2.755.912-.216.256-2.672.103-1.879.55 5.844-.496.144.307.143.372.122 1.135 14.458-.698 16.872-.709 2.851-.021 5.44.726 6.06.691 2.04-.121.32-.478.766-.673.45-.194 6.316.338 6.607.274 1.116-.259-.06-.734.055-.767 1.4-.416 9.175-.438 11.353-.685-.05.354-4.416.63-1.658 1.039 3.215.478 3.313-1.08 3.393-1.153a5926 5926 0 0 1 43.788-2.252c-.147.831-9.699.681-9.902.802-1.25.703 14.84-.105 16.832-.485l-4.495.75c2.607.824 8.275-.679 11.969-.43 1.2.08-1.076.551-1.027.575 1.359.305 3.5-.077 1.866-.498 3.301.323 2.799-.177 5.319-.331.13-.007-.936.424 1.067.491.938.031 5.938-.19 6.625.115.283.129-2.191 1.724-2.561.463-5.407.862-1.762-.505-3.872-.38-.321.021.45.698-4.866.605 1.065 1.238 7.134 0 8.194.11 2.178.222-6.709 1.285-8.377.36.807.968-.625.164-2.6.297-2.163.145-1.206.4-2.375.456-3.197.158-1.916-.613-4.544.151 2.501-2.098-4.569-.044-6.615.575 3.381-.063 6.781-.125 10.171-.185l-.563.338 2.652-.168-.439-.278c4.595.432 5.684-.343 6.055-.369 4.796-.302 10.4-.545 15.26-.756.727-.031.25.635 5.537-.096 1.689-.232.066-.667 1.993-.673 2.462 1.265 2.373.177 3.089.146 2.055-.084 3.329.204 3.519.2 2.541-.051 6.298-.258 9.056-.315.053.003-1.375.479.423.284.631-.069 6.246-2.081 11.267-1.683l-3.881.509c1.51-.229 12.255-.17 9.65.406-1.6.35-5.565-.66-5.952.468 3.59-.475 23.176-.66 24.729-.961.211-.044-1.106-.361-.815-.418.225-.043 4.744-.105 5.341-.263.355-.094-1.65-.25-1.492-.385.149-.098 5.758-.432 6.086.01-1.378-.138-5.242.145-3.197.46.263.039 1.601-.295 1.92-.245 2.963.46-5.848.607-7.228.659 5.617.39 14.058-.554 20.516-.367 2.586-.453-3.866-.461-.938-.859 6.081-.825 1.638.471 1.829.514 1.522.335 6.641-1.846 6.685-.299 2.188-.294 1.471-.47 4.577-.352l-1.215.355c3.461.8 10.72-1.654 10.169-1.811-1.49-.424-5.279.398-5.603.39-.48-.013-1.859-1.55-7.065.001-2.181-.994 8.304-.94 3.516-1.527 3.21.025 16.511-1.05 18.46-.631.23.055-.804 1.13 2.451.517 1.546-.291-2.196-.214-1.491-.47 2.126-.804 32.044-.978 37.706-1.02.369-.005.227-.329.59-.333 1.114-.011 5.188.404 7.188.221-4.125.673 3.893.585 5.909.488 3.08-.147 2.883-.717 4.214-.86 5.121-.549 13.189.705 17.139-.614-.205 1.265 6.883-.701 10.135-.746 2.544-.035 6.251.765 2.816 1.308 4.393-.103 9.061.091 13.141.136.679.007-.259-.359.899-.334.105.005.253.37 1.248.4 8.219.259 4.218-.489 5.754-.729a20 20 0 0 1 1.965-.225c-4.806-.041-10.321-.143-11.794-.14 1.245-.82 10.606.075 13.361-.158.095-.009-.24-.453-.143-.456h.005c1.027-.041 7.607.088 6.256.627-.362.144-3.394.158-6.975.133.97.094.249.596.42.617 2.075.232 7.166-.281 8.979-.355.413-.016.383.304.45.304 1.627-.08.955-.99 2.631-.056 2.949-1.15-5.536-.144-4.956-.885.485-.578 19.343-.336 19.315.566.065-.095.326-.215.861-.351 1.182-.304 6.488-.215 7.388-.05.152.033.092.902.281.91.471.019 6.884-.663 9.289-.146l-3.889.364c7.826.013 6.623.273 4.009.529-.13.003-.258.035-.381.039-2.024.19-4.611.375-4.65.444-.159.259 13.141.421 10.586-.389-.359-.112-6.515.24-3.466-.333.532-.1 4.49.071 4.699.007 1.391-.42-7.249-.994-6.19-1.591 2.092.573 4.785.276 7.195.429 1.096.07 1.365.506 1.5.515 2.024.119.889-.341 1.565-.328.361.007 4.353.994 3.603-.35 13.021 1.037 3.651.994-4.434.897 2.555.495 7.525.275 9.742.398.797.045.323.49 1.671.586 2.761.193 16.09-.245 19.57-.338-2.124-.173-1.492-.656.141-.61s.256.688.574.759c.338.075 8.016-.17 9.3-.074-5.787-.286-4.479-.761.438-.769l-2.129-.439c2.876.221 8.957-.463 10.631-.222.263.037-.685.438-.537.459 1.464.188 6.471-.175 6.703-.031.198.117-1.943.438-1.151.614.17.037 2.218-.491 4.221-.333.744.059.29.44.478.465 1.561.205.645-.458 3.505-.318 2.096.103 3.651.76 6.56.587-9.543.688-1.531.45 2.461.752.64.048.079.741 3.914.455-8.13-1.385 2.33-.64 4.484-.619.117-.003.165-.465 1.22-.456.088.001-.037.313.927.351 9.191.371 3.317-.075 5.07-.356.746-.119 5.221.398 6.431.43.279.006.156-.321 1.232-.29 1.904.056 3.606.432 4.866.483.146.005.161-.509 2.549-.297.671.059 1.422.255.465.385-3.177.425-9.154-.52-12.719-.095-3.255.388 6.984.6 7.524.615.196.005-1.804-.285.234-.3 1.74-.01 4.908.934 7.514.79.199-.011 2.292-.722 2.197-.767-.086-.034-3.277-.258-2.809-.466.055-.024 2.085.02 2.354-.138.329-.19 1.24-2.106 1.667-2.146 1.104-.099.378.329 1.091.313 1.526-.036 6.848-.5 7.008.175l-2.635.065c4.88.169 2.795.413 3.484.551.742.151.545-.441 2.195-.463.356-.005 7.265.268 7.136.512-3.817-.478-2.415.283-2.591.291-.671.033-1.518-.394-2.415-.405-6.311-.07.037.709-1.455.844-.514.044-1.527-.325-1.745-.313-.707.043-.729.5-1.199.453-1.097-.109.199-.727.112-.762-.974-.425-4.828 0-2.449.75-1.441.225-1.593-.633-2.737-.315-2.275.631 1.116.525 2.034.656 3.289.473 4.272.165 8.953.378 1.686.076 3.678.536 4.461.576.493.025 5.196-1.313 5.282.95 1.836-.175 4.669-1.598 6.529-1.485 1.664.103 1.115.889 1.27.924.236.054 2.255.041 2.935.171.796.152.389.448 1.656.604 3.152.388 3.093-.429 3.419-.475 3.794-.515 2.11.604 2.946.717.767.104 11.774-.048 14.023.313l-2.781-.569c1.68-.463 3.426.418 3.482-.494.297 1.481 3.771.595 4.808.663.409.029.369.279.88.304 1.996.101 6.518.036 7.601.196 4.685.689-7.362 1.24-8.299 1.271 1.883.035 12.59.688 7.643 1.248-.765.086-2.094-.613-2.52-.651-2.885-.255-.63.403-.859.451-.388.08-2.272-.547-2.775-.494-.168.018.892.583-1.859.515 1.334.556 9.095.362 10.114.517.364.055-1.951 1.091 4.737.22l-.241.301c3.73.159 7.359.316 11.047.479-.393-.25-2.442-.792.156-.607 1.498.107.371.6.508.619 1.314.179 25.255.829 29.826 1.069 1.569.077 5.939.666 6.274.688 1.998.116 9.113.116 10.534.232.884.074.027.481.813.491.729.01-.009-.446.209-.456 1.786-.088 15.414 1.027 18.698.767-2.001.035-11.865-1.225-11.65-1.515.044-.04 2.46-.266 2.95-.088.835-.336 3.605.904 5.148.747.175-.018-.483-.676 2.261-.676.946 0 3.397.596 5.915.152 3.65.415 22.47.438 23.775 1.184.036.037-2.64.147-.851.509 2.377.479.284-.865 3.083-.843.414.003 8.219.496 8.442.585 2.31.81-4.474.771-4.391.856.235.216 5.857.606 6.08.57.219-.04-4.304-1.184 1.167-.57l-1.903.241c2.571.338 2.849-.289 3.476-.297 1.953-.03 4.011 1.044 7.199-.003.843-.278-.514-.7-.408-.742 1.015-.38 2.226.83 3.764.05.117-.059-3.342-.746 2.748-.443l-1.27.182c.848.225 7.018.646 7.854.646 2.438-.003.346-.7 2.789-.504-1.59.726 5.769 1.212 5.381.496.981.925 7.281.581 10.237.72 1.864.088 5.651.675 6.248.663.726-.016.539-.623 1.853-.684.37-.019 4.256.633 7.686.205.663-.083 2.098-1.015.891-1.335-2.044-.547-6.106.045-6.015-.549.095-.635 5.45.041 6.87.037 6.639-.013 2.856-.906 3.038-1.103.469-.475 4.09-.254 4.244-.29.639-.163-1.906-.704-1.927-1.011-.025-.4 3.509-.916 2.723-1.095-1.127-.255-4.37.16-4.571.121-2.624-.534 1.054-1.246 2.081-1.64.311-.121-.885-.416-.631-.444 3.875-.398.736 1.334 3.299 1.351 2.288.018-.613-.752-.524-.78.114-.03 2.844.092 3.284-.096.215-.095-6.805-1.669-6.479-2.176q3.379.364 6.766.732c.216-.675-3.069-.356-3.401-.446-.669-.18 1.24-.419 1.171-.64-.035-.14-2.225-.757-.21-.846.693-.03 2.11.532 4.651.188-8.703-1.129-2.626-1.166-2.355-1.394.266-.229-3.872-1.037 1.186-.646.296-1.32-.085-.428-1.511-.745-1.745-.388 2.35-.595-4.105-.629.4-.603 5.574-.263 5.853-.296.239-.033-.895-.405-.479-.485 4.93-.925 1.56-.568 3.013-1.256.129-.063 4.746-.08 1.25-.395-6.368-.574-9.067.163-10.03-1.787 4.746-.556 10.395.995 11.83 1.1 2.196.158-.059-.361.219-.454.095-.029 1.989.112 2.016.085 1.432-1.363-8.431-.515-11.479-.938l2.505-.508-3.348-.217c5.343-.13.196-.154-1.061-1.395-.283-.279 3.182.369-.757-.586 2.946-.001 2.022-.294 4.666.188-.044-.473-6.001-1.34-8.341-1.713 8.36-.055 3.508 1.391 10.779.896 1.306.656-2.135.345-1.859.458.988.4 3.384-.009 6.172 1.363.454.224-1.551.717 1.365.858.323.015 2.212-.396 2.189-.435-.222-.423-2.071-.378-2.136-.551-.063-.166 1.984.05 1.994.007.092-.508-1.701-.295-1.434-.44.576-.315 8.026-.981-1.629-1.222 7.969 1.044.988.621-2.11.22-.79-.101-.974-.418-2.098-.587-1.445-.221-3.152-.173-3.9-.271-.804-.107 3.824-.568-2.821-.73 3.413-.525 9.344.583 12.705.275 6.783-.625-4.616-1.51-5.79-1.675-.314-.045.769-.395.559-.432-.344-.06-6.806-.237-7.42-.614-.615-.376 2.359.15 2.579-.194.146-.232-7.599-1.096-3.384-1.021 2.904.05 8.206 1.319 9.17.339q-6.411-.499-12.79-.985 3.527-.393 7.067-.782c-4.795-.398-8.91-.184-13.466-1 11.036-.65-3.506-1.202-3.67-1.363-.05-.095 4.339-.879 5.049-1.025-3.83-.61-15.453-1.429-8.576-2.323-1.252.217-4.205-.647-4.161-.698.406-.537 6.917.177 5.88-.384-1.204-.651-2.976.048-4.869-.119-9.705-.849-6.887-3.619-16.624-3.663q.3-.139.596-.28a7178 7178 0 0 0-31.852-1.077c-4.136-1.087-15.174-2.138-20.579-2.275-1.095-.031-6.439.203-6.864.266-.752.125 3.356.362 1.489.576-.386.043-9.526-.152-8.848-.621 1.022-.015 4.209.371 4.737.278 3.683-.69-24.352-1.189-25.692-1.565.634-.138 1.252-.275 1.876-.413-1.75.011-3.553.02-5.325.03m79.168 43.557c1.03.552 3.7.313 5.261.531 2.159.306 5.735 2.417 4.256.41q-4.768-.474-9.518-.941m-46.309-1.431c2.126-.175.532-1.323-1.219-.951-.194.043-1.655 1.188 1.219.951m22.284.5a43 43 0 0 0-1.999-.063c-1.673.354 3.887.525 1.999.063M597 43.001c2.328.12.609 1.046-.826.597-.089-.029.673-.604.826-.597m1.658.027c1.837-.819 5.431 1.075 2.535.802-.281-.027-2.62-.762-2.535-.802m91.201 4.161c-.224-.348-2.417-.283-3.354-.244.011.307 2.439.165 3.354.244m-55.569-2.367c-.086-.269 7.532.031 8.043.4-1.201-.194-7.966-.161-8.043-.4m-19.525-1.066c.195-.039 2.833.121 2.748.351-1.3.263-3.625-.175-2.748-.35m-38.837-1.2c-.141-.063 1.865-1.49-2.817-.645-.688.124 1.741.579 1.498.625a7.5 7.5 0 0 1-1.238.126c2.164.184 4.417.306 4.638.222 1.037-.395-2.019-.302-2.08-.329m-20.376-1.655c-.443-.254-3.308-.196-3.96-.112-.111.016.359.663-.926.584-1.032-.064.526-.677-1.487-.623-2.035.055.669.585.491.614-.24.037-3.375-.331-3.286.05.066.283 3.436.175 4.269.255 1.065.103-.24.537 1.546.483 1.123-.035.521-.872.76-.907.199-.03 4.111.542 2.589-.34zm17.234 1.709c.163.033.352.053.585.053q-.295-.025-.585-.053m149.692 5.438c-1.116.2 2.144.686 3.402.416.035-.266-3.226-.446-3.402-.415m-151.683-6.162c-3.22.117-.865.465 1.99.725-.904-.18-.909-.762-1.99-.725m91.718 3.498c-.138.055-.229.147-.245.304.364-.156.4-.247.245-.304m-7.525-.025c-2.552-.58 2.672-.351 2.626-.011-.021.129-2.525.035-2.626.013m-61.001-2.404c.24-.039-3.409-1.598 1.92-.348-2.869.081.147.333.099.458-.13.36-4.924-.139-5.989-.014-.813-.675 3.18.034 3.964-.096zm-75.184-2.536c.637.394 2.688.313 4.072.319-.639-.395-2.691-.313-4.072-.319m-362.973 3.266c9.491-.011 10.672-1.606 2.01-.664-.17.019-2.591.529-2.01.664m81.523-3c.882-.7-2.096-.734-4.037-.405-.44.075-2.052.801-.188.887-.08-.819 2.794-1.205 4.225-.484m331.636.717c-.931-.478-3.855-.235-5.389-.209.925.396 4.03.313 5.389.209m-381.983.348c1.001-.085 1.699.48 1.527.535-.769.25-2.659-.163-1.527-.535m391.301-.156c.139-.266-3.681-.635-3.965.025.818-.025 3.865.141 3.965-.025m-56.896-1.325c.596-.125-2.474-.434-3.405-.316.069.288 3.014.396 3.405.315m-318.274 1.163c.894-.079 3.131-.163 3.386.068.318.288-2.969.288-3.386-.068M36.344 48.403c-.107.112 3.413.677 4.95.394 2.916-.544-4.836-.478-4.95-.394m141.185-6.631c-2.797.659.311.007.209.6-1.897.088-6.601.286-3.386-.409.626-.135 2.294-.121 3.177-.191m2.594-.288c.309.181 2.365.712.604.73-.813.006-2.146-.616-.604-.73M57.836 47.436c2.504-.663-9.098.265-9.415.378a1.6 1.6 0 0 0-.35.152c-.434-.14-2.619-.045-2.848.388.653-.073 2.442-.138 2.647-.196q.131-.037.2-.069c.785.318 9.277-.527 9.765-.653m19.204-1.57c-2.941-.617-3.384.717-3.132.746 3.182.369 1.075-.488 1.17-.537.215-.086 2.482.244 1.954-.208zm-15.26 1.137a63 63 0 0 0-2.659.19c-1.978.55 4.925.057 2.659-.19m478.45-7.39c-1.756.09-.048.611 1.123.465.096-.015.429-.544-1.123-.465m-358.711 1.953c.393-.107 10.739-.796 10.144-.048-.894-.06-12.634.712-10.144.048m77.289-2.335c-1.829.045.18.688 1.151.413.36-.104-.69-.423-1.151-.413m324.69 1.894c1.884.432 1.53-.843-.126-.458-.065.015.053.441.126.458m-339.241-1.167c6.275.268 4.741-1.875-3.393-.944l.779.273c-9.482.56-.626.166 1.663.234.876.025.151.406.945.44zm24.151-.965c6.002-1.663-5.484-.43-8.848-.557 3.24.569 7.449.386 1.74 1.157 8.363-.048 4.849-.587 5.191-.646.39-.066 1.66.117 1.916.046m-15.999.329c-.351-.037-2.98.338-3.929.307 1.338.496 6.26-.054 3.929-.307M97.224 45.21c-.239-.401-.796-.68-2.868-.423.653.175 1.99.288 2.868.423m633.491 1.438c1.439.044 4.314.034 3.413.423-.099.033-3.42-.179-3.413-.423m-519.171-6.373c.301-.061 8.224-.321 5.5.213-.826.16-8.023.313-5.5-.213m-40.816 1.39c.664-.029 3.356-.048 3.41.05.2.33-3.106.263-3.41-.05m567.275 4.93c.195-.034 4.542.268 4.055.444-.931.33-4.7-.33-4.055-.444m-204.124-8.091c-.367-.024-.862.415-.99.416-.3 0-7.004-.318-4.454.313.42.105 10.094.098 11.361.073.503-.605-3.651-.114-4.655-.2-.176-.016-.279-.534-1.26-.599zM86.394 45.309c-.299-.379-8.231-.231-8.107.237 2.696-.08 5.417-.16 8.107-.237m3.978-.265c1.661-.36-2.265-.256-3.413-.075.001.263 3.17.128 3.413.075m95.226-5.364c.795.069-1.621.722-1.073.815.351.057 2.114-.216 2.685-.056.163.05-1.626.649-2.149.643-.742-.006-.037-.453-.848-.428-2.685.081-5.051.465-7.559.546-.226.006 1.519-.354-.413-.281-.302.011-2.06.517-4.396.536-5.199-1.19-8.921.3-15.424.054.237-.139 5.079-.673 5.366-.695 5.434-.434 15.188-.81 20.858-1.005 1.46-.05.76.265 1.39.254.498-.009-.112-.529 1.561-.383m544.372 6.629c.711-.504 3.099-.041 4.638.01-.566.458-3.132-.054-4.638-.01m-604.261-3.337c.77-.014 3.16-.28 3.356-.125.273.2-3.18.483-3.356.125m370.358-5.048a41 41 0 0 0-1.986 0c-1.653.405 3.874.406 1.986 0m-44.205-.474c-1.403-.08-2.814-.263-3.287.171.892-.059 3.449.135 3.287-.171m-60.961-.31c.288-.573-3.91-.2-4.701-.15.294.255 4.489.563 4.701.15M97.442 43.398c-2.575.159-2.072-.734-3.688-.261-.263.079-1.036 1.925 1.759 1.111.504-.146-1.51-.479 1.929-.85m142.083-4.335c-.669-.362-2.723-.2-4.11-.134.319.275 3.119.131 4.11.134M745.9 46.569c1.231-.471 6.785.221 5.387.5-.2.037-4.607-.479-5.387-.5M562.455 39.5c-2.295-.483 2.484-.486 3.984-.034-.683-.045-3.83.065-3.984.034m-156.911-2.652a61 61 0 0 0-2.664.039c-2.004.435 4.911.338 2.664-.037m60.879.065c-.862-.356-6.64-.143-7.951.191 1.26.519 9.035.255 7.951-.19m-358.348 6.221c-1.821.068-3.588.258-5.27.488.367.275 5.103-.263 5.27-.488m288.51-6.341c-.13.003-.258.035-.381.039zM149.191 41.15c1.544-.176 1.244.371 1.149.391-1.159.219-2.896-.191-1.149-.391m582.582 4.456c.56-.455 3.141.051 4.646.013-.455.359-3.445.1-4.646-.013M274.861 37.88c1.923-.56-5.954-1.019-7.595-.647-.119.325 7.31.722 7.595.647m294.776 1.09c.163-.375 3.442.174 2.737.333-.446.101-2.836-.1-2.737-.333m-306.324-1.436c-.747-.1-2.471.31-1.857.525.789.275 2.05-.495 1.857-.525m-66.404 1.44c.319-.069 4.665.182 2.886.625-1.234.306-1.449-.234-1.74-.225-.316.01-7.282.904-1.146-.4m122.075-2.092c-1.639-.126-3.615.065-5.324.076.698.225 4.63.241 5.324-.076m237.861 1.647c.398-.145 11.299.051 5.095.359-.364.016-6.32.073-5.095-.359M97.442 43.398q.486-.029 1.133-.115c-.431.036-.806.08-1.133.115m29.268-1.407c-.61-.25 2.397-.454 3.27-.345.291.324-3.182.379-3.27.345m186.816-5.416c-.978-.145-2.795.046-4.025.044.21.254 3.615.221 4.025-.044m69.539-.76c-1.975.154-4.402.089-4.44-.225-.041.05-.136.103-.295.155-.16.051-2.271-.09-3.188.02-5.504.641 21.244.341 5.732-.522zm91.16.459c1.12-.366 4.244.154 3.429.293-.568.095-4.55.076-3.429-.293m-42.945-.646c.335-.065 3.399.222 3.476.424-1.765.199-5.004-.117-3.476-.423m51.545.319c.704-.048 1.593.58 1.51.606-.719.213-2.695-.281-1.51-.606M102.71 41.486c1.031-.225 4.406.06 5.13.432.13-.084.485-.204 1.141-.356h-.006c.846-.216 27.735-1.591 9.731-.007-.563.05.19-.349-2.1-.18-.15.011-.213.313-.679.348-1.077.08-6.787.53-7.942.345-.006.056-.079.112-.234.168-1.381.494-5.85-.575-5.041-.749m322.505-5.95c.615-.106 2.563.009 2.763.273-.968.122-4.19-.024-2.763-.273m131.996 1.924c1.258-.184 4.426.302 3.46.491-.594.116-4.911-.281-3.46-.491m-112.513-1.647c-7.157.251-1.708-.039-2.8-.432zM69.582 44.156c1.135-.15-.245-.838-1.478-.359-.386.152.843.44 1.478.359m-51.596 2.74c.935-.732-3.814-.041-1.925.305.088.01 1.856-.275 1.925-.305m36.019-2.4c.802.413 1.309.439 3.493.205-3.247.05-.266-.521-3.493-.206m324.641-8.956c-.013.019-.024.033-.021.05a.1.1 0 0 0 .021-.05m110.947.625c.9-.375 3.406-.305 2.652.074-.073.035-2.29.219-2.652-.073M107.84 41.92c-.116.075-.054.117.145.15.007-.053-.046-.1-.145-.15m368.204-6.265c.085.29-3.746.352-3.899.318-2.19-.531 2.315-.357 3.899-.318m106.514 2.098c.198.036-1.099.746-1.871.43-.597-.245 1.135-.568 1.871-.43M46.589 44.727c-1.206.07-2.902.168-3.195.54.802-.1 3.235-.281 3.195-.54m-26.762 1.566c1.474.328 4.729.126 6.805-.068.003-.551-5.43.112-6.804.068m79.596-4.444c.098-.027 3.137-.338 2.739.05-.583.568-3.589.191-2.739-.05m477.223-3.874c-1.35-.291 1.796-.981 3.212-.338.727.329-2.985.388-3.212.338m-79.21-2.194c1.789.244-2.659.549-3.271.155.825-.019 2.635-.24 3.271-.154m-61.078-1.12c5.65-1.067 2.56.934 1.565.749-.139-.026-1.701-.724-1.565-.749m323.688 10.444c.795.198-2.228.593-2.594.205-.227-.244 2.086-.331 2.594-.205m-408.949-9.764.711.006a5 5 0 0 0-.711-.006m162.697-.752c-4.035 1.49-3.589.291-3.938.291-.751.003-2.502.394-3.914.3l4.849.617c-1.29.088-12.39.468-12.611.213-.326-.367 3.155-.195 3.257-.225.147-.043.709-1.039 1.034-1.071.529-.054 9.819.094 11.322-.125m-65.636.343c-.91.112-1.171.508-1.594.409-.143-.034-.163-.414-.653-.516zm72.724 1.205c1.133-.441-3.907-.366-4.067-.316-.867.297 3.141.677 4.067.316m-42.919-.795c.185-.025 4.077-.116 4.044.141-1.035.181-6.234.168-4.044-.141m-32.657-.55c-1.363.034-3.936.395-3.636-.175h.006zm126.734 1.845c2.542-.841 1.316.276-.919.509-.664-.428.501-.372.919-.509m8.086-.45c.704-.145 7.954.25 6.834.7-.4.16-4.559-.398-4.751-.369-.291.04 1.021.613-1.198.443.135-.177-1.127-.725-.885-.774m-5.986-.075c2.522-.623 3.05.673 1.166.621-.736-.018-1.526-.531-1.166-.621m-10.266-.173c.911-.098 3.335-.209 4.993.263q-3.353-.037-6.696-.071c-.25-.249.907-.106 1.71-.191zM4.547 43.974c1.963-.49-2.619-.335-2.805-.232-.554.333 1.929.45 2.806.232m771.729-9.6c.561-.114.95-.569 2.155-.25q-1.869.421-3.735.844c-.906-.858.966-.47 1.58-.595m4.85-2.669c-.173-.03.845-1.21-1.442-.514-1.546.47 6.656 1.484 8.183 1.025-1.633-.351-5.258-.268-6.74-.512m14.777-4.504c.101-.094-3.038-.424-3.405-.375-1.931.254 2.855.871 3.405.375m-10.036-.35c1.484-.155-1.765-.499-2.741-.416-.107.225 2.511.438 2.741.416m-762.223-2.02c1.532-.935 3.06.785.6.569-.117-.01-.665-.524-.6-.569m769.255.945c-1.489.154 1.769.5 2.752.42.104-.225-2.526-.441-2.752-.42M24.64 22.763c2.069-.73 1.45 1.341 1.191 1.438-1.067.389-4.813-.181-5.6-.331 5.587-.036 3.434-.76 4.409-1.105m9.806.635c1.975.1-3.016.81-4.002.302.975-.031 3.44-.333 4.002-.302m11.865-1.341c1.045-.133 4.165-.484 4.709-.194-1.154.006-4.248.496-4.709.194m2.325-1.09c1.62-.527 2.087.712.169.445-.075-.011-.227-.418-.169-.446m9.244-.975c1.056-.563 2.362.594.606.722-.521.037-.719-.657-.606-.722m-30.735.432c1.531-.309 3.575.448.283.741l3.502.194c-4.296.75-4.049-.484-5.286-.359-1.726.176-1.529 1.17-1.163 1.462-1.44-.527-7.512-.166-11.022-.063 3.056-.45 8.055-1.206 11.046-1.551.86-.1 1.715.125 2.45.05 1.177-.122.105-.455.184-.475zm42.906-1.109c3.144-.737 1.2.597-.603.475-.077-.014.525-.456.603-.475m727.3 2.978c-4.293.263-1.244 1.123-10.08-.429 3.694.948.176.537.889.875.57.268 2.775.203 1.472.597 1.703-.415 8.986.156 9.319.094h-.01c.199-.037-.219-1.22-1.59-1.137M46.142 18.843c.973-1.55 1.521.791 3.531-.561 2.866 1.638-7.636.434-8.816 2.025 11.304-.829-7.412 1.935.381-.791-6.501 1.204-2.163-.156-3.19-.388-1.1-.244-4.775.309-4.62-.258h.006q3.391-.143 6.795-.281c-2.149 1.325 2.462.698 3.95-.366zm-12.704 1.866c.219-.04 5.146-.163 4.844.098-.651.191-7.633.419-4.844-.098m-21.597 1.055c1.761-.112 4.476-.516 5.467-.125-1.767.112-4.48.516-5.467.125m90.703-5.091c2.272.263-4.662.704-2.675.169.098-.025 2.563-.181 2.675-.169m-51.29 2.107c2.256-.584 1.259.926-.453.644-.1-.018.349-.617.453-.644m742.654 3.131c-.134-.364-6.324-.475-7.414-.541.6.365 7.564.959 7.414.541m-785.25-1.28c3.419-1.499 8.281-.32 8.804-.384.519-.066-.333-.574-.215-.595.273-.05 5.806-.343 6.065-.319.193.019-.754.864.395 1.042-2.204-.316-12.359.595-12.87.541-.41-.044 2.595-1.06-2.172-.288zm10.101-.636c-1.368.415 2.532.215 3.442.037 2.056-.398-3.255-.088-3.442-.037m9.269-.867c.435-.1 4.417-.406 4.78-.06-1.863.587-5.77.291-4.78.06m44.38-2.453c1.037-.007 3.875-.438 4.055-.125-1.042.006-3.876.438-4.055.125m700.651 1.239c1.727-.171-2.235-.503-3.397-.438-.075.209 3.25.453 3.397.438M51.468 15.7c.591-.134 13.194-.584 14.915-.522-1.663.329-14.138 1.034-14.69.95-.166-.026-.302-.408-.225-.428m-27.063 1.432c-1.171-.401-1.883.209-2.025.225-1.398.158-4.369.234-3.691.647 2.519-.34 8.041-.075 5.716-.872m48.78-2.635c4.26-.048-3.877.877-2.833.329.068-.034 2.391-.325 2.833-.329m-23.123 1.144c-.958-.33-13.436.716-15.468.84 1.845.596 3.27-.022 5.701-.128.657-.027.5.275.57.271 1.136-.053.269-.341.963-.386.431-.029 9.578-.136 8.234-.597m-26.33 1.205c-.696-.23-8.547.138-8.857.23-2.33.68 8.284-.104 8.857-.23m27.443-1.894c-1.395-.74-7.565.159-3.297.325.408.013 2.106-.438 3.297-.325m21.515-1.208c.206-.036 4.635-.43 4.729-.175-.639.134-7.095.563-4.729.175m-2.343-.757c.107 0-.905.555 1.167.383.174-.015.465-.595 3.09-.525.532.013 1.375.343 1.318.369-2.684 1.025-10.946-.232-5.575-.226m-46.785 3.413c.405-.264-.65-.907-1.54-.495-.381.179.374.556 1.54.494m63.188-3.609c-2.587-.3 5.469-.784 5.891-.693-.25.279-5.634.72-5.891.693m682.48 1.599h.006c-2.185-.025-.854.406-.958.413-4.668.266-3.391-.471-4.111-.606-1.541-.29-1.345.703-3.94.154 4.294.835.369.37.227.712-.564 1.394 5.797-.352 7.947.066.299.057-1.951.388-1.186.56 2.509.557 10.303-1.209 2.014-1.3M21.316 15.885c-1.021-.357-8.66.522-6.607.74.326.034 8.134-.224 6.607-.74M377.892 4.098c-1.841-.36 2.422-.794 3.216-.512.393.14-2.409.669-3.216.512m29.85-1.539c2.191.079 4.5 1.596 1.771 1.354-.29-.026-2.024-1.145-1.771-1.354M264.498 4.588c2.255-.585 2.14.42.476.44-.586.006-.546-.421-.476-.44m86.914-1.025c.227-.037 2.868.013 2.772.242-.976.144-4.248.006-2.772-.242m-87.641.897c1.363.152-.961.925-2.634.251.844.041 2.494-.268 2.634-.251M55.755 12.477c1.155.349 4.354.048 6.205.018.169-.542-4.888.006-6.205-.018m342.705-9.33c2.065.378-2.359.68-1.953.184.056-.026 1.871-.2 1.953-.184M190.993 6.338c1.518.268-3.251.853-1.954.25.064-.025 1.87-.266 1.954-.25m-20.791.899c1.159-.15 5.974-.288 4.107.089-.288.057-4.002.199-4.107-.089m593.86 6.57c.645-.514-2.93-.579-3.445-.51-.203.029 2.604 1.177 3.445.51M279.259 4.219c1.181.046 4.245-.138 4.791.14-1.45-.035-5.17.438-4.791-.141m109.808-1.08c1.789-.596 4.854-.537 4.096.241-3.384-.053.416-.7-4.096-.241m-132.93.84c.946-.065 1.689.666 1.583.704-1.02.356-2.516-.393-1.583-.704m70.941-.516c.051-.32 3.089-.205 2.686.004-.134.07-2.729.255-2.686-.004m-231.7 6.772c1.373-.359-2.879-.438-4.111-.035-.585.519 3.935.076 4.111.035m134.55-5.439c-.155-.47 4.595-.325 2.736.116-.466.11-2.684.041-2.736-.116m-45.349.787c3.191.456-10.116 1.313-6.64.49.246-.06 6.36-.529 6.64-.49m-21.765 1.126c.546-.083.213-1.663-2.032-.965-.295.091 1.114.459.874.565-.143.059-5.06.47-5.286.441-.246-.033.021-.554-.227-.6-.283-.054-3.29.511-4.871.578-2.971.125-3.337-.284-3.579-.275-.72.025-1.916.375-3.371.432-7.35.293-18.459.408-24.268 1.569 5.165-.591 10.085-.42 15.205-.517-1.54-.823 7.575.369 2.239-.434 2.458.11 23.525-.541 25.311-.794zm253.538-4.567c-1.335-.55 5.524-.398 6.106.235-.909.083-5.941-.174-6.106-.235M384.632.766c-.641-.094-1.255-1.156-4.616-.613h-.009c-.983.16.138.416-.043.509-.065.037-3.127.573-.584.653 3.882.125.364-.791 2.435-.805.253-.001 4.178.569 3.95.696-.024.015-1.205-.106-1.4-.054-.736.199-.378.53-.481.545-.343.04-6.539-.515-7.434-.019-.299.159 9.88.51 10.271.429.247-.051.143-.973.4-1.063.131-.046 4.19.297 4.718.214q.229-.037.356-.073c-.615.285 3.068.266 2.955-.056-.065-.125-2.6-.054-2.69-.033q-.059.016-.106.031c.52-.348-8.04-.33-6.194-.846-2.509-.281.356.757-1.529.484M372.612.22l.772.289c-4.376-.225-9.359.26-14.409.281-1.282.007.189-.593-1.49-.423-1.346.138-2.83.695-2.099.813.177.03 2.915-.343 4.289-.313 4.046.089 3.011.603 3.251.615.259.013 2.782-.355 4.164-.344 3.475.029 5.064.335 9.829-.084-2.751-.328-1.248-1.059-4.308-.835M209.889 3.914c-.176-.315-3.028.054-4.066.037.173.316 3.024-.054 4.066-.037m425.674 1.551c.854.556-5.705.446-3.961.073.385-.083 3.136-.1 3.961-.073m-29.531-.709c-.874-.175 2.672-.435 2.654-.03-.01.13-2.542.053-2.654.03M316.186 1.153c-.166-.014-2.574.133-2.649.16-1.591.575 6.339.159 2.649-.16m254 1.879c3.059.428-6.199.325-3.359-.037.14-.016 3.217.018 3.359.037m-12.862-.438c.734.037 4.008-.048 4.046.112.059.26-3.688.34-4.046-.112m-301.87-.581c.341-.599-3.959-.056-5.454-.095-.341.599 3.952.054 5.454.095m27.175-.969c-18.172-.135-14.159 1.05 1.09.269.015-.38.06-.26-1.09-.269m-23.24.519c.67.365 2.737.209 4.138.15-.258-.259-3.127-.104-4.138-.15m384.029 3.385c-1.123-.522-6.181-.121-5.293.109.205.05 5.7.169 5.293-.109M314.666.665c.42-.58-5.024-.278-5.45-.144-1.681.535 5.024.021 5.45.144M229.68 2.126c-.975-.425-3.7-.121-5.454-.068.809.362 3.961.114 5.454.068m12.707-.673c-.11-.014-2.55.085-2.666.109-1.996.489 4.925.209 2.666-.109m530.075 8.786a41 41 0 0 0-1.99-.08c-1.67.34 3.869.56 1.99.08' fill='%2301516e' fill-opacity='.7'/%3E%3C/svg%3E") !important;
    background-size: cover !important;
  }
}
@media (prefers-color-scheme: dark) {
  .ArticleBodyComponent .highlight_header > div > span {
    background-image: url("data:image/svg+xml,%3Csvg width='334' height='37' viewBox='0 0 334 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M26.9375 36.7588C27.1407 36.7056 27.971 36.7699 28.3269 36.7344C27.945 37.2095 26.2049 36.9516 26.9375 36.7588ZM62.1842 2.08192C61.8888 2.2058 61.5933 2.32973 61.2976 2.4537C62.1527 2.49477 63.2933 2.36952 64.0857 2.44753C64.2153 2.46075 63.8928 2.7993 64.1984 2.80265C64.5041 2.80592 64.429 2.36221 64.8709 2.29831C65.3673 2.22776 67.6534 2.45646 68.4385 2.42141C71.3676 2.28774 74.3449 1.9319 77.3083 2.02127C74.2658 2.45087 77.3546 2.68575 78.2027 2.51565C78.3899 2.47677 78.3371 1.64736 81.3939 1.76083C83.3373 1.83363 81.5731 3.07336 84.8013 2.38158C82.2716 1.62799 84.7373 1.61099 86.6994 1.52608C87.0383 1.51101 89.7693 1.55699 90.9682 1.48725C91.3788 1.46303 91.9926 1.01145 92.5365 0.9852C92.9109 0.967463 93.2006 1.19719 93.7557 1.17015C96.3338 1.04726 98.9291 0.962385 101.529 0.97967C100.034 2.13279 102.735 1.42635 102.857 1.4771C103.484 1.7652 100.683 1.91891 101.796 2.08172C103.345 2.00968 104.891 1.93896 106.432 1.86955C105.158 1.76119 108.099 0.891542 108.658 1.24515C108.402 0.261999 115.757 1.955 116.849 1.6073C117.082 1.53353 115.547 1.07389 119.077 1.23167C119.461 1.24948 119.321 1.54972 119.522 1.51834C119.641 1.49949 120.353 0.540452 121.136 1.04961C121.421 1.23577 119.628 1.88721 123.588 1.57022C122.003 0.632485 129.047 0.960244 130.368 1.18518C130.105 1.05956 129.842 0.933977 129.579 0.808435C130.877 1.13864 131.104 0.808274 131.396 0.822016C132.569 0.877281 134.18 1.18597 135.266 1.14231C136.537 1.09188 136.535 0.492962 138.016 0.708576C137.664 0.580521 137.311 0.452533 136.959 0.324614C137.981 0.344213 139.002 0.364401 140.022 0.385136C137.67 1.20384 140.529 0.417234 140.728 0.398304C141.033 0.366232 140.599 0.695348 141.108 0.649576C141.16 0.642392 141.081 0.337523 141.866 0.295145C143.504 0.207949 143.248 0.594974 143.935 0.584003C143.998 0.581469 143.776 0.308073 144.961 0.232042C148.722 -0.0084095 144.945 0.442869 144.8 0.482556C144.61 0.534722 145.914 1.67232 142.707 1.29531C143.785 1.41458 143.897 1.92282 144.018 1.93428C144.126 1.9435 145.985 1.8549 146.087 1.83663C146.999 1.65586 146.192 1.31489 146.37 1.25101C146.516 1.19928 148.754 1.63434 149.268 0.584197C150.343 1.54154 148.663 1.46506 146.869 1.62862C146.61 1.82876 148.58 2.00523 148.683 2.00407C151.218 1.98312 149.808 1.19987 150.359 0.688221C150.644 0.420574 151.693 0.955 150.726 0.249792C153.048 0.158722 151.642 0.580954 151.792 0.640935C152.02 0.729088 152.831 0.519831 152.932 0.546403C153.082 0.585708 152.565 0.835426 153.153 0.918584C153.251 0.9306 154.196 0.500649 152.973 0.305412C154.605 0.355709 154.468 -0.00486755 155.025 0.720867C156.139 -0.664165 155.843 1.53161 156.284 1.6066C157.457 1.80445 157.112 0.723557 157.174 0.670432C157.6 0.329605 160.836 0.688446 161.637 0.530451C161.321 1.31102 159.075 0.547853 158.57 0.701525C156.895 1.21182 160.935 1.08186 159.721 2.06659C160.23 1.79555 160.739 1.52465 161.247 1.25389C162.188 1.88103 160.855 2.15928 163.391 1.92219C163.805 1.37726 161.597 2.01295 162.039 1.58347C162.3 1.33121 163.772 1.2734 163.8 1.1409C163.829 0.981235 162.499 1.17372 162.708 0.927843C163.167 0.396269 168.009 0.89155 164.324 1.18746C165.353 1.17625 165.884 2.22857 166.773 1.89925C167.347 1.68582 164.112 0.2341 168.963 0.496552C169.067 0.993652 167.025 0.6448 166.971 0.682896C166.897 0.738071 167.268 1.85987 167.332 1.91521C167.566 2.09631 172.485 1.49456 173.555 2.06095C173.141 1.41123 177.312 1.95146 177.762 1.75593C177.883 1.7017 177.433 1.30317 177.562 1.26147C178.368 1.01313 180.537 1.72959 181.541 1.75236C182.665 1.77793 182.525 1.43433 182.588 1.43523C183.088 1.45666 182.687 1.68744 182.993 1.68821C183.456 1.68876 186.621 1.75362 186.778 1.70649C186.824 1.69164 186.311 1.29653 187 1.22637C187.119 1.21436 187.043 1.67802 189.079 1.49109C191.529 1.26687 187.382 0.901402 188.402 0.421845C189.972 1.12548 189.925 0.438758 190.351 0.49574C190.499 0.516468 191.592 1.10841 192.781 1.08138C191.927 1.16907 191.072 1.25715 190.215 1.34562C191.059 1.45407 192.68 1.34031 193.384 1.46209C193.725 1.52132 193.44 1.99846 194.18 1.99198C194.337 1.9881 194.972 0.824768 193.027 1.33247C192.875 0.913923 193.796 1.19342 194.225 1.07923C194.29 1.06142 194.552 0.366613 195.094 0.804796C195.223 0.912884 193.781 2.93174 197.469 1.49587C197.588 1.44963 197.179 1.19087 197.295 1.13924C197.375 1.10425 198.31 1.21678 198.414 1.18177C198.52 1.14411 198.071 0.861433 198.197 0.808037C198.846 0.532848 199.681 1.64439 198.352 1.54639C198.795 1.68728 199.238 1.82827 199.681 1.96937C199.215 1.13325 200.381 1.7431 200.995 1.72456C204.925 1.60702 202.301 1.03579 202.98 0.764098C204.083 0.328604 203.228 1.74006 204.861 1.33337C205.011 1.29561 203.056 0.665731 206.887 1.05707C206.321 1.07291 205.755 1.08893 205.188 1.10512C205.504 1.9129 207.232 1.07706 207.364 1.06773C208.868 0.97837 207.849 1.25342 210.082 0.871966C210.282 0.837742 210.711 1.04252 211.137 0.950022C212.903 0.569036 208.818 0.667748 208.709 0.341467C208.661 0.180498 213.05 0.286665 213.2 0.365667C213.833 0.711241 211.209 0.482257 211.703 0.906774C211.865 1.05551 218.187 0.856037 219.432 1.04312C220.879 1.25838 221.509 2.36066 221.542 1.13654C221.927 2.34604 222.303 1.53312 222.488 1.545C224.734 1.70044 224.746 1.71302 226.678 1.63816C227.104 1.62212 227.456 1.9944 227.608 1.93606C227.696 1.90075 227.541 1.50705 227.973 1.39589C228.575 1.24342 232.138 1.72504 232.395 1.94741C232.655 2.16914 230.888 2.00629 231.197 2.36822C232.474 2.43318 233.718 2.37462 235.018 2.4435C235.557 2.4732 235.274 2.71465 235.507 2.72527C235.607 2.73059 237.473 2.55825 237.396 2.46486C237.222 2.24592 231.453 2.25115 232.981 1.85315C233.277 1.77604 234.299 2.37261 234.151 1.67324C239.293 1.95391 244.406 2.24894 249.53 2.5594C246.586 2.99207 243.234 2.43247 240.177 2.40132C239.756 2.39618 238.33 2.29239 238.494 2.64839C241.106 2.80594 244.379 2.71176 246.897 3.01377C246.977 3.02367 246.672 3.33092 246.973 3.38966C247.535 3.49916 249.385 3.04389 249.689 3.18494C249.741 3.21715 248.685 3.60246 248.995 3.87642C249.789 4.57948 250.04 3.08206 250.739 3.121C251.268 3.15079 254.916 3.99203 255.837 3.56269C256.821 3.10402 253.151 3.19245 253.433 2.80114C255.93 2.47661 258.419 2.98825 260.746 3.01751C260.787 3.01763 260.442 2.69184 260.962 2.66567C261.864 2.62011 262.097 3.07368 262.536 3.16021C263.013 3.25249 264.704 3.24847 264.923 3.41885C264.951 3.44115 264.594 3.8702 264.541 3.88077C263.8 4.03649 263.558 3.45464 263.492 3.44491C263.241 3.41434 262.986 3.62504 262.756 3.60396C262.379 3.56897 262.178 3.35876 261.678 3.32358C261.334 3.29861 261.652 3.69976 261.324 3.67062C261.204 3.65828 259.931 2.72393 259.778 3.62837C259.709 3.90774 270.432 4.65898 271.493 4.47611C270.57 4.3314 269.672 4.1881 268.759 4.04473C270.598 4.37919 272.879 3.74076 272.995 4.8207C279.905 5.17733 286.785 5.56036 293.708 5.9732C294.936 6.12272 294.23 6.78021 296.262 6.67603C295.75 6.43127 295.238 6.18663 294.724 5.94212C295.753 6.14415 300.34 6.66918 301.1 6.56546C301.197 6.55167 301.363 5.93402 302.518 5.9383C303.542 5.94245 303.682 6.4185 304.222 6.53583C304.676 6.63307 305.195 6.53691 305.33 6.5697C305.433 6.59573 305.459 6.88378 305.707 6.94654C306.488 7.14151 305.89 6.30329 306.625 7.26842C306.433 7.29375 306.241 7.31909 306.048 7.34446C306.99 7.52731 308.281 8.01584 306.859 8.14918C306.616 8.17239 306.837 7.90652 306.658 7.89766C299.602 7.58749 305.206 8.41167 307.704 8.11228C308.325 8.55512 311.912 8.49565 312.024 8.58329C312.182 8.70918 311.555 9.00373 312.339 9.32982C312.507 9.39796 317.266 9.43059 315.527 9.8808C315.17 9.97341 312.898 9.73034 312.346 9.71677C313.595 10.6552 316.686 9.57829 317.037 9.63029C318.414 9.84317 314.334 10.2342 317.448 10.5097C319.838 10.7223 317.623 10.0154 318.558 9.81988C319.085 9.70995 321.749 10.5038 321.723 9.67252C322.653 9.63778 322.086 10.0445 322.199 10.0826C322.31 10.1167 324.138 9.97485 324.72 10.1844C324.791 10.2103 324.539 10.6269 324.611 10.6665C324.753 10.7351 326.525 10.754 326.597 10.7219C326.644 10.6993 326.246 10.2978 326.424 10.2168C326.632 10.1234 328.323 10.3139 328.422 10.212C328.564 10.0571 326.464 10.0386 326.838 9.63864C327.798 9.80229 329.385 9.61644 330.04 9.31641C329.879 9.40377 328.944 9.36094 328.622 9.30721C328.813 8.6998 330.816 8.83028 330.101 9.27647C330.552 9.04099 330.264 8.88384 330.524 8.65152C330.592 8.59279 331.211 8.61777 331.336 8.51836C331.353 8.49804 330.73 8.22633 330.865 8.10896C331.111 7.89673 332.978 8.06314 333.127 8.13213C333.547 8.32703 332.011 8.43603 331.867 8.68829C331.847 8.72706 333.111 9.31684 333.128 9.36312C333.174 9.85057 331.754 9.41333 331.891 9.85832C332.242 9.97217 332.593 10.0861 332.944 10.2C331.544 10.5546 329.005 10.1726 328.315 10.6338C330.374 10.6084 332.506 10.7583 332.431 11.8857C332.4 12.3605 331.504 12.5846 331.53 12.7074C331.634 13.1475 332.882 12.7536 332.925 12.7793C332.961 12.8079 332.976 12.8346 332.975 12.8595C332.975 12.8596 332.975 12.8596 332.975 12.8596C332.959 13.1124 331.209 13.187 331.115 13.2973C330.956 13.4935 331.678 14.3857 331.665 14.5725C331.636 14.6083 330.385 14.732 330.783 15.0837C331.186 15.4389 332.268 15.5132 332.304 15.5498C332.499 15.7595 330.593 15.8221 330.529 15.9351C330.495 15.9921 331.491 16.4161 331.514 16.5218C331.533 16.6276 330.746 16.8074 330.421 17.1178C330.178 17.3483 330.829 17.5764 330.71 17.6075C330.626 17.6277 328.833 17.514 328.741 17.5518C328.606 17.6073 329.009 17.925 328.943 17.9944C328.85 18.0942 328.276 17.9535 328.345 18.0662C328.398 18.1501 330.581 19.2942 330.549 19.5625C330.496 20.0197 328.186 18.8187 330.284 20.7646C330.299 20.7775 330.844 20.6818 330.858 20.6939C331.169 21.0474 329.417 21.4539 331.526 21.494C327.576 21.8319 330.997 22.1537 330.37 22.8907C330.129 23.1738 328.602 23.2035 328.592 23.2477C328.717 23.6335 329.219 23.3708 329.372 23.5655C329.457 23.6742 328.073 23.9898 328.363 24.2671C328.513 24.4099 329.958 24.4505 330.016 24.4803C330.571 24.7605 329.856 24.9817 329.97 25.1636C330.046 25.2855 330.914 25.3482 330.935 25.3706C330.969 25.4166 329.761 25.8159 329.505 25.9668C329.31 26.0829 329.999 26.3258 329.866 26.3735C329.06 26.658 327.438 25.7078 328.978 26.9949C329.072 27.0738 329.683 27.0816 329.7 27.0973C330.056 27.4574 328.933 27.4179 328.715 27.6816C328.341 28.1361 329.97 27.9694 328.609 28.222C329.596 28.5942 330.156 28.6156 331.335 28.6015C328.069 28.6428 326.842 29.8042 330.457 29.9944C329.31 29.9045 329.395 30.6072 329.051 30.5984C328.838 30.592 327.211 29.8 327.882 31.3963C327.966 31.5956 328.994 31.4114 328.653 31.7883C326.227 31.5394 328.586 32.0372 328.585 32.0898C328.509 32.9999 322.573 31.8939 321.567 31.9416C320.378 31.9935 319.284 32.6527 319.027 32.6388C318.179 32.5906 318.903 32.2656 318.721 32.1204C318.538 31.9761 316.082 32.5392 315.963 32.4942C315.503 32.3135 316.003 31.9073 315.955 31.8827C315.38 31.5838 312.141 31.7448 311.239 31.5955C311.253 31.8778 313.067 31.9992 311.909 32.3885C310.56 32.8426 310.55 31.6005 310.519 31.5441C304.433 31.2275 298.369 30.9337 292.325 30.6624C292.372 31.3243 296.351 31.0158 296.434 31.1075C296.942 31.6452 290.258 31.3185 289.435 31.0501C290.055 31.2211 290.675 31.3923 291.293 31.5637C290.194 32.2717 287.861 31.1786 286.32 31.4455C285.819 31.5319 286.758 31.8667 286.737 31.8858C286.167 32.1552 285.282 31.8889 285.969 31.5234C284.59 31.8417 284.807 31.4329 283.761 31.3558C283.707 31.3521 284.144 31.6774 283.309 31.7682C282.918 31.8103 280.841 31.7225 280.551 31.9784C280.432 32.0861 281.436 33.3167 281.609 32.3017C283.845 32.896 282.351 31.8675 283.226 31.9287C283.36 31.94 283.028 32.4957 285.241 32.3242C284.778 33.3327 282.274 32.4543 281.831 32.5604C280.922 32.7775 284.601 33.4673 285.31 32.697C284.959 33.4847 285.568 32.8165 286.387 32.8861C287.284 32.9619 286.882 33.1831 287.368 33.2062C288.695 33.2721 288.175 32.6815 289.255 33.2419C288.25 31.6135 291.157 33.12 291.998 33.5743C290.592 33.5889 289.179 33.6043 287.769 33.6211C287.846 33.7076 287.921 33.7941 287.998 33.8807C287.63 33.8523 287.264 33.824 286.897 33.7958C286.959 33.719 287.022 33.6422 287.084 33.5653C285.166 33.9972 284.726 33.3966 284.571 33.3833C282.581 33.2284 280.254 33.1342 278.236 33.0489C277.934 33.0363 278.123 33.5612 275.935 33.0669C275.236 32.9096 275.917 32.5342 275.116 32.5625C274.074 33.6153 274.127 32.7445 273.83 32.7313C272.976 32.6976 272.442 32.948 272.363 32.9478C271.307 32.9487 269.749 32.8437 268.602 32.841C268.581 32.8443 269.167 33.2026 268.423 33.0751C268.162 33.0297 265.855 31.5081 263.761 31.9015C264.298 32.0175 264.833 32.1337 265.368 32.2501C264.743 32.0909 260.276 32.2958 261.351 32.7178C262.012 32.9755 263.673 32.1091 263.819 33.0042C262.333 32.6812 254.195 32.8072 253.553 32.5833C253.466 32.551 254.017 32.2799 253.897 32.2391C253.804 32.2079 251.926 32.2172 251.68 32.0989C251.533 32.0285 252.369 31.8776 252.305 31.7716C252.244 31.6953 249.916 31.5002 249.775 31.8579C250.349 31.7299 251.952 31.9062 251.099 32.1848C250.99 32.2193 250.437 31.969 250.304 32.0131C249.068 32.4185 252.727 32.424 253.3 32.4465C250.961 32.8331 247.464 32.1844 244.778 32.4093C243.708 32.0779 246.39 31.9945 245.177 31.7106C242.659 31.1225 244.492 32.1075 244.412 32.1436C243.776 32.4292 241.671 30.7436 241.637 31.9818C240.731 31.7709 241.031 31.6226 239.739 31.7505C239.906 31.8407 240.073 31.931 240.24 32.0212C238.794 32.7 235.802 30.8141 236.032 30.682C236.655 30.3277 238.222 30.9442 238.357 30.9339C238.556 30.9187 239.144 29.6759 241.292 30.8577C242.209 30.0386 237.851 30.1974 239.846 29.6753C238.512 29.7328 232.993 29.0096 232.179 29.3621C232.083 29.4082 232.503 30.258 231.156 29.7992C230.516 29.5809 232.071 29.6069 231.78 29.4089C230.903 28.7939 218.471 28.9127 216.118 28.9115C215.965 28.9098 216.026 28.6501 215.875 28.6499C215.413 28.6492 213.717 29.0096 212.888 28.8765C214.598 29.3865 211.267 29.3705 210.43 29.3053C209.151 29.2053 209.236 28.748 208.684 28.6424C206.559 28.2353 203.201 29.2814 201.566 28.2445C201.645 29.2557 198.709 27.7164 197.357 27.6943C196.3 27.6763 194.757 28.3307 196.182 28.7515C194.358 28.6873 192.418 28.8592 190.723 28.9078C190.441 28.9159 190.831 28.6201 190.35 28.6435C190.307 28.6477 190.244 28.9401 189.831 28.9675C186.416 29.1989 188.08 28.5885 187.443 28.4012C187.085 28.2965 186.821 28.244 186.627 28.226C188.623 28.1807 190.915 28.0831 191.527 28.0797C191.012 27.4283 187.12 28.1716 185.976 27.9917C185.937 27.9852 186.077 27.6296 186.037 27.6268C186.036 27.6268 186.035 27.6268 186.034 27.6268C185.607 27.5966 182.873 27.7142 183.434 28.1421C183.584 28.2563 184.843 28.2622 186.331 28.2325C185.928 28.3098 186.226 28.7109 186.155 28.7275C185.293 28.9195 183.179 28.5189 182.426 28.4631C182.255 28.4508 182.267 28.7067 182.239 28.7072C181.563 28.6461 181.843 27.9169 181.146 28.6673C179.922 27.7519 183.446 28.5419 183.206 27.95C183.005 27.4911 175.17 27.7101 175.181 28.4298C175.154 28.3531 175.046 28.2577 174.823 28.149C174.333 27.9073 172.128 27.9802 171.754 28.1124C171.691 28.1383 171.716 28.8343 171.637 28.8407C171.442 28.8563 168.778 28.3105 167.779 28.7232C168.318 28.8202 168.856 28.9174 169.394 29.0148C166.143 29.0227 166.643 29.2304 167.729 29.4371C167.783 29.4389 167.836 29.4653 167.888 29.4681C168.728 29.6212 169.803 29.7691 169.819 29.8241C169.885 30.0322 164.361 30.1554 165.422 29.5087C165.571 29.4199 168.128 29.7042 166.861 29.245C166.64 29.1645 164.996 29.2987 164.909 29.2482C164.331 28.9113 167.92 28.4573 167.48 27.9784C166.611 28.4361 165.492 28.1972 164.491 28.3172C164.036 28.3715 163.925 28.7207 163.868 28.7274C163.028 28.8206 163.499 28.4536 163.218 28.4634C163.068 28.4699 161.411 29.2535 161.721 28.1792C156.313 28.9889 160.205 28.9713 163.564 28.9025C162.503 29.2958 160.438 29.1135 159.517 29.208C159.186 29.2423 159.384 29.5996 158.824 29.6736C157.677 29.8243 152.14 29.4437 150.694 29.3585C151.576 29.2258 151.312 28.8374 150.634 28.8692C149.956 28.9012 150.529 29.4179 150.397 29.4748C150.257 29.5334 147.067 29.3125 146.534 29.3851C148.937 29.1763 148.392 28.7916 146.35 28.7683C146.644 28.6536 146.938 28.5391 147.233 28.4245C146.038 28.5917 143.509 28.0218 142.814 28.2057C142.706 28.2351 143.101 28.5584 143.04 28.5749C142.432 28.7197 140.35 28.408 140.254 28.5208C140.173 28.6146 141.063 28.8793 140.735 29.0179C140.665 29.0471 139.812 28.614 138.98 28.7322C138.671 28.7757 138.861 29.0829 138.783 29.1018C138.135 29.2581 138.513 28.7325 137.326 28.8303C136.455 28.9027 135.812 29.4199 134.603 29.2668C138.57 29.8664 135.241 29.636 133.584 29.855C133.318 29.89 133.555 30.4482 131.96 30.1967C135.331 29.1352 130.989 29.6726 130.094 29.6752C130.045 29.6725 130.023 29.3023 129.585 29.3028C129.549 29.3037 129.602 29.5532 129.201 29.5783C125.385 29.8171 127.822 29.4974 127.093 29.2617C126.782 29.1612 124.925 29.5449 124.423 29.5619C124.307 29.5647 124.356 29.3037 123.909 29.3214C123.118 29.3532 122.413 29.6423 121.89 29.6734C121.829 29.6757 121.82 29.2653 120.829 29.416C120.55 29.4582 120.239 29.6095 120.638 29.7203C121.961 30.0846 124.438 29.3708 125.922 29.7347C127.277 30.0655 123.024 30.1678 122.8 30.1745C122.718 30.1772 123.548 29.9592 122.701 29.9333C121.978 29.9121 120.668 30.644 119.584 30.5094C119.502 30.4994 118.626 29.9145 118.666 29.8787C118.701 29.8524 120.026 29.6977 119.83 29.5273C119.807 29.5079 118.964 29.5273 118.851 29.4C118.713 29.2448 118.321 27.705 118.143 27.6696C117.684 27.5824 117.988 27.9295 117.692 27.9105C117.057 27.8705 114.841 27.4563 114.78 27.994C115.145 28.0185 115.51 28.0432 115.875 28.0679C113.848 28.1629 114.717 28.3742 114.431 28.4804C114.124 28.5954 114.202 28.1224 113.516 28.092C113.367 28.0849 110.497 28.2433 110.553 28.4402C112.136 28.0918 111.559 28.6867 111.632 28.6955C111.911 28.7276 112.26 28.3936 112.633 28.3924C115.256 28.3899 112.623 28.9594 113.244 29.0794C113.458 29.1196 113.877 28.8322 113.967 28.8447C114.262 28.8849 114.274 29.25 114.469 29.2165C114.924 29.1389 114.381 28.6328 114.416 28.6052C114.818 28.2736 116.423 28.6447 115.44 29.2263C116.041 29.4172 116.097 28.7326 116.575 28.9966C117.525 29.5195 116.115 29.4075 115.735 29.5049C114.371 29.8558 113.96 29.6015 112.017 29.7316C111.317 29.7778 110.492 30.1275 110.167 30.1527C109.963 30.1684 107.997 29.0563 107.979 30.8649C107.215 30.7069 106.026 29.5425 105.254 29.6149C104.563 29.6807 104.798 30.3149 104.734 30.3411C104.636 30.3823 103.797 30.3516 103.515 30.4488C103.185 30.5634 103.357 30.8035 102.832 30.9156C101.525 31.1941 101.543 30.541 101.407 30.5018C99.8252 30.0504 100.535 30.9616 100.189 31.0447C99.8707 31.1203 95.2943 30.8808 94.3632 31.142C94.7468 31.0009 95.1303 30.8598 95.5135 30.7188C94.8106 30.3302 94.0936 31.0139 94.061 30.2844C93.9524 31.4665 92.4993 30.718 92.069 30.7605C91.8996 30.7777 91.9186 30.9781 91.7063 30.9927C90.8777 31.0508 88.9975 30.9445 88.5482 31.0595C86.6081 31.5542 91.6219 32.1395 92.0113 32.1738C91.2294 32.1816 86.7857 32.574 88.8481 33.0813C89.1668 33.1596 89.7116 32.6163 89.8885 32.5906C91.0851 32.4207 90.1544 32.9201 90.2498 32.9623C90.4119 33.0303 91.1886 32.5512 91.3983 32.5999C91.4682 32.6154 91.0333 33.0556 92.1761 33.0329C91.6273 33.4627 88.3998 33.2164 87.978 33.3266C87.8277 33.366 88.8009 34.2239 86.0118 33.4448C86.0464 33.5261 86.0809 33.6075 86.1154 33.6888C84.5666 33.7689 83.0602 33.8488 81.5289 33.9307C81.6891 33.7359 82.5353 33.3284 81.457 33.443C80.836 33.5093 81.3099 33.917 81.2535 33.931C80.7092 34.0606 70.7652 34.2496 68.8675 34.3689C68.2162 34.4072 66.4071 34.8123 66.268 34.8238C65.4395 34.8876 62.4808 34.7766 61.8916 34.8473C61.5248 34.892 61.8868 35.2317 61.5604 35.2275C61.2576 35.2231 61.5577 34.8701 61.4674 34.8593C60.723 34.7625 55.0723 35.4316 53.7026 35.1665C54.5352 35.2286 58.6192 34.3847 58.5257 34.148C58.5067 34.1157 57.4985 33.8953 57.2972 34.03C56.9452 33.7481 55.8113 34.6935 55.1671 34.5425C55.0941 34.5254 55.3582 34.0096 54.2165 33.9639C53.8231 33.9484 52.8122 34.3831 51.7581 33.9852C50.2467 34.2568 42.4156 33.9387 41.8846 34.5075C41.87 34.5367 42.9856 34.6743 42.2473 34.9297C41.2654 35.2693 42.1152 34.2342 40.9508 34.2C40.7786 34.1942 37.5383 34.4418 37.4468 34.5082C36.4986 35.1113 39.3212 35.2092 39.2884 35.2761C39.194 35.444 36.8609 35.6496 36.768 35.6155C36.6761 35.5795 38.5391 34.7521 36.2723 35.1377C36.5377 35.214 36.8029 35.2905 37.0681 35.3669C36.0041 35.5885 35.8777 35.0813 35.6162 35.0621C34.803 35.0006 33.9647 35.8191 32.6202 34.92C32.2646 34.6813 32.8216 34.3712 32.7767 34.335C32.3477 34.0114 31.8647 34.9543 31.2105 34.2994C31.161 34.2506 32.5891 33.771 30.0591 33.8913C30.2365 33.9485 30.4138 34.0058 30.5911 34.0631C30.2422 34.2264 27.6809 34.438 27.3327 34.4206C26.3175 34.369 27.1756 33.8544 26.1623 33.9608C26.8377 34.5745 23.7824 34.8107 23.9306 34.2463C23.539 34.9656 20.9092 34.5586 19.6801 34.6055C18.9057 34.6352 17.3396 35.0221 17.0909 34.9995C16.7881 34.9715 16.8546 34.4905 16.3062 34.413C16.1517 34.3907 14.5452 34.8252 13.1079 34.4078C12.8304 34.3274 12.2142 33.5505 12.7103 33.3214C13.5514 32.9298 15.2554 33.4921 15.2062 33.0162C15.1545 32.5067 12.9362 32.929 12.344 32.8942C9.5774 32.7343 11.1357 32.106 11.0564 31.9453C10.8516 31.5558 9.34672 31.6501 9.28164 31.6177C9.01243 31.4725 10.0627 31.0983 10.0654 30.8538C10.0679 30.5354 8.58395 30.0422 8.90831 29.9172C9.37329 29.7394 10.7333 30.1442 10.8163 30.1169C11.8998 29.7496 10.3524 29.0981 9.9163 28.7607C9.78412 28.6568 10.2769 28.4474 10.1705 28.4206C8.5466 28.0145 9.89017 29.4689 8.82201 29.4252C7.86846 29.3865 9.06261 28.838 9.02487 28.8135C8.9766 28.7868 7.84065 28.8227 7.65334 28.6622C7.56178 28.5813 10.4583 27.4834 10.3119 27.0704C9.37733 27.2139 8.44159 27.3578 7.50465 27.5023C7.4008 26.9586 8.77735 27.2874 8.91396 27.2234C9.18957 27.0946 8.3886 26.8604 8.41277 26.6855C8.42485 26.5743 9.32592 26.1308 8.48355 26.0144C8.19387 25.9742 7.61394 26.3911 6.54685 26.0566C10.1548 25.3553 7.61885 25.1862 7.50098 24.998C7.38526 24.8098 9.09621 24.2577 6.99325 24.4544C6.84296 23.3936 7.02023 24.115 7.60877 23.8947C8.32928 23.6242 6.61624 23.3658 9.30949 23.4857C9.13061 22.9947 6.9779 23.1482 6.86097 23.1149C6.76038 23.0843 7.22626 22.8124 7.05073 22.7386C4.97437 21.8863 6.38827 22.2497 5.76795 21.6665C5.71309 21.6142 3.78468 21.4928 5.23803 21.3218C7.88477 21.0111 9.02678 21.6589 9.38967 20.1227C7.39686 19.5722 5.06963 20.6805 4.47266 20.7306C3.55883 20.8056 4.48963 20.4442 4.37202 20.3641C4.33137 20.3384 3.54383 20.4081 3.53179 20.3842C2.90539 19.2624 7.04195 20.1687 8.30582 19.8992C7.95391 19.7452 7.60178 19.5913 7.24943 19.4375C7.7142 19.405 8.17865 19.3726 8.6428 19.3404C6.40963 19.1145 8.55788 19.213 9.05848 18.2494C9.17098 18.0329 7.7366 18.4719 9.36335 17.7985C8.13279 17.7305 8.51262 17.5184 7.41807 17.8424C7.4266 17.4664 9.89768 16.9079 10.868 16.6633C7.37451 16.4308 9.43047 17.6956 6.38337 17.1346C5.85088 17.6288 7.28231 17.4593 7.16925 17.5423C6.7645 17.8404 5.75529 17.458 4.61839 18.488C4.43335 18.6571 5.28086 19.0981 4.06565 19.1425C3.93127 19.1466 3.13374 18.774 3.14269 18.7433C3.2271 18.4116 4.00005 18.4907 4.02398 18.3529C4.04651 18.2224 3.19613 18.3478 3.19109 18.3124C3.1419 17.9055 3.89562 18.1162 3.78101 17.9945C3.5338 17.7294 0.407794 17.0238 4.43657 17.0557C1.12865 17.7044 4.03651 17.5299 5.32218 17.2807C5.6502 17.2179 5.72039 16.9693 6.18636 16.8587C6.78573 16.7155 7.49995 16.7937 7.81021 16.7318C8.14373 16.6641 6.2015 16.1921 8.97421 16.2131C7.53803 15.7159 5.08268 16.4648 3.67194 16.1403C0.825121 15.4841 5.56978 15.0423 6.05717 14.937C6.18762 14.9084 5.72807 14.6034 5.81469 14.5784C5.95738 14.5392 8.65426 14.5437 8.90323 14.2571C9.15249 13.9703 7.92035 14.3232 7.82162 14.0439C7.75578 13.8554 10.9753 13.3404 9.21549 13.3048C8.00287 13.2806 5.81266 14.1722 5.38989 13.3673C7.16953 13.2 8.94475 13.0343 10.7156 12.8704C9.7274 12.6084 8.7376 12.3469 7.74616 12.086C9.74241 11.8768 11.4666 12.1398 13.3549 11.5884C8.72963 10.8249 14.7972 10.7052 14.8625 10.5799C14.8814 10.5052 13.0319 9.7831 12.7323 9.64922C14.3213 9.24837 19.1646 8.84329 16.273 7.98118C16.8007 8.18218 18.0188 7.5551 18.0001 7.51352C17.8197 7.07536 15.1108 7.50624 15.5338 7.08044C16.0247 6.58607 16.7794 7.18261 17.5678 7.09112C21.6093 6.61914 20.3803 4.34699 24.4515 4.51348C24.3655 4.43462 24.2815 4.35567 24.1967 4.27676C28.6557 4.18816 33.0724 4.11088 37.4964 4.04249C39.207 3.2514 43.805 2.61445 46.0623 2.59804C46.5196 2.59369 48.7564 2.87356 48.9352 2.93186C49.2514 3.04426 47.5378 3.16391 48.322 3.36667C48.4837 3.40766 52.3005 3.40755 52.01 3.02122C51.5825 2.99231 50.2566 3.24716 50.034 3.1625C48.4847 2.55204 60.194 2.61876 60.7483 2.33323C60.4817 2.21387 60.2211 2.09432 59.9584 1.97487C60.6901 2.01068 61.4431 2.04594 62.1842 2.08192ZM29.8513 35.4866C29.4319 35.9069 28.3166 35.6605 27.6706 35.8044C26.7771 36.0054 25.327 37.6182 25.9061 36.045C27.2231 35.858 28.5387 35.6718 29.8513 35.4866ZM49.0976 35.2135C48.2105 35.036 48.8555 34.1465 49.5898 34.4741C49.6713 34.5115 50.2968 35.4523 49.0976 35.2135ZM39.8343 35.2078C39.8711 35.1947 40.6375 35.1831 40.6648 35.1954C41.3666 35.5101 39.0559 35.5432 39.8343 35.2078ZM84.507 33.079C83.5407 33.1456 84.2652 33.907 84.8566 33.5667C84.8935 33.5451 84.5706 33.0752 84.507 33.079ZM83.8182 33.0792C83.0452 32.4011 81.5727 33.8689 82.7734 33.6885C82.8899 33.6704 83.8541 33.1122 83.8182 33.0792ZM45.9492 35.0048C46.0368 34.7319 46.9504 34.8226 47.3404 34.8704C47.3404 35.116 46.3285 34.9583 45.9492 35.0048ZM69.0265 34.0227C69.0588 33.8097 65.8946 33.9353 65.6876 34.222C66.1848 34.0852 68.9978 34.2134 69.0265 34.0227ZM77.1306 33.4489C77.0491 33.4149 75.9547 33.5067 75.9927 33.692C76.5363 33.9186 77.4979 33.6023 77.1306 33.4489ZM93.2603 32.976C93.318 32.9277 92.4701 31.7636 94.4247 32.4918C94.7115 32.5985 93.7065 32.9358 93.8083 32.9756C94.0219 33.0529 94.1898 33.087 94.324 33.0904C93.4269 33.2129 92.4915 33.285 92.3989 33.2156C91.9641 32.8876 93.2348 32.9962 93.2603 32.976ZM101.712 31.8727C101.894 31.6747 103.085 31.7493 103.357 31.8226C103.403 31.8365 103.213 32.3498 103.747 32.2991C104.175 32.2575 103.522 31.7518 104.359 31.8155C105.205 31.8793 104.087 32.277 104.161 32.3017C104.261 32.334 105.56 32.0697 105.526 32.3736C105.501 32.5986 104.1 32.4795 103.755 32.5355C103.313 32.6074 103.86 32.9683 103.117 32.9057C102.65 32.8668 102.892 32.2033 102.793 32.1724C102.71 32.1475 101.089 32.5656 101.714 31.8748C101.714 31.8741 101.713 31.8734 101.712 31.8727ZM94.5667 33.0548C94.4995 33.0788 94.4204 33.0927 94.324 33.0904C94.4055 33.0792 94.4865 33.0667 94.5667 33.0548ZM32.3891 35.0764C32.8572 35.2572 31.5088 35.5814 30.9798 35.3409C30.9608 35.1273 32.3149 35.0482 32.3891 35.0764ZM95.3864 32.4972C96.7256 32.6265 95.7505 32.8787 94.5667 33.0548C94.9404 32.9209 94.9364 32.4542 95.3864 32.4972ZM57.2972 34.03C57.3557 34.0768 57.3945 34.1518 57.404 34.2771C57.25 34.1457 57.2338 34.0725 57.2972 34.03ZM60.427 34.1327C61.4806 33.7094 59.3105 33.8081 59.3344 34.0813C59.345 34.1843 60.3849 34.1495 60.427 34.1327ZM85.7588 33.0787C85.6589 33.0442 87.1583 31.8433 84.9571 32.7768C86.1501 32.8771 84.8996 33.0406 84.9211 33.1412C84.9789 33.4303 86.966 33.0912 87.4103 33.2041C87.7406 32.6738 86.0887 33.1921 85.7614 33.0786C85.7605 33.0786 85.7597 33.0786 85.7588 33.0787ZM116.977 31.8201C116.715 32.1301 115.863 32.0484 115.288 32.0419C115.55 31.7317 116.403 31.8131 116.977 31.8201ZM267.692 33.1454C263.746 33.282 263.276 32.0236 266.865 32.6454C266.935 32.6583 267.935 33.0285 267.692 33.1454ZM233.847 31.7869C233.487 31.2369 234.725 31.1795 235.529 31.423C235.711 31.4778 236.374 32.0426 235.598 32.1306C235.64 31.4754 234.449 31.1955 233.847 31.7869ZM96.1317 32.1308C96.5145 31.7596 97.7319 31.9848 98.3693 32.0228C97.9889 32.3297 96.6978 32.2288 96.1317 32.1308ZM254.757 32.0487C254.342 31.9943 254.045 32.4559 254.116 32.4974C254.432 32.6872 255.223 32.3318 254.757 32.0487ZM92.2607 32.1793C92.2001 31.9652 93.7845 31.714 93.9091 32.2442C93.5688 32.2147 92.3041 32.3135 92.2607 32.1793ZM115.892 31.6792C115.643 31.5744 116.917 31.3532 117.304 31.4548C117.278 31.6848 116.055 31.7472 115.892 31.6792ZM248.057 32.0017C247.686 31.9498 246.757 31.9102 246.648 32.0975C246.514 32.3315 247.879 32.2903 248.057 32.0017ZM317.327 34.577C317.37 34.665 315.892 35.1987 315.258 35.0072C314.054 34.6409 317.281 34.5134 317.327 34.577ZM258.697 31.9355C259.851 32.4226 258.567 31.9452 258.603 32.4182C259.39 32.4615 261.343 32.552 260.015 32.0426C259.757 31.944 259.063 31.9784 258.697 31.9355ZM257.622 31.7417C257.491 31.8901 256.63 32.3434 257.362 32.3331C257.7 32.3277 258.262 31.8111 257.622 31.7417ZM308.397 34.2963C307.367 33.8229 312.18 34.3054 312.31 34.3869C312.38 34.4294 312.426 34.4684 312.452 34.5007C312.636 34.3782 313.544 34.4043 313.63 34.7442C313.36 34.7016 312.616 34.6902 312.532 34.6485C312.495 34.6307 312.469 34.6143 312.45 34.5983C312.116 34.8702 308.597 34.3856 308.397 34.2963ZM300.432 33.4549C301.668 32.9003 301.827 33.9569 301.722 33.9853C300.39 34.3472 301.283 33.6191 301.245 33.581C301.157 33.5162 300.207 33.8273 300.436 33.4551C300.434 33.4551 300.433 33.455 300.432 33.4549ZM306.763 34.0374C306.814 34.0264 307.826 34.1123 307.867 34.131C308.679 34.5262 305.814 34.2849 306.763 34.0374ZM108.068 30.9916C108.799 31.0795 108.093 31.4803 107.606 31.3527C107.566 31.34 107.423 30.914 108.068 30.9916ZM257.041 31.8262C256.879 31.7472 252.587 31.3347 252.825 31.9249C253.198 31.8667 258.068 32.3251 257.041 31.8262ZM224.947 30.8242C225.707 30.8444 224.868 31.3757 224.466 31.163C224.317 31.084 224.756 30.8194 224.947 30.8242ZM90.0991 31.7417C89.3204 32.0654 89.4543 31.05 90.1468 31.377C90.1739 31.3898 90.1296 31.7291 90.0991 31.7417ZM230.987 31.2712C228.377 31.5449 229.032 29.8185 232.404 30.4842C232.295 30.5591 232.186 30.6341 232.078 30.7091C236.013 31.0635 232.337 30.8372 231.385 30.913C231.021 30.9416 231.319 31.2389 230.989 31.2734C230.988 31.2727 230.987 31.2719 230.987 31.2712ZM220.96 30.7118C218.478 29.4299 223.242 30.3241 224.64 30.1931C223.29 30.6753 221.543 30.5637 223.909 31.133C220.435 31.1647 221.899 30.7025 221.757 30.6586C221.595 30.6096 221.066 30.7668 220.96 30.7118ZM227.604 30.8388C227.751 30.8059 228.84 31.0811 229.234 31.0489C228.675 31.4581 226.634 31.0628 227.604 30.8388ZM292.042 33.3354C292.148 33.0096 292.385 32.7769 293.243 32.941C292.968 33.0943 292.41 33.211 292.042 33.3354ZM28.9337 33.7898C28.3354 33.7951 27.1382 33.729 27.5204 34.0582C27.5621 34.0857 28.9415 33.9846 28.9337 33.7898ZM244.576 31.1766C244.452 31.1319 241.162 31.0142 242.288 31.41C242.63 31.5288 245.619 31.5661 244.576 31.1766ZM261.526 31.7521C261.25 31.7389 260.131 31.7627 260.107 31.8402C260.02 32.1074 261.395 32.0062 261.526 31.7521ZM25.8992 33.5998C25.8176 33.5694 24.0123 33.7201 24.2187 33.8704C24.6124 34.1541 26.17 33.7046 25.8992 33.5998ZM110.698 30.16C110.851 30.1445 111.06 30.4991 111.113 30.502C111.238 30.5042 114.021 30.3086 112.966 30.7913C112.793 30.8714 108.773 30.7799 108.245 30.7468C108.032 30.2586 109.762 30.6894 110.178 30.6299C110.252 30.6187 110.29 30.2055 110.697 30.1621C110.698 30.1614 110.698 30.1607 110.698 30.16ZM296.548 33.2011C296.679 32.8933 299.979 32.8481 299.919 33.2257C298.798 33.2169 297.666 33.2083 296.548 33.2011ZM294.897 33.0696C294.213 32.8149 295.845 32.8197 296.319 32.9407C296.314 33.1514 294.997 33.1067 294.897 33.0696ZM255.368 30.3741C255.036 30.44 256.033 30.9297 255.804 31.0111C255.657 31.0617 254.928 30.8667 254.688 31.002C254.62 31.0453 255.357 31.4989 255.574 31.4875C255.883 31.4727 255.595 31.125 255.931 31.1336C257.047 31.1628 258.025 31.4366 259.067 31.4663C259.161 31.4683 258.44 31.205 259.242 31.2355C259.368 31.2398 260.092 31.6202 261.063 31.6011C263.24 30.5745 264.768 31.7109 267.476 31.4137C267.379 31.3061 265.372 30.9541 265.253 30.9397C263 30.676 258.949 30.5159 256.593 30.4369C255.987 30.416 256.274 30.6587 256.012 30.6587C255.805 30.6583 256.065 30.2348 255.368 30.3741ZM29.2393 33.5361C28.9339 33.1192 27.948 33.4403 27.3079 33.4494C27.552 33.8268 28.6117 33.4708 29.2393 33.5361ZM280.229 32.0749C279.909 32.078 278.918 31.9066 278.834 32.0331C278.718 32.1979 280.15 32.3648 280.229 32.0749ZM126.407 29.9906C126.438 29.9783 127.203 29.9894 127.232 30.0025C127.921 30.3378 125.625 30.303 126.407 29.9906ZM144.77 29.843C145.352 29.7843 145.937 29.6444 146.136 29.9925C145.765 29.9421 144.704 30.0872 144.77 29.843ZM170.09 29.714C169.971 29.2558 171.715 29.5528 172.043 29.5943C171.921 29.7977 170.179 30.044 170.09 29.714ZM291.983 31.8929C293.052 31.9701 292.859 31.2664 293.522 31.6121C293.63 31.6704 293.92 33.1306 292.771 32.5344C292.564 32.4273 293.408 32.123 291.983 31.8929ZM232.96 30.5118C233.241 30.2153 234.093 30.3257 234.669 30.364C234.534 30.5859 233.372 30.4999 232.96 30.5118ZM22.6098 33.4172C22.0884 33.0149 19.7875 33.4502 20.3753 33.7033C20.4591 33.7358 22.285 33.4173 22.6098 33.4172ZM98.83 30.6783C99.7792 30.3172 97.7928 30.2632 97.1734 30.6088C97.4572 30.5797 98.7662 30.702 98.83 30.6783ZM164.008 29.4721C164.054 29.4582 165.069 29.4886 165.115 29.5051C165.947 29.8552 163.075 29.7712 164.008 29.4721ZM138.718 29.3495C139.075 29.0678 141.477 29.2654 142.022 29.5378C141.501 29.948 138.27 29.7006 138.718 29.3495ZM287.563 31.8875C288.319 31.9072 289.051 32.026 289.747 32.1779C289.59 32.4042 287.629 32.0649 287.563 31.8875ZM167.729 29.4371C167.783 29.4389 167.836 29.4653 167.888 29.4681C167.834 29.4582 167.781 29.447 167.729 29.4371ZM270.488 31.0123C269.848 30.8956 269.965 31.3281 270.005 31.3427C270.483 31.4996 271.212 31.1442 270.488 31.0123ZM28.4753 32.9374C28.234 32.5626 27.168 32.9144 26.5409 32.8534C26.7366 33.1489 27.977 33.0021 28.4753 32.9374ZM218.287 29.8713C217.492 29.4381 220.768 29.0117 221.447 29.2951C221.494 29.5543 218.405 29.9303 218.287 29.8713ZM95.8393 30.1767C95.7677 29.8759 94.4098 30.2773 94.7042 30.4124C94.8908 30.4984 95.8826 30.3635 95.8393 30.1767ZM223.088 29.5037C223.399 29.4175 224.112 29.7305 223.855 29.9072C223.525 30.1338 223.007 29.5285 223.088 29.5037ZM250.673 29.9564C250.541 29.906 248.731 30.162 249.466 30.4928C249.975 30.7227 250.071 30.2882 250.192 30.2905C250.323 30.2957 253.209 30.92 250.673 29.9564ZM199.962 29.3407C200.643 29.232 201.463 29.3764 202.173 29.3766C201.882 29.5601 200.249 29.5923 199.962 29.3407ZM101.152 29.96C100.986 29.841 96.4558 29.8825 99.0379 30.1935C99.1893 30.2107 101.666 30.3178 101.152 29.96ZM291.983 31.8929C291.848 31.8832 291.693 31.8615 291.514 31.8232C291.693 31.8434 291.848 31.8711 291.983 31.8929ZM279.827 31.3082C280.085 31.0985 278.837 30.9874 278.472 31.0896C278.346 31.3536 279.79 31.3373 279.827 31.3082ZM202.231 29.0701C202.638 28.9489 203.392 29.0926 203.903 29.0844C203.815 29.2879 202.4 29.28 202.231 29.0701ZM173.345 28.6512C174.166 28.7738 175.174 28.7196 175.19 28.4693C175.207 28.5084 175.246 28.55 175.312 28.5919C175.379 28.6334 176.256 28.5187 176.636 28.6051C178.922 29.1154 167.811 28.8908 174.255 28.1917C173.952 28.3448 173.648 28.498 173.345 28.6512ZM135.473 28.7991C135.006 28.5 133.711 28.8989 134.05 29.0145C134.287 29.0935 135.941 29.1 135.473 28.7991ZM153.315 28.4508C153.175 28.3972 151.903 28.6189 151.871 28.7797C152.605 28.9438 153.95 28.6996 153.315 28.4508ZM131.898 28.4894C131.606 28.4475 131.24 28.9442 131.274 28.9651C131.574 29.1403 132.393 28.7562 131.898 28.4894ZM289.823 30.4675C289.397 30.307 287.988 30.5991 287.681 30.9103C287.628 30.8451 287.482 30.7565 287.211 30.6461C287.212 30.6462 287.213 30.6462 287.214 30.6462C286.865 30.4945 275.697 29.8739 283.164 30.8189C283.398 30.8491 283.091 30.5441 284.041 30.6368C284.104 30.6433 284.125 30.8823 284.318 30.9023C284.765 30.9467 287.134 31.2016 287.618 31.032C287.62 31.0763 287.648 31.1196 287.712 31.161C288.279 31.5297 290.157 30.5913 289.823 30.4675ZM155.834 28.3928C155.578 28.3059 154.77 28.3941 154.687 28.6045C155.089 28.705 156.428 28.5953 155.834 28.3928ZM100.991 29.1025C100.467 28.9427 99.1537 29.2985 99.5573 29.46C99.8051 29.5592 101.596 29.2858 100.991 29.1025ZM147.74 28.5594C150.714 28.7839 148.449 28.5336 148.902 28.2222C148.515 28.3345 148.127 28.4469 147.74 28.5594ZM303.568 31.9307C303.098 31.8357 303.686 31.2576 304.19 31.6135C304.348 31.7265 303.831 31.9827 303.568 31.9307ZM325.008 32.9303C324.634 32.3683 326.599 32.8029 325.804 33.1254C325.768 33.1357 325.036 32.9525 325.008 32.9303ZM310.049 31.8617C309.707 32.2106 309.496 32.2427 308.591 32.1037C309.942 32.0724 308.712 31.6818 310.049 31.8617ZM175.181 28.4298C175.186 28.4446 175.191 28.4556 175.19 28.4693C175.184 28.4558 175.181 28.443 175.181 28.4298ZM129.086 28.6253C128.711 28.3201 127.67 28.3589 127.985 28.6668C128.015 28.6952 128.938 28.857 129.086 28.6253ZM287.681 30.9103C287.728 30.9681 287.701 31.0029 287.618 31.032C287.616 30.9904 287.638 30.9522 287.681 30.9103ZM134.715 28.294C134.681 28.5261 136.273 28.5962 136.337 28.5683C137.244 28.1552 135.373 28.2714 134.715 28.294ZM90.4547 29.0555C90.3733 29.082 90.9197 29.6651 91.2375 29.4217C91.4836 29.2329 90.7598 28.9548 90.4547 29.0555ZM313.134 31.8798C313.636 31.9078 314.341 31.9466 314.455 32.2376C314.122 32.1753 313.113 32.0875 313.134 31.8798ZM324.254 32.4946C323.633 32.7924 322.28 32.7118 321.42 32.6066C321.43 32.1665 323.681 32.5639 324.254 32.4946ZM291.186 30.6944C291.145 30.6746 289.885 30.4851 290.044 30.7872C290.277 31.2299 291.535 30.8709 291.186 30.6944ZM92.9156 29.3046C93.474 29.0865 92.1591 28.4993 91.5763 28.997C91.2774 29.2519 92.8218 29.3411 92.9156 29.3046ZM125.826 28.2688C125.084 28.4511 126.934 28.725 127.186 28.4134C126.843 28.394 126.09 28.2043 125.826 28.2688ZM151.202 27.6656C148.852 26.7947 150.141 28.405 150.554 28.2596C150.612 28.2389 151.259 27.6861 151.202 27.6656ZM16.6891 31.9449C16.362 32.0855 17.6288 32.4667 17.774 32.1647C17.8639 31.9756 16.8985 31.8552 16.6891 31.9449ZM186.627 28.226C186.528 28.2282 186.429 28.2306 186.331 28.2325C186.405 28.2185 186.501 28.2143 186.627 28.226ZM119.018 27.1967C120.706 28.4195 120.512 27.4571 120.657 27.4597C120.969 27.4676 121.7 27.7936 122.286 27.7279C121.616 27.8806 120.946 28.0336 120.275 28.1868C120.812 28.2666 125.427 28.6499 125.517 28.4461C125.651 28.1544 124.205 28.2688 124.162 28.2441C124.101 28.2088 123.861 27.408 123.726 27.3796C123.506 27.3338 119.645 27.3845 119.018 27.1967ZM146.3 27.8431C146.679 27.9355 146.789 28.2534 146.963 28.1757C147.023 28.1491 147.03 27.8449 147.233 27.7646C146.922 27.7907 146.611 27.8169 146.3 27.8431ZM116.083 28.3793C115.609 28.0168 117.704 28.1175 117.772 28.1581C118.134 28.4031 116.471 28.6752 116.083 28.3793ZM133.916 28.0346C133.839 28.0138 132.221 27.9196 132.236 28.1257C132.667 28.2767 134.828 28.2941 133.916 28.0346ZM147.485 27.7417C148.051 27.7724 149.122 28.0703 148.995 27.6134C148.995 27.6134 148.994 27.6134 148.993 27.6134C148.491 27.656 147.988 27.6988 147.485 27.7417ZM94.8181 28.2856C93.7523 27.5847 94.2732 28.4925 95.205 28.7029C95.4766 28.3682 94.9927 28.3996 94.8181 28.2856ZM91.4504 27.8338C91.156 27.7103 88.1446 27.9402 88.6156 28.3129C88.7836 28.4455 90.5072 28.0494 90.5874 28.0739C90.7094 28.1101 90.1692 28.5523 91.0901 28.4418C91.0321 28.2987 91.5517 27.8748 91.4504 27.8338ZM93.9395 27.8422C92.8839 27.316 92.6776 28.3451 93.4605 28.3264C93.7664 28.3199 94.0901 27.9181 93.9395 27.8422ZM98.2071 27.8169C97.8276 27.7296 96.8185 27.6141 96.1333 27.9725C97.0628 27.9771 97.9908 27.9822 98.9174 27.9877C99.0193 27.7924 98.5393 27.8937 98.2046 27.817C98.2054 27.817 98.2063 27.817 98.2071 27.8169ZM330.676 30.2574C329.869 29.917 331.777 29.9234 331.852 29.9997C332.076 30.2506 331.038 30.4095 330.676 30.2574ZM9.71117 23.0107C9.4746 22.9078 9.30336 22.5361 8.8069 22.7628C9.33254 23.0154 9.85767 23.2681 10.3823 23.5209C10.7434 22.8569 9.96987 23.1244 9.71117 23.0107ZM7.63345 20.7695C7.70476 20.75 7.25625 19.7835 8.22506 20.392C8.88003 20.8026 5.47611 21.4253 4.82981 21.0224C5.50421 20.7805 7.01917 20.9304 7.63345 20.7695ZM1.36952 16.8294C1.32541 16.7528 2.62963 16.563 2.78414 16.6101C3.59661 16.858 1.60929 17.239 1.36952 16.8294ZM5.55532 16.7835C4.93207 16.6256 6.28238 16.4266 6.69223 16.5148C6.74167 16.6965 5.65165 16.8061 5.55532 16.7835ZM323.122 15.4456C322.501 14.7356 321.826 16.1466 322.859 15.9146C322.908 15.9037 323.148 15.4801 323.122 15.4456ZM2.59461 15.7602C3.21984 15.9174 1.86578 16.1178 1.45319 16.0306C1.40511 15.849 2.49962 15.7374 2.59461 15.7602ZM322.751 13.8191C321.901 13.2848 322.116 14.9244 322.222 14.9961C322.66 15.2803 324.238 14.7343 324.57 14.5952C322.236 14.702 323.151 14.071 322.751 13.8191ZM318.638 14.5595C317.81 14.686 319.881 15.1356 320.305 14.7065C319.898 14.7049 318.873 14.5226 318.638 14.5595ZM313.706 13.7626C313.271 13.6805 311.975 13.4705 311.742 13.7139C312.224 13.6935 313.507 14.015 313.706 13.7626ZM312.755 12.9438C312.089 12.5598 311.869 13.5612 312.676 13.3032C312.708 13.2932 312.78 12.9645 312.755 12.9438ZM308.911 12.3716C308.48 11.9459 307.912 12.8972 308.644 12.9622C308.861 12.9798 308.956 12.4202 308.911 12.3716ZM321.753 12.0108C321.118 11.801 320.248 12.4537 321.619 12.61C321.13 12.6891 320.64 12.7683 320.15 12.8477C321.931 13.3439 321.853 12.3651 322.368 12.4352C323.087 12.5343 322.983 13.3327 322.823 13.5759C323.437 13.1187 325.969 13.2598 327.435 13.2544C326.166 12.9712 324.092 12.4898 322.848 12.2864C322.49 12.2276 322.128 12.4272 321.822 12.3848C321.332 12.3157 321.788 12.0245 321.755 12.0109C321.754 12.0109 321.753 12.0108 321.753 12.0108ZM303.837 12.0935C302.537 11.571 303.324 12.5963 304.08 12.4591C304.113 12.4473 303.87 12.1063 303.837 12.0935ZM0.662704 12.8744C2.46276 13.1845 1.20545 13.8005 4.86741 12.7666C3.3429 13.4386 4.80483 13.1922 4.51402 13.4452C4.28074 13.6455 3.358 13.542 3.91037 13.8884C3.19044 13.5176 0.157899 13.8031 0.0174745 13.7448C0.0187503 13.7447 0.0200261 13.7446 0.0213019 13.7445C-0.0624707 13.7098 0.0877265 12.7761 0.662704 12.8744ZM313.84 11.1928C313.465 9.97641 313.189 11.8593 312.375 10.824C311.144 12.196 315.559 10.9979 316.021 12.2403C311.312 11.838 319.081 13.615 315.877 11.6171C318.571 12.4281 316.785 11.4424 317.219 11.2348C317.684 11.0137 319.21 11.3686 319.157 10.9202C319.156 10.9201 319.155 10.9201 319.154 10.92C318.211 10.8976 317.265 10.8755 316.318 10.8539C317.189 11.8634 315.274 11.4683 314.673 10.6525C314.396 10.8326 314.118 11.0127 313.84 11.1928ZM319.115 12.3895C319.024 12.3621 316.966 12.3807 317.088 12.5805C317.356 12.7182 320.27 12.7362 319.115 12.3895ZM328.126 12.7077C327.392 12.661 326.264 12.4061 325.841 12.7434C326.578 12.7896 327.704 13.0448 328.126 12.7077ZM290.309 10.6335C289.355 10.8869 292.244 11.1075 291.424 10.7179C291.383 10.6994 290.356 10.6217 290.309 10.6335ZM311.705 11.2575C310.773 10.8418 311.161 12.0258 311.882 11.7616C311.923 11.746 311.748 11.2764 311.705 11.2575ZM2.09484 12.6519C2.14337 12.3639 4.72851 12.419 5.18288 12.3916C4.93977 12.6697 2.04089 12.9814 2.09484 12.6519ZM329.482 11.7233C328.085 10.6129 326.024 11.674 325.807 11.6354C325.592 11.5962 325.959 11.1699 325.91 11.155C325.797 11.1229 323.488 11.0243 323.379 11.0494C323.298 11.069 323.676 11.7207 323.192 11.8907C324.121 11.5863 328.349 12.0625 328.565 12.0065C328.737 11.9613 327.502 11.225 329.48 11.7232C329.48 11.7232 329.481 11.7233 329.482 11.7233ZM325.27 11.4663C325.833 11.7635 324.206 11.7003 323.829 11.5809C322.977 11.3129 325.193 11.4302 325.27 11.4663ZM321.411 10.9974C321.231 10.9276 319.571 10.7787 319.413 11.0636C320.179 11.4883 321.82 11.1589 321.411 10.9974ZM302.901 10.0345C302.468 10.0501 301.29 9.76539 301.209 10.018C301.644 10.0023 302.821 10.287 302.901 10.0345ZM10.7299 9.93507C10.0042 9.75933 11.6543 9.58278 12.1415 9.65991C12.1769 9.82918 10.7919 9.9501 10.7299 9.93507ZM311.676 8.80142C311.431 8.70888 306.169 8.62544 305.448 8.70993C306.137 8.93812 311.34 9.22803 311.573 9.14711C311.643 9.12252 311.708 8.81542 311.676 8.80142ZM322.969 9.31665C323.468 8.96763 323.752 9.43781 323.812 9.447C324.393 9.53883 325.635 9.52708 325.342 9.87395C324.295 9.66471 321.979 10.0098 322.969 9.31665ZM302.617 8.31C300.836 8.36054 304.222 8.92947 303.794 8.51304C303.767 8.48772 302.801 8.30452 302.617 8.31ZM312.265 8.7231C312.672 8.4384 317.871 8.9892 318.718 9.0391C317.934 9.55815 317.351 9.09731 316.336 9.0694C316.061 9.06254 316.122 9.3003 316.092 9.29902C315.618 9.2835 315.986 9.03329 315.697 9.01311C315.517 9.00056 311.694 9.12202 312.265 8.7231ZM323.256 9.07149C323.552 8.8715 326.831 8.97302 326.958 9.03877C327.919 9.5241 323.494 9.15985 323.256 9.07149ZM311.813 8.19779C312.411 7.57501 314.975 8.15372 313.186 8.3824C313.015 8.40278 312.314 8.08081 311.813 8.19779ZM302.837 7.69777C302.752 7.67402 300.907 7.45076 300.863 7.657C301.128 7.75076 303.82 7.95904 302.837 7.69777ZM303.831 7.04371C303.786 7.04644 304.199 7.46855 303.335 7.37387C303.263 7.36548 303.152 6.9083 302.053 7.01828C301.83 7.04111 301.471 7.32178 301.495 7.34153C302.599 8.10438 306.077 6.92566 303.831 7.04371ZM323.337 8.71033C323.173 8.51016 323.628 7.97103 323.992 8.27886C324.148 8.41171 323.824 8.73217 323.337 8.71033ZM296.975 7.22556C298.062 6.93492 294.702 6.70872 294.524 6.78861C294.623 7.00663 296.867 7.2536 296.975 7.22556ZM12.2614 7.20537C12.2606 7.20541 12.2597 7.20546 12.2589 7.20551C13.172 7.23462 12.6241 7.54911 12.6671 7.55577C14.624 7.87106 14.0761 7.2541 14.3747 7.16203C15.0139 6.9635 14.9509 7.75255 16.0254 7.37065C14.246 7.94478 15.8782 7.65772 15.9437 7.93392C16.2059 9.06097 13.5129 7.52694 12.6219 7.8138C12.4981 7.85348 13.4452 8.16734 13.1287 8.28773C12.0906 8.67822 8.79683 7.09372 12.2614 7.20537ZM324.288 8.24637C324.723 7.93616 327.902 8.45084 327.038 8.67554C326.9 8.71108 323.638 8.69648 324.288 8.24637ZM175.517 3.27392C176.285 2.98578 174.506 2.64188 174.175 2.86698C174.011 2.97901 175.18 3.4003 175.517 3.27392ZM163.062 2.03925C162.147 2.10043 161.186 3.31127 162.324 3.12042C162.445 3.09956 163.167 2.20649 163.062 2.03925ZM222.833 3.16245C221.896 2.71247 221.936 3.51542 222.631 3.51759C222.876 3.51851 222.862 3.1767 222.833 3.16245ZM186.566 2.80305C186.471 2.77442 185.37 2.81929 185.409 3.00388C185.816 3.11663 187.181 2.99891 186.566 2.80305ZM223.137 3.05428C222.567 3.18765 223.532 3.78667 224.235 3.2339C223.883 3.27329 223.196 3.04065 223.137 3.05428ZM309.945 6.32285C309.455 6.62649 308.122 6.45641 307.349 6.47277C307.289 6.04225 309.393 6.3707 309.945 6.32285ZM166.935 2.51748C166.074 2.8192 167.92 3.06321 167.75 2.66604C167.726 2.64445 166.969 2.50459 166.935 2.51748ZM253.508 3.78558C252.872 4.02018 254.857 4.42509 254.322 3.96069C254.295 3.94159 253.543 3.77249 253.508 3.78558ZM262.183 4.21942C261.701 4.11657 259.691 4.07456 260.466 4.34937C260.585 4.39149 262.136 4.4509 262.183 4.21942ZM14.4121 6.85249C14.1327 6.42828 15.6266 6.45432 15.8431 6.51982C15.9284 6.54723 14.7767 7.40422 14.4121 6.85249ZM216.674 2.98043C216.18 3.02666 214.902 2.90098 214.673 3.12722C215.278 3.08947 216.828 3.44109 216.674 2.98043ZM170.855 2.51349C170.108 2.03701 168.829 2.08453 169.146 2.70664C170.557 2.66462 168.972 2.14713 170.855 2.51349ZM226.328 2.60641C225.933 2.56182 225.618 3.153 225.662 3.18207C226.085 3.45869 226.716 2.84709 226.328 2.60641ZM196.72 2.64444C196.7 2.38879 195.432 2.49263 195.6 2.65862C195.655 2.71427 196.737 2.85122 196.72 2.64444ZM293.412 5.3506C292.844 5.09062 294.624 4.94586 295.132 5.24259C295.368 5.64618 293.485 5.38062 293.412 5.3506ZM237.264 3.00751C237.333 2.62999 235.348 2.79521 236.12 3.12852C236.314 3.21187 237.241 3.13363 237.264 3.00751ZM256.196 3.09674C254.858 3.50477 260.407 4.00851 258.965 3.39755C258.863 3.35369 256.314 3.06206 256.196 3.09674ZM265.276 3.68899C265.049 3.63105 265.209 2.36238 266.139 2.88735C266.261 2.95548 265.667 3.27088 265.766 3.3515C265.825 3.39734 267.874 3.65108 267.969 3.62504C268.072 3.59507 267.968 3.18277 268.072 3.14083C268.191 3.09395 269.441 3.49917 270.1 3.52808C271.34 3.5817 271.499 3.24807 271.6 3.25075C271.9 3.26001 272.395 3.52042 273.003 3.54373C276.071 3.65931 280.713 3.56201 283.124 4.38694C280.974 4.00546 278.914 4.22702 276.775 4.23521C277.431 3.55159 273.604 4.65529 275.846 3.92582C274.817 4.05837 266.022 3.86755 265.279 3.68909C265.278 3.68906 265.277 3.68902 265.276 3.68899ZM159.469 1.69401C160.025 1.25681 157.163 1.36659 156.921 1.87116C157.3 1.93892 159.4 1.74337 159.469 1.69401ZM172.706 0.613586C172.974 0.538839 173.23 -0.311081 174.633 0.122087C174.634 0.122089 174.636 0.122091 174.637 0.122093C175.047 0.248642 174.579 0.454961 174.654 0.528876C174.682 0.559005 175.959 0.98408 174.897 1.05017C173.277 1.15196 174.746 0.417613 173.882 0.407372C173.776 0.40641 172.138 0.864843 172.233 0.965998C172.243 0.977757 172.736 0.880842 172.817 0.922905C173.124 1.08098 172.975 1.34624 173.018 1.35891C173.16 1.39112 175.747 0.942907 176.12 1.33892C176.245 1.46579 171.996 1.75341 171.834 1.68793C171.73 1.64615 171.774 0.909487 171.667 0.836976C171.612 0.800735 169.918 1.07644 169.698 1.0089C169.634 0.989326 169.585 0.968222 169.549 0.950828C169.806 1.17861 168.269 1.16286 168.316 0.905757C168.343 0.804612 169.401 0.862591 169.439 0.880298C169.455 0.887774 169.47 0.898079 169.483 0.905189C169.266 0.626984 172.839 0.640632 172.068 0.227085C173.115 0.00142479 171.919 0.833346 172.706 0.613586ZM177.723 0.168232C177.616 0.245415 177.508 0.322603 177.4 0.399797C179.227 0.214922 181.306 0.595316 183.415 0.602755C183.95 0.605234 183.336 0.128353 184.037 0.261337C184.599 0.367933 185.217 0.810838 184.912 0.907172C184.837 0.931176 183.696 0.63895 183.122 0.665691C181.433 0.74491 181.864 1.15344 181.764 1.16391C181.656 1.17497 180.603 0.88492 180.026 0.895638C178.576 0.923518 177.913 1.17075 175.925 0.84044C177.073 0.575176 176.446 -0.00814629 177.723 0.168232ZM245.642 2.08106C245.719 1.82731 246.906 2.08817 247.34 2.06324C247.265 2.3175 246.077 2.0557 245.642 2.08106ZM67.9846 2.53717C67.635 2.96931 70.3731 2.97703 69.6402 2.65329C69.4783 2.58132 68.3289 2.52787 67.9846 2.53717ZM80.3114 2.38015C80.674 2.25262 79.19 1.99708 79.2027 2.32175C79.2083 2.42575 80.2649 2.39667 80.3114 2.38015ZM201.275 0.748161C201.345 0.735767 202.349 0.840989 202.38 0.862756C203.042 1.316 199.734 1.02025 201.275 0.748161ZM95.2628 1.43102C93.9895 1.7396 97.8543 1.75776 96.6649 1.43796C96.6062 1.42232 95.3217 1.41603 95.2628 1.43102ZM100.63 1.21751C100.323 1.23968 98.9559 1.13713 98.941 1.26569C98.9193 1.47283 100.484 1.57511 100.63 1.21751ZM226.628 1.02685C226.49 0.550844 228.281 0.947074 228.906 0.901373C229.044 1.37763 227.255 0.980121 226.628 1.02685ZM215.287 0.464089C222.876 0.224457 221.192 1.2035 214.83 0.686875C214.826 0.383392 214.806 0.479554 215.287 0.464089ZM224.988 0.7002C224.705 0.997427 223.843 0.890159 223.259 0.854384C223.368 0.645813 224.566 0.745975 224.988 0.7002ZM64.6955 2.00568C65.1577 1.60561 67.2766 2.00143 66.9083 2.17269C66.8233 2.20964 64.5292 2.22219 64.6955 2.00568ZM201.912 0.350832C201.739 -0.111324 204.011 0.103622 204.188 0.208244C204.887 0.627699 202.09 0.25103 201.912 0.350832ZM237.392 0.870433C237.803 0.52036 238.939 0.734583 239.671 0.758457C239.33 1.05765 238.015 0.892479 237.392 0.870433ZM232.09 0.460266C232.136 0.447447 233.154 0.503718 233.203 0.521497C234.032 0.892789 231.144 0.735372 232.09 0.460266ZM10.8286 3.81757C10.8619 3.80414 11.6325 3.78588 11.66 3.798C12.3651 4.1066 10.0523 4.1597 10.8286 3.81757Z' fill='%2301516E' fill-opacity='0.7'/%3E %3C/svg%3E");
  }
}
.ArticleBodyComponent .pHeader {
  font-size: 1.5rem;
  font-weight: 900;
  color: #000000;
  margin-bottom: 0.3125rem;
  margin-top: 0.3125rem;
  line-height: 1.75rem;
}
.font-moses .yplus .ArticleBodyComponent .pHeader {
  font-size: 5.9375vw;
  line-height: 1.26;
  font-weight: 670;
  font-family: "MosesDisplay", "NarkisBlock";
}
.font-moses .ArticleBodyComponent .pHeader {
  font-size: 1.3rem;
  line-height: 1.59;
  font-weight: 670;
}
.ArticleBodyComponent .articleYoutubeComponeta {
  width: 100%;
}
.ArticleBodyComponent .articleYoutubeComponeta .caption {
  width: 100%;
  font-size: 1rem;
  color: #000000;
  padding-bottom: 0.78125vw;
}
.font-moses .yplus .ArticleBodyComponent .articleYoutubeComponeta .caption {
  font-size: 4.375vw !important;
  font-weight: 340;
}
.ArticleBodyComponent .articleYoutubeComponeta .caption .caption-img-container-new-design {
  direction: rtl;
  margin: 0 0px 0 1.5625vw;
  border-left: none;
}
.ynetnews .ArticleBodyComponent .articleYoutubeComponeta .caption .caption-img-container-new-design,
.vesty .ArticleBodyComponent .articleYoutubeComponeta .caption .caption-img-container-new-design {
  margin: 0 1.5625vw 0 0px;
}
.ArticleBodyComponent .articleIframe iframe {
  width: 100%;
  border: 0;
}
.ArticleBodyComponent .red_underline_header {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1.875vw;
}
.ArticleBodyComponent .red_underline_header .public-DraftStyleDefault-block {
  position: relative;
}
.ArticleBodyComponent .red_underline_header .public-DraftStyleDefault-block span[data-text="true"]::after {
  position: absolute;
  left: 0;
  bottom: -0.78125vw;
  width: 100%;
  height: 1.25vw;
  border-bottom: 1.25vw solid #de1a1a;
  content: "";
}
.ArticleBodyComponent .text_editor_numbered_text {
  margin: 0 0 1.8rem 0;
  word-break: keep-all;
  margin: 0 6.25vw 4.6875vw 0;
  font-size: inherit;
}
.magazine_template .ArticleBodyComponent .text_editor_numbered_text {
  margin: 0 0 1.5rem 0;
}
.ArticleBodyComponent .text_editor_numbered_text > div {
  display: inline;
}
.ArticleBodyComponent .text_editor_numbered_text:before {
  counter-increment: numbered-text-counter 1;
  content: counter(numbered-text-counter) ". ";
  font-weight: 500;
  position: absolute;
  right: 1.5625vw;
  width: 7.34375vw;
  text-align: end;
}
.ArticleBodyComponent .articleBodyInreadWrapper,
.ArticleBodyComponent .articleBodyInread {
  min-height: 39.0625vw;
  min-width: 50vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (prefers-color-scheme: dark) {
  .calcalist .ArticleBodyComponent .pHeader {
    color: #000 !important;
  }
  .ArticleBodyComponent .special_ul li {
    -webkit-text-fill-color: #419bf9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(65, 155, 249)' 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");
  }
  .ArticleBodyComponent .pHeader,
  .ArticleBodyComponent .red_underline_header {
    color: #fff;
  }
  .magazine_art .ArticleBodyComponent .text_editor_block_quote {
    color: #fff;
  }
  .magazine_art .ArticleBodyComponent .text_side_line *,
  .magazine_art .ArticleBodyComponent .one_quote_teaser *,
  .magazine_art .ArticleBodyComponent .two_quotes_teaser *,
  .magazine_art .ArticleBodyComponent .colored_underline_header * {
    color: #fff !important;
    -webkit-text-fill-color: unset !important;
  }
}
.mContainer.articleContainer:has(.article-body:not(.collapsed)) {
  overflow: unset;
}
.article-collapsible-box-component {
  min-height: 31.25vw;
  position: relative;
  padding: 3.90625vw 3.125vw;
  background-color: #f5f5f5;
  overflow: hidden;
  margin-bottom: 3.125vw;
}
.article-collapsible-box-component:has(.article-body:not(.collapsed)) {
  max-height: 15781.25vw;
  overflow: unset;
}
.article-collapsible-box-component .article-title {
  font-size: 1.313rem;
  font-weight: 670;
  margin-bottom: 2.1875vw;
  line-height: 1.33;
}
.article-collapsible-box-component .article-body {
  padding-bottom: 4.6875vw;
  max-height: 15625vw;
  transition: all .3s ease;
}
.article-collapsible-box-component .article-body:not(.collapsed) {
  max-height: 937500vw;
  height: auto;
}
.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:not(.collapsed) .public-DraftStyleDefault-ol[style] {
  margin-inline-start: 7.8125vw;
}
.article-collapsible-box-component .article-body.collapsed {
  max-height: fit-content;
  -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%);
}
.article-collapsible-box-component .article-body figure {
  margin: 0;
  height: 0;
}
.article-collapsible-box-component .article-body .text_editor_paragraph_collapsible {
  font-size: 1.125rem;
  font-weight: 340;
  margin-bottom: 4.6875vw;
}
.article-collapsible-box-component .article-body .text_editor_block_quote {
  margin-bottom: 4.6875vw;
}
.article-collapsible-box-component .show-fade {
  width: 100%;
  height: 18.53047vw;
  position: absolute;
  margin-inline-start: -3.125vw;
  bottom: 0;
  background: linear-gradient(181deg, rgba(241, 241, 241, 0) -11.94%, #F1F1F1 74.43%);
  transition: 0.4s linear;
}
.article-collapsible-box-component .toggle-btn {
  display: none;
  width: 10.15625vw;
  height: 10.15625vw;
  position: sticky;
  position: -webkit-sticky;
  top: 31.25vw;
  bottom: 3.90625vw;
  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: 3.125vw;
  float: unset;
}
.englishSite .article-collapsible-box-component .toggle-btn.collapsed {
  right: 3.125vw;
  left: unset;
}
.englishSite .article-collapsible-box-component .toggle-btn {
  float: right;
}
.drag-article-message {
  width: 115.625vw !important;
  min-height: 31.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.75vw;
  background-color: #F1F1F1;
}
.drag-article-message:hover {
  border: 1px dashed #b7c0ff;
}
@media (prefers-color-scheme: dark) {
  .article-collapsible-box-component {
    background-color: #434242;
  }
  .text_editor_paragraph_collapsible {
    margin: 0 0 4.6875vw 0;
  }
  .text_editor_paragraph_collapsible a span span {
    color: #007bff !important;
    text-decoration: none !important;
  }
  .text_editor_paragraph_collapsible a:visited span span {
    color: #9966ff !important;
  }
}
.spotimWrapper.popUp {
  position: fixed;
  left: 100%;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 1px 1px 1.09375vw 0 rgba(0, 0, 0, 0.18);
  height: 100%;
  z-index: 9999999;
  overflow-y: auto;
  padding: 3.90625vw;
  box-sizing: border-box;
}
.spotimWrapper.popUp.isOpened {
  transition: left 0.4s;
  left: 0;
}
.spotimWrapper.popUp.isClosed {
  transition: left 0.4s;
  left: -100%;
}
.spotimWrapper.popUp .closePopUp {
  position: sticky;
  top: -3.90625vw;
  width: 100%;
  height: 7.8125vw;
  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: #fff;
  background-size: 3.125vw auto;
  background-position: left 3.125vw;
  background-repeat: no-repeat;
  z-index: 100;
}
@media (prefers-color-scheme: dark) {
  .spotimWrapper.popUp *,
  .spotimWrapper.popUp {
    background-color: #000 !important;
    color: #fff ! important;
  }
  .closePopUp {
    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:%23fff%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") !important;
    background-color: #000;
  }
}
.MobileWebAddCommentFormUI {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.MobileWebAddCommentFormUI .AddCommentForm {
  margin-top: 0.46875vw;
  position: relative;
  padding: 1.5625vw 0;
  margin-bottom: 0.78125vw;
}
.MobileWebAddCommentFormUI .AddCommentForm * {
  box-sizing: border-box;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper {
  height: 13.28125vw;
  background: #f3f8f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5.78125vw;
  border-radius: 1.09375vw;
  box-sizing: border-box;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .thankYou {
  font-size: 4.6875vw;
  font-style: normal;
  font-stretch: normal;
  line-height: 5vw;
  letter-spacing: 0.68px;
  color: #000;
  margin-bottom: 0;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 15.9375vw;
}
.magazine2025 .MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper {
  background-color: transparent;
  border: 0;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeIcon {
  height: 4.375vw;
  width: 4.375vw;
  background-position: center;
  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: contain;
  background-repeat: no-repeat;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .successfullySentText {
  font-size: 3.75vw;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.5px;
  text-align: right;
  color: #25262b;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer {
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: end;
  margin-bottom: 3.4375vw;
}
.ArticleCommentMobileWeb .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  justify-content: flex-end;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 3.125vw;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.68px;
  text-align: right;
  color: #000;
}
.ArticleCommentMobileWeb .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  display: none !important;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  display: flex;
}
.magazine2025 .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  border: 0;
  background: transparent;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  margin-left: 1.25vw;
  height: 4.375vw;
  width: 4.375vw;
  background-position: center;
  background: 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: contain;
  background-repeat: no-repeat;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-direction: column;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  height: 12.8125vw;
  display: inline-block;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .title {
  height: 12.8125vw;
  display: inline-block;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .comment {
  height: 37.8125vw;
  display: inline-block;
  overflow: auto;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .inputStyle {
  background-color: #ededed;
  padding: 1.71875vw 2.34375vw;
  border: 0;
  border-radius: 1.25vw;
  font-size: 4.375vw;
  margin-bottom: 2.65625vw;
}
.font-moses .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .inputStyle {
  font-size: 3.90625vw;
  font-weight: 340;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService {
  font-size: 2.03125vw;
  line-height: 2.8125vw;
  text-align: right;
  color: #000;
  width: 55vw;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:link,
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:visited {
  color: #000;
  font-weight: bold;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .panelRowTerms {
  font-size: 3.125vw;
  margin: 0.78125vw 0 2.34375vw 0;
}
.font-moses .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .panelRowTerms {
  font-size: 2.96875vw;
  font-weight: 340;
  margin: 0px 0 3.90625vw 0;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .panelRowTerms a {
  color: #000;
  font-weight: bold;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  cursor: pointer;
  border: 0;
  width: 37.8125vw;
  height: 10.625vw;
  background: linear-gradient(127deg, #474cdd, #1417ac 43%);
  font-size: 4.6875vw;
  font-weight: bold;
  line-height: 1px;
  text-align: center;
  color: #ffffff;
}
.font-moses .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  font-size: 4.375vw;
  font-weight: 670;
  line-height: normal;
  background: #ed1c24;
}
.magazine2025 .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  background: #A10000;
  font-weight: 400;
}
.yplus .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  background: #ed1c24;
  border-radius: 0.78125vw;
}
@media (prefers-color-scheme: dark) {
  .MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper {
    background: #5e5e5e;
  }
  .MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .thankYou {
    color: #c9c9c9;
  }
  .MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeIcon {
    filter: invert(1);
  }
  .MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .successfullySentText {
    color: #25262b;
  }
  .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
    color: #fff;
  }
  .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
    filter: invert(1);
  }
  .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .inputStyle {
    background-color: #5e5e5e;
  }
  .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService {
    color: #fff;
  }
  .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:link,
  .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:visited {
    color: #fff;
  }
  .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
    background: #ed1c24;
  }
}
.magazine_template .SiteArticleComments,
.magazine_template .SiteArticleContact {
  margin-inline-start: 3.90625vw;
  margin-inline-end: 3.90625vw;
}
.SiteArticleComments {
  display: flex;
  flex-direction: column;
  direction: rtl;
  margin: 10.625vw 0;
}
.magazine2025 .SiteArticleComments {
  padding: 0 1.25rem;
  box-sizing: border-box;
}
.SiteArticleComments .CommentsBox {
  display: flex;
  margin: 10.625vw auto;
  justify-content: center;
  text-align: center;
}
.SiteArticleComments .showMoreCommentsButton,
.SiteArticleComments .closeCommentsButton {
  background: linear-gradient(113deg, #474cdd, #1417ac 36%);
  width: 49.0625vw;
  height: 10.625vw;
  margin: 5.46875vw auto 0 !important;
  font-weight: bold;
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  font-size: 4.6875vw;
}
.font-moses .SiteArticleComments .showMoreCommentsButton,
.font-moses .SiteArticleComments .closeCommentsButton {
  font-size: 4.375vw;
  font-weight: 670;
  background: #de1a1a;
}
.magazine2025 .SiteArticleComments .showMoreCommentsButton,
.magazine2025 .SiteArticleComments .closeCommentsButton {
  background: #A10000;
  font-weight: 400;
}
.SiteArticleComments .showMoreCommentsButton:hover,
.SiteArticleComments .closeCommentsButton:hover,
.SiteArticleComments .showMoreCommentsButton:focus,
.SiteArticleComments .closeCommentsButton:focus {
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
}
.SiteArticleComments .ArticleCommentsTopTabUI {
  display: flex;
  align-items: center;
  height: 6.25vw;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabTitle {
  display: flex;
  align-items: center;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabIcon {
  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");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  height: 6.875vw;
  width: 7.1875vw;
  margin-left: 2.03125vw;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabIcon .tabNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1px;
  height: 5.46875vw;
  font-size: 3.125vw;
  font-weight: bold;
}
.font-moses .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabIcon .tabNumber {
  font-size: 2.65625vw;
  font-weight: 670;
}
.magazine2025 .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabIcon .tabNumber {
  font-weight: 400;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabText {
  font-size: 6.25vw;
  font-weight: bold;
  color: #000;
}
.font-moses .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabText {
  font-size: 5.78125vw;
  font-weight: 800;
  line-height: 0.81;
  letter-spacing: 0.37px;
  font-family: "MosesDisplay", "NarkisBlock";
}
.magazine2025 .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabText {
  font-weight: 400;
  color: #121111;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabPanel {
  display: flex;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabPanel .newCommentBtn {
  background: linear-gradient(134deg, #474cdd, #1417ac 48%);
  height: 7.96875vw;
  width: 34.53125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.font-moses .SiteArticleComments .ArticleCommentsTopTabUI .tabPanel .newCommentBtn {
  background: #de1a1a;
}
.magazine2025 .SiteArticleComments .ArticleCommentsTopTabUI .tabPanel .newCommentBtn {
  background: #A10000;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabPanel .newCommentBtn .btnText {
  font-size: 4.21875vw;
  font-weight: bold;
  color: #fff;
}
.font-moses .SiteArticleComments .ArticleCommentsTopTabUI .tabPanel .newCommentBtn .btnText {
  font-size: 3.90625vw;
  font-weight: 670;
}
.magazine2025 .SiteArticleComments .ArticleCommentsTopTabUI .tabPanel .newCommentBtn .btnText {
  font-weight: 400;
}
.SiteArticleComments .commentsContainer {
  width: 100%;
  margin: 0;
  padding: 0x;
  box-sizing: border-box;
  border-bottom: 1px solid #dadadd;
}
.SiteArticleComments .commentsContainer > div:first-child .level1 {
  border-top: none;
}
.SiteArticleComments .ArticleCommentsPopup .commentsContainer {
  padding-bottom: 15.625vw;
}
.yplus :has(.paywall-wrapper) .SiteArticleComments {
  display: none;
}
.yplus .SiteArticleComments {
  padding: 0 3.90625vw;
}
.yplus .SiteArticleComments .showMoreCommentsButton {
  background: #ed1c24;
  border-radius: 0.78125vw;
}
.yplus .SiteArticleComments .ArticleCommentsTopTabUI .tabPanel .newCommentBtn {
  background: #ed1c24;
  border-radius: 0.78125vw;
}
@media (prefers-color-scheme: dark) {
  .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabIcon {
    filter: invert(1);
  }
  .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabIcon .tabNumber {
    filter: invert(1);
  }
  .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabText {
    color: #fff;
  }
}
.ArticleCommentMobileWeb {
  background-color: transparent !important;
}
.ArticleCommentMobileWeb.level1 {
  border-top: 1px solid #dadadd;
  padding: 2.65625vw 0px;
}
.ArticleCommentMobileWeb.level2 {
  border: 0;
  padding: 0px;
  margin: 0;
  bottom: 1.5625vw;
  padding-bottom: 2.65625vw;
}
.ArticleCommentMobileWeb.expanded {
  background-color: transparent !important;
}
.ArticleCommentMobileWeb .redTitleText {
  color: #de1a1a;
  font-weight: 600;
}
.ArticleCommentMobileWeb .topView {
  display: flex;
}
.ArticleCommentMobileWeb .topView .level2ArrowContainer {
  justify-content: flex-end;
  display: flex;
  padding-left: 1.5625vw;
}
.ArticleCommentMobileWeb .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: 3.125vw;
  height: 2.8125vw;
  margin-top: 0.3125vw;
}
.ArticleCommentMobileWeb .topView .commentNum {
  display: flex;
  font-size: 4.6875vw;
  font-weight: bold;
  margin-left: 0.78125vw;
}
.magazine2025 .ArticleCommentMobileWeb .topView .commentNum {
  font-weight: 400;
}
.font-moses .ArticleCommentMobileWeb .topView .commentNum {
  font-size: 3.90625vw;
  font-weight: 670;
  line-height: 5.3125vw;
}
.ArticleCommentMobileWeb .topView .topLeftView {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-right: 0.3125vw;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper {
  display: flex;
  margin-bottom: 0.78125vw;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .commentTitle {
  font-size: 4.6875vw;
  line-height: 5.3125vw;
  font-weight: bold;
  text-align: right;
}
.font-moses .ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .commentTitle {
  font-size: 3.90625vw;
  font-weight: 670;
}
.magazine2025 .ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .commentTitle {
  font-weight: 400;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .commentTitle.expanded {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .titleText {
  font-size: 4.6875vw;
  font-weight: bold;
  color: #000;
}
.magazine2025 .ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .titleText {
  font-weight: 400;
}
.font-moses .ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .titleText {
  font-size: 3.75vw;
  font-weight: 670;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentText {
  font-size: 4.53125vw;
  font-weight: normal;
  color: #000;
  display: none;
  margin-bottom: 2.65625vw;
}
.font-moses .ArticleCommentMobileWeb .topView .topLeftView .commentText {
  font-size: 3.75vw;
  line-height: normal;
  font-weight: 340;
  margin-bottom: 1.5625vw;
}
.magazine2025 .ArticleCommentMobileWeb .topView .topLeftView .commentText {
  font-weight: 300;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentText.expanded {
  display: block;
}
.ArticleCommentMobileWeb .topView .topLeftView .details {
  display: flex;
  align-items: center;
  font-size: 4.375vw;
  color: #000;
  justify-content: space-between;
}
.font-moses .ArticleCommentMobileWeb .topView .topLeftView .details {
  font-size: 3.28125vw;
  line-height: normal;
  font-weight: 310;
  margin-top: 0.78125vw;
}
.magazine2025 .ArticleCommentMobileWeb .topView .topLeftView .details {
  font-weight: 300;
}
.ArticleCommentMobileWeb .topView .topLeftView .details > div {
  display: flex;
  flex-shrink: 0;
}
.ArticleCommentMobileWeb .topView .topLeftView .details .author {
  max-width: 35vw;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ArticleCommentMobileWeb .topView .topLeftView .details .publishDate {
  margin-left: 3.90625vw;
}
.ArticleCommentMobileWeb .topView .topLeftView .details span {
  margin-left: 1.25vw;
}
.ArticleCommentMobileWeb .topView .topLeftView .details .commentToComent {
  background: transparent;
  border: 0;
  color: #1417ac;
  font-size: 4.375vw;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: -0.3px;
  margin-left: 4.375vw;
}
.magazine2025 .ArticleCommentMobileWeb .topView .topLeftView .details .commentToComent {
  font-weight: 400;
  color: #A10000;
  letter-spacing: normal;
}
.font-moses .ArticleCommentMobileWeb .topView .topLeftView .details .commentToComent {
  font-size: 3.28125vw;
  line-height: normal;
  font-weight: 670;
}
.ArticleCommentMobileWeb .expandedView {
  padding-bottom: 0;
}
.ArticleCommentMobileWeb .expandedView .bottomButtonsWrapper {
  margin-top: 3.90625vw;
  height: 4.6875vw;
}
.ArticleCommentMobileWeb .expandedView .bottomButtonsWrapper.level1 {
  padding-right: 8.59375vw;
}
.ArticleCommentMobileWeb .expandedView .bottomButtonsWrapper.level2 {
  padding-right: 13.28125vw;
}
.yplus .ArticleCommentMobileWeb .topView .topLeftView .details .commentToComent {
  color: #ed1c24;
}
@media (prefers-color-scheme: dark) {
  .ArticleCommentMobileWeb.level1 {
    border-top: 1px solid #b1b1b1;
  }
  .ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .titleText {
    color: #fff;
  }
  .ArticleCommentMobileWeb .topView .topLeftView .commentText {
    color: #fff;
  }
  .ArticleCommentMobileWeb .topView .topLeftView .details {
    color: #bcbcbc;
  }
  .ArticleCommentMobileWeb .topView .topLeftView .details .commentToComent {
    color: #3ea6ff;
  }
  .yplus .ArticleCommentMobileWeb .topView .topLeftView .details .commentToComent span {
    color: #ed1c24 !important;
  }
}
.ArticleCommentsPopup:not(.type2026) {
  position: fixed;
  width: 100%;
  height: calc(100vh - (14.84375vw + 15.625vw));
  z-index: 9999999999;
  top: 15.625vw;
  right: 0;
}
.ArticleCommentsPopup:not(.type2026).hide {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.ArticleCommentsPopup:not(.type2026).fadeIn {
  visibility: visible;
  animation: fadeinPopup 0.3s both ease-in-out;
  -webkit-animation: fadeinPopup 0.3s both ease-in-out;
}
.ArticleCommentsPopup:not(.type2026).fadeOut {
  pointer-events: none;
  animation: fadeOutPopup 0.3s both ease-in-out;
  -webkit-animation: fadeOutPopup 0.3s both ease-in-out;
}
.ArticleCommentsPopup:not(.type2026) .redTitleText {
  color: #de1a1a;
  -webkit-text-fill-color: #de1a1a;
}
.ArticleCommentsPopup:not(.type2026).level1 {
  padding: 2.8125vw 0px;
  position: relative;
}
.ArticleCommentsPopup:not(.type2026).level1:after {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  border-top: 1px solid #dadadd;
  content: "";
}
.ArticleCommentsPopup:not(.type2026).level2 {
  border: 0;
  padding: 0px;
  margin: 0;
  bottom: 1.5625vw;
  padding-bottom: 1.5625vw;
}
.ArticleCommentsPopup:not(.type2026).expanded {
  background-color: transparent !important;
}
.ArticleCommentsPopup:not(.type2026) .commentsTopBar {
  display: flex;
  height: 14.84375vw;
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5.46875vw 5.46875vw 0 0;
  padding: 0 5.46875vw 0 6.25vw;
  justify-content: space-between;
  align-items: center;
}
.ArticleCommentsPopup:not(.type2026) .commentsTopBar .commentsTopBarHeadline {
  display: flex;
}
.ArticleCommentsPopup:not(.type2026) .commentsTopBar .commentsTopBarHeadline .tabIcon {
  height: 6.09375vw;
  width: 6.09375vw;
  background: transparent 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");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1.71875vw;
}
.ArticleCommentsPopup:not(.type2026) .commentsTopBar .commentsTopBarHeadline .tabIcon .tabNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  height: 4.84375vw;
  font-size: 2.65625vw;
  font-weight: bold;
}
.ArticleCommentsPopup:not(.type2026) .commentsTopBar .commentsTopBarHeadline .headlineTitle {
  font-size: 6.25vw;
  font-weight: bold;
  line-height: 5.9375vw;
}
.font-moses .ArticleCommentsPopup:not(.type2026) .commentsTopBar .commentsTopBarHeadline .headlineTitle {
  font-size: 5.78125vw;
  font-weight: 800;
  line-height: 0.81;
  letter-spacing: 0.37px;
  font-family: "MosesDisplay", "NarkisBlock";
}
.magazine2025 .ArticleCommentsPopup:not(.type2026) .commentsTopBar .commentsTopBarHeadline .headlineTitle {
  font-weight: 400;
}
.ArticleCommentsPopup:not(.type2026) .commentsTopBar .popupCloseIcon {
  width: 4.6875vw;
  height: 4.6875vw;
  background: transparent 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:%23fff%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-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.magazine2025 .ArticleCommentsPopup:not(.type2026) .commentsTopBar .popupCloseIcon {
  border: 0;
}
.ArticleCommentsPopup:not(.type2026) .commentsWrapper {
  background-color: #fff;
  height: 100%;
  padding: 3.90625vw 4.6875vw 15.625vw;
  overflow: auto;
  box-sizing: border-box;
}
.ArticleCommentsPopup:not(.type2026) .commentsWrapper .addCommentBtn {
  display: flex;
  align-items: center;
  visibility: visible;
  height: 12.8125vw;
  border-radius: 1.09375vw;
  margin-bottom: 4.6875vw;
  border: none;
  padding: 0 3.90625vw;
  font-size: 4.375vw;
  background-color: #ededed;
  color: black;
  line-height: 1px;
}
.font-moses .ArticleCommentsPopup:not(.type2026) .commentsWrapper .addCommentBtn {
  font-size: 3.90625vw;
  font-weight: 310;
}
.ArticleCommentsPopup:not(.type2026) .commentsWrapper .addCommentBtn.fadeIn {
  animation: fadeInBtn 400ms forwards ease-in-out;
  -webkit-animation: fadeInBtn 400ms forwards ease-in-out;
}
.ArticleCommentsPopup:not(.type2026) .commentsWrapper .addCommentBtn.hide {
  visibility: hidden;
  pointer-events: none;
  transform: scaleY(0);
  animation: fadeOutBtn 400ms forwards ease-in-out;
  -webkit-animation: fadeOutBtn 400ms forwards ease-in-out;
}
.ArticleCommentsPopup:not(.type2026) .showMoreCommentsButton {
  background: linear-gradient(113deg, #474cdd, #1417ac 36%);
  width: 100%;
  height: 12.8125vw;
  margin: 7.1875vw auto 3.125vw !important;
  font-weight: bold;
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.02;
  font-size: 4.6875vw;
}
.font-moses .ArticleCommentsPopup:not(.type2026) .showMoreCommentsButton {
  font-size: 4.375vw;
  font-weight: 670;
  line-height: normal;
  background: #de1a1a;
}
@media (prefers-color-scheme: dark) {
  .font-moses .ArticleCommentsPopup .showMoreCommentsButton {
    background: #de1a1a !important;
  }
  .ArticleCommentsPopup .commentsWrapper {
    background-color: #121212 !important;
  }
  .ArticleCommentsPopup .commentsWrapper .addCommentBtn {
    background-color: #5e5e5e !important;
    color: #c4c4c4 !important;
  }
  .ArticleCommentsPopup .showMoreCommentsButton {
    background: #3ea6ff !important;
  }
}
@keyframes fadeinPopup {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
  2% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeinPopup {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
  }
  2% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeOutPopup {
  0% {
    transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
}
@-webkit-keyframes fadeOutPopup {
  0% {
    -webkit-transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
  }
}
@keyframes fadeInBtn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  2% {
    opacity: 1;
    visibility: visible;
    transform: translateY(-15.625vw);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInBtn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  2% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-15.625vw);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeOutBtn {
  0% {
    transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
    transform: translateY(-15.625vw);
  }
  100% {
    opacity: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeOutBtn {
  0% {
    -webkit-transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-15.625vw);
  }
  100% {
    opacity: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
  }
}
.blog_article .comments_template_2026.SiteArticleComments {
  width: 0;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}
body:has(.ArticleCommentsPopup.type2026.fadeIn) {
  overflow: hidden;
}
.comments_template_2026.SiteArticleComments {
  padding-bottom: 0px;
  margin: 0;
}
.comments_template_2026.SiteArticleComments.noComments .showMoreCommentsButton {
  display: none;
}
.comments_template_2026.SiteArticleComments.noComments .commentsContainer {
  padding: 2.5vw;
}
.comments_template_2026.SiteArticleComments.noComments .noCommentsContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1875rem;
  text-align: center;
}
.comments_template_2026.SiteArticleComments.noComments .noCommentsContainer svg {
  flex-shrink: 0;
  margin-inline-start: 0.78125vw;
  margin-top: -0.3125vw;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 {
  position: fixed;
  top: 15.625vw;
  left: 0;
  width: 100%;
  background: #FFF;
  box-shadow: 0 -4.6875vw 7.8125vw -4.6875vw rgba(0, 0, 0, 0.2);
  display: flex;
  height: calc(100vh - 15.625vw);
  border-top-left-radius: 4.6875vw;
  border-top-right-radius: 4.6875vw;
  padding: 10.9375vw 4.6875vw 0px 0px;
  flex-direction: column;
  align-items: center;
  gap: 3.90625vw;
  z-index: 100000;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsContainer > li:first-child .level1 {
  border-top: none !important;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026.fadeIn {
  animation: fadeinpopup 500ms ease-in;
  -webkit-animation: fadeinpopup 500ms ease-in;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026.hide,
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026.fadeOut {
  animation: fadeoutpopup 400ms ease-in;
  -webkit-animation: fadeoutpopup 400ms ease-in;
  display: none;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026:before {
  width: 100%;
  top: -15.625vw;
  left: 0;
  height: 15.625vw;
  background-color: transparent;
  content: "";
  z-index: 0;
  position: absolute;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .sortSelectWrapper {
  position: relative;
  display: inline-block;
  width: 46.875vw;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .sortSelect {
  border: 1px solid #C5C5C5;
  border-radius: 0;
  color: #78787B;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 6.25vw;
  width: 100%;
  height: 9.6875vw;
  box-sizing: border-box;
  padding: 2.5vw;
  position: relative;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .sortSelect .menuToggler {
  position: absolute;
  width: 4.0625vw;
  height: 4.0625vw;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3521 5.14499C12.5482 5.33945 12.5495 5.65603 12.355 5.8521L7.91929 10.3245C7.69944 10.5461 7.32438 10.5702 7.08223 10.326L2.64499 5.8521C2.45054 5.65603 2.45184 5.33945 2.6479 5.14499C2.84397 4.95054 3.16055 4.95184 3.35501 5.1479L7.5 9.32716L11.645 5.1479C11.8395 4.95184 12.156 4.95054 12.3521 5.14499Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  left: 2.5vw;
  top: 2.5vw;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .optionsMenu {
  position: absolute;
  top: 9.6875vw;
  right: 0;
  background: #FFF;
  border: 1px solid #C5C5C5;
  box-shadow: 0 0.625vw 2.5vw 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  z-index: 10;
  display: none;
  box-sizing: border-box;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .optionsMenu.isVisible {
  display: flex;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .optionsMenu .sortOption {
  padding: 1.875vw 4.0625vw;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 340;
  line-height: normal;
  color: #78787B;
  text-align: right;
  cursor: pointer;
  box-sizing: border-box;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .optionsMenu .sortOption:hover {
  background-color: #F5F5F5;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .popupCloseIcon {
  position: absolute;
  top: 1.875vw;
  left: 1.875vw;
  width: 7.8125vw;
  height: 7.8125vw;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.9246 7.24338C19.2472 6.92082 19.2472 6.39783 18.9246 6.07526C18.6021 5.75269 18.0791 5.75269 17.7565 6.07526L12.4999 11.3319L7.24336 6.07538C6.92079 5.75282 6.39781 5.75282 6.07524 6.07538C5.75267 6.39795 5.75267 6.92094 6.07524 7.24351L11.3318 12.5L6.07528 17.7565C5.75271 18.0791 5.75271 18.602 6.07528 18.9246C6.39785 19.2472 6.92083 19.2472 7.2434 18.9246L12.4999 13.6681L17.7565 18.9247C18.079 19.2473 18.602 19.2473 18.9246 18.9247C19.2472 18.6022 19.2472 18.0792 18.9246 17.7566L13.668 12.5L18.9246 7.24338Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsTopBar {
  display: flex;
  justify-content: flex-start;
  gap: 2.5vw;
  border-bottom: 1px solid #EFEFEF;
  width: calc(100% - 7.65625vw);
  align-items: baseline;
  margin-left: 7.65625vw;
  padding-bottom: 2.5vw;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsTopBar .headlineTitle {
  color: #000;
  text-align: center;
  font-size: 5.15625vw;
  font-weight: 670;
  line-height: normal;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsTopBar .commentsCountContainer {
  color: #78787B;
  text-align: start;
  font-size: 3.59375vw;
  font-weight: 500;
  line-height: 4.84375vw;
  flex-grow: 1;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsTopBar .addCommentBtn {
  display: flex;
  width: fit-content;
  height: 7.65625vw;
  padding: 0 3.90625vw;
  justify-content: center;
  align-items: center;
  gap: 0.46875vw;
  color: #FFF;
  text-align: center;
  font-size: 3.59375vw;
  font-weight: 500;
  line-height: 5.15625vw;
  justify-self: flex-end;
  border: 0;
  background-color: #DE1A1A;
  float: left;
  border-radius: 7.8125vw;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsTopBar .addCommentBtn.hide {
  display: none;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsWrapper {
  overflow-y: auto;
  padding-left: 4.6875vw;
  box-sizing: border-box;
  flex-grow: 1;
  padding-bottom: 15.625vw;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsWrapper ol.commentsContainer {
  list-style: none;
  margin: 0;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsWrapper .commentsContainer {
  padding: 3.90625vw 0 0 0;
  box-shadow: none;
  flex-grow: 1;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsWrapper .commentsContainer > li .ArticleComment2026 {
  padding-bottom: 2.5vw !important;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsWrapper .commentsContainer > li .ArticleComment2026 .topView {
  padding-top: 2.5vw;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsWrapper .commentsContainer .commentDetailsWrapper .commentTitle {
  white-space: initial;
  overflow: unset;
  text-overflow: unset;
  max-width: unset;
  line-height: 1.3;
  gap: 1.25vw;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsWrapper .commentsContainer .topLeftView {
  gap: 2.03125vw !important;
}
.comments_template_2026.SiteArticleComments #ArticleCommentsPopup .commentTitle {
  -webkit-line-clamp: 5 !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.comments_template_2026.SiteArticleComments .showMoreCommentsButton {
  background-color: transparent !important;
  color: #DE1A1A !important;
  -webkit-text-fill-color: #DE1A1A !important;
  text-align: center;
  font-size: 0.875rem !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 4.375vw;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 0px !important;
  height: fit-content !important;
  width: fit-content !important;
}
.grid1280_2.ynet .comments_template_2026.SiteArticleComments .showMoreCommentsButton {
  margin-top: 0px !important;
}
.comments_template_2026.SiteArticleComments .commentsContainer {
  border: 0 !important;
  background: #FFF;
  display: flex;
  padding: 0 2.5625vw 1.28125vw;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.comments_template_2026.SiteArticleComments .commentsContainer > div,
.comments_template_2026.SiteArticleComments .commentsContainer > li {
  width: 100%;
}
.comments_template_2026.SiteArticleComments .commentsContainer .level2HidecounterWrapper,
.comments_template_2026.SiteArticleComments .commentsContainer .level2CommentsCountWrapper {
  color: #78787B;
  font-size: 0.75rem;
  font-weight: 500;
  margin-inline-start: 12.1875vw;
  gap: 1.5625vw;
  position: relative;
  display: flex;
  margin-bottom: 1.25vw;
}
.comments_template_2026.SiteArticleComments .commentsContainer .level2HidecounterWrapper .lineToParent,
.comments_template_2026.SiteArticleComments .commentsContainer .level2CommentsCountWrapper .lineToParent {
  position: absolute;
  right: -8.125vw;
  bottom: 2.5vw;
  width: 4.375vw;
  flex-shrink: 0;
  border-radius: 0 0 2.5vw 0;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
}
.comments_template_2026.SiteArticleComments .commentsContainer .level2HidecounterWrapper .commentToComent,
.comments_template_2026.SiteArticleComments .commentsContainer .level2CommentsCountWrapper .commentToComent {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.89298 12.9691C6.74113 13.032 6.56655 12.997 6.45035 12.8806L1.36906 7.78795C1.21031 7.62885 1.21031 7.37115 1.36906 7.21205L6.45035 2.11942C6.56655 2.00296 6.74113 1.96797 6.89297 2.0309C7.04487 2.09396 7.14406 2.24259 7.14406 2.40737L7.14406 5.38338C9.12326 5.73725 11.0854 5.26627 12.8739 3.56963L13.056 3.39258C13.1803 3.26805 13.3702 3.23746 13.5269 3.31699C13.6837 3.39662 13.772 3.56858 13.7453 3.7427C13.4823 5.45576 12.8196 7.07296 11.6616 8.23356C10.573 9.32465 9.07418 9.98323 7.14406 9.95978L7.14406 12.5926C7.14406 12.7574 7.04488 12.906 6.89298 12.9691ZM6.33126 9.53705C6.33126 9.42461 6.37752 9.31715 6.45928 9.24015C6.54105 9.16316 6.65099 9.12324 6.76297 9.13024C8.68825 9.25084 10.096 8.65088 11.087 7.65765C11.8342 6.9088 12.3625 5.91808 12.6843 4.80001C10.7929 6.24219 8.7175 6.57606 6.64933 6.11544C6.4634 6.07398 6.33125 5.9085 6.33125 5.71758L6.33125 3.39059L2.231 7.5L6.33126 11.6094L6.33126 9.53705Z' fill='%2378787B'/%3E %3Cpath d='M2 7.5L6.5 12L6.5 9.5C11 9.5 12.25 7.25 13.25 3.75C11.25 5.75 9.75 6.25 6.5 5.5L6.5 3L2 7.5Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 3.75vw 3.75vw;
  width: 3.90625vw;
  height: 3.90625vw;
  border: 0;
  color: #78787B;
  text-align: right;
  font-size: 0.75rem;
  font-weight: 340;
  line-height: normal;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 {
  display: flex;
  padding-bottom: 0;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026.level1 {
  border-top: 1px solid #EFEFEF;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026.level2 {
  margin-right: 7.5vw;
  width: calc(100% - 7.5vw);
}
.comments_template_2026.SiteArticleComments .ArticleComment2026.level2 .level2ArrowContainer {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 5.15625vw;
  position: relative;
  width: 5.3125vw;
  flex-shrink: 0;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026.level2 .level2ArrowContainer .lineToParent {
  position: absolute;
  right: -3.4375vw;
  bottom: 2.5vw;
  width: 4.375vw;
  flex-shrink: 0;
  border-radius: 0 0 2.5vw 0;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026.level2 .level2Arrow {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 100%;
  background-color: #F8D1D1;
  display: flex;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topView {
  display: flex;
  padding-top: 1.25vw;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4.0625vw;
  align-self: stretch;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentNum {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  background-color: #F8D1D1;
  border-radius: 20rem;
  color: #78787B;
  text-align: center;
  font-family: "MosesDisplay";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 340;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 1;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView {
  display: flex;
  gap: 1.25vw;
  flex-direction: column;
  flex-grow: 1;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details {
  display: flex;
  padding: 1.25vw 0 0;
  justify-content: flex-start;
  align-items: center;
  gap: 5.15625vw;
  flex-wrap: wrap;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .commentToComent {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.89298 12.9691C6.74113 13.032 6.56655 12.997 6.45035 12.8806L1.36906 7.78795C1.21031 7.62885 1.21031 7.37115 1.36906 7.21205L6.45035 2.11942C6.56655 2.00296 6.74113 1.96797 6.89297 2.0309C7.04487 2.09396 7.14406 2.24259 7.14406 2.40737L7.14406 5.38338C9.12326 5.73725 11.0854 5.26627 12.8739 3.56963L13.056 3.39258C13.1803 3.26805 13.3702 3.23746 13.5269 3.31698C13.6837 3.39662 13.772 3.56858 13.7453 3.7427C13.4823 5.45576 12.8196 7.07296 11.6616 8.23356C10.573 9.32465 9.07418 9.98323 7.14406 9.95978L7.14406 12.5926C7.14406 12.7574 7.04488 12.906 6.89298 12.9691ZM6.33126 9.53705C6.33126 9.4246 6.37752 9.31715 6.45928 9.24015C6.54105 9.16316 6.65099 9.12324 6.76297 9.13024C8.68825 9.25084 10.096 8.65088 11.087 7.65765C11.8342 6.9088 12.3625 5.91808 12.6843 4.80001C10.7929 6.24219 8.7175 6.57606 6.64933 6.11544C6.4634 6.07398 6.33125 5.9085 6.33125 5.71758L6.33125 3.39059L2.231 7.5L6.33126 11.6094L6.33126 9.53705Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 3.75vw 3.75vw;
  border: 0;
  color: #78787B;
  text-align: right;
  font-size: 0.75rem;
  font-weight: 340;
  line-height: normal;
  padding-inline-start: 4.6875vw;
  flex-shrink: 0;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper {
  display: flex;
  gap: 0.938rem;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.25vw;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  color: #78787B;
  text-align: right;
  font-size: 0.75rem;
  font-weight: 340;
  line-height: normal;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .redCounter {
  color: #DE1A1A;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .likeCounter {
  color: #78787B;
  font-size: 0.75rem;
  font-weight: 340;
  line-height: normal;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .likeCounter.likePressed,
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .likeCounter.dislikePressed {
  color: #DE1A1A;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .likeSvg,
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .dislikeSvg {
  width: 0.938rem;
  height: 0.938rem;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .reportButton {
  display: flex;
  align-items: anchor-center;
  gap: 1.25vw;
  justify-content: center;
  color: #78787B;
  border: none;
  background-color: transparent;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .reportButton .reportText {
  font-size: 0.75rem;
  font-weight: 340;
  line-height: normal;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentDetailsWrapper {
  display: flex;
  gap: 0px;
  flex-direction: column;
  flex-grow: 1;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentDetailsWrapper .clampedText {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentDetailsWrapper .expandedText {
  display: block;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentDetailsWrapper .readMore {
  cursor: pointer;
  margin-top: 0.625vw;
  font-size: 0.875rem;
  text-decoration: underline;
  font-weight: 500;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentDetailsWrapper .commentTitle {
  color: #000;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 340;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  -webkit-line-clamp: 1;
  /* &.redTitleText{
                    color:#DE1A1A;
                }*/
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .CommentDetails {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 2.5vw;
  max-width: 90%;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .CommentDetails .author {
  color: #000;
  text-align: right;
  font-family: "MosesDisplay";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .CommentDetails .DateDisplay {
  color: #78787B;
  text-align: right;
  font-family: "Moses";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 340;
  line-height: 5.3125vw;
  flex-shrink: 0;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .topTitleWrapper {
  display: flex;
  flex-direction: column;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .termsOfService {
  color: #78787B;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 340;
  line-height: 4.0625vw;
  margin-bottom: 2.5vw;
  margin-left: 6.25vw;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .termsOfService a {
  color: #3EA6FF !important;
  text-decoration: none;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  position: relative;
  padding: 3.90625vw 2.5vw 2.5vw;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer .closeBtnWrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 5.15625vw;
  height: 5.15625vw;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.9246 7.24338C19.2472 6.92082 19.2472 6.39783 18.9246 6.07526C18.6021 5.75269 18.0791 5.75269 17.7565 6.07526L12.4999 11.3319L7.24336 6.07538C6.92079 5.75282 6.39781 5.75282 6.07524 6.07538C5.75267 6.39795 5.75267 6.92094 6.07524 7.24351L11.3318 12.5L6.07528 17.7565C5.75271 18.0791 5.75271 18.602 6.07528 18.9246C6.39785 19.2472 6.92083 19.2472 7.2434 18.9246L12.4999 13.6681L17.7565 18.9247C18.079 19.2473 18.602 19.2473 18.9246 18.9247C19.2472 18.6022 19.2472 18.0792 18.9246 17.7566L13.668 12.5L18.9246 7.24338Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer input,
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer textarea {
  display: flex;
  padding: 3.90625vw 3.90625vw 3.90625vw 2.5vw;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  text-align: right;
  font-size: 0.938rem;
  font-weight: 340;
  line-height: normal;
  border: 1px solid #C5C5C5;
  box-sizing: border-box;
  outline: none;
  background-color: transparent;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer input {
  height: 10.78125vw;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer textarea {
  height: 22.1875vw;
  overflow-y: auto;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer .sendBtn {
  display: flex;
  width: 7.8rem;
  height: 7.65625vw;
  padding: 0 3.90625vw;
  justify-content: center;
  align-items: center;
  gap: 0.46875vw;
  color: #FFF;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 5.15625vw;
  justify-self: flex-end;
  border: 0;
  background-color: #DE1A1A;
  float: left;
  border-radius: 7.8125vw;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026.fadeIn {
  animation: fadeinForm 200ms ease-in;
  -webkit-animation: fadeinForm 200ms ease-in;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026.hide {
  display: none;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper.alertMessage .bottomPanel {
  display: flex;
  gap: 2.5vw;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper .closeText {
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5vw;
  font-size: 0.75rem;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper .thankYouWrapper {
  height: fit-content;
  background: #f3f8f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.90625vw;
  box-sizing: border-box;
  gap: 2.5vw;
  margin: 0 0 3.125vw;
  position: relative;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper .thankYouWrapper .thankYou {
  font-size: 0.75rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 4.6875vw;
  text-align: right;
  color: #000;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper .thankYouWrapper .closeTextWrapper.closeIcon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: transparent;
  border: 0;
  height: 4.6875vw;
  width: 4.6875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.9246 7.24338C19.2472 6.92082 19.2472 6.39783 18.9246 6.07526C18.6021 5.75269 18.0791 5.75269 17.7565 6.07526L12.4999 11.3319L7.24336 6.07538C6.92079 5.75282 6.39781 5.75282 6.07524 6.07538C5.75267 6.39795 5.75267 6.92094 6.07524 7.24351L11.3318 12.5L6.07528 17.7565C5.75271 18.0791 5.75271 18.602 6.07528 18.9246C6.39785 19.2472 6.92083 19.2472 7.2434 18.9246L12.4999 13.6681L17.7565 18.9247C18.079 19.2473 18.602 19.2473 18.9246 18.9247C19.2472 18.6022 19.2472 18.0792 18.9246 17.7566L13.668 12.5L18.9246 7.24338Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  position: absolute;
  top: 1.5625vw;
  left: 1.5625vw;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper .successfullySentText {
  font-size: 0.75rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  text-align: right;
  color: #25262b;
}
.ArticleCommentsTopTabMobileUI2026 {
  display: flex;
  padding: 1.28125vw 2.5625vw;
  height: 9.21875vw;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: #FFF;
  flex-wrap: wrap;
  border-bottom: 0.3125vw solid #EFEFEF;
}
.ArticleCommentsTopTabMobileUI2026 .tabTitle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.46875vw;
  color: #000;
  text-align: center;
  font-size: 3.90625vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.26;
  cursor: pointer;
  order: 0;
}
.ArticleCommentsTopTabMobileUI2026 .tabTitle .tbIcon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.15994 13.1292V16.0789L9.69242 13.1292H16.9333V3.73341H3.06667V13.1292H6.15994ZM5.61189 17.9261C5.40529 18.0986 5.09328 17.9501 5.09328 17.6792V14.1959H2.31683C2.14185 14.1959 2 14.0525 2 13.8756V2.987C2 2.81013 2.14185 2.66675 2.31683 2.66675H17.6832C17.8582 2.66675 18 2.81013 18 2.987V13.8756C18 14.0525 17.8582 14.1959 17.6832 14.1959H10.0792L5.61189 17.9261Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
  width: 5.15625vw;
  height: 5.15625vw;
  background-size: contain;
  background-repeat: no-repeat;
}
.ArticleCommentsTopTabMobileUI2026 .tabPanel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5625vw;
  order: 1;
}
.ArticleCommentsTopTabMobileUI2026 .tabPanel .newCommentBtn {
  display: flex;
  height: 6.25vw;
  max-height: 6.5625vw;
  padding: 1.25vw 2.5vw;
  justify-content: center;
  align-items: center;
  gap: 1.25vw;
  border-radius: 156.09375vw;
  border: 0.25vw solid #DE1A1A;
  background: #DE1A1A;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
  font-size: 3.28125vw;
  font-weight: 500;
  line-height: 4.21875vw;
  text-transform: capitalize;
  width: 25.625vw;
}
@media (prefers-color-scheme: dark) {
  .comments_template_2026.SiteArticleComments {
    border: 1px solid #3E3E3E;
    background-color: #121212 !important;
  }
  .comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 {
    background-color: #121212 !important;
  }
  .comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsTopBar {
    border-bottom: transparent !important;
  }
  .comments_template_2026.SiteArticleComments .thankYouWrapper {
    background-color: #3E3E3E !important;
  }
  .comments_template_2026.SiteArticleComments .optionsMenu {
    background-color: #121212 !important;
  }
  .comments_template_2026.SiteArticleComments .optionsMenu:hover {
    background-color: #3E3E3E !important;
  }
  .comments_template_2026.SiteArticleComments .ArticleCommentsTopTabMobileUI2026 {
    background-color: transparent !important;
  }
  .comments_template_2026.SiteArticleComments .ArticleCommentsTopTabMobileUI2026 * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }
  .comments_template_2026.SiteArticleComments .showMoreCommentsButton {
    color: #DF3232 !important;
    -webkit-text-fill-color: #DF3232 !important;
  }
  .comments_template_2026.SiteArticleComments .commentsContainer {
    background: transparent !important;
  }
  .comments_template_2026.SiteArticleComments .commentsContainer .level1 {
    border-top: 1px solid #3E3E3E !important;
  }
  .comments_template_2026.SiteArticleComments .commentsContainer .DateDisplay,
  .comments_template_2026.SiteArticleComments .commentsContainer .commentToComent,
  .comments_template_2026.SiteArticleComments .commentsContainer .likeCounter {
    color: #C5C5C5 !important;
    -webkit-text-fill-color: #C5C5C5 !important;
  }
  .comments_template_2026.SiteArticleComments .commentNum,
  .comments_template_2026.SiteArticleComments .level2Arrow {
    background-color: #E96666 !important;
    color: #C5C5C5 !important;
    -webkit-text-fill-color: #C5C5C5 !important;
  }
}
@-webkit-keyframes fadeinpopup {
  from {
    opacity: 0;
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
    visibility: hidden;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
}
@-webkit-keyframes fadeoutpopup {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
    visibility: hidden;
  }
}
.article-commercial-promotion-container {
  width: 90vw;
  margin: auto;
  font-family: 'NarkisBlock';
}
.article-commercial-promotion-container .seperator {
  height: 1px;
  display: block;
  background: #78787b;
  margin: 3.125vw 0;
}
.article-commercial-promotion-container .product-container .title {
  display: block;
  font-size: 1.563rem;
  font-weight: bold;
  color: #000;
  text-align: right;
}
.font-moses .article-commercial-promotion-container .product-container .title {
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 670;
}
.article-commercial-promotion-container .product-container .inner-container {
  padding: 3.125vw 0;
  display: flex;
  flex-direction: column;
}
.article-commercial-promotion-container .product-container .inner-container .image-container {
  display: block;
  margin: auto;
}
.article-commercial-promotion-container .product-container .inner-container .image-container.max-pf {
  max-width: 370px;
}
.article-commercial-promotion-container .product-container .inner-container .image-container img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.article-commercial-promotion-container .product-container .inner-container .image-container .image-title {
  font-size: 1rem;
  text-align: right;
  font-weight: 300;
  color: #78787b;
  margin-top: 2.8125vw;
  display: block;
}
.font-moses .article-commercial-promotion-container .product-container .inner-container .image-container .image-title {
  font-size: .875rem;
  font-weight: 340;
}
.article-commercial-promotion-container .product-container .inner-container .description {
  margin-top: 4.6875vw;
  display: flex;
  align-items: center;
  text-align: right;
}
.article-commercial-promotion-container .product-container .inner-container .description span {
  line-height: 1.4;
  font-size: 1.375rem;
}
.font-moses .article-commercial-promotion-container .product-container .inner-container .description span {
  font-size: 1rem;
  line-height: 1.59;
  font-weight: 340;
}
.article-commercial-promotion-container .product-container .product-buttons-container {
  display: flex;
  gap: 3.125vw;
  justify-content: center;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}
.article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf {
  width: 140px;
  height: 40px;
  font-size: 22px;
  justify-content: center;
  background-color: var(--btn-bg-color);
  border: 1px solid var(--btn-bg-color);
  overflow: hidden;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--btn-color);
  padding: 5px 8px;
  text-align: center;
  word-break: break-all;
  align-items: center;
}
.font-moses .article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf {
  font-size: 19px;
  font-weight: 340;
}
.article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf:active {
  background-color: var(--btn-color);
  color: var(--btn-bg-color);
}
.article-commercial-promotion-container .product-container .legal-text-container {
  font-size: 0.875rem;
  font-weight: 300;
  display: flex;
  justify-content: center;
  color: #78787b;
  text-align: right;
  margin-top: 3.125vw;
}
.font-moses .article-commercial-promotion-container .product-container .legal-text-container {
  font-size: 0.75rem;
  font-weight: 340;
}
@media (prefers-color-scheme: dark) {
  .article-commercial-promotion-container .seperator {
    background: #fff;
  }
  .article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf:active {
    color: var(--btn-bg-color) !important;
    background-color: var(--btn-color) !important;
  }
}
.ArticleHeaderMobileComponent {
  margin-top: 0px !important;
  display: flex;
  flex-direction: column;
  direction: rtl;
}
.ArticleHeaderMobileComponent .headerImageForAppWrapper {
  width: calc(100% + 7.8125vw);
  margin: 0 -3.90625vw;
  height: 56.25vw;
  position: relative;
}
.ArticleHeaderMobileComponent .headerImageForAppWrapper .imageBg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.ArticleHeaderMobileComponent .headerImageForAppWrapper .headerImageForMobileLabel {
  position: absolute;
  font-size: 0.9rem;
  bottom: 0;
  background-color: rgba(39, 39, 39, 0.64);
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  padding: 0.78125vw 1.5625vw;
}
.font-moses .ArticleHeaderMobileComponent .headerImageForAppWrapper .headerImageForMobileLabel {
  font-size: 0.8rem;
}
.ArticleHeaderMobileComponent h1 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  font-family: "NarkisBlock";
  margin-bottom: 2.1875vw !important;
  margin-top: 3.4375vw !important;
  letter-spacing: -0.3;
  font-weight: 700;
}
.font-moses .ArticleHeaderMobileComponent h1 {
  font-family: 'MosesDisplay', 'NarkisBlock';
  font-size: 1.594rem;
  line-height: 1.33;
  font-weight: 800;
  letter-spacing: normal;
  margin-bottom: 1.5625vw ! important;
}
.ArticleHeaderMobileComponent h2 {
  font-family: "NarkisBlock";
  margin: 0 0 0.844rem;
  padding: 0;
  color: grey;
  -webkit-text-fill-color: grey;
  letter-spacing: -0.3;
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 600;
  color: #000000;
  -webkit-text-fill-color: #000000;
}
.ArticleHeaderMobileComponent h2 br {
  display: none;
}
.font-moses .ArticleHeaderMobileComponent h2 {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 1.188rem;
  line-height: 1.47;
  font-weight: 500;
  letter-spacing: normal;
}
.ArticleHeaderMobileComponent .creditDetails {
  display: flex;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
  font-size: 1.125rem;
  align-items: center;
  flex-wrap: wrap;
  line-height: 150%;
}
.font-moses .ArticleHeaderMobileComponent .creditDetails {
  font-size: 0.875rem;
  line-height: 1.64;
  letter-spacing: normal;
  font-weight: 340;
  margin-inline-end: 3.125vw;
}
.ArticleHeaderMobileComponent .creditDetails.withAvatar {
  flex-direction: column;
  height: 12.5vw;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-start;
  width: 96%;
  align-content: flex-start;
}
.ArticleHeaderMobileComponent .creditDetails .authorAvatar {
  width: 7.8125vw;
  height: 7.8125vw;
  margin-left: 2.1875vw;
  border-radius: 50%;
  display: block !important;
}
.ArticleHeaderMobileComponent .creditDetails .printView {
  background: #000;
  color: #fff !important;
  line-height: 100% !important;
  padding: 0.625vw 1.25vw !important;
  border-left: 0.78125vw solid #ed1c24 !important;
}
.ArticleHeaderMobileComponent .creditDetails .printView > span,
.ArticleHeaderMobileComponent .creditDetails .printView a {
  color: #fff !important;
  text-decoration: none !important;
}
.font-moses .ArticleHeaderMobileComponent .creditDetails .author {
  font-weight: 340;
}
.ArticleHeaderMobileComponent .marketingCredit {
  color: #78787b;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
}
.ArticleHeaderMobileComponent a.marketingCredit {
  color: #78787b;
}
.ArticleHeaderMobileComponent a.marketingCredit:hover {
  color: #78787b;
}
.commentsAndShareWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.commentsAndShareWrapper .articleShareButtons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.125vw;
  margin-bottom: 2.34375vw;
  direction: rtl;
}
.commentsAndShareWrapper .articleShareButtons .iconShare-pf {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.commentsAndShareWrapper .articleShareButtons .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
}
.commentsAndShareWrapper .articleShareButtons .shareBtn.icon {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='37' viewBox='0 0 42 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='21' cy='19' r='16' fill='%231E1E1E'/%3E %3Cpath d='M15.092 17.033v8.475h12.346v-8.476H29V27H13.531v-9.967h1.561zm6.129-7.102 5.204 4.972H24.54l-2.587-2.47v10.602h-1.491V12.457l-2.56 2.446h-1.885l5.204-4.972z' fill='%23fff'/%3E %3C/svg%3E") !important;
  width: 10.15625vw;
  height: 10.15625vw;
}
.commentsAndShareWrapper .articleShareButtons .shareBtn.icon.iconShare-pf {
  width: 38px;
  height: 38px;
  margin-right: -3px;
}
.commentsAndShareWrapper .articleShareButtons .whBtn.icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64.65' height='64.65' viewBox='0 0 64.65 64.65'%3E %3Cg id='Group_1' data-name='Group 1' transform='translate(-1604 -671.25)'%3E %3Cellipse id='Ellipse_2' data-name='Ellipse 2' cx='23.5' cy='21.5' rx='23.5' ry='21.5' transform='translate(1614 683)' fill='%23fff'/%3E %3Cpath id='Icon_ionic-logo-whatsapp' data-name='Icon ionic-logo-whatsapp' d='M35.161,2.25A31.616,31.616,0,0,0,3.424,33.743,31.167,31.167,0,0,0,7.978,50L2.25,66.9l17.572-5.582A31.791,31.791,0,0,0,66.9,33.743,31.616,31.616,0,0,0,35.161,2.25ZM50.943,45.7c-.747,1.851-4.123,3.54-5.613,3.618s-1.531,1.154-9.646-2.372-13-12.1-13.38-12.651-3.143-4.48-2.994-8.436a8.993,8.993,0,0,1,3.089-6.6,3.108,3.108,0,0,1,2.2-.925c.639-.01,1.053-.019,1.526,0s1.182-.1,1.8,1.535,2.084,5.65,2.272,6.059a1.47,1.47,0,0,1,.015,1.41,5.512,5.512,0,0,1-.86,1.311c-.424.454-.891,1.016-1.269,1.364-.421.385-.862.8-.418,1.626a24.286,24.286,0,0,0,4.3,5.734,22.144,22.144,0,0,0,6.364,4.231c.8.434,1.271.385,1.764-.134S42.2,39.2,42.767,38.418s1.106-.631,1.839-.336,4.641,2.389,5.437,2.821,1.327.654,1.517,1A6.665,6.665,0,0,1,50.943,45.7Z' transform='translate(1601.75 669)' fill='%233ecc70'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.commentsAndShareWrapper .articleShareButtons .fcBtn.icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E %3Cg id='Group_2' data-name='Group 2' transform='translate(-1682 -672)'%3E %3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='32' cy='32' r='32' transform='translate(1682 672)' fill='%233a5794'/%3E %3Cpath id='Icon_awesome-facebook-f' data-name='Icon awesome-facebook-f' d='M19.364,19.955l.985-6.42h-6.16V9.368c0-1.756.861-3.469,3.62-3.469h2.8V.434A34.153,34.153,0,0,0,15.638,0C10.565,0,7.249,3.075,7.249,8.642v4.893H1.609v6.42H7.249v15.52h6.941V19.955Z' transform='translate(1703.391 686)' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.commentsAndShareWrapper .mutamCommentsBtn-pf {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: auto;
  padding: 3px 12px;
  background: linear-gradient(134deg, #474cdd, #1417ac 48%);
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  line-height: normal;
  box-sizing: border-box;
}
.font-moses .commentsAndShareWrapper .mutamCommentsBtn-pf {
  font-size: 13px;
  font-weight: 500;
  background-image: none;
  background-color: #de1a1a;
}
.commentsAndShareWrapper .mutamCommentsBtn-pf .commentsIcon-pf {
  width: 17px;
  height: 16px;
  margin-left: 4px;
  margin-top: 1px;
  background: transparent 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");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.font-moses .commentsAndShareWrapper .mutamCommentsBtn-pf .commentsIcon-pf {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .ArticleHeaderMobileComponent h1 {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .ArticleHeaderMobileComponent h2 {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .ArticleHeaderMobileComponent .creditDetails {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .ArticleHeaderMobileComponent .marketingCredit {
    color: #fff;
  }
  .ArticleHeaderMobileComponent a.marketingCredit {
    color: #fff;
  }
  .ArticleHeaderMobileComponent a.marketingCredit:hover {
    color: #fff;
  }
  .commentsAndShareWrapper .articleShareButtons .shareBtn.icon {
    filter: invert(1);
  }
}
.article-hot-updates-wrapper {
  margin-right: -3.90625vw !important;
  margin-left: -3.90625vw !important;
  width: calc(100% + 7.8125vw);
}
.article-hot-updates {
  height: auto;
  width: 100%;
}
.article-hot-updates .hot-update-header {
  width: 100%;
  padding: 3.75vw 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.article-hot-updates .hot-update-header .hot-update-event-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.375rem;
  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 div:not(.small-clock-pf) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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: 25px;
  height: 25px;
  margin-right: 19px;
  margin-left: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0;
  flex-shrink: 0;
}
.article-hot-updates .hot-update-item-container {
  background-color: #fafdfd;
  padding-top: 2.34375vw;
  padding-bottom: 1px;
  position: relative;
  z-index: 10;
}
.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: 16px;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-time {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "NarkisBlock";
  color: #000000;
  font-weight: 600;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #1b1b1b;
  overflow: hidden;
  font-family: "NarkisBlock";
  max-height: 3.125rem;
}
.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: 19px;
}
.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: 3.90625vw;
  height: 3.90625vw;
  margin-left: 1.5625vw;
  flex-shrink: 0;
}
.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 3.125vw 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1.25vw 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 3.125vw 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1.25vw 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;
  }
}
@media (prefers-color-scheme: dark) {
  .article-hot-updates .hot-update-item-container {
    background-color: #1e1e1e;
  }
  .article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-circle-pf {
    background: #fff;
  }
  .article-hot-updates .hot-update-item-container .hot-update-item-pf a .space-pf {
    border-right: 1px solid #fff;
  }
}
body:has(.articleImageGalleryMobile) {
  overflow: hidden;
}
.articleImageGalleryMobile {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1E1E1E;
  animation: background-transition 0.5s linear;
  z-index: 9999;
}
.articleImageGalleryMobile .GalleryWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.calcalist .articleImageGalleryMobile .GalleryWrapper * {
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif !important;
  font-size: 1rem !important;
}
.articleImageGalleryMobile .GalleryWrapper .closeBtn {
  width: 7.8125vw;
  height: 7.8125vw;
  position: absolute;
  top: 3.90625vw;
  left: 3.90625vw;
  padding: 0;
  filter: invert(1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Cpath d='M22.7096 8.69206C23.0967 8.30498 23.0967 7.67739 22.7096 7.29031C22.3225 6.90323 21.6949 6.90323 21.3078 7.29031L14.9999 13.5983L8.69206 7.29046C8.30498 6.90338 7.67739 6.90338 7.29031 7.29046C6.90323 7.67754 6.90323 8.30513 7.29031 8.69221L13.5981 15L7.29036 21.3078C6.90328 21.6949 6.90328 22.3225 7.29036 22.7095C7.67744 23.0966 8.30502 23.0966 8.69211 22.7095L14.9999 16.4018L21.3078 22.7097C21.6949 23.0968 22.3225 23.0968 22.7095 22.7097C23.0966 22.3226 23.0966 21.695 22.7095 21.3079L16.4016 15L22.7096 8.69206Z' fill='black'/%3E %3C/svg%3E");
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: opacity-transition 0.5s linear;
  z-index: 1;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer {
  height: 100%;
  height: calc(100% - (7.8125vw + (3.125vw * 2)));
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track {
  display: flex;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 2.34375vw;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide img {
  width: 100vw !important;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide .imageInfo {
  display: inline;
  direction: rtl;
  padding: 0 4.6875vw;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4375rem;
  animation: opacity-transition 0.5s linear;
}
.ynetnews .articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide .imageInfo {
  direction: ltr;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide .imageInfo:has(.credit) .caption {
  margin-inline-end: 1.5625vw;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide .imageInfo .caption {
  display: inline;
  color: #fff;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide .imageInfo .credit {
  display: inline;
  color: #C5C5C5;
  font-weight: 100;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-dots {
  display: none !important;
}
.articleImageGalleryMobile .GalleryWrapper .bottom-container {
  display: flex;
  justify-content: end;
  position: relative;
  padding: 0 3.90625vw;
  margin: 3.125vw 0;
  animation: opacity-transition 0.5s linear;
}
.articleImageGalleryMobile .GalleryWrapper .bottom-container .imagesCounter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.375rem;
  direction: ltr;
}
.font-moses .articleImageGalleryMobile .GalleryWrapper .bottom-container .imagesCounter {
  font-size: 0.875rem;
  font-weight: 340;
  line-height: 3.59375vw;
}
.articleImageGalleryMobile .GalleryWrapper .bottom-container .shareImageBtn {
  width: 7.8125vw;
  height: 7.8125vw;
  filter: invert(1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E %3Cpath d='M18.9164 4.73872C19.2707 4.5919 19.678 4.67354 19.9492 4.94528L31.8055 16.8281C32.1759 17.1993 32.1759 17.8006 31.8055 18.1718L19.9492 30.0546C19.678 30.3264 19.2707 30.408 18.9164 30.2612C18.5619 30.1141 18.3305 29.7672 18.3305 29.3828V22.4387C13.7124 21.6131 9.13398 22.712 4.96085 26.6708L4.53592 27.0839C4.24601 27.3745 3.8029 27.4459 3.43713 27.2603C3.07127 27.0745 2.86531 26.6733 2.92767 26.267C3.54132 22.2699 5.08744 18.4964 7.78946 15.7883C10.3297 13.2424 13.8269 11.7058 18.3305 11.7605V5.61717C18.3305 5.23267 18.5619 4.88586 18.9164 4.73872ZM20.227 12.7468C20.227 13.0092 20.1191 13.2599 19.9283 13.4396C19.7375 13.6193 19.481 13.7124 19.2197 13.6961C14.7274 13.4147 11.4426 14.8146 9.13025 17.1321C7.38681 18.8794 6.15416 21.1911 5.40315 23.7999C9.81656 20.4349 14.6591 19.6558 19.4849 20.7306C19.9187 20.8273 20.227 21.2135 20.227 21.6589V27.0886L29.7943 17.5L20.227 7.91133V12.7468Z' fill='black'/%3E %3C/svg%3E") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
  z-index: 1;
}
@keyframes opacity-transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes background-transition {
  0% {
    background: transparent;
  }
  100% {
    background: #1E1E1E;
  }
}
@media (orientation: landscape) {
  .articleImageGalleryMobile .GalleryWrapper {
    position: relative;
  }
  .articleImageGalleryMobile .GalleryWrapper .imageContainer {
    height: 100%;
  }
  .articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div {
    justify-content: center;
  }
  .articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide {
    padding: 3.125vw 8.75vw;
    box-sizing: border-box;
  }
  .articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide > div:not(.imageInfo) {
    width: 100%;
    max-height: calc(100% - (2.34375vw + 1.4375rem));
    display: flex;
    justify-content: center;
  }
  .articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide > div:not(.imageInfo) img {
    width: unset !important;
    flex-grow: 1;
  }
  .articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide > div:not(.imageInfo) .imageInfo {
    padding: 0;
  }
  .articleImageGalleryMobile .GalleryWrapper .closeBtn {
    width: 5.208vw;
    height: 5.208vw;
    top: 6.25vw;
    left: 2.083vw;
  }
  .articleImageGalleryMobile .GalleryWrapper .bottom-container {
    position: unset;
    margin: 0;
  }
  .articleImageGalleryMobile .GalleryWrapper .bottom-container .shareImageBtn {
    width: 5.208vw;
    height: 5.208vw;
    position: absolute;
    bottom: 4.167vw;
    left: 2.083vw;
  }
  .articleImageGalleryMobile .GalleryWrapper .bottom-container .imagesCounter {
    position: absolute;
    top: 6.667vw !important;
    right: 2.083vw !important;
    left: unset !important;
    transform: unset !important;
  }
}
@media (prefers-color-scheme: dark) {
  .ArticleImageSliderGalleryComponenta .caption-credit {
    color: #fff ! important;
  }
}
.ArticleImageSliderGalleryComponenta {
  width: calc(100% + 7.8125vw);
  margin: 0 -3.90625vw;
}
.ArticleImageSliderGalleryComponenta .caption-credit {
  margin-top: 0.46875vw;
  margin-bottom: 1.25vw;
  color: #78787B;
  font-size: 0.8125rem;
  font-weight: 340;
  line-height: 1.38;
  text-align: right;
  padding-inline-start: 0.3rem;
}
.ArticleImageSliderGalleryComponenta .main-gallery {
  position: relative;
}
.ArticleImageSliderGalleryComponenta .main-gallery img {
  width: 100%;
}
.ArticleImageSliderGalleryComponenta .fullscreen-gallery-icon-pf {
  width: 31px;
  top: 13px;
  right: 13px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  display: block;
  height: 31px;
  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 {
  width: 100%;
  display: flex;
  margin-top: 2.03125vw;
  height: 1.5625vw;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 1.5625vw;
  background-color: #C5C5C5;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  direction: rtl;
  margin: 0;
  border-radius: 3.125vw;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider:hover {
  opacity: 1;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: var(--slider-width);
  height: 1.5625vw;
  background: #DE1A1A;
  cursor: pointer;
  border-radius: 3.125vw;
  user-select: none;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider::-moz-range-thumb {
  height: 1.5625vw;
  background: #DE1A1A;
  cursor: pointer;
  user-select: none;
  border-radius: 3.125vw;
}
.ArticleImageSliderGalleryComponenta .splide__container {
  box-sizing: border-box;
  position: relative;
}
.ArticleImageSliderGalleryComponenta .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 {
  display: block;
}
.ArticleImageSliderGalleryComponenta .splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.ArticleImageSliderGalleryComponenta .splide__pagination li {
  display: inline-block !important;
  line-height: 1 !important;
  list-style-type: none !important;
  margin: 0 !important;
  pointer-events: auto !important;
}
.ArticleImageSliderGalleryComponenta .splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__progress__bar {
  width: 0;
}
.ArticleImageSliderGalleryComponenta .splide {
  position: relative;
  visibility: hidden;
}
.ArticleImageSliderGalleryComponenta .splide.is-initialized,
.ArticleImageSliderGalleryComponenta .splide.is-rendered {
  visibility: visible;
}
.ArticleImageSliderGalleryComponenta .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 {
  vertical-align: bottom;
}
.ArticleImageSliderGalleryComponenta .splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 0.3125vw solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 3.125vw;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.125vw;
}
.ArticleImageSliderGalleryComponenta .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,
.ArticleImageSliderGalleryComponenta .splide__toggle__pause {
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.ArticleImageSliderGalleryComponenta .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.ArticleImageSliderGalleryComponenta .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 {
  margin: 0!important;
  opacity: 0;
  z-index: 0;
}
.ArticleImageSliderGalleryComponenta .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide--rtl {
  direction: rtl;
}
.ArticleImageSliderGalleryComponenta .splide__track--ttb > .splide__list {
  display: block;
}
.ArticleImageSliderGalleryComponenta .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #2E2E2E;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 7.8125vw;
  width: 7.8125vw;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__arrow svg {
  fill: #fff;
  height: .7em;
  width: .7em;
  stroke: #2E2E2E;
  stroke-width: 0.3125vw;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:hover:not(:disabled) {
  opacity: .9;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:disabled {
  opacity: .3;
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:focus-visible {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.ArticleImageSliderGalleryComponenta .splide__arrow--prev {
  left: 2.5vw;
}
.ArticleImageSliderGalleryComponenta .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.ArticleImageSliderGalleryComponenta .splide__arrow--next {
  right: 2.5vw;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__arrow:focus {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.ArticleImageSliderGalleryComponenta .splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 1.25vw;
  margin: 0.46875vw;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 1.25vw;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page:focus-visible {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__pagination__page:focus {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.ArticleImageSliderGalleryComponenta .splide__progress__bar {
  background: #ccc;
  height: 0.46875vw;
}
.ArticleImageSliderGalleryComponenta .splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ArticleImageSliderGalleryComponenta .splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .ArticleImageSliderGalleryComponenta .splide__slide:focus-visible {
    outline: 0.46875vw solid #0bf;
    outline-offset: -0.46875vw;
  }
}
@media screen and (-ms-high-contrast: none) {
  .ArticleImageSliderGalleryComponenta .splide__slide:focus-visible {
    border: 0.46875vw solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__slide:focus {
    outline: 0.46875vw solid #0bf;
    outline-offset: -0.46875vw;
  }
}
@media screen and (-ms-high-contrast: none) {
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__slide:focus {
    border: 0.46875vw solid #0bf;
  }
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.ArticleImageSliderGalleryComponenta .splide__toggle {
  cursor: pointer;
}
.ArticleImageSliderGalleryComponenta .splide__toggle:focus-visible {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__toggle:focus {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.ArticleImageSliderGalleryComponenta .splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  filter: brightness(0.4);
}
.ArticleImageSliderGalleryComponenta .splide__track--nav > .splide__list > .splide__slide.is-active {
  filter: brightness(1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 2.5vw;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--next {
  left: 2.5vw;
  right: auto;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.ArticleImageSliderGalleryComponenta .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;
}
.galleryLeave-leave {
  opacity: 1;
}
.galleryLeave-leave.galleryLeave-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-out;
}
.ArticleImagesFullScreenGalleryMobile {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.calcalist .ArticleImagesFullScreenGalleryMobile {
  background-color: #000;
}
.calcalist .ArticleImagesFullScreenGalleryMobile * {
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif !important;
  font-size: 1rem !important;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #000000);
  align-items: center;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper {
  position: relative;
  display: flex;
  min-height: 9.6875vw;
  width: 100%;
  padding: 6.25vw 6.25vw 0 6.25vw;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  flex-direction: row-reverse;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper .closeBtn {
  cursor: pointer;
  background: transparent;
  padding: 0;
  width: 3.75vw;
  height: 3.75vw;
  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: 3.75vw auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.calcalist .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper .closeBtn {
  width: 6.25vw;
  height: 6.25vw;
  background-size: 2.8125vw auto;
  background-color: #333333bf;
  border-radius: 50%;
  border: 0;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper .closeBtn:hover {
  opacity: 1;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper .imagesCounter {
  margin: 0;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper .shareImageBtn {
  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='white'/%3E %3C/svg%3E") !important;
  width: 10.15625vw;
  height: 10.15625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageContainer {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 4.6875vw;
  margin: auto;
  flex-direction: column;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageContainer img {
  width: 100vw;
  max-height: 100%;
  height: auto;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions {
  display: flex;
  justify-content: space-between;
  min-height: 18.75vw;
  direction: rtl;
  margin-top: 4.6875vw;
  width: 93.75vw;
  flex-shrink: 0;
  color: #fff;
}
.ynetnews .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions {
  direction: ltr;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-left: 3.125vw;
  flex-shrink: 0;
}
.ynetnews .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-right: 3.125vw;
  padding-left: unset;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 2.65625vw;
  outline: 0;
  height: 5.3125vw;
  width: 5.3125vw;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: transparent !important;
  background-position: center;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.ynetnews .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-left: 2.65625vw;
  margin-right: unset;
}
.ArticleImagesFullScreenGalleryMobile .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");
}
.ArticleImagesFullScreenGalleryMobile .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");
}
.ArticleImagesFullScreenGalleryMobile .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: 6.25vw;
  width: 6.25vw;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img {
  display: none;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  display: flex;
  flex-direction: column;
  direction: rtl;
  font-size: 1.375rem;
  line-height: 1.2;
  padding-right: 0;
  padding-left: 7.8125vw;
}
.font-moses .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 0.813rem;
  line-height: 1.38;
  font-weight: 670;
}
.radionas .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 0.813rem;
  line-height: 1.38;
  font-weight: 700;
}
.ynetnews .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  direction: ltr;
  padding-right: 7.8125vw;
  padding-left: 0px;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .imageInfo .credit {
  margin-top: 0.78125vw;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter {
  display: flex;
  position: relative;
  justify-content: center;
  height: 8.125vw;
  color: #fff;
  font-size: 1.375rem;
  margin: 0px 1.5625vw;
  letter-spacing: 0.9375vw;
  direction: ltr;
  align-items: center;
  letter-spacing: 0;
  margin-top: 7.5vw;
}
.font-moses .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter,
.radionas .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter {
  font-size: 1rem;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter .current {
  font-weight: bolder;
  padding-top: 0px;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 0px;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter .navigationArrow {
  height: 4.84375vw;
  width: 3.4375vw;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter .swipeRight {
  margin-left: 1.5625vw;
  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");
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter .swipeLeft {
  margin-right: 1.5625vw;
  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");
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .slick-slider {
  display: flex;
  width: 100%;
  height: 80%;
  overflow: hidden;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .slick-slider .slick-dots {
  display: none !important;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .slick-list {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .slick-list .slick-track {
  display: flex;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .slick-list .slick-track .slick-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.galleryLeave-leave {
  opacity: 1;
}
.galleryLeave-leave.galleryLeave-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-out;
}
.MobileArticleImagesGallery {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.calcalist .MobileArticleImagesGallery {
  background-color: #000;
}
.calcalist .MobileArticleImagesGallery * {
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif !important;
  font-size: 1rem !important;
}
.MobileArticleImagesGallery .GalleryWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #000000);
  align-items: center;
}
.calcalist .MobileArticleImagesGallery .GalleryWrapper .slick-arrow {
  position: absolute;
  width: 3rem;
  height: 6rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: calc(50% - 3rem);
  border: 0;
  content: "";
  color: transparent !important;
  z-index: 1;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-arrow.slick-prev {
  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='105.000000pt' height='136.000000pt' viewBox='0 0 105.000000 136.000000' preserveAspectRatio='xMidYMid meet'%3E %3Cg transform='translate(0.000000,136.000000) scale(0.100000,-0.100000)' fill='rgba(0,0,0,0.6)' stroke='none'%3E %3Cpath d='M4 1325 c-2 -5 -3 -299 -2 -653 l3 -643 464 1 c451 0 464 1 492 21 61 43 59 26 59 631 0 530 -1 554 -20 585 -35 59 -25 58 -529 63 -304 3 -465 2 -467 -5z m644 -277 c3 -22 -21 -54 -150 -193 -84 -92 -155 -171 -157 -177 -2 -6 72 -86 164 -178 151 -151 167 -171 161 -194 -5 -20 -13 -26 -34 -26 -22 0 -62 35 -210 183 -157 157 -183 188 -180 210 2 18 61 90 177 217 150 165 177 191 200 188 20 -2 27 -9 29 -30z'/%3E %3C/g%3E %3C/svg%3E");
  left: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-arrow.slick-next {
  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='105.000000pt' height='136.000000pt' viewBox='0 0 105.000000 136.000000' preserveAspectRatio='xMidYMid meet'%3E %3Cg transform='translate(0.000000,136.000000) scale(0.100000,-0.100000)' fill='rgba(0,0,0,0.6)' stroke='none'%3E %3Cpath d='M89 1313 c-61 -37 -59 -18 -59 -633 0 -502 2 -565 16 -590 37 -61 27 -60 536 -60 l463 0 0 650 0 650 -465 0 c-412 -1 -468 -2 -491 -17z m533 -420 c104 -104 188 -196 188 -206 0 -28 -350 -407 -376 -407 -25 0 -47 23 -42 44 2 8 68 86 148 173 80 87 151 166 159 176 13 17 1 32 -152 185 -157 157 -183 192 -160 215 23 24 59 -4 235 -180z'/%3E %3C/g%3E %3C/svg%3E");
  right: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper {
  position: relative;
  display: flex;
  min-height: 9.6875vw;
  width: 100%;
  padding: 6.25vw 6.25vw 0 6.25vw;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  flex-direction: row-reverse;
}
.MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper .closeBtn {
  cursor: pointer;
  background: transparent;
  padding: 0;
  width: 3.75vw;
  height: 3.75vw;
  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: 3.75vw auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.calcalist .MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper .closeBtn {
  width: 6.25vw;
  height: 6.25vw;
  background-size: 2.8125vw auto;
  background-color: #333333bf;
  border-radius: 50%;
  border: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper .closeBtn:hover {
  opacity: 1;
}
.MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper .imagesCounter {
  margin: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper .shareImageBtn {
  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='white'/%3E %3C/svg%3E") !important;
  width: 10.15625vw;
  height: 10.15625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .imageContainer {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 4.6875vw;
  margin: auto;
  flex-direction: column;
}
.MobileArticleImagesGallery .GalleryWrapper .imageContainer img {
  width: 100vw;
  max-height: 100%;
  height: auto;
}
.magazine2025 .MobileArticleImagesGallery .GalleryWrapper .imageContainer img {
  max-width: 100vw;
  width: auto;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  display: flex;
  justify-content: space-between;
  min-height: 18.75vw;
  direction: rtl;
  margin-top: 4.6875vw;
  width: 93.75vw;
  flex-shrink: 0;
  color: #fff;
}
.ynetnews .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  direction: ltr;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-left: 3.125vw;
  flex-shrink: 0;
}
.ynetnews .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-right: 3.125vw;
  padding-left: unset;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 2.65625vw;
  outline: 0;
  height: 5.3125vw;
  width: 5.3125vw;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: transparent !important;
  background-position: center;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.ynetnews .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-left: 2.65625vw;
  margin-right: unset;
}
.MobileArticleImagesGallery .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");
}
.MobileArticleImagesGallery .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");
}
.MobileArticleImagesGallery .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: 6.25vw;
  width: 6.25vw;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img {
  display: none;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  display: flex;
  flex-direction: column;
  direction: rtl;
  font-size: 1.375rem;
  line-height: 1.2;
  padding-right: 0;
  padding-left: 7.8125vw;
}
.font-moses .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 0.813rem;
  line-height: 1.38;
  font-weight: 670;
}
.radionas .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 0.813rem;
  line-height: 1.38;
  font-weight: 700;
}
.ynetnews .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  direction: ltr;
  padding-right: 7.8125vw;
  padding-left: 0px;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .credit {
  margin-top: 0.78125vw;
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter {
  display: flex;
  position: relative;
  justify-content: center;
  height: 8.125vw;
  color: #fff;
  font-size: 1.375rem;
  margin: 0px 1.5625vw;
  letter-spacing: 0.9375vw;
  direction: ltr;
  align-items: center;
  letter-spacing: 0;
  margin-top: 7.5vw;
}
.font-moses .MobileArticleImagesGallery .GalleryWrapper .imagesCounter,
.radionas .MobileArticleImagesGallery .GalleryWrapper .imagesCounter {
  font-size: 1rem;
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: bolder;
  padding-top: 0px;
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 0px;
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 4.84375vw;
  width: 3.4375vw;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter .swipeRight {
  margin-left: 1.5625vw;
  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");
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter .swipeLeft {
  margin-right: 1.5625vw;
  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");
}
.MobileArticleImagesGallery .GalleryWrapper .slick-slider {
  display: flex;
  width: 100%;
  height: 80%;
  overflow: hidden;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-slider .slick-dots {
  display: none !important;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-list {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-list .slick-track {
  display: flex;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-list .slick-track .slick-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.ArticleMagazineImageTeaserComponenta {
  display: flex;
  flex-direction: column;
}
.ArticleMagazineImageTeaserComponenta .image-container {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.ArticleMagazineImageTeaserComponenta .image-container img {
  object-fit: cover;
  width: 100% !important;
}
.ArticleMagazineImageTeaserComponenta .image-container .credit {
  color: #78787B;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 340;
  line-height: 1rem;
  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: 1rem;
}
.ArticleMagazineImageTeaserComponenta .text-container .caption {
  color: #010101;
  text-align: right;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1.3;
}
.ArticleMagazineImageTeaserComponenta .text-container .caption::after {
  display: block;
  position: relative;
  width: 18.28125vw;
  content: '';
  height: 1.25vw;
  background-color: #DE1A1A;
  right: 0;
  margin-top: 1rem;
}
.magazine_art .ArticleMagazineImageTeaserComponenta .text-container .caption::after {
  background-color: #00B4D8 !important;
}
.vesty .ArticleMagazineImageTeaserComponenta {
  font-family: 'Arial';
}
.article-recipe-componenta {
  display: flex;
  flex-direction: column;
}
.article-recipe-componenta .ImageDetails {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
  font-weight: 340;
  font-size: 0.875rem !important;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
  padding: 0 3.90625vw 0.78125vw 1.5625vw;
  box-sizing: border-box;
  font-family: 'Moses', 'NarkisBlock';
  margin-top: 1.25vw;
}
.article-recipe-componenta .ImageDetails .ImageCaption * {
  color: #000;
  -webkit-text-fill-color: #000;
}
.recipe-card {
  position: relative;
  margin: 0 -3.90625vw;
}
.recipe-card .recipe-card-top-details-bar {
  display: flex;
  padding: 0 3.59375vw;
  margin-bottom: 3.125vw;
  justify-content: space-between;
}
.recipe-card .recipe-card-top-details-bar .meal-details {
  display: flex;
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 0 2.1875vw 0 0;
}
.font-moses .recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf {
  font-weight: 500;
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf:first-child {
  margin: 0;
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .meal-detail-title {
  font-size: 4.6875vw;
}
.font-moses .recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .meal-detail-title {
  font-size: 4.21875vw;
  font-weight: 340;
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf > div:first-child {
  margin-left: 1.5625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1);
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .kosher-icon {
  width: 4.6875vw;
  height: 4.6875vw;
  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 .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .not-kosher-icon {
  width: 4.6875vw;
  height: 4.6875vw;
  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 .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .vegan-icon {
  width: 4.21875vw;
  height: 4.21875vw;
  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 .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .vegetarian-icon {
  width: 4.21875vw;
  height: 4.21875vw;
  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 .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .dairy-icon {
  width: 4.21875vw;
  height: 4.21875vw;
  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 .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .parve-icon {
  width: 4.21875vw;
  height: 4.21875vw;
  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 .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .gluten-free-icon {
  width: 4.21875vw;
  height: 4.21875vw;
  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 .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .meat-icon {
  width: 4.21875vw;
  height: 4.21875vw;
  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 .recipeRatingWrapper {
  margin-right: 1.64063vw;
}
.recipe-card .recipeRatingWrapper .recipeVoters {
  width: auto;
  font-size: 4.84375vw;
  font-weight: normal;
  flex-shrink: 0;
}
.font-moses .recipe-card .recipeRatingWrapper .recipeVoters {
  font-size: 4.21875vw;
  font-weight: 340;
}
.recipe-card .recipeRatingWrapper .recipeRatingStars {
  margin: 0 0.625vw 0.9375vw 0;
}
.recipe-card .recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  width: 4.6875vw;
  height: 4.6875vw;
  margin: 0 0.60938vw;
  padding: 0;
}
.recipe-card .recipe-card-image {
  position: relative;
  height: 55.78125vw;
}
.recipe-card .recipe-card-image .share-container {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  margin: 2.65625vw 0 0 2.65625vw;
}
.recipe-card .recipe-card-image .share-container .recipe-bookmark-button {
  width: 10.625vw;
  height: 10.625vw;
  margin-right: 1.09375vw;
  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 %3Cg id='icon1' transform='translate(-0.25)'%3E %3Crect id='Rectangle_881' data-name='Rectangle 881' width='40' height='40' rx='20' transform='translate(0.25)' fill='%23212121' opacity='0.49'/%3E %3Cpath id='Path_434' data-name='Path 434' d='M582.75-357.532l6.525-5.913,7.136,5.913V-376.7H582.75Z' transform='translate(-570.035 386.864)' fill='none' stroke='%23fff' stroke-width='1.6'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.recipe-card .recipe-card-image .share-container .recipe-share-button {
  width: 10.625vw;
  height: 10.625vw;
  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 %3Cg id='share' transform='translate(-0.454)'%3E %3Crect id='Rectangle_882' data-name='Rectangle 882' width='40' height='40' rx='20' transform='translate(0.454)' fill='%23212121' opacity='0.49'/%3E %3Cg id='share_icon' data-name='share icon' transform='translate(10.302 9.667)'%3E %3Ccircle id='Ellipse_25' data-name='Ellipse 25' cx='3' cy='3' r='3' transform='translate(0 7)' fill='%23fff'/%3E %3Ccircle id='Ellipse_26' data-name='Ellipse 26' cx='3' cy='3' r='3' transform='translate(13)' fill='%23fff'/%3E %3Ccircle id='Ellipse_27' data-name='Ellipse 27' cx='3' cy='3' r='3' transform='translate(13 15)' fill='%23fff'/%3E %3Cpath id='Path_430' data-name='Path 430' d='M-3651.286,84.143l-11.286-6.429' transform='translate(3666 -67)' fill='none' stroke='%23fff' stroke-width='1.6'/%3E %3Cpath id='Path_431' data-name='Path 431' d='M-3651.286,77.714l-11.286,6.429' transform='translate(3666 -74)' fill='none' stroke='%23fff' stroke-width='1.6'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.recipe-card .recipe-card-image img {
  width: 100% !important;
  height: 55.78125vw !important;
}
.recipe-card .recipe-card-image .videoIcon {
  bottom: 0;
  left: 0;
  border-radius: 50% !important;
  margin: 0 0 2.65625vw 2.65625vw;
}
.recipe-card .recipe-card-image .videoIcon .icon {
  border-radius: 50% !important;
}
.recipe-card .recipe-card-details-bar {
  height: 34.53125vw;
  display: flex;
  flex-wrap: wrap;
  background-color: #78787b;
  padding: 3.125vw 0;
  box-sizing: border-box;
}
.recipe-card .recipe-card-details-bar .details-bar-container {
  width: 50%;
  height: 14.21875vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-title-rpf {
  font-size: 4.375vw;
  line-height: 0.94;
  margin-bottom: 1.09375vw;
}
.font-moses .recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-title-rpf {
  font-size: 3.90625vw;
  font-weight: 340;
  line-height: 1;
}
.recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-value-rpf {
  font-size: 6.25vw;
  font-weight: 600;
  line-height: 0.67;
}
.font-moses .recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-value-rpf {
  font-size: 5.9375vw;
  font-weight: 670;
  line-height: 1;
}
.recipe-card .recipe-card-details-bar .meal-details {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .article-recipe-componenta .ImageDetails,
  .article-recipe-componenta .ImageDetails * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }
  .recipe-card .recipe-card-top-details-bar .meal-details-line-rpf div {
    filter: invert(0) !important;
  }
  .recipe-card .recipe-card-top-details-bar .meal-details-line-rpf div {
    filter: invert(0) !important;
  }
}
.article-recipe-componenta .ingredients-section {
  display: flex;
  flex-direction: column;
  margin-top: 7.03125vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-title {
  font-size: 8.4375vw;
  font-weight: bold;
  line-height: 1;
  margin-left: 4.6875vw;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-title {
  font-size: 6.5625vw;
  font-weight: 670;
  line-height: 0.74;
  margin-bottom: 1.875vw;
}
.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: 7.03125vw;
  height: 7.03125vw;
  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;
  user-select: none;
  cursor: pointer;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-button:hover {
  filter: brightness(0.9);
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46' height='46' viewBox='0 0 46 46'%3E %3Cdefs%3E %3CclipPath id='clip-plus'%3E %3Crect width='46' height='46'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg id='plus' clip-path='url(%23clip-plus)'%3E %3Cg id='plus-2' data-name='plus'%3E %3Cg id='Path_297' data-name='Path 297' fill='%23fff'%3E %3Cpath d='M 22.95172500610352 45.4034538269043 C 19.92054557800293 45.4034538269043 16.98029518127441 44.80990600585938 14.21265506744385 43.6392936706543 C 11.53917503356934 42.50850677490234 9.138045310974121 40.88958358764648 7.075954914093018 38.82749557495117 C 5.013875007629395 36.76540374755859 3.394954919815063 34.36427688598633 2.264164924621582 31.6907958984375 C 1.093554973602295 28.92315483093262 0.5000050067901611 25.9829044342041 0.5000050067901611 22.95172500610352 C 0.5000050067901611 19.92054557800293 1.093554973602295 16.98029518127441 2.264164924621582 14.21265506744385 C 3.394954919815063 11.53917503356934 5.013875007629395 9.138045310974121 7.075954914093018 7.075954914093018 C 9.138045310974121 5.013875007629395 11.53917503356934 3.394954919815063 14.21265506744385 2.264164924621582 C 16.98029518127441 1.093554973602295 19.92054557800293 0.5000050067901611 22.95172500610352 0.5000050067901611 C 25.9829044342041 0.5000050067901611 28.92315483093262 1.093554973602295 31.6907958984375 2.264164924621582 C 34.36427688598633 3.394954919815063 36.76540374755859 5.013875007629395 38.82749557495117 7.075954914093018 C 40.88958358764648 9.138045310974121 42.50850677490234 11.53917503356934 43.6392936706543 14.21265506744385 C 44.80990600585938 16.98029518127441 45.4034538269043 19.92054557800293 45.4034538269043 22.95172500610352 C 45.4034538269043 25.9829044342041 44.80990600585938 28.92315483093262 43.6392936706543 31.6907958984375 C 42.50850677490234 34.36427688598633 40.88958358764648 36.76540374755859 38.82749557495117 38.82749557495117 C 36.76540374755859 40.88958358764648 34.36427688598633 42.50850677490234 31.6907958984375 43.6392936706543 C 28.92315483093262 44.80990600585938 25.9829044342041 45.4034538269043 22.95172500610352 45.4034538269043 Z' stroke='none'/%3E %3Cpath d='M 22.95172500610352 0.9999961853027344 C 19.98781585693359 0.9999961853027344 17.11310577392578 1.580253601074219 14.40742492675781 2.724666595458984 C 11.79355621337891 3.830234527587891 9.445835113525391 5.413173675537109 7.42950439453125 7.42950439453125 C 5.413173675537109 9.445835113525391 3.830234527587891 11.79355621337891 2.724666595458984 14.40742492675781 C 1.580253601074219 17.11310577392578 0.9999961853027344 19.98781585693359 0.9999961853027344 22.95172500610352 C 0.9999961853027344 25.91563415527344 1.580253601074219 28.79034423828125 2.724666595458984 31.49602508544922 C 3.830234527587891 34.10989379882813 5.413173675537109 36.45760345458984 7.42950439453125 38.47393417358398 C 9.445835113525391 40.49026489257813 11.79355621337891 42.07320404052734 14.40742492675781 43.17878341674805 C 17.11310577392578 44.32318496704102 19.98781585693359 44.90344619750977 22.95172500610352 44.90344619750977 C 25.91563415527344 44.90344619750977 28.79034423828125 44.32318496704102 31.49602508544922 43.17878341674805 C 34.10989379882813 42.07320404052734 36.45760345458984 40.49026489257813 38.47393417358398 38.47393417358398 C 40.49026489257813 36.45760345458984 42.07320404052734 34.10989379882813 43.17878341674805 31.49602508544922 C 44.32318496704102 28.79034423828125 44.90344619750977 25.91563415527344 44.90344619750977 22.95172500610352 C 44.90344619750977 19.98781585693359 44.32318496704102 17.11310577392578 43.17878341674805 14.40742492675781 C 42.07320404052734 11.79355621337891 40.49026489257813 9.445835113525391 38.47393417358398 7.42950439453125 C 36.45760345458984 5.413173675537109 34.10989379882813 3.830234527587891 31.49602508544922 2.724666595458984 C 28.79034423828125 1.580253601074219 25.91563415527344 0.9999961853027344 22.95172500610352 0.9999961853027344 M 22.95172500610352 -3.814697265625e-06 C 35.62761688232422 -3.814697265625e-06 45.90344619750977 10.27583312988281 45.90344619750977 22.95172500610352 C 45.90344619750977 35.62761688232422 35.62761688232422 45.90344619750977 22.95172500610352 45.90344619750977 C 10.27583312988281 45.90344619750977 -3.814697265625e-06 35.62761688232422 -3.814697265625e-06 22.95172500610352 C -3.814697265625e-06 10.27583312988281 10.27583312988281 -3.814697265625e-06 22.95172500610352 -3.814697265625e-06 Z' stroke='none' fill='%23d6d6d6'/%3E %3C/g%3E %3Cg id='Group_158' data-name='Group 158' transform='translate(10.93 12.023)'%3E %3Cline id='Line_13' data-name='Line 13' y2='22.952' transform='translate(11.476)' fill='none' stroke='%23de1a1a' stroke-width='2'/%3E %3Cline id='Line_14' data-name='Line 14' x2='22.952' transform='translate(0 11.476)' fill='none' stroke='%23de1a1a' stroke-width='2'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .minus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46' height='46' viewBox='0 0 46 46'%3E %3Cdefs%3E %3CclipPath id='clip-min'%3E %3Crect width='46' height='46'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg id='min' clip-path='url(%23clip-min)'%3E %3Cg id='min-2' data-name='min' transform='translate(0 0.097)'%3E %3Cg id='Path_298' data-name='Path 298' fill='%23fff'%3E %3Cpath d='M 22.95172500610352 45.4034538269043 C 19.92054557800293 45.4034538269043 16.98029518127441 44.80990600585938 14.21265506744385 43.6392936706543 C 11.53917503356934 42.50850677490234 9.138045310974121 40.88958358764648 7.075954914093018 38.82749557495117 C 5.013875007629395 36.76540374755859 3.394954919815063 34.36427688598633 2.264164924621582 31.6907958984375 C 1.093554973602295 28.92315483093262 0.5000050067901611 25.9829044342041 0.5000050067901611 22.95172500610352 C 0.5000050067901611 19.92054557800293 1.093554973602295 16.98029518127441 2.264164924621582 14.21265506744385 C 3.394954919815063 11.53917503356934 5.013875007629395 9.138045310974121 7.075954914093018 7.075954914093018 C 9.138045310974121 5.013875007629395 11.53917503356934 3.394954919815063 14.21265506744385 2.264164924621582 C 16.98029518127441 1.093554973602295 19.92054557800293 0.5000050067901611 22.95172500610352 0.5000050067901611 C 25.9829044342041 0.5000050067901611 28.92315483093262 1.093554973602295 31.6907958984375 2.264164924621582 C 34.36427688598633 3.394954919815063 36.76540374755859 5.013875007629395 38.82749557495117 7.075954914093018 C 40.88958358764648 9.138045310974121 42.50850677490234 11.53917503356934 43.6392936706543 14.21265506744385 C 44.80990600585938 16.98029518127441 45.4034538269043 19.92054557800293 45.4034538269043 22.95172500610352 C 45.4034538269043 25.9829044342041 44.80990600585938 28.92315483093262 43.6392936706543 31.6907958984375 C 42.50850677490234 34.36427688598633 40.88958358764648 36.76540374755859 38.82749557495117 38.82749557495117 C 36.76540374755859 40.88958358764648 34.36427688598633 42.50850677490234 31.6907958984375 43.6392936706543 C 28.92315483093262 44.80990600585938 25.9829044342041 45.4034538269043 22.95172500610352 45.4034538269043 Z' stroke='none'/%3E %3Cpath d='M 22.95172500610352 0.9999961853027344 C 19.98781585693359 0.9999961853027344 17.11310577392578 1.580253601074219 14.40742492675781 2.724666595458984 C 11.79355621337891 3.830234527587891 9.445835113525391 5.413173675537109 7.42950439453125 7.42950439453125 C 5.413173675537109 9.445835113525391 3.830234527587891 11.79355621337891 2.724666595458984 14.40742492675781 C 1.580253601074219 17.11310577392578 0.9999961853027344 19.98781585693359 0.9999961853027344 22.95172500610352 C 0.9999961853027344 25.91563415527344 1.580253601074219 28.79034423828125 2.724666595458984 31.49602508544922 C 3.830234527587891 34.10989379882813 5.413173675537109 36.45760345458984 7.42950439453125 38.47393417358398 C 9.445835113525391 40.49026489257813 11.79355621337891 42.07320404052734 14.40742492675781 43.17878341674805 C 17.11310577392578 44.32318496704102 19.98781585693359 44.90344619750977 22.95172500610352 44.90344619750977 C 25.91563415527344 44.90344619750977 28.79034423828125 44.32318496704102 31.49602508544922 43.17878341674805 C 34.10989379882813 42.07320404052734 36.45760345458984 40.49026489257813 38.47393417358398 38.47393417358398 C 40.49026489257813 36.45760345458984 42.07320404052734 34.10989379882813 43.17878341674805 31.49602508544922 C 44.32318496704102 28.79034423828125 44.90344619750977 25.91563415527344 44.90344619750977 22.95172500610352 C 44.90344619750977 19.98781585693359 44.32318496704102 17.11310577392578 43.17878341674805 14.40742492675781 C 42.07320404052734 11.79355621337891 40.49026489257813 9.445835113525391 38.47393417358398 7.42950439453125 C 36.45760345458984 5.413173675537109 34.10989379882813 3.830234527587891 31.49602508544922 2.724666595458984 C 28.79034423828125 1.580253601074219 25.91563415527344 0.9999961853027344 22.95172500610352 0.9999961853027344 M 22.95172500610352 -3.814697265625e-06 C 35.62761688232422 -3.814697265625e-06 45.90344619750977 10.27583312988281 45.90344619750977 22.95172500610352 C 45.90344619750977 35.62761688232422 35.62761688232422 45.90344619750977 22.95172500610352 45.90344619750977 C 10.27583312988281 45.90344619750977 -3.814697265625e-06 35.62761688232422 -3.814697265625e-06 22.95172500610352 C -3.814697265625e-06 10.27583312988281 10.27583312988281 -3.814697265625e-06 22.95172500610352 -3.814697265625e-06 Z' stroke='none' fill='%23d6d6d6'/%3E %3C/g%3E %3Cline id='Line_15' data-name='Line 15' x2='29.661' transform='translate(8.798 23.836)' fill='none' stroke='%23000' stroke-width='2'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .disable {
  opacity: 0.6;
  pointer-events: none;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .disable .servings-button:hover {
  filter: none;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-amount {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: 8.4375vw;
  line-height: 1;
  font-weight: bold;
  margin: 0 2.8125vw;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-amount {
  font-size: 6.5625vw;
  font-weight: 670;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-amount .servings-title {
  font-size: 3.75vw;
  font-weight: normal;
  color: #78787b;
  position: absolute;
  bottom: -4.0625vw;
}
.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: 3.4375vw;
  font-weight: 340;
  bottom: -4.375vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section {
  width: auto;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: -13.75vw;
  border: none;
  background: transparent;
  cursor: pointer;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section {
  align-items: center;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section .measuring-cup-icon {
  width: 5.15625vw;
  height: 5.15625vw;
  margin-left: 2.03125vw;
  margin-top: 0.3125vw;
  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;
  filter: invert(18%) sepia(81%) saturate(3671%) hue-rotate(237deg) brightness(65%) contrast(116%);
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section .measurement-conversion-table {
  font-size: 4.6875vw;
  font-weight: bold;
  color: #1417ac;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section .measurement-conversion-table {
  font-size: 3.4375vw;
  font-weight: 670;
}
.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: 3.75vw;
  line-height: 1.29;
  margin-bottom: 3.4375vw;
  color: #78787b;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-list .add-to-shoping-list-title {
  font-size: 3.4375vw;
  font-weight: 340;
  margin-bottom: 4.6875vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .check-all-wrapper {
  display: flex;
  margin-bottom: 2.65625vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .check-all-wrapper .check-all-title {
  font-size: 4.21875vw;
  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: 3.4375vw;
  font-weight: 500;
  line-height: 1.36;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredient-checkbox {
  width: 4.21875vw;
  height: 4.21875vw;
  position: relative;
  top: 0.3125vw;
  margin-left: 4.6875vw;
  border-radius: 1px;
  border: solid 0.23438vw #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: 4.6875vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-title {
  font-size: 5.78125vw;
  font-weight: 600;
  line-height: 1.27;
  margin-bottom: 4.53125vw;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-title {
  font-size: 5.3125vw;
  font-weight: 670;
  line-height: normal;
  margin-bottom: 3.125vw;
}
.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: 2.34375vw;
  margin-bottom: 2.34375vw;
  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: inline;
  font-size: 5.78125vw;
  font-weight: 300;
  line-height: 1;
  float: right;
}
.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: inline;
}
.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: 4.375vw;
  font-weight: 340;
  line-height: 1.61;
}
.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: 3.4375vw;
  font-weight: 300;
  line-height: 1.23;
  margin-top: 1.09375vw;
  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-weight: 340;
  line-height: normal;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list {
  width: 100%;
  height: 15.9375vw;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -3.90625vw;
  top: 14.0625vw;
  color: #fff;
  background-color: rgba(59, 59, 59, 0.9);
  z-index: 1;
  transition: transform 0.5s ease;
  border-bottom: solid 0.3125vw #de1a1a;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list.show {
  transform: translateY(0);
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list.hide {
  transform: translateY(-200%);
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4375vw;
  height: 3.4375vw;
  margin: 1.5625vw 0 0 1.5625vw;
  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: 3.21875vw;
  font-size: 8.4375vw;
  font-weight: 600;
  line-height: 0.93;
}
.font-moses .article-recipe-componenta .ingredients-section .sticky-shoping-list .list-items-count {
  font-size: 7.8125vw;
  font-weight: 340;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .items-on-list-title {
  width: 31.25vw;
  margin-left: 15.625vw;
  font-size: 4.53125vw;
  font-weight: 600;
  line-height: 0.93;
}
.font-moses .article-recipe-componenta .ingredients-section .sticky-shoping-list .items-on-list-title {
  font-size: 4.6875vw;
  font-weight: 340;
  width: 34.375vw;
  line-height: 1.1;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .mail-icon {
  width: 8.4375vw;
  height: 6.25vw;
  border: none;
  margin-left: 5.85938vw;
  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: 7.96875vw;
  height: 7.96875vw;
  margin-left: 11.71875vw;
  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;
}
@media (prefers-color-scheme: dark) {
  .article-recipe-componenta .ingredients-section .measuring-cup-icon {
    filter: invert(70%) sepia(74%) saturate(5140%) hue-rotate(191deg) brightness(103%) contrast(95%) !important;
  }
  .article-recipe-componenta .ingredients-section .measurement-conversion-table {
    text-decoration-color: #419bf9 !important;
    color: #419bf9 !important;
  }
  .article-recipe-componenta .ingredients-section .ingredient-row input[type="checkbox"],
  .article-recipe-componenta .ingredients-section .check-all-wrapper input[type="checkbox"] {
    outline: 0.3125vw solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #000;
  }
  .article-recipe-componenta .ingredients-section .ingredient-row input[type="checkbox"]:checked,
  .article-recipe-componenta .ingredients-section .check-all-wrapper input[type="checkbox"]:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    accent-color: #000;
  }
}
.article-recipe-promo-componenta {
  margin: 0 -3.90625vw 7.96875vw -3.90625vw;
  padding: 3.75vw 3.90625vw 5.78125vw 3.90625vw;
  background-color: #f8f4f4;
}
.article-recipe-promo-componenta .recipe-promo-top-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.875vw;
}
.article-recipe-promo-componenta .recipe-promo-top-section .recipe-promo-header-title {
  font-size: 6.25vw;
  font-weight: bold;
  line-height: 1.28;
}
.font-moses .article-recipe-promo-componenta .recipe-promo-top-section .recipe-promo-header-title {
  font-size: 5.3125vw;
  font-weight: 670;
  line-height: 1.35;
  letter-spacing: 0.15938vw;
}
.article-recipe-promo-componenta .recipe-card {
  margin: 0;
}
.article-recipe-promo-componenta .recipe-card .recipe-card-top-details-bar {
  padding: 0;
}
.article-recipe-promo-componenta .recipe-card .recipe-card-top-details-bar .recipeRatingWrapper {
  padding-right: 0;
  font-weight: normal;
}
.article-recipe-promo-componenta .recipe-card .recipe-card-top-details-bar .recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  margin: 0;
  padding: 0 0.3125vw;
}
.article-recipe-promo-componenta .recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line div {
  margin-left: 1.25vw;
}
.article-recipe-promo-componenta .recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line div {
  margin-left: 1.25vw;
}
.article-recipe-promo-componenta .recipe-card .videoIcon.big {
  height: 6.25vw !important;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section {
  display: flex;
  justify-content: flex-end;
  margin: 1.5625vw 0px 0;
  flex-direction: column;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section .image-credit {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  color: #78787b;
  margin-left: auto;
}
.fon-moses .article-recipe-promo-componenta .recipe-promo-bottom-section .image-credit {
  font-weight: 340;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section a {
  width: 100%;
  display: flex;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section a .to-recipe-button {
  flex-grow: 1;
  height: 10.625vw;
  font-size: 4.6875vw;
  font-weight: bold;
  line-height: 1;
  border: none;
  color: #fff;
  margin: 3.125vw 4.0625vw 0;
  box-sizing: border-box;
  background-color: #de1a1a !important;
}
.font-moses .article-recipe-promo-componenta .recipe-promo-bottom-section a .to-recipe-button {
  font-size: 4.375vw;
  font-weight: 670;
  line-height: normal;
}
@media (prefers-color-scheme: dark) {
  .article-recipe-promo-componenta {
    background-color: #262626;
  }
  .recipe-card .recipe-card-top-details-bar .meal-details-line div {
    filter: invert(0) !important;
  }
  .recipe-card .recipe-card-top-details-bar .meal-details-line div {
    filter: invert(0) !important;
  }
}
.article-recipe-timer-componenta {
  height: 12.65625vw !important;
  display: flex;
  padding: 0 3.59375vw;
  margin: 0 -3.90625vw;
  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;
  align-items: center;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-icon {
  width: 6.875vw;
  height: 7.34375vw;
  margin-left: 1.09375vw;
  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: 4.6875vw;
  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: 4.21875vw;
  font-weight: 670;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section .article-recipe-timer-sub-title {
  font-size: 3.90625vw;
}
.font-moses .article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section .article-recipe-timer-sub-title {
  font-size: 3.28125vw;
  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 .timer-display {
  color: #fff;
  margin-left: 2.1875vw;
  font-size: 7.34375vw;
  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: 6.875vw;
  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: 6.5625vw;
  height: 6.5625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.8125vw;
  border: none;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 0 0 2.8125vw 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: 2.65625vw;
  height: 2.65625vw;
  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: 0.78125vw;
  width: 3.4375vw;
  height: 3.4375vw;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-sound-on-btn {
  margin-right: 0.78125vw;
  width: 3.4375vw;
  height: 3.4375vw;
  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: 0.3125vw;
  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");
}
.ArticleTagsComponent {
  display: flex;
  flex-direction: column;
  border: 0;
  direction: rtl;
  margin-bottom: 4.6875vw;
  background-color: transparent;
}
.ArticleTagsComponent.ltr {
  direction: ltr;
}
.ArticleTagsComponent > div:last-child {
  width: 100%;
  overflow-x: auto;
  display: flex;
  white-space: nowrap;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  padding-bottom: 1.5625vw;
}
.ArticleTagsComponent *:not(.tagsLabel) {
  color: #000 ! important;
}
.ArticleTagsComponent * {
  font-family: 'NarkisBlock' !important;
}
.ArticleTagsComponent a,
.ArticleTagsComponent a:hover {
  text-decoration: none;
  color: #000;
}
.ArticleTagsComponent .tagsLabel {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin: 5vw 0;
  background: none;
}
.ArticleTagsComponent .tagName {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 2.1875vw;
  background: #eaeaea;
  border-radius: 0.9375vw;
  height: 6.25vw;
  width: auto;
  padding: 0 3.4375vw;
  align-items: center;
  display: flex;
  justify-content: center;
}
.ArticleTagsComponent .tagWrapper {
  flex-shrink: 0;
  display: inline-flex;
}
.ynetnews .ArticleTagsComponent .tagsLabel {
  font-size: 1rem;
}
.ynetnews .ArticleTagsComponent .tagName {
  font-size: 0.75rem;
}
.vesty .ArticleTagsComponent .tagsLabel {
  display: none;
}
.vesty .ArticleTagsComponent .tagName {
  padding: 0 0.9375vw;
  height: 3.125vw;
  font-size: 0.75rem;
  margin-left: unset ! important;
  margin-inline-end: 2.1875vw ! important;
}
.vesty .ArticleTagsComponent .tagName a {
  font-family: Arial !important;
}
.TimelineAppComponenta {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: auto 0 auto 3.90625vw;
  box-sizing: border-box;
}
.TimelineAppComponenta:after {
  width: 0.3125vw;
  height: 100%;
  background: #ed1c24;
  top: 0;
  content: "";
  right: 1.71875vw;
  position: absolute;
  z-index: 1;
}
.TimelineAppComponenta .timelineItem {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  margin-bottom: 7.8125vw;
  align-items: flex-end;
}
.TimelineAppComponenta .timelineItem:last-child {
  margin-bottom: 0;
}
.TimelineAppComponenta .timelineItem .timelineTitle {
  color: #000;
  font-size: 2.96875vw;
  line-height: 2.03125vw;
  width: calc(100% - 7.8125vw);
  justify-content: flex-start;
  display: flex;
  margin-bottom: 1.875vw;
  font-weight: bold;
  margin-top: 1.5625vw;
}
.TimelineAppComponenta .timelineItem .circlePoint {
  width: 3.90625vw;
  height: 3.90625vw;
  border: 0.3125vw solid #ed1c24;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 2;
}
.TimelineAppComponenta .timelineItem .infoBox {
  position: relative;
  border: solid 1px #d4d4d4;
  box-shadow: 0 0.46875vw 0.9375vw 0 rgba(0, 0, 0, 0.16);
  height: auto;
  width: calc(100% - 7.8125vw);
  padding: 3.28125vw;
  flex-shrink: 0;
  box-sizing: border-box;
}
.TimelineAppComponenta .timelineItem .infoBox > a *,
.TimelineAppComponenta .timelineItem .infoBox > a:hover *,
.TimelineAppComponenta .timelineItem .infoBox > a,
.TimelineAppComponenta .timelineItem .infoBox a:hover {
  text-decoration: none;
  color: initial;
}
.TimelineAppComponenta .timelineItem .infoBox:after {
  content: "";
  border: solid 1px #d4d4d4;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 1.875vw;
  position: absolute;
  top: calc(50% - 1.5625vw);
  transform: rotate(-45deg);
  right: -2.1875vw;
  background: #fff;
  z-index: 2;
}
.TimelineAppComponenta .timelineItem .infoBox .boxTitle {
  font-size: 2.1875vw;
  font-size: 2.5vw;
  margin-bottom: 1.25vw;
  font-weight: bold;
}
.TimelineAppComponenta .timelineItem .infoBox img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 1.25vw;
}
.TimelineAppComponenta .timelineItem .infoBox .boxSubTitle {
  color: #818181;
  font-size: 2.1875vw;
  line-height: 2.5vw;
}
.ArticleWrappedImageComponenta {
  display: inline-flex;
  flex-direction: column;
  height: auto;
  min-height: 25vw;
  float: left;
  margin-right: 3.125vw;
  margin-bottom: 3.4375vw;
  margin-left: 5.9375vw;
  font-size: 1rem;
  font-family: 'NarkisBlock', 'Arial';
  line-height: 1.29;
  color: #78787b;
}
.font-moses .ArticleWrappedImageComponenta {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 0.875rem;
}
.ynetnews .ArticleWrappedImageComponenta {
  margin-right: unset;
  margin-left: 3.125vw;
  float: right;
}
.vesty .ArticleWrappedImageComponenta {
  font-family: 'Arial';
}
.ArticleWrappedImageComponenta img {
  object-fit: cover;
}
.ArticleWrappedImageComponenta .caption,
.ArticleWrappedImageComponenta .credit {
  display: inline;
  float: right;
}
.ArticleWrappedImageComponenta .caption {
  margin-top: 0.46875vw;
  font-weight: normal;
  margin-left: 0.78125vw;
  width: auto;
  max-width: 18.75vw;
}
.font-moses .ArticleWrappedImageComponenta .caption {
  font-weight: 500;
}
.ynetnews .ArticleWrappedImageComponenta .caption {
  margin-left: unset;
  margin-right: 0.78125vw;
}
.ArticleWrappedImageComponenta .credit {
  margin-top: 0.46875vw;
  width: auto;
  max-width: 18.75vw;
}
.font-moses .ArticleWrappedImageComponenta .credit {
  font-size: 0.813rem !important;
  font-weight: 340 !important;
}
.ArticleWrappedImageComponenta .credit:before {
  content: "(";
}
.ArticleWrappedImageComponenta .credit:after {
  content: ")";
}
.layoutContainer:has(.Audio-Article-ImageGallery-Widget) {
  display: none;
}
.AudioMediaGallery {
  display: flex;
  justify-content: center;
}
.AudioMediaGallery .fullscreen-gallery-icon-pf {
  width: 30px;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  display: block;
  height: 30px;
  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 %3Ccircle cx='15' cy='15' r='15' transform='matrix(4.37114e-08 1 1 -4.37114e-08 1.31134e-06 1.31134e-06)' fill='black' fill-opacity='0.75'/%3E %3Cpath d='M21.5256 21.969C21.6266 21.9374 21.7216 21.8816 21.8016 21.8016C21.9323 21.6709 21.9984 21.5001 22 21.3288L22 21.3226L22 16.8595C22 16.4854 21.6967 16.1821 21.3226 16.1821C20.9485 16.1821 20.6452 16.4854 20.6452 16.8595L20.6452 19.6872L16.5948 15.6367C16.3302 15.3721 15.9013 15.3721 15.6367 15.6367C15.3722 15.9012 15.3722 16.3301 15.6367 16.5947L19.6871 20.6451L16.8596 20.6451C16.4855 20.6451 16.1822 20.9484 16.1822 21.3226C16.1822 21.6967 16.4855 22 16.8596 22L21.3226 22C21.3539 22 21.3846 21.9979 21.4148 21.9938L21.5256 21.969Z' fill='white'/%3E %3Cpath d='M13.8181 8.67743C13.8181 9.05156 13.5148 9.35486 13.1407 9.35486L10.3128 9.35486L14.3633 13.4054C14.6278 13.6699 14.6278 14.0988 14.3633 14.3634C14.0987 14.6279 13.6698 14.6279 13.4052 14.3634L9.3551 10.3131L9.3551 13.1405C9.3551 13.5147 9.05181 13.8179 8.67768 13.8179C8.30356 13.8179 8.00027 13.5147 8.00027 13.1405L8.00027 8.69644C7.99525 8.51679 8.0613 8.33553 8.19841 8.19842C8.29152 8.1053 8.405 8.04496 8.52451 8.01739C8.55188 8.01106 8.57989 8.0064 8.60842 8.0035C8.63119 8.00119 8.6543 8 8.67768 8L13.1407 8C13.5148 8 13.8181 8.3033 13.8181 8.67743Z' fill='white'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.AudioMediaGallery .article-image-slider {
  position: relative;
}
.AudioMediaGallery .article-image-slider > .slick-slider {
  display: flex;
  width: 80vw;
  height: 67.5vw;
  overflow: hidden;
  position: relative;
  justify-content: center;
}
.AudioMediaGallery .article-image-slider > .slick-slider .slick-arrow[style] {
  position: absolute;
  top: calc(50% - 2.65625vw);
  width: 5.3125vw !important;
  height: 5.3125vw !important;
  z-index: 2;
  color: transparent;
  border: 0;
  background-position: 50%;
  background-size: 5.3125vw 5.3125vw;
  background-color: transparent !important;
  cursor: pointer;
}
.AudioMediaGallery .article-image-slider > .slick-slider .slick-arrow[style].slick-next {
  right: 0px;
  left: initial;
}
.AudioMediaGallery .article-image-slider > .slick-slider .slick-arrow[style].slick-prev {
  left: 0px;
  right: initial;
}
.AudioMediaGallery .article-image-slider > .slick-slider .slick-arrow[style].slick-prev::before {
  content: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  color: white;
  height: 100%;
  width: 50%;
  text-align: center;
}
.AudioMediaGallery .article-image-slider > .slick-slider .slick-arrow[style].slick-next::before {
  content: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
  color: white;
  width: 50%;
  height: 100%;
  text-align: center;
}
.AudioMediaGallery .article-image-slider > .slick-slider .slick-arrow[style] .gallery_separator {
  display: inline-block;
  width: 1px;
  height: 2.65625vw;
  vertical-align: text-bottom;
  background-color: rgba(255, 255, 255, 0.7);
}
.AudioMediaGallery .article-image-slider > .slick-slider .slick-list {
  display: flex;
  position: relative;
  width: 70.3125vw;
  height: 67.5vw;
  overflow: hidden;
}
.AudioMediaGallery .article-image-slider > .slick-slider .slick-list .slick-track {
  display: flex;
}
.AudioMediaGallery .article-image-slider > .slick-slider .slick-list .slick-track .slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
}
.AudioMediaGallery .article-image-slider > .slick-slider .slick-list .slick-track .slick-slide > div img {
  max-width: 67.5vw;
  max-height: 67.5vw;
  display: flex;
  margin: auto;
}
.AudioMediaGallery .article-image-slider > .slick-slider .slick-list .slider-credit-caption {
  display: none;
}
.MagazineArticleTopMedia {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  color: #121111;
  margin-bottom: 1.5rem;
  direction: rtl;
  padding-top: 1.25rem;
}
.MagazineArticleTopMedia.titleInTop .content .MagazineArticleTopStoryImage,
.MagazineArticleTopMedia.titleInTop .content .MagazineArticleTopStoryVideo {
  width: calc(100% + 7.8125vw);
  margin: 0 -3.90625vw;
  order: 3;
}
.MagazineArticleTopMedia h1,
.MagazineArticleTopMedia h2 {
  margin: 0;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryVideo {
  width: 100%;
  position: relative;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryVideo .videoDetails {
  position: absolute;
  bottom: 0.225rem;
  left: 0;
  z-index: 1;
  font-size: 0.875rem;
  font-weight: 340;
  padding: 0.312rem;
  line-height: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: inline;
  gap: 0.312rem;
  width: fit-content;
  direction: rtl;
  border-bottom: 1px solid #F1F1F1;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryVideo .videoDetails * {
  display: inline;
  margin-inline-end: 0.325rem;
}
.MagazineArticleTopMedia .subTitleWrapper h2 {
  color: #000;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.44;
}
.MagazineArticleTopMedia.vertical .MagazineArticleTopStoryImage,
.MagazineArticleTopMedia.vertical .MagazineArticleTopStoryVideo {
  margin: 0 auto;
  overflow: hidden;
}
.MagazineArticleTopMedia.vertical .MagazineArticleTopStoryImage #player,
.MagazineArticleTopMedia.vertical .MagazineArticleTopStoryVideo #player {
  width: 100vw !important;
  height: 177.8125vw !important;
}
.MagazineArticleTopMedia .content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  width: 100%;
}
.MagazineArticleTopMedia .content .articleHeaderInfo {
  order: 0;
}
.MagazineArticleTopMedia .content .MagazineArticleTopStoryImage,
.MagazineArticleTopMedia .content .MagazineArticleTopStoryVideo {
  order: 1;
}
.MagazineArticleTopMedia .commentsAndShareWrapper {
  width: calc(100vw - 7.8125vw);
  margin: 0;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryImage {
  width: 100%;
  height: auto;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryImage .gelleryOpener {
  width: 100%;
  position: relative;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryImage .gelleryOpener img {
  width: 100%;
  height: auto;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryImage .gelleryOpener .ImageDetails {
  position: absolute;
  bottom: 0.225rem;
  left: 0;
  font-size: 0.875rem;
  font-weight: 340;
  padding: 0.3125rem;
  line-height: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: inline;
  gap: 0.3125rem;
  width: fit-content;
  direction: rtl;
  border-bottom: 1px solid #F1F1F1;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryImage .gelleryOpener .ImageDetails * {
  display: inline;
  margin-inline-end: 0.325rem;
}
.MagazineArticleTopMedia .articleHeaderInfo {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}
.MagazineArticleTopMedia .articleHeaderInfo .articleCategory {
  display: none;
}
.MagazineArticleTopMedia .articleHeaderInfo .mainTitleWrapper {
  display: flex;
}
.MagazineArticleTopMedia .articleHeaderInfo .mainTitleWrapper .mainTitle {
  color: #000;
  text-align: center;
  font-family: "Moses";
  font-size: 1.875rem;
  font-weight: 670;
  line-height: 116.667%;
}
.MagazineArticleTopMedia .articleHeaderInfo .moreArticleDetails {
  color: #78787B;
  text-align: center;
  font-family: "Moses";
  font-size: 0.9375rem;
  font-weight: 340;
  line-height: 120%;
  display: inline-flex;
  gap: 0.25rem;
}
.MagazineArticleTopMedia .articleHeaderInfo .moreArticleDetails .author-area {
  font-weight: 340;
  float: inline-start;
  gap: 0.25rem;
  display: inline-flex;
}
.MagazineArticleTopMedia .articleHeaderInfo .moreArticleDetails .author-area a,
.MagazineArticleTopMedia .articleHeaderInfo .moreArticleDetails .author-area a:hover {
  color: initial;
}
.MagazineArticleTopMedia .articleHeaderInfo .moreArticleDetails .date {
  font-weight: 340;
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .MagazineArticleTopMedia .articleHeaderInfo,
  .MagazineArticleTopMedia .subTitle,
  .MagazineArticleTopMedia .author-area,
  .MagazineArticleTopMedia .author-area a,
  .MagazineArticleTopMedia .author-area a:hover {
    color: #fff !important;
    border-color: #fff !important;
  }
  .MagazineArticleTopMedia .ImageDetails,
  .MagazineArticleTopMedia .videoDetails {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
  }
}
.ArticleTitleImg {
  margin: 0 auto;
  margin-right: -3.90625vw !important;
  margin-left: -3.90625vw !important;
  width: calc(100% + 7.8125vw);
  display: block;
}
.special_audio {
  padding: 0 ! important;
}
.AudioBodyBepoComponent {
  height: auto;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
  align-items: flex-end;
}
.AudioBodyBepoComponent .signup-for-podcast.bepo {
  margin-top: 5vw;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  height: unset;
}
.AudioBodyBepoComponent .signup-for-podcast.bepo .category-icon {
  width: 8.75vw;
  height: 8.75vw;
  aspect-ratio: 1;
  border-radius: 0.46875vw;
}
.AudioBodyBepoComponent .signup-for-podcast.bepo .signup-for-podcast-title-rpf {
  color: #25262B;
  text-align: right;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 220;
  line-height: 120%;
}
.AudioBodyBepoComponent .signup-for-podcast.bepo .signup-for-podcast-buttons {
  gap: 1.25vw;
  justify-content: flex-start;
}
.AudioBodyBepoComponent .signup-for-podcast.bepo .podcast-signup-btn {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.25vw;
  height: 6.25vw;
  margin: 0 !important;
}
.AudioBodyBepoComponent .signup-for-podcast.bepo .podcast-signup-btn.spotify-signup-btn {
  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='M12 0.351074C18.6274 0.351074 24 5.72366 24 12.3511C24 18.9785 18.6274 24.3511 12 24.3511C5.37258 24.3511 0 18.9785 0 12.3511C0 5.72366 5.37258 0.351074 12 0.351074ZM16.6714 16.5962C14.0767 14.9198 10.7823 14.5528 6.99023 15.4434H6.9873C6.68937 15.5489 6.44193 15.8633 6.54053 16.2285L6.5874 16.3442C6.71634 16.6033 6.98372 16.7915 7.28906 16.7002C10.7819 15.8619 13.727 16.1771 16.0723 17.6963C16.334 17.8794 16.6338 17.8224 16.8384 17.5952L16.9204 17.4868C17.0511 17.2119 17.0296 16.8563 16.7886 16.6665L16.6714 16.5962ZM17.918 13.5566C14.824 11.5659 10.3324 10.9889 6.68994 12.1416C6.29135 12.2467 6.09248 12.7189 6.19189 13.1377L6.24463 13.2842C6.38023 13.5583 6.68455 13.7079 6.98877 13.687L7.13965 13.6621C10.2831 12.6143 14.3751 13.1376 17.0698 14.8662C17.3756 15.0956 17.7582 15.004 18.0161 14.7314L18.1187 14.6055C18.368 14.2387 18.2173 13.7138 17.918 13.5566ZM19.166 10.0454C15.4732 7.74029 9.63364 7.53151 6.09082 8.63184C5.64258 8.78944 5.34416 9.31267 5.49316 9.83594L5.56494 10.0059C5.7387 10.3259 6.08433 10.5354 6.4541 10.5024L6.64014 10.4658C9.68399 9.47028 15.0244 9.6791 18.2183 11.6699L18.3926 11.749C18.8114 11.8893 19.2963 11.7285 19.5146 11.4077C19.7325 10.9952 19.6456 10.4634 19.3198 10.1611L19.166 10.0454Z' fill='%231ED660'/%3E %3Cpath d='M16.6713 16.5962C14.0766 14.9199 10.7822 14.5528 6.99013 15.4434H6.9872C6.68927 15.549 6.44183 15.8634 6.54043 16.2286L6.5873 16.3443C6.71624 16.6033 6.98362 16.7916 7.28896 16.7003C10.7818 15.862 13.7269 16.1771 16.0722 17.6963C16.3339 17.8794 16.6337 17.8225 16.8383 17.5953L16.9203 17.4869C17.051 17.212 17.0295 16.8564 16.7885 16.6666L16.6713 16.5962ZM17.9179 13.5567C14.8239 11.566 10.3323 10.989 6.68984 12.1417C6.29125 12.2468 6.09238 12.7189 6.19179 13.1378L6.24453 13.2842C6.38013 13.5583 6.68445 13.708 6.98867 13.6871L7.13955 13.6622C10.283 12.6144 14.375 13.1376 17.0697 14.8663C17.3755 15.0956 17.7581 15.0041 18.016 14.7315L18.1186 14.6055C18.3679 14.2387 18.2172 13.7139 17.9179 13.5567ZM19.1659 10.0455C15.4731 7.74035 9.63354 7.53157 6.09072 8.63189C5.64248 8.78949 5.34406 9.31273 5.49306 9.83599L5.56484 10.0059C5.7386 10.326 6.08423 10.5355 6.454 10.5025L6.64004 10.4659C9.68389 9.47034 15.0243 9.67915 18.2182 11.67L18.3925 11.7491C18.8113 11.8893 19.2962 11.7285 19.5145 11.4078C19.7324 10.9953 19.6455 10.4634 19.3197 10.1612L19.1659 10.0455Z' fill='%231E1E1E'/%3E %3C/svg%3E");
}
.AudioBodyBepoComponent .signup-for-podcast.bepo .podcast-signup-btn.apple-podcasts-signup-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='28' viewBox='0 0 24 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M11.7937 15.8562C13.2871 15.7911 14.8378 16.3569 14.9636 18.0389C15.0948 19.7976 14.6731 22.5965 14.3672 24.3744C14.1201 25.808 14.0384 27.2209 12.246 27.352C10.4047 27.4861 10.0179 26.5056 9.72044 24.9524C9.36271 23.0864 8.80824 19.3943 9.08588 17.5965V17.5981C9.26818 16.4144 10.7578 15.9014 11.7937 15.8562Z' fill='%238A38F5'/%3E %3Cpath d='M2.34995 5.71667C7.47109 -1.18154 17.9247 -0.689339 22.3136 6.71562C26.2143 13.2987 23.0466 21.8184 15.914 24.2862L15.789 24.198C15.7318 24.0133 15.9103 22.7966 16.0392 22.6471C16.1949 22.4654 17.1703 22.0376 17.4701 21.8537C18.0383 21.5049 18.5966 21.0817 19.0863 20.6294C27.0396 13.288 19.8918 0.020549 9.39784 2.69841C0.449952 4.98222 -1.32344 17.0959 6.60998 21.9119C6.85178 22.0583 7.85633 22.513 7.95091 22.6196C8.06608 22.7485 8.27351 23.9871 8.23158 24.1352C8.21862 24.1812 8.16522 24.2494 8.12327 24.2701C8.04929 24.3076 7.31243 23.9979 7.16827 23.9343C0.185269 20.8616 -2.24717 11.9103 2.34995 5.71667Z' fill='%238A38F5'/%3E %3Cpath d='M5.56425 8.0657C8.80595 3.6744 15.3977 3.76174 18.5502 8.209C21.1809 11.9203 20.2251 17.1204 16.451 19.5982L16.3061 19.5085V17.8641C21.2724 13.3003 17.1421 4.97692 10.4725 6.53856C5.34455 7.73989 3.81067 14.382 7.71598 17.8641H7.71672V19.5085L7.57177 19.5982C3.71758 17.0836 2.813 11.7923 5.56425 8.0657Z' fill='%238A38F5'/%3E %3Cpath d='M11.9973 9.10373C13.5388 9.10374 14.789 10.3602 14.789 11.9096C14.789 13.459 13.5388 14.7155 11.9973 14.7155C10.4558 14.7155 9.20558 13.459 9.20558 11.9096C9.20558 10.3602 10.4558 9.10373 11.9973 9.10373Z' fill='%238A38F5'/%3E %3C/svg%3E");
}
.AudioBodyBepoComponent .signup-for-podcast.bepo .podcast-signup-btn.youtube-podcasts-signup-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.7998 0.168945C19.7996 0.168945 21.3001 0.168685 22.3516 0.932617C22.691 1.17928 22.9897 1.47792 23.2363 1.81738C24.0003 2.86884 24 4.36936 24 7.36914V9.33301C24 12.3324 24.0001 13.8324 23.2363 14.8838C22.9897 15.2232 22.691 15.5219 22.3516 15.7686C21.3001 16.5325 19.7996 16.5332 16.7998 16.5332H7.2002C4.20041 16.5332 2.6999 16.5325 1.64844 15.7686C1.30902 15.5219 1.01029 15.2232 0.763672 14.8838C-0.000101745 13.8324 7.69271e-10 12.3324 1.20546e-10 9.33301V7.36914C1.20546e-10 4.36936 -0.000260174 2.86884 0.763672 1.81738C1.01033 1.47792 1.30897 1.17928 1.64844 0.932617C2.6999 0.168685 4.20041 0.168945 7.2002 0.168945H16.7998ZM10.5908 4.60059C10.2582 4.38453 9.81836 4.62386 9.81836 5.02051V11.6816C9.81862 12.0781 10.2583 12.3166 10.5908 12.1006L15.7178 8.77051C16.0213 8.57336 16.0213 8.12879 15.7178 7.93164L10.5908 4.60059Z' fill='%23FF0004'/%3E %3Cpath d='M10.5908 4.6007C10.2582 4.38464 9.81836 4.62398 9.81836 5.02062V11.6818C9.81862 12.0782 10.2583 12.3167 10.5908 12.1007L15.7178 8.77062C16.0213 8.57347 16.0213 8.1289 15.7178 7.93175L10.5908 4.6007Z' fill='white'/%3E %3C/svg%3E");
}
.AudioBodyBepoComponent .audioBodyBepoComponentaContent {
  height: fit-content;
  display: flex;
  flex-direction: column;
  max-width: 59.375vw;
  padding: 5vw 5vw 5vw 0;
  justify-content: center;
  box-sizing: border-box;
  z-index: 1;
}
.AudioBodyBepoComponent .audioBodyBepoComponentaContent .audioBodyBepoComponentaTitle {
  color: #25262B;
  text-align: right;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
  /* 57.6px */
  margin-bottom: 0.625vw;
  letter-spacing: -0.2vw;
}
.AudioBodyBepoComponent .audioBodyBepoComponentaContent .audioBodyBepoComponentaPresenter {
  color: rgba(37, 38, 43, 0.8);
  text-align: right;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 670;
  line-height: 115%;
  /* 32.2px */
  letter-spacing: -0.28px;
  margin-bottom: 0.5rem;
}
.AudioBodyBepoComponent .audioBodyBepoComponentaContent .audioBodyBepoComponentaPodcastDescription {
  color: #25262B;
  text-align: right;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
}
.AudioBodyBepoComponent .audioBodyBepoComponentapresenterImage {
  height: 56.25vw;
  width: auto;
  overflow: hidden;
  left: 0;
  position: absolute;
  z-index: 0;
  bottom: 0px;
}
.AudioBodyBepoComponent .audioBodyBepoComponentapresenterImage img {
  aspect-ratio: 1.05;
  height: 100%;
  width: unset;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo {
  padding: 0;
  box-sizing: border-box;
  background-color: rgba(40, 39, 39, 0.95);
  border-radius: 6.5625vw;
  margin: 5vw;
  box-shadow: 0 0.625vw 5vw 0 rgba(43, 46, 48, 0.3);
  overflow: hidden;
  margin-bottom: 5vw;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo.includeVideo .podcast-video {
  background-color: rgba(40, 39, 39, 0.95);
  position: relative;
  height: 50.625vw;
  width: 100%;
  order: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo.includeVideo .podcast-video .fp-logo {
  display: none;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo.includeVideo .podcast-video .fp-color {
  background-color: #FF0005;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo.includeVideo .podcast-video .fp-ui .fp-small-play,
.AudioBodyBepoComponent .audio-podcast-player-bepo.includeVideo .podcast-video .fp-ui .fp-play {
  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 %3Ccircle cx='30' cy='30' r='30' fill='black' fill-opacity='0.3'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 56C44.3594 56 56 44.3594 56 30C56 15.6406 44.3594 4 30 4C15.6406 4 4 15.6406 4 30C4 44.3594 15.6406 56 30 56ZM30 60C46.5685 60 60 46.5685 60 30C60 13.4315 46.5685 0 30 0C13.4315 0 0 13.4315 0 30C0 46.5685 13.4315 60 30 60Z' fill='white'/%3E %3Cpath d='M41.5329 29.1566C42.1557 29.5358 42.1557 30.4642 41.5329 30.8434L23.4345 41.8623C22.8007 42.2482 22 41.7774 22 41.0188L22 18.9812C22 18.2226 22.8007 17.7518 23.4345 18.1377L41.5329 29.1566Z' fill='white'/%3E %3C/svg%3E") !important;
  background-size: contain;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo.includeVideo .podcast-video .fp-ui .fp-small-pause,
.AudioBodyBepoComponent .audio-podcast-player-bepo.includeVideo .podcast-video .fp-ui .fp-pause {
  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 %3Ccircle cx='30' cy='30' r='30' fill='black' fill-opacity='0.3'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 56C44.3594 56 56 44.3594 56 30C56 15.6406 44.3594 4 30 4C15.6406 4 4 15.6406 4 30C4 44.3594 15.6406 56 30 56ZM30 60C46.5685 60 60 46.5685 60 30C60 13.4315 46.5685 0 30 0C13.4315 0 0 13.4315 0 30C0 46.5685 13.4315 60 30 60Z' fill='white'/%3E %3Cpath d='M27.3184 18C27.5945 18 27.8184 18.2239 27.8184 18.5V41.5C27.8184 41.7761 27.5945 42 27.3184 42H22.5C22.2239 42 22 41.7761 22 41.5V18.5C22 18.2239 22.2239 18 22.5 18H27.3184ZM37.5 18C37.7761 18 38 18.2239 38 18.5V41.5C38 41.7761 37.7761 42 37.5 42H32.6816C32.4056 41.9998 32.1816 41.776 32.1816 41.5V18.5C32.1816 18.224 32.4056 18.0002 32.6816 18H37.5Z' fill='white'/%3E %3C/svg%3E") !important;
  background-size: contain;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo.includeVideo .podcast-video .fp-ui .fp-small-play,
.AudioBodyBepoComponent .audio-podcast-player-bepo.includeVideo .podcast-video .fp-ui .fp-small-pause {
  width: 2.25em;
  height: 2.25em;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .audio-podcast-player-container {
  display: flex;
  flex-wrap: wrap;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .audio-podcast-player-container .podcast-text {
  color: #DDD;
  text-align: right;
  font-size: 1rem;
  font-style: normal;
  font-weight: 340;
  line-height: 145%;
  transition: max-height 0.35s ease;
  order: 2;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .audio-podcast-player-container .podcast-text.collapsed {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .audio-podcast-player-container .podcast-text.expanded {
  height: auto;
  overflow: visible;
  padding: 5vw;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .aod-floating-player-wrapper {
  width: 100%;
  background-color: #282727;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .aod-floating-player-wrapper .aod-player-durations {
  color: #bbb;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .aod-floating-player-wrapper .aod-player-copy-link-btn,
.AudioBodyBepoComponent .audio-podcast-player-bepo .aod-floating-player-wrapper .aod-player-copy-link-btn:hover {
  background-color: transparent ! important;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .aod-floating-player-wrapper .aod-player-copy-btn-wrapper {
  margin-left: 2.5vw ! important;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .aod-floating-player-wrapper .aod-player-close-sign {
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg style='mix-blend-mode:luminosity' filter='url(%23filter0_dd_1192_721)'%3E %3Cpath d='M27.2118 12.93C31.1163 16.8347 31.1156 23.1655 27.2104 27.0707C23.3052 30.9756 16.9743 30.9765 13.0696 27.0721C9.16501 23.1675 9.16541 16.8359 13.0703 12.9306C16.9756 9.02539 23.307 9.02522 27.2118 12.93ZM22.5085 16.7493L20.0758 19.182L17.6541 16.7603L16.6252 17.7892L19.0469 20.2109L16.6362 22.6216L17.6755 23.6609L20.0862 21.2502L22.4975 23.6615L23.5264 22.6326L21.1151 20.2213L23.5478 17.7886L22.5085 16.7493Z' fill='%23AFAFAF'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_dd_1192_721' x='0.141357' y='0.00146484' width='39.9984' height='39.9983' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset/%3E %3CfeGaussianBlur stdDeviation='5'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0.133333 0 0 0 0 0.152941 0 0 0 0 0.156863 0 0 0 1 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1192_721'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset/%3E %3CfeGaussianBlur stdDeviation='5'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0.133333 0 0 0 0 0.152941 0 0 0 0 0.156863 0 0 0 1 0'/%3E %3CfeBlend mode='normal' in2='effect1_dropShadow_1192_721' result='effect2_dropShadow_1192_721'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_1192_721' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E") !important;
  margin: 0;
  width: 9.375vw;
  height: 9.375vw;
  background-size: contain;
}
.AudioBodyBepoComponent .podcast-image {
  background-color: rgba(40, 39, 39, 0.95);
  position: relative;
  height: auto;
  min-height: 46.875vw;
  width: 100%;
  overflow: hidden;
  order: 1;
}
.AudioBodyBepoComponent .podcast-image .signup-for-podcast {
  position: absolute;
  bottom: 2.5vw;
  left: 2.5vw;
  border-radius: 8vw;
  background: #1e2322;
  display: flex;
  height: 12vw;
  padding: 2vw 2vw 2vw 3vw;
  align-items: center;
  gap: 3vw;
}
.AudioBodyBepoComponent .podcast-image .signup-for-podcast .podcast-signup-btn {
  height: 8vw;
  width: 8vw;
}
.AudioBodyBepoComponent .podcast-image .signup-for-podcast .signup-for-podcast-title-rpf {
  display: none;
}
.AudioBodyBepoComponent .podcast-image img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.AudioBodyBepoComponent .podcast-image .audio-play-button-bepo {
  position: absolute;
  bottom: 2.5vw;
  right: 2.5vw;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.AudioBodyBepoComponent .podcast-image .audio-play-button-bepo .audio-play-button-status {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: contain;
  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 %3Ccircle cx='30' cy='30' r='30' fill='black' fill-opacity='0.3'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 56C44.3594 56 56 44.3594 56 30C56 15.6406 44.3594 4 30 4C15.6406 4 4 15.6406 4 30C4 44.3594 15.6406 56 30 56ZM30 60C46.5685 60 60 46.5685 60 30C60 13.4315 46.5685 0 30 0C13.4315 0 0 13.4315 0 30C0 46.5685 13.4315 60 30 60Z' fill='white'/%3E %3Cpath d='M41.5329 29.1566C42.1557 29.5358 42.1557 30.4642 41.5329 30.8434L23.4345 41.8623C22.8007 42.2482 22 41.7774 22 41.0188L22 18.9812C22 18.2226 22.8007 17.7518 23.4345 18.1377L41.5329 29.1566Z' fill='white'/%3E %3C/svg%3E");
}
.AudioBodyBepoComponent .podcast-image .audio-play-button-bepo .audio-play-button-status.pause {
  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 %3Ccircle cx='30' cy='30' r='30' fill='black' fill-opacity='0.3'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 56C44.3594 56 56 44.3594 56 30C56 15.6406 44.3594 4 30 4C15.6406 4 4 15.6406 4 30C4 44.3594 15.6406 56 30 56ZM30 60C46.5685 60 60 46.5685 60 30C60 13.4315 46.5685 0 30 0C13.4315 0 0 13.4315 0 30C0 46.5685 13.4315 60 30 60Z' fill='white'/%3E %3Cpath d='M27.3184 18C27.5945 18 27.8184 18.2239 27.8184 18.5V41.5C27.8184 41.7761 27.5945 42 27.3184 42H22.5C22.2239 42 22 41.7761 22 41.5V18.5C22 18.2239 22.2239 18 22.5 18H27.3184ZM37.5 18C37.7761 18 38 18.2239 38 18.5V41.5C38 41.7761 37.7761 42 37.5 42H32.6816C32.4056 41.9998 32.1816 41.776 32.1816 41.5V18.5C32.1816 18.224 32.4056 18.0002 32.6816 18H37.5Z' fill='white'/%3E %3C/svg%3E");
}
.AudioBodyBepoComponent .podcast-container-details {
  display: flex;
  color: #EEE;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 0;
  align-self: stretch;
  order: 0;
  padding: 5vw;
  box-sizing: border-box;
}
.AudioBodyBepoComponent .podcast-container-details .podcast-title {
  text-align: right;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 670;
  line-height: 125%;
  margin-bottom: 0.5rem;
}
.AudioBodyBepoComponent .podcast-container-details .podcast-subtitle {
  color: #EEE;
  text-align: right;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 0.5rem;
}
.AudioBodyBepoComponent .podcast-container-details .podcast-subtitle .skimlinks-unlinked {
  word-break: break-word;
}
.AudioBodyBepoComponent .podcast-container-details .podcast-details {
  position: relative;
  width: 100%;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 220;
  line-height: 125%;
  color: #B5B5B5;
  display: flex;
  gap: 1.25vw;
  align-items: center;
  height: 6.25vw;
}
.AudioBodyBepoComponent .podcast-container-details .podcast-details .toggle-description {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  padding: 0.9375vw 1.5625vw 0.9375vw 0.9375vw;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 0.9375vw;
  font-size: 2.96875vw;
  font-weight: 500;
  color: #231E1E;
  border-radius: 9.375vw;
  border: 0;
  cursor: pointer;
}
.AudioBodyBepoComponent .podcast-container-details .podcast-details .toggle-description .icon {
  width: 4.0625vw;
  height: 4.0625vw;
  border-radius: 7.8125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.AudioBodyBepoComponent .podcast-container-details .podcast-details .toggle-description .icon.expanded {
  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 %3Cg style='mix-blend-mode:luminosity'%3E %3Cpath d='M10.999 0C17.0738 0 21.999 4.92487 21.999 11C21.9988 17.0749 17.0737 22 10.999 22C4.92455 21.9998 0.000254459 17.0748 0 11C0 4.92501 4.92439 0.000220612 10.999 0ZM7.31641 11.8613L8.45996 13.0039L11.1123 10.3525L13.7646 13.0049L14.8965 11.873L11.1006 8.07715L7.31641 11.8613Z' fill='%23231E1E'/%3E %3C/g%3E %3C/svg%3E");
}
.AudioBodyBepoComponent .podcast-container-details .podcast-details .toggle-description .icon.collapsed {
  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 style='mix-blend-mode:luminosity'%3E %3Cpath d='M10 0C15.5222 0.000144316 19.9989 4.47735 19.999 10C19.999 15.5228 15.5223 19.9999 10 20C4.47757 20 0 15.5228 0 10C0.000125644 4.47726 4.47765 0 10 0ZM9.375 6.02734V9.46777H5.9502V10.9229H9.375V14.332H10.8447V10.9229H14.2549V9.46777H10.8447V6.02734H9.375Z' fill='%23231E1E'/%3E %3C/g%3E %3C/svg%3E");
}
.AudioBodyBepoComponent .SiteArticleSocialShareNew1280 {
  width: fit-content;
  gap: 0.625vw;
  display: flex;
}
.AudioBodyBepoComponent .SiteArticleSocialShareNew1280 button,
.AudioBodyBepoComponent .SiteArticleSocialShareNew1280 .frontCopyButton-pf {
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0;
}
.AudioBodyBepoComponent .SiteArticleSocialShareNew1280 .wa {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M5 7.03417C5 8.07146 5.6969 9.07371 5.80204 9.22492L5.80387 9.22755C5.81032 9.23683 5.82188 9.25468 5.8384 9.2802C6.07419 9.6444 7.32093 11.5701 9.16597 12.429C9.63552 12.648 10.0027 12.778 10.2877 12.8753C10.7598 13.0366 11.1883 13.0136 11.5277 12.9601C11.9062 12.8982 12.6924 12.4464 12.8567 11.9514C13.0204 11.4557 13.0204 11.0316 12.9717 10.9433C12.9318 10.8728 12.8399 10.8249 12.7043 10.7542C12.6702 10.7364 12.6333 10.7172 12.5938 10.6958C12.3973 10.5895 11.4291 10.0764 11.2483 10.0062C11.0688 9.93527 10.9368 9.89981 10.8059 10.1119C10.6745 10.3239 10.2978 10.8015 10.1828 10.9433C10.0684 11.0844 9.95341 11.1025 9.75686 10.9969C9.72465 10.9795 9.68077 10.9589 9.62662 10.9336C9.34921 10.8038 8.80224 10.548 8.17314 9.94431C7.58856 9.38188 7.19358 8.68737 7.07919 8.47534C6.96417 8.2626 7.06655 8.14859 7.16514 8.04292C7.22616 7.97723 7.29681 7.88442 7.36691 7.79232C7.39845 7.75089 7.42988 7.70959 7.46027 7.67098C7.54432 7.56549 7.5806 7.48526 7.6298 7.37645C7.63831 7.35762 7.64721 7.33794 7.65682 7.31712C7.72191 7.17599 7.68968 7.05155 7.64102 6.94588C7.60763 6.87431 7.41626 6.37256 7.24517 5.92398C7.1637 5.71039 7.08668 5.50845 7.03369 5.37124C6.89303 5.00834 6.74982 5.00834 6.63555 5.00834C6.61975 5.00834 6.60521 5.00834 6.59067 5.00764C6.47629 5.00139 6.34484 5 6.21402 5C6.08257 5 5.86896 5.05283 5.68885 5.26557C5.67727 5.27919 5.66434 5.29406 5.65028 5.31024C5.4454 5.54579 5 6.05791 5 7.03417Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.381285 17.1353C0.30049 17.4315 0.569814 17.7046 0.867142 17.6278L4.65023 16.6516C5.93318 17.3825 7.41783 17.8 9 17.8C13.8601 17.8 17.8 13.8601 17.8 9C17.8 4.13989 13.8601 0.199997 9 0.199997C4.13989 0.199997 0.199997 4.13989 0.199997 9C0.199997 10.6139 0.634433 12.1263 1.39274 13.4266L0.381285 17.1353ZM2.01502 16.0097L2.76888 13.2455L2.49846 12.7818C1.8512 11.6719 1.48 10.3812 1.48 9C1.48 4.84682 4.84682 1.48 9 1.48C13.1532 1.48 16.52 4.84682 16.52 9C16.52 13.1532 13.1532 16.52 9 16.52C7.64581 16.52 6.37883 16.1632 5.28384 15.5394L4.8329 15.2825L2.01502 16.0097Z' fill='white'/%3E %3C/svg%3E") !important;
  order: 2;
}
.AudioBodyBepoComponent .SiteArticleSocialShareNew1280 .fb {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M11.0421 0.199798C12.6505 0.199798 14 0.199997 14 0.199997V2.49344C14 2.49344 13.6477 2.50186 12.7736 2.50326L12.3648 2.50467C10.3123 2.50467 10.6122 3.60292 10.6122 4.71617L10.6107 6.71945H13.6477L13.1408 9.37953L10.6106 9.37813L10.6114 13.9205L10.6122 17.8H7.89293V13.9205L7.89288 9.37813L4 9.37953L4.00005 6.71945H7.89293V4.55332C7.89293 1.06269 10.1677 0.199798 11.0421 0.199798Z' fill='white'/%3E %3C/svg%3E") !important;
  order: 1;
}
.AudioBodyBepoComponent .SiteArticleSocialShareNew1280 .frontCopyButton-pf {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.51097 13.068L6.2267 14.3147C5.88994 14.6511 5.43319 14.8401 4.95694 14.8401C4.48069 14.8401 4.02394 14.6511 3.68718 14.3147C3.35042 13.9783 3.16123 13.522 3.16123 13.0462C3.16123 12.5704 3.35042 12.1142 3.68718 11.7777L6.9813 8.47966C7.30463 8.15561 7.74027 7.96812 8.1981 7.95598C8.65594 7.94383 9.10092 8.10797 9.44101 8.41443L9.52808 8.48691C9.66567 8.62148 9.85113 8.69594 10.0437 8.6939C10.2362 8.69186 10.4201 8.61349 10.5548 8.47604C10.6895 8.33858 10.764 8.1533 10.762 7.96095C10.7599 7.7686 10.6815 7.58494 10.5439 7.45037C10.5027 7.39765 10.4591 7.34686 10.4133 7.29815C9.79389 6.75982 8.99284 6.47679 8.17238 6.5064C7.35193 6.53601 6.5734 6.87604 5.99451 7.45762L2.65686 10.7557C2.08972 11.3724 1.78299 12.1841 1.80073 13.0214C1.81848 13.8587 2.15932 14.6567 2.75208 15.2489C3.34484 15.841 4.14369 16.1815 4.98179 16.1993C5.81989 16.217 6.63245 15.9106 7.24976 15.344L8.50501 14.119C8.62895 13.9839 8.69708 13.807 8.6957 13.6237C8.69431 13.4405 8.62351 13.2646 8.49755 13.1314C8.37158 12.9982 8.19979 12.9176 8.01675 12.9059C7.8337 12.8941 7.65299 12.952 7.51097 13.068ZM15.2674 2.74609C14.657 2.14012 13.8315 1.8 12.9709 1.8C12.1104 1.8 11.2849 2.14012 10.6745 2.74609L9.41924 3.97109C9.2953 4.10616 9.22717 4.28312 9.22855 4.46635C9.22994 4.64959 9.30074 4.8255 9.4267 4.95869C9.55267 5.09188 9.72446 5.17247 9.90751 5.18423C10.0905 5.196 10.2713 5.13808 10.4133 5.02212L11.6685 3.77538C12.0053 3.43895 12.462 3.24995 12.9383 3.24995C13.4145 3.24995 13.8713 3.43895 14.208 3.77538C14.5448 4.1118 14.734 4.56809 14.734 5.04387C14.734 5.51964 14.5448 5.97593 14.208 6.31236L10.9139 9.61043C10.5906 9.93448 10.155 10.122 9.69713 10.1341C9.23929 10.1463 8.7943 9.98212 8.45422 9.67567L8.36715 9.60318C8.22956 9.46861 8.04409 9.39416 7.85155 9.3962C7.65901 9.39823 7.47516 9.4766 7.34046 9.61405C7.20576 9.75151 7.13123 9.93679 7.13327 10.1291C7.13531 10.3215 7.21375 10.5051 7.35134 10.6397C7.4043 10.6933 7.46 10.7441 7.51823 10.7919C8.13836 11.3287 8.93907 11.6106 9.75903 11.581C10.579 11.5514 11.3572 11.2125 11.937 10.6325L15.2384 7.3344C15.8488 6.72848 16.1945 5.90588 16.1999 5.04622C16.2054 4.18656 15.8701 3.35967 15.2674 2.74609Z' fill='white'/%3E %3C/svg%3E") !important;
  order: 0;
}
@media (prefers-color-scheme: dark) {
  .ynet.special_audio .AudioBodyBepoComponent .podcast-container-details .podcast-details .toggle-description span {
    color: #231E1E ! important;
  }
  .ynet #AudioBodyBepoComponent .audioBodyBepoComponentaContent .audioBodyBepoComponentaPresenter {
    color: rgba(37, 38, 43, 0.8) !important;
  }
  .ynet #AudioBodyBepoComponent .audioBodyBepoComponentaContent .audioBodyBepoComponentaTitle,
  .ynet #AudioBodyBepoComponent .audioBodyBepoComponentaContent .audioBodyBepoComponentaPodcastDescription,
  .AudioBodyBepoComponent .signup-for-podcast.bepo .signup-for-podcast-title-rpf {
    color: #25262B !important;
  }
}
.moses {
  font-family: 'moses';
}
.AudioFooterComponenta {
  background-color: #2a2323;
  padding: 10.15625vw 3.90625vw 10.15625vw 3.90625vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  flex-direction: row-reverse;
  gap: 10vw;
}
.AudioFooterComponenta .logo-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  direction: ltr;
  gap: 0.3rem;
}
.AudioFooterComponenta .logo-container .logo-image {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: fit-content;
  max-width: 50vw;
}
.AudioFooterComponenta .logo-container .logo-image img {
  max-width: 100%;
}
.AudioFooterComponenta .logo-container .logo-text-pf {
  color: #DDD;
  font-size: 11px;
  font-style: normal;
  align-self: start;
  display: flex;
  font-weight: 340;
}
.AudioFooterComponenta .logo-container .ynetLogoInFooter-pf,
.AudioFooterComponenta .logo-container .biziLogoInFooter-pf {
  text-decoration: none;
  background-color: transparent;
  background-repeat: no-repeat;
  height: 15px;
  background-size: contain;
  display: inline-block;
  margin: 0 3px;
}
.AudioFooterComponenta .logo-container .ynetLogoInFooter-pf {
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='16' viewBox='0 0 39 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8 0C12.4184 0 16.0008 3.58171 16.001 8C16.0011 12.4183 12.4193 15.9999 8.00098 16C3.58253 16 0.00013591 12.4183 0 8C-9.00318e-05 3.58182 3.58172 0.000165438 8 0ZM5.20801 3.09277C4.99681 3.09277 4.8354 3.25331 4.91699 3.49609L6.98535 9.97559C7.06721 10.2183 7.17808 10.3135 7.4209 10.3135H7.9707C7.93896 10.4748 7.77718 11.1844 7.69531 11.2822C7.5025 11.961 7.16191 12.4292 6.59668 12.7197L6.37012 12.833C6.19315 12.9307 6.07903 13.1554 6.17676 13.335L6.51465 13.998C6.61239 14.1907 6.82143 14.2566 7.00098 14.1748L7.35742 14.0137C8.21319 13.6254 8.84476 12.883 9.16699 11.6865L11.3799 3.5127V3.51465C11.4431 3.25603 11.2983 3.09482 11.0898 3.09473H10.1201C9.90905 3.0948 9.73224 3.2085 9.68457 3.43262L8.48828 8.31152C8.37473 8.7631 8.29552 9.16752 8.22949 9.45801C8.21365 9.12003 8.16582 8.79479 8.08398 8.47266L6.72656 3.44922C6.66317 3.22208 6.49892 3.09277 6.27441 3.09277H5.20801Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.4797 12.2075V5.40915C24.4797 3.9169 23.5262 2.92383 22.0339 2.92383C21.0012 2.92383 20.1639 3.32264 19.3293 4.29458L19.1312 3.39923C19.0705 3.16153 18.9331 3.04268 18.6531 3.04268H18.0562C17.8185 3.04268 17.5993 3.20115 17.5993 3.45998V12.2075C17.5993 12.4452 17.8185 12.6459 18.0562 12.6459H18.9701C19.2078 12.6459 19.4085 12.4478 19.4085 12.2075V6.81952C19.4085 5.48838 20.3435 4.47418 21.5347 4.47418C22.3509 4.47418 22.6678 4.87299 22.6678 5.80532V12.2075C22.6678 12.4452 22.8871 12.6459 23.1248 12.6459H24.0386C24.2764 12.6459 24.4771 12.4478 24.4771 12.2075H24.4797Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.6829 7.85241C32.6829 4.21555 31.0929 2.92139 29.0856 2.92139C26.8775 2.92139 25.4274 4.80981 25.4274 7.79166C25.4274 11.0508 26.9593 12.7412 29.6614 12.7412C30.8341 12.7412 31.5102 12.5616 32.1256 12.2843C32.3634 12.1839 32.4637 11.9858 32.3845 11.7481L32.1653 11.1116C32.086 10.8924 31.9275 10.7339 31.6291 10.8343C31.0533 11.0139 30.5145 11.1723 29.7591 11.1723C28.0106 11.1723 27.3925 10.1396 27.3133 8.29084H32.2445C32.4822 8.29084 32.6829 8.09275 32.6829 7.85241ZM30.8341 6.93857H27.3159C27.514 4.87055 28.4305 4.37402 29.1437 4.37402C30.3771 4.37402 30.7945 5.66554 30.8341 6.93857Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.1286 12.0673L38.0283 11.4519C37.9886 11.2142 37.7905 11.0954 37.5713 11.135C37.3917 11.1746 37.1144 11.2142 36.9559 11.2142C36.499 11.2142 36.2798 10.9765 36.2798 10.4377V4.45287H37.4129C37.6506 4.45287 37.8302 4.25478 37.8302 4.01443V3.47828C37.8302 3.24058 37.6506 3.03985 37.4129 3.03985H36.2798V0.536043C36.2798 0.179488 36.0209 0.158359 35.7224 0.237593L34.8271 0.496426C34.6078 0.557172 34.489 0.755258 34.489 1.01409V3.04249H33.4166C33.1578 3.04249 32.9993 3.24058 32.9993 3.48092V4.01708C32.9993 4.25478 33.1578 4.45551 33.4166 4.45551H34.489V10.7388C34.489 12.0699 35.144 12.7461 36.5571 12.7461C37.0352 12.7461 37.5106 12.6853 37.8302 12.5876C38.1075 12.5084 38.1682 12.3103 38.1286 12.0699V12.0673Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3C/svg%3E");
  width: 35px;
}
.AudioFooterComponenta .logo-container .biziLogoInFooter-pf {
  background-image: url("data:image/svg+xml,%3Csvg width='91' height='16' viewBox='0 0 91 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M88.4497 9.57758C88.4497 9.39837 88.4161 9.23037 88.3489 9.07357C88.2817 8.9093 88.1884 8.76743 88.0689 8.64796C87.9495 8.52849 87.8113 8.43515 87.6545 8.36795C87.4977 8.29328 87.326 8.25595 87.1393 8.25595C86.9601 8.25595 86.7921 8.28955 86.6353 8.35675C86.4785 8.42395 86.3404 8.51729 86.2209 8.63676C86.1089 8.75623 86.0155 8.8981 85.9409 9.06237C85.8737 9.21917 85.8401 9.38717 85.8401 9.56638C85.8401 9.74558 85.8737 9.91358 85.9409 10.0704C86.0081 10.2272 86.1014 10.3653 86.2209 10.4848C86.3404 10.5968 86.4785 10.6901 86.6353 10.7648C86.7996 10.832 86.9713 10.8656 87.1505 10.8656C87.3297 10.8656 87.4977 10.832 87.6545 10.7648C87.8113 10.6976 87.9457 10.6043 88.0577 10.4848C88.1772 10.3653 88.2705 10.2272 88.3377 10.0704C88.4124 9.91358 88.4497 9.74931 88.4497 9.57758ZM85.8961 3.13745V7.25913C86.374 6.75885 86.9713 6.50872 87.6881 6.50872C88.1137 6.50872 88.502 6.59085 88.8529 6.75512C89.2113 6.91192 89.5137 7.12846 89.7601 7.40473C90.014 7.67354 90.2119 7.99461 90.3538 8.36795C90.4956 8.73383 90.5666 9.12583 90.5666 9.54398C90.5666 9.96958 90.4919 10.3691 90.3426 10.7424C90.2007 11.1157 89.9991 11.4405 89.7377 11.7168C89.4764 11.9931 89.1665 12.2134 88.8081 12.3776C88.4572 12.5344 88.0764 12.6128 87.6657 12.6128C86.919 12.6128 86.3292 12.3403 85.8961 11.7952V12.4336H83.8689V3.13745H85.8961Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3Cpath d='M78.4031 6.68799V9.92485C78.4031 10.6342 78.7466 10.9889 79.4335 10.9889C80.1205 10.9889 80.4639 10.6342 80.4639 9.92485V6.68799H82.4912V10.3169C82.4912 11.0934 82.2336 11.6758 81.7184 12.0641C81.2106 12.4524 80.449 12.6465 79.4335 12.6465C78.418 12.6465 77.6527 12.4524 77.1375 12.0641C76.6297 11.6758 76.3759 11.0934 76.3759 10.3169V6.68799H78.4031Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3Cpath d='M74.9922 3.13745V12.4336H72.9649V3.13745H74.9922Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3Cpath d='M71.8093 8.54723C71.4584 8.30829 71.1037 8.18882 70.7453 8.18882C70.5512 8.18882 70.3682 8.22242 70.1965 8.28962C70.0322 8.35682 69.8866 8.45389 69.7597 8.58083C69.6327 8.7003 69.5319 8.8459 69.4573 9.01764C69.3901 9.18191 69.3565 9.36858 69.3565 9.57765C69.3565 9.77925 69.3901 9.96592 69.4573 10.1377C69.5319 10.3019 69.629 10.4475 69.7485 10.5745C69.8754 10.6939 70.0247 10.7873 70.1965 10.8545C70.3682 10.9217 70.5512 10.9553 70.7453 10.9553C71.1261 10.9553 71.4808 10.8246 71.8093 10.5633V12.2881C71.309 12.5046 70.8349 12.6129 70.3869 12.6129C69.9687 12.6129 69.5693 12.542 69.1885 12.4001C68.8151 12.2582 68.4829 12.0566 68.1917 11.7953C67.9079 11.5265 67.6802 11.2091 67.5084 10.8433C67.3367 10.4699 67.2508 10.0555 67.2508 9.60005C67.2508 9.14457 67.333 8.73017 67.4972 8.35683C67.6615 7.97602 67.8855 7.65121 68.1693 7.38241C68.453 7.10613 68.789 6.89333 69.1773 6.74399C69.573 6.58719 69.9949 6.50879 70.4429 6.50879C70.9357 6.50879 71.3912 6.61332 71.8093 6.8224V8.54723Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3Cpath d='M61.501 9.54398C61.501 9.73065 61.5346 9.90612 61.6018 10.0704C61.669 10.2272 61.7586 10.3653 61.8706 10.4848C61.99 10.6043 62.1282 10.6976 62.285 10.7648C62.4493 10.832 62.6247 10.8656 62.8114 10.8656C62.9906 10.8656 63.1586 10.832 63.3154 10.7648C63.4797 10.6976 63.6178 10.6043 63.7298 10.4848C63.8493 10.3653 63.9426 10.2272 64.0098 10.0704C64.0845 9.91358 64.1218 9.74558 64.1218 9.56638C64.1218 9.38717 64.0845 9.21917 64.0098 9.06237C63.9426 8.8981 63.8493 8.75623 63.7298 8.63676C63.6178 8.51729 63.4797 8.42395 63.3154 8.35675C63.1586 8.28955 62.9906 8.25595 62.8114 8.25595C62.6322 8.25595 62.4605 8.28955 62.2962 8.35675C62.1394 8.42395 62.0012 8.51729 61.8818 8.63676C61.7698 8.75623 61.6764 8.89436 61.6018 9.05117C61.5346 9.2005 61.501 9.36477 61.501 9.54398ZM64.0546 3.13745H66.093V12.4336H64.0546V11.7952C63.6215 12.3403 63.0354 12.6128 62.2962 12.6128C61.878 12.6128 61.4935 12.5344 61.1426 12.3776C60.7916 12.2208 60.4855 12.0043 60.2241 11.728C59.9628 11.4517 59.7575 11.1269 59.6081 10.7536C59.4663 10.3803 59.3953 9.97705 59.3953 9.54398C59.3953 9.1333 59.4625 8.74503 59.5969 8.37915C59.7388 8.00581 59.9367 7.68101 60.1906 7.40473C60.4444 7.12846 60.7468 6.91192 61.0978 6.75512C61.4562 6.59085 61.8482 6.50872 62.2738 6.50872C62.9906 6.50872 63.5842 6.75885 64.0546 7.25913V3.13745Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3Cpath d='M53.6947 9.53349C53.6947 9.72763 53.7283 9.90683 53.7955 10.0711C53.8702 10.2279 53.9635 10.366 54.0755 10.4855C54.195 10.605 54.3331 10.6983 54.4899 10.7655C54.6542 10.8327 54.8259 10.8663 55.0051 10.8663C55.1843 10.8663 55.3523 10.8327 55.5091 10.7655C55.6734 10.6983 55.8115 10.605 55.9235 10.4855C56.043 10.366 56.1363 10.2279 56.2035 10.0711C56.2782 9.90683 56.3155 9.73136 56.3155 9.54469C56.3155 9.36549 56.2782 9.19748 56.2035 9.04068C56.1363 8.87641 56.043 8.73454 55.9235 8.61507C55.8115 8.4956 55.6734 8.40227 55.5091 8.33507C55.3523 8.26786 55.1843 8.23426 55.0051 8.23426C54.8259 8.23426 54.6542 8.26786 54.4899 8.33507C54.3331 8.40227 54.195 8.4956 54.0755 8.61507C53.9635 8.73454 53.8702 8.87268 53.7955 9.02948C53.7283 9.18628 53.6947 9.35429 53.6947 9.53349ZM51.5555 9.51109C51.5555 9.08548 51.6413 8.68974 51.8131 8.32387C51.9848 7.95052 52.2238 7.62945 52.5299 7.36065C52.836 7.08437 53.1982 6.86784 53.6163 6.71103C54.0419 6.55423 54.5049 6.47583 55.0051 6.47583C55.4979 6.47583 55.9534 6.55423 56.3716 6.71103C56.7972 6.86037 57.163 7.07317 57.4692 7.34945C57.7828 7.61825 58.0254 7.94306 58.1972 8.32387C58.3689 8.69721 58.4548 9.11161 58.4548 9.56709C58.4548 10.0226 58.3652 10.4407 58.186 10.8215C58.0142 11.1949 57.7753 11.5197 57.4692 11.7959C57.163 12.0647 56.7934 12.2738 56.3604 12.4231C55.9347 12.5725 55.4718 12.6471 54.9715 12.6471C54.4787 12.6471 54.0232 12.5725 53.6051 12.4231C53.187 12.2738 52.8248 12.061 52.5187 11.7847C52.22 11.5085 51.9848 11.1799 51.8131 10.7991C51.6413 10.4108 51.5555 9.9815 51.5555 9.51109Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3Cpath d='M48.5051 9.57765C48.5051 9.39845 48.4715 9.23044 48.4043 9.07364C48.3445 8.90937 48.2549 8.7675 48.1355 8.64803C48.016 8.52856 47.8741 8.43523 47.7099 8.36803C47.5531 8.29336 47.3813 8.25602 47.1947 8.25602C47.0155 8.25602 46.8474 8.28962 46.6906 8.35683C46.5338 8.42403 46.3957 8.51736 46.2762 8.63683C46.1642 8.7563 46.0709 8.89817 45.9962 9.06244C45.929 9.21924 45.8954 9.38724 45.8954 9.56645C45.8954 9.74565 45.929 9.91366 45.9962 10.0705C46.0634 10.2273 46.1568 10.3654 46.2762 10.4849C46.3957 10.5969 46.5338 10.6902 46.6906 10.7649C46.8549 10.8321 47.0267 10.8657 47.2059 10.8657C47.3851 10.8657 47.5531 10.8321 47.7099 10.7649C47.8667 10.6977 48.0011 10.6043 48.1131 10.4849C48.2325 10.3654 48.3259 10.2273 48.3931 10.0705C48.4677 9.91366 48.5051 9.74939 48.5051 9.57765ZM45.9514 15.301H43.9242V6.68799H45.9514V7.32641C46.3845 6.78133 46.9744 6.50879 47.7211 6.50879C48.1317 6.50879 48.5125 6.59092 48.8635 6.75519C49.2219 6.912 49.5318 7.12853 49.7931 7.40481C50.0544 7.68108 50.256 8.00589 50.3979 8.37923C50.5472 8.75257 50.6219 9.15204 50.6219 9.57765C50.6219 10.0033 50.5472 10.399 50.3979 10.7649C50.256 11.1307 50.0544 11.4518 49.7931 11.7281C49.5392 12.0044 49.2368 12.2209 48.8859 12.3777C48.5349 12.5345 48.1541 12.6129 47.7435 12.6129C47.0267 12.6129 46.4293 12.3665 45.9514 11.8737V15.301Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3Cpath d='M40.0179 11.3588C40.0179 11.1796 40.0515 11.0116 40.1187 10.8548C40.1859 10.6905 40.2793 10.5486 40.3987 10.4291C40.5182 10.3097 40.6563 10.2163 40.8132 10.1491C40.9774 10.0819 41.1492 10.0483 41.3284 10.0483C41.5076 10.0483 41.6756 10.0819 41.8324 10.1491C41.9966 10.2163 42.1385 10.3097 42.258 10.4291C42.3774 10.5486 42.4708 10.6905 42.538 10.8548C42.6052 11.0116 42.6388 11.1796 42.6388 11.3588C42.6388 11.538 42.6052 11.7097 42.538 11.874C42.4708 12.0308 42.3774 12.1689 42.258 12.2884C42.1385 12.4079 41.9966 12.5012 41.8324 12.5684C41.6756 12.6356 41.5076 12.6692 41.3284 12.6692C41.1492 12.6692 40.9774 12.6356 40.8132 12.5684C40.6563 12.5012 40.5182 12.4079 40.3987 12.2884C40.2793 12.1689 40.1859 12.0308 40.1187 11.874C40.0515 11.7097 40.0179 11.538 40.0179 11.3588Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3Cpath d='M38.7343 6.68846V12.4342H36.707V6.68846H38.7343ZM36.5726 4.48202C36.5726 4.32522 36.6025 4.17962 36.6622 4.04521C36.722 3.90334 36.8041 3.78014 36.9086 3.67561C37.0132 3.57107 37.1326 3.48894 37.267 3.4292C37.4089 3.36947 37.5582 3.3396 37.715 3.3396C37.8718 3.3396 38.0174 3.36947 38.1518 3.4292C38.2937 3.48894 38.4169 3.57107 38.5214 3.67561C38.626 3.78014 38.7081 3.90334 38.7679 4.04521C38.8276 4.17962 38.8575 4.32522 38.8575 4.48202C38.8575 4.63882 38.8276 4.78816 38.7679 4.93003C38.7081 5.06443 38.626 5.1839 38.5214 5.28844C38.4169 5.39297 38.2937 5.47511 38.1518 5.53484C38.0174 5.59458 37.8718 5.62444 37.715 5.62444C37.5582 5.62444 37.4089 5.59458 37.267 5.53484C37.1326 5.47511 37.0132 5.39297 36.9086 5.28844C36.8041 5.1839 36.722 5.06443 36.6622 4.93003C36.6025 4.78816 36.5726 4.63882 36.5726 4.48202Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3Cpath d='M33.0665 10.7425H35.4858V12.4337H29.6617L32.3721 8.37922H30.0313V6.68799H35.7546L33.0665 10.7425Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3Cpath d='M28.7256 6.68846V12.4342H26.6984V6.68846H28.7256ZM26.564 4.48202C26.564 4.32522 26.5939 4.17962 26.6536 4.04521C26.7133 3.90334 26.7955 3.78014 26.9 3.67561C27.0045 3.57107 27.124 3.48894 27.2584 3.4292C27.4003 3.36947 27.5496 3.3396 27.7064 3.3396C27.8632 3.3396 28.0088 3.36947 28.1432 3.4292C28.2851 3.48894 28.4083 3.57107 28.5128 3.67561C28.6174 3.78014 28.6995 3.90334 28.7592 4.04521C28.819 4.17962 28.8488 4.32522 28.8488 4.48202C28.8488 4.63882 28.819 4.78816 28.7592 4.93003C28.6995 5.06443 28.6174 5.1839 28.5128 5.28844C28.4083 5.39297 28.2851 5.47511 28.1432 5.53484C28.0088 5.59458 27.8632 5.62444 27.7064 5.62444C27.5496 5.62444 27.4003 5.59458 27.2584 5.53484C27.124 5.47511 27.0045 5.39297 26.9 5.28844C26.7955 5.1839 26.7133 5.06443 26.6536 4.93003C26.5939 4.78816 26.564 4.63882 26.564 4.48202Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3Cpath d='M23.4253 9.57782C23.4253 9.39862 23.3917 9.23061 23.3245 9.07381C23.2573 8.90954 23.164 8.76767 23.0445 8.6482C22.925 8.52873 22.7869 8.4354 22.6301 8.3682C22.4733 8.29353 22.3016 8.25619 22.1149 8.25619C21.9357 8.25619 21.7677 8.2898 21.6109 8.357C21.4541 8.4242 21.3159 8.51753 21.1965 8.637C21.0845 8.75647 20.9911 8.89834 20.9165 9.06261C20.8493 9.21941 20.8157 9.38742 20.8157 9.56662C20.8157 9.74582 20.8493 9.91383 20.9165 10.0706C20.9837 10.2274 21.077 10.3656 21.1965 10.485C21.3159 10.597 21.4541 10.6904 21.6109 10.765C21.7752 10.8322 21.9469 10.8658 22.1261 10.8658C22.3053 10.8658 22.4733 10.8322 22.6301 10.765C22.7869 10.6978 22.9213 10.6045 23.0333 10.485C23.1528 10.3656 23.2461 10.2274 23.3133 10.0706C23.388 9.91383 23.4253 9.74956 23.4253 9.57782ZM20.8717 3.1377V7.25938C21.3495 6.7591 21.9469 6.50896 22.6637 6.50896C23.0893 6.50896 23.4776 6.5911 23.8285 6.75537C24.1869 6.91217 24.4893 7.12871 24.7357 7.40498C24.9896 7.67378 25.1875 7.99486 25.3293 8.3682C25.4712 8.73407 25.5421 9.12608 25.5421 9.54422C25.5421 9.96983 25.4675 10.3693 25.3181 10.7426C25.1763 11.116 24.9747 11.4408 24.7133 11.7171C24.452 11.9933 24.1421 12.2136 23.7837 12.3779C23.4328 12.5347 23.052 12.6131 22.6413 12.6131C21.8946 12.6131 21.3047 12.3405 20.8717 11.7955V12.4339H18.8444V3.1377H20.8717Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3Cpath d='M15.8786 4.5319C16.8247 -0.017168 11.9436 9.63655e-07 11.9436 9.63655e-07H2.7686L7.24792e-05 15.8752H9.9049C11.4226 15.8752 12.7703 15.471 13.7486 14.6251C15.7576 12.8883 15.5637 10.1907 14.9437 9.17794C14.1858 7.93969 13.2451 7.76522 13.2451 7.76522L13.2444 7.54017C13.2444 7.54017 15.3263 7.18797 15.8786 4.53166V4.5319ZM11.287 7.07962L6.94614 12.8973C6.86414 13.0073 6.69063 12.9222 6.72733 12.7901L7.78629 8.99419C7.82577 8.85266 7.71916 8.71229 7.57189 8.71229H5.2505C5.09952 8.71229 4.99221 8.5652 5.03889 8.42158L6.6897 3.33773C6.71943 3.24608 6.80491 3.18414 6.9013 3.18414H10.3427C10.4977 3.18414 10.6052 3.33843 10.5513 3.48366L9.45776 6.42512C9.40388 6.57036 9.51119 6.72464 9.66635 6.72464H11.1083C11.2914 6.72464 11.3961 6.93299 11.2867 7.07962H11.287Z' fill='white' style='fill:white;fill-opacity:1;'/%3E %3C/svg%3E");
  width: 80px;
}
.AudioFooterComponenta .sideLinks {
  display: grid;
  grid-auto-rows: auto;
  row-gap: 2.5vw;
}
.AudioFooterComponenta .sideLinks .sideLink-pf {
  text-align: right;
  direction: rtl;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 16px;
}
.special_audio.articleContainer .bepo-audio-header > span > div {
  padding-bottom: 12.5vw;
}
html:has(.bepo-audio-header) {
  scroll-behavior: smooth;
}
html:has(.bepo-audio-header) .grecaptcha-badge {
  display: none;
}
body:has(.special_audio ) {
  background: #1D1E1A;
}
.special_audio:not(.articleContainer) .AudioHeaderComponenta {
  background-color: transparent;
  backdrop-filter: unset;
}
.special_audio:not(.articleContainer) .menuHamburger,
.special_audio:not(.articleContainer) .mobileShareBtn {
  filter: invert(1);
}
.special_audio:not(.articleContainer) .goBack {
  display: none;
}
.AudioHeaderComponenta {
  display: flex;
  backdrop-filter: blur(4.6875vw);
  width: 100%;
  height: 15.3125vw;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 2;
  transition: all 0.2s ease;
}
.AudioHeaderComponenta.bodyScrolled .menuHamburger,
.AudioHeaderComponenta.bodyScrolled .mobileShareBtn,
.AudioHeaderComponenta.bodyScrolled .goBack {
  filter: invert(1);
}
.AudioHeaderComponenta .goBack {
  width: 9.0625vw;
  height: 9.0625vw;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 3.125vw;
  right: 3.75vw;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='36' viewBox='0 0 35 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5048 6.67844C12.9586 6.22096 13.6972 6.21792 14.1547 6.67165L24.5903 17.0217C25.1075 17.5346 25.1635 18.4098 24.5938 18.9748L14.1547 29.3284C13.6972 29.7821 12.9586 29.779 12.5048 29.3216C12.0511 28.8641 12.0541 28.1254 12.5116 27.6717L22.2632 18L12.5116 8.32834C12.0541 7.87461 12.0511 7.13593 12.5048 6.67844Z' fill='%23231E1E'/%3E %3C/svg%3E") !important;
}
.AudioHeaderComponenta .menuHamburger {
  width: 9.0625vw;
  height: 9.0625vw;
  left: 3.75vw;
  position: absolute;
  top: 3.125vw;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 2.00001C0 1.26363 0.60197 0.666672 1.34454 0.666672H28.6555C29.398 0.666672 30 1.26363 30 2.00001C30 2.73638 29.398 3.33334 28.6555 3.33334H1.34454C0.60197 3.33334 0 2.73638 0 2.00001Z' fill='%231E2322'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12C0 11.2636 0.614511 10.6667 1.37255 10.6667L28.6274 10.6667C29.3854 10.6667 30 11.2636 30 12C30 12.7364 29.3854 13.3333 28.6274 13.3333L1.37255 13.3333C0.614511 13.3333 0 12.7364 0 12Z' fill='%231E2322'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 22C0 21.2636 0.60197 20.6667 1.34454 20.6667H28.6555C29.398 20.6667 30 21.2636 30 22C30 22.7364 29.398 23.3333 28.6555 23.3333H1.34454C0.60197 23.3333 0 22.7364 0 22Z' fill='%231E2322'/%3E %3C/svg%3E") !important;
  background-size: 6.40625vw 6.40625vw;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}
.AudioHeaderComponenta .navList {
  width: 100vw;
  position: fixed;
  transition: all 0.2s ease;
  box-sizing: border-box;
  right: 0;
  opacity: 0;
  gap: 5vw;
  display: flex;
  flex-direction: column;
  z-index: -1;
  height: auto;
  top: -100vh;
}
.AudioHeaderComponenta .navList .navHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.125vw;
  box-sizing: border-box;
}
.AudioHeaderComponenta .navList .navHeader img {
  height: 9.21875vw;
  width: auto;
}
.AudioHeaderComponenta .navList .navHeader .closeMenu {
  width: 9.0625vw;
  height: 9.0625vw;
  position: absolute;
  left: 3.75vw;
  top: 3.125vw;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.503 14.5028C15.0183 13.9875 15.866 13.9998 16.3965 14.5303L35.4685 33.6036C35.999 34.134 36.0113 34.9818 35.496 35.4972C34.9807 36.0125 34.1329 36.0002 33.6025 35.4697L14.5305 16.3964C14 15.866 13.9877 15.0182 14.503 14.5028Z' fill='%23231E1E'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.4975 14.5028C34.9822 13.9875 34.1344 13.9998 33.604 14.5303L14.5319 33.6036C14.0015 34.134 13.9892 34.9818 14.5045 35.4972C15.0198 36.0125 15.8675 36.0002 16.398 35.4697L35.47 16.3964C36.0005 15.866 36.0128 15.0182 35.4975 14.5028Z' fill='%23231E1E'/%3E %3C/svg%3E") !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.AudioHeaderComponenta .navList .mainNavListItems {
  display: flex;
  flex-direction: row;
  gap: 3.125vw;
  padding: 0 5vw;
  flex-wrap: wrap;
  margin: 0 auto;
}
.AudioHeaderComponenta .navList .mainNavListItems img {
  height: 7.8125vw;
  width: 7.8125vw;
}
.AudioHeaderComponenta .navList .mainNavListItems > a,
.AudioHeaderComponenta .navList .mainNavListItems > span {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.03125vw;
  width: 21.875vw;
  text-align: center;
  text-decoration: none;
}
.AudioHeaderComponenta .navList .mainNavListItems > a span,
.AudioHeaderComponenta .navList .mainNavListItems > span span {
  font-size: 3.75vw;
  font-weight: 340;
  line-height: 120%;
  color: #231E1E;
  text-decoration: none;
}
.AudioHeaderComponenta .navList .navListItems {
  display: flex;
  flex-direction: row;
  text-align: center;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 220;
  line-height: 100%;
  letter-spacing: 0.2px;
  padding: 5vw 2.5vw 0;
  justify-content: center;
  gap: 5vw;
  position: relative;
}
.AudioHeaderComponenta .navList .navListItems:after {
  content: "";
  height: 1px;
  width: 75vw;
  background-color: #333;
  position: absolute;
  top: 0;
}
.AudioHeaderComponenta .navList .navListItems a {
  width: 21.875vw;
  color: #231E1E;
  text-decoration: none;
  white-space: nowrap;
}
.AudioHeaderComponenta .navList.opened {
  top: 0px;
  opacity: 1;
  background-color: #fff;
  z-index: 10;
  border-radius: 0 0 4.6875vw 4.6875vw;
}
.AudioHeaderComponenta .navList .navFooter {
  align-items: center;
  width: 100vw;
  color: #1E2322;
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 220;
  line-height: 100%;
  /* 18px */
  letter-spacing: 0.18px;
  justify-content: space-between;
  background-color: rgba(35, 30, 30, 0.05);
  padding: 4.0625vw 8.125vw 4.0625vw 8.125vw;
  box-sizing: border-box;
  border-radius: 0 0 4.6875vw 4.6875vw;
  display: flex;
}
.AudioHeaderComponenta .navList .navFooter a {
  text-decoration: none;
  height: 4.6875vw;
  width: 56.5625vw;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='222' height='18' viewBox='0 0 222 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4.75472 13.1045C4.14514 13.1045 3.61829 12.9521 3.17417 12.6473C2.73875 12.3425 2.40348 11.9158 2.16836 11.3672C1.94195 10.8099 1.82003 10.1611 1.80261 9.4209C1.7939 8.70682 1.90711 8.07112 2.14224 7.51379C2.38607 6.95646 2.7344 6.52104 3.18723 6.20755C3.64877 5.89405 4.17997 5.7373 4.78084 5.7373C5.39042 5.7373 5.91727 5.89405 6.36139 6.20755C6.81422 6.51234 7.1582 6.9434 7.39333 7.50072C7.63716 8.04935 7.75472 8.6894 7.74601 9.4209C7.72859 10.1524 7.59797 10.7968 7.35414 11.3541C7.11901 11.9115 6.77504 12.3425 6.32221 12.6473C5.87809 12.9521 5.35559 13.1045 4.75472 13.1045ZM1.08418 5.81567H2.42961V15.521H1.08418V5.81567ZM4.45428 12.0334C5.08999 12.0334 5.56023 11.7983 5.86502 11.328C6.17852 10.8491 6.33962 10.2134 6.34833 9.4209C6.36575 8.62845 6.21771 7.9971 5.90421 7.52685C5.59071 7.04789 5.1074 6.80842 4.45428 6.80842C4.04499 6.80842 3.68795 6.91727 3.38316 7.13498C3.07838 7.34398 2.84325 7.64441 2.67779 8.03628C2.51234 8.42816 2.42961 8.88969 2.42961 9.4209C2.44703 10.2395 2.62119 10.8795 2.95211 11.3411C3.29173 11.8026 3.79245 12.0334 4.45428 12.0334ZM12.4296 13.1045C11.3585 13.1045 10.5355 12.7736 9.9608 12.1118C9.38606 11.4499 9.08998 10.553 9.07256 9.4209C9.05514 8.6894 9.1727 8.04499 9.42524 7.48766C9.68649 6.93033 10.0697 6.49927 10.5747 6.19448C11.0885 5.88969 11.7068 5.7373 12.4296 5.7373V6.80842C11.7591 6.80842 11.2583 7.04789 10.9274 7.52685C10.6052 7.9971 10.4485 8.62845 10.4572 9.4209C10.4746 10.2134 10.64 10.8491 10.9535 11.328C11.267 11.7983 11.7591 12.0334 12.4296 12.0334V13.1045ZM12.4296 12.0334C13.1001 12.0334 13.5922 11.7983 13.9057 11.328C14.2191 10.8491 14.3846 10.2134 14.402 9.4209C14.4107 8.62845 14.2496 7.9971 13.9187 7.52685C13.5965 7.04789 13.1001 6.80842 12.4296 6.80842V5.7373C13.1524 5.7373 13.7663 5.88969 14.2714 6.19448C14.7852 6.49927 15.1684 6.93033 15.4209 7.48766C15.6821 8.04499 15.8041 8.6894 15.7866 9.4209C15.7692 10.553 15.4731 11.4499 14.8984 12.1118C14.3236 12.7736 13.5007 13.1045 12.4296 13.1045V12.0334ZM16.4835 5.81567H17.9073L19.7361 12.2424H19.4487L21.1076 5.9463H22.4792L24.1381 12.2424H23.7985L25.6403 5.81567H27.0641L24.7782 13H23.1715L21.5648 6.7431H21.9959L20.35 13H18.7564L16.4835 5.81567ZM31.2898 13.1176C30.088 13.1176 29.1867 12.7954 28.5859 12.1509C27.985 11.5065 27.6758 10.5965 27.6584 9.4209C27.6497 8.6894 27.776 8.04499 28.0372 7.48766C28.2985 6.93033 28.6817 6.49927 29.1867 6.19448C29.6918 5.88969 30.284 5.7373 30.9632 5.7373C31.5902 5.7373 32.1606 5.86792 32.6744 6.12917C33.1882 6.39042 33.5801 6.82583 33.85 7.43541C34.1287 8.04499 34.2114 8.83309 34.0982 9.79971H32.792C32.9139 8.75472 32.805 7.98839 32.4654 7.50072C32.1345 7.00435 31.6468 6.75617 31.0024 6.75617C30.3406 6.75617 29.8355 6.99564 29.4872 7.4746C29.1475 7.94485 28.9821 8.59361 28.9908 9.4209C28.9995 10.3004 29.1867 10.9579 29.5525 11.3933C29.9182 11.8287 30.5322 12.0464 31.3943 12.0464C31.7687 12.0464 32.1475 12.0029 32.5307 11.9158C32.9139 11.8287 33.2753 11.7068 33.6149 11.5501V12.5559C33.3449 12.73 33.001 12.8694 32.583 12.9739C32.165 13.0697 31.7339 13.1176 31.2898 13.1176ZM28.5075 8.84615H33.3667V9.79971H28.5075V8.84615ZM35.896 5.81567H37.2414V13H35.896V5.81567ZM37.0194 7.91872C37.0455 7.27431 37.2371 6.75617 37.5941 6.36429C37.9599 5.97242 38.404 5.77649 38.9265 5.77649C39.1442 5.77649 39.3097 5.80261 39.4229 5.85486V7.09579C39.301 7.06096 39.179 7.03919 39.0571 7.03048C38.9352 7.01306 38.8089 7.00435 38.6783 7.00435C38.2516 7.00435 37.9033 7.1611 37.6333 7.4746C37.3721 7.7881 37.2414 8.26705 37.2414 8.91146L37.0194 7.91872ZM43.9312 13.1176C42.7295 13.1176 41.8282 12.7954 41.2273 12.1509C40.6264 11.5065 40.3173 10.5965 40.2999 9.4209C40.2912 8.6894 40.4174 8.04499 40.6787 7.48766C40.9399 6.93033 41.3231 6.49927 41.8282 6.19448C42.3333 5.88969 42.9254 5.7373 43.6047 5.7373C44.2317 5.7373 44.8021 5.86792 45.3159 6.12917C45.8296 6.39042 46.2215 6.82583 46.4915 7.43541C46.7701 8.04499 46.8529 8.83309 46.7397 9.79971H45.4334C45.5553 8.75472 45.4465 7.98839 45.1069 7.50072C44.7759 7.00435 44.2883 6.75617 43.6439 6.75617C42.982 6.75617 42.477 6.99564 42.1286 7.4746C41.789 7.94485 41.6235 8.59361 41.6323 9.4209C41.641 10.3004 41.8282 10.9579 42.1939 11.3933C42.5597 11.8287 43.1736 12.0464 44.0357 12.0464C44.4102 12.0464 44.789 12.0029 45.1722 11.9158C45.5553 11.8287 45.9167 11.7068 46.2563 11.5501V12.5559C45.9864 12.73 45.6424 12.8694 45.2244 12.9739C44.8064 13.0697 44.3754 13.1176 43.9312 13.1176ZM41.1489 8.84615H46.0082V9.79971H41.1489V8.84615ZM51.1108 13.1045C50.1877 13.1045 49.4605 12.7736 48.9293 12.1118C48.4068 11.4499 48.1369 10.553 48.1195 9.4209C48.1108 8.6894 48.224 8.04935 48.4591 7.50072C48.7029 6.9434 49.0469 6.51234 49.491 6.20755C49.9439 5.89405 50.4794 5.7373 51.0977 5.7373C51.716 5.7373 52.2515 5.8984 52.7044 6.22061C53.1572 6.53411 53.4968 6.96952 53.7232 7.52685C53.9584 8.08418 54.0716 8.71553 54.0629 9.4209C54.0455 10.1437 53.9192 10.7837 53.6841 11.3411C53.4489 11.8897 53.1093 12.3208 52.6652 12.6343C52.2298 12.9478 51.7116 13.1045 51.1108 13.1045ZM51.3981 12.0334C52.0425 12.0334 52.5389 11.8026 52.8873 11.3411C53.2356 10.8708 53.4141 10.2308 53.4228 9.4209C53.4315 8.88969 53.3531 8.42816 53.1877 8.03628C53.0222 7.64441 52.7871 7.34398 52.4823 7.13498C52.1775 6.91727 51.8161 6.80842 51.3981 6.80842C50.7537 6.80842 50.2748 7.04789 49.9613 7.52685C49.6478 7.9971 49.4954 8.62845 49.5041 9.4209C49.5215 10.2221 49.6826 10.8578 49.9874 11.328C50.2922 11.7983 50.7624 12.0334 51.3981 12.0334ZM53.4228 2.77213H54.7813V13H53.4228V2.77213ZM63.7652 13.1045C63.1556 13.1045 62.6288 12.9521 62.1846 12.6473C61.7492 12.3425 61.4139 11.9158 61.1788 11.3672C60.9524 10.8099 60.8305 10.1611 60.8131 9.4209C60.8044 8.70682 60.9176 8.07112 61.1527 7.51379C61.3965 6.95646 61.7449 6.52104 62.1977 6.20755C62.6592 5.89405 63.1904 5.7373 63.7913 5.7373C64.4009 5.7373 64.9277 5.89405 65.3719 6.20755C65.8247 6.51234 66.1687 6.9434 66.4038 7.50072C66.6476 8.04935 66.7652 8.6894 66.7565 9.4209C66.7391 10.1524 66.6084 10.7968 66.3646 11.3541C66.1295 11.9115 65.7855 12.3425 65.3327 12.6473C64.8885 12.9521 64.3661 13.1045 63.7652 13.1045ZM60.0946 2.77213H61.4401V13H60.0946V2.77213ZM63.4647 12.0334C64.1005 12.0334 64.5707 11.7983 64.8755 11.328C65.189 10.8491 65.3501 10.2134 65.3588 9.4209C65.3762 8.62845 65.2282 7.9971 64.9147 7.52685C64.6012 7.04789 64.1179 6.80842 63.4647 6.80842C63.0555 6.80842 62.6984 6.91727 62.3936 7.13498C62.0888 7.34398 61.8537 7.64441 61.6883 8.03628C61.5228 8.42816 61.4401 8.88969 61.4401 9.4209C61.4575 10.2395 61.6317 10.8795 61.9626 11.3411C62.3022 11.8026 62.8029 12.0334 63.4647 12.0334ZM69.4433 15.6125C69.1821 15.6125 68.9296 15.582 68.6857 15.521C68.4506 15.4601 68.2503 15.3817 68.0849 15.2859V14.2932C68.1458 14.328 68.1981 14.3498 68.2416 14.3585C68.4071 14.4282 68.5769 14.4804 68.751 14.5152C68.9252 14.5501 69.1037 14.5675 69.2866 14.5675C69.6088 14.5588 69.857 14.4673 70.0312 14.2932C70.214 14.119 70.3708 13.8447 70.5014 13.4702L70.7757 12.6865L71.0762 12.7518H70.0573L67.4448 5.81567H68.9078L71.2068 12.2816L70.8149 12.5951L73.0878 5.81567H74.5508L71.8076 13.4572C71.5464 14.2148 71.2329 14.7634 70.8672 15.103C70.5014 15.4427 70.0268 15.6125 69.4433 15.6125Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath d='M86.7441 1.5C90.8863 1.5 94.245 4.85798 94.2451 9C94.2451 13.1419 90.8871 16.4999 86.7451 16.5C82.603 16.5 79.2454 13.1419 79.2451 9C79.245 4.85808 82.6021 1.50016 86.7441 1.5ZM84.127 4.39844C83.9292 4.39863 83.7782 4.54998 83.8545 4.77734L85.7939 10.8516C85.8707 11.0791 85.9745 11.1679 86.2021 11.168H86.7178C86.6881 11.319 86.5367 11.9855 86.46 12.0771C86.2792 12.7134 85.9595 13.1515 85.4297 13.4238L85.2168 13.5303C85.0509 13.6219 84.9445 13.8326 85.0361 14.001L85.3525 14.6221C85.4442 14.8028 85.6402 14.8648 85.8086 14.7881L86.1426 14.6367C86.9448 14.2728 87.5368 13.5775 87.8389 12.4561L89.9141 4.79297V4.79492C89.9734 4.55238 89.8372 4.40138 89.6416 4.40137H88.7324C88.5345 4.40152 88.3688 4.50844 88.3242 4.71875L87.2021 9.29102C87.0957 9.71441 87.0219 10.0939 86.96 10.3662C86.9451 10.0493 86.901 9.74445 86.8242 9.44238L85.5508 4.7334C85.4914 4.52055 85.3383 4.39853 85.1279 4.39844H84.127Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M102.194 12.9439V6.57074C102.194 5.17181 101.3 4.24084 99.9015 4.24084C98.9333 4.24084 98.1484 4.61472 97.366 5.52588L97.1803 4.68652C97.1233 4.46368 96.9946 4.35226 96.7321 4.35226H96.1725C95.9497 4.35226 95.7441 4.50082 95.7441 4.74347V12.9439C95.7441 13.1668 95.9497 13.3549 96.1725 13.3549H97.0292C97.2521 13.3549 97.4403 13.1692 97.4403 12.9439V7.89292C97.4403 6.64502 98.3168 5.69425 99.4335 5.69425C100.199 5.69425 100.496 6.06812 100.496 6.94214V12.9439C100.496 13.1668 100.701 13.3549 100.924 13.3549H101.781C102.004 13.3549 102.192 13.1692 102.192 12.9439H102.194Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M109.885 8.86124C109.885 5.45182 108.394 4.23859 106.512 4.23859C104.442 4.23859 103.083 6.00891 103.083 8.8043C103.083 11.8597 104.519 13.4443 107.052 13.4443C108.152 13.4443 108.785 13.2759 109.362 13.0159C109.585 12.9219 109.679 12.7362 109.605 12.5133L109.399 11.9166C109.325 11.7111 109.177 11.5625 108.897 11.6566C108.357 11.825 107.852 11.9736 107.144 11.9736C105.505 11.9736 104.925 11.0054 104.851 9.27226H109.474C109.697 9.27226 109.885 9.08656 109.885 8.86124ZM108.152 8.00455H104.853C105.039 6.06586 105.898 5.60038 106.567 5.60038C107.723 5.60038 108.114 6.81113 108.152 8.00455Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M114.989 12.8127L114.895 12.2358C114.858 12.013 114.672 11.9015 114.467 11.9387C114.298 11.9758 114.038 12.013 113.89 12.013C113.461 12.013 113.256 11.7901 113.256 11.285V5.67444H114.318C114.541 5.67444 114.709 5.48874 114.709 5.26343V4.7608C114.709 4.53797 114.541 4.34979 114.318 4.34979H113.256V2.00256C113.256 1.6683 113.013 1.64849 112.734 1.72277L111.894 1.96542C111.689 2.02237 111.577 2.20807 111.577 2.45071V4.35227H110.572C110.329 4.35227 110.181 4.53797 110.181 4.76328V5.2659C110.181 5.48874 110.329 5.67692 110.572 5.67692H111.577V11.5673C111.577 12.8152 112.191 13.449 113.516 13.449C113.964 13.449 114.41 13.3921 114.709 13.3005C114.969 13.2262 115.026 13.0405 114.989 12.8152V12.8127Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath d='M123.778 8.6894C123.316 8.2627 122.942 7.88824 122.654 7.56604C122.376 7.23512 122.141 6.87373 121.949 6.48186C121.766 6.08998 121.675 5.67199 121.675 5.22786C121.675 4.82728 121.771 4.45283 121.962 4.1045C122.154 3.75617 122.437 3.47315 122.811 3.25544C123.194 3.02903 123.647 2.91582 124.17 2.91582C124.605 2.91582 125.001 3.00726 125.358 3.19013C125.715 3.373 125.998 3.6299 126.207 3.96081C126.416 4.28302 126.521 4.65312 126.521 5.07112C126.521 5.5762 126.386 6.03338 126.116 6.44267C125.855 6.84325 125.528 7.18287 125.136 7.46154C124.744 7.73149 124.344 7.94049 123.935 8.08853L123.386 7.25254C123.595 7.14804 123.765 7.0566 123.895 6.97823C124.374 6.71698 124.718 6.44702 124.927 6.16836C125.136 5.88969 125.241 5.55007 125.241 5.14949C125.241 4.82728 125.141 4.56168 124.94 4.35268C124.74 4.13498 124.479 4.02612 124.157 4.02612C123.8 4.02612 123.512 4.14368 123.294 4.37881C123.077 4.61393 122.968 4.91001 122.968 5.26705C122.968 5.60667 123.046 5.92888 123.203 6.23367C123.36 6.53846 123.556 6.81713 123.791 7.06966C124.035 7.32221 124.37 7.64877 124.797 8.04935C125.014 8.24093 125.21 8.41945 125.384 8.5849L129.943 12.9869H128.219L124.183 9.08128L123.778 8.6894ZM123.673 8.19303C123.308 8.3672 123.003 8.54136 122.759 8.71553C122.515 8.88969 122.306 9.12046 122.132 9.40784C121.958 9.69521 121.871 10.0479 121.871 10.4659C121.871 10.8055 121.945 11.0972 122.093 11.3411C122.249 11.5849 122.458 11.7721 122.72 11.9028C122.99 12.0334 123.273 12.0987 123.569 12.0987C124.231 12.0987 124.818 11.881 125.332 11.4456C125.855 11.0015 126.347 10.3832 126.808 9.59071L128.219 7.18723H129.577L127.932 9.95646L127.644 10.4267C127.279 11.0276 126.913 11.5239 126.547 11.9158C126.181 12.299 125.755 12.6081 125.267 12.8433C124.779 13.0697 124.204 13.1829 123.543 13.1829C122.924 13.1829 122.38 13.0697 121.91 12.8433C121.448 12.6168 121.091 12.3033 120.839 11.9028C120.586 11.5022 120.46 11.0406 120.46 10.5181C120.46 9.9434 120.599 9.45138 120.878 9.04209C121.157 8.62409 121.47 8.30189 121.818 8.07547C122.167 7.84035 122.58 7.61393 123.059 7.39623C123.164 7.34398 123.251 7.30043 123.321 7.2656C123.39 7.23077 123.464 7.19158 123.543 7.14804L124.091 7.98403L123.673 8.19303Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath d='M219.064 10.5496C219.064 10.3802 219.032 10.2215 218.968 10.0733C218.905 9.91812 218.817 9.78407 218.704 9.67119C218.591 9.55831 218.46 9.47012 218.312 9.40662C218.164 9.33607 218.002 9.30079 217.826 9.30079C217.656 9.30079 217.497 9.33254 217.349 9.39604C217.201 9.45953 217.071 9.54772 216.958 9.6606C216.852 9.77349 216.764 9.90754 216.693 10.0627C216.63 10.2109 216.598 10.3696 216.598 10.539C216.598 10.7083 216.63 10.867 216.693 11.0152C216.757 11.1634 216.845 11.2939 216.958 11.4068C217.071 11.5126 217.201 11.6008 217.349 11.6713C217.504 11.7348 217.667 11.7666 217.836 11.7666C218.005 11.7666 218.164 11.7348 218.312 11.6713C218.46 11.6078 218.587 11.5196 218.693 11.4068C218.806 11.2939 218.894 11.1634 218.958 11.0152C219.028 10.867 219.064 10.7118 219.064 10.5496ZM216.651 4.46448V8.35893C217.102 7.88623 217.667 7.64988 218.344 7.64988C218.746 7.64988 219.113 7.72749 219.445 7.8827C219.783 8.03086 220.069 8.23546 220.302 8.4965C220.542 8.75049 220.729 9.05386 220.863 9.40662C220.997 9.75232 221.064 10.1227 221.064 10.5178C221.064 10.92 220.993 11.2974 220.852 11.6502C220.718 12.0029 220.528 12.3098 220.281 12.5709C220.034 12.8319 219.741 13.04 219.402 13.1952C219.071 13.3434 218.711 13.4175 218.323 13.4175C217.617 13.4175 217.06 13.16 216.651 12.6449V13.2482H214.735V4.46448H216.651Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath d='M209.57 7.81927V10.8777C209.57 11.5479 209.894 11.883 210.543 11.883C211.192 11.883 211.517 11.5479 211.517 10.8777V7.81927H213.432V11.2481C213.432 11.9818 213.189 12.5321 212.702 12.899C212.222 13.2659 211.503 13.4493 210.543 13.4493C209.584 13.4493 208.861 13.2659 208.374 12.899C207.894 12.5321 207.654 11.9818 207.654 11.2481V7.81927H209.57Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath d='M206.347 4.46448V13.2482H204.432V4.46448H206.347Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath d='M203.34 9.57608C203.009 9.35032 202.674 9.23744 202.335 9.23744C202.152 9.23744 201.979 9.26918 201.816 9.33268C201.661 9.39618 201.524 9.48789 201.404 9.60783C201.284 9.72071 201.189 9.85829 201.118 10.0206C201.054 10.1758 201.023 10.3522 201.023 10.5497C201.023 10.7402 201.054 10.9166 201.118 11.0788C201.189 11.234 201.28 11.3716 201.393 11.4916C201.513 11.6044 201.654 11.6926 201.816 11.7561C201.979 11.8196 202.152 11.8514 202.335 11.8514C202.695 11.8514 203.03 11.7279 203.34 11.481V13.1107C202.868 13.3153 202.42 13.4176 201.996 13.4176C201.601 13.4176 201.224 13.3506 200.864 13.2165C200.511 13.0825 200.197 12.892 199.922 12.6451C199.654 12.3911 199.439 12.0912 199.277 11.7455C199.114 11.3928 199.033 11.0012 199.033 10.5709C199.033 10.1405 199.111 9.74894 199.266 9.39618C199.421 9.03636 199.633 8.72946 199.901 8.47548C200.169 8.21444 200.487 8.01337 200.853 7.87226C201.227 7.7241 201.626 7.65002 202.049 7.65002C202.515 7.65002 202.945 7.7488 203.34 7.94634V9.57608Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath d='M193.603 10.5178C193.603 10.6942 193.635 10.86 193.698 11.0152C193.762 11.1634 193.846 11.2939 193.952 11.4068C194.065 11.5196 194.195 11.6078 194.344 11.6713C194.499 11.7348 194.665 11.7666 194.841 11.7666C195.01 11.7666 195.169 11.7348 195.317 11.6713C195.472 11.6078 195.603 11.5196 195.709 11.4068C195.822 11.2939 195.91 11.1634 195.973 11.0152C196.044 10.867 196.079 10.7083 196.079 10.539C196.079 10.3696 196.044 10.2109 195.973 10.0627C195.91 9.90754 195.822 9.77349 195.709 9.6606C195.603 9.54772 195.472 9.45953 195.317 9.39604C195.169 9.33254 195.01 9.30079 194.841 9.30079C194.672 9.30079 194.509 9.33254 194.354 9.39604C194.206 9.45953 194.076 9.54772 193.963 9.6606C193.857 9.77349 193.769 9.90401 193.698 10.0522C193.635 10.1933 193.603 10.3485 193.603 10.5178ZM196.016 4.46448H197.942V13.2482H196.016V12.6449C195.606 13.16 195.053 13.4175 194.354 13.4175C193.959 13.4175 193.596 13.3434 193.264 13.1952C192.933 13.0471 192.643 12.8425 192.396 12.5814C192.149 12.3204 191.955 12.0135 191.814 11.6607C191.68 11.308 191.613 10.927 191.613 10.5178C191.613 10.1298 191.677 9.76291 191.804 9.4172C191.938 9.06444 192.125 8.75754 192.365 8.4965C192.605 8.23546 192.89 8.03086 193.222 7.8827C193.56 7.72749 193.931 7.64988 194.333 7.64988C195.01 7.64988 195.571 7.88623 196.016 8.35893V4.46448Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath d='M186.224 10.5079C186.224 10.6913 186.256 10.8606 186.32 11.0158C186.39 11.164 186.478 11.2945 186.584 11.4074C186.697 11.5203 186.828 11.6085 186.976 11.672C187.131 11.7355 187.293 11.7672 187.463 11.7672C187.632 11.7672 187.791 11.7355 187.939 11.672C188.094 11.6085 188.225 11.5203 188.33 11.4074C188.443 11.2945 188.531 11.164 188.595 11.0158C188.666 10.8606 188.701 10.6948 188.701 10.5184C188.701 10.3491 188.666 10.1904 188.595 10.0422C188.531 9.88701 188.443 9.75296 188.33 9.64008C188.225 9.5272 188.094 9.43901 187.939 9.37551C187.791 9.31201 187.632 9.28026 187.463 9.28026C187.293 9.28026 187.131 9.31201 186.976 9.37551C186.828 9.43901 186.697 9.5272 186.584 9.64008C186.478 9.75296 186.39 9.88348 186.32 10.0316C186.256 10.1798 186.224 10.3385 186.224 10.5079ZM184.203 10.4867C184.203 10.0846 184.284 9.71063 184.447 9.36493C184.609 9.01217 184.835 8.7088 185.124 8.45481C185.413 8.19377 185.755 7.98917 186.15 7.84101C186.552 7.69285 186.99 7.61877 187.463 7.61877C187.928 7.61877 188.359 7.69285 188.754 7.84101C189.156 7.98211 189.502 8.18319 189.791 8.44423C190.087 8.69821 190.316 9.00511 190.479 9.36493C190.641 9.71768 190.722 10.1092 190.722 10.5396C190.722 10.97 190.637 11.3651 190.468 11.7249C190.306 12.0776 190.08 12.3845 189.791 12.6456C189.502 12.8996 189.152 13.0971 188.743 13.2382C188.341 13.3793 187.904 13.4499 187.431 13.4499C186.965 13.4499 186.535 13.3793 186.14 13.2382C185.745 13.0971 185.403 12.896 185.113 12.635C184.831 12.374 184.609 12.0635 184.447 11.7037C184.284 11.3368 184.203 10.9312 184.203 10.4867Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath d='M181.321 10.5497C181.321 10.3804 181.29 10.2216 181.226 10.0735C181.17 9.91826 181.085 9.78421 180.972 9.67133C180.859 9.55845 180.725 9.47026 180.57 9.40676C180.422 9.33621 180.26 9.30093 180.083 9.30093C179.914 9.30093 179.755 9.33268 179.607 9.39618C179.459 9.45967 179.328 9.54786 179.216 9.66075C179.11 9.77363 179.022 9.90768 178.951 10.0629C178.887 10.211 178.856 10.3698 178.856 10.5391C178.856 10.7084 178.887 10.8672 178.951 11.0153C179.014 11.1635 179.103 11.294 179.216 11.4069C179.328 11.5127 179.459 11.6009 179.607 11.6715C179.762 11.735 179.925 11.7667 180.094 11.7667C180.263 11.7667 180.422 11.735 180.57 11.6715C180.718 11.608 180.845 11.5198 180.951 11.4069C181.064 11.294 181.152 11.1635 181.216 11.0153C181.286 10.8672 181.321 10.712 181.321 10.5497ZM178.909 15.9575H176.993V7.81935H178.909V8.42257C179.318 7.90754 179.875 7.65002 180.581 7.65002C180.969 7.65002 181.329 7.72763 181.66 7.88285C181.999 8.031 182.292 8.2356 182.539 8.49664C182.785 8.75768 182.976 9.06458 183.11 9.41734C183.251 9.7701 183.322 10.1476 183.322 10.5497C183.322 10.9518 183.251 11.3258 183.11 11.6715C182.976 12.0172 182.785 12.3205 182.539 12.5816C182.299 12.8426 182.013 13.0472 181.681 13.1954C181.35 13.3435 180.99 13.4176 180.602 13.4176C179.925 13.4176 179.36 13.1848 178.909 12.7192V15.9575Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath d='M173.303 12.2324C173.303 12.0631 173.334 11.9044 173.398 11.7562C173.461 11.601 173.55 11.467 173.663 11.3541C173.775 11.2412 173.906 11.153 174.054 11.0895C174.209 11.026 174.372 10.9943 174.541 10.9943C174.71 10.9943 174.869 11.026 175.017 11.0895C175.172 11.153 175.306 11.2412 175.419 11.3541C175.532 11.467 175.62 11.601 175.684 11.7562C175.747 11.9044 175.779 12.0631 175.779 12.2324C175.779 12.4018 175.747 12.564 175.684 12.7193C175.62 12.8674 175.532 12.9979 175.419 13.1108C175.306 13.2237 175.172 13.3119 175.017 13.3754C174.869 13.4389 174.71 13.4706 174.541 13.4706C174.372 13.4706 174.209 13.4389 174.054 13.3754C173.906 13.3119 173.775 13.2237 173.663 13.1108C173.55 12.9979 173.461 12.8674 173.398 12.7193C173.334 12.564 173.303 12.4018 173.303 12.2324Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath d='M172.088 7.8197V13.2486H170.173V7.8197H172.088ZM170.046 5.7349C170.046 5.58674 170.074 5.44916 170.131 5.32217C170.187 5.18812 170.265 5.07171 170.363 4.97294C170.462 4.87417 170.575 4.79656 170.702 4.74012C170.836 4.68368 170.977 4.65546 171.125 4.65546C171.273 4.65546 171.411 4.68368 171.538 4.74012C171.672 4.79656 171.789 4.87417 171.887 4.97294C171.986 5.07171 172.064 5.18812 172.12 5.32217C172.177 5.44916 172.205 5.58674 172.205 5.7349C172.205 5.88305 172.177 6.02416 172.12 6.15821C172.064 6.2852 171.986 6.39808 171.887 6.49685C171.789 6.59563 171.672 6.67323 171.538 6.72967C171.411 6.78612 171.273 6.81434 171.125 6.81434C170.977 6.81434 170.836 6.78612 170.702 6.72967C170.575 6.67323 170.462 6.59563 170.363 6.49685C170.265 6.39808 170.187 6.2852 170.131 6.15821C170.074 6.02416 170.046 5.88305 170.046 5.7349Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath d='M166.733 11.6502H169.019V13.2482H163.516L166.077 9.41727H163.865V7.81927H169.273L166.733 11.6502Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath d='M162.631 7.8197V13.2486H160.716V7.8197H162.631ZM160.589 5.7349C160.589 5.58674 160.617 5.44916 160.674 5.32217C160.73 5.18812 160.808 5.07171 160.906 4.97294C161.005 4.87417 161.118 4.79656 161.245 4.74012C161.379 4.68368 161.52 4.65546 161.668 4.65546C161.816 4.65546 161.954 4.68368 162.081 4.74012C162.215 4.79656 162.331 4.87417 162.43 4.97294C162.529 5.07171 162.607 5.18812 162.663 5.32217C162.72 5.44916 162.748 5.58674 162.748 5.7349C162.748 5.88305 162.72 6.02416 162.663 6.15821C162.607 6.2852 162.529 6.39808 162.43 6.49685C162.331 6.59563 162.215 6.67323 162.081 6.72967C161.954 6.78612 161.816 6.81434 161.668 6.81434C161.52 6.81434 161.379 6.78612 161.245 6.72967C161.118 6.67323 161.005 6.59563 160.906 6.49685C160.808 6.39808 160.73 6.2852 160.674 6.15821C160.617 6.02416 160.589 5.88305 160.589 5.7349Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath d='M157.623 10.5496C157.623 10.3803 157.592 10.2216 157.528 10.0734C157.465 9.91818 157.376 9.78413 157.263 9.67125C157.151 9.55837 157.02 9.47018 156.872 9.40668C156.724 9.33613 156.561 9.30085 156.385 9.30085C156.216 9.30085 156.057 9.3326 155.909 9.3961C155.761 9.45959 155.63 9.54778 155.517 9.66067C155.411 9.77355 155.323 9.9076 155.253 10.0628C155.189 10.211 155.157 10.3697 155.157 10.539C155.157 10.7084 155.189 10.8671 155.253 11.0153C155.316 11.1634 155.404 11.2939 155.517 11.4068C155.63 11.5126 155.761 11.6008 155.909 11.6714C156.064 11.7349 156.226 11.7666 156.396 11.7666C156.565 11.7666 156.724 11.7349 156.872 11.6714C157.02 11.6079 157.147 11.5197 157.253 11.4068C157.366 11.2939 157.454 11.1634 157.517 11.0153C157.588 10.8671 157.623 10.7119 157.623 10.5496ZM155.21 4.46454V8.35899C155.662 7.88629 156.226 7.64994 156.904 7.64994C157.306 7.64994 157.673 7.72755 158.004 7.88277C158.343 8.03092 158.629 8.23552 158.861 8.49656C159.101 8.75055 159.288 9.05392 159.422 9.40668C159.556 9.75238 159.623 10.1228 159.623 10.5179C159.623 10.92 159.553 11.2975 159.412 11.6502C159.278 12.003 159.087 12.3099 158.84 12.5709C158.593 12.832 158.301 13.0401 157.962 13.1953C157.63 13.3435 157.27 13.4175 156.882 13.4175C156.177 13.4175 155.62 13.16 155.21 12.645V13.2482H153.295V4.46454H155.21Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3Cpath d='M150.493 5.78217C151.387 1.4839 146.775 1.50012 146.775 1.50012H138.106L135.49 16.5001H144.849C146.283 16.5001 147.556 16.1182 148.481 15.319C150.379 13.6779 150.196 11.129 149.61 10.1721C148.894 9.00209 148.005 8.83724 148.005 8.83724L148.004 8.6246C148.004 8.6246 149.972 8.29182 150.493 5.78195V5.78217ZM146.155 8.18944L142.053 13.6864C141.976 13.7903 141.812 13.7099 141.847 13.5851L142.847 9.99846C142.885 9.86473 142.784 9.7321 142.645 9.7321H140.451C140.309 9.7321 140.207 9.59312 140.251 9.45742L141.811 4.65384C141.839 4.56725 141.92 4.50872 142.011 4.50872H145.263C145.409 4.50872 145.511 4.6545 145.46 4.79173L144.427 7.57102C144.376 7.70825 144.477 7.85403 144.624 7.85403H145.986C146.159 7.85403 146.258 8.05089 146.155 8.18944H146.155Z' fill='%23231E1E' style='fill:%23231E1E;fill:color(display-p3 0.1373 0.1176 0.1176);fill-opacity:1;'/%3E %3C/svg%3E") !important;
  background-size: contain;
}
.AudioHeaderComponenta .navList .navFooter .goBack-footer {
  height: 6.25vw;
  width: 20.3125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='95' height='32' viewBox='0 0 95 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.8637 7.26623C85.2173 6.91331 85.7929 6.91097 86.1493 7.26099L94.2809 15.2453C94.6839 15.641 94.7276 16.3161 94.2836 16.752L86.1493 24.739C85.7929 25.089 85.2173 25.0867 84.8637 24.7338C84.5102 24.3809 84.5125 23.811 84.869 23.461L92.4676 16L84.869 8.53901C84.5125 8.18899 84.5102 7.61914 84.8637 7.26623Z' fill='%23231E1E'/%3E %3Cpath d='M16.3243 32C25.1611 32 32.3246 24.8366 32.3243 16C32.324 7.16344 25.1601 0 16.3233 0C7.48644 0 0.322974 7.16344 0.323246 16C0.323518 24.8366 7.48742 32 16.3243 32Z' fill='%23E30613'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0869 7.02863C23.2136 6.51097 22.9231 6.18875 22.5058 6.18875H20.5671C20.1445 6.18875 19.7906 6.41589 19.6955 6.86488L17.3025 16.6212C17.0754 17.5244 16.9169 18.3326 16.7849 18.9137C16.7532 18.2375 16.6581 17.5878 16.4943 16.9434L13.7791 6.89657C13.6524 6.4423 13.3248 6.18347 12.8758 6.18347H10.7417C10.3191 6.18347 9.99687 6.50569 10.1606 6.99165L14.2968 19.949C14.4606 20.435 14.6824 20.6251 15.1684 20.6251H16.2672C16.2038 20.9473 15.8816 22.3683 15.7178 22.5637C15.3322 23.9212 14.6507 24.8562 13.5203 25.4372L13.066 25.6644C12.7121 25.8598 12.4849 26.3088 12.6804 26.668L13.3565 27.9938C13.552 28.3794 13.9693 28.5115 14.3285 28.3477L15.0416 28.0255C16.7532 27.249 18.0157 25.7647 18.6601 23.3719L23.0869 7.02335V7.02863Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.2858 24.0148V10.4183C49.2858 7.43387 47.3788 5.44775 44.3942 5.44775C42.3287 5.44775 40.6542 6.24537 38.9849 8.18923L38.5887 6.39856C38.4672 5.92315 38.1926 5.68545 37.6326 5.68545H36.4388C35.9633 5.68545 35.5249 6.00239 35.5249 6.52005V24.0148C35.5249 24.4902 35.9633 24.8917 36.4388 24.8917H38.2665C38.7419 24.8917 39.1434 24.4955 39.1434 24.0148V13.2391C39.1434 10.5768 41.0134 8.54843 43.3958 8.54843C45.0281 8.54843 45.662 9.34604 45.662 11.2107V24.0148C45.662 24.4902 46.1004 24.8917 46.5759 24.8917H48.4036C48.879 24.8917 49.2805 24.4955 49.2805 24.0148H49.2858Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.6872 15.3047C65.6872 8.03104 62.5072 5.44275 58.4925 5.44275C54.0764 5.44275 51.1763 9.21955 51.1763 15.1832C51.1763 21.7015 54.2401 25.0821 59.6441 25.0821C61.9895 25.0821 63.3418 24.7229 64.5726 24.1683C65.0481 23.9676 65.2488 23.5714 65.0903 23.096L64.6519 21.823C64.4934 21.3845 64.1765 21.0676 63.5795 21.2683C62.428 21.6275 61.3503 21.9445 59.8395 21.9445C56.3425 21.9445 55.1064 19.8791 54.948 16.1815H64.8104C65.2858 16.1815 65.6872 15.7854 65.6872 15.3047ZM61.9895 13.477H54.9532C55.3494 9.34104 57.1824 8.34798 58.6087 8.34798C61.0756 8.34798 61.9103 10.931 61.9895 13.477Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.5784 23.7349L76.3777 22.5042C76.2984 22.0288 75.9022 21.7911 75.4638 21.8703C75.1046 21.9495 74.5499 22.0288 74.233 22.0288C73.3191 22.0288 72.8807 21.5534 72.8807 20.4758V8.50622H75.1468C75.6223 8.50622 75.9815 8.11006 75.9815 7.62937V6.55708C75.9815 6.08168 75.6223 5.68023 75.1468 5.68023H72.8807V0.672665C72.8807 -0.0404375 72.363 -0.0826954 71.7661 0.0757717L69.9753 0.593431C69.5369 0.714923 69.2991 1.11109 69.2991 1.62875V5.68551H67.1545C66.6368 5.68551 66.3198 6.08168 66.3198 6.56236V7.63466C66.3198 8.11006 66.6368 8.51151 67.1545 8.51151H69.2991V21.078C69.2991 23.7402 70.6092 25.0925 73.4353 25.0925C74.3915 25.0925 75.3423 24.971 75.9815 24.7755C76.5361 24.6171 76.6576 24.2209 76.5784 23.7402V23.7349Z' fill='black'/%3E %3Cpath d='M54.3659 27.7925H56.0049L55.1507 30.3583H56.1063L56.9231 27.6986V27.1249H55.2948V26.4H54.3552L54.3659 27.7925Z' fill='black'/%3E %3Cpath d='M57.8825 30.2018L57.3487 27.1249H58.2402L58.4678 28.6653C58.504 28.6525 58.5403 28.6379 58.5766 28.6217C58.7082 28.5591 58.7901 28.4756 58.8221 28.3713C58.8435 28.3018 58.8595 28.1992 58.8702 28.0636C58.8809 27.9246 58.8915 27.7559 58.9022 27.5578L58.9236 27.1249H59.8151C59.7831 27.5526 59.7528 27.8794 59.7244 28.1054C59.6959 28.3279 59.655 28.4965 59.6016 28.6112C59.5233 28.7816 59.3596 28.9207 59.1104 29.0284C58.9381 29.103 58.7496 29.1559 58.5449 29.1872L58.6193 29.6908H59.0303C59.3613 29.6908 59.6176 29.6404 59.7991 29.5395C59.9842 29.4352 60.1123 29.2962 60.1835 29.1223C60.2547 28.9485 60.3027 28.719 60.3276 28.4339L60.4451 27.1249H61.342L61.2299 28.3713C61.1943 28.799 61.1017 29.1588 60.9523 29.4509C60.8028 29.7394 60.575 29.9637 60.2689 30.1236C59.9628 30.2801 59.5642 30.3583 59.0731 30.3583H58.1121L57.8825 30.2018Z' fill='black'/%3E %3Cpath d='M65.222 30.3583V28.1992C65.222 27.8342 65.133 27.5647 64.9551 27.3909C64.7807 27.2136 64.5137 27.1249 64.1543 27.1249H62.9584V27.7925H63.8927C64.0493 27.7925 64.1578 27.8272 64.2183 27.8968C64.2788 27.9628 64.3091 28.0758 64.3091 28.2357V30.3583H65.222Z' fill='black'/%3E %3Cpath d='M66.2554 30.4C66.1843 30.4 66.1006 30.3948 66.0045 30.3844C65.9084 30.3774 65.8266 30.3653 65.7589 30.3479V29.6856C65.944 29.7064 66.0597 29.7134 66.106 29.7064C66.1949 29.6995 66.2572 29.6699 66.2928 29.6178C66.3284 29.5621 66.3462 29.4856 66.3462 29.3883V28.7885C66.3462 28.4756 66.3925 28.2149 66.485 28.0063C66.5186 27.9293 66.5632 27.858 66.6189 27.7925H65.9458V27.1249H68.1079C68.4674 27.1249 68.7361 27.2136 68.9141 27.3909C69.092 27.5647 69.181 27.8342 69.181 28.1992V30.3583H68.2628V28.2357C68.2628 28.0758 68.2325 27.9628 68.172 27.8968C68.1115 27.8272 68.0029 27.7925 67.8463 27.7925H67.4104C67.3605 27.8304 67.3226 27.8808 67.2965 27.9437C67.2466 28.0723 67.2217 28.241 67.2217 28.4496V29.3779C67.2217 29.7429 67.1452 30.0054 66.9922 30.1653C66.8391 30.3218 66.5935 30.4 66.2554 30.4Z' fill='black'/%3E %3Cpath d='M70.9873 28.8692C71.3353 29.3448 71.6803 29.8412 72.0223 30.3583H72.9779V30.2227C72.8783 30.0836 72.7466 29.8994 72.5828 29.6699C72.3818 29.3886 72.1963 29.1315 72.0265 28.8985C72.0462 28.892 72.0662 28.8849 72.0864 28.8772C72.218 28.8285 72.3355 28.7659 72.4387 28.6895C72.5419 28.613 72.6113 28.5347 72.6469 28.4548C72.6861 28.3644 72.7217 28.2323 72.7537 28.0584C72.7857 27.8846 72.8213 27.6482 72.8605 27.3492L72.8925 27.1249H71.9796L71.9476 27.5838C71.9262 27.9002 71.9031 28.1001 71.8781 28.1836C71.8639 28.2288 71.8337 28.2775 71.7874 28.3296C71.7544 28.3672 71.7192 28.4007 71.682 28.43C71.6102 28.3334 71.5421 28.2426 71.4777 28.1575C71.1895 27.7716 70.9207 27.4274 70.6716 27.1249H69.716V27.2657C70.0112 27.6033 70.2956 27.9506 70.5693 28.3074C70.5101 28.3323 70.4517 28.3588 70.394 28.387C70.2196 28.4739 70.1004 28.5712 70.0363 28.679C69.9865 28.7659 69.9438 28.9189 69.9082 29.138C69.8726 29.3535 69.8352 29.656 69.7961 30.0454C69.7854 30.1254 69.7747 30.2297 69.764 30.3583H70.693C70.7143 29.9376 70.7303 29.6369 70.741 29.4561C70.7552 29.2718 70.773 29.138 70.7944 29.0545C70.8158 28.9919 70.8513 28.945 70.9012 28.9137C70.9263 28.8973 70.955 28.8825 70.9873 28.8692Z' fill='black'/%3E %3Cpath d='M74.4865 28.4391H73.5842V30.3583H74.4865V28.4391Z' fill='black'/%3E %3Cpath d='M73.4721 27.7925H75.4047V30.3583H76.3229V27.1249H73.4721V27.7925Z' fill='black'/%3E %3Cpath d='M49.9305 28.4391H50.8327V30.3583H49.9305V28.4391Z' fill='black'/%3E %3Cpath d='M51.751 27.7925H49.8184V27.1249H52.6692V30.3583H51.751V27.7925Z' fill='black'/%3E %3Cpath d='M47.8755 30.374C48 30.3844 48.1139 30.3861 48.2171 30.3792C48.6086 30.3444 48.8934 30.1827 49.0713 29.8942C49.2528 29.6056 49.3365 29.1901 49.3222 28.6477C49.3116 28.1575 49.1994 27.7768 48.9859 27.5056C48.7724 27.231 48.4805 27.0919 48.1104 27.0884C47.9288 27.0884 47.7562 27.1336 47.5925 27.224C47.4288 27.3109 47.2918 27.4291 47.1814 27.5786C47.1626 27.6051 47.1448 27.6318 47.1283 27.6588C47.1182 27.6222 47.1074 27.5868 47.096 27.5526C47.0498 27.3996 46.9839 27.257 46.8985 27.1249H45.9215V27.2397C46.1885 27.7264 46.329 28.0932 46.3433 28.3401C46.3504 28.4478 46.3415 28.6008 46.3166 28.799C46.2917 28.9972 46.249 29.2892 46.1885 29.6751L46.087 30.3583H47.0213L47.096 29.7116C47.1316 29.4161 47.1654 29.1432 47.1975 28.8929C47.233 28.6391 47.2633 28.4565 47.2882 28.3453C47.3309 28.1645 47.4021 28.0237 47.5018 27.9228C47.605 27.822 47.726 27.7716 47.8648 27.7716C48.0463 27.7716 48.1798 27.8533 48.2652 28.0167C48.3506 28.1766 48.3969 28.3939 48.404 28.6686C48.4147 28.9537 48.3844 29.1866 48.3132 29.3674C48.2456 29.5447 48.1335 29.6491 47.9769 29.6803C47.8666 29.6977 47.7242 29.6925 47.5498 29.6647V30.3374C47.6459 30.3548 47.7545 30.367 47.8755 30.374Z' fill='black'/%3E %3Cpath d='M44.182 27.7925H42.9542V27.1249H45.458V27.7925H45.1003V30.3583H44.182V27.7925Z' fill='black'/%3E %3Cpath d='M41.0512 27.7925H41.4676V29.2631H42.3859V27.1249H41.0512V27.7925Z' fill='black'/%3E %3Cpath d='M39.0152 29.6908H39.5972V27.7925H39.1167V27.1249H40.5154V30.3583H39.0152V29.6908Z' fill='black'/%3E %3Cpath d='M36.5373 28.4391H35.6351V30.3583H36.5373V28.4391Z' fill='black'/%3E %3Cpath d='M35.5229 27.7925H37.4555V30.3583H38.3738V27.1249H35.5229V27.7925Z' fill='black'/%3E %3C/svg%3E") !important;
  background-size: contain;
}
.AudioHeaderComponenta .mainLogo {
  height: 9.21875vw;
  width: auto;
}
.AudioHeaderComponenta .mainLogo .forSubCategoryPages {
  display: none;
}
.AudioHeaderComponenta .mainLogo img {
  height: 9.21875vw;
  width: auto;
}
.AudioHeaderComponenta .mobileShareBtn {
  width: 9.0625vw;
  height: 9.0625vw;
  left: 15.625vw;
  position: absolute;
  top: 3.125vw;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.4569 0.57584C16.8213 0.421388 17.2403 0.507275 17.5192 0.793126L29.7143 13.2932C30.0952 13.6837 30.0952 14.3163 29.7143 14.7068L17.5192 27.2069C17.2403 27.4927 16.8213 27.5786 16.4569 27.4242C16.0923 27.2694 15.8543 26.9045 15.8543 26.5001V19.1953C11.1042 18.3268 6.39499 19.4828 2.10263 23.6473L1.66556 24.0819C1.36736 24.3875 0.911599 24.4626 0.535371 24.2674C0.159066 24.0719 -0.0527838 23.6499 0.0113633 23.2225C0.642542 19.0177 2.23284 15.0482 5.01206 12.1995C7.62485 9.52131 11.222 7.90479 15.8543 7.96236V1.49992C15.8543 1.09545 16.0923 0.730622 16.4569 0.57584ZM17.805 8.99997C17.805 9.27597 17.694 9.53973 17.4977 9.72873C17.3015 9.91771 17.0376 10.0157 16.7689 9.99851C12.1482 9.70249 8.76959 11.1751 6.39115 13.613C4.5979 15.4511 3.33003 17.8829 2.55756 20.6272C7.09707 17.0874 12.078 16.2678 17.0416 17.3985C17.4879 17.5002 17.805 17.9064 17.805 18.375V24.0867L27.6456 14L17.805 3.91326V8.99997Z' fill='%231E2322'/%3E %3C/svg%3E") !important;
  background-size: 7.03125vw 7.03125vw;
  background-position: center;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .ynet .AudioHeaderComponenta .navList *,
  .ynet .AudioHeaderComponenta .navList .navFooter * {
    color: #231E1E ! important;
  }
}
.audio-headlines-auto-componenta {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  padding: 5vw 3.75vw;
  box-sizing: border-box;
  background-color: #1E2322;
  color: #EBEFF0;
}
.audio-headlines-auto-componenta a {
  color: inherit;
  text-decoration: none;
}
.audio-headlines-auto-componenta .audio-componenta-tab {
  display: flex;
  height: 4.6875vw;
  padding: 0 1.25vw;
  justify-content: space-between;
  align-items: center;
  gap: 1.25vw;
  flex-shrink: 0;
  margin: 0;
}
.audio-headlines-auto-componenta .audio-componenta-tab .right-title-link {
  color: #EBEFF0;
  font-size: 4.0625vw;
  font-weight: 670;
  line-height: 100%;
}
.audio-headlines-auto-componenta .slotList {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}
.audio-headlines-auto-componenta .slotList .slotView {
  display: flex;
  gap: 2.5vw;
  padding: 1.25vw;
  height: 20vw;
  box-sizing: border-box;
}
.audio-headlines-auto-componenta .slotList .slotView .mediaArea {
  width: 31.25vw;
  height: 17.5vw;
  border-radius: 1.25vw;
  border: 0.6px solid rgba(255, 255, 255, 0.24);
  overflow: hidden;
  flex-shrink: 0;
}
.audio-headlines-auto-componenta .slotList .slotView .mediaArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audio-headlines-auto-componenta .slotList .slotView .textArea {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  justify-content: center;
  flex-grow: 1;
}
.audio-headlines-auto-componenta .slotList .slotView .textArea .moreDetails {
  width: 100%;
  display: flex;
  justify-content: start;
  color: #BBB;
  font-size: 3.4375vw;
  font-weight: 220;
  line-height: 125%;
  gap: 1.25vw;
  margin: 0;
  order: 1;
}
.audio-headlines-auto-componenta .slotList .slotView .textArea .slotTitle {
  color: #EBEFF0;
  font-size: 3.75vw;
  font-style: normal;
  font-weight: 670;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  width: 100% !important;
  order: 0;
}
.ArticleImageComponenta {
  margin: 1.875vw auto 0 auto;
  margin-right: -3.90625vw !important;
  margin-left: -3.90625vw !important;
  width: calc(100% + 7.8125vw);
  display: block;
}
.ArticleImageComponenta img {
  width: 100%;
  display: block;
}
.ArticleImageComponenta .mobileView {
  display: none;
}
.MagazineArticleTopMedia .ArticleImageComponenta {
  margin-bottom: 3.125vw;
}
.ArticleImageComponenta.LinkedImage {
  width: 100%;
  margin: auto ! important;
}
.ArticleImageComponenta .expand {
  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-color: #2e2e2f;
  background-size: 5.3125vw 5.3125vw;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 9.53125vw;
  position: absolute;
  top: 1.875vw;
  right: 1.875vw;
  height: 9.53125vw;
}
.ArticleImageComponenta .expand:hover {
  cursor: pointer;
}
.ArticleImageComponenta .galleryCounterExpand {
  display: none;
}
.ArticleImageComponenta .gelleryOpener:has(.magnifying-glass-icon) {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E %3Cpath d='M18.6666 12.0007C19.1744 12.0007 19.5858 12.4122 19.5859 12.9199V17.748H24.414C24.9218 17.7482 25.3333 18.1596 25.3333 18.6673C25.3333 19.1751 24.9218 19.5864 24.414 19.5866H19.5859V24.4147C19.5858 24.9224 19.1744 25.3339 18.6666 25.334C18.1589 25.334 17.7475 24.9224 17.7474 24.4147V19.5866H12.9193C12.4115 19.5864 12 19.1751 12 18.6673C12 18.1596 12.4115 17.7482 12.9193 17.748H17.7474V12.9199C17.7475 12.4122 18.1589 12.0007 18.6666 12.0007Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6666 5.33398C26.0304 5.33398 32 11.3035 32 18.6673C32 21.9186 30.8359 24.8977 28.9023 27.2116L34.3515 32.8288C34.7718 33.2495 34.7721 33.9317 34.3515 34.3522C33.931 34.7727 33.2488 34.7725 32.8281 34.3522L27.3932 28.7493C25.0547 30.7752 22.0035 32.0006 18.6666 32.0006C11.3028 32.0006 5.33331 26.0311 5.33331 18.6673C5.33331 11.3035 11.3028 5.33398 18.6666 5.33398ZM18.6666 7.4668C12.4811 7.4668 7.46613 12.4817 7.46613 18.6673C7.46613 24.8529 12.4811 29.8678 18.6666 29.8678C24.8522 29.8678 29.8672 24.8529 29.8672 18.6673C29.8672 12.4817 24.8522 7.4668 18.6666 7.4668Z' fill='white'/%3E %3C/svg%3E"), pointer;
}
.ArticleImageComponenta .gelleryOpener:hover .magnifying-glass-icon {
  visibility: hidden;
}
.ArticleImageComponenta .gelleryOpener .magnifying-glass-icon {
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  top: 1.25vw;
  right: 1.25vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E %3Cg clip-path='url(%23clip0_11341_14014)'%3E %3Cg filter='url(%23filter0_d_11341_14014)'%3E %3Cpath d='M11.6663 7.50016C11.9837 7.5002 12.2408 7.7574 12.2409 8.07471V11.0923H15.2585C15.5758 11.0924 15.833 11.3495 15.833 11.6668C15.833 11.9842 15.5758 12.2413 15.2585 12.2414H12.2409V15.259C12.2408 15.5763 11.9837 15.8335 11.6663 15.8335C11.349 15.8335 11.0919 15.5763 11.0918 15.259V12.2414H8.07422C7.75689 12.2413 7.49967 11.9842 7.49967 11.6668C7.49967 11.3495 7.75689 11.0924 8.07422 11.0923H11.0918V8.07471C11.0919 7.75738 11.349 7.50016 11.6663 7.50016Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6663 3.3335C16.2687 3.3335 19.9997 7.06446 19.9997 11.6668C19.9997 13.6988 19.2721 15.5608 18.0636 17.007L21.4694 20.5177C21.7321 20.7807 21.7322 21.2071 21.4694 21.4699C21.2066 21.7327 20.7802 21.7325 20.5173 21.4699L17.1204 17.9681C15.6589 19.2343 13.7519 20.0002 11.6663 20.0002C7.06397 20.0002 3.33301 16.2692 3.33301 11.6668C3.33301 7.06446 7.06397 3.3335 11.6663 3.3335ZM11.6663 4.6665C7.80035 4.6665 4.66602 7.80084 4.66602 11.6668C4.66602 15.5328 7.80035 18.6672 11.6663 18.6672C15.5323 18.6672 18.6667 15.5328 18.6667 11.6668C18.6667 7.80084 15.5323 4.6665 11.6663 4.6665Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_11341_14014' x='-0.666992' y='1.3335' width='26.333' height='26.3335' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_11341_14014'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_11341_14014' result='shape'/%3E %3C/filter%3E %3CclipPath id='clip0_11341_14014'%3E %3Crect width='25' height='25' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ArticleImageComponenta .gelleryOpener .gallery-indication {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9375vw;
  position: absolute;
  bottom: 1.25vw;
  right: 1.25vw;
  padding: 0.46875vw 2.5vw;
  border-radius: 3.90625vw;
  background-color: rgba(0, 0, 0, 0.5);
}
.ArticleImageComponenta .gelleryOpener .gallery-indication .gallery-icon {
  width: 5vw;
  height: 5vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 6.74537C10.5145 6.74541 11.0243 6.8472 11.4996 7.04486C11.9749 7.24254 12.4072 7.53217 12.771 7.89735C13.1347 8.26262 13.4237 8.69664 13.6206 9.17385C13.8175 9.65111 13.9189 10.163 13.9189 10.6796C13.9189 11.1962 13.8175 11.7081 13.6206 12.1853C13.4237 12.6626 13.1348 13.0965 12.771 13.4618C12.4071 13.8271 11.975 14.1172 11.4996 14.315C11.0244 14.5126 10.5144 14.6144 10 14.6145C9.48557 14.6144 8.97565 14.5126 8.50036 14.315C8.02509 14.1173 7.59283 13.8271 7.22904 13.4618C6.86531 13.0966 6.57689 12.6626 6.38001 12.1853C6.18312 11.708 6.08174 11.1962 6.08174 10.6796C6.08177 10.163 6.18311 9.65114 6.38001 9.17385C6.57694 8.69663 6.86526 8.26261 7.22904 7.89735C7.59282 7.53213 8.02511 7.24256 8.50036 7.04486C8.97565 6.84723 9.48557 6.7454 10 6.74537ZM10 7.79135C9.62241 7.79138 9.24798 7.8666 8.89912 8.01165C8.55031 8.15678 8.23314 8.3694 7.96614 8.63745C7.69914 8.90554 7.48744 9.22398 7.34288 9.57423C7.19835 9.92459 7.1235 10.3004 7.12347 10.6796C7.12347 11.0589 7.19834 11.4345 7.34288 11.785C7.48745 12.1353 7.69904 12.4542 7.96614 12.7224C8.23314 12.9904 8.55032 13.2031 8.89912 13.3482C9.24798 13.4932 9.62241 13.5684 10 13.5685C10.3776 13.5684 10.752 13.4933 11.1009 13.3482C11.4498 13.203 11.7674 12.9905 12.0345 12.7224C12.3015 12.4542 12.5132 12.1353 12.6578 11.785C12.8023 11.4346 12.8772 11.0588 12.8772 10.6796C12.8771 10.3004 12.8023 9.92456 12.6578 9.57423C12.5132 9.22401 12.3014 8.90554 12.0345 8.63745C11.7674 8.3693 11.4498 8.1568 11.1009 8.01165C10.752 7.86656 10.3776 7.79138 10 7.79135Z' fill='white'/%3E %3Cpath d='M16.1187 8.47781H14.7584V7.43183H16.1187V8.47781Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.6766 5.37883H16.1187C16.6177 5.37886 17.0964 5.57764 17.4492 5.93183C17.802 6.28606 17.9999 6.76678 18 7.26772V14.7747C18.0013 15.0235 17.9536 15.2701 17.8594 15.5002C17.7652 15.7303 17.6263 15.9398 17.4511 16.1157C17.276 16.2915 17.0677 16.4305 16.8387 16.5251C16.6104 16.6193 16.3656 16.6671 16.1187 16.6662L3.88125 16.6668C3.63445 16.6677 3.38961 16.6193 3.16132 16.5251C2.93231 16.4305 2.72399 16.2915 2.54888 16.1157C2.37366 15.9398 2.2348 15.7303 2.14058 15.5002C2.04641 15.2701 1.99872 15.0235 2.00003 14.7747V7.26772C2.00009 6.76679 2.19801 6.28605 2.55078 5.93183C2.72547 5.75645 2.9331 5.61744 3.16132 5.52251C3.38953 5.4276 3.63424 5.37886 3.88125 5.37883H4.03707V4.53592H5.0788V5.37883H6.32341L7.6844 3.3335H12.3156L13.6766 5.37883ZM6.88116 6.42481H3.88125C3.77107 6.42483 3.66187 6.44697 3.56008 6.4893C3.4583 6.53165 3.36579 6.59372 3.28788 6.67193C3.13052 6.82995 3.04183 7.04427 3.04176 7.26772V14.7805C3.0412 14.8909 3.06292 15.0002 3.10472 15.1023C3.14656 15.2045 3.20817 15.2975 3.28597 15.3756C3.3637 15.4536 3.45591 15.5156 3.55754 15.5576C3.6593 15.5996 3.76868 15.6208 3.87871 15.6202H16.1213C16.2313 15.6208 16.3407 15.5996 16.4425 15.5576C16.5442 15.5156 16.6369 15.4537 16.7147 15.3756C16.7924 15.2975 16.8541 15.2044 16.8959 15.1023C16.9377 15.0003 16.9588 14.8908 16.9582 14.7805V7.26772C16.9582 7.04426 16.8695 6.82995 16.7121 6.67193C16.5547 6.51395 16.3413 6.42484 16.1187 6.42481H13.1188L11.7585 4.37947H8.24152L6.88116 6.42481Z' fill='white'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.ArticleImageComponenta .gelleryOpener .gallery-indication .gallery-text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
}
.ArticleImageComponenta.firstImageInArticleBody .expand {
  display: none;
}
.blog_article .ArticleImageComponenta.firstImageInArticleBody .expand {
  display: block;
}
.ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand {
  display: flex;
  position: absolute;
  right: 3.90625vw;
  bottom: 3.90625vw;
  height: 7.34375vw;
  width: auto;
  border-radius: 6.25vw;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.54688vw 3.75vw 0.54688vw 2.65625vw;
  font-size: 3.75vw;
  color: #fff;
  -webkit-text-fill-color: #fff;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.blog_article .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand {
  display: none;
}
.font-moses .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand {
  font-size: 3.4375vw;
  font-weight: 340;
}
.ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg {
  width: auto;
  padding: 0 1.09375vw;
  height: 4.6875vw;
  background: #fff;
  color: #2e2e2f;
  -webkit-text-fill-color: #2e2e2f;
  font-size: 3.125vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.09375vw;
  border-radius: 0.54688vw;
}
.font-moses .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg {
  font-size: 2.8125vw;
  font-weight: 340;
}
.ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after,
.ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:before {
  position: absolute;
  width: 0.26563vw;
  border-radius: 0.54688vw;
  background: #fff;
  content: "";
}
.ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after {
  height: 3.90625vw;
  right: -0.54688vw;
  top: 0.26563vw;
}
.ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:before {
  height: 2.96875vw;
  right: -1.09375vw;
  top: 0.78125vw;
}
.ArticleImageComponenta > a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.ArticleImageComponenta > a > img {
  width: 100%;
  display: block;
  height: auto;
}
.ArticleImageComponenta .ImageDetails {
  width: 100%;
  font-size: 1rem;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
  padding: 0.46875vw 3.90625vw 0.78125vw 1.5625vw;
  box-sizing: border-box;
  display: block;
}
.font-moses .ArticleImageComponenta .ImageDetails {
  font-weight: 340;
  font-size: 0.875rem !important;
}
.ArticleImageComponenta .ImageDetails .ImageCaption {
  font-weight: 400;
  margin-left: 1.09375vw;
}
.font-moses .ArticleImageComponenta .ImageDetails .ImageCaption {
  font-weight: 340;
  font-size: 0.875rem !important;
}
.photo_article_template.ynet .ArticleImageComponenta .ImageDetails .ImageCaption {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.ynet .ArticleImageComponenta .ImageDetails .ImageCaption {
  color: #000;
  -webkit-text-fill-color: #000;
}
.yplus .ArticleImageComponenta {
  margin: 0;
}
.yplus .ImageDetails {
  font-size: 1rem;
}
.font-moses .yplus .ImageDetails {
  font-size: 4.375vw !important;
  font-weight: 340;
}
@media (prefers-color-scheme: dark) {
  .yplus .ArticleImageComponenta .ImageDetails {
    color: #b9b9b9;
    -webkit-text-fill-color: #fff;
  }
  .ArticleImageComponenta .ImageDetails {
    color: #b9b9b9;
    -webkit-text-fill-color: #fff;
  }
  .ynet  .ArticleImageComponenta .ImageDetails .ImageCaption {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
}
.articleIframe iframe {
  border: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
}
.articleIframe .iframeCaption {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.25rem;
  color: #787878;
  display: block;
}
.article-image-price-tag-points-component {
  margin-right: -1.5625vw !important;
  margin-left: -1.5625vw !important;
}
.magazine2025 .article-image-price-tag-points-component {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
  width: calc(100% + 2.5rem);
}
.article-image-price-tag-points-component {
  position: relative;
  margin: auto;
  width: 100%;
}
.article-image-price-tag-points-component .pont-dot-parent {
  height: 4.6875vw;
  width: 4.6875vw;
  left: calc(var(--pointX) - 4.6875vw/2);
  top: calc(var(--pointY) - 4.6875vw);
  position: absolute;
}
.article-image-price-tag-points-component .point-dot {
  background: var(--pointColor);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 3.125vw !important;
  font-family: "Times New Roman";
  color: var(--plusColor);
}
.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: 31.25vw;
  height: auto;
  max-height: 31.25vw;
  color: #000000;
  border-radius: 1.875vw;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
}
.magazine2025 .article-image-price-tag-points-component .point-box {
  max-height: fit-content;
  width: 39.0625vw !important;
}
.article-image-price-tag-points-component .point-box .close-btn {
  float: left;
  font-size: 2.1875vw;
  font-weight: 600;
  padding-left: 1.875vw;
  padding-top: 1.875vw;
  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: 2.8125vw;
  line-height: 1.5625vw;
  padding: 0px 3.125vw;
}
.magazine2025 .article-image-price-tag-points-component .point-box .price-row {
  font-size: 4.0625vw;
  line-height: 4.53125vw;
  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: 0.46875vw;
  font-size: 2.1875vw;
  font-weight: bold;
  line-height: 2.03125vw;
  color: #000000;
  padding: 0px 3.125vw;
  max-height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.magazine2025 .article-image-price-tag-points-component .point-box .desc-row {
  font-size: 4.0625vw;
  line-height: 4.53125vw;
  font-weight: 400;
}
.magazine2025 .article-image-price-tag-points-component .point-box .additional-row {
  font-size: 4.0625vw;
  line-height: 4.53125vw;
  padding: 0px 3.125vw;
  font-weight: 300;
}
.article-image-price-tag-points-component .point-box .buy-row {
  padding: 1.71875vw 3.125vw;
  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.1875vw;
  font-weight: 800;
  line-height: 2.5vw;
  padding: 1.25vw 1.875vw;
  text-decoration: none;
}
.magazine2025 .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  font-size: 4.0625vw;
  line-height: 4.53125vw;
  font-weight: 400;
}
.article-image-price-tag-points-component .ImageDetails {
  margin-bottom: 1.5625vw;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails {
  padding-inline-start: 4.6875vw;
}
.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;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails > * {
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: 'Assistant';
  font-weight: 400;
}
.font-moses .article-image-price-tag-points-component .ImageDetails > * {
  font-family: "Moses", Arial, Helvetica, sans-serif;
  font-size: 2.5vw;
  font-weight: 340;
}
.article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: bold;
  margin-left: 0.78125vw;
}
.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;
}
.yplus .article-image-price-tag-points-component {
  margin: 0 !important;
}
.yplus .article-image-price-tag-points-component .pont-dot-parent {
  width: 7.8125vw;
  height: 7.8125vw;
  left: -2.34375vw;
  top: -2.34375vw;
}
.yplus .article-image-price-tag-points-component .point-box {
  padding: 2.34375vw;
  color: #000 !important;
  background-color: #d5d6d9;
}
.yplus .article-image-price-tag-points-component .point-box .close-btn {
  position: absolute;
  left: 0;
  font-size: 5.46875vw;
  padding: 0 0 0 2.34375vw;
  line-height: 0.9;
}
.yplus .article-image-price-tag-points-component .point-box .price-row,
.yplus .article-image-price-tag-points-component .point-box .desc-row {
  padding: 0 0 0 6.25vw;
  line-height: 1;
}
.yplus .article-image-price-tag-points-component .point-box .price-row {
  font-size: 4.6875vw;
}
.yplus .article-image-price-tag-points-component .point-box .desc-row {
  font-size: 3.59375vw;
}
.yplus .article-image-price-tag-points-component .point-box .buy-row {
  margin-top: 3.59375vw;
  padding: 0;
}
.yplus .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  border-radius: 3.90625vw;
  font-size: 3.59375vw;
  padding: 2.03125vw 3.125vw;
}
.yplus .article-image-price-tag-points-component .ImageDetails {
  padding: 0 3.90625vw 0 0.78125vw;
  margin-top: -1.5625vw;
}
.yplus .article-image-price-tag-points-component .ImageDetails > * {
  font-family: "Open Sans Hebrew";
  font-size: 4.375vw;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
}
.font-moses .yplus .article-image-price-tag-points-component .ImageDetails > * {
  font-family: "Moses", "Open Sans Hebrew";
}
.magazine2025 .yplus .article-image-price-tag-points-component .ImageDetails > * {
  font-family: 'EzerShemesh';
}
.yplus .article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: 400;
  margin-left: 0.78125vw;
}
.font-moses .yplus .article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: 670;
}
.magazine2025 .yplus .article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: 400;
}
.yplus .article-image-price-tag-points-component .ImageDetails .ImageCredit {
  font-weight: 300;
}
.font-moses .yplus .article-image-price-tag-points-component .ImageDetails .ImageCredit {
  font-weight: 340;
}
.magazine2025 .yplus .article-image-price-tag-points-component .ImageDetails .ImageCredit {
  font-weight: 300;
}
@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;
  }
}
@media (prefers-color-scheme: dark) {
  .article-image-price-tag-points-component .point-box {
    background-color: #4a4a4a;
  }
  .article-image-price-tag-points-component .ImageDetails {
    padding: 0 3.90625vw 0 0.78125vw;
  }
  .article-image-price-tag-points-component .ImageDetails > * {
    font-family: "Open Sans Hebrew";
    font-size: 4.375vw;
    color: #78787b;
    -webkit-text-fill-color: #78787b;
  }
  .magazine2025 .article-image-price-tag-points-component .ImageDetails > * {
    font-family: 'EzerShemesh';
  }
  .article-image-price-tag-points-component .ImageDetails .ImageCaption {
    font-weight: 400;
    margin-left: 0.78125vw;
  }
  .article-image-price-tag-points-component .ImageDetails .ImageCredit {
    font-weight: 300;
  }
}
.newsLetter-componenta .newsletter-componenta-wrapper {
  border-top: solid 1px #de1a1a;
  border-bottom: solid 1px #de1a1a;
  padding: 1.5625vw 0.78125vw;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup {
  display: flex;
  flex-direction: column;
}
.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: 0.46875vw 0 0.78125vw 1.5625vw;
  font-size: 4.84375vw;
  font-weight: bold;
  line-height: 1;
  width: 100%;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .email-input {
  display: flex;
  flex-direction: column;
  margin: 1.875vw 0px;
}
.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: 62.5vw;
  font-size: 4.53125vw;
  padding: 1.25vw 0.78125vw;
  background-color: #e1e1e1;
  border: none;
  color: #de1a1a;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .email-input .email-input-wrapper .send-button {
  padding: 1.25vw 1.5625vw;
  background-color: #de1a1a;
  width: 31.25vw;
  font-size: 4.53125vw;
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .email-input .error-message {
  font-size: 3.28125vw;
  color: #de1a1a;
  font-weight: bold;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .accept-terms {
  font-size: 3.75vw;
  font-weight: 300;
}
.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: 2.34375vw 0.78125vw;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .send-success-wrapper .newsletter-success-title-1 {
  font-size: 5.9375vw;
  font-weight: bold;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .send-success-wrapper .newsletter-success-title-2 {
  font-size: 4.53125vw;
}
.newsLetter-componenta .newsletter-icon-pf {
  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");
}
.newsLetter-componenta .newsletter-icon {
  width: 31.25vw;
  height: 15.625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (prefers-color-scheme: dark) {
  .newsLetter-componenta .newsletter-icon {
    filter: invert(1);
  }
}
.photo_article_template {
  background-color: #1E1E1E;
}
.photo_article_template * {
  color: #fff;
}
.photo_article_template .ArticleBodyComponent {
  background-color: #1E1E1E;
}
.photo_article_template .DesktopModeContainer .headerLogoWrapper {
  position: static;
}
.articlePictureOfTheWeekHeaderMutamComponenta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.875rem;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerLogoWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1E1E1E;
  height: 12.8125vw;
  width: 96%;
  padding: 0 1.5625vw;
  margin-bottom: 4.6875vw;
  box-shadow: 0px 0.625vw 0.625vw 0px rgba(89, 89, 89, 0.25);
  position: fixed;
  top: 0;
  z-index: 9;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerLogoWrapper .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: 14.84375vw;
  height: 6.40625vw;
  background-size: contain;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerLogoWrapper .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: 35.3125vw;
  height: 4.6875vw;
  background-size: contain;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 15.625vw;
  display: flex;
  justify-content: space-between;
  color: #fff;
  gap: 1.25rem;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .title {
  font-size: 1.875rem;
  line-height: 100%;
  font-weight: 340;
  text-align: center;
  letter-spacing: 0.375rem;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .author {
  font-size: 1.375rem;
  font-weight: 670;
  line-height: 1.09;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .commentsBtn {
  display: none;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  flex-direction: row-reverse;
  margin: 0;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .iconShare-pf {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .more,
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .menuMore {
  display: none;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .whBtn.icon {
  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: 4;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .fcBtn {
  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;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .twBtn {
  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: 5;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .mailto.iconShare-pf {
  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") !important;
  width: 30px;
  height: 30px;
  order: 2;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .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");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  order: 1;
  width: 24px;
  height: 24px;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .separator {
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .subtitle {
  font-size: 1.25rem;
  font-weight: 340;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5rem;
  white-space: nowrap;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .marketInfoAndDate {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 340;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.recipeRating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.recipeRating > span {
  flex: 1;
}
.recipeRating .recipe-rating {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.8125vw;
  font-family: 'NarkisBlock';
  font-weight: 700;
}
.recipeRating .recipe-rating.alreadyRated .recipe-rating-stars {
  cursor: default;
}
.recipeRating .recipe-rating.alreadyRated .recipe-rating-star {
  color: transparent !important;
}
.recipeRating .recipe-rating > * {
  width: 100%;
}
.recipeRating .recipe-rating .recipe-rating-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.9375vw;
}
.font-moses .recipeRating .recipe-rating .recipe-rating-text {
  font-size: 4.21875vw;
  font-weight: 670;
  font-family: "Moses", "NarkisBlock";
}
.recipeRating .recipe-rating .recipe-rating-stars {
  align-items: center;
  justify-content: space-around;
  direction: ltr;
  display: flex;
  cursor: pointer;
  margin: 3.125vw 17.1875vw 6.25vw;
}
.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='34.625' height='34.625' viewBox='0 0 34.625 34.625'%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='M17.313,28.709l-10.7,5.916L8.655,22.1,0,13.225,11.963,11.4,17.313,0,22.66,11.4l11.965,1.829L25.968,22.1l2.044,12.528Z'/%3E %3Cpath class='cls-3' d='M 9.249397277832031 30.88191413879395 L 17.3131103515625 26.42376899719238 L 25.37508010864258 30.88142967224121 L 23.83197021484375 21.42219924926758 L 30.47513008117676 14.61426734924316 L 21.30237007141113 13.21242904663086 L 17.31245613098145 4.707680225372314 L 13.31988906860352 13.2124490737915 L 4.149397850036621 14.61421203613281 L 10.7916898727417 21.42219924926758 L 9.249397277832031 30.88191413879395 M 28.01220893859863 34.62493896484375 L 17.31305885314941 28.70911026000977 L 6.612729549407959 34.62493896484375 L 8.655349731445313 22.09648895263672 L -5.175781438992999e-07 13.22523975372314 L 11.96289920806885 11.39663982391357 L 17.31305885314941 -5.175781438992999e-07 L 22.65966987609863 11.39663982391357 L 34.62493896484375 13.22523975372314 L 25.96840858459473 22.09648895263672 L 28.01220893859863 34.62493896484375 Z'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.59375vw;
  height: 8.59375vw;
  padding: 0 1.09375vw 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.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");
  color: black;
}
.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");
  color: white;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-text {
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.53125vw;
  font-family: "EzerShemesh";
}
.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");
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .recipeRating .recipe-rating.alreadyRated .recipe-rating-stars .recipe-rating-star {
    color: transparent !important;
  }
  .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='34.625' height='34.625' viewBox='0 0 34.625 34.625'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_white' data-name='for you icon white' class='cls-1'%3E %3Cpath class='cls-2' d='M17.313,28.709l-10.7,5.916L8.655,22.1,0,13.225,11.963,11.4,17.313,0,22.66,11.4l11.965,1.829L25.968,22.1l2.044,12.528Z'/%3E %3Cpath class='cls-3' d='M 9.249397277832031 30.88191413879395 L 17.3131103515625 26.42376899719238 L 25.37508010864258 30.88142967224121 L 23.83197021484375 21.42219924926758 L 30.47513008117676 14.61426734924316 L 21.30237007141113 13.21242904663086 L 17.31245613098145 4.707680225372314 L 13.31988906860352 13.2124490737915 L 4.149397850036621 14.61421203613281 L 10.7916898727417 21.42219924926758 L 9.249397277832031 30.88191413879395 M 28.01220893859863 34.62493896484375 L 17.31305885314941 28.70911026000977 L 6.612729549407959 34.62493896484375 L 8.655349731445313 22.09648895263672 L -5.175781438992999e-07 13.22523975372314 L 11.96289920806885 11.39663982391357 L 17.31305885314941 -5.175781438992999e-07 L 22.65966987609863 11.39663982391357 L 34.62493896484375 13.22523975372314 L 25.96840858459473 22.09648895263672 L 28.01220893859863 34.62493896484375 Z'/%3E %3C/g%3E %3C/svg%3E") !important;
  }
}
.specialImageGalleryFront {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.specialImageGalleryFront .specialImageGalleryFrontItem {
  margin: 0 0 3.125rem;
  position: relative;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener {
  position: relative;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .expand {
  display: none;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand {
  display: flex;
  width: max-content;
  position: absolute;
  right: 2.34375vw;
  top: -2.34375vw;
  height: 4.375vw;
  width: auto;
  border-radius: 3.125vw;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.3125vw 2.1875vw 0.3125vw 1.5625vw;
  font-size: 2.1875vw;
  color: #fff;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand .numOfImg {
  width: 1.5625vw;
  padding: 0 0.625vw;
  height: 2.8125vw;
  background: #fff;
  color: #2e2e2f !important;
  font-size: 2.03125vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.625vw;
  border-radius: 0.3125vw;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand .numOfImg:after,
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand .numOfImg::before {
  content: "";
  position: absolute;
  width: 1px;
  border-radius: 0.3125vw;
  background: #fff;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand .numOfImg:after {
  height: 2.34375vw;
  right: -0.3125vw;
  top: 1px;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand .numOfImg:before {
  height: 1.71875vw;
  right: -0.625vw;
  top: 0.46875vw;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .gelleryOpener .expand {
  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-color: #2e2e2f;
  background-size: 5.3125vw 5.3125vw;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 9.53125vw;
  position: absolute;
  top: 1.875vw;
  right: 1.875vw;
  height: 9.53125vw;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .galleryCounterExpand {
  display: none;
}
.specialImageGalleryFront .specialImageGalleryFrontItem img {
  width: 96.09375vw;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 340;
  line-height: 1.33;
  height: fit-content;
  width: 100%;
  align-items: flex-start;
  margin: 0px 1.5625vw 0 -1.5625vw;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails .separator {
  margin: 1.5625vw 0;
  width: 19.53125vw;
  height: 1px;
  background-color: #78787B;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails .creditAndCaption {
  display: block;
  align-items: center;
  flex-wrap: wrap;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails .creditAndCaption .creditSeparator {
  margin: 0 0.3125rem;
  background-color: unset;
  display: inline;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails .creditAndCaption .credit {
  display: inline;
  color: #C5C5C5;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails .creditAndCaption .caption {
  display: inline;
}
.magazine_template .VideoComponenta {
  display: flex;
}
.articleVideoComponenta,
.VideoLiveComponenta {
  position: relative;
  display: block;
  width: calc(100% + 7.8125vw);
  margin: 0 -3.90625vw;
}
.calcalist .articleVideoComponenta,
.calcalist .VideoLiveComponenta {
  margin: 0.78125vw 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.articleVideoComponenta #player,
.VideoLiveComponenta #player {
  background-size: contain;
}
.articleVideoComponenta > span,
.VideoLiveComponenta > span {
  display: block;
}
.calcalist .articleVideoComponenta .fp-title,
.calcalist .VideoLiveComponenta .fp-title {
  display: none !important;
}
.articleVideoComponenta .videoInfo,
.VideoLiveComponenta .videoInfo {
  color: #78787b;
  padding: 1.5625vw;
  z-index: 1;
  position: relative;
  height: auto;
  font-size: 1rem;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -2.34375vw;
  box-sizing: border-box;
}
.font-moses .articleVideoComponenta .videoInfo,
.font-moses .VideoLiveComponenta .videoInfo {
  font-size: 0.875rem;
  padding: 1.5625vw 3.90625vw;
}
.articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  max-width: 90%;
  display: flex;
  flex-grow: 1;
}
.calcalist .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.calcalist .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  display: inline-block;
  max-width: unset;
}
.articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div {
  max-width: unset;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 1.5625vw;
  line-height: 1.25;
}
.calcalist .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div:first-child,
.calcalist .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div:first-child {
  margin-left: 0px;
}
.calcalist .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.calcalist .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div {
  display: inline;
  white-space: wrap;
  margin-left: 0px;
}
.articleVideoComponenta .videoInfo .videoComponentaShare,
.VideoLiveComponenta .videoInfo .videoComponentaShare {
  display: none;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container {
  position: relative;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu {
  background-color: transparent;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header {
  display: none;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li {
  position: absolute;
  left: 2.34375vw;
  top: 2.34375vw;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.25vw !important;
  border-radius: 0.78125vw;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span {
  display: none;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link {
  margin: 0;
  width: 4.6875vw;
}
.ynet .articleVideoComponenta .art_video_caption,
.galhad .articleVideoComponenta .art_video_caption,
.ynet .VideoLiveComponenta .art_video_caption,
.galhad .VideoLiveComponenta .art_video_caption {
  color: #000;
}
.ynet .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.radionas .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.galhad .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.ynet .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper,
.radionas .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper,
.galhad .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  display: inline-block;
}
.ynet .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.radionas .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.galhad .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.ynet .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.radionas .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.galhad .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div {
  display: inline-block;
  overflow: unset;
}
.ynet .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.radionas .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.galhad .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.ynet .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.radionas .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.galhad .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div span {
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media (prefers-color-scheme: dark) {
  .articleVideoComponenta .videoInfo,
  .VideoLiveComponenta .videoInfo {
    color: #fff !important;
  }
}
.YoutubeCaption {
  font-size: 4.375vw;
  font-weight: 300;
  padding: 0 3.90625vw 0.78125vw 1.5625vw;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
}
.multi-audio-row-auto-component {
  display: flex;
  flex-direction: column;
  gap: 3.75vw;
  background: inherit;
  margin-bottom: 9.375vw;
  padding-top: 18.75vw;
  margin-top: -18.75vw;
}
.multi-audio-row-auto-component .multi-audio-row-auto-component-tab {
  width: 100%;
  height: 3.4375vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.75vw;
  box-sizing: border-box;
}
.multi-audio-row-auto-component .multi-audio-row-auto-component-tab .background-link {
  height: 100%;
  width: 100%;
}
.multi-audio-row-auto-component .multi-audio-row-auto-component-tab .title-link {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.multi-audio-row-auto-component .multi-audio-row-auto-component-tab .title-text {
  color: #FEF9F9;
  white-space: nowrap;
}
.multi-audio-row-auto-component .multi-audio-row-auto-component-tab .right-title-text {
  font-size: 3.4375vw;
  font-weight: bold;
}
.font-moses .multi-audio-row-auto-component .multi-audio-row-auto-component-tab .right-title-text {
  font-size: 4.21875vw;
  font-weight: 670;
}
.multi-audio-row-auto-component .multi-audio-row-auto-component-tab .left-title-text {
  font-size: 3.125vw;
}
.font-moses .multi-audio-row-auto-component .multi-audio-row-auto-component-tab .left-title-text {
  font-size: 3.90625vw;
  font-weight: 340;
}
.multi-audio-row-auto-component .slotsContent {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
}
.multi-audio-row-auto-component .slotsContent .slotListWrapper {
  display: flex;
  gap: 4.6875vw;
  position: relative;
  overflow: auto;
  padding: 0 3.125vw;
  scroll-behavior: smooth;
}
.multi-audio-row-auto-component .slotsContent .slotListWrapper::-webkit-scrollbar {
  display: none;
}
.multi-audio-row-auto-component .slotsContent .slotView {
  width: 50.3125vw;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 3.125vw;
  box-sizing: content-box;
  text-decoration: none;
}
.multi-audio-row-auto-component .slotsContent .slotView .mediaArea {
  width: 50vw;
  height: 28.125vw;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 1.25vw;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.multi-audio-row-auto-component .slotsContent .slotView .mediaArea img {
  aspect-ratio: 1.77777778;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.multi-audio-row-auto-component .slotsContent .slotView .mediaArea .playIcon {
  width: 9.375vw;
  height: 9.375vw;
  position: absolute;
  bottom: 1.25vw;
  right: 1.25vw;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='20' cy='20' r='20' fill='%23B0B0B0' fill-opacity='0.3'/%3E %3Ccircle cx='20' cy='20' r='20' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 37.3333C29.5729 37.3333 37.3333 29.5729 37.3333 20C37.3333 10.4271 29.5729 2.66667 20 2.66667C10.4271 2.66667 2.66667 10.4271 2.66667 20C2.66667 29.5729 10.4271 37.3333 20 37.3333ZM20 40C31.0457 40 40 31.0457 40 20C40 8.95431 31.0457 0 20 0C8.95431 0 0 8.95431 0 20C0 31.0457 8.95431 40 20 40Z' fill='%23FEF9F9'/%3E %3Cpath d='M27.6887 19.4377C28.1039 19.6905 28.1039 20.3095 27.6887 20.5623L15.6231 27.9082C15.2006 28.1654 14.6667 27.8516 14.6667 27.3459L14.6667 12.6541C14.6667 12.1484 15.2006 11.8346 15.6231 12.0918L27.6887 19.4377Z' fill='%23FEF9F9'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .podcastDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .podcastDetails .categoryDetails {
  display: flex;
  align-items: center;
  gap: 1.5625vw;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .podcastDetails .categoryDetails .categoryImage {
  width: 6.25vw;
  height: 6.25vw;
  border-radius: 0.46875vw;
  object-fit: cover;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .podcastDetails .categoryDetails .category {
  color: #FEF9F9;
  font-size: 3.28125vw;
  font-weight: 670;
  line-height: 4.21875vw;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .podcastDetails .DateDisplay {
  color: #A2A2A2;
  font-size: 3.28125vw;
  font-weight: 100;
  line-height: 4.21875vw;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .slotTitle {
  color: #FEF9F9;
  font-size: 3.75vw;
  font-weight: 670;
  line-height: 4.84375vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .slotSubTitle {
  color: #A2A2A2;
  font-size: 2.8125vw;
  font-weight: 100;
  line-height: 4.21875vw;
  margin: auto 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .moreDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .moreDetails .duration {
  color: #A2A2A2;
  font-size: 2.8125vw;
  font-weight: 100;
  line-height: 4.21875vw;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .moreDetails .shareMenu {
  display: flex;
  align-items: center;
  gap: 1.5625vw;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .moreDetails .shareMenu .shareBtn {
  width: 3.59375vw;
  height: 3.59375vw;
  filter: invert(1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E %3Cpath d='M18.9164 4.73872C19.2707 4.5919 19.678 4.67354 19.9492 4.94528L31.8055 16.8281C32.1759 17.1993 32.1759 17.8006 31.8055 18.1718L19.9492 30.0546C19.678 30.3264 19.2707 30.408 18.9164 30.2612C18.5619 30.1141 18.3305 29.7672 18.3305 29.3828V22.4387C13.7124 21.6131 9.13398 22.712 4.96085 26.6708L4.53592 27.0839C4.24601 27.3745 3.8029 27.4459 3.43713 27.2603C3.07127 27.0745 2.86531 26.6733 2.92767 26.267C3.54132 22.2699 5.08744 18.4964 7.78946 15.7883C10.3297 13.2424 13.8269 11.7058 18.3305 11.7605V5.61717C18.3305 5.23267 18.5619 4.88586 18.9164 4.73872ZM20.227 12.7468C20.227 13.0092 20.1191 13.2599 19.9283 13.4396C19.7375 13.6193 19.481 13.7124 19.2197 13.6961C14.7274 13.4147 11.4426 14.8146 9.13025 17.1321C7.38681 18.8794 6.15416 21.1911 5.40315 23.7999C9.81656 20.4349 14.6591 19.6558 19.4849 20.7306C19.9187 20.8273 20.227 21.2135 20.227 21.6589V27.0886L29.7943 17.5L20.227 7.91133V12.7468Z' fill='black'/%3E %3C/svg%3E");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .moreDetails .shareMenu .signup-for-podcast.bepo {
  height: unset;
  display: flex;
  flex-direction: row;
  padding: 0;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .moreDetails .shareMenu .signup-for-podcast.bepo .signup-for-podcast-title-rpf {
  display: none;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .moreDetails .shareMenu .signup-for-podcast.bepo .signup-for-podcast-buttons {
  gap: 1.40625vw;
  justify-content: flex-end;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .moreDetails .shareMenu .signup-for-podcast.bepo .podcast-signup-btn {
  width: 3.59375vw;
  height: 3.59375vw;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 !important;
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .moreDetails .shareMenu .signup-for-podcast.bepo .podcast-signup-btn.spotify-signup-btn {
  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='M12 0.351074C18.6274 0.351074 24 5.72366 24 12.3511C24 18.9785 18.6274 24.3511 12 24.3511C5.37258 24.3511 0 18.9785 0 12.3511C0 5.72366 5.37258 0.351074 12 0.351074ZM16.6714 16.5962C14.0767 14.9198 10.7823 14.5528 6.99023 15.4434H6.9873C6.68937 15.5489 6.44193 15.8633 6.54053 16.2285L6.5874 16.3442C6.71634 16.6033 6.98372 16.7915 7.28906 16.7002C10.7819 15.8619 13.727 16.1771 16.0723 17.6963C16.334 17.8794 16.6338 17.8224 16.8384 17.5952L16.9204 17.4868C17.0511 17.2119 17.0296 16.8563 16.7886 16.6665L16.6714 16.5962ZM17.918 13.5566C14.824 11.5659 10.3324 10.9889 6.68994 12.1416C6.29135 12.2467 6.09248 12.7189 6.19189 13.1377L6.24463 13.2842C6.38023 13.5583 6.68455 13.7079 6.98877 13.687L7.13965 13.6621C10.2831 12.6143 14.3751 13.1376 17.0698 14.8662C17.3756 15.0956 17.7582 15.004 18.0161 14.7314L18.1187 14.6055C18.368 14.2387 18.2173 13.7138 17.918 13.5566ZM19.166 10.0454C15.4732 7.74029 9.63364 7.53151 6.09082 8.63184C5.64258 8.78944 5.34416 9.31267 5.49316 9.83594L5.56494 10.0059C5.7387 10.3259 6.08433 10.5354 6.4541 10.5024L6.64014 10.4658C9.68399 9.47028 15.0244 9.6791 18.2183 11.6699L18.3926 11.749C18.8114 11.8893 19.2963 11.7285 19.5146 11.4077C19.7325 10.9952 19.6456 10.4634 19.3198 10.1611L19.166 10.0454Z' fill='%231ED660'/%3E %3Cpath d='M16.6713 16.5962C14.0766 14.9199 10.7822 14.5528 6.99013 15.4434H6.9872C6.68927 15.549 6.44183 15.8634 6.54043 16.2286L6.5873 16.3443C6.71624 16.6033 6.98362 16.7916 7.28896 16.7003C10.7818 15.862 13.7269 16.1771 16.0722 17.6963C16.3339 17.8794 16.6337 17.8225 16.8383 17.5953L16.9203 17.4869C17.051 17.212 17.0295 16.8564 16.7885 16.6666L16.6713 16.5962ZM17.9179 13.5567C14.8239 11.566 10.3323 10.989 6.68984 12.1417C6.29125 12.2468 6.09238 12.7189 6.19179 13.1378L6.24453 13.2842C6.38013 13.5583 6.68445 13.708 6.98867 13.6871L7.13955 13.6622C10.283 12.6144 14.375 13.1376 17.0697 14.8663C17.3755 15.0956 17.7581 15.0041 18.016 14.7315L18.1186 14.6055C18.3679 14.2387 18.2172 13.7139 17.9179 13.5567ZM19.1659 10.0455C15.4731 7.74035 9.63354 7.53157 6.09072 8.63189C5.64248 8.78949 5.34406 9.31273 5.49306 9.83599L5.56484 10.0059C5.7386 10.326 6.08423 10.5355 6.454 10.5025L6.64004 10.4659C9.68389 9.47034 15.0243 9.67915 18.2182 11.67L18.3925 11.7491C18.8113 11.8893 19.2962 11.7285 19.5145 11.4078C19.7324 10.9953 19.6455 10.4634 19.3197 10.1612L19.1659 10.0455Z' fill='%231E1E1E'/%3E %3C/svg%3E");
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .moreDetails .shareMenu .signup-for-podcast.bepo .podcast-signup-btn.apple-podcasts-signup-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='28' viewBox='0 0 24 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M11.7937 15.8562C13.2871 15.7911 14.8378 16.3569 14.9636 18.0389C15.0948 19.7976 14.6731 22.5965 14.3672 24.3744C14.1201 25.808 14.0384 27.2209 12.246 27.352C10.4047 27.4861 10.0179 26.5056 9.72044 24.9524C9.36271 23.0864 8.80824 19.3943 9.08588 17.5965V17.5981C9.26818 16.4144 10.7578 15.9014 11.7937 15.8562Z' fill='%238A38F5'/%3E %3Cpath d='M2.34995 5.71667C7.47109 -1.18154 17.9247 -0.689339 22.3136 6.71562C26.2143 13.2987 23.0466 21.8184 15.914 24.2862L15.789 24.198C15.7318 24.0133 15.9103 22.7966 16.0392 22.6471C16.1949 22.4654 17.1703 22.0376 17.4701 21.8537C18.0383 21.5049 18.5966 21.0817 19.0863 20.6294C27.0396 13.288 19.8918 0.020549 9.39784 2.69841C0.449952 4.98222 -1.32344 17.0959 6.60998 21.9119C6.85178 22.0583 7.85633 22.513 7.95091 22.6196C8.06608 22.7485 8.27351 23.9871 8.23158 24.1352C8.21862 24.1812 8.16522 24.2494 8.12327 24.2701C8.04929 24.3076 7.31243 23.9979 7.16827 23.9343C0.185269 20.8616 -2.24717 11.9103 2.34995 5.71667Z' fill='%238A38F5'/%3E %3Cpath d='M5.56425 8.0657C8.80595 3.6744 15.3977 3.76174 18.5502 8.209C21.1809 11.9203 20.2251 17.1204 16.451 19.5982L16.3061 19.5085V17.8641C21.2724 13.3003 17.1421 4.97692 10.4725 6.53856C5.34455 7.73989 3.81067 14.382 7.71598 17.8641H7.71672V19.5085L7.57177 19.5982C3.71758 17.0836 2.813 11.7923 5.56425 8.0657Z' fill='%238A38F5'/%3E %3Cpath d='M11.9973 9.10373C13.5388 9.10374 14.789 10.3602 14.789 11.9096C14.789 13.459 13.5388 14.7155 11.9973 14.7155C10.4558 14.7155 9.20558 13.459 9.20558 11.9096C9.20558 10.3602 10.4558 9.10373 11.9973 9.10373Z' fill='%238A38F5'/%3E %3C/svg%3E");
}
.multi-audio-row-auto-component .slotsContent .slotView .textArea .moreDetails .shareMenu .signup-for-podcast.bepo .podcast-signup-btn.youtube-podcasts-signup-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.7998 0.168945C19.7996 0.168945 21.3001 0.168685 22.3516 0.932617C22.691 1.17928 22.9897 1.47792 23.2363 1.81738C24.0003 2.86884 24 4.36936 24 7.36914V9.33301C24 12.3324 24.0001 13.8324 23.2363 14.8838C22.9897 15.2232 22.691 15.5219 22.3516 15.7686C21.3001 16.5325 19.7996 16.5332 16.7998 16.5332H7.2002C4.20041 16.5332 2.6999 16.5325 1.64844 15.7686C1.30902 15.5219 1.01029 15.2232 0.763672 14.8838C-0.000101745 13.8324 7.69271e-10 12.3324 1.20546e-10 9.33301V7.36914C1.20546e-10 4.36936 -0.000260174 2.86884 0.763672 1.81738C1.01033 1.47792 1.30897 1.17928 1.64844 0.932617C2.6999 0.168685 4.20041 0.168945 7.2002 0.168945H16.7998ZM10.5908 4.60059C10.2582 4.38453 9.81836 4.62386 9.81836 5.02051V11.6816C9.81862 12.0781 10.2583 12.3166 10.5908 12.1006L15.7178 8.77051C16.0213 8.57336 16.0213 8.12879 15.7178 7.93164L10.5908 4.60059Z' fill='%23FF0004'/%3E %3Cpath d='M10.5908 4.6007C10.2582 4.38464 9.81836 4.62398 9.81836 5.02062V11.6818C9.81862 12.0782 10.2583 12.3167 10.5908 12.1007L15.7178 8.77062C16.0213 8.57347 16.0213 8.1289 15.7178 7.93175L10.5908 4.6007Z' fill='white'/%3E %3C/svg%3E");
}
.multi-audio-row-auto-component .leftAndRightTransitionAnimation {
  transition: all 350ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-timing-function: ease-in-out;
}
.GridPlacedItem .MultiImagesBepoComponenta {
  background-color: #1D1E1A;
}
.MultiImagesBepoComponenta {
  display: flex;
  flex-direction: column;
  gap: 3.75vw;
  margin-top: 3.125vw;
  margin-bottom: 9.375vw;
  direction: rtl;
  padding-top: 18.75vw;
  margin-top: -18.75vw;
}
.MultiImagesBepoComponenta .multiImagesBepoTab {
  color: #EBEFF0;
  font-family: "Moses";
  font-size: 4.21875vw;
  font-weight: 670;
  line-height: 100%;
  padding: 0 3.75vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.MultiImagesBepoComponenta .multiImagesBepoTab a {
  text-decoration: none;
  color: inherit;
}
.MultiImagesBepoComponenta .multiImagesBepoTab .leftSideArrow {
  font-size: 3.28125vw;
  font-weight: 340;
}
.MultiImagesBepoComponenta .slotListWrapper {
  display: flex;
  padding: 0 2.5vw;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 4vw;
  align-self: stretch;
  flex-wrap: wrap;
}
.MultiImagesBepoComponenta .slotListWrapper .slotItem {
  display: flex;
  width: 45.3125vw;
  padding: 1.25vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5vw;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  border-radius: 2.5vw;
  text-decoration: none;
  cursor: pointer;
}
.MultiImagesBepoComponenta .slotListWrapper .slotItem .mediaArea {
  border-radius: 1.25vw;
  border: 0.6px solid rgba(255, 255, 255, 0.24);
  overflow: hidden;
}
.MultiImagesBepoComponenta .slotListWrapper .slotItem .mediaArea .MediaCarousel[style] {
  height: 24.08203vw !important;
  width: 42.8125vw !important;
  overflow: hidden;
}
.MultiImagesBepoComponenta .slotListWrapper .slotItem .mediaArea .MediaCarousel[style] .mediaItems {
  width: 100%;
  height: 100%;
}
.MultiImagesBepoComponenta .slotListWrapper .slotItem .mediaArea .MediaCarousel[style] .mediaItems span {
  width: 100%;
  display: block;
  height: 100%;
}
.MultiImagesBepoComponenta .slotListWrapper .slotItem .mediaArea img,
.MultiImagesBepoComponenta .slotListWrapper .slotItem .mediaArea img[span] {
  width: 100% !important;
  height: auto;
  min-height: 100%;
}
.MultiImagesBepoComponenta .slotListWrapper .slotItem .slotText {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  width: 100%;
}
.MultiImagesBepoComponenta .slotListWrapper .slotItem .slotText .slotTitle {
  color: #DF3232;
  text-align: right;
  font-family: "Moses";
  font-size: 3.90625vw;
  font-weight: 670;
  line-height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (prefers-color-scheme: dark) {
  .MultiImagesBepoComponenta .slotListWrapper .slotItem .slotText .slotTitle {
    color: #DF3232 !important;
  }
  .MultiImagesBepoComponenta .slotListWrapper .slotItem .slotText .slotTitle * {
    color: #DF3232 !important;
  }
}
.MultiImagesBepoComponenta .slotListWrapper .slotItem .slotText .slotTitle > span {
  position: relative;
  padding-inline-end: 3.125vw;
}
.MultiImagesBepoComponenta .slotListWrapper .slotItem .slotText .slotTitle > span:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.35501 2.6479C9.16055 2.45184 8.84397 2.45054 8.6479 2.64499L4.17553 7.08071C3.95386 7.30056 3.92985 7.67562 4.174 7.91777L8.6479 12.355C8.84397 12.5495 9.16055 12.5482 9.35501 12.3521C9.54946 12.156 9.54816 11.8395 9.3521 11.645L5.17284 7.5L9.3521 3.35501C9.54816 3.16055 9.54946 2.84397 9.35501 2.6479Z' fill='%23B0B0B0' fill-opacity='0.3'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.35501 2.6479C9.16055 2.45184 8.84397 2.45054 8.6479 2.64499L4.17553 7.08071C3.95386 7.30056 3.92985 7.67562 4.174 7.91777L8.6479 12.355C8.84397 12.5495 9.16055 12.5482 9.35501 12.3521C9.54946 12.156 9.54816 11.8395 9.3521 11.645L5.17284 7.5L9.3521 3.35501C9.54816 3.16055 9.54946 2.84397 9.35501 2.6479Z' fill='%23DF3232'/%3E %3C/svg%3E");
  background-size: 100% 100%;
  width: 3.125vw;
  height: 3.90625vw;
  background-position: center -1px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.MultiImagesBepoComponenta .slotListWrapper .slotItem .slotText .slotSubTitle {
  color: #A2A2A2;
  font-family: "Moses";
  font-size: 3.28125vw;
  font-style: normal;
  font-weight: 340;
  line-height: 125%;
}
@media (prefers-color-scheme: dark) {
  .MultiImagesBepoComponenta .slotListWrapper .slotItem .slotText .slotSubTitle {
    color: #A2A2A2 !important;
  }
  .MultiImagesBepoComponenta .slotListWrapper .slotItem .slotText .slotSubTitle * {
    color: #A2A2A2 !important;
  }
}
.MultiImagesBepoComponenta .slotListWrapper .slotItem .slotText .slotSubTitle {
  color: #A2A2A2;
  font-family: "Moses";
  font-size: 3.28125vw;
  font-style: normal;
  font-weight: 340;
  line-height: 125%;
}
@media (prefers-color-scheme: dark) {
  .MultiImagesBepoComponenta .slotListWrapper .slotItem .slotText .slotSubTitle {
    color: #A2A2A2 !important;
  }
  .MultiImagesBepoComponenta .slotListWrapper .slotItem .slotText .slotSubTitle * {
    color: #A2A2A2 !important;
  }
}
.MultiImagesBepoComponenta .slotListWrapper .slotItem .slotText .moreDetails {
  color: #A2A2A2;
  font-family: "Moses";
  font-size: 3.28125vw;
  font-style: normal;
  font-weight: 670;
  line-height: 125%;
}
@media (prefers-color-scheme: dark) {
  .MultiImagesBepoComponenta .slotListWrapper .slotItem .slotText .moreDetails {
    color: #A2A2A2 !important;
  }
}
.special_audio:has(.PodcastBepoDetailsComponent) .AudioHeaderComponenta {
  background-color: transparent;
  backdrop-filter: unset;
}
.special_audio:has(.PodcastBepoDetailsComponent) .AudioHeaderComponenta .mainLogo img:not(.forSubCategoryPages) {
  display: none;
}
.special_audio:has(.PodcastBepoDetailsComponent) .AudioHeaderComponenta .mainLogo .forSubCategoryPages {
  display: block;
}
.special_audio:has(.PodcastBepoDetailsComponent) .AudioHeaderComponenta.bodyScrolled .menuHamburger,
.special_audio:has(.PodcastBepoDetailsComponent) .AudioHeaderComponenta.bodyScrolled .mobileShareBtn,
.special_audio:has(.PodcastBepoDetailsComponent) .AudioHeaderComponenta.bodyScrolled .goBack {
  filter: invert(1) !important;
}
.special_audio:has(.PodcastBepoDetailsComponent) .menuHamburger,
.special_audio:has(.PodcastBepoDetailsComponent) .mobileShareBtn {
  filter: invert(0) ! important;
}
.special_audio:has(.PodcastBepoDetailsComponent) .goBack {
  display: block !important;
}
.PodcastBepoDetailsComponent {
  height: auto;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  margin: 0;
  align-items: flex-end;
  padding-top: 15.625vw;
  margin-bottom: 5vw;
}
.PodcastBepoDetailsComponent .signup-for-podcast.bepo {
  display: flex;
  gap: 1.40625vw;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.PodcastBepoDetailsComponent .signup-for-podcast.bepo .category-icon {
  width: 9.375vw;
  height: 9.375vw;
  aspect-ratio: 1;
  border-radius: 0.46875vw;
}
.PodcastBepoDetailsComponent .signup-for-podcast.bepo .signup-for-podcast-title-rpf {
  color: #25262B;
  text-align: right;
  font-size: 2.96875vw;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin: 0 !important;
  max-width: 17.5vw;
  mix-blend-mode: luminosity;
}
.PodcastBepoDetailsComponent .signup-for-podcast.bepo .signup-for-podcast-buttons {
  gap: 3.4375vw;
  width: fit-content;
}
.PodcastBepoDetailsComponent .signup-for-podcast.bepo .podcast-signup-btn {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.9375vw;
  height: 5.9375vw;
  margin: 0 !important;
}
.PodcastBepoDetailsComponent .signup-for-podcast.bepo .podcast-signup-btn.spotify-signup-btn {
  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='M12 0.351074C18.6274 0.351074 24 5.72366 24 12.3511C24 18.9785 18.6274 24.3511 12 24.3511C5.37258 24.3511 0 18.9785 0 12.3511C0 5.72366 5.37258 0.351074 12 0.351074ZM16.6714 16.5962C14.0767 14.9198 10.7823 14.5528 6.99023 15.4434H6.9873C6.68937 15.5489 6.44193 15.8633 6.54053 16.2285L6.5874 16.3442C6.71634 16.6033 6.98372 16.7915 7.28906 16.7002C10.7819 15.8619 13.727 16.1771 16.0723 17.6963C16.334 17.8794 16.6338 17.8224 16.8384 17.5952L16.9204 17.4868C17.0511 17.2119 17.0296 16.8563 16.7886 16.6665L16.6714 16.5962ZM17.918 13.5566C14.824 11.5659 10.3324 10.9889 6.68994 12.1416C6.29135 12.2467 6.09248 12.7189 6.19189 13.1377L6.24463 13.2842C6.38023 13.5583 6.68455 13.7079 6.98877 13.687L7.13965 13.6621C10.2831 12.6143 14.3751 13.1376 17.0698 14.8662C17.3756 15.0956 17.7582 15.004 18.0161 14.7314L18.1187 14.6055C18.368 14.2387 18.2173 13.7138 17.918 13.5566ZM19.166 10.0454C15.4732 7.74029 9.63364 7.53151 6.09082 8.63184C5.64258 8.78944 5.34416 9.31267 5.49316 9.83594L5.56494 10.0059C5.7387 10.3259 6.08433 10.5354 6.4541 10.5024L6.64014 10.4658C9.68399 9.47028 15.0244 9.6791 18.2183 11.6699L18.3926 11.749C18.8114 11.8893 19.2963 11.7285 19.5146 11.4077C19.7325 10.9952 19.6456 10.4634 19.3198 10.1611L19.166 10.0454Z' fill='%231ED660'/%3E %3Cpath d='M16.6713 16.5962C14.0766 14.9199 10.7822 14.5528 6.99013 15.4434H6.9872C6.68927 15.549 6.44183 15.8634 6.54043 16.2286L6.5873 16.3443C6.71624 16.6033 6.98362 16.7916 7.28896 16.7003C10.7818 15.862 13.7269 16.1771 16.0722 17.6963C16.3339 17.8794 16.6337 17.8225 16.8383 17.5953L16.9203 17.4869C17.051 17.212 17.0295 16.8564 16.7885 16.6666L16.6713 16.5962ZM17.9179 13.5567C14.8239 11.566 10.3323 10.989 6.68984 12.1417C6.29125 12.2468 6.09238 12.7189 6.19179 13.1378L6.24453 13.2842C6.38013 13.5583 6.68445 13.708 6.98867 13.6871L7.13955 13.6622C10.283 12.6144 14.375 13.1376 17.0697 14.8663C17.3755 15.0956 17.7581 15.0041 18.016 14.7315L18.1186 14.6055C18.3679 14.2387 18.2172 13.7139 17.9179 13.5567ZM19.1659 10.0455C15.4731 7.74035 9.63354 7.53157 6.09072 8.63189C5.64248 8.78949 5.34406 9.31273 5.49306 9.83599L5.56484 10.0059C5.7386 10.326 6.08423 10.5355 6.454 10.5025L6.64004 10.4659C9.68389 9.47034 15.0243 9.67915 18.2182 11.67L18.3925 11.7491C18.8113 11.8893 19.2962 11.7285 19.5145 11.4078C19.7324 10.9953 19.6455 10.4634 19.3197 10.1612L19.1659 10.0455Z' fill='%231E1E1E'/%3E %3C/svg%3E");
}
.PodcastBepoDetailsComponent .signup-for-podcast.bepo .podcast-signup-btn.apple-podcasts-signup-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='28' viewBox='0 0 24 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M11.7937 15.8562C13.2871 15.7911 14.8378 16.3569 14.9636 18.0389C15.0948 19.7976 14.6731 22.5965 14.3672 24.3744C14.1201 25.808 14.0384 27.2209 12.246 27.352C10.4047 27.4861 10.0179 26.5056 9.72044 24.9524C9.36271 23.0864 8.80824 19.3943 9.08588 17.5965V17.5981C9.26818 16.4144 10.7578 15.9014 11.7937 15.8562Z' fill='%238A38F5'/%3E %3Cpath d='M2.34995 5.71667C7.47109 -1.18154 17.9247 -0.689339 22.3136 6.71562C26.2143 13.2987 23.0466 21.8184 15.914 24.2862L15.789 24.198C15.7318 24.0133 15.9103 22.7966 16.0392 22.6471C16.1949 22.4654 17.1703 22.0376 17.4701 21.8537C18.0383 21.5049 18.5966 21.0817 19.0863 20.6294C27.0396 13.288 19.8918 0.020549 9.39784 2.69841C0.449952 4.98222 -1.32344 17.0959 6.60998 21.9119C6.85178 22.0583 7.85633 22.513 7.95091 22.6196C8.06608 22.7485 8.27351 23.9871 8.23158 24.1352C8.21862 24.1812 8.16522 24.2494 8.12327 24.2701C8.04929 24.3076 7.31243 23.9979 7.16827 23.9343C0.185269 20.8616 -2.24717 11.9103 2.34995 5.71667Z' fill='%238A38F5'/%3E %3Cpath d='M5.56425 8.0657C8.80595 3.6744 15.3977 3.76174 18.5502 8.209C21.1809 11.9203 20.2251 17.1204 16.451 19.5982L16.3061 19.5085V17.8641C21.2724 13.3003 17.1421 4.97692 10.4725 6.53856C5.34455 7.73989 3.81067 14.382 7.71598 17.8641H7.71672V19.5085L7.57177 19.5982C3.71758 17.0836 2.813 11.7923 5.56425 8.0657Z' fill='%238A38F5'/%3E %3Cpath d='M11.9973 9.10373C13.5388 9.10374 14.789 10.3602 14.789 11.9096C14.789 13.459 13.5388 14.7155 11.9973 14.7155C10.4558 14.7155 9.20558 13.459 9.20558 11.9096C9.20558 10.3602 10.4558 9.10373 11.9973 9.10373Z' fill='%238A38F5'/%3E %3C/svg%3E");
}
.PodcastBepoDetailsComponent .signup-for-podcast.bepo .podcast-signup-btn.youtube-podcasts-signup-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.7998 0.168945C19.7996 0.168945 21.3001 0.168685 22.3516 0.932617C22.691 1.17928 22.9897 1.47792 23.2363 1.81738C24.0003 2.86884 24 4.36936 24 7.36914V9.33301C24 12.3324 24.0001 13.8324 23.2363 14.8838C22.9897 15.2232 22.691 15.5219 22.3516 15.7686C21.3001 16.5325 19.7996 16.5332 16.7998 16.5332H7.2002C4.20041 16.5332 2.6999 16.5325 1.64844 15.7686C1.30902 15.5219 1.01029 15.2232 0.763672 14.8838C-0.000101745 13.8324 7.69271e-10 12.3324 1.20546e-10 9.33301V7.36914C1.20546e-10 4.36936 -0.000260174 2.86884 0.763672 1.81738C1.01033 1.47792 1.30897 1.17928 1.64844 0.932617C2.6999 0.168685 4.20041 0.168945 7.2002 0.168945H16.7998ZM10.5908 4.60059C10.2582 4.38453 9.81836 4.62386 9.81836 5.02051V11.6816C9.81862 12.0781 10.2583 12.3166 10.5908 12.1006L15.7178 8.77051C16.0213 8.57336 16.0213 8.12879 15.7178 7.93164L10.5908 4.60059Z' fill='%23FF0004'/%3E %3Cpath d='M10.5908 4.6007C10.2582 4.38464 9.81836 4.62398 9.81836 5.02062V11.6818C9.81862 12.0782 10.2583 12.3167 10.5908 12.1007L15.7178 8.77062C16.0213 8.57347 16.0213 8.1289 15.7178 7.93175L10.5908 4.6007Z' fill='white'/%3E %3C/svg%3E");
}
.PodcastBepoDetailsComponent .podcastBepoDetailsComponentContent {
  height: fit-content;
  display: flex;
  flex-direction: column;
  max-width: 56.25vw;
  padding: 3.75vw 3.75vw 3.75vw 0;
  justify-content: center;
  box-sizing: border-box;
  z-index: 1;
  order: 0;
}
.PodcastBepoDetailsComponent .podcastBepoDetailsComponentContent .podcastBepoDetailsComponentTitle {
  color: #25262B;
  text-align: right;
  font-size: 6.5625vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 57.6px */
  letter-spacing: -2%;
}
.PodcastBepoDetailsComponent .podcastBepoDetailsComponentContent .podcastBepoDetailsComponentPresenter {
  color: rgba(37, 38, 43, 0.8);
  text-align: right;
  font-size: 4.6875vw;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 32.2px */
  letter-spacing: -0.28px;
  margin-bottom: 1.25vw;
}
.PodcastBepoDetailsComponent .podcastBepoDetailsComponentContent .podcastBepoDetailsComponentDescription {
  color: #25262B;
  text-align: right;
  font-size: 3.75vw;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
}
.PodcastBepoDetailsComponent .podcastBepoDetailsComponentPresenterImage {
  width: 56.25vw;
  height: 59.375vw;
  position: relative;
  order: 1;
  z-index: 0;
}
.PodcastBepoDetailsComponent .podcastBepoDetailsComponentPresenterImage img {
  aspect-ratio: 1.05;
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
}
@media (prefers-color-scheme: dark) {
  .ynet .podcastBepoDetailsComponentContent .podcastBepoDetailsComponentPresenter {
    color: rgba(37, 38, 43, 0.8) !important;
  }
  .ynet .podcastBepoDetailsComponentContent .podcastBepoDetailsComponentTitle,
  .ynet .podcastBepoDetailsComponentContent .podcastBepoDetailsComponentDescription,
  .PodcastBepoDetailsComponent .signup-for-podcast.bepo .signup-for-podcast-title-rpf {
    color: #25262B !important;
  }
}
.TopStoryBepoComponenta {
  overflow: hidden;
  height: 35vh;
  aspect-ratio: 2.66666667;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 9.375vw;
}
.TopStoryBepoComponenta .MediaCarousel {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.TopStoryBepoComponenta .MediaCarousel img,
.TopStoryBepoComponenta .MediaCarousel img[style] {
  width: auto !important;
  height: 100% !important;
  object-fit: cover;
}
.TopStoryBepoComponenta .textWrapper {
  height: 21.875vw;
  width: max-content;
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.TopStoryBepoComponenta .textWrapper .textContent {
  position: absolute;
  width: fit-content;
  text-align: center;
  opacity: 0;
  animation: showWord var(--animation) steps(1, end) infinite;
  animation-delay: var(--delay);
}
.TopStoryBepoComponenta .textWrapper .textContent span {
  font-size: 8.75vw;
  font-style: normal;
  line-height: 100%;
  font-weight: 760;
  letter-spacing: -0.32813vw;
}
.TopStoryBepoComponenta .textWrapper .textContent .PO {
  color: #DF3232;
  font-weight: 670;
}
@media (prefers-color-scheme: dark) {
  .TopStoryBepoComponenta .textWrapper .textContent .PO {
    color: #DF3232 !important;
  }
}
.TopStoryBepoComponenta .textWrapper .textContent .EditableText {
  color: #FFF;
  font-weight: 800;
  float: right;
}
.TopStoryBepoComponenta .textWrapper .textContent.noAnimation,
.TopStoryBepoComponenta .textWrapper .textContent.noMobileAnimation {
  opacity: 1 !important;
  animation: none !important;
}
.TopStoryBepoComponenta .textContent1 {
  opacity: 1 !important;
  animation: none;
}
body:has(.verticalVideoGalleryBepoComponentMutam .feedDisplay) {
  overflow: hidden;
}
.verticalVideoGalleryBepoComponentMutam {
  padding-top: 18.75vw;
  margin-top: -15.625vw;
  margin-bottom: 9.375vw;
}
.verticalVideoGalleryBepoComponentMutam .videoGalleryVerticalTab {
  width: 100%;
  height: 3.4375vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.75vw;
  margin-bottom: 3.75vw;
  color: #FEF9F9;
  font-size: 4.21875vw;
  font-weight: 670;
  line-height: 4.21875vw;
  box-sizing: border-box;
}
.verticalVideoGalleryBepoComponentMutam .videoGalleryVerticalTab .mediaLinks {
  display: flex;
  align-items: center;
}
.verticalVideoGalleryBepoComponentMutam .videoGalleryVerticalTab .mediaLinks a {
  width: 3.28125vw;
  height: 3.28125vw;
  margin-inline-end: 5vw;
  display: inline-block;
}
.verticalVideoGalleryBepoComponentMutam .videoGalleryVerticalTab .mediaLinks a:last-child {
  margin-inline-end: 0;
}
.verticalVideoGalleryBepoComponentMutam .videoGalleryVerticalTab .mediaLinks .youtubeLink {
  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;
  height: 2.5vw;
}
.verticalVideoGalleryBepoComponentMutam .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;
}
.verticalVideoGalleryBepoComponentMutam .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;
}
.verticalVideoGalleryBepoComponentMutam .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;
}
.verticalVideoGalleryBepoComponentMutam .videoGalleryVerticalTab .mediaLinks .tiktokLink {
  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;
  height: 3.75vw;
}
.verticalVideoGalleryBepoComponentMutam .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;
}
.verticalVideoGalleryBepoComponentMutam .slotsContent {
  position: relative;
  overflow: auto;
}
.verticalVideoGalleryBepoComponentMutam .slotsContent button {
  display: none;
}
.verticalVideoGalleryBepoComponentMutam .slotsContent .frame_forList .slotListWrapper {
  display: flex;
  flex-direction: row;
  gap: 4.6875vw;
  overflow: auto;
  position: relative;
  padding: 2.5vw 3.75vw !important;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.verticalVideoGalleryBepoComponentMutam .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-track {
  display: none;
}
.verticalVideoGalleryBepoComponentMutam .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-thumb {
  display: none;
}
.verticalVideoGalleryBepoComponentMutam .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar {
  display: none;
}
.verticalVideoGalleryBepoComponentMutam .slotsContent .frame_forList .slotListWrapper .slotView {
  position: relative;
}
.verticalVideoGalleryBepoComponentMutam .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper {
  width: 63.125vw;
  height: 111.71875vw;
  display: flex !important;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  border-radius: 1.25vw;
  overflow: hidden;
  border: 0.6px solid rgba(255, 255, 255, 0.24);
}
.verticalVideoGalleryBepoComponentMutam .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper img {
  width: 63.125vw;
  height: 111.71875vw;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.verticalVideoGalleryBepoComponentMutam .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper .promoVideo {
  width: 63.125vw;
  height: 111.71875vw;
  position: relative;
  z-index: 1;
}
.verticalVideoGalleryBepoComponentMutam .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 0.9375vw;
  z-index: 1;
  box-sizing: border-box;
}
.verticalVideoGalleryBepoComponentMutam .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .category-details {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
}
.verticalVideoGalleryBepoComponentMutam .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .category-details img {
  width: 5.46875vw;
  height: 5.46875vw;
  border-radius: 0.46875vw;
  box-shadow: 0 0.625vw 3.75vw 0 rgba(0, 0, 0, 0.55);
}
.verticalVideoGalleryBepoComponentMutam .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .category-details .categoryName {
  color: #FEF9F9;
  font-size: 2.8125vw;
  font-weight: 670;
  line-height: 3vw;
}
.verticalVideoGalleryBepoComponentMutam .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration {
  height: 6.09375vw;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.25vw;
  padding-inline-end: 0.625vw;
  font-size: 2.03125vw;
  font-weight: 100;
  line-height: 2.5vw;
}
.verticalVideoGalleryBepoComponentMutam .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration .durationLogo {
  width: 1.40625vw;
  height: 1.5625vw;
  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;
}
.verticalVideoGalleryBepoComponentMutam.basic .frame_forList .slotView .mediaWrapper {
  width: 35.9375vw !important;
  height: 64.375vw !important;
}
.verticalVideoGalleryBepoComponentMutam.basic .frame_forList .slotView .mediaWrapper img {
  width: 35.9375vw !important;
  height: 64.375vw !important;
}
.verticalVideoGalleryBepoComponentMutam.basic .frame_forList .slotView .mediaWrapper .promoVideo {
  width: 35.9375vw !important;
  height: 64.375vw !important;
}
.verticalVideoGalleryBepoComponentMutam.basic .frame_forList .slotView .contentDiv .videoTitle {
  display: none !important;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.leftAndRightTransitionAnimation,
.verticalVideoGalleryBepoComponentMutam .slotsContent .frame_forList .slotListWrapper {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.GeneralImageComponenta {
  width: 100%;
  height: auto;
  margin-bottom: 2.34375vw;
}
.GeneralImageComponenta .MediaCarousel[style] {
  height: auto !important;
  width: 100% !important;
}
.GeneralImageComponenta .mediaItems > span,
.GeneralImageComponenta .mediaItems > span > span,
.GeneralImageComponenta .mediaItems > span > a {
  width: 100%;
}
.GeneralImageComponenta img[style],
.GeneralImageComponenta img {
  width: 100% ! important;
  height: auto;
}
.radionas .GeneralImageComponenta .multiArticleTab .rightTitleText {
  font-weight: 700;
  font-size: 5.625vw;
  color: #020E24;
}
.radionas .GeneralImageComponenta .multiArticleTab .leftTitleText {
  font-size: 2.8125vw;
  line-height: 4.0625vw;
  font-weight: 500;
  color: #B90302 !important;
}
.radionas .GeneralImageComponenta .multiArticleTab a,
.radionas .GeneralImageComponenta .multiArticleTab a:hover {
  text-decoration: none;
  color: inherit;
}
.radionas .GeneralImageComponenta .multiArticleTab .titleLink {
  font-size: 2.65625vw;
  display: flex;
  align-items: center;
}
.google-search-contianer-componenta {
  height: 8.75vw;
  box-shadow: 1px 1px 0.625vw 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #000;
  background-color: #fff;
  margin: 0 3.4375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.google-search-contianer-componenta .search-icon {
  width: 3.75vw;
  height: 3.75vw;
  margin: 0 2.84375vw;
  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;
  padding: 0 2.45312vw 0 6.0625vw;
  width: 100%;
  font-size: 3.75vw !important;
  line-height: 1;
  height: 100%;
  color: #000;
  box-sizing: border-box;
}
.google-search-contianer-componenta input.google-search:placeholder-shown {
  opacity: 0.87;
  font-size: 3.75vw !important;
  line-height: 1;
  letter-spacing: 0px;
  text-align: right;
  color: #878788;
}
.google-search-contianer-componenta input.google-search:focus-visible {
  border: none;
  outline: none;
}
@media (prefers-color-scheme: dark) {
  .google-search-contianer-componenta input.google-search {
    color: #000 !important;
  }
}
.link-text-component {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
  margin: 3.125vw 0;
}
.link-text-component .linked-content {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
}
.link-text-component .logo {
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
  object-fit: contain;
}
.link-text-component .DraftEditor-root {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1875rem;
}
.link-text-component .text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1875rem;
}
.link-text-component a {
  color: #78787B !important;
  text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
  .link-text-component a {
    color: #C5C5C5 !important;
  }
}
.blogs-auto-feed-header-wrapper {
  margin: 1.5625vw 0.78125vw 1.5625vw 0px;
  justify-content: space-between;
  flex-flow: row wrap;
  flex-direction: column;
  display: flex;
}
.isLtr .blogs-auto-feed-header-wrapper {
  margin: 1.5625vw 0 1.5625vw 0.78125vw;
}
.blogs-auto-feed-header-wrapper .articleBlogsOCB-pf {
  justify-content: flex-start !important;
  font-size: 14px !important;
}
.blogs-auto-feed-header-wrapper .postsSorter_title {
  font-size: 1.1rem;
  font-weight: 670;
  margin-bottom: 0.5rem;
}
.blogs-auto-feed-header-wrapper a {
  color: inherit;
  text-decoration: inherit;
  line-height: 3.125vw;
}
.blogs-auto-feed-header-wrapper .blogs-auto-feed-header {
  text-decoration: none !important;
  color: #1e1e1e;
  letter-spacing: -0.3px;
  font-size: 3.75vw;
  font-weight: 600;
  margin-inline-end: 2.34375vw;
  margin-bottom: 0.78125vw;
  line-height: 0.83;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes {
  font-family: 'Moses', 'NarkisBlock' ! important;
  display: flex;
  align-items: center;
  filter: grayscale(1);
  font-weight: 340;
  line-height: 0.85rem;
  justify-self: end;
  justify-content: space-between;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes input {
  margin-inline-end: 0.78125vw;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes > * {
  display: flex;
  margin-inline-end: 2.34375vw;
  align-items: center;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes > *:last-of-type {
  margin-inline-end: 0;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes input {
  margin-inline-end: 0.78125vw;
}
.blogs-item-wrapper {
  display: flex;
  padding: 4.375vw 4.6875vw 0 2.34375vw;
  margin-bottom: 2.1875vw;
  border-inline-start: 0.46875vw solid #de1a1a;
  box-shadow: 1px 1px 1.09375vw 0 rgba(0, 0, 0, 0.18);
}
.isLtr .blogs-item-wrapper {
  padding: 4.375vw 2.34375vw 0 4.6875vw;
  box-shadow: -1px 1px 1.09375vw 0 rgba(0, 0, 0, 0.18);
}
.blogs-item-wrapper.isPinned {
  padding: 4.375vw 0 0.78125vw 2.34375vw;
  background-color: #f3f8f9;
  border-right: initial;
  box-shadow: initial;
}
.isLtr .blogs-item-wrapper.isPinned {
  padding: 4.375vw 2.34375vw 0.78125vw 0px;
}
.blogs-item-wrapper.isPinned .title-row__now::before {
  display: none !important;
}
.blogs-item-wrapper.hidden {
  display: none !important;
}
.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: 1.275rem;
  width: 1.275rem;
  margin-inline-end: 0.2rem;
  margin-top: 0.25rem;
}
.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-inline-end: 0.2rem;
  margin-top: 0.5rem;
}
.blogs-item-wrapper .blogs-auto-feed-item__body {
  margin-top: 1.5625vw;
}
.blogs-item-wrapper .fp-title {
  display: none !important;
}
.blogs-auto-feed-item {
  display: flex;
  flex-flow: column nowrap;
  width: 100% !important;
  box-sizing: border-box;
  max-width: 135.3125vw;
  background-color: white;
  flex: 1;
  font-size: 1.0625rem;
}
.blogs-auto-feed-item .audio-podcast-player {
  width: initial !important;
  margin: initial !important;
}
.blogs-auto-feed-item .audio-podcast-player-container .podcast-container-details {
  width: initial;
}
.blogs-auto-feed-item .continue-read-pf {
  font-size: 15px !important;
  font-weight: 670;
  color: #de1a1a;
}
.font-moses .blogs-auto-feed-item {
  font-family: 'Moses', 'NarkisBlock';
}
.blogs-auto-feed-item.isPinned {
  background-color: #f3f8f9;
  box-shadow: none;
  border-right: none;
}
.blogs-auto-feed-item.isPinned .html-container *:not(figure *, .pinIcon, .special_ul *, .public-DraftStyleDefault-block *) {
  background-color: #f3f8f9;
}
.blogs-auto-feed-item .text_editor_paragraph {
  padding-right: initial !important;
}
.blogs-auto-feed-item .text_editor_paragraph > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial !important;
  padding-inline-start: 0.46875vw;
}
.blogs-auto-feed-item .item-info {
  width: 100%;
  margin: 0 0 2.34375vw;
  font-size: 0.875rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.3px;
  text-align: start;
  color: #000;
}
.font-moses .blogs-auto-feed-item .item-info {
  font-size: 0.875rem;
  font-weight: 670;
  letter-spacing: normal;
}
.blogs-auto-feed-item .item-info .title-row * {
  display: inline-block;
  font-weight: 600;
  font-size: 1.03125rem !important;
}
.blogs-auto-feed-item .item-info .title-row .date-section {
  display: inline-block;
  padding-inline-end: 0.78125vw;
  font-size: 1.03125rem !important;
  letter-spacing: -0.3px;
  line-height: 4.53125vw;
  font-weight: 600;
}
.font-moses .blogs-auto-feed-item .item-info .title-row .date-section {
  font-size: 1.03125rem !important;
  font-weight: 670;
  letter-spacing: normal;
}
.blogs-auto-feed-item .item-info .title-row .date-section .hour {
  color: #de1a1a !important;
  flex: 0;
}
.blogs-auto-feed-item .item-info .title-row .date-section .DateDisplay {
  color: #de1a1a !important;
  flex: 0;
}
.blogs-auto-feed-item .item-info .title-row .date-section .date {
  color: #de1a1a !important;
  flex: 0;
}
.blogs-auto-feed-item .item-info .title-row .title-section {
  padding-inline-start: 0.78125vw;
  color: black;
  margin: unset;
  overflow: hidden;
  display: inline;
}
.blogs-auto-feed-item .item-info .title-row .title-section h3 {
  font-family: 'Moses', 'NarkisBlock' ! important;
  margin: unset;
  letter-spacing: -0.3px;
  padding-inline-end: 1.5625vw;
  font-weight: 670;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  display: inline;
}
.font-moses .blogs-auto-feed-item .item-info .title-row .title-section h3 {
  font-size: 1.03125rem !important;
  font-weight: 670;
  letter-spacing: normal;
}
.blogs-auto-feed-item .item-info .title-row .title-row__now {
  position: relative;
  color: #de1a1a !important;
  align-items: center;
}
.blogs-auto-feed-item .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-inline-end: 0.2rem;
  margin-top: 0.5rem;
  content: "";
  position: absolute;
  left: 2.8375rem;
  bottom: 0.325rem;
}
.isLtr .blogs-auto-feed-item .item-info .title-row .title-row__now:before {
  right: 1.5rem;
  left: unset;
}
.blogs-auto-feed-item .item-info .title-row .title-row__yesterday {
  color: #de1a1a !important;
}
.blogs-auto-feed-item .item-info .title-row .yesterdayComma {
  color: #de1a1a;
  padding-inline-end: 0.78125vw;
}
.blogs-auto-feed-item .item-info .title-row .title-row__separator {
  height: 5.15625vw !important;
  background-color: #000;
  width: 0.78125vw !important;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.9375vw;
  font-weight: 600;
  margin-inline-end: 0.46875vw;
  margin-inline-start: 0.46875vw;
}
.blogs-auto-feed-item .item-info .title-row .title-row__separator.red {
  background-color: #de1a1a !important;
  margin-inline-end: 0.78125vw;
}
.blogs-auto-feed-item .item-info .auth-row-pf {
  font-size: 15px !important;
  line-height: 1.38;
  letter-spacing: -0.3px;
  color: #78787b;
  font-weight: normal;
  margin-inline-end: 10px;
  font-weight: lighter !important;
  line-height: 18px !important;
  height: unset !important;
  padding-top: 0 !important;
}
.font-moses .blogs-auto-feed-item .item-info .auth-row-pf {
  font-size: 15px !important;
  font-weight: 340 !important;
  flex-shrink: 2;
}
.blogs-auto-feed-item .item-info .auth-row__separator {
  height: 100%;
  background-color: #888888;
  width: 0.46875vw !important;
  margin-inline-end: 1.5625vw;
}
.blogs-auto-feed-item .item-info .authorAndSocial-pf {
  display: flex;
  height: 20px;
  align-items: center;
  padding-top: 20px;
}
.blogs-auto-feed-item .item-info .authorAndSocial-pf .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;
  flex-shrink: 0;
}
.isLtr .blogs-auto-feed-item .item-info .authorAndSocial-pf .mobileShareBtn {
  margin-inline-end: 0.78125vw;
}
.blogs-auto-feed-item .item-info .authorAndSocial-pf .social-icon:not(.tb) {
  display: none !important;
}
.blogs-auto-feed-item .item-info .ImageCaption,
.blogs-auto-feed-item .item-info .ImageCredit {
  font-size: 0.834rem !important;
  font-family: 'Moses', 'NarkisBlock' !important;
  font-weight: initial !important;
  margin-top: 0.78125vw;
}
.blogs-auto-feed-item .html-container {
  width: 100%;
  height: auto;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent {
  font-family: 'NarkisBlock';
  margin-top: 0.78125vw;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .pHeader {
  font-size: 3.125vw;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent figure > * {
  width: 100%;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .originalLaunchDate,
.blogs-auto-feed-item .html-container .ArticleBodyComponent .coAutors {
  display: none;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .TextEditorBlogEndOfPreviewTextFlag {
  display: none;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .public-DraftStyleDefault-ol,
.blogs-auto-feed-item .html-container .ArticleBodyComponent .public-DraftStyleDefault-ul {
  width: 90%;
  font-size: 2.65625vw;
  line-height: 3.4375vw;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .public-DraftStyleDefault-ol {
  margin-inline-start: 2.34375vw;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .coAuthors {
  display: none;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .VideoComponenta {
  margin-bottom: 1.5625vw;
}
.blogs-auto-feed-item .html-container .text_editor_paragraph {
  width: auto;
  font-size: 2.8125vw;
  letter-spacing: -0.34px;
  line-height: 3.75vw;
  font-weight: normal;
  padding-inline-end: 1.09375vw;
  padding-inline-start: 1.09375vw;
  margin-bottom: 3.125vw;
}
.blogs-auto-feed-item .html-container .VideoComponenta {
  margin-bottom: 7.8125vw;
  display: inline-block;
}
.blogs-auto-feed-item .articleVideoComponenta {
  margin: initial !important;
  width: initial !important;
}
.blogs-auto-feed-item .VideoLiveComponenta {
  margin: initial !important;
  width: 100% !important;
}
.blogs-auto-feed-item .html-container.loading-auto-feed-blog {
  height: 15.625vw;
  width: 15.625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogs-auto-feed-item .bottom-row {
  margin-inline-start: 1.25vw;
  width: 98%;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: space-between;
}
.blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf {
  display: flex;
  width: auto;
  justify-content: space-between;
  align-self: flex-end;
  margin-bottom: 15px;
  line-height: 1;
  align-items: center;
}
.blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf continue-read-pf {
  font-family: 'Moses', 'NarkisBlock' ! important;
  font-weight: 670;
  line-height: 1.75rem;
  cursor: pointer;
  color: initial;
  margin: 0 0 0 2px;
  letter-spacing: normal;
}
.isLtr .blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf continue-read-pf {
  margin: 0 2px 0 0;
}
.font-moses .blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf continue-read-pf {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 14px !important;
}
.blogs-auto-feed-item .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;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0px 5px 0 2px;
  background-size: contain;
}
.isLtr .blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf .little-arrow-pf {
  margin: 0 2px 0 5px;
}
.blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf .little-arrow-pf.up {
  transform: rotate(180deg);
}
.blogs-auto-feed-item .hidden_blocks {
  display: none;
}
.blogs-auto-feed-item .TextEditorBlogEndOfPreviewTextFlag {
  display: none;
}
.blogs-auto-feed-item .ArticleImageComponenta {
  margin-inline-start: 0 !important;
  margin-inline-end: 0.625rem !important;
  width: initial !important;
}
.blogs-auto-feed-item .ArticleImageComponenta .ImageCaption,
.blogs-auto-feed-item .ArticleImageComponenta .ImageCredit {
  font-size: 0.834rem !important;
  font-family: 'Moses', 'NarkisBlock' !important;
  font-weight: initial !important;
  margin-top: 0.78125vw;
}
.blogs-auto-feed-item .art_video_caption_credit_wrapper {
  font-size: 0.834rem !important;
  margin-top: 0.5rem;
}
.blogs-auto-feed-item .articleVideoComponenta .videoInfo,
.blogs-auto-feed-item .VideoLiveComponenta .videoInfo {
  padding-inline-start: 0;
}
.blogs-auto-feed-item .ArticleImageComponenta .ImageDetails {
  margin-top: 0px;
  padding-inline-start: 0px;
}
.blogs-auto-feed-item .ArticleImageComponenta .ImageDetails .ImageCaption,
.blogs-auto-feed-item .ArticleImageComponenta .ImageDetails .ImageCredit {
  font-size: 0.834rem !important;
  font-family: 'Moses', 'NarkisBlock' !important;
  font-weight: initial !important;
  margin-top: 0.78125vw;
}
.article-blog-componenta-wrapper .authorAndSocial-pf span:has(.social-icon.tb) {
  display: flex;
  align-items: center;
}
.article-blog-componenta-wrapper .social-icon.tb {
  width: auto !important;
  height: 4.6875vw !important;
  font-family: 'Moses' !important;
  opacity: initial !important;
  font-weight: 500;
  background-color: #de1a1a !important;
  color: #fff;
  border-radius: 7.8125vw;
  padding: 0px 1.5625vw;
  display: flex;
  align-items: center;
  margin-right: auto;
  justify-content: center;
  flex-shrink: 0;
  margin-inline-start: 0.6rem;
}
.isLtr .article-blog-componenta-wrapper .social-icon.tb {
  display: none;
}
.article-blog-componenta-wrapper .social-icon.tb .comments-count {
  font-family: 'Moses' !important;
}
.article-blog-componenta-wrapper .social-icon.tb .comments-count-wrapper-pf {
  font-size: 12px;
}
.font-moses .ArtcielImageApp .captionArea .caption-img-container-new-design strong[style] {
  font-size: 1.0625rem !important;
  font-family: 'Moses', 'NarkisBlock' !important;
  font-weight: initial !important;
}
.font-moses .blogs-auto-feed-item .item-info .title-row .title-section h3 {
  font-family: 'Moses', 'NarkisBlock' ! important;
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .article-blog-componenta-wrapper .continue-read-pf,
  .article-blog-componenta-wrapper .yesterdayComma {
    color: #de1a1a !important;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item {
    background-color: black !important;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item .item-info .title-row .title-row__separator {
    background-color: #fff !important;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item .item-info .title-row .title-row__separator .red {
    background-color: #de1a1a !important;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item .social-icon {
    width: 3.125vw !important;
    background-repeat: no-repeat !important;
  }
  .article-blog-componenta-wrapper .pinIcon {
    filter: invert(1);
  }
  .article-blog-componenta-wrapper .special_ul {
    color: #fff !important;
  }
  .article-blog-componenta-wrapper .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");
  }
  .article-blog-componenta-wrapper .special_ul* {
    color: #fff !important;
  }
  .blogs-item-wrapper {
    background-color: black !important;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item .social-icon {
    width: initial !important;
  }
}
.font-moses .ArticleBodyComponent .blogs-item-wrapper ol.public-DraftStyleDefault-ol {
  margin-inline-start: 2.25rem !important;
}
.font-moses .ArticleBodyComponent .blogs-item-wrapper ul.public-DraftStyleDefault-ul {
  margin-inline-start: 2.50rem !important;
}
.blog_article .ArticleHeaderMobileComponent h1 {
  font-family: "MosesDisplay", "NarkisBlock" !important;
  font-size: 2.34375rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.3px !important;
}
.blog_article .ArticleHeaderMobileComponent h2 {
  font-family: "Moses", "NarkisBlock" !important;
  font-size: 1.318rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.3px !important;
  color: #000000 !important;
  margin: 0 !important;
}
.blog_article .mContainer .articleBlogsOCB-pf {
  font-family: 'Moses', 'NarkisBlock' !important;
  font-size: 14px !important;
  font-weight: 340 !important;
  line-height: 0.96 !important;
}
.blog_article .mContainer .articleBlogsOCB-pf* {
  font-family: 'Moses', 'NarkisBlock' !important;
}
.blog_article .text_editor_paragraph {
  font-family: 'Moses', 'NarkisBlock' !important;
  font-size: 0.95265625rem !important;
  letter-spacing: normal !important;
}
/*https://medium.com/@elad/normalize-css-or-css-reset-9d75175c5d1e*/
body {
  font-family: 'NarkisBlock', 'Arial';
}
body .layoutItem:focus,
body .layoutItem:hover,
body .layoutItem:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
}
button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}
figure {
  margin: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
p {
  margin: 0;
}
cite {
  font-style: normal;
}
fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}
.layoutItem[style],
.dynamicHeightItemsColumn[style],
.GridPlacedItem[style] {
  all: unset !important;
}
.RelativeElementsContainer[style],
.layoutContainer[style] {
  width: 100% !important;
  min-height: unset !important;
  padding-bottom: unset !important;
}
.mContainer.articleContainer {
  padding: 0 3.90625vw;
  overflow-x: hidden;
}
.mContainer.articleContainer.flash {
  padding-bottom: 15.625vw;
}
.mContainer.articleContainer .PplusMobileHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0 !important;
}
.mContainer.articleContainer.ynetnews.grid1280_2 .caption-image-credits-new-design {
  padding: 0 1.5625vw 0.78125vw 3.90625vw;
}
.mContainer.articleContainer.grid1280_2 .ArticleHeaderMobileComponent {
  margin-top: 0px !important;
}
.mContainer.articleContainer .ArticleHeaderMobileComponent {
  margin-top: 25vw !important;
}
.mContainer.articleContainer .caption-img-container {
  margin: 1.875vw auto 0 auto;
  margin-right: -3.90625vw;
  margin-left: -3.90625vw;
  width: calc(100% + 7.8125vw);
  display: block;
}
.mContainer.articleContainer .caption-image-credits-new-design {
  display: block;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
  padding: 0 3.90625vw 0.78125vw 1.5625vw;
  box-sizing: border-box;
  margin-top: -0.5rem;
}
@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-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 for titles*/
@font-face {
  font-family: 'MosesDisplay';
  src: url('/Common/images/fonts/moses/MosesDisplay_1.0VF.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}
@font-face {
  font-family: 'Moses';
  src: url('/Common/images/fonts/moses/MosesText_Inter-VF.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}
:root {
  --site--highlight-padding: 0 0.9375vw;
}
.iframe-lightbox .content {
  height: 100% ! important;
  padding-bottom: 0 ! important;
}
.iframe-lightbox .content-holder {
  width: 100% !important;
  top: 0% !important;
  left: 0% !important;
  -webkit-transform: unset !important;
  transform: unset !important;
  margin-right: 0 !important;
  height: 100% !important;
}
.lock-scroll {
  overflow: hidden;
}
.font-moses .mContainer .bottomHeaderArea .YnetPianoLogin .menu .menuOption {
  font-size: 3.59375vw;
  font-weight: 310;
}
.font-moses .mContainer .bottomHeaderArea .YnetPianoLogin .loggedUser .welcomeUserLabel {
  font-size: 3.75vw;
  font-weight: 310;
}
.font-moses .mContainer .YnetPianoLogin,
.font-moses .mContainer .YnetMutamHeader .bottomHeaderArea .WeatherView {
  font-weight: 310;
}
.mContainer {
  font-family: 'NarkisBlock';
  direction: rtl;
  padding-bottom: 15.625vw;
}
.font-moses .mContainer {
  font-family: 'Moses', 'NarkisBlock';
}
.mContainer .videoMediaContainer[style] {
  width: 100% ! important;
  height: 100% !important;
}
.mContainer .labelText {
  width: auto;
  position: absolute;
  background-color: #ed1c24;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  box-sizing: border-box;
  font-weight: 670;
  pointer-events: none;
}
.mContainer .labelText span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.mContainer .labelText.basicLabel[style],
.mContainer .labelText.basicLabel {
  height: 4.84375vw;
  line-height: 4.84375vw;
  padding: 0px 1.5625vw;
  letter-spacing: 0.16px;
  font-size: 2.8125vw;
  max-width: calc(100% - 3.125vw);
}
.mContainer .labelText.basicLabel[style].bottom,
.mContainer .labelText.basicLabel.bottom {
  bottom: 1.5625vw !important;
}
.mContainer .labelText.basicLabel[style].left,
.mContainer .labelText.basicLabel.left {
  left: 1.5625vw !important;
}
.mContainer .labelText.basicLabel[style].right,
.mContainer .labelText.basicLabel.right {
  right: 1.5625vw !important;
}
.mContainer .labelText.basicLabel[style].top,
.mContainer .labelText.basicLabel.top {
  top: 1.5625vw !important;
}
.mContainer .labelText.bigLabel[style],
.mContainer .labelText.bigLabel {
  height: 6.25vw;
  line-height: 6.25vw;
  font-size: 3.75vw;
  padding: 0 1.5625vw;
  max-width: calc(100% - 5vw);
}
.mContainer .labelText.bigLabel[style].bottom,
.mContainer .labelText.bigLabel.bottom {
  bottom: 2.5vw !important;
}
.mContainer .labelText.bigLabel[style].left,
.mContainer .labelText.bigLabel.left {
  left: 2.5vw !important;
}
.mContainer .labelText.bigLabel[style].right,
.mContainer .labelText.bigLabel.right {
  right: 2.5vw !important;
}
.mContainer .labelText.bigLabel[style].top,
.mContainer .labelText.bigLabel.top {
  top: 2.5vw !important;
}
.mContainer:not(.yplus) * {
  font-family: 'Moses', 'NarkisBlock';
}
.font-moses .mContainer:not(.yplus) * {
  font-family: 'Moses', 'NarkisBlock';
}
.mContainer .flowplayer:not(.is-playing) .fp-icon.fp-play,
.mContainer .flowplayer.is-touched.is-playing .fp-icon.fp-pause {
  width: 5em ! important;
  height: 5em ! important;
}
.mContainer .mediaArea .slick-slider {
  display: flex;
  width: 100vw;
  height: 56.25vw;
  overflow: hidden;
  position: relative;
  justify-content: center;
}
.mContainer .mediaArea .slick-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 2.1875vw);
  width: 3.90625vw;
  height: 4.375vw;
  z-index: 2;
  color: transparent;
  border: 0;
  background-position: 50%;
  background-size: 4.21875vw 4.21875vw;
  background-color: transparent;
}
.mContainer .mediaArea .slick-slider .slick-arrow.slick-next {
  right: 1.5625vw;
  left: initial;
}
.mContainer .mediaArea .slick-slider .slick-arrow.slick-prev {
  left: 1.5625vw;
  right: initial;
}
.mContainer .mediaArea .slick-slider .slick-arrow.slick-prev::before {
  content: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  color: white;
  height: 100%;
  width: 50%;
  position: absolute;
  text-align: center;
  transform: translate(50%, 25%);
}
.mContainer .mediaArea .slick-slider .slick-arrow.slick-next::before {
  content: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
  color: white;
  width: 50%;
  height: 100%;
  position: absolute;
  text-align: center;
  transform: translate(50%, 25%);
}
.mContainer .mediaArea .slick-slider .slick-arrow .gallery_separator {
  display: inline-block;
  width: 1px;
  height: 2.65625vw;
  vertical-align: text-bottom;
  background-color: rgba(255, 255, 255, 0.7);
}
.mContainer .mediaArea .slick-slider .slick-dots {
  color: #fff;
  list-style: none;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  margin: 0;
  position: absolute;
  justify-content: center;
  left: 1.5625vw;
  padding-inline-start: 0;
}
.mContainer .mediaArea .slick-slider .slick-dots li {
  display: inline-flex;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 3.125vw;
  border: 0.46875vw solid transparent;
  padding: 0;
  color: transparent;
  background: #9b9b9b;
  margin: auto 1.5625vw;
  box-sizing: border-box;
}
.mContainer .mediaArea .slick-slider .slick-dots li button {
  font-size: 0;
  color: transparent;
}
.mContainer .mediaArea .slick-slider .slick-dots li.slick-active {
  background: #9b9b9b;
  border: 0.46875vw solid #ffffff;
}
.mContainer .mediaArea .slick-slider .slick-list {
  display: flex;
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.mContainer .mediaArea .slick-slider .slick-list .slick-track {
  display: flex;
}
.mContainer .mediaArea .slick-slider .slick-list .slick-track .slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.ynet .havakIcon {
  width: 15.15625vw;
  height: 4.6875vw;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='97' height='30' viewBox='0 0 97 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 15C0 6.71573 6.71573 0 15 0H82C90.2843 0 97 6.71573 97 15C97 23.2843 90.2843 30 82 30H15C6.71573 30 0 23.2843 0 15Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2419 26.6663C21.7897 26.6663 27.0968 21.4429 27.0968 14.9997C27.0968 8.55646 21.7897 3.33301 15.2419 3.33301C8.69417 3.33301 3.3871 8.55646 3.3871 14.9997C3.3871 21.4429 8.69417 26.6663 15.2419 26.6663Z' fill='black'/%3E %3Cpath d='M16.9355 8.33297V21.6663H13.5484V8.33297H16.9355Z' fill='white'/%3E %3Cpath d='M22.0161 13.333V16.6663H8.46774V13.333H22.0161Z' fill='white'/%3E %3Cpath d='M80.4529 9.219C80.4529 9.219 74.9219 9.32146 73.7831 9.10316H73.7924C73.0085 8.95267 72.5656 8.77864 71.8662 8.50379L71.7248 8.44825C71.4055 8.32503 71.1469 8.07297 70.9041 7.8363C70.4973 7.43978 70.1348 7.08649 69.6057 7.45476C70.7353 8.97396 71.2113 10.9699 71.314 12.8588L78.2685 12.8722V22.6512H79.2067C79.6127 20.9583 80.2568 19.2698 81.181 17.8219C80.4622 16.4007 80.0748 14.4315 79.7948 12.8143H80.9569L80.4529 9.219Z' fill='white'/%3E %3Cpath d='M61.5867 8.88711C61.1572 8.83509 60.7284 8.78313 60.3593 8.65232L60.3639 8.66569C60.1106 8.53673 59.874 8.36536 59.6366 8.19343C59.1522 7.84265 58.6645 7.48953 58.0256 7.48953C58.8704 9.12902 59.4351 11.165 59.0011 13.0005C59.8972 13.0718 61.7082 13.0095 61.7082 13.0095C61.7228 12.9801 61.76 13.3365 61.8176 13.8893C61.9437 15.0992 62.1679 17.2501 62.469 18.3601C61.5517 18.2819 60.9101 18.3258 60.339 18.3648C59.7709 18.4037 59.2724 18.4378 58.6417 18.3423C57.6382 15.6959 56.9987 12.8713 57.2788 9.71265C57.1976 8.97637 56.5239 8.99222 55.9017 9.00687C55.737 9.01074 55.576 9.01453 55.4305 9.00428C54.6898 9.05288 54.064 8.67316 53.4618 8.30782C52.8497 7.9364 52.262 7.57985 51.6032 7.70338C52.8867 9.17357 53.2181 11.0091 53.2181 12.9961L55.6405 13.005C55.6405 13.005 56.5787 16.6448 56.4013 18.2888C56.1108 18.3992 56.0058 18.388 55.8001 18.3661C55.6323 18.3482 55.3975 18.3231 54.9404 18.3512C54.7163 18.3155 54.469 18.3734 54.2356 18.5249C54.205 18.5444 54.1778 18.5598 54.153 18.5738C54.0525 18.6306 53.9912 18.6653 53.9089 18.8546C53.6018 19.5624 53.4455 20.1215 53.2448 20.84C53.1069 21.3335 52.9479 21.9022 52.7047 22.6459H62.5623C62.7932 22.1534 63.0417 21.6983 63.2822 21.2578C63.8923 20.1404 64.4509 19.1171 64.5413 17.8166C63.4398 15.442 63.1831 12.5461 63.6965 9.82848C63.3046 9.09522 62.4444 8.99102 61.5867 8.88711Z' fill='white'/%3E %3Cpath d='M47.7946 8.75166C48.1969 9.20344 48.8283 9.23873 49.4397 9.2729C50.1546 9.31287 50.8422 9.3513 51.1038 10.0526C50.9265 13.0197 51.3092 15.764 52.2334 18.2857C52.0771 18.5641 51.9248 18.8188 51.7769 19.0661C51.1961 20.0374 50.6821 20.8969 50.2544 22.6472H49.4562L49.4656 13.1132C49.4656 13.1132 48.3081 13.0821 47.1739 13.1132C47.4788 10.5187 46.2813 8.68324 45.6579 7.72782C45.623 7.67428 45.5899 7.6235 45.5589 7.5755C46.2793 7.40637 46.6544 7.78942 47.0307 8.17374C47.2591 8.40694 47.4879 8.64061 47.7946 8.75166Z' fill='white'/%3E %3Cpath d='M67.8153 9.2729C67.204 9.23873 66.5726 9.20344 66.1703 8.75166H66.1749C66.0123 8.66408 65.8505 8.50024 65.673 8.32051C65.2545 7.89676 64.7487 7.38468 63.9392 7.5755C63.9702 7.62349 64.0033 7.67427 64.0383 7.7278C64.6616 8.68322 65.8591 10.5187 65.5542 13.1132C66.6324 13.1712 67.8459 13.1132 67.8459 13.1132L67.8552 17.9961H68.5273C68.9496 16.2494 69.5806 15.5606 70.2524 14.8274C70.4271 14.6367 70.6045 14.4431 70.7817 14.227C69.7735 12.4494 69.4795 10.0526 69.4795 10.0526C69.2178 9.3513 68.5303 9.31287 67.8153 9.2729Z' fill='white'/%3E %3Cpath d='M83.3886 8.75171C83.7909 9.20349 84.4223 9.23878 85.0336 9.27296C85.7486 9.31292 86.4361 9.35135 86.6978 10.0526C86.6978 10.0526 86.9918 12.4495 88 14.2271C87.8501 14.4098 87.7033 14.5766 87.5603 14.739C86.8841 15.5072 86.2922 16.1795 85.853 17.9961H85.0922L85.1015 13.1133C85.1015 13.1133 83.8133 13.0821 82.7725 13.1133C83.0774 10.5188 81.8799 8.6833 81.2566 7.72788C81.2216 7.67434 81.1885 7.62354 81.1575 7.57555C81.9031 7.40052 82.2962 7.79838 82.6874 8.19425C82.9035 8.41302 83.1191 8.6312 83.3932 8.75171H83.3886Z' fill='white'/%3E %3Cpath d='M37.7783 13.246H42.8611L42.8798 22.6998L44.1213 22.682C44.5327 20.9986 45.0236 20.2024 45.5773 19.3045C45.7459 19.0309 45.9205 18.7478 46.1003 18.4273C45.1762 15.9013 44.8074 13.099 44.9895 10.1363C44.9766 10.1132 44.9639 10.0905 44.9514 10.068C44.7103 9.63534 44.5355 9.32174 44.2427 9.24973C43.2513 9.20969 42.2346 9.22889 41.2227 9.24801C39.195 9.28632 37.1866 9.32426 35.4399 8.88442C35.0985 8.86461 34.7854 8.52039 34.4878 8.19328C34.0489 7.71086 33.6439 7.26566 33.2322 7.95329C34.1844 9.5215 34.4737 11.2412 34.5251 13.2014C34.9125 13.1524 35.3886 13.1168 35.6406 13.2371C34.9218 14.6583 35.2439 17.2556 35.6406 18.5432C35.6406 18.5432 33.6803 18.5031 33.5916 18.5387C33.0548 19.8396 32 22.6463 32 22.6463H36.8168L37.0315 22.4013C37.1426 21.9954 37.298 21.5857 37.455 21.1717C37.9908 19.759 38.5451 18.2974 37.4189 16.7745C36.9335 15.6028 36.7235 14.0301 37.7783 13.246Z' fill='white'/%3E %3C/svg%3E") !important;
  flex-shrink: 0;
}
.ynet .havakIcon.onImage {
  position: absolute;
  left: unset;
  top: unset;
  right: 2.1875vw;
  bottom: 1.875vw;
  z-index: 1;
}
.ynet .videoIcon {
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  width: auto;
  position: absolute;
  height: auto;
}
.ynet .videoIcon .icon {
  width: 100%;
  height: 100%;
}
.ynet .videoIcon.medium {
  top: unset;
  left: 1.5625vw;
  right: unset;
  bottom: 0.78125vw;
  width: 5.46875vw;
  height: 5.46875vw;
}
.ynet .videoIcon.small {
  top: unset;
  left: unset;
  right: 1.875vw;
  bottom: 1.25vw;
  width: 1.71875vw;
  height: 1.71875vw;
}
.ynet .videoIcon.onTextRow {
  position: unset !important;
}
.ynet .videoIcon.big {
  width: 7.03125vw;
  height: 7.03125vw;
}
.ynet .videoIcon .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='22.5' cy='22.5' r='22.5' fill='black' fill-opacity='0.3'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.5 42C33.2696 42 42 33.2696 42 22.5C42 11.7304 33.2696 3 22.5 3C11.7304 3 3 11.7304 3 22.5C3 33.2696 11.7304 42 22.5 42ZM22.5 45C34.9264 45 45 34.9264 45 22.5C45 10.0736 34.9264 0 22.5 0C10.0736 0 0 10.0736 0 22.5C0 34.9264 10.0736 45 22.5 45Z' fill='white'/%3E %3Cpath d='M31.1497 21.8674C31.6168 22.1518 31.6168 22.8482 31.1497 23.1326L17.5759 31.3967C17.1005 31.6861 16.5 31.333 16.5 30.7641L16.5 14.2359C16.5 13.667 17.1005 13.3139 17.5759 13.6033L31.1497 21.8674Z' fill='white'/%3E %3C/svg%3E") !important;
}
.ynet .videoIcon .duration {
  margin: auto 0.78125vw;
  color: #fff;
  font-size: 1.875vw;
  align-items: center;
}
.ynet .audioIcon {
  width: auto;
  height: auto !important;
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 3.125vw;
  bottom: 0.625vw;
  right: 0.625vw;
  padding: 0.3125vw 0.78125vw;
  box-sizing: border-box;
  background-color: rgba(26, 26, 26, 0.6) !important;
}
.ynet .audioIcon .icon {
  height: 1.875vw;
  width: 1.875vw;
  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;
}
.ynet .audioIcon .duration {
  margin-right: 0.46875vw;
  color: #fff;
  font-size: 2.03125vw;
  font-weight: 600;
  line-height: 1;
  align-items: center;
}
.font-moses .ynet .audioIcon .duration {
  font-size: 1.71875vw;
  font-weight: 500;
}
.ynet .MarketingSign {
  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;
}
.ynet .MarketingSign .marketingImage {
  height: 7.8125vw !important;
  width: 7.8125vw !important;
}
.ynet .MarketingSign .marketingText {
  display: none;
  padding: 1.09375vw 0.9375vw 0.9375vw 3.125vw;
  background-color: #0006;
  font-size: 3.4375vw;
  font-weight: lighter;
  color: white;
  align-items: center;
  flex-grow: 1;
}
.font-moses .ynet .MarketingSign .marketingText {
  font-size: 2.96875vw;
  font-weight: 340;
}
.ynet .MarketingSign:hover,
.ynet .MarketingSign:active {
  width: 100%;
}
.ynet .MarketingSign:hover .marketingText,
.ynet .MarketingSign:active .marketingText {
  display: flex;
}
.ynet .MarketingSign:hover .marketingText span,
.ynet .MarketingSign:active .marketingText span {
  white-space: nowrap;
}
.ynet .MarketingSign.smallItem {
  height: 4.53125vw;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  overflow: hidden;
  z-index: 3;
}
.ynet .MarketingSign.smallItem .marketingImage {
  align-self: flex-end;
}
.ynet .MarketingSign.smallItem:hover,
.ynet .MarketingSign.smallItem:active {
  height: 17.96875vw;
}
.ynet .MarketingSign.smallItem:hover .marketingImage,
.ynet .MarketingSign.smallItem:active .marketingImage {
  align-self: flex-end;
}
.ynet .MarketingSign.smallItem:hover .marketingText,
.ynet .MarketingSign.smallItem:active .marketingText {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 13.28125vw;
  padding: 2.34375vw 9.375vw 2.34375vw 6.25vw;
  font-size: 3.4375vw;
}
.ynet .MarketingSign.smallItem:hover .marketingText span,
.ynet .MarketingSign.smallItem:active .marketingText span {
  white-space: unset;
}
@media (prefers-color-scheme: dark) {
  .ynet {
    background: #1e1e1e;
  }
  .ynet .YnetMutamHeader.Article .commentsOpen {
    color: #000 ! important;
  }
  .ynet .YnetMutamHeader,
  .ynet .YnetMutamHeader *:not(.progress-bar, .inputArea input, .topBtns, .goBack, .darkModeLogo, .menuHamburger, .srhBtn, .redmailIcon, .weatherimage *, .mediaIcon, .promoLabel, .YnetPlusLogo, .LogoutPopupComponent, .menuToggler, .yPlusLabel, .yedioth-plus-icon) {
    background: #1e1e1e !important;
    color: #fff !important;
  }
  .ynet .YnetMutamHeader *,
  .ynet .YnetMutamHeader *:not(.progress-bar, .inputArea input, .topBtns, .goBack, .darkModeLogo, .menuHamburger, .srhBtn, .redmailIcon, .weatherimage *, .mediaIcon, .promoLabel, .YnetPlusLogo, .LogoutPopupComponent, .menuToggler, .yPlusLabel, .yedioth-plus-icon) * {
    color: #fff !important;
  }
  .ynet *,
  .ynet *[style] {
    color: #fff !important;
  }
  .ArticleBodyComponent .text_editor_paragraph a,
  .ArticleBodyComponent li a,
  .ArticleBodyComponent .text_editor_paragraph a:hover,
  .ArticleBodyComponent li a:hover,
  .ArticleBodyComponent .text_editor_paragraph a:hover *,
  .ArticleBodyComponent li a:hover *,
  .ArticleBodyComponent .text_editor_paragraph.special_ul a,
  .ArticleBodyComponent li.special_ul a {
    color: #419bf9 ! important;
    -webkit-text-fill-color: #419bf9 ! important;
  }
  .ArticleBodyComponent .text_editor_paragraph.special_ul,
  .ArticleBodyComponent li.special_ul {
    color: #fff;
    -webkit-text-fill-color: #fff;
    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");
  }
}
body:has(.media-overlay-display) {
  overflow: hidden;
}
.media-overlay-display .image-overlay-display {
  width: 100vw;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-grow: 1;
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  z-index: 99999999;
}
.media-overlay-display .image-overlay-display .close-btn {
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  top: 9.375vw;
  right: 3.125vw;
  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='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-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  cursor: pointer;
}
.media-overlay-display .image-overlay-display img {
  width: 100vw;
  height: auto;
  max-height: 100%;
}
.media-overlay-display .image-overlay-display .image-details {
  display: flex;
  flex-direction: column;
  gap: 0.46875vw;
  position: absolute;
  bottom: 7.8125vw;
  padding: 0 3.125vw;
  font-size: 2.5vw;
  line-height: 2.8125vw;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.media-overlay-display .image-overlay-display .image-details .caption {
  color: #fff;
}
.media-overlay-display .image-overlay-display .image-details .credit {
  color: #c7c7c7;
}
.ArticleHeadlinesMobileComponenta {
  display: flex;
  flex-direction: column;
}
.ArticleHeadlinesMobileComponenta .TabComponenta {
  width: 100%;
  height: 8.4375vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 6.40625vw;
  padding: 0 4.6875vw;
}
.ArticleHeadlinesMobileComponenta .TabComponenta .titleLink {
  font-size: 4.6875vw;
  height: 4.53125vw;
  font-weight: bold;
  float: right;
  color: #fff;
  text-decoration: none;
  flex-grow: 1;
}
.font-moses .ArticleHeadlinesMobileComponenta .TabComponenta .titleLink {
  font-size: 4.0625vw;
  font-weight: 670;
}
.ArticleHeadlinesMobileComponenta .TabComponenta .leftArrow {
  height: 3.90625vw;
  width: 3.90625vw;
  background: transparent url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.ArticleHeadlinesMobileComponenta .slotsContent {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin: 0 4.6875vw 2.34375vw;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 4.21875vw;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView > a {
  display: block;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .imageView {
  width: 33.59375vw;
  height: 19.0625vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .imageView img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .imageView .videoIcon {
  height: 5.46875vw !important;
  width: 5.46875vw !important;
  bottom: 0;
  left: 0;
  margin: 0 0 1.25vw 1.25vw;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .imageView .videoIcon .icon {
  background-size: contain !important;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .imageView .onImage {
  height: 4.21875vw;
  width: 11.71875vw;
  margin: 0 1.25vw 1.25vw 0;
  right: 0;
  bottom: 0;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-right: 3.4375vw;
  justify-content: space-between;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .slotTitle {
  font-size: 4.21875vw;
  line-height: 4.84375vw;
  max-height: 14.53125vw;
  overflow: hidden;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.font-moses .ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .slotTitle {
  font-size: 3.90625vw;
  line-height: 1.2;
  font-weight: 500;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .slotTitle a,
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .slotTitle a:hover {
  text-decoration: none;
  color: unset;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .moreDetails {
  display: flex;
  align-items: center;
  line-height: 2.03125vw;
  font-size: 3.4375vw;
  font-weight: 300;
  color: #78787b;
  line-height: 4.21875vw;
}
.font-moses .ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .moreDetails {
  font-size: 3.0625vw;
  line-height: 4.375vw;
  font-weight: 310;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .moreDetails .creditName {
  display: -webkit-inline-box;
  overflow: hidden;
  width: fit-content;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .moreDetails .separator {
  margin: 0 0.78125vw;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .moreDetails .DateDisplay {
  white-space: nowrap;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .moreDetails .videoIcon {
  display: none;
}
.ArticleHeadlinesMobileComponenta .slotMore {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 4.21875vw;
  line-height: 4.84375vw;
  margin: 1.5625vw 0 3.90625vw 0;
}
.font-moses .ArticleHeadlinesMobileComponenta .slotMore {
  font-size: 3.75vw;
}
.ExternalIframeMutamComponenta {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.34375vw;
}
.ExternalIframeMutamComponenta .componentaTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
  flex-shrink: 0;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 4.0625vw;
  white-space: nowrap;
  color: #fff;
}
.OpinionsComponenta a {
  color: inherit;
  text-decoration: none;
}
.OpinionsComponenta .OpinionTab {
  width: auto;
  height: 8.59375vw;
  display: flex;
  align-items: center;
  position: sticky;
  top: 12.5vw;
  color: #fff;
  padding: 0 3.125vw 0 4.6875vw;
  z-index: 2;
}
.OpinionsComponenta .OpinionTab .backgroundLink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.OpinionsComponenta .OpinionTab .channelIcon {
  height: 3.90625vw;
  margin-left: 1.5625vw;
}
.OpinionsComponenta .OpinionTab .rightTitleText {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 4.0625vw;
  font-size: 4.375vw;
  font-weight: bold;
  z-index: 1;
}
.OpinionsComponenta .OpinionTab .rightTitleText .leftSideArrow {
  height: 3.90625vw;
  width: 3.90625vw;
  background: transparent url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.OpinionsComponenta .OpinionTab .leftTitleLink {
  display: none;
  position: absolute;
  left: 4.6875vw;
  line-height: 2.65625vw;
  font-size: 2.03125vw;
  z-index: 1;
}
.OpinionsComponenta .slotsWrapper {
  padding: 0 2.03125vw;
  margin-top: 2.65625vw;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100%;
  height: 29.6875vw;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0.3125vw 1.5625vw 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 4.21875vw;
  padding: 2.65625vw;
  position: relative;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .MutamMarketingSign {
  overflow: visible;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .marketingImage {
  bottom: 2.65625vw;
  right: 2.65625vw;
  position: absolute;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea {
  display: flex;
  position: relative;
  align-items: center;
  margin-left: 3.90625vw;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .MediaCarousel {
  height: 100% !important;
  width: 100% !important;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .MediaCarousel img {
  width: 21.40625vw !important;
  height: 24.375vw !important;
  position: relative;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .videoIcon {
  height: 5.46875vw !important;
  width: 5.46875vw !important;
  left: 0;
  bottom: 0;
  margin: 0 0 0.9375vw 0.9375vw;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .videoIcon .icon {
  width: 100%;
  height: 100%;
  background-size: contain;
  border-radius: 50%;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .havakIcon.onImage {
  height: 4.21875vw;
  width: 13.59375vw;
  right: 0;
  bottom: 0;
  margin: 0 0.9375vw 0.9375vw 0;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .MediaCarousel {
  display: flex;
  flex-shrink: 0;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText {
  display: flex;
  flex-direction: column;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .author {
  height: 5.3125vw;
  width: fit-content;
  font-size: 3.90625vw;
  font-weight: 600;
  line-height: 1.27;
  padding: 0 1.875vw;
  margin-bottom: 2.65625vw;
}
.font-moses .OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .author {
  font-size: 3.84375vw;
  line-height: 5.3125vw;
  font-weight: 500;
  margin-bottom: 3.125vw;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .title {
  font-size: 4.375vw;
  line-height: 1.18;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.font-moses .OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .title {
  font-size: 3.84375vw;
  line-height: 6.09375vw;
  font-weight: 500;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .subTitle {
  display: none;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper:last-child {
  margin-bottom: unset;
}
@media (prefers-color-scheme: dark) {
  .OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem {
    background-color: #2d2d2d;
  }
  .OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .title {
    color: #fff;
  }
}
.premium-paywall-mobile {
  width: 100%;
  height: 100%;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 10.3125vw 5.15625vw 23.90625vw 5.15625vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .title-container {
  display: flex;
  align-items: center;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .title-container span {
  color: #000;
  text-align: center;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 670;
  line-height: 8.75vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .title-container .yedioth-label-newspaper-mode {
  width: 37.96875vw;
  height: 4.84375vw;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='148' height='20' viewBox='0 0 148 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1672_130656)'%3E%3Cpath d='M115.514 2.13201C116.814 2.60489 118.745 2.22336 119.436 3.55065C118.833 6.82857 119.135 10.3214 120.429 13.1856C120.281 15.3727 119.063 16.9095 118.103 19.0106H106.517C107.219 16.8074 107.324 15.8778 107.933 14.4376C108.053 14.1528 108.136 14.1582 108.317 14.04C108.591 13.8573 108.882 13.7874 109.145 13.8304C110.341 13.7552 110.242 13.997 110.862 13.7552C111.07 11.7723 109.968 7.38205 109.968 7.38205L107.121 7.3713C107.121 4.97466 106.731 2.76072 105.223 0.987424C106.759 0.691874 107.966 2.67474 109.721 2.55652C110.538 2.61563 111.773 2.28785 111.893 3.41094C111.564 7.22085 112.316 10.6277 113.495 13.8197C114.982 14.0507 115.843 13.6531 117.993 13.8412C117.478 11.8905 117.154 7.27458 117.099 7.38743C117.099 7.38743 114.971 7.46265 113.918 7.37668C114.428 5.16274 113.764 2.70699 112.771 0.729492C113.89 0.729492 114.614 1.67525 115.519 2.14813L115.514 2.13201Z' fill='%23DE1A1A'/%3E%3Cpath d='M131.289 2.67515C132.627 2.93845 139.128 2.81487 139.128 2.81487L139.72 7.15138H138.354C138.683 9.10201 139.139 11.4772 139.984 13.1914C138.897 14.9378 138.14 16.9744 137.663 19.0164H136.56V7.22124L128.387 7.20512C128.266 4.9267 127.706 2.51931 126.379 0.686902C127.372 -0.0224178 127.866 1.48757 128.869 1.88522C129.791 2.256 130.318 2.48169 131.3 2.67515H131.289Z' fill='%23DE1A1A'/%3E%3Cpath d='M75.3067 3.13161L75.581 3.54538C75.4932 6.6191 76.2448 9.36503 72.8381 10.961L76.9141 16.6785L73.4909 19.4997C71.0772 16.34 65.4433 10.343 65.4433 10.343L64.796 14.0992L67.9174 14.1691L68.2685 19.0107C68.2685 19.0107 62.9583 19.0107 62.8486 18.9838L62.5469 18.7151C63.7208 14.427 63.452 10.2463 62.8486 5.81305L64.5711 1.70222H65.0264L71.9659 10.2893C72.5693 10.6708 73.0795 9.69819 73.4141 9.28442C73.6555 8.69332 73.6884 8.05386 72.9917 7.79055L70.5177 7.64009C70.4299 5.48526 69.7936 3.52926 68.1972 1.96553L68.3453 1.55176C70.1282 3.35193 72.8985 2.79307 75.3177 3.12086L75.3067 3.13161Z' fill='%23DE1A1A'/%3E%3Cpath d='M27.9396 2.86911C29.2397 2.31025 28.927 3.54619 28.8722 4.28775C28.9819 6.15777 30.2546 13.208 30.3862 14.4224C30.4301 14.8147 28.384 18.9793 28.384 18.9793H22.7227C22.7227 18.9793 24.2312 16.0883 24.7414 14.5514C24.8511 14.5514 27.3307 14.5514 27.3307 14.5514V7.5388C23.5291 8.02243 24.9224 5.29262 24.1654 3.84711C23.957 2.78313 22.8708 1.86424 22.8708 0.859375C24.8018 0.918485 25.7343 3.4011 27.9396 2.86911Z' fill='%23DE1A1A'/%3E%3Cpath d='M100.745 2.25093C101.771 3.43313 104.064 2.25093 104.634 3.82003C104.426 7.39887 104.876 10.709 105.962 13.7505C105.057 15.4056 104.267 16.3621 103.636 19.0113H102.698L102.709 7.51171C102.709 7.51171 101.348 7.4741 100.015 7.51171C100.394 4.20693 98.8029 1.92314 98.1172 0.83229C99.4777 0.504499 99.7903 1.89627 100.745 2.25093Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.5477 7.44139C51.6958 9.71982 52.217 11.7349 52.9466 13.7769C52.0414 15.432 51.2515 16.3455 50.6206 18.9947H49.8965C48.9036 12.9655 50.9882 6.22158 47.4883 1.22947C49.6003 0.369691 49.7484 3.32518 51.6794 2.91141H59.7818C59.7818 2.91141 60.1604 2.9974 60.3524 3.14249C60.5773 3.31444 60.6705 3.52938 60.7473 3.74433C60.5334 7.32317 60.9887 10.7032 62.0749 13.7447C61.1697 15.3997 60.3798 16.1413 59.7489 18.984H58.5969L58.6079 7.45751H51.833L51.5422 7.43601L51.5477 7.44139Z' fill='%23DE1A1A'/%3E%3Cpath d='M122.345 2.25093C123.371 3.43313 125.664 2.25093 126.234 3.82003C126.234 3.82003 126.58 6.71104 127.765 8.85512C126.755 10.1179 125.741 10.7466 125.115 13.4012H124.325L124.314 7.51171C124.314 7.51171 122.888 7.58157 121.621 7.51171C121.999 4.20693 120.408 1.92314 119.723 0.83229C121.078 0.504499 121.709 1.89627 122.35 2.25093H122.345Z' fill='%23DE1A1A'/%3E%3Cpath d='M142.579 2.25107C143.605 3.43327 145.898 2.25107 146.469 3.82017C146.469 3.82017 146.814 6.71119 147.999 8.85527C146.99 10.1181 146.101 10.7468 145.476 13.4014H144.582L144.592 7.51186C144.592 7.51186 143.078 7.47424 141.855 7.51186C142.234 4.20707 140.643 1.92328 139.957 0.832435C141.317 0.504643 141.68 1.84268 142.585 2.25107H142.579Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.5733 7.51077C33.5733 7.51077 32.4597 7.50003 31.2418 7.51077C31.6203 4.20599 30.035 1.9222 29.3438 0.83135C30.7042 0.503558 31.2747 1.9813 31.9714 2.27148C33.5678 3.17425 35.2903 2.24999 35.8608 3.81909C35.6469 7.39793 36.1022 10.7081 37.1884 13.7496C36.2832 15.4046 35.0654 16.3612 34.44 19.0104H33.5842L33.5733 7.51077Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7496 7.53764C19.7496 7.53764 18.1643 7.5269 17.2262 7.53764C17.6047 4.23286 16.0138 1.94369 15.3281 0.85822C16.6831 0.535801 17.1165 1.7395 17.9558 2.27686C18.9816 3.45906 21.2747 2.27686 21.8507 3.84596C21.6367 7.41943 22.0646 10.7511 23.1508 13.7926C22.2457 15.4476 21.3679 16.4041 20.7426 19.0533H19.7606V7.53764H19.7496Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8312 7.62453H6.78587C5.55157 8.57029 5.79294 10.7305 6.36346 12.1438C8.07502 14.5189 6.48415 16.5179 5.91364 18.6781L5.66129 18.9736H0L1.87063 14.2771H4.27888C3.81259 12.7295 3.43407 9.33335 4.27888 7.61916C3.98265 7.47407 3.3847 7.42033 2.93487 7.47944C2.87453 5.11504 2.56733 3.13216 1.44824 1.24064C2.26013 -0.145753 3.05007 2.30463 4.04299 2.36374C7.21376 3.07306 10.8453 2.78288 14.5811 2.86886C14.9432 2.95483 15.2065 3.20203 15.4204 3.88985C15.2065 7.46869 15.6728 10.8003 16.759 13.8472C15.8538 15.5023 15.0639 16.4588 14.433 19.108H12.8202V7.62453H12.8312Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.4415 3.81359C47.2331 7.39243 47.7049 10.7026 48.791 13.7441C47.8859 15.3991 47.0959 16.3557 46.4706 19.0049H45.3405L45.3295 7.50528H37.6056C37.7592 5.28597 37.4136 3.00754 36.0586 1.4062C36.1793 0.933318 37.0241 1.11065 37.3587 1.25574C38.3297 2.23911 39.0209 2.47018 39.9535 2.82484H46.4706C46.893 2.96993 47.2166 3.30847 47.447 3.81359H47.4415Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M94.9544 7.67257H88.975C87.7352 8.61833 87.982 10.5152 88.5525 11.9285C90.2641 14.3036 88.6732 16.5552 88.0972 18.7154L87.8449 19.0109H82.1836C82.1836 19.0109 83.4234 15.6256 84.0542 14.0565C84.1585 14.0135 86.4625 14.0618 86.4625 14.0618C85.9962 12.5088 85.6177 9.37601 86.4625 7.66182C86.1662 7.51674 85.6067 7.55973 85.1514 7.61884C85.091 5.25444 84.7509 3.18022 83.6318 1.2887C84.4437 -0.103069 85.2337 2.35268 86.2266 2.41179C89.3041 3.20709 93.0728 2.70734 96.5727 2.85242C96.9348 2.94378 97.1432 3.35755 97.4504 3.92178C97.2365 7.49525 97.6699 10.8753 98.756 13.9221C97.8509 15.5772 97.0609 16.4047 96.4301 19.0539L94.9709 19.0754L94.9489 7.67257H94.9544Z' fill='%23DE1A1A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1672_130656'%3E%3Crect width='148' height='19' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .buttons-container {
  margin-top: 11.5625vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .login {
  margin-top: 7.65625vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .login div {
  font-size: 1rem;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .login a {
  font-size: 1rem;
  text-decoration: underline;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .error-text {
  margin: auto;
  font-size: 0.813rem;
  margin-top: 1.5625vw;
  height: 6.09375vw;
  text-align: right;
  color: #DE1A1A;
}
.premium-page-auth-wrapper .premium-paywall-mobile .premium-paywall-mobile-signin-email {
  padding: 7.03125vw 5.15625vw 23.90625vw 5.15625vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .title {
  color: #000;
  text-align: center;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 670;
  line-height: 8.75vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container {
  display: flex;
  justify-content: center;
  gap: 3.90625vw;
  margin-top: 5.15625vw;
  margin-bottom: 5.15625vw;
  direction: rtl;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container .radio-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container .radio-option input[type="radio"] {
  width: 3.90625vw;
  height: 3.90625vw;
  margin-left: 1.40625vw;
  cursor: pointer;
  accent-color: #2261D0;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container .radio-option .radio-text {
  line-height: 4.6875vw;
  white-space: nowrap;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin {
  width: 100%;
  margin-top: 3.125vw;
  z-index: 1;
  position: relative;
}
.premium-page-auth-wrapper .premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin {
  margin-top: 5.46875vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin.error input {
  border-bottom: 1px solid #DE1A1A;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin input {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 5.625vw;
  text-align: right;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding-right: 2.65625vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin input:focus {
  outline: none;
  box-shadow: none;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .error-text {
  padding-right: 2.65625vw;
  font-size: 0.813rem;
  padding-top: 1.5625vw;
  height: 8.75vw;
  text-align: right;
  color: #DE1A1A;
  position: relative;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .error-text a {
  color: #DE1A1A;
  text-decoration: underline;
  cursor: pointer;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .error-text a:visited,
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .error-text a:hover,
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .error-text a:active {
  color: #DE1A1A;
  -webkit-text-fill-color: #DE1A1A;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .reset-icon {
  position: absolute;
  cursor: pointer;
  width: 6.25vw;
  height: 6.25vw;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4 7.73935L17.12 6.45935L12 11.5794L6.87999 6.45935L5.59999 7.73935L10.72 12.8594L5.59999 17.9794L6.87999 19.2594L12 14.1394L17.12 19.2594L18.4 17.9794L13.28 12.8594L18.4 7.73935Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 5.15625vw;
  gap: 5.15625vw;
  width: 100%;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .buttons-container .button-base {
  width: 100%;
  height: 10.3125vw;
  cursor: pointer;
  font-size: 1rem;
  line-height: 5.625vw;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 1px solid #2261D0;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .buttons-container .button-base.continue:disabled {
  background-color: #D8D8D8;
  color: #78787B;
  border: 1px solid #D9D9D9;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .buttons-container .button-base.back {
  background-color: transparent;
  color: #DE1A1A;
  border: 1px solid #DE1A1A;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .separator {
  margin-top: 7.8125vw;
  height: 6.25vw;
  display: flex;
  align-items: center;
  direction: rtl;
  text-align: center;
  width: 100%;
}
.premium-page-auth-wrapper .premium-paywall-mobile .premium-paywall-mobile-signin-email .separator {
  margin-top: 4.6875vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .separator .line {
  flex: 1;
  height: 1px;
  background-color: #000;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .separator .text {
  padding: 0 3.90625vw;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 6.09375vw;
  font-weight: 400;
  color: #000 !important;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin {
  gap: 2.65625vw;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 7.8125vw;
}
.premium-page-auth-wrapper .premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin {
  margin-top: 4.6875vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin .social-button {
  width: 100%;
  height: 10.3125vw;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 5.625vw;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 0.3125vw solid #000;
  font-weight: bold;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin .social-button span {
  position: relative;
  top: 0.46875vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin .social-button.apple-btn span::before {
  display: inline-block;
  content: "";
  width: 6.09375vw;
  height: 6.09375vw;
  position: relative;
  top: 0.625vw;
  background-size: contain;
  margin-left: 0.46875vw;
  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-mobile .premium-paywall-mobile-signin-email .social-signin .social-button.google-btn span::before {
  display: inline-block;
  content: "";
  width: 6.09375vw;
  height: 6.09375vw;
  position: relative;
  background-size: contain;
  top: 0.9375vw;
  margin-left: 0.75vw;
  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-mobile .premium-paywall-mobile-signin-email .signup {
  margin-top: 34.375vw;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 6.09375vw;
}
.premium-page-auth-wrapper .premium-paywall-mobile .premium-paywall-mobile-signin-email .signup {
  margin-top: 14.0625vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .signup button {
  color: #2261D0 !important;
  font-weight: 500;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-text-fill-color: #2261D0 !important;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users {
  margin-top: 2.65625vw;
  display: flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 6.09375vw;
  color: #000;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users > div:first-child {
  display: flex;
  gap: 1.25vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users .newspaper-register-text {
  color: #2261D0;
  margin-right: 0.46875vw;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #2261D0;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users .yedioth-label {
  width: 26.5625vw;
  height: 6.09375vw;
  display: block;
  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.72388 14.624C4.71321 14.24 4.76654 13.8933 4.88388 13.584C5.01188 13.2747 5.16121 13.0133 5.33188 12.8C5.51321 12.576 5.74788 12.3147 6.03588 12.016C6.43054 11.6107 6.71854 11.2693 6.89988 10.992C7.08121 10.7147 7.17188 10.384 7.17188 10C7.18254 9.44533 6.99588 9.01867 6.61188 8.72C6.23854 8.42133 5.67854 8.272 4.93188 8.272C4.55854 8.272 4.16921 8.336 3.76388 8.464C3.36921 8.58133 3.04921 8.71467 2.80388 8.864L2.77188 7.616C3.13454 7.43467 3.55054 7.29067 4.01988 7.184C4.48921 7.07733 4.97454 7.024 5.47588 7.024C6.48921 7.024 7.29988 7.248 7.90788 7.696C8.52654 8.13333 8.84121 8.79467 8.85188 9.68C8.85188 10.0853 8.78254 10.4533 8.64388 10.784C8.50521 11.1147 8.33988 11.3973 8.14788 11.632C7.95588 11.8667 7.68388 12.16 7.33188 12.512C6.91588 12.9173 6.60121 13.2747 6.38788 13.584C6.18521 13.8827 6.08388 14.2293 6.08388 14.624H4.72388ZM4.51588 16.064H6.45188V18H4.51588V16.064Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.8904 7.7396C84.7148 8.02591 85.9427 7.79335 86.3838 8.59852C86.0003 10.584 86.192 12.6957 87.0177 14.4311C86.9212 15.7551 86.1497 16.6864 85.5405 17.9556H78.1743C78.6224 16.6228 78.686 16.0601 79.0752 15.1869C79.1517 15.0146 79.2046 15.0179 79.3187 14.9444C79.4951 14.8347 79.6798 14.7909 79.8456 14.8183C80.6066 14.7711 80.5407 14.9192 80.9359 14.7711C81.0712 13.5721 80.3678 10.9142 80.3678 10.9142L78.5578 10.9065C78.5578 9.45744 78.3084 8.11586 77.3487 7.04193C78.3272 6.86313 79.0941 8.06211 80.2079 7.99081C80.7254 8.02591 81.5122 7.82955 81.5887 8.50967C81.377 10.8177 81.8568 12.8778 82.6048 14.8095C83.5493 14.9499 84.0973 14.7075 85.4664 14.8227C85.1394 13.6413 84.9336 10.8473 84.8971 10.9142C84.8971 10.9142 83.5457 10.9603 82.8742 10.9065C83.2 9.56494 82.7777 8.07966 82.145 6.88068C82.8542 6.88068 83.3152 7.45329 83.8904 7.7396Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.9228 8.06741C94.7743 8.22757 98.9049 8.15188 98.9049 8.15188L99.2824 10.7758H98.4121C98.6238 11.9561 98.9108 13.3932 99.4471 14.4309C98.7567 15.4873 98.278 16.7213 97.9699 17.9554H97.2689L97.2665 10.8175L92.0715 10.8076C91.9951 9.42983 91.6399 7.97307 90.7966 6.86295C91.4294 6.43403 91.7422 7.3478 92.3797 7.58913C92.9666 7.81291 93.3006 7.95003 93.9228 8.06741Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.3322 8.34225L58.5039 8.59345C58.4474 10.4539 58.9261 12.1147 56.7597 13.0811L59.3519 16.5431L57.1749 18.25C55.64 16.3347 52.0598 12.7071 52.0598 12.7071L51.6482 14.9832L53.6323 15.0238L53.857 17.956C53.857 17.956 50.4815 17.956 50.4097 17.9407L50.218 17.7794C50.966 15.1851 50.7932 12.6544 50.4097 9.97014L51.5035 7.48333H51.7905L56.2022 12.6829C56.5868 12.9144 56.9126 12.3242 57.1243 12.0741C57.2772 11.7165 57.296 11.3304 56.8549 11.1691L55.2825 11.0803C55.2248 9.77378 54.8214 8.59345 53.8052 7.64458L53.9005 7.39447C55.0331 8.48595 56.7973 8.14589 58.3322 8.34225Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.2154 8.18463C29.041 7.84457 28.8434 8.59489 28.8081 9.04355C28.8775 10.1745 29.6855 14.4428 29.7702 15.1767C29.7984 15.4147 28.4965 17.9344 28.4965 17.9344L24.8975 17.9322C24.8975 17.9322 25.856 16.1837 26.1818 15.2534C26.2524 15.2567 27.8296 15.2567 27.8296 15.2567V11.0115C25.4138 11.3044 26.2971 9.65127 25.8172 8.77479C25.6843 8.13088 24.9928 7.57582 24.9928 6.9681C26.2206 7.0032 26.8158 8.50604 28.2154 8.18463Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.503 7.81134C75.1557 8.52766 76.613 7.81134 76.9776 8.76021C76.8435 10.9245 77.1305 12.9287 77.8209 14.7716C77.2457 15.7731 76.7435 16.3523 76.3436 17.956H75.7473L75.7544 10.9958C75.7544 10.9958 74.8923 10.9728 74.0419 10.9958C74.2831 8.99496 73.2728 7.61169 72.8341 6.95242C73.6973 6.75606 73.8985 7.59634 74.503 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.2249 10.9523C43.3201 12.3312 43.6506 13.5521 44.114 14.7862C43.5389 15.7877 43.0355 16.3417 42.6368 17.9454H42.1758C41.543 14.2959 42.8709 10.2141 40.6456 7.18974C41.9888 6.67088 42.084 8.46002 43.3119 8.20992H48.4622C48.4622 8.20992 48.7033 8.26257 48.8233 8.35033C48.9656 8.45673 49.0232 8.58398 49.075 8.71671C48.9397 10.8821 49.2279 12.929 49.9183 14.7708C49.3431 15.7735 48.8397 16.221 48.441 17.9433H47.7095L47.7165 10.9655H43.4084L43.2249 10.9523Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.2347 7.81134C88.8863 8.52766 90.3447 7.81134 90.7093 8.76021C90.7093 8.76021 90.9304 10.5099 91.6808 11.8087C91.0386 12.5722 90.393 12.955 89.9942 14.5587H89.492L89.4861 10.9958C89.4861 10.9958 88.5793 11.0364 87.7737 10.9958C88.0148 8.99496 87.0045 7.61169 86.5658 6.95242C87.4291 6.75606 87.8266 7.59634 88.2347 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M101.098 7.81139C101.75 8.5277 103.208 7.81139 103.572 8.76026C103.572 8.76026 103.793 10.5099 104.544 11.8087C103.902 12.5722 103.338 12.955 102.939 14.5588H102.37L102.376 10.9959C102.376 10.9959 101.413 10.9728 100.638 10.9959C100.878 8.99501 99.8686 7.61174 99.4287 6.95247C100.292 6.75611 100.524 7.56457 101.098 7.81139Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.7967 10.9956C31.7967 10.9956 31.0875 10.989 30.3148 10.9956C30.5547 8.99476 29.5456 7.61149 29.1069 6.95222C29.9701 6.75586 30.3359 7.64988 30.7758 7.8243C31.7896 8.37168 32.8858 7.81114 33.2504 8.76001C33.1163 10.9243 33.4033 12.9285 34.0937 14.7714C33.5185 15.7729 32.7446 16.3521 32.3448 17.9558H31.8026L31.7967 10.9956Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0114 11.0106C23.0114 11.0106 22.0034 11.0051 21.4071 11.0106C21.6471 9.00973 20.6368 7.62646 20.1981 6.96719C21.0614 6.77083 21.3366 7.50031 21.867 7.8272C22.5198 8.54242 23.977 7.8272 24.3416 8.77498C24.2075 10.9404 24.4768 12.9533 25.1672 14.7962C24.5909 15.7977 24.0346 16.3769 23.6347 17.9807H23.0126L23.0114 11.0106Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6108 11.0627H14.7695C13.9827 11.6353 14.138 12.944 14.5002 13.7996C15.5893 15.2388 14.5778 16.4477 14.2132 17.7541L14.0521 17.9329H10.4531L11.6422 15.0874L13.1723 15.0918C12.876 14.1495 12.636 12.0949 13.1735 11.0572C12.9842 10.9694 12.6066 10.9376 12.3185 10.9727C12.2797 9.54229 12.0832 8.34331 11.374 7.19808C11.8915 6.35672 12.3902 7.842 13.0242 7.8782C15.0389 8.30821 17.3488 8.13269 19.7234 8.18425C19.9539 8.238 20.121 8.38829 20.2574 8.80294C20.1233 10.9672 20.4173 12.9857 21.1077 14.8285C20.5326 15.8301 20.0304 16.4093 19.6305 18.0119H18.6073L18.6108 11.0627Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.6156 8.75618C40.4815 10.9205 40.7826 12.9246 41.473 14.7675C40.8978 15.769 40.3956 16.3482 39.9969 17.952H39.2783L39.2701 10.9907L34.3609 10.9885C34.4562 9.64691 34.2397 8.26583 33.3765 7.29941C33.4529 7.0142 33.9904 7.12061 34.2009 7.21056C34.8196 7.80621 35.2559 7.94442 35.8511 8.15833H39.9946C40.2627 8.24828 40.4686 8.45122 40.6156 8.75618Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.8219 11.0937H67.0194C66.2338 11.6663 66.3879 12.8137 66.7513 13.6705C67.8392 15.1086 66.8277 16.471 66.4631 17.7764L66.302 17.9563H62.7042C62.7042 17.9563 63.4899 15.9061 63.8933 14.9583C63.9591 14.9331 65.4234 14.9616 65.4234 14.9616C65.127 14.0204 64.8871 12.1259 65.4246 11.0893C65.2352 11.0004 64.8777 11.0268 64.5907 11.0619C64.5519 9.63144 64.3343 8.37432 63.6239 7.2291C64.1426 6.38773 64.6413 7.87301 65.2741 7.90921C67.2312 8.39187 69.6258 8.08802 71.851 8.17687C72.0815 8.23172 72.2144 8.48402 72.4073 8.82408C72.2732 10.9884 72.5485 13.0331 73.2388 14.876C72.6625 15.8775 72.1603 16.3799 71.7616 17.9837L70.836 17.9969L70.8219 11.0937Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users .yedioth-plus-label {
  margin-left: 0.46875vw;
  width: 10.46875vw;
  height: 3.28125vw;
  position: relative;
  top: 0.3125vw;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='14' viewBox='0 0 42 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 6.80078C0.5 3.21093 3.41015 0.300781 7 0.300781H35C38.5899 0.300781 41.5 3.21093 41.5 6.80078C41.5 10.3906 38.5899 13.3008 35 13.3008H7C3.41015 13.3008 0.5 10.3906 0.5 6.80078Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.84169 12.0016C9.64319 12.0016 11.9139 9.67339 11.9139 6.80156C11.9139 3.92973 9.64319 1.60156 6.84169 1.60156C4.0402 1.60156 1.76953 3.92973 1.76953 6.80156C1.76953 9.67339 4.0402 12.0016 6.84169 12.0016Z' fill='black'/%3E%3Cpath d='M7.56629 3.83012V9.77297H6.1171V3.83012H7.56629Z' fill='white'/%3E%3Cpath d='M9.74008 6.05869V7.5444H3.94332V6.05869H9.74008Z' fill='white'/%3E%3Cpath d='M34.5074 4.85808C34.5074 4.85808 32.1696 4.90139 31.6882 4.80912H31.6922C31.3608 4.74551 31.1736 4.67195 30.878 4.55577L30.8182 4.5323C30.6833 4.48022 30.574 4.37368 30.4713 4.27364C30.2994 4.10604 30.1462 3.95671 29.9226 4.11237C30.4 4.75451 30.6012 5.59814 30.6446 6.39657L33.5841 6.40222V10.5356H33.9807C34.1523 9.82005 34.4246 9.10636 34.8152 8.49435C34.5114 7.89364 34.3476 7.06131 34.2293 6.37774H34.7205L34.5074 4.85808Z' fill='white'/%3E%3Cpath d='M26.5331 4.7178C26.3515 4.69581 26.1703 4.67385 26.0143 4.61856L26.0162 4.62421C25.9092 4.5697 25.8091 4.49727 25.7088 4.42459C25.504 4.27633 25.2979 4.12707 25.0278 4.12707C25.3849 4.82005 25.6236 5.68063 25.4402 6.45646C25.8189 6.48659 26.5844 6.46023 26.5844 6.46023C26.5906 6.44783 26.6063 6.59845 26.6307 6.83215C26.6839 7.34353 26.7787 8.25269 26.906 8.72183C26.5183 8.68879 26.2471 8.70734 26.0057 8.72385C25.7655 8.74027 25.5549 8.75468 25.2883 8.7143C24.8641 7.59574 24.5938 6.40186 24.7122 5.06674C24.6779 4.75552 24.3931 4.76223 24.1301 4.76842C24.0605 4.77005 23.9925 4.77166 23.9309 4.76732C23.6179 4.78786 23.3534 4.62736 23.0988 4.47294C22.8401 4.31595 22.5917 4.16524 22.3132 4.21746C22.8558 4.83888 22.9958 5.61472 22.9958 6.45458L24.0197 6.45835C24.0197 6.45835 24.4163 7.99684 24.3413 8.69171C24.2185 8.73837 24.1741 8.73364 24.0872 8.72437C24.0163 8.71681 23.917 8.70623 23.7238 8.71807C23.6291 8.70301 23.5245 8.72749 23.4259 8.79151C23.413 8.79973 23.4015 8.80624 23.391 8.81218C23.3485 8.83619 23.3226 8.85085 23.2878 8.93086C23.158 9.23004 23.0919 9.46635 23.0071 9.77004C22.9488 9.97863 22.8816 10.219 22.7788 10.5334H26.9454C27.043 10.3252 27.1481 10.1328 27.2497 9.94666C27.5076 9.47434 27.7437 9.04183 27.7819 8.4921C27.3163 7.48841 27.2078 6.26439 27.4248 5.1157C27.2592 4.80576 26.8956 4.76172 26.5331 4.7178Z' fill='white'/%3E%3Cpath d='M20.7034 4.66054C20.8735 4.8515 21.1404 4.86642 21.3988 4.88087C21.701 4.89776 21.9916 4.914 22.1022 5.21041C22.0272 6.46456 22.189 7.62454 22.5796 8.69038C22.5135 8.80809 22.4492 8.91572 22.3867 9.02027C22.1412 9.43079 21.9239 9.79409 21.7431 10.5339H21.4058L21.4097 6.5041C21.4097 6.5041 20.9204 6.49092 20.441 6.5041C20.5699 5.40745 20.0638 4.63163 19.8003 4.22779C19.7855 4.20516 19.7715 4.18369 19.7584 4.16341C20.0629 4.09192 20.2215 4.25383 20.3805 4.41627C20.4771 4.51484 20.5738 4.61361 20.7034 4.66054Z' fill='white'/%3E%3Cpath d='M29.1658 4.88087C28.9074 4.86642 28.6405 4.8515 28.4705 4.66054H28.4724C28.4037 4.62353 28.3353 4.55428 28.2603 4.47831C28.0834 4.2992 27.8696 4.08275 27.5274 4.16341C27.5405 4.18369 27.5545 4.20515 27.5693 4.22778C27.8328 4.63162 28.3389 5.40745 28.21 6.5041C28.6658 6.52858 29.1787 6.5041 29.1787 6.5041L29.1826 8.56798H29.4667C29.6452 7.8297 29.9119 7.53857 30.1959 7.22864C30.2697 7.14806 30.3447 7.0662 30.4196 6.97487C29.9935 6.22352 29.8692 5.21041 29.8692 5.21041C29.7586 4.914 29.468 4.89776 29.1658 4.88087Z' fill='white'/%3E%3Cpath d='M35.7483 4.66057C35.9183 4.85153 36.1852 4.86644 36.4436 4.88089C36.7458 4.89778 37.0364 4.91402 37.147 5.21043C37.147 5.21043 37.2713 6.22354 37.6975 6.9749C37.6341 7.05214 37.572 7.12262 37.5116 7.19128C37.2258 7.51596 36.9756 7.80015 36.79 8.568H36.4684L36.4723 6.50412C36.4723 6.50412 35.9278 6.49094 35.4879 6.50412C35.6168 5.40747 35.1106 4.63165 34.8471 4.22781C34.8324 4.20518 34.8184 4.18371 34.8053 4.16343C35.1204 4.08945 35.2866 4.25761 35.4519 4.42494C35.5433 4.51741 35.6344 4.60963 35.7503 4.66057H35.7483Z' fill='white'/%3E%3Cpath d='M16.4697 6.56021H18.6181L18.626 10.5562L19.1508 10.5486C19.3247 9.83708 19.5322 9.50054 19.7662 9.12101C19.8375 9.00536 19.9113 8.88572 19.9873 8.75026C19.5967 7.68254 19.4408 6.49807 19.5177 5.24581C19.5123 5.23606 19.5069 5.22644 19.5016 5.21695C19.3997 5.03406 19.3259 4.90151 19.2021 4.87107C18.7831 4.85414 18.3533 4.86226 17.9256 4.87034C17.0685 4.88654 16.2196 4.90257 15.4813 4.71666C15.337 4.70829 15.2047 4.56279 15.0789 4.42453C14.8934 4.22062 14.7222 4.03244 14.5482 4.32309C14.9506 4.98594 15.0729 5.71282 15.0946 6.54138C15.2584 6.52067 15.4596 6.5056 15.5662 6.55645C15.2623 7.15716 15.3985 8.255 15.5662 8.79922C15.5662 8.79922 14.7376 8.78227 14.7001 8.79734C14.4732 9.3472 14.0273 10.5336 14.0273 10.5336H16.0633L16.1541 10.43C16.201 10.2584 16.2667 10.0852 16.3331 9.91026C16.5595 9.31313 16.7938 8.69533 16.3178 8.05163C16.1126 7.55637 16.0239 6.89164 16.4697 6.56021Z' fill='white'/%3E%3C/svg%3E%0A");
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .yedioth-label-newspaper-mode {
  width: 37.96875vw;
  background-repeat: no-repeat;
  height: 4.84375vw;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='148' height='20' viewBox='0 0 148 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1672_130656)'%3E%3Cpath d='M115.514 2.13201C116.814 2.60489 118.745 2.22336 119.436 3.55065C118.833 6.82857 119.135 10.3214 120.429 13.1856C120.281 15.3727 119.063 16.9095 118.103 19.0106H106.517C107.219 16.8074 107.324 15.8778 107.933 14.4376C108.053 14.1528 108.136 14.1582 108.317 14.04C108.591 13.8573 108.882 13.7874 109.145 13.8304C110.341 13.7552 110.242 13.997 110.862 13.7552C111.07 11.7723 109.968 7.38205 109.968 7.38205L107.121 7.3713C107.121 4.97466 106.731 2.76072 105.223 0.987424C106.759 0.691874 107.966 2.67474 109.721 2.55652C110.538 2.61563 111.773 2.28785 111.893 3.41094C111.564 7.22085 112.316 10.6277 113.495 13.8197C114.982 14.0507 115.843 13.6531 117.993 13.8412C117.478 11.8905 117.154 7.27458 117.099 7.38743C117.099 7.38743 114.971 7.46265 113.918 7.37668C114.428 5.16274 113.764 2.70699 112.771 0.729492C113.89 0.729492 114.614 1.67525 115.519 2.14813L115.514 2.13201Z' fill='%23DE1A1A'/%3E%3Cpath d='M131.289 2.67515C132.627 2.93845 139.128 2.81487 139.128 2.81487L139.72 7.15138H138.354C138.683 9.10201 139.139 11.4772 139.984 13.1914C138.897 14.9378 138.14 16.9744 137.663 19.0164H136.56V7.22124L128.387 7.20512C128.266 4.9267 127.706 2.51931 126.379 0.686902C127.372 -0.0224178 127.866 1.48757 128.869 1.88522C129.791 2.256 130.318 2.48169 131.3 2.67515H131.289Z' fill='%23DE1A1A'/%3E%3Cpath d='M75.3067 3.13161L75.581 3.54538C75.4932 6.6191 76.2448 9.36503 72.8381 10.961L76.9141 16.6785L73.4909 19.4997C71.0772 16.34 65.4433 10.343 65.4433 10.343L64.796 14.0992L67.9174 14.1691L68.2685 19.0107C68.2685 19.0107 62.9583 19.0107 62.8486 18.9838L62.5469 18.7151C63.7208 14.427 63.452 10.2463 62.8486 5.81305L64.5711 1.70222H65.0264L71.9659 10.2893C72.5693 10.6708 73.0795 9.69819 73.4141 9.28442C73.6555 8.69332 73.6884 8.05386 72.9917 7.79055L70.5177 7.64009C70.4299 5.48526 69.7936 3.52926 68.1972 1.96553L68.3453 1.55176C70.1282 3.35193 72.8985 2.79307 75.3177 3.12086L75.3067 3.13161Z' fill='%23DE1A1A'/%3E%3Cpath d='M27.9396 2.86911C29.2397 2.31025 28.927 3.54619 28.8722 4.28775C28.9819 6.15777 30.2546 13.208 30.3862 14.4224C30.4301 14.8147 28.384 18.9793 28.384 18.9793H22.7227C22.7227 18.9793 24.2312 16.0883 24.7414 14.5514C24.8511 14.5514 27.3307 14.5514 27.3307 14.5514V7.5388C23.5291 8.02243 24.9224 5.29262 24.1654 3.84711C23.957 2.78313 22.8708 1.86424 22.8708 0.859375C24.8018 0.918485 25.7343 3.4011 27.9396 2.86911Z' fill='%23DE1A1A'/%3E%3Cpath d='M100.745 2.25093C101.771 3.43313 104.064 2.25093 104.634 3.82003C104.426 7.39887 104.876 10.709 105.962 13.7505C105.057 15.4056 104.267 16.3621 103.636 19.0113H102.698L102.709 7.51171C102.709 7.51171 101.348 7.4741 100.015 7.51171C100.394 4.20693 98.8029 1.92314 98.1172 0.83229C99.4777 0.504499 99.7903 1.89627 100.745 2.25093Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.5477 7.44139C51.6958 9.71982 52.217 11.7349 52.9466 13.7769C52.0414 15.432 51.2515 16.3455 50.6206 18.9947H49.8965C48.9036 12.9655 50.9882 6.22158 47.4883 1.22947C49.6003 0.369691 49.7484 3.32518 51.6794 2.91141H59.7818C59.7818 2.91141 60.1604 2.9974 60.3524 3.14249C60.5773 3.31444 60.6705 3.52938 60.7473 3.74433C60.5334 7.32317 60.9887 10.7032 62.0749 13.7447C61.1697 15.3997 60.3798 16.1413 59.7489 18.984H58.5969L58.6079 7.45751H51.833L51.5422 7.43601L51.5477 7.44139Z' fill='%23DE1A1A'/%3E%3Cpath d='M122.345 2.25093C123.371 3.43313 125.664 2.25093 126.234 3.82003C126.234 3.82003 126.58 6.71104 127.765 8.85512C126.755 10.1179 125.741 10.7466 125.115 13.4012H124.325L124.314 7.51171C124.314 7.51171 122.888 7.58157 121.621 7.51171C121.999 4.20693 120.408 1.92314 119.723 0.83229C121.078 0.504499 121.709 1.89627 122.35 2.25093H122.345Z' fill='%23DE1A1A'/%3E%3Cpath d='M142.579 2.25107C143.605 3.43327 145.898 2.25107 146.469 3.82017C146.469 3.82017 146.814 6.71119 147.999 8.85527C146.99 10.1181 146.101 10.7468 145.476 13.4014H144.582L144.592 7.51186C144.592 7.51186 143.078 7.47424 141.855 7.51186C142.234 4.20707 140.643 1.92328 139.957 0.832435C141.317 0.504643 141.68 1.84268 142.585 2.25107H142.579Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.5733 7.51077C33.5733 7.51077 32.4597 7.50003 31.2418 7.51077C31.6203 4.20599 30.035 1.9222 29.3438 0.83135C30.7042 0.503558 31.2747 1.9813 31.9714 2.27148C33.5678 3.17425 35.2903 2.24999 35.8608 3.81909C35.6469 7.39793 36.1022 10.7081 37.1884 13.7496C36.2832 15.4046 35.0654 16.3612 34.44 19.0104H33.5842L33.5733 7.51077Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7496 7.53764C19.7496 7.53764 18.1643 7.5269 17.2262 7.53764C17.6047 4.23286 16.0138 1.94369 15.3281 0.85822C16.6831 0.535801 17.1165 1.7395 17.9558 2.27686C18.9816 3.45906 21.2747 2.27686 21.8507 3.84596C21.6367 7.41943 22.0646 10.7511 23.1508 13.7926C22.2457 15.4476 21.3679 16.4041 20.7426 19.0533H19.7606V7.53764H19.7496Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8312 7.62453H6.78587C5.55157 8.57029 5.79294 10.7305 6.36346 12.1438C8.07502 14.5189 6.48415 16.5179 5.91364 18.6781L5.66129 18.9736H0L1.87063 14.2771H4.27888C3.81259 12.7295 3.43407 9.33335 4.27888 7.61916C3.98265 7.47407 3.3847 7.42033 2.93487 7.47944C2.87453 5.11504 2.56733 3.13216 1.44824 1.24064C2.26013 -0.145753 3.05007 2.30463 4.04299 2.36374C7.21376 3.07306 10.8453 2.78288 14.5811 2.86886C14.9432 2.95483 15.2065 3.20203 15.4204 3.88985C15.2065 7.46869 15.6728 10.8003 16.759 13.8472C15.8538 15.5023 15.0639 16.4588 14.433 19.108H12.8202V7.62453H12.8312Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.4415 3.81359C47.2331 7.39243 47.7049 10.7026 48.791 13.7441C47.8859 15.3991 47.0959 16.3557 46.4706 19.0049H45.3405L45.3295 7.50528H37.6056C37.7592 5.28597 37.4136 3.00754 36.0586 1.4062C36.1793 0.933318 37.0241 1.11065 37.3587 1.25574C38.3297 2.23911 39.0209 2.47018 39.9535 2.82484H46.4706C46.893 2.96993 47.2166 3.30847 47.447 3.81359H47.4415Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M94.9544 7.67257H88.975C87.7352 8.61833 87.982 10.5152 88.5525 11.9285C90.2641 14.3036 88.6732 16.5552 88.0972 18.7154L87.8449 19.0109H82.1836C82.1836 19.0109 83.4234 15.6256 84.0542 14.0565C84.1585 14.0135 86.4625 14.0618 86.4625 14.0618C85.9962 12.5088 85.6177 9.37601 86.4625 7.66182C86.1662 7.51674 85.6067 7.55973 85.1514 7.61884C85.091 5.25444 84.7509 3.18022 83.6318 1.2887C84.4437 -0.103069 85.2337 2.35268 86.2266 2.41179C89.3041 3.20709 93.0728 2.70734 96.5727 2.85242C96.9348 2.94378 97.1432 3.35755 97.4504 3.92178C97.2365 7.49525 97.6699 10.8753 98.756 13.9221C97.8509 15.5772 97.0609 16.4047 96.4301 19.0539L94.9709 19.0754L94.9489 7.67257H94.9544Z' fill='%23DE1A1A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1672_130656'%3E%3Crect width='148' height='19' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (prefers-color-scheme: dark) {
  .premium-paywall-mobile-signin-email {
    background-color: #fff;
  }
  .premium-paywall-mobile-signin-email.newspaper .title-container span {
    color: #000 !important;
  }
  .premium-paywall-mobile-signin-email.newspaper .login div {
    color: #000 !important;
  }
  .premium-paywall-mobile-signin-email.newspaper .login div a,
  .premium-paywall-mobile-signin-email.newspaper .login div button {
    color: #2261D0 !important;
    -webkit-text-fill-color: #2261D0 !important;
  }
  .premium-paywall-mobile-signin-email.newspaper .error-text {
    color: #DE1A1A !important;
    -webkit-text-fill-color: #DE1A1A !important;
  }
  .premium-paywall-mobile-signin-email .title,
  .premium-paywall-mobile-signin-email .subtitle,
  .premium-paywall-mobile-signin-email .email-signin input,
  .premium-paywall-mobile-signin-email .terms,
  .premium-paywall-mobile-signin-email .terms .inner-container a,
  .premium-paywall-mobile-signin-email .terms .error-text span,
  .premium-paywall-mobile-signin-email .terms .error-text a,
  .premium-paywall-mobile-signin-email .signup,
  .premium-paywall-mobile-signin-email .newspaper-users {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .premium-paywall-mobile-signin-email .signup a,
  .premium-paywall-mobile-signin-email .newspaper-register-text {
    color: #2261D0 !important;
    -webkit-text-fill-color: #2261D0 !important;
  }
  .premium-paywall-mobile-signin-email .email-signin input {
    border-bottom: 1px solid #000;
  }
  .premium-paywall-mobile-signin-email .email-signin.error input,
  .premium-paywall-mobile-signin-email .terms.error .inner-container input[type="checkbox"] {
    border-color: #DE1A1A;
  }
  .premium-paywall-mobile-signin-email .email-signin .error-text,
  .premium-paywall-mobile-signin-email .terms .error-text,
  .premium-paywall-mobile-signin-email .terms .error-text span,
  .premium-paywall-mobile-signin-email .terms .error-text a {
    color: #DE1A1A !important;
    -webkit-text-fill-color: #DE1A1A !important;
  }
  .premium-paywall-mobile-signin-email .email-signin.error input,
  .premium-paywall-mobile-signin-email .terms.error .inner-container input[type="checkbox"] {
    border-color: #DE1A1A;
  }
  .premium-paywall-mobile-signin-email .buttons-container .button-base.continue {
    background-color: #2261D0;
    border-color: #2261D0;
    color: #fff;
  }
  .premium-paywall-mobile-signin-email .buttons-container .button-base.continue:disabled {
    background-color: #D8D8D8;
    border-color: #D9D9D9;
    color: #78787B !important;
  }
  .premium-paywall-mobile-signin-email .social-signin .social-button {
    background-color: #fff;
    color: #000;
    border-color: #000;
  }
  .premium-paywall-mobile-signin-email .social-signin .social-button span {
    color: #000 !important;
  }
  .premium-paywall-mobile-signin-email .terms .inner-container input[type="checkbox"] {
    background-color: #fff;
    border-color: #000;
  }
  .premium-paywall-mobile-signin-email .separator .text {
    color: #000 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .premium-paywall-mobile .premium-paywall-mobile-signin-email {
    padding: 6.6vw 3.3vw 15.3vw 3.3vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .yedioth-label-newspaper-mode {
    width: 28.5vw !important;
    height: 3.8vw !important;
    margin-right: 1.5vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .title-container span:first-child {
    font-size: 2.6rem !important;
    line-height: 5.6rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .buttons-container {
    margin-top: 7.4vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .login {
    margin-top: 4.9vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .login div {
    font-size: 1.6rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .login a {
    font-size: 1.6rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .error-text {
    font-size: 1.3rem !important;
    margin-top: 1vw !important;
    height: 3.9vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .title {
    font-size: 2.6rem !important;
    line-height: 5.6rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container {
    gap: 2vw !important;
    margin-top: 3vw !important;
    margin-bottom: 2vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container .radio-option {
    font-size: 1.6rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container .radio-option input[type="radio"] {
    width: 2.5vw !important;
    height: 2.5vw !important;
    margin-left: 0.8vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container .radio-option .radio-text {
    line-height: 2.4rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin {
    margin-top: 2vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin input {
    font-size: 1.5rem !important;
    line-height: 3.6rem !important;
    padding-right: 1.7vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .error-text {
    padding-right: 1.7vw !important;
    font-size: 1.3rem !important;
    padding-top: 0.7vw !important;
    height: 5vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .reset-icon {
    width: 4vw !important;
    height: 4vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .buttons-container {
    gap: 3.3vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .buttons-container .button-base {
    height: 8vw !important;
    font-size: 1.6rem !important;
    line-height: 3.6rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .separator {
    margin-top: 5vw !important;
    height: 4vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .separator .text {
    padding: 0 2.5vw !important;
    font-size: 1.6rem !important;
    line-height: 3.9rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin {
    gap: 1.7vw !important;
    margin-top: 5vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin .social-button {
    height: 8.5vw !important;
    font-size: 1.6rem !important;
    line-height: 3.6rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin .social-button span::before {
    width: 3.9vw !important;
    height: 3.9vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .signup {
    margin-top: 22vw !important;
    font-size: 1.6rem !important;
    line-height: 3.9rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users {
    margin-top: 1.7vw !important;
    font-size: 1.6rem !important;
    line-height: 3.9rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users > div:first-child {
    gap: 0.8vw !important;
    display: flex;
    align-items: center;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users .yedioth-label {
    width: 19.5vw !important;
    height: 4.6vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users .yedioth-plus-label {
    width: 8.7vw !important;
    height: 3vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .yedioth-label-newspaper-mode {
    width: 24.3vw !important;
    height: 3.1vw !important;
  }
}
@media (prefers-color-scheme: dark) {
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container .radio-option .radio-text {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
}
.premium-paywall-mobile-signin-finish {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 10.3125vw 5.15625vw 31.25vw 5.15625vw;
}
.premium-paywall-mobile-signin-finish .title {
  font-size: 1.625rem;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0;
}
.premium-paywall-mobile-signin-finish .subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 5.3125vw;
  margin-top: 3.90625vw;
  text-align: center;
}
.premium-paywall-mobile-signin-finish .resend-code-text {
  font-size: 1rem;
  line-height: 6.09375vw;
  margin-top: 7.8125vw;
  gap: 0.625vw;
  align-items: flex-end;
  display: flex;
}
.premium-paywall-mobile-signin-finish .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
@media (prefers-color-scheme: dark) {
  .premium-paywall-mobile-signin-finish {
    background-color: #fff;
  }
  .premium-paywall-mobile-signin-finish .title,
  .premium-paywall-mobile-signin-finish .subtitle,
  .premium-paywall-mobile-signin-finish .resend-code-text {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .premium-paywall-mobile-signin-finish .resend-code-text button {
    color: #2261D0 !important;
    -webkit-text-fill-color: #2261D0 !important;
  }
}
.premium-paywall-mobile-signin-password {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 10.3125vw 5.15625vw 31.25vw 5.15625vw;
}
.premium-paywall-mobile-signin-password .title {
  font-size: 1.625rem;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0;
}
.premium-paywall-mobile-signin-password .subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 5.3125vw;
  margin-top: 3.90625vw;
  text-align: center;
}
.premium-paywall-mobile-signin-password .subtitle .br {
  display: block;
}
.premium-paywall-mobile-signin-password .otp {
  display: flex;
  direction: ltr;
  width: 100%;
  justify-content: space-between;
  margin-top: 7.65625vw;
}
.premium-paywall-mobile-signin-password .otp input {
  width: 9.0625vw;
  height: 9.0625vw;
  border: 0.25vw solid #999999;
  font-size: 1rem;
  font-weight: 400;
  line-height: 6.09375vw;
  text-align: center;
}
.premium-paywall-mobile-signin-password .avalibale-label {
  font-size: 1rem;
  line-height: normal;
  text-align: center;
  margin-top: 15.15625vw;
}
.premium-paywall-mobile-signin-password .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 7.65625vw;
  gap: 5vw;
  width: 100%;
}
.premium-paywall-mobile-signin-password .buttons-container .button-base {
  width: 100%;
  cursor: pointer;
  height: 10.3125vw;
  font-size: 1rem;
  line-height: 6.71875vw;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-mobile-signin-password .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 0.25vw solid #2261D0;
}
.premium-paywall-mobile-signin-password .buttons-container .button-base.back {
  background-color: transparent;
  color: #DE1A1A;
  border: 0.25vw solid #DE1A1A;
}
.premium-paywall-mobile-signin-password .error-text {
  font-size: 3.4375vw;
  line-height: 4.0625vw;
  position: relative;
  top: 5vw;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.premium-paywall-mobile-signin-password .resend-code-text {
  font-size: 1rem;
  line-height: 6.09375vw;
  margin-top: 7.8125vw;
  gap: 0.625vw;
  align-items: flex-end;
  display: flex;
}
.premium-paywall-mobile-signin-password .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
@media (prefers-color-scheme: dark) {
  .premium-paywall-mobile-signin-password {
    background-color: #fff;
  }
  .premium-paywall-mobile-signin-password .title,
  .premium-paywall-mobile-signin-password .subtitle,
  .premium-paywall-mobile-signin-password .avalibale-label,
  .premium-paywall-mobile-signin-password .resend-code-text {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .premium-paywall-mobile-signin-password .resend-code-text button {
    color: #2261D0 !important;
    -webkit-text-fill-color: #2261D0 !important;
  }
  .premium-paywall-mobile-signin-password .subtitle .br {
    display: block;
  }
  .premium-paywall-mobile-signin-password .otp input {
    background-color: #fff;
    color: #000 !important;
    border-color: #999999;
  }
  .premium-paywall-mobile-signin-password .error-text {
    color: #DE1A1A !important;
    -webkit-text-fill-color: #DE1A1A !important;
  }
  .premium-paywall-mobile-signin-password .buttons-container .button-base.continue {
    background-color: #2261D0;
    border-color: #2261D0;
    color: #fff;
  }
  .premium-paywall-mobile-signin-password .buttons-container .button-base.back {
    background-color: transparent;
    border-color: #DE1A1A;
    color: #DE1A1A;
  }
}
.premium-calcalist-paywall-mobile-signup-confirm-terms {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 6.5625vw 3.90625vw;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .digital-edition-label {
  width: 44.21875vw;
  height: 7.8125vw;
  color: #fff;
  font-size: 4.21875vw;
  border-radius: 15.625vw;
  background: #A51C21;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .title {
  font-size: 10.3125vw;
  line-height: normal;
  font-weight: 700;
  margin-top: 2.65625vw;
  margin-bottom: 0;
  line-height: 9.6875vw;
  text-align: center;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .button-base {
  width: 39.84375vw;
  cursor: pointer;
  margin-top: 5.15625vw;
  height: 10.3125vw;
  font-size: 4.375vw;
  line-height: 6.71875vw;
  text-align: center;
  font-weight: bold;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .button-base.continue {
  background-color: #DE1A1A;
  color: white;
  border: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .error-text {
  font-size: 1.875vw;
  line-height: 2.5vw;
  position: relative;
  top: 0.3125vw;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms {
  display: flex;
  font-size: 3.125vw;
  margin-top: 5.15625vw;
  line-height: 4.0625vw;
  text-align: right;
  color: #000;
  flex-direction: column;
  z-index: 1;
  width: 100%;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms.error .inner-container {
  background-color: #fff;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms.error .inner-container input[type="checkbox"] {
  appearance: none;
  width: 3.75vw;
  height: 3.75vw;
  border: 1px solid #DE1A1A;
  border-radius: 0.3125vw;
  background-color: #fff;
  cursor: pointer;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms.error .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .inner-container {
  display: inline-grid;
  grid-gap: 1.25vw;
  grid-template-columns: 3.75vw auto;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .inner-container input[type="checkbox"] {
  appearance: none;
  width: 3.75vw;
  height: 3.75vw;
  margin-left: 0.78125vw;
  top: 0.3125vw;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.3125vw;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .inner-container a {
  color: #000;
  -webkit-text-fill-color: #000;
  text-decoration: underline;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .error-text {
  margin-top: unset;
  margin-right: 5vw;
  font-size: 3.125vw;
  line-height: 3.90625vw;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .error-text a {
  color: #DE1A1A !important;
  text-decoration: underline;
  -webkit-text-fill-color: #DE1A1A !important;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .back-button {
  font-size: 4.375vw;
  line-height: 6.71875vw;
  margin-top: 7.8125vw;
  gap: 0.625vw;
  align-items: flex-end;
  display: flex;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .back-button button {
  color: #DE1A1A;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.premium-paywall-mobile-signup-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 10.3125vw 3.90625vw 23.90625vw 3.90625vw;
}
.premium-paywall-mobile-signup-email .title {
  color: #000;
  text-align: center;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 670;
  line-height: 8.75vw;
}
.premium-paywall-mobile-signup-email .subtitle {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 5.15625vw;
  margin-top: 3.90625vw;
}
.premium-paywall-mobile-signup-email .email-signin {
  width: 100%;
  margin-top: 5.15625vw;
  z-index: 1;
  position: relative;
}
.premium-paywall-mobile-signup-email .email-signin.error input {
  border-bottom: 1px solid #DE1A1A;
}
.premium-paywall-mobile-signup-email .email-signin input {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 5.625vw;
  text-align: right;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding-right: 2.65625vw;
}
.premium-paywall-mobile-signup-email .email-signin input:focus {
  outline: none;
  box-shadow: none;
}
.premium-paywall-mobile-signup-email .email-signin .error-text {
  padding-right: 2.65625vw;
  font-size: 0.813rem;
  padding-top: 1.09375vw;
  height: 7.8125vw;
  text-align: right;
  color: #DE1A1A;
  position: relative;
}
.premium-paywall-mobile-signup-email .email-signin .reset-icon {
  position: absolute;
  cursor: pointer;
  width: 6.25vw;
  height: 6.25vw;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4 7.73935L17.12 6.45935L12 11.5794L6.87999 6.45935L5.59999 7.73935L10.72 12.8594L5.59999 17.9794L6.87999 19.2594L12 14.1394L17.12 19.2594L18.4 17.9794L13.28 12.8594L18.4 7.73935Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-mobile-signup-email .buttons-container {
  display: flex;
  justify-content: center;
  gap: 5.15625vw;
  width: 100%;
}
.premium-paywall-mobile-signup-email .buttons-container .button-base {
  width: 100%;
  height: 10.3125vw;
  cursor: pointer;
  font-size: 1rem;
  line-height: 5.625vw;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-mobile-signup-email .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 1px solid #2261D0;
}
.premium-paywall-mobile-signup-email .buttons-container .button-base.continue:disabled {
  background-color: #D8D8D8;
  color: #78787B;
  border: 1px solid #D9D9D9;
}
.premium-paywall-mobile-signup-email .buttons-container .button-base.back {
  background-color: transparent;
  color: #DE1A1A;
  border: 1px solid #DE1A1A;
}
.premium-paywall-mobile-signup-email .separator {
  margin-top: 5.15625vw;
  height: 10.3125vw;
  display: flex;
  align-items: center;
  direction: rtl;
  text-align: center;
  width: 100%;
}
.premium-paywall-mobile-signup-email .separator .line {
  flex: 1;
  height: 1px;
  background-color: #000;
}
.premium-paywall-mobile-signup-email .separator .text {
  padding: 0 3.90625vw;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 6.09375vw;
  font-weight: 400;
}
.premium-paywall-mobile-signup-email .social-signin {
  gap: 5.15625vw;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 5.15625vw;
}
.premium-paywall-mobile-signup-email .social-signin .social-button {
  width: 100%;
  height: 10.3125vw;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 5.625vw;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 0.3125vw solid #000;
  font-weight: bold;
}
.premium-paywall-mobile-signup-email .social-signin .social-button span {
  position: relative;
  top: 0.46875vw;
}
.premium-paywall-mobile-signup-email .social-signin .social-button.apple-btn span::before {
  display: inline-block;
  content: "";
  width: 6.09375vw;
  height: 6.09375vw;
  position: relative;
  top: 0.625vw;
  background-size: contain;
  margin-left: 0.46875vw;
  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-mobile-signup-email .social-signin .social-button.google-btn span::before {
  display: inline-block;
  content: "";
  width: 6.09375vw;
  height: 6.09375vw;
  position: relative;
  background-size: contain;
  top: 0.9375vw;
  margin-left: 0.75vw;
  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-mobile-signup-email .terms {
  display: flex;
  font-size: 0.75rem;
  margin-top: 5.15625vw;
  line-height: 4.0625vw;
  text-align: right;
  color: #000;
  flex-direction: column;
  z-index: 1;
  width: 100%;
}
.premium-paywall-mobile-signup-email .terms.error .inner-container {
  background-color: #fff;
}
.premium-paywall-mobile-signup-email .terms.error .inner-container input[type="checkbox"] {
  appearance: none;
  width: 3.75vw;
  height: 3.75vw;
  border: 1px solid #DE1A1A;
  border-radius: 0.3125vw;
  background-color: #fff;
  cursor: pointer;
}
.premium-paywall-mobile-signup-email .terms.error .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-paywall-mobile-signup-email .terms .inner-container {
  display: inline-grid;
  grid-gap: 1.25vw;
  grid-template-columns: 3.75vw auto;
}
.premium-paywall-mobile-signup-email .terms .inner-container input[type="checkbox"] {
  appearance: none;
  width: 3.75vw;
  height: 3.75vw;
  margin-left: 0.78125vw;
  top: 0.3125vw;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.3125vw;
}
.premium-paywall-mobile-signup-email .terms .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-paywall-mobile-signup-email .terms .inner-container a {
  color: #000;
  -webkit-text-fill-color: #000;
  text-decoration: underline;
}
.premium-paywall-mobile-signup-email .terms .error-text {
  margin-top: unset;
  margin-right: 5vw;
  font-size: 3.125vw;
  line-height: 3.90625vw;
}
.premium-paywall-mobile-signup-email .terms .error-text span {
  color: #DE1A1A;
}
.premium-paywall-mobile-signup-email .terms .error-text a {
  color: #DE1A1A !important;
  text-decoration: underline;
  -webkit-text-fill-color: #DE1A1A !important;
}
.premium-paywall-mobile-signup-email .login {
  margin-top: 14.6875vw;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 6.09375vw;
}
.premium-paywall-mobile-signup-email .login button {
  color: #2261D0 !important;
  font-weight: 500;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.premium-paywall-mobile-signup-email .newspaper-users {
  margin-top: 2.65625vw;
  display: flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 6.09375vw;
  color: #000;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.premium-paywall-mobile-signup-email .newspaper-users > div:first-child {
  display: flex;
  gap: 1.25vw;
}
.premium-paywall-mobile-signup-email .newspaper-users .newspaper-register-text {
  color: #2261D0;
  margin-right: 0.46875vw;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #2261D0;
}
.premium-paywall-mobile-signup-email .newspaper-users .yedioth-label {
  width: 26.5625vw;
  height: 6.09375vw;
  display: block;
  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.72388 14.624C4.71321 14.24 4.76654 13.8933 4.88388 13.584C5.01188 13.2747 5.16121 13.0133 5.33188 12.8C5.51321 12.576 5.74788 12.3147 6.03588 12.016C6.43054 11.6107 6.71854 11.2693 6.89988 10.992C7.08121 10.7147 7.17188 10.384 7.17188 10C7.18254 9.44533 6.99588 9.01867 6.61188 8.72C6.23854 8.42133 5.67854 8.272 4.93188 8.272C4.55854 8.272 4.16921 8.336 3.76388 8.464C3.36921 8.58133 3.04921 8.71467 2.80388 8.864L2.77188 7.616C3.13454 7.43467 3.55054 7.29067 4.01988 7.184C4.48921 7.07733 4.97454 7.024 5.47588 7.024C6.48921 7.024 7.29988 7.248 7.90788 7.696C8.52654 8.13333 8.84121 8.79467 8.85188 9.68C8.85188 10.0853 8.78254 10.4533 8.64388 10.784C8.50521 11.1147 8.33988 11.3973 8.14788 11.632C7.95588 11.8667 7.68388 12.16 7.33188 12.512C6.91588 12.9173 6.60121 13.2747 6.38788 13.584C6.18521 13.8827 6.08388 14.2293 6.08388 14.624H4.72388ZM4.51588 16.064H6.45188V18H4.51588V16.064Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.8904 7.7396C84.7148 8.02591 85.9427 7.79335 86.3838 8.59852C86.0003 10.584 86.192 12.6957 87.0177 14.4311C86.9212 15.7551 86.1497 16.6864 85.5405 17.9556H78.1743C78.6224 16.6228 78.686 16.0601 79.0752 15.1869C79.1517 15.0146 79.2046 15.0179 79.3187 14.9444C79.4951 14.8347 79.6798 14.7909 79.8456 14.8183C80.6066 14.7711 80.5407 14.9192 80.9359 14.7711C81.0712 13.5721 80.3678 10.9142 80.3678 10.9142L78.5578 10.9065C78.5578 9.45744 78.3084 8.11586 77.3487 7.04193C78.3272 6.86313 79.0941 8.06211 80.2079 7.99081C80.7254 8.02591 81.5122 7.82955 81.5887 8.50967C81.377 10.8177 81.8568 12.8778 82.6048 14.8095C83.5493 14.9499 84.0973 14.7075 85.4664 14.8227C85.1394 13.6413 84.9336 10.8473 84.8971 10.9142C84.8971 10.9142 83.5457 10.9603 82.8742 10.9065C83.2 9.56494 82.7777 8.07966 82.145 6.88068C82.8542 6.88068 83.3152 7.45329 83.8904 7.7396Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.9228 8.06741C94.7743 8.22757 98.9049 8.15188 98.9049 8.15188L99.2824 10.7758H98.4121C98.6238 11.9561 98.9108 13.3932 99.4471 14.4309C98.7567 15.4873 98.278 16.7213 97.9699 17.9554H97.2689L97.2665 10.8175L92.0715 10.8076C91.9951 9.42983 91.6399 7.97307 90.7966 6.86295C91.4294 6.43403 91.7422 7.3478 92.3797 7.58913C92.9666 7.81291 93.3006 7.95003 93.9228 8.06741Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.3322 8.34225L58.5039 8.59345C58.4474 10.4539 58.9261 12.1147 56.7597 13.0811L59.3519 16.5431L57.1749 18.25C55.64 16.3347 52.0598 12.7071 52.0598 12.7071L51.6482 14.9832L53.6323 15.0238L53.857 17.956C53.857 17.956 50.4815 17.956 50.4097 17.9407L50.218 17.7794C50.966 15.1851 50.7932 12.6544 50.4097 9.97014L51.5035 7.48333H51.7905L56.2022 12.6829C56.5868 12.9144 56.9126 12.3242 57.1243 12.0741C57.2772 11.7165 57.296 11.3304 56.8549 11.1691L55.2825 11.0803C55.2248 9.77378 54.8214 8.59345 53.8052 7.64458L53.9005 7.39447C55.0331 8.48595 56.7973 8.14589 58.3322 8.34225Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.2154 8.18463C29.041 7.84457 28.8434 8.59489 28.8081 9.04355C28.8775 10.1745 29.6855 14.4428 29.7702 15.1767C29.7984 15.4147 28.4965 17.9344 28.4965 17.9344L24.8975 17.9322C24.8975 17.9322 25.856 16.1837 26.1818 15.2534C26.2524 15.2567 27.8296 15.2567 27.8296 15.2567V11.0115C25.4138 11.3044 26.2971 9.65127 25.8172 8.77479C25.6843 8.13088 24.9928 7.57582 24.9928 6.9681C26.2206 7.0032 26.8158 8.50604 28.2154 8.18463Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.503 7.81134C75.1557 8.52766 76.613 7.81134 76.9776 8.76021C76.8435 10.9245 77.1305 12.9287 77.8209 14.7716C77.2457 15.7731 76.7435 16.3523 76.3436 17.956H75.7473L75.7544 10.9958C75.7544 10.9958 74.8923 10.9728 74.0419 10.9958C74.2831 8.99496 73.2728 7.61169 72.8341 6.95242C73.6973 6.75606 73.8985 7.59634 74.503 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.2249 10.9523C43.3201 12.3312 43.6506 13.5521 44.114 14.7862C43.5389 15.7877 43.0355 16.3417 42.6368 17.9454H42.1758C41.543 14.2959 42.8709 10.2141 40.6456 7.18974C41.9888 6.67088 42.084 8.46002 43.3119 8.20992H48.4622C48.4622 8.20992 48.7033 8.26257 48.8233 8.35033C48.9656 8.45673 49.0232 8.58398 49.075 8.71671C48.9397 10.8821 49.2279 12.929 49.9183 14.7708C49.3431 15.7735 48.8397 16.221 48.441 17.9433H47.7095L47.7165 10.9655H43.4084L43.2249 10.9523Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.2347 7.81134C88.8863 8.52766 90.3447 7.81134 90.7093 8.76021C90.7093 8.76021 90.9304 10.5099 91.6808 11.8087C91.0386 12.5722 90.393 12.955 89.9942 14.5587H89.492L89.4861 10.9958C89.4861 10.9958 88.5793 11.0364 87.7737 10.9958C88.0148 8.99496 87.0045 7.61169 86.5658 6.95242C87.4291 6.75606 87.8266 7.59634 88.2347 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M101.098 7.81139C101.75 8.5277 103.208 7.81139 103.572 8.76026C103.572 8.76026 103.793 10.5099 104.544 11.8087C103.902 12.5722 103.338 12.955 102.939 14.5588H102.37L102.376 10.9959C102.376 10.9959 101.413 10.9728 100.638 10.9959C100.878 8.99501 99.8686 7.61174 99.4287 6.95247C100.292 6.75611 100.524 7.56457 101.098 7.81139Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.7967 10.9956C31.7967 10.9956 31.0875 10.989 30.3148 10.9956C30.5547 8.99476 29.5456 7.61149 29.1069 6.95222C29.9701 6.75586 30.3359 7.64988 30.7758 7.8243C31.7896 8.37168 32.8858 7.81114 33.2504 8.76001C33.1163 10.9243 33.4033 12.9285 34.0937 14.7714C33.5185 15.7729 32.7446 16.3521 32.3448 17.9558H31.8026L31.7967 10.9956Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0114 11.0106C23.0114 11.0106 22.0034 11.0051 21.4071 11.0106C21.6471 9.00973 20.6368 7.62646 20.1981 6.96719C21.0614 6.77083 21.3366 7.50031 21.867 7.8272C22.5198 8.54242 23.977 7.8272 24.3416 8.77498C24.2075 10.9404 24.4768 12.9533 25.1672 14.7962C24.5909 15.7977 24.0346 16.3769 23.6347 17.9807H23.0126L23.0114 11.0106Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6108 11.0627H14.7695C13.9827 11.6353 14.138 12.944 14.5002 13.7996C15.5893 15.2388 14.5778 16.4477 14.2132 17.7541L14.0521 17.9329H10.4531L11.6422 15.0874L13.1723 15.0918C12.876 14.1495 12.636 12.0949 13.1735 11.0572C12.9842 10.9694 12.6066 10.9376 12.3185 10.9727C12.2797 9.54229 12.0832 8.34331 11.374 7.19808C11.8915 6.35672 12.3902 7.842 13.0242 7.8782C15.0389 8.30821 17.3488 8.13269 19.7234 8.18425C19.9539 8.238 20.121 8.38829 20.2574 8.80294C20.1233 10.9672 20.4173 12.9857 21.1077 14.8285C20.5326 15.8301 20.0304 16.4093 19.6305 18.0119H18.6073L18.6108 11.0627Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.6156 8.75618C40.4815 10.9205 40.7826 12.9246 41.473 14.7675C40.8978 15.769 40.3956 16.3482 39.9969 17.952H39.2783L39.2701 10.9907L34.3609 10.9885C34.4562 9.64691 34.2397 8.26583 33.3765 7.29941C33.4529 7.0142 33.9904 7.12061 34.2009 7.21056C34.8196 7.80621 35.2559 7.94442 35.8511 8.15833H39.9946C40.2627 8.24828 40.4686 8.45122 40.6156 8.75618Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.8219 11.0937H67.0194C66.2338 11.6663 66.3879 12.8137 66.7513 13.6705C67.8392 15.1086 66.8277 16.471 66.4631 17.7764L66.302 17.9563H62.7042C62.7042 17.9563 63.4899 15.9061 63.8933 14.9583C63.9591 14.9331 65.4234 14.9616 65.4234 14.9616C65.127 14.0204 64.8871 12.1259 65.4246 11.0893C65.2352 11.0004 64.8777 11.0268 64.5907 11.0619C64.5519 9.63144 64.3343 8.37432 63.6239 7.2291C64.1426 6.38773 64.6413 7.87301 65.2741 7.90921C67.2312 8.39187 69.6258 8.08802 71.851 8.17687C72.0815 8.23172 72.2144 8.48402 72.4073 8.82408C72.2732 10.9884 72.5485 13.0331 73.2388 14.876C72.6625 15.8775 72.1603 16.3799 71.7616 17.9837L70.836 17.9969L70.8219 11.0937Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-mobile-signup-email .newspaper-users .yedioth-plus-label {
  margin-left: 0.46875vw;
  width: 10.46875vw;
  height: 3.28125vw;
  position: relative;
  top: 0.3125vw;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='14' viewBox='0 0 42 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 6.80078C0.5 3.21093 3.41015 0.300781 7 0.300781H35C38.5899 0.300781 41.5 3.21093 41.5 6.80078C41.5 10.3906 38.5899 13.3008 35 13.3008H7C3.41015 13.3008 0.5 10.3906 0.5 6.80078Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.84169 12.0016C9.64319 12.0016 11.9139 9.67339 11.9139 6.80156C11.9139 3.92973 9.64319 1.60156 6.84169 1.60156C4.0402 1.60156 1.76953 3.92973 1.76953 6.80156C1.76953 9.67339 4.0402 12.0016 6.84169 12.0016Z' fill='black'/%3E%3Cpath d='M7.56629 3.83012V9.77297H6.1171V3.83012H7.56629Z' fill='white'/%3E%3Cpath d='M9.74008 6.05869V7.5444H3.94332V6.05869H9.74008Z' fill='white'/%3E%3Cpath d='M34.5074 4.85808C34.5074 4.85808 32.1696 4.90139 31.6882 4.80912H31.6922C31.3608 4.74551 31.1736 4.67195 30.878 4.55577L30.8182 4.5323C30.6833 4.48022 30.574 4.37368 30.4713 4.27364C30.2994 4.10604 30.1462 3.95671 29.9226 4.11237C30.4 4.75451 30.6012 5.59814 30.6446 6.39657L33.5841 6.40222V10.5356H33.9807C34.1523 9.82005 34.4246 9.10636 34.8152 8.49435C34.5114 7.89364 34.3476 7.06131 34.2293 6.37774H34.7205L34.5074 4.85808Z' fill='white'/%3E%3Cpath d='M26.5331 4.7178C26.3515 4.69581 26.1703 4.67385 26.0143 4.61856L26.0162 4.62421C25.9092 4.5697 25.8091 4.49727 25.7088 4.42459C25.504 4.27633 25.2979 4.12707 25.0278 4.12707C25.3849 4.82005 25.6236 5.68063 25.4402 6.45646C25.8189 6.48659 26.5844 6.46023 26.5844 6.46023C26.5906 6.44783 26.6063 6.59845 26.6307 6.83215C26.6839 7.34353 26.7787 8.25269 26.906 8.72183C26.5183 8.68879 26.2471 8.70734 26.0057 8.72385C25.7655 8.74027 25.5549 8.75468 25.2883 8.7143C24.8641 7.59574 24.5938 6.40186 24.7122 5.06674C24.6779 4.75552 24.3931 4.76223 24.1301 4.76842C24.0605 4.77005 23.9925 4.77166 23.9309 4.76732C23.6179 4.78786 23.3534 4.62736 23.0988 4.47294C22.8401 4.31595 22.5917 4.16524 22.3132 4.21746C22.8558 4.83888 22.9958 5.61472 22.9958 6.45458L24.0197 6.45835C24.0197 6.45835 24.4163 7.99684 24.3413 8.69171C24.2185 8.73837 24.1741 8.73364 24.0872 8.72437C24.0163 8.71681 23.917 8.70623 23.7238 8.71807C23.6291 8.70301 23.5245 8.72749 23.4259 8.79151C23.413 8.79973 23.4015 8.80624 23.391 8.81218C23.3485 8.83619 23.3226 8.85085 23.2878 8.93086C23.158 9.23004 23.0919 9.46635 23.0071 9.77004C22.9488 9.97863 22.8816 10.219 22.7788 10.5334H26.9454C27.043 10.3252 27.1481 10.1328 27.2497 9.94666C27.5076 9.47434 27.7437 9.04183 27.7819 8.4921C27.3163 7.48841 27.2078 6.26439 27.4248 5.1157C27.2592 4.80576 26.8956 4.76172 26.5331 4.7178Z' fill='white'/%3E%3Cpath d='M20.7034 4.66054C20.8735 4.8515 21.1404 4.86642 21.3988 4.88087C21.701 4.89776 21.9916 4.914 22.1022 5.21041C22.0272 6.46456 22.189 7.62454 22.5796 8.69038C22.5135 8.80809 22.4492 8.91572 22.3867 9.02027C22.1412 9.43079 21.9239 9.79409 21.7431 10.5339H21.4058L21.4097 6.5041C21.4097 6.5041 20.9204 6.49092 20.441 6.5041C20.5699 5.40745 20.0638 4.63163 19.8003 4.22779C19.7855 4.20516 19.7715 4.18369 19.7584 4.16341C20.0629 4.09192 20.2215 4.25383 20.3805 4.41627C20.4771 4.51484 20.5738 4.61361 20.7034 4.66054Z' fill='white'/%3E%3Cpath d='M29.1658 4.88087C28.9074 4.86642 28.6405 4.8515 28.4705 4.66054H28.4724C28.4037 4.62353 28.3353 4.55428 28.2603 4.47831C28.0834 4.2992 27.8696 4.08275 27.5274 4.16341C27.5405 4.18369 27.5545 4.20515 27.5693 4.22778C27.8328 4.63162 28.3389 5.40745 28.21 6.5041C28.6658 6.52858 29.1787 6.5041 29.1787 6.5041L29.1826 8.56798H29.4667C29.6452 7.8297 29.9119 7.53857 30.1959 7.22864C30.2697 7.14806 30.3447 7.0662 30.4196 6.97487C29.9935 6.22352 29.8692 5.21041 29.8692 5.21041C29.7586 4.914 29.468 4.89776 29.1658 4.88087Z' fill='white'/%3E%3Cpath d='M35.7483 4.66057C35.9183 4.85153 36.1852 4.86644 36.4436 4.88089C36.7458 4.89778 37.0364 4.91402 37.147 5.21043C37.147 5.21043 37.2713 6.22354 37.6975 6.9749C37.6341 7.05214 37.572 7.12262 37.5116 7.19128C37.2258 7.51596 36.9756 7.80015 36.79 8.568H36.4684L36.4723 6.50412C36.4723 6.50412 35.9278 6.49094 35.4879 6.50412C35.6168 5.40747 35.1106 4.63165 34.8471 4.22781C34.8324 4.20518 34.8184 4.18371 34.8053 4.16343C35.1204 4.08945 35.2866 4.25761 35.4519 4.42494C35.5433 4.51741 35.6344 4.60963 35.7503 4.66057H35.7483Z' fill='white'/%3E%3Cpath d='M16.4697 6.56021H18.6181L18.626 10.5562L19.1508 10.5486C19.3247 9.83708 19.5322 9.50054 19.7662 9.12101C19.8375 9.00536 19.9113 8.88572 19.9873 8.75026C19.5967 7.68254 19.4408 6.49807 19.5177 5.24581C19.5123 5.23606 19.5069 5.22644 19.5016 5.21695C19.3997 5.03406 19.3259 4.90151 19.2021 4.87107C18.7831 4.85414 18.3533 4.86226 17.9256 4.87034C17.0685 4.88654 16.2196 4.90257 15.4813 4.71666C15.337 4.70829 15.2047 4.56279 15.0789 4.42453C14.8934 4.22062 14.7222 4.03244 14.5482 4.32309C14.9506 4.98594 15.0729 5.71282 15.0946 6.54138C15.2584 6.52067 15.4596 6.5056 15.5662 6.55645C15.2623 7.15716 15.3985 8.255 15.5662 8.79922C15.5662 8.79922 14.7376 8.78227 14.7001 8.79734C14.4732 9.3472 14.0273 10.5336 14.0273 10.5336H16.0633L16.1541 10.43C16.201 10.2584 16.2667 10.0852 16.3331 9.91026C16.5595 9.31313 16.7938 8.69533 16.3178 8.05163C16.1126 7.55637 16.0239 6.89164 16.4697 6.56021Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (prefers-color-scheme: dark) {
  .premium-paywall-mobile-signup-email {
    background-color: #fff;
  }
  .premium-paywall-mobile-signup-email .title,
  .premium-paywall-mobile-signup-email .subtitle,
  .premium-paywall-mobile-signup-email .email-signin input,
  .premium-paywall-mobile-signup-email .terms,
  .premium-paywall-mobile-signup-email .terms .inner-container a,
  .premium-paywall-mobile-signup-email .terms .error-text span,
  .premium-paywall-mobile-signup-email .terms .error-text a,
  .premium-paywall-mobile-signup-email .login,
  .premium-paywall-mobile-signup-email .newspaper-users {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .premium-paywall-mobile-signup-email .login a,
  .premium-paywall-mobile-signup-email .newspaper-register-text,
  .premium-paywall-mobile-signup-email .login button {
    color: #2261D0 !important;
    -webkit-text-fill-color: #2261D0 !important;
  }
  .premium-paywall-mobile-signup-email .email-signin input {
    border-bottom: 1px solid #000;
  }
  .premium-paywall-mobile-signup-email .email-signin.error input,
  .premium-paywall-mobile-signup-email .terms.error .inner-container input[type="checkbox"] {
    border-color: #DE1A1A;
  }
  .premium-paywall-mobile-signup-email .buttons-container .button-base.continue {
    background-color: #2261D0;
    border-color: #2261D0;
    color: #fff;
  }
  .premium-paywall-mobile-signup-email .buttons-container .button-base.continue:disabled {
    background-color: #D8D8D8;
    color: #78787B !important;
    border-color: #D9D9D9;
  }
  .premium-paywall-mobile-signup-email .email-signin .error-text,
  .premium-paywall-mobile-signup-email .terms .error-text,
  .premium-paywall-mobile-signup-email .terms .error-text span,
  .premium-paywall-mobile-signup-email .terms .error-text a {
    color: #DE1A1A !important;
    -webkit-text-fill-color: #DE1A1A !important;
  }
  .premium-paywall-mobile-signup-email .social-signin .social-button {
    background-color: #fff;
    color: #000;
    border-color: #000;
  }
  .premium-paywall-mobile-signup-email .social-signin .social-button span {
    color: #000 !important;
  }
  .premium-paywall-mobile-signup-email .terms .inner-container input[type="checkbox"] {
    background-color: #fff;
    border-color: #000;
  }
  .premium-paywall-mobile-signup-email .separator .text {
    color: #000 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .premium-paywall-mobile-signup-email {
    padding: 6.6vw 3.3vw 15.3vw 3.3vw !important;
  }
  .premium-paywall-mobile-signup-email .title {
    font-size: 2.6rem !important;
    line-height: 5.6rem !important;
  }
  .premium-paywall-mobile-signup-email .subtitle {
    font-size: 1.6rem !important;
    line-height: 3.3rem !important;
    margin-top: 2.5vw !important;
  }
  .premium-paywall-mobile-signup-email .email-signin {
    margin-top: 3.3vw !important;
  }
  .premium-paywall-mobile-signup-email .email-signin input {
    font-size: 1.5rem !important;
    line-height: 3.6rem !important;
    padding-right: 1.7vw !important;
  }
  .premium-paywall-mobile-signup-email .email-signin .error-text {
    padding-right: 1.7vw !important;
    font-size: 1.3rem !important;
    padding-top: 0.7vw !important;
    height: 5vw !important;
  }
  .premium-paywall-mobile-signup-email .email-signin .reset-icon {
    width: 4vw !important;
    height: 4vw !important;
  }
  .premium-paywall-mobile-signup-email .buttons-container {
    gap: 3.3vw !important;
  }
  .premium-paywall-mobile-signup-email .buttons-container .button-base {
    height: 8vw !important;
    font-size: 1.6rem !important;
    line-height: 3.6rem !important;
  }
  .premium-paywall-mobile-signup-email .separator {
    margin-top: 3.3vw !important;
    height: 6.6vw !important;
  }
  .premium-paywall-mobile-signup-email .separator .text {
    padding: 0 2.5vw !important;
    font-size: 1.6rem !important;
    line-height: 3.9rem !important;
  }
  .premium-paywall-mobile-signup-email .social-signin {
    gap: 3.3vw !important;
    margin-top: 3.3vw !important;
  }
  .premium-paywall-mobile-signup-email .social-signin .social-button {
    height: 8.5vw !important;
    font-size: 1.6rem !important;
    line-height: 3.6rem !important;
  }
  .premium-paywall-mobile-signup-email .social-signin .social-button span::before {
    width: 3.9vw !important;
    height: 3.9vw !important;
  }
  .premium-paywall-mobile-signup-email .terms {
    margin-top: 3.3vw !important;
    font-size: 1.2rem !important;
  }
  .premium-paywall-mobile-signup-email .terms .error-text {
    margin-right: 3.2vw !important;
    font-size: 1.3rem !important;
    line-height: 2.5vw !important;
  }
  .premium-paywall-mobile-signup-email .login {
    margin-top: 9.4vw !important;
    font-size: 1.6rem !important;
    line-height: 3.9rem !important;
  }
  .premium-paywall-mobile-signup-email .newspaper-users {
    margin-top: 1.7vw !important;
    font-size: 1.6rem !important;
    line-height: 3.9rem !important;
  }
  .premium-paywall-mobile-signup-email .newspaper-users > div:first-child {
    gap: 0.8vw !important;
  }
  .premium-paywall-mobile-signup-email .newspaper-users .yedioth-label {
    background-size: contain !important;
    width: 19.5vw !important;
    height: 4.6vw !important;
    position: relative !important;
    top: 1.5vw !important;
  }
  .premium-paywall-mobile-signup-email .newspaper-users .yedioth-plus-label {
    width: 8.7vw !important;
    height: 3vw !important;
  }
}
.premium-calcalist-paywall-mobile-signup-finish {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 9.0625vw 3.90625vw;
}
.premium-calcalist-paywall-mobile-signup-finish .title {
  font-size: 10.3125vw;
  line-height: 11vw;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin: 0;
}
.premium-calcalist-paywall-mobile-signup-finish .subtitle {
  margin-top: 7.8125vw;
  font-size: 4.21875vw;
  font-weight: 400;
  line-height: 6.71875vw;
  text-align: center;
  margin-bottom: 0;
}
.premium-calcalist-paywall-mobile-signup-finish .finish-step-icon {
  width: 44.53125vw;
  height: 44.53125vw;
  margin-top: 7.8125vw;
  background-image: url('https://pic1-qa.calcalist.co.il/static/common/paywall/auth-finish-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.premium-calcalist-paywall-mobile-signup-finish .change-page-message {
  font-size: 4.21875vw;
  line-height: 6.71875vw;
  margin-top: 7.8125vw;
  margin-bottom: 41.40625vw;
}
.premium-calcalist-paywall-mobile-signup-finish .change-page-message span {
  color: #DE1A1A;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}
.premium-paywall-mobile-signup-password {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 10.3125vw 5.15625vw 31.25vw 5.15625vw;
}
.premium-paywall-mobile-signup-password .title {
  font-size: 1.625rem;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0;
}
.premium-paywall-mobile-signup-password .subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 5.3125vw;
  margin-top: 3.90625vw;
  text-align: center;
}
.premium-paywall-mobile-signup-password .subtitle .br {
  display: block;
}
.premium-paywall-mobile-signup-password .otp {
  display: flex;
  direction: ltr;
  width: 100%;
  justify-content: space-between;
  margin-top: 7.65625vw;
}
.premium-paywall-mobile-signup-password .otp input {
  width: 9.0625vw;
  height: 9.0625vw;
  border: 0.25vw solid #999999;
  font-size: 1rem;
  font-weight: 400;
  line-height: 6.09375vw;
  text-align: center;
}
.premium-paywall-mobile-signup-password .avalibale-label {
  font-size: 1rem;
  line-height: normal;
  text-align: center;
  margin-top: 15.15625vw;
}
.premium-paywall-mobile-signup-password .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 7.65625vw;
  gap: 5vw;
  width: 100%;
}
.premium-paywall-mobile-signup-password .buttons-container .button-base {
  width: 100%;
  cursor: pointer;
  height: 10.3125vw;
  font-size: 1rem;
  line-height: 6.71875vw;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-mobile-signup-password .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 0.25vw solid #2261D0;
}
.premium-paywall-mobile-signup-password .buttons-container .button-base.back {
  background-color: transparent;
  color: #DE1A1A;
  border: 0.25vw solid #DE1A1A;
}
.premium-paywall-mobile-signup-password .error-text {
  font-size: 3.4375vw;
  line-height: 4.0625vw;
  position: relative;
  top: 5vw;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.premium-paywall-mobile-signup-password .resend-code-text {
  font-size: 1rem;
  line-height: 6.09375vw;
  margin-top: 7.8125vw;
  gap: 0.625vw;
  align-items: flex-end;
  display: flex;
}
.premium-paywall-mobile-signup-password .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
@media (prefers-color-scheme: dark) {
  .premium-paywall-mobile-signup-password {
    background-color: #fff;
  }
  .premium-paywall-mobile-signup-password .title,
  .premium-paywall-mobile-signup-password .subtitle,
  .premium-paywall-mobile-signup-password .avalibale-label,
  .premium-paywall-mobile-signup-password .resend-code-text {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .premium-paywall-mobile-signup-password .resend-code-text button {
    color: #2261D0 !important;
    -webkit-text-fill-color: #2261D0 !important;
  }
  .premium-paywall-mobile-signup-password .subtitle .br {
    display: block;
  }
  .premium-paywall-mobile-signup-password .otp input {
    background-color: #fff;
    color: #000 !important;
    border-color: #999999;
  }
  .premium-paywall-mobile-signup-password .error-text {
    color: #DE1A1A !important;
    -webkit-text-fill-color: #DE1A1A !important;
  }
  .premium-paywall-mobile-signup-password .buttons-container .button-base.continue {
    background-color: #2261D0;
    border-color: #2261D0;
    color: #fff;
  }
  .premium-paywall-mobile-signup-password .buttons-container .button-base.back {
    background-color: transparent;
    border-color: #DE1A1A;
    color: #DE1A1A;
  }
}
.PremiumPaywallCheckoutPlans {
  padding: 10.3125vw 0px 6.40625vw 0px;
}
.articleContainer .PremiumPaywallCheckoutPlans {
  padding: 10.3125vw 3.90625vw 6.40625vw 3.90625vw;
}
.PremiumPaywallCheckoutPlans.checkout-flow {
  padding-top: 5.78125vw;
}
.PremiumPaywallCheckoutPlans.checkout-flow .subtitle {
  margin-top: 3.90625vw;
  padding: 0px 8%;
}
.PremiumPaywallCheckoutPlans.checkout-flow .cancel-text {
  margin-top: 3.90625vw;
}
.PremiumPaywallCheckoutPlans .yedioth-label {
  width: 21.875vw;
  height: 2.8125vw;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='131' height='16' viewBox='0 0 131 16' fill='none' xmlns='http://www.w3.org/2000/svg'%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%0A");
}
.PremiumPaywallCheckoutPlans .title {
  color: #000;
  text-align: center;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1;
}
.PremiumPaywallCheckoutPlans .subtitle {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5.15625vw;
  margin-top: 2.65625vw;
  padding: 0 7.8125vw;
}
.PremiumPaywallCheckoutPlans .subtitle .bold {
  font-weight: bold;
}
.PremiumPaywallCheckoutPlans .subtitle br {
  display: block;
}
.PremiumPaywallCheckoutPlans .plans-container {
  margin-top: 3.90625vw;
  justify-content: center;
  display: flex;
  gap: 2.65625vw;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box {
  width: 43.59375vw;
  height: 48.59375vw;
  border-radius: 2.5vw;
  position: relative;
  box-shadow: 0px 0px 2.5vw 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.90625vw 2.65625vw 15.625vw 2.65625vw;
  box-sizing: border-box;
  justify-content: flex-start;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box.selected {
  border: 0.3125vw solid #2261D0;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box.yearly-plan .plan-promo-text {
  visibility: hidden;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-title {
  color: #000;
  text-align: center;
  font-size: 0.93rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.6875vw;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price {
  color: #000;
  text-align: center;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 670;
  line-height: 8.90625vw;
  margin-top: 2.65625vw;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price::before {
  content: "₪";
  font-weight: 500;
  font-size: 4.6875vw;
  line-height: 3.75vw;
  margin-right: 0.3125vw;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price-frequency {
  color: #78787B;
  text-align: center;
  font-size: 0.81rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-top: 1.25vw;
  white-space: nowrap;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-promo-text {
  color: #2261D0;
  text-align: center;
  font-size: 0.938rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1;
  margin-top: auto;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-button {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 670;
  line-height: 5.625vw;
  display: flex;
  width: calc(100% - 5.3125vw);
  height: 8.90625vw;
  font-size: 1rem;
  border: none;
  justify-content: center;
  align-items: center;
  background-color: #2261D0;
  border-radius: 1.25vw;
  position: absolute;
  bottom: 2.65625vw;
}
.PremiumPaywallCheckoutPlans .cancel-text {
  margin-top: 2.65625vw;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: normal;
  line-height: 4.6875vw;
  text-decoration: none;
  margin-bottom: 3.90625vw;
  text-align: center;
}
.PremiumPaywallCheckoutPlans .cancel-text a {
  color: #2261D0 !important;
  text-decoration: underline;
}
.PremiumPaywallCheckoutPlans .cancel-text a:visited {
  color: #2261D0 !important;
}
.PremiumPaywallCheckoutPlans .cancel-text br {
  display: block;
}
.PremiumPaywallCheckoutPlans .login {
  padding-top: 3.90625vw;
  color: #000;
  border-top: 1px solid #C5C5C5;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
.PremiumPaywallCheckoutPlans .login button {
  color: #2261D0 !important;
  line-height: 1.8;
  font-weight: 500;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-text-fill-color: #2261D0 !important;
}
.PremiumPaywallCheckoutPlans .newspaper-users {
  margin-top: 2.65625vw;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 6.09375vw;
  color: #000;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.PremiumPaywallCheckoutPlans .newspaper-users > div:first-child {
  display: flex;
  gap: 1.25vw;
}
.PremiumPaywallCheckoutPlans .newspaper-users .newspaper-register-text {
  color: #2261D0;
  cursor: pointer;
  line-height: 5.625vw;
  font-weight: 500;
  border-bottom: 0.3125vw solid #2261D0;
  line-height: 1;
}
.PremiumPaywallCheckoutPlans .newspaper-users .yedioth-label {
  width: 26.5625vw;
  height: 6.09375vw;
  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.72583 14.624C4.71516 14.24 4.7685 13.8933 4.88583 13.584C5.01383 13.2747 5.16316 13.0133 5.33383 12.8C5.51516 12.576 5.74983 12.3147 6.03783 12.016C6.4325 11.6107 6.7205 11.2693 6.90183 10.992C7.08316 10.7147 7.17383 10.384 7.17383 10C7.1845 9.44533 6.99783 9.01867 6.61383 8.72C6.24049 8.42133 5.68049 8.272 4.93383 8.272C4.56049 8.272 4.17116 8.336 3.76583 8.464C3.37116 8.58133 3.05116 8.71467 2.80583 8.864L2.77383 7.616C3.13649 7.43467 3.55249 7.29067 4.02183 7.184C4.49116 7.07733 4.9765 7.024 5.47783 7.024C6.49116 7.024 7.30183 7.248 7.90983 7.696C8.5285 8.13333 8.84316 8.79467 8.85383 9.68C8.85383 10.0853 8.7845 10.4533 8.64583 10.784C8.50716 11.1147 8.34183 11.3973 8.14983 11.632C7.95783 11.8667 7.68583 12.16 7.33383 12.512C6.91783 12.9173 6.60316 13.2747 6.38983 13.584C6.18716 13.8827 6.08583 14.2293 6.08583 14.624H4.72583ZM4.51783 16.064H6.45383V18H4.51783V16.064Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.8923 7.7396C84.7168 8.02591 85.9446 7.79335 86.3857 8.59852C86.0023 10.584 86.194 12.6957 87.0196 14.4311C86.9232 15.7551 86.1516 16.6864 85.5424 17.9556H78.1763C78.6244 16.6228 78.6879 16.0601 79.0772 15.1869C79.1537 15.0146 79.2066 15.0179 79.3207 14.9444C79.4971 14.8347 79.6817 14.7909 79.8476 14.8183C80.6085 14.7711 80.5427 14.9192 80.9378 14.7711C81.0731 13.5721 80.3698 10.9142 80.3698 10.9142L78.5597 10.9065C78.5597 9.45744 78.3104 8.11586 77.3506 7.04193C78.3292 6.86313 79.096 8.06211 80.2098 7.99081C80.7273 8.02591 81.5142 7.82955 81.5906 8.50967C81.3789 10.8177 81.8588 12.8778 82.6068 14.8095C83.5512 14.9499 84.0993 14.7075 85.4683 14.8227C85.1413 13.6413 84.9355 10.8473 84.8991 10.9142C84.8991 10.9142 83.5477 10.9603 82.8761 10.9065C83.2019 9.56494 82.7797 8.07966 82.1469 6.88068C82.8561 6.88068 83.3172 7.45329 83.8923 7.7396Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.9247 8.06741C94.7763 8.22757 98.9068 8.15188 98.9068 8.15188L99.2844 10.7758H98.414C98.6257 11.9561 98.9127 13.3932 99.449 14.4309C98.7586 15.4873 98.28 16.7213 97.9718 17.9554H97.2708L97.2685 10.8175L92.0735 10.8076C91.997 9.42983 91.6419 7.97307 90.7986 6.86295C91.4313 6.43403 91.7442 7.3478 92.3816 7.58913C92.9685 7.81291 93.3026 7.95003 93.9247 8.06741Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.3341 8.34225L58.5058 8.59345C58.4494 10.4539 58.9281 12.1147 56.7616 13.0811L59.3538 16.5431L57.1768 18.25C55.642 16.3347 52.0618 12.7071 52.0618 12.7071L51.6502 14.9832L53.6343 15.0238L53.8589 17.956C53.8589 17.956 50.4834 17.956 50.4117 17.9407L50.22 17.7794C50.968 15.1851 50.7951 12.6544 50.4117 9.97014L51.5055 7.48333H51.7925L56.2041 12.6829C56.5887 12.9144 56.9145 12.3242 57.1262 12.0741C57.2791 11.7165 57.298 11.3304 56.8569 11.1691L55.2844 11.0803C55.2268 9.77378 54.8234 8.59345 53.8072 7.64458L53.9025 7.39447C55.0351 8.48595 56.7993 8.14589 58.3341 8.34225Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.2173 8.18463C29.043 7.84457 28.8454 8.59489 28.8101 9.04355C28.8795 10.1745 29.6875 14.4428 29.7722 15.1767C29.8004 15.4147 28.4984 17.9344 28.4984 17.9344L24.8994 17.9322C24.8994 17.9322 25.858 16.1837 26.1838 15.2534C26.2544 15.2567 27.8316 15.2567 27.8316 15.2567V11.0115C25.4158 11.3044 26.299 9.65127 25.8192 8.77479C25.6863 8.13088 24.9947 7.57582 24.9947 6.9681C26.2226 7.0032 26.8177 8.50604 28.2173 8.18463Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.5049 7.81134C75.1577 8.52766 76.6149 7.81134 76.9795 8.76021C76.8455 10.9245 77.1324 12.9287 77.8228 14.7716C77.2477 15.7731 76.7455 16.3523 76.3456 17.956H75.7493L75.7564 10.9958C75.7564 10.9958 74.8942 10.9728 74.0439 10.9958C74.285 8.99496 73.2747 7.61169 72.836 6.95242C73.6993 6.75606 73.9004 7.59634 74.5049 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.2268 10.9523C43.3221 12.3312 43.6526 13.5521 44.116 14.7862C43.5409 15.7877 43.0375 16.3417 42.6388 17.9454H42.1777C41.545 14.2959 42.8728 10.2141 40.6476 7.18974C41.9907 6.67088 42.086 8.46002 43.3139 8.20992H48.4642C48.4642 8.20992 48.7053 8.26257 48.8252 8.35033C48.9675 8.45673 49.0252 8.58398 49.0769 8.71671C48.9417 10.8821 49.2298 12.929 49.9202 14.7708C49.3451 15.7735 48.8417 16.221 48.443 17.9433H47.7114L47.7185 10.9655H43.4103L43.2268 10.9523Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.2367 7.81134C88.8883 8.52766 90.3467 7.81134 90.7113 8.76021C90.7113 8.76021 90.9324 10.5099 91.6828 11.8087C91.0406 12.5722 90.3949 12.955 89.9962 14.5587H89.494L89.4881 10.9958C89.4881 10.9958 88.5813 11.0364 87.7756 10.9958C88.0168 8.99496 87.0065 7.61169 86.5678 6.95242C87.431 6.75606 87.8286 7.59634 88.2367 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M101.1 7.81139C101.752 8.5277 103.21 7.81139 103.574 8.76026C103.574 8.76026 103.795 10.5099 104.546 11.8087C103.904 12.5722 103.34 12.955 102.941 14.5588H102.372L102.378 10.9959C102.378 10.9959 101.415 10.9728 100.64 10.9959C100.88 8.99501 99.8706 7.61174 99.4307 6.95247C100.294 6.75611 100.526 7.56457 101.1 7.81139Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.7986 10.9956C31.7986 10.9956 31.0894 10.989 30.3167 10.9956C30.5566 8.99476 29.5475 7.61149 29.1088 6.95222C29.9721 6.75586 30.3379 7.64988 30.7778 7.8243C31.7916 8.37168 32.8877 7.81114 33.2523 8.76001C33.1183 10.9243 33.4052 12.9285 34.0956 14.7714C33.5205 15.7729 32.7466 16.3521 32.3467 17.9558H31.8045L31.7986 10.9956Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0133 11.0106C23.0133 11.0106 22.0054 11.0051 21.4091 11.0106C21.649 9.00973 20.6387 7.62646 20.2 6.96719C21.0633 6.77083 21.3385 7.50031 21.869 7.8272C22.5217 8.54242 23.9789 7.8272 24.3435 8.77498C24.2095 10.9404 24.4788 12.9533 25.1692 14.7962C24.5929 15.7977 24.0366 16.3769 23.6367 17.9807H23.0145L23.0133 11.0106Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6127 11.0627H14.7715C13.9847 11.6353 14.1399 12.944 14.5022 13.7996C15.5913 15.2388 14.5798 16.4477 14.2152 17.7541L14.054 17.9329H10.4551L11.6442 15.0874L13.1743 15.0918C12.8779 14.1495 12.638 12.0949 13.1755 11.0572C12.9861 10.9694 12.6086 10.9376 12.3204 10.9727C12.2816 9.54229 12.0852 8.34331 11.376 7.19808C11.8935 6.35672 12.3922 7.842 13.0261 7.8782C15.0408 8.30821 17.3508 8.13269 19.7254 8.18425C19.9559 8.238 20.1229 8.38829 20.2593 8.80294C20.1253 10.9672 20.4193 12.9857 21.1097 14.8285C20.5346 15.8301 20.0323 16.4093 19.6325 18.0119H18.6092L18.6127 11.0627Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.6175 8.75618C40.4834 10.9205 40.7845 12.9246 41.4749 14.7675C40.8998 15.769 40.3976 16.3482 39.9989 17.952H39.2803L39.272 10.9907L34.3628 10.9885C34.4581 9.64691 34.2417 8.26583 33.3784 7.29941C33.4549 7.0142 33.9924 7.12061 34.2029 7.21056C34.8215 7.80621 35.2579 7.94442 35.853 8.15833H39.9965C40.2647 8.24828 40.4705 8.45122 40.6175 8.75618Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.8238 11.0937H67.0214C66.2357 11.6663 66.3898 12.8137 66.7532 13.6705C67.8412 15.1086 66.8297 16.471 66.4651 17.7764L66.304 17.9563H62.7062C62.7062 17.9563 63.4918 15.9061 63.8952 14.9583C63.9611 14.9331 65.4254 14.9616 65.4254 14.9616C65.129 14.0204 64.8891 12.1259 65.4266 11.0893C65.2372 11.0004 64.8797 11.0268 64.5927 11.0619C64.5539 9.63144 64.3363 8.37432 63.6259 7.2291C64.1446 6.38773 64.6433 7.87301 65.276 7.90921C67.2331 8.39187 69.6277 8.08802 71.853 8.17687C72.0835 8.23172 72.2164 8.48402 72.4093 8.82408C72.2752 10.9884 72.5504 13.0331 73.2408 14.876C72.6645 15.8775 72.1623 16.3799 71.7636 17.9837L70.838 17.9969L70.8238 11.0937Z' fill='black'/%3E%3C/svg%3E%0A");
}
.PremiumPaywallCheckoutPlans .newspaper-users .yedioth-plus-label,
.PremiumPaywallCheckoutPlans .newspaper-print .yedioth-plus-label {
  width: 10.46875vw;
  height: 3.90625vw;
  position: relative;
  margin-left: 0.46875vw;
  top: 0.78125vw;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='14' viewBox='0 0 43 14' fill='none'%3E%3Cpath d='M0.871094 7C0.871094 3.41015 3.78124 0.5 7.37109 0.5H35.5378C39.1276 0.5 42.0378 3.41015 42.0378 7C42.0378 10.5899 39.1276 13.5 35.5378 13.5H7.3711C3.78125 13.5 0.871094 10.5899 0.871094 7Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.37196 12.0554C10.1643 12.0554 12.4275 9.79195 12.4275 6.99989C12.4275 4.20783 10.1643 1.94434 7.37196 1.94434C4.57963 1.94434 2.31641 4.20783 2.31641 6.99989C2.31641 9.79195 4.57963 12.0554 7.37196 12.0554Z' fill='black'/%3E%3Cpath d='M8.09418 4.11099V9.88876H6.64974V4.11099H8.09418Z' fill='white'/%3E%3Cpath d='M10.2608 6.27765V7.72209H4.48307V6.27765H10.2608Z' fill='white'/%3E%3Cpath d='M35.2151 4.56005C35.2151 4.56005 32.8611 4.6033 32.3764 4.51116H32.3804C32.0468 4.44764 31.8583 4.37418 31.5606 4.25817L31.5004 4.23474C31.3645 4.18272 31.2545 4.07633 31.1511 3.97644C30.978 3.80908 30.8237 3.65996 30.5986 3.8154C31.0793 4.45663 31.2819 5.29905 31.3256 6.09635L34.2854 6.10199V10.2295H34.6847C34.8575 9.51495 35.1316 8.80227 35.5249 8.19113C35.219 7.59128 35.0542 6.76014 34.935 6.07754H35.4296L35.2151 4.56005Z' fill='white'/%3E%3Cpath d='M27.1857 4.41997C27.0029 4.39801 26.8204 4.37608 26.6633 4.32087L26.6653 4.32651C26.5575 4.27208 26.4568 4.19975 26.3557 4.12718C26.1496 3.97912 25.9421 3.83008 25.6701 3.83008C26.0297 4.52207 26.27 5.38142 26.0853 6.15615C26.4667 6.18624 27.2374 6.15992 27.2374 6.15992C27.2436 6.14753 27.2594 6.29794 27.284 6.5313C27.3376 7.04196 27.433 7.94981 27.5612 8.41829C27.1708 8.3853 26.8978 8.40382 26.6547 8.42031C26.4129 8.43671 26.2008 8.4511 25.9323 8.41077C25.5052 7.29381 25.2331 6.10162 25.3523 4.76841C25.3177 4.45764 25.031 4.46433 24.7662 4.47051C24.6961 4.47215 24.6276 4.47375 24.5656 4.46942C24.2504 4.48993 23.9841 4.32966 23.7278 4.17546C23.4673 4.01869 23.2172 3.8682 22.9368 3.92034C23.483 4.54088 23.6241 5.31561 23.6241 6.15427L24.655 6.15804C24.655 6.15804 25.0543 7.69434 24.9788 8.38821C24.8552 8.43481 24.8105 8.43008 24.723 8.42083C24.6516 8.41328 24.5516 8.40271 24.3571 8.41454C24.2617 8.39949 24.1564 8.42394 24.0571 8.48787C24.0441 8.49608 24.0325 8.50258 24.0219 8.50851C23.9792 8.53249 23.9531 8.54713 23.9181 8.62702C23.7874 8.92578 23.7209 9.16175 23.6354 9.46501C23.5767 9.6733 23.5091 9.91334 23.4056 10.2273H27.6009C27.6992 10.0194 27.805 9.82729 27.9073 9.64138C28.1669 9.16972 28.4047 8.73783 28.4432 8.18889C27.9744 7.18662 27.8651 5.96435 28.0836 4.8173C27.9169 4.50781 27.5507 4.46382 27.1857 4.41997Z' fill='white'/%3E%3Cpath d='M21.3159 4.36279C21.4871 4.55348 21.7558 4.56838 22.016 4.5828C22.3203 4.59967 22.6129 4.61589 22.7243 4.91188C22.6488 6.16423 22.8117 7.32257 23.205 8.38689C23.1385 8.50443 23.0737 8.6119 23.0107 8.7163C22.7635 9.12624 22.5448 9.48902 22.3627 10.2278H22.023L22.027 6.20372C22.027 6.20372 21.5344 6.19056 21.0517 6.20372C21.1815 5.10864 20.6718 4.33392 20.4065 3.93066C20.3916 3.90806 20.3775 3.88662 20.3644 3.86637C20.671 3.79498 20.8306 3.95666 20.9908 4.11887C21.088 4.2173 21.1853 4.31593 21.3159 4.36279Z' fill='white'/%3E%3Cpath d='M29.8366 4.5828C29.5764 4.56838 29.3077 4.55348 29.1365 4.36279H29.1384C29.0692 4.32583 29.0004 4.25668 28.9248 4.18082C28.7467 4.00196 28.5315 3.78582 28.1869 3.86637C28.2001 3.88662 28.2142 3.90805 28.2291 3.93065C28.4944 4.33391 29.004 5.10863 28.8742 6.20372C29.3331 6.22817 29.8496 6.20372 29.8496 6.20372L29.8536 8.26466H30.1396C30.3193 7.52743 30.5879 7.23672 30.8738 6.92723C30.9481 6.84676 31.0236 6.76502 31.0991 6.67383C30.67 5.92354 30.5448 4.91188 30.5448 4.91188C30.4335 4.61589 30.1409 4.59967 29.8366 4.5828Z' fill='white'/%3E%3Cpath d='M36.4645 4.36282C36.6357 4.5535 36.9044 4.5684 37.1646 4.58282C37.4689 4.59969 37.7615 4.61591 37.8729 4.9119C37.8729 4.9119 37.998 5.92356 38.4271 6.67385C38.3633 6.75098 38.3008 6.82136 38.2399 6.88992C37.9521 7.21414 37.7002 7.49792 37.5133 8.26468H37.1895L37.1935 6.20374C37.1935 6.20374 36.6452 6.19058 36.2023 6.20374C36.3321 5.10866 35.8224 4.33394 35.5571 3.93068C35.5422 3.90808 35.5281 3.88664 35.515 3.86639C35.8323 3.79251 35.9996 3.96044 36.166 4.12753C36.258 4.21986 36.3498 4.31195 36.4665 4.36282H36.4645Z' fill='white'/%3E%3Cpath d='M17.053 6.25976H19.2162L19.2241 10.25L19.7525 10.2425C19.9276 9.53195 20.1366 9.19589 20.3722 8.8169C20.444 8.70142 20.5182 8.58195 20.5948 8.44668C20.2015 7.38049 20.0445 6.1977 20.122 4.94723C20.1165 4.93749 20.1111 4.92788 20.1058 4.91841C20.0032 4.73578 19.9288 4.60341 19.8042 4.57302C19.3823 4.55612 18.9495 4.56423 18.5189 4.5723C17.6559 4.58846 16.8011 4.60448 16.0578 4.41883C15.9125 4.41047 15.7792 4.26518 15.6525 4.12712C15.4657 3.9235 15.2934 3.73559 15.1182 4.02582C15.5234 4.68773 15.6466 5.41357 15.6684 6.24095C15.8333 6.22027 16.0359 6.20522 16.1432 6.25599C15.8373 6.85585 15.9743 7.95213 16.1432 8.49557C16.1432 8.49557 15.3089 8.47865 15.2711 8.49369C15.0427 9.04277 14.5938 10.2274 14.5938 10.2274H16.6438L16.7351 10.124C16.7824 9.9527 16.8485 9.77975 16.9154 9.60502C17.1434 9.00875 17.3793 8.39183 16.9 7.74905C16.6934 7.2545 16.604 6.59071 17.053 6.25976Z' fill='white'/%3E%3C/svg%3E");
}
.PremiumPaywallCheckoutPlans .newspaper-print {
  font-size: 4.0625vw;
  font-style: normal;
  font-weight: 310;
  line-height: 1.375;
  color: #000;
  margin: 9.6875vw auto 3.90625vw auto;
  max-width: 100%;
  text-align: center;
  border-radius: 1.5625vw;
  border: 1px solid #2261D0;
  background-color: #EFEFEF;
  box-shadow: 0 0 1.5625vw 0 rgba(0, 0, 0, 0.2);
  padding: 1.5625vw 0;
}
.PremiumPaywallCheckoutPlans .newspaper-print .line {
  display: contents;
  align-items: baseline;
}
.PremiumPaywallCheckoutPlans .newspaper-print .line2 {
  padding-right: 0.78125vw;
}
.PremiumPaywallCheckoutPlans .newspaper-print .newspaper-week-text {
  display: inline-block;
}
.PremiumPaywallCheckoutPlans .newspaper-print .yedioth-plus-label {
  top: 0.78125vw !important;
  background-position: center;
  margin-right: 0.46875vw;
}
.PremiumPaywallCheckoutPlans .newspaper-print .yedioth-label {
  width: 5.8rem;
  height: 0.7rem;
  position: relative;
  top: 0;
  margin-left: 0.3125vw;
  margin-right: 0.3125vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  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 .newspaper-print .newspaper_terms {
  color: #2261D0;
  margin-right: 0.46875vw;
  cursor: pointer;
  font-weight: 500;
  line-height: 3.4375vw;
  padding-right: 0.3125vw;
}
.PremiumPaywallCheckoutPlans .footer {
  margin-top: 9.0625vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  align-items: center;
}
.PremiumPaywallCheckoutPlans .footer .footer-links {
  margin-top: 1.25vw;
  color: #000;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.84375vw;
  margin-bottom: 0;
}
.PremiumPaywallCheckoutPlans .footer .footer-links ul {
  list-style: none;
  display: flex;
  gap: 0.46875vw;
  padding: 0;
  margin-top: 0;
  line-height: 4.84375vw;
  margin-bottom: 0;
}
.PremiumPaywallCheckoutPlans .footer .footer-links ul a {
  color: #000;
  text-decoration: none;
  -webkit-text-fill-color: #000;
}
.PremiumPaywallCheckoutPlans .footer .footer-links ul a :active {
  color: #000;
  text-decoration: underline;
}
.PremiumPaywallCheckoutPlans .footer .footer-terms-text {
  color: #000;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: normal;
  line-height: 4.84375vw;
  text-align: center;
}
.PremiumPaywallCheckoutPlans .footer .footer-terms-text a {
  color: #000;
  -webkit-text-fill-color: #000;
  text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
  .PremiumPaywallCheckoutPlans {
    color: #000 !important;
    background-color: #fff !important;
  }
  .PremiumPaywallCheckoutPlans .newspaper-users,
  .PremiumPaywallCheckoutPlans .newspaper-print,
  .PremiumPaywallCheckoutPlans .title,
  .PremiumPaywallCheckoutPlans .subtitle,
  .PremiumPaywallCheckoutPlans .subtitle span,
  .PremiumPaywallCheckoutPlans .plan-box .plan-title,
  .PremiumPaywallCheckoutPlans .plan-box .plan-price,
  .PremiumPaywallCheckoutPlans .cancel-text,
  .PremiumPaywallCheckoutPlans .login,
  .PremiumPaywallCheckoutPlans .login div,
  .PremiumPaywallCheckoutPlans .footer .footer-links,
  .PremiumPaywallCheckoutPlans .footer .footer-links a,
  .PremiumPaywallCheckoutPlans .footer .footer-terms-text,
  .PremiumPaywallCheckoutPlans .footer .footer-terms-text a {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PremiumPaywallCheckoutPlans .plan-price-frequency {
    color: #78787B !important;
  }
  .PremiumPaywallCheckoutPlans .cancel-text a,
  .PremiumPaywallCheckoutPlans .plan-box .plan-promo-text,
  .PremiumPaywallCheckoutPlans .login a,
  .PremiumPaywallCheckoutPlans .newspaper-users .newspaper-register-text,
  .PremiumPaywallCheckoutPlans .newspaper-print .newspaper_terms,
  .PremiumPaywallCheckoutPlans .login button {
    color: #2261D0 !important;
    -webkit-text-fill-color: #2261D0 !important;
  }
  .PremiumPaywallCheckoutPlans .plan-box.selected {
    border-color: #2261D0 !important;
  }
  .PremiumPaywallCheckoutPlans .plan-box .plan-button {
    background-color: #2261D0 !important;
    color: #fff !important;
  }
}
@media (max-width: 375px) {
  .PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-promo-text {
    font-size: 0.85rem;
  }
  .PremiumPaywallCheckoutPlans .subtitle {
    font-size: 0.9rem;
  }
  .PremiumPaywallCheckoutPlans .cancel-text {
    font-size: 0.713rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .PremiumPaywallCheckoutPlans {
    padding: 8.25vw 3.125vw 5.125vw 3.125vw !important;
  }
  .articleContainer .PremiumPaywallCheckoutPlans {
    padding: 10.3125vw 3.90625vw 6.40625vw 3.90625vw;
  }
  .PremiumPaywallCheckoutPlans.checkout-flow {
    padding-top: 4.625vw !important;
  }
  .PremiumPaywallCheckoutPlans.checkout-flow .subtitle {
    margin-top: 3.125vw !important;
    padding: 0 1vw !important;
  }
  .PremiumPaywallCheckoutPlans.checkout-flow .cancel-text {
    margin-top: 3.125vw !important;
  }
  .PremiumPaywallCheckoutPlans .yedioth-label {
    width: 16vw !important;
    height: 1.85vw !important;
    background-repeat: no-repeat !important;
    right: -0.6vw !important;
    position: relative !important;
    top: 1px !important;
  }
  .PremiumPaywallCheckoutPlans .title {
    font-size: 2rem !important;
  }
  .PremiumPaywallCheckoutPlans .subtitle {
    font-size: 1.25rem !important;
    line-height: 4.125vw !important;
    margin-top: 2.125vw !important;
    padding: 0 6.25vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container {
    margin-top: 3.125vw !important;
    gap: 2.125vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container .plan-box {
    width: 34.875vw !important;
    height: 38.875vw !important;
    padding: 3.125vw 2.125vw 11.375vw 2.125vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-title {
    font-size: 1.125rem !important;
    line-height: 3.75vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price {
    font-size: 2.625rem !important;
    line-height: 7.125vw !important;
    margin-top: 2.125vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price::before {
    font-size: 2rem !important;
    line-height: 3vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price-frequency {
    font-size: 1rem !important;
    margin-top: 1vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-promo-text {
    font-size: 1.125rem !important;
    margin-top: 3.125vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-button {
    font-size: 1.125rem !important;
    line-height: 4.5vw !important;
    height: 7.125vw !important;
    bottom: 2.125vw !important;
  }
  .PremiumPaywallCheckoutPlans .cancel-text {
    margin-top: 2.125vw !important;
    font-size: 1rem !important;
    line-height: 3.75vw !important;
    margin-bottom: 3.125vw !important;
  }
  .PremiumPaywallCheckoutPlans .login {
    padding-top: 3.125vw !important;
    font-size: 1.125rem !important;
  }
  .PremiumPaywallCheckoutPlans .newspaper-users {
    margin-top: 2.125vw !important;
    font-size: 1.125rem !important;
    line-height: 4.875vw !important;
  }
  .PremiumPaywallCheckoutPlans .newspaper-users .yedioth-label {
    width: 16.15vw !important;
    height: 3.875vw !important;
    position: relative !important;
    background-repeat: no-repeat !important;
    top: 0.6vw !important;
    right: -0.7vw !important;
  }
  .PremiumPaywallCheckoutPlans .newspaper-users .yedioth-plus-label {
    width: 7.175vw !important;
    height: 2.925vw !important;
    top: 0.725vw !important;
  }
  .PremiumPaywallCheckoutPlans .newspaper-print {
    font-size: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 9.6875vw 0% 3.90625vw 0%;
    width: 110%;
  }
  .PremiumPaywallCheckoutPlans .newspaper-print .line {
    display: inline-flex;
    align-items: baseline;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .PremiumPaywallCheckoutPlans .newspaper-print .line2 {
    display: inline-flex;
  }
  .PremiumPaywallCheckoutPlans .newspaper-print .newspaper-week-text {
    display: inline-block;
  }
  .PremiumPaywallCheckoutPlans .newspaper-print .yedioth-plus-label {
    width: 7.175vw !important;
    height: 2.925vw !important;
  }
  .PremiumPaywallCheckoutPlans .newspaper-print .yedioth-label {
    margin-right: 0.7rem !important;
    width: 6rem !important;
    height: 1rem !important;
  }
  .PremiumPaywallCheckoutPlans .newspaper-print .newspaper_terms {
    line-height: unset !important;
  }
  .PremiumPaywallCheckoutPlans .footer {
    margin-top: 7.25vw !important;
    gap: 1vw !important;
  }
  .PremiumPaywallCheckoutPlans .footer .footer-links {
    margin-top: 1vw !important;
    font-size: 1.0625rem !important;
    line-height: 3.875vw !important;
  }
  .PremiumPaywallCheckoutPlans .footer .footer-links ul {
    gap: 0.375vw !important;
    line-height: 3.875vw !important;
  }
  .PremiumPaywallCheckoutPlans .footer .footer-terms-text {
    font-size: 1rem !important;
    line-height: 3.875vw !important;
  }
}
.PaywallMyAccountComponenta {
  font-family: 'Moses';
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  z-index: 0;
  box-sizing: border-box;
  margin-top: 6.25vw;
}
@media screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .PaywallMyAccountComponenta {
    min-height: 105rem;
  }
  .PaywallMyAccountComponenta:has(.PaywallMyAccountLastPurchases) {
    min-height: 90rem;
  }
}
@media screen and (min-device-width: 769px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .PaywallMyAccountComponenta {
    min-height: 135rem;
  }
  .PaywallMyAccountComponenta:has(.PaywallMyAccountLastPurchases) {
    min-height: 115rem;
  }
}
@media (prefers-color-scheme: dark) {
  .PaywallMyAccountComponenta {
    background-color: #fff !important;
    color: #000 !important;
  }
  .yplus-paywall.ynet  {
    background: unset !important;
  }
}
.PaywallMyAccountLastPurchases {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 51.25vw;
}
.PaywallMyAccountLastPurchases .general-error {
  font-weight: 400;
  font-size: 3.28125vw;
  line-height: 4.21875vw;
  text-align: right;
  margin-top: 5.46875vw;
  color: #de1a1a;
}
.PaywallMyAccountLastPurchases .table {
  width: 100%;
}
.PaywallMyAccountLastPurchases .table .header {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 670;
  line-height: 4.84375vw;
  padding-bottom: 0.3125vw;
  border-bottom: 1px solid #000;
}
.PaywallMyAccountLastPurchases .table .list {
  display: flex;
  flex-direction: column;
  gap: 6.25vw;
  margin-top: 8.75vw;
}
.PaywallMyAccountLastPurchases .table .row {
  display: flex;
  justify-content: space-between;
  font-size: 3.59375vw;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 3.75vw;
}
.PaywallMyAccountLastPurchases .table .row .type-container {
  display: flex;
  flex-wrap: wrap;
}
.PaywallMyAccountLastPurchases .table .row .type-container .type {
  color: #000;
  font-style: normal;
  font-size: 3.59375vw;
  flex: 1 1 100%;
}
.PaywallMyAccountLastPurchases .table .row .type-container .cancel {
  color: #2261D0;
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  border: none;
  background: none;
  text-decoration: underline;
  order: 3;
  flex: 1 1 100%;
}
.PaywallMyAccountLastPurchases .table .row .type-container .active-label {
  margin-left: 0.9375vw;
}
.PaywallMyAccountLastPurchases .table .row .cancel {
  color: #2261D0;
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 500;
  line-height: 5vw;
  cursor: pointer;
  border: none;
  background: none;
  text-decoration: underline;
  padding-right: 0.3125vw;
}
@media screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .PaywallMyAccountLastPurchases {
    margin-bottom: 7.8125vw;
  }
}
@media (prefers-color-scheme: dark) {
  .PaywallMyAccountLastPurchases .general-error {
    color: #de1a1a !important;
  }
  .PaywallMyAccountLastPurchases .table .header {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
  }
  .PaywallMyAccountLastPurchases .table .header .header-type {
    color: #000 !important;
  }
  .PaywallMyAccountLastPurchases .table .header .header-date {
    color: #000 !important;
  }
  .PaywallMyAccountLastPurchases .table .list {
    background-color: #fff !important;
  }
  .PaywallMyAccountLastPurchases .table .row {
    border-bottom: 1px solid #efefef !important;
  }
  .PaywallMyAccountLastPurchases .table .row .type {
    color: #000 !important;
  }
  .PaywallMyAccountLastPurchases .table .row .date {
    color: #000 !important;
  }
  .PaywallMyAccountLastPurchases .table .row .cancel {
    color: #2261D0 !important;
    background: none !important;
  }
}
.PaywallMyAccountPersonalDetails {
  width: 100%;
}
.PaywallMyAccountPersonalDetails .personal_details {
  font-size: 3.59375vw;
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 670;
  line-height: 4.84375vw;
  color: #000;
  padding-bottom: 6.09375vw;
}
.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: 3.28125vw;
  line-height: 2.76563vw;
  text-align: right;
  margin-top: 1.01563vw;
  color: #de1a1a !important;
}
.PaywallMyAccountPersonalDetails .personal-details-form form {
  width: 100%;
  gap: 8.59375vw;
  display: flex;
  flex-direction: column;
  margin-bottom: 6.09375vw;
}
.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 label {
  font-weight: 500;
  font-size: 2.03125vw;
  line-height: 2.76563vw;
  text-align: right;
  color: #78787b;
  margin-bottom: 0.625vw;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field input {
  margin: 1.25vw 2.5vw;
  outline: none;
  border: none;
  font-size: 3.59375vw;
  color: #000;
  line-height: 5vw;
  text-align: right;
  height: 6.25vw;
  box-sizing: border-box;
}
.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: 3.28125vw;
  line-height: 2.76563vw;
  text-align: right;
  color: #de1a1a !important;
  padding-top: 1.01563vw;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field.email .input-field-error {
  border-top: 1px solid #999 !important;
}
.PaywallMyAccountPersonalDetails .personal-details-form .submit-button {
  width: 100%;
  height: 10.15625vw;
  background: #000;
  color: white;
  font-weight: 500;
  font-size: 3.75vw;
  line-height: 5.625vw;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin: 7.8125vw auto 0 auto;
}
.PaywallMyAccountPersonalDetails .personal-details-form .submit-button:disabled {
  background: #e4e4e4;
  color: #b3b3b3;
}
.PaywallMyAccountPersonalDetails .personal-details-form .success-message {
  color: #34A853;
  font-size: 3.75vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5vw;
}
@media (prefers-color-scheme: dark) {
  .PaywallMyAccountPersonalDetails .personal_details {
    color: #000 !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form .general-error {
    color: #de1a1a !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form form {
    background-color: #fff !important;
    color: #000 !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form form .input-field.big input {
    border: none !important;
    background-color: #fff !important;
    color: #000 !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form form .input-field label {
    color: #78787b !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form form .input-field input {
    color: #000 !important;
    background-color: #fff !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form form .input-field input:disabled {
    color: #999 !important;
    background: none !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form form .input-field .input-field-error {
    color: #de1a1a !important;
    border-top: 1px solid #000 !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form form .input-field.email .input-field-error {
    border-top: 1px solid #999 !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form .submit-button {
    background: #000 !important;
    color: #fff !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form .submit-button:disabled {
    background: #e4e4e4 !important;
    color: #b3b3b3 !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form .success-message {
    color: #34A853 !important;
  }
}
.PaywallMyAccountTabsCont {
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs {
  width: 100%;
  display: flex;
  /* align-items: flex-end; */
  flex-direction: column;
  margin: 0 auto;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header {
  display: flex;
  border-bottom: 1px solid #000;
  height: 8.90625vw;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header .tab-button {
  flex: 1;
  border: none;
  color: #78787B;
  text-align: center;
  font-size: 4.0625vw;
  font-style: normal;
  font-weight: 500;
  line-height: 6.5625vw;
  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: 4.0625vw;
  font-weight: 500;
  background-color: #2261D0;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-content {
  padding-top: 10.46875vw;
  width: 90.15625vw;
  margin: 0 auto;
}
.PaywallMyAccountTabsCont .terms-text {
  margin: 0 auto;
  width: 90.15625vw;
  color: #000;
  font-size: 3.28125vw;
  font-style: normal;
  font-weight: 100;
  line-height: 4.84375vw;
  text-align: center;
  margin-top: 14.84375vw;
  margin-bottom: 3.125vw;
  left: 0;
  right: 0;
}
.PaywallMyAccountTabsCont .terms-text .contact_us {
  border-top: 1px solid #EFEFEF;
  font-size: 3.28125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4.84375vw;
  padding: 2.5vw 0px;
}
.PaywallMyAccountTabsCont .terms-text .contact_us a {
  text-decoration: none  !important;
}
.PaywallMyAccountTabsCont .terms-text a {
  text-decoration: underline !important;
  color: #000;
  cursor: pointer;
}
@media (prefers-color-scheme: dark) {
  .PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header {
    border-bottom: 1px solid #000;
  }
  .PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header .tab-button {
    background-color: #efefef !important;
    color: #78787B !important;
  }
  .PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header .tab-button:hover {
    color: #333 !important;
  }
  .PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header .tab-button.active {
    background-color: #2261D0 !important;
    color: #fff !important;
    border-bottom: 1px solid #78787B !important;
  }
  .PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-content {
    background-color: #fff !important;
    color: #000 !important;
  }
  .PaywallMyAccountTabsCont .terms-text {
    color: #000 !important;
  }
  .PaywallMyAccountTabsCont .terms-text .contact_us {
    border-top: 1px solid #efefef !important;
    color: #000 !important;
  }
  .PaywallMyAccountTabsCont .terms-text a,
  .PaywallMyAccountTabsCont .terms-text span,
  .PaywallMyAccountTabsCont .terms-text div,
  .PaywallMyAccountTabsCont .terms-text div span {
    color: #000 !important;
  }
}
.mContainer {
  padding-bottom: 0;
}
.mContainer  .paywall-plans-app {
  padding: 0;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp.updatedUser:not(.full-screen) .inner-container {
  margin-top: 31.25vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen {
  background-color: #fff;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen.updatedUser .inner-container {
  margin-top: 39.0625vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen .btn-close {
  position: absolute;
  display: block;
  top: 2.65625vw;
  width: 7.65625vw;
  height: 7.65625vw;
  right: 2.65625vw;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7096 8.69206C23.0967 8.30498 23.0967 7.67739 22.7096 7.29031C22.3225 6.90323 21.6949 6.90323 21.3078 7.29031L14.9999 13.5983L8.69206 7.29046C8.30498 6.90338 7.67739 6.90338 7.29031 7.29046C6.90323 7.67754 6.90323 8.30513 7.29031 8.69221L13.5981 15L7.29036 21.3078C6.90328 21.6949 6.90328 22.3225 7.29036 22.7095C7.67744 23.0966 8.30502 23.0966 8.69211 22.7095L14.9999 16.4018L21.3078 22.7097C21.6949 23.0968 22.3225 23.0968 22.7095 22.7097C23.0966 22.3226 23.0966 21.695 22.7095 21.3079L16.4016 15L22.7096 8.69206Z' fill='black'/%3E%3C/svg%3E%0A");
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen .inner-container .title {
  margin-top: 5.15625vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen .inner-container .yedioth-plus-logo {
  bottom: unset;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container {
  padding: 0 3.90625vw;
  margin-top: 5.15625vw;
  background-color: #fff;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .yedioth-label {
  width: 21.71875vw;
  height: 2.8125vw;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='85' height='11' viewBox='0 0 85 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.4793 4.57764L54.1849 4.29138H50.6938L50.4094 4.6484C50.2597 6.03787 50.6505 7.2022 51.2094 8.26682C50.9133 9.09021 50.3013 10.076 50.1632 10.9766H46.8467C47.1012 10.1323 47.2526 9.26389 47.991 8.10922C48.3636 8.1253 48.7927 8.07544 49.1786 8.10922C49.2551 7.68305 48.8892 6.97866 48.9125 6.3177C48.9474 5.30454 49.2085 4.3348 49.1669 4.29942C49.0172 4.30907 48.8177 4.25761 48.4684 4.29299C48.4201 2.71214 48.2788 1.41755 47.6002 0.100448C48.7129 -0.271043 48.974 1.63948 50.4759 1.43042H54.965C54.965 1.43042 55.2926 1.42077 55.5588 1.45293C55.6652 1.4658 55.6985 1.57837 55.7417 1.65717C56.2174 2.5079 55.6602 3.73977 55.9579 4.69825C55.8931 5.6696 56.728 6.70849 57.1388 7.66375C57.1954 7.80366 57.3201 7.89211 57.3101 8.06097C57.2985 8.26843 57.0673 8.38904 56.9825 8.49036C56.7762 8.75892 56.6232 8.83129 56.432 9.13363C55.938 9.71579 55.6153 10.5842 55.2677 10.9782C55.2727 10.9847 54.8569 10.9991 54.481 10.9782V4.57764H54.4793ZM58.5958 10.9059C58.7721 11.0586 59.1979 10.9895 59.3676 10.8303C59.7717 9.72223 60.1776 9.2462 60.61 8.74123C60.6815 8.62384 60.8711 8.58846 60.8778 8.42925C60.8828 8.30542 60.7464 8.24913 60.7331 8.14299C59.8848 6.4946 59.8715 4.40395 59.9081 2.49182C60.2108 1.06214 58.6956 1.49957 57.9571 1.16024C57.2968 0.917407 57.0706 -0.263002 56.269 0.200155C56.9792 1.24226 57.2037 2.81024 57.1322 4.19972C57.5064 4.66126 58.1734 4.0196 58.5925 4.52457V10.9059H58.5958ZM65.2188 4.27048C65.46 4.34445 65.9972 4.28656 66.4945 4.29942C66.7041 4.30586 66.8671 4.28013 67.0251 4.41682C67.2114 4.58086 67.1415 4.79796 67.1665 5.02793C67.243 5.76448 67.3262 6.57661 67.3943 7.2617C67.4193 7.5174 67.5274 7.6348 67.416 7.82296C67.2812 8.04811 67.0168 8.00629 66.779 8.01112C66.3282 8.01916 65.8725 8.03846 65.5099 7.98378C65.3635 7.93714 65.282 7.78597 65.1623 7.68626C65.119 7.49971 65.0226 7.36784 64.9777 7.18129C64.6184 5.61814 64.3373 4.00673 64.3556 2.26989C64.3573 2.03188 64.3606 1.89197 64.2292 1.70863C64.0147 1.41273 63.6986 1.39021 63.3128 1.44007C62.9286 1.39021 62.576 1.50118 62.2549 1.33554C61.578 1.1908 61.1905 -0.287125 60.4088 0.156734C61.0657 1.35483 61.7759 2.7041 61.5131 4.31068C61.8558 4.34124 62.1635 4.3348 62.4446 4.32033C62.6624 4.30907 62.8055 4.28334 62.9685 4.42004C63.1913 4.60015 63.1764 4.92179 63.2163 5.20001C63.3011 5.81112 63.3793 6.36755 63.4774 6.95936C63.5373 7.3196 63.7635 7.65892 63.4808 7.91141C63.2629 8.10439 62.729 8.01273 62.729 8.01273C62.729 8.01273 62.3315 7.93071 62.1468 8.0658C62.0021 8.17354 62.0005 8.31506 61.9206 8.47427C61.593 9.13524 61.3518 9.875 61.1805 10.4025C61.0973 10.6534 61.0125 10.7241 61.114 10.8817C61.2304 11.0586 61.6445 10.9847 61.6445 10.9847H67.1199C67.1199 10.9847 67.6821 11.0409 67.9399 10.8544C68.1711 10.6887 68.196 10.4829 68.3008 10.2336C68.68 9.32822 69.1141 8.43729 69.2039 7.42252C68.6002 5.91887 68.384 4.21258 68.6085 2.54168C68.6368 2.31653 68.8962 1.80191 68.5886 1.5639C68.384 1.40469 68.1827 1.52048 67.9199 1.47384C67.3727 1.37896 66.8704 1.54782 66.5128 1.31141C65.7577 1.16828 65.3436 -0.375575 64.4271 0.185682C65.3868 1.6041 65.4351 2.45162 65.4118 3.30717L65.2155 4.2753L65.2188 4.27048ZM70.8223 1.41594C70.0672 1.27282 69.6231 -0.393265 68.7083 0.1696C69.6663 1.58641 69.6065 2.42106 69.5832 3.27822C69.6015 3.59986 69.4651 3.97779 69.7245 4.17238C69.8909 4.2946 70.2368 4.27852 70.2368 4.27852C70.2368 4.27852 71.2181 4.24474 71.2664 4.36858C71.3612 4.59694 71.3279 4.78027 71.3346 5.09226C71.3944 6.10059 71.2913 7.15074 71.3395 8.00629C71.5109 8.03524 71.7304 8.02238 71.8568 7.97252C72.3508 7.38875 72.582 6.40132 72.9229 5.89474C73.1142 5.50395 73.1458 5.48144 73.3238 5.14855C73.4302 4.95235 73.2805 4.78188 73.1957 4.63714C73.036 4.35893 72.8963 4.21097 72.8498 3.93597C72.6818 3.46799 72.8581 2.66711 72.7999 2.07369C72.7583 1.66039 72.6502 1.46258 72.1845 1.43846C72.0165 1.42881 71.7737 1.37413 71.5092 1.41434L70.8223 1.41755V1.41594ZM74.8723 1.35966C74.1171 1.21492 73.698 -0.343412 72.7832 0.219454C73.7413 1.63787 73.7695 2.65264 73.7463 3.5098C73.7978 3.74138 73.7113 3.83948 73.8045 4.01638C73.9957 4.37662 74.8323 4.3139 74.8323 4.3139H77.3588C77.3588 4.3139 77.8112 4.30746 78.0341 4.46346C78.4183 4.7272 78.3501 5.32223 78.3484 5.62457C78.3401 7.1636 78.3085 10.1822 78.3484 10.4797C78.37 10.6373 78.3135 10.7354 78.395 10.864C78.5447 11.1021 78.884 10.9541 79.1285 10.9541C79.2399 10.5038 79.4495 9.73027 79.7056 9.24138C79.8836 8.69942 80.5871 7.82778 80.5938 7.41287C80.5955 7.1427 80.4225 6.98027 80.326 6.57822C80.1697 5.93012 79.9335 4.94109 79.7672 4.30425L80.2911 4.30907C80.2911 4.30907 80.4491 4.24957 80.5007 4.16916C80.5772 4.04694 80.4774 3.91828 80.4657 3.80732C80.4108 3.28627 80.3559 2.92925 80.2894 2.32296C80.2645 2.08334 80.2512 1.80673 80.0316 1.60893C79.8038 1.40308 79.5975 1.43685 79.2665 1.43524C77.6815 1.42238 76.3875 1.45937 75.3895 1.43042L74.8706 1.36287L74.8723 1.35966ZM82.4633 1.41594C81.7098 1.27282 81.2657 -0.393265 80.3493 0.1696C81.3073 1.58641 81.2474 2.42106 81.2242 3.27822C81.2425 3.59986 81.1044 3.97779 81.3655 4.17238C81.5302 4.2946 81.8778 4.27852 81.8778 4.27852C81.8778 4.27852 82.8575 4.24474 82.9074 4.36858C83.0022 4.59694 82.9689 4.78027 82.9755 5.09226C83.0338 6.10059 82.9323 7.15074 82.9789 8.00629C83.1518 8.03524 83.3697 8.02238 83.4945 7.97252C83.9901 7.38875 84.2213 6.40132 84.5623 5.89474C84.7552 5.50395 84.7851 5.48144 84.9648 5.14855C85.0679 4.95235 84.9199 4.78188 84.8367 4.63714C84.677 4.35893 84.5357 4.21097 84.4891 3.93597C84.3194 3.46799 84.4974 2.66711 84.4392 2.07369C84.3976 1.66039 84.2928 1.46258 83.8238 1.43846C83.6558 1.42881 83.4146 1.37413 83.1485 1.41434L82.4616 1.41755L82.4633 1.41594ZM13.2344 10.9396C13.6918 9.97311 13.9762 9.43275 14.2988 8.69781C14.3754 8.52252 14.3837 8.32632 14.5733 8.21053C14.7629 8.09313 14.9858 8.2829 15.1488 8.17998C15.3467 8.17033 15.5845 8.08992 15.661 7.85834C15.7043 7.72325 15.661 7.40644 15.661 7.40644V5.05366C15.661 5.05366 15.7292 4.62428 15.5712 4.42969C15.365 4.17238 15.0273 4.28334 14.7196 4.28334C14.4552 4.28334 14.2855 4.31872 14.1009 4.16112C13.8315 3.92954 14.0743 3.59504 14.0826 3.26858C14.1059 2.41302 14.0577 1.56551 13.0997 0.147085C14.0144 -0.41578 14.4352 1.14255 15.1887 1.28568L16.2215 1.39021C16.2215 1.39021 16.6972 1.31624 16.792 1.52852C16.9018 1.77135 16.7372 1.94986 16.7671 2.19591C16.6939 4.18846 16.9783 5.89957 17.4673 7.69752C17.4806 7.80688 17.622 8.14138 17.622 8.27003C17.622 8.43729 17.4224 8.81039 17.3675 8.92618C17.128 9.54533 17.0166 9.72866 16.6706 10.4186C16.5974 10.5665 16.5176 10.6936 16.3513 10.782C15.9804 10.9847 15.4897 10.9284 15.2036 10.9268C14.4302 10.9203 14.0128 10.9268 13.2344 10.938M7.63426 10.938C8.00848 10.9589 8.42596 10.9461 8.42263 10.938C8.77025 10.5456 9.09125 9.6772 9.5869 9.09503C9.77817 8.7943 9.92952 8.71872 10.1358 8.45176C10.2206 8.35205 10.4501 8.23144 10.4634 8.02237C10.4751 7.85512 10.3487 7.76506 10.2921 7.62515C9.88129 6.6715 9.04801 5.631 9.11121 4.65966C8.81349 3.70118 9.37068 2.4677 8.89665 1.61697C8.85341 1.53977 8.81848 1.4272 8.71203 1.41434C8.44592 1.38217 8.11826 1.39021 8.11826 1.39021H3.62752C2.12728 1.60249 1.86449 -0.306423 0.753446 0.0650678C1.43205 1.38056 1.57342 2.67515 1.62166 4.256C1.97094 4.22223 2.17052 4.27369 2.32021 4.26565C2.36013 4.29942 2.09734 5.26916 2.06574 6.28232C2.04245 6.94328 2.40837 7.64767 2.33019 8.07384C1.94432 8.04006 1.51687 8.08992 1.14431 8.07384C0.407493 9.23012 0.254475 10.0969 0 10.9412H3.31483C3.45454 10.0423 4.06661 9.05644 4.36267 8.23305C3.80382 7.16843 3.41296 6.00571 3.56265 4.61624L3.8454 4.25761H7.3382L7.63259 4.54548V10.9412L7.63426 10.938ZM7.63426 10.938C8.00848 10.9589 8.42596 10.9461 8.42263 10.938C8.77025 10.5456 9.09125 9.6772 9.5869 9.09503C9.77817 8.7943 9.92952 8.71872 10.1358 8.45176C10.2206 8.35205 10.4501 8.23144 10.4634 8.02237C10.4751 7.85512 10.3487 7.76506 10.2921 7.62515C9.88129 6.6715 9.04801 5.631 9.11121 4.65966C8.81349 3.70118 9.37068 2.4677 8.89665 1.61697C8.85341 1.53977 8.81848 1.4272 8.71203 1.41434C8.44592 1.38217 8.11826 1.39021 8.11826 1.39021H3.62752C2.12728 1.60249 1.86449 -0.306423 0.753446 0.0650678C1.43205 1.38056 1.57342 2.67515 1.62166 4.256C1.97094 4.22223 2.17052 4.27369 2.32021 4.26565C2.36013 4.29942 2.09734 5.26916 2.06574 6.28232C2.04245 6.94328 2.40837 7.64767 2.33019 8.07384C1.94432 8.04006 1.51687 8.08992 1.14431 8.07384C0.407493 9.23012 0.254475 10.0969 0 10.9412H3.31483C3.45454 10.0423 4.06661 9.05644 4.36267 8.23305C3.80382 7.16843 3.41296 6.00571 3.56265 4.61624L3.8454 4.25761H7.3382L7.63259 4.54548V10.9412L7.63426 10.938ZM19.2902 10.8705C19.4665 11.0233 19.8906 10.9525 20.062 10.7949C20.4678 9.68524 20.872 9.21082 21.3044 8.70585C21.3743 8.58846 21.5655 8.55147 21.5722 8.39226C21.5772 8.26843 21.4408 8.21375 21.4258 8.10761C20.5792 6.45922 20.5476 4.19328 20.5859 2.28115C20.8886 0.849863 19.0956 1.61536 18.5468 1.19241C17.8881 0.94957 17.765 -0.298382 16.9634 0.164775C17.6752 1.20688 17.8981 2.77486 17.8266 4.16273C18.2008 4.62589 18.8678 3.98261 19.2886 4.48758V10.8689L19.2902 10.8705ZM19.2902 10.8705C19.4665 11.0233 19.8906 10.9525 20.062 10.7949C20.4678 9.68524 20.872 9.21082 21.3044 8.70585C21.3743 8.58846 21.5655 8.55147 21.5722 8.39226C21.5772 8.26843 21.4408 8.21375 21.4258 8.10761C20.5792 6.45922 20.5476 4.19328 20.5859 2.28115C20.8886 0.849863 19.0956 1.61536 18.5468 1.19241C17.8881 0.94957 17.765 -0.298382 16.9634 0.164775C17.6752 1.20688 17.8981 2.77486 17.8266 4.16273C18.2008 4.62589 18.8678 3.98261 19.2886 4.48758V10.8689L19.2902 10.8705ZM25.4725 4.28173C25.4725 4.28173 25.8035 4.28817 25.9116 4.43451C26.1344 4.73363 26.1045 5.37048 26.1045 5.37048V10.8946C26.2841 11.0474 26.7083 10.9782 26.8796 10.8174C27.2837 9.70936 27.4667 9.33305 27.9058 8.82968C27.9673 8.70746 28.31 8.57077 28.265 8.41799C28.2185 8.25878 28.0704 8.11243 28.0621 8.00629C27.2471 6.35147 27.6097 4.39431 27.6463 2.48217C27.633 2.29241 27.7544 1.99328 27.5981 1.74884C27.4667 1.54621 27.2671 1.4658 27.0758 1.39825C25.6904 1.32267 23.4117 1.47223 22.62 1.3484C21.9614 1.10556 21.5106 -0.373967 20.7106 0.0891906C21.4208 1.1313 21.6587 2.89387 21.5855 4.28173C23.0874 4.30425 23.9839 4.30425 25.4741 4.28173M25.9132 4.43451C26.1361 4.73363 26.1062 5.37048 26.1062 5.37048V10.8946C26.2858 11.0474 26.7099 10.9782 26.8812 10.8174C27.2854 9.70936 27.4684 9.33305 27.9074 8.82968C27.969 8.70746 28.3116 8.57077 28.2667 8.41799C28.2201 8.25878 28.0721 8.11243 28.0638 8.00629C27.2488 6.35147 27.6114 4.39431 27.648 2.48217C27.6347 2.29241 27.7561 1.99328 27.5997 1.74884C27.4684 1.54621 27.2688 1.4658 27.0775 1.39825C25.692 1.32267 23.4134 1.47223 22.6217 1.3484C21.963 1.10556 21.5123 -0.373967 20.7123 0.0891906C21.4225 1.1313 21.6603 2.89387 21.5871 4.28173C23.0891 4.30425 23.9855 4.30425 25.4758 4.28173C25.4758 4.28173 25.8068 4.28817 25.9149 4.43451M43.5851 1.7215C43.3024 1.24387 42.1597 1.39665 42.1597 1.39665C40.6595 1.60732 40.4216 -0.271043 39.3106 0.100448C39.9892 1.41594 40.7909 2.1927 40.8374 3.77355C41.3198 3.92311 41.8371 3.69957 42.2828 3.92311C42.4641 4.19811 42.4042 4.34284 42.3892 4.6677C42.3859 4.74328 42.4092 4.82852 42.3892 4.92822C42.3194 5.29328 41.9502 5.38816 41.6125 5.51039C40.3867 3.81375 38.9547 2.17179 37.7688 0.438167C37.659 0.27574 37.5392 -0.0169497 37.2981 0.0312959C37.0918 0.0731088 36.992 0.460682 36.992 0.460682C36.5596 1.52691 36.5995 1.27764 36.1987 2.54007C36.4349 5.0215 37.0436 7.71843 36.227 10.0487C36.197 10.1404 36.069 10.6309 36.1455 10.7579C36.2752 10.967 36.5712 10.9686 36.5712 10.9686L39.5418 10.9444C39.5168 10.3623 39.3788 9.70615 39.3455 8.95834C39.3339 8.73802 39.3671 8.49036 39.1792 8.29577C38.9913 8.09796 38.815 8.07384 38.5023 8.0867C38.143 8.10118 37.7837 8.22983 37.5642 7.94197C37.3879 7.70395 37.5526 7.18933 37.5526 7.18933L37.6457 5.59562C37.7904 5.31419 37.8919 5.18393 38.1447 5.2965C39.5069 7.18612 40.889 9.10951 42.2495 10.9975C43.2458 10.1162 43.6433 9.70775 44.1955 9.20761C44.0791 8.85381 42.7701 7.35176 42.3177 6.70045C42.0832 6.46887 42.183 5.97837 42.3926 5.79986C43.8912 5.22895 43.7697 3.83305 43.6633 2.51594C43.6317 2.1332 43.7431 1.99168 43.5835 1.7215M42.1581 1.39665C40.6578 1.60732 40.42 -0.271043 39.3089 0.100448C39.9875 1.41594 40.7892 2.1927 40.8358 3.77355C41.3181 3.92311 41.8354 3.69957 42.2811 3.92311C42.4624 4.19811 42.4026 4.34284 42.3876 4.6677C42.3843 4.74328 42.4075 4.82852 42.3876 4.92822C42.3177 5.29328 41.9485 5.38816 41.6109 5.51039C40.385 3.81375 38.953 2.17179 37.7671 0.438167C37.6573 0.27574 37.5376 -0.0169497 37.2964 0.0312959C37.0902 0.0731088 36.9904 0.460682 36.9904 0.460682C36.5579 1.52691 36.5979 1.27764 36.197 2.54007C36.4332 5.0215 37.0419 7.71843 36.2253 10.0487C36.1954 10.1404 36.0673 10.6309 36.1438 10.7579C36.2735 10.967 36.5696 10.9686 36.5696 10.9686L39.5401 10.9444C39.5152 10.3623 39.3771 9.70615 39.3439 8.95834C39.3322 8.73802 39.3655 8.49036 39.1775 8.29577C38.9896 8.09796 38.8133 8.07384 38.5006 8.0867C38.1413 8.10118 37.7821 8.22983 37.5625 7.94197C37.3862 7.70395 37.5509 7.18933 37.5509 7.18933L37.644 5.59562C37.7887 5.31419 37.8902 5.18393 38.143 5.2965C39.5052 7.18612 40.8873 9.10951 42.2479 10.9975C43.2442 10.1162 43.6417 9.70775 44.1939 9.20761C44.0774 8.85381 42.7685 7.35176 42.3161 6.70045C42.0816 6.46887 42.1813 5.97837 42.3909 5.79986C43.8895 5.22895 43.7681 3.83305 43.6616 2.51594C43.63 2.1332 43.7415 1.99168 43.5818 1.7215C43.299 1.24387 42.1564 1.39665 42.1564 1.39665M11.3915 10.8705C11.5678 11.0233 11.9936 10.9525 12.1632 10.7949C12.5674 9.68524 12.9732 9.21243 13.4057 8.70585C13.4755 8.58846 13.6668 8.55147 13.6735 8.39226C13.6785 8.26843 13.5421 8.21375 13.5271 8.10761C12.6789 6.45761 12.6489 4.19328 12.6872 2.28115C12.9899 0.849863 11.1952 1.61536 10.648 1.19241C9.9894 0.94957 9.86632 -0.298382 9.06464 0.164775C9.77484 1.20688 9.99938 2.77486 9.92786 4.16273C10.3021 4.62589 10.969 3.98261 11.3882 4.48758V10.8689L11.3915 10.8705ZM11.3915 10.8705C11.5678 11.0233 11.9936 10.9525 12.1632 10.7949C12.5674 9.68524 12.9732 9.21243 13.4057 8.70585C13.4755 8.58846 13.6668 8.55147 13.6735 8.39226C13.6785 8.26843 13.5421 8.21375 13.5271 8.10761C12.6789 6.45761 12.6489 4.19328 12.6872 2.28115C12.9899 0.849863 11.1952 1.61536 10.648 1.19241C9.9894 0.94957 9.86632 -0.298382 9.06464 0.164775C9.77484 1.20688 9.99938 2.77486 9.92786 4.16273C10.3021 4.62589 10.969 3.98261 11.3882 4.48758V10.8689L11.3915 10.8705ZM28.5644 5.14855L28.5478 10.9461L28.9453 10.9573C29.5956 9.92164 29.9083 8.8924 30.5287 8.23144C29.6372 6.61682 29.8484 6.24694 29.722 5.33349C29.7154 4.98612 29.6572 4.51492 30.0131 4.30586C30.1395 4.23188 30.4406 4.22866 30.5553 4.23992C30.6418 4.24635 33.1001 4.23349 33.1001 4.23349C33.5941 4.23349 33.6223 4.1965 33.8319 4.40074C34.0648 4.6291 33.94 5.237 33.94 5.237L33.9467 10.9444L34.3442 10.9557C34.9962 9.92003 35.3055 8.8908 35.9276 8.22983C35.0361 6.61521 34.928 4.44738 34.9762 2.38407C34.923 2.04957 35.0893 1.94504 34.9962 1.53495C34.9197 1.20849 34.1579 1.37574 34.1579 1.37574H31.0876L29.4859 1.29211C28.7324 1.14899 28.3116 -0.407739 27.3968 0.153518C28.3549 1.57194 28.468 2.47092 28.4447 3.32808L28.5661 5.14694L28.5644 5.14855ZM28.5644 5.14855L28.5478 10.9461L28.9453 10.9573C29.5956 9.92164 29.9083 8.8924 30.5287 8.23144C29.6372 6.61682 29.8484 6.24694 29.722 5.33349C29.7154 4.98612 29.6572 4.51492 30.0131 4.30586C30.1395 4.23188 30.4406 4.22866 30.5553 4.23992C30.6418 4.24635 33.1001 4.23349 33.1001 4.23349C33.5941 4.23349 33.6223 4.1965 33.8319 4.40074C34.0648 4.6291 33.94 5.237 33.94 5.237L33.9467 10.9444L34.3442 10.9557C34.9962 9.92003 35.3055 8.8908 35.9276 8.22983C35.0361 6.61521 34.928 4.44738 34.9762 2.38407C34.923 2.04957 35.0893 1.94504 34.9962 1.53495C34.9197 1.20849 34.1579 1.37574 34.1579 1.37574H31.0876L29.4859 1.29211C28.7324 1.14899 28.3116 -0.407739 27.3968 0.153518C28.3549 1.57194 28.468 2.47092 28.4447 3.32808L28.5661 5.14694L28.5644 5.14855Z' fill='black'/%3E%3C/svg%3E%0A");
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .yedioth-plus-logo {
  background-size: contain;
  position: relative;
  bottom: 5.15625vw;
  display: block;
  width: 32.8125vw;
  height: 10.3125vw;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='128' height='40' viewBox='0 0 128 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20C0 8.95431 8.95431 0 20 0H108C119.046 0 128 8.95431 128 20C128 31.0457 119.046 40 108 40H20C8.95431 40 0 31.0457 0 20Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.794 36C28.5402 36 35.6291 28.8364 35.6291 20C35.6291 11.1636 28.5402 4 19.794 4C11.0479 4 3.95898 11.1636 3.95898 20C3.95898 28.8364 11.0479 36 19.794 36Z' fill='black'/%3E%3Cpath d='M22.0562 10.8571V29.1428H17.5319V10.8571H22.0562Z' fill='white'/%3E%3Cpath d='M28.8426 17.7142V22.2857H10.7454V17.7142H28.8426Z' fill='white'/%3E%3Cpath d='M106.164 12.3724C106.164 12.3724 98.8658 12.5076 97.363 12.2195H97.3753C96.3409 12.0209 95.7565 11.7913 94.8335 11.4286L94.6469 11.3553C94.2256 11.1927 93.8843 10.8601 93.5639 10.5478C93.0271 10.0246 92.5488 9.55835 91.8506 10.0443C93.3411 12.049 93.9694 14.6828 94.1049 17.1755L103.282 17.1931V30.0974H104.52C105.056 27.8634 105.906 25.6353 107.125 23.7246C106.177 21.8493 105.665 19.2508 105.296 17.1167H106.83L106.164 12.3724Z' fill='white'/%3E%3Cpath d='M81.2688 11.9344C80.7021 11.8658 80.1362 11.7972 79.6491 11.6246L79.6553 11.6422C79.321 11.4721 79.0087 11.2459 78.6954 11.0191C78.0562 10.5562 77.4128 10.0902 76.5696 10.0902C77.6844 12.2537 78.4296 14.9403 77.8568 17.3625C79.0394 17.4565 81.4291 17.3742 81.4291 17.3742C81.4484 17.3355 81.4974 17.8057 81.5735 18.5353C81.7399 20.1318 82.0357 22.9702 82.433 24.4348C81.2226 24.3317 80.376 24.3896 79.6223 24.4411C78.8726 24.4924 78.2149 24.5374 77.3826 24.4113C76.0584 20.9192 75.2146 17.192 75.5841 13.0238C75.477 12.0522 74.588 12.0731 73.767 12.0925C73.5497 12.0976 73.3371 12.1026 73.1451 12.089C72.1678 12.1532 71.3419 11.6521 70.5474 11.17C69.7395 10.6799 68.9641 10.2094 68.0947 10.3724C69.7884 12.3124 70.2257 14.7346 70.2257 17.3566L73.4223 17.3683C73.4223 17.3683 74.6603 22.1714 74.4262 24.3408C74.0429 24.4865 73.9043 24.4717 73.6329 24.4428C73.4115 24.4191 73.1017 24.3861 72.4984 24.4231C72.2028 24.3761 71.8763 24.4525 71.5684 24.6524C71.5281 24.678 71.4921 24.6984 71.4593 24.7169C71.3268 24.7919 71.2459 24.8376 71.1373 25.0874C70.732 26.0214 70.5258 26.7592 70.2609 27.7073C70.0789 28.3585 69.8692 29.1089 69.5482 30.0904H82.5562C82.8609 29.4405 83.1888 28.8399 83.5062 28.2587C84.3112 26.7841 85.0484 25.4338 85.1677 23.7176C83.7141 20.5841 83.3754 16.7628 84.0529 13.1767C83.5358 12.2091 82.4006 12.0715 81.2688 11.9344Z' fill='white'/%3E%3Cpath d='M63.069 11.7557C63.5998 12.3519 64.433 12.3984 65.2398 12.4435C66.1832 12.4963 67.0905 12.547 67.4358 13.4723C67.2017 17.3877 67.7068 21.0092 68.9263 24.3366C68.72 24.7041 68.5191 25.0401 68.3239 25.3665C67.5575 26.6482 66.8793 27.7824 66.3148 30.0921H65.2616L65.2739 17.5112C65.2739 17.5112 63.7465 17.47 62.2498 17.5112C62.6522 14.0875 61.072 11.6654 60.2494 10.4046C60.2033 10.334 60.1596 10.267 60.1187 10.2036C61.0694 9.98046 61.5643 10.4859 62.061 10.9931C62.3623 11.3008 62.6642 11.6092 63.069 11.7557Z' fill='white'/%3E%3Cpath d='M89.488 12.4435C88.6813 12.3984 87.8481 12.3519 87.3172 11.7557H87.3234C87.1088 11.6401 86.8953 11.4239 86.661 11.1867C86.1088 10.6276 85.4414 9.95184 84.3732 10.2036C84.414 10.267 84.4578 10.334 84.5039 10.4046C85.3264 11.6654 86.9067 14.0875 86.5042 17.5112C87.927 17.5876 89.5284 17.5112 89.5284 17.5112L89.5407 23.9545H90.4276C90.9848 21.6496 91.8175 20.7407 92.7039 19.7732C92.9344 19.5216 93.1686 19.266 93.4024 18.9809C92.0721 16.6352 91.684 13.4723 91.684 13.4723C91.3387 12.547 90.4315 12.4963 89.488 12.4435Z' fill='white'/%3E%3Cpath d='M110.038 11.7558C110.569 12.3519 111.402 12.3985 112.209 12.4436C113.153 12.4963 114.06 12.547 114.405 13.4724C114.405 13.4724 114.793 16.6353 116.123 18.981C115.926 19.2221 115.732 19.4422 115.543 19.6565C114.651 20.6702 113.87 21.5574 113.29 23.9546H112.286L112.299 17.5112C112.299 17.5112 110.599 17.4701 109.225 17.5112C109.628 14.0876 108.047 11.6655 107.225 10.4047C107.179 10.3341 107.135 10.267 107.094 10.2037C108.078 9.97275 108.597 10.4978 109.113 11.0201C109.398 11.3088 109.683 11.5967 110.044 11.7558H110.038Z' fill='white'/%3E%3Cpath d='M49.8515 17.6864H56.5588L56.5834 30.1615L58.2217 30.138C58.7646 27.9166 59.4124 26.8659 60.1429 25.681C60.3655 25.32 60.5958 24.9465 60.8332 24.5236C59.6137 21.1902 59.1271 17.4924 59.3673 13.5829C59.3503 13.5524 59.3336 13.5224 59.3171 13.4928C58.9989 12.9218 58.7683 12.508 58.3819 12.4129C57.0737 12.3601 55.732 12.3854 54.3967 12.4107C51.721 12.4612 49.0707 12.5113 46.7658 11.9309C46.3154 11.9047 45.9021 11.4505 45.5094 11.0189C44.9302 10.3823 44.3958 9.79479 43.8526 10.7022C45.109 12.7716 45.4909 15.0408 45.5586 17.6276C46.0698 17.5629 46.6981 17.5159 47.0307 17.6746C46.0821 19.55 46.5071 22.9774 47.0307 24.6764C47.0307 24.6764 44.4438 24.6235 44.3268 24.6706C43.6185 26.3872 42.2266 30.091 42.2266 30.091H48.5828L48.8661 29.7676C49.0126 29.232 49.2177 28.6913 49.4249 28.145C50.1319 26.2808 50.8634 24.3521 49.3773 22.3425C48.7367 20.7963 48.4596 18.7211 49.8515 17.6864Z' fill='white'/%3E%3C/svg%3E%0A");
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .title {
  color: #000;
  text-align: center;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 670;
  line-height: 6.875vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .subtitle {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5.15625vw;
  margin-top: 2.65625vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .subtitle .bold {
  font-weight: bold;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .subtitle br {
  display: block;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container {
  margin-top: 3.90625vw;
  justify-content: center;
  display: flex;
  gap: 2.65625vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box {
  width: 43.59375vw;
  height: 48.59375vw;
  border-radius: 2.5vw;
  position: relative;
  box-shadow: 0px 0px 2.5vw 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.90625vw 2.65625vw 2.65625vw 2.65625vw;
  box-sizing: border-box;
  justify-content: space-between;
  text-decoration: none;
  color: initial;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box.selected {
  border: 0.3125vw solid #2261D0;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box.yearly-plan .plan-promo-text {
  visibility: hidden;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-title {
  color: #000;
  text-align: center;
  font-size: 0.93rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.6875vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-price {
  color: #000;
  text-align: center;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 670;
  line-height: 8.90625vw;
  margin-top: 2.65625vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-price-frequency {
  color: #78787B;
  text-align: center;
  font-size: 0.81rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.375vw;
  margin-top: 1.25vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-promo-text {
  color: #2261D0;
  text-align: center;
  font-size: 0.938rem;
  font-style: normal;
  font-weight: 670;
  line-height: 4.6875vw;
  margin-top: 3.90625vw;
  flex-grow: 1;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-button {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 670;
  line-height: 5.625vw;
  display: flex;
  width: 100%;
  height: 8.90625vw;
  font-size: 1rem;
  border: none;
  justify-content: center;
  align-items: center;
  background-color: #2261D0;
  border-radius: 1.25vw;
  text-decoration: none;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .cancel-text {
  margin-top: 2.65625vw;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: normal;
  line-height: 4.6875vw;
  text-decoration: none;
  margin-bottom: 3.90625vw;
  text-align: center;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .cancel-text a {
  color: #2261D0;
  text-decoration: underline;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .cancel-text br {
  display: block;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .login {
  display: flex;
  justify-content: center;
  padding-top: 3.90625vw;
  color: #000;
  border-top: 1px solid #C5C5C5;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .login a {
  color: #2261D0;
  line-height: 1.8;
  font-weight: 500;
  text-decoration: underline;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users {
  margin-top: 2.65625vw;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 6.09375vw;
  color: #000;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users > div:first-child {
  display: flex;
  gap: 1.5625vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users .newspaper-register-text {
  color: #2261D0;
  cursor: pointer;
  line-height: 5.625vw;
  font-weight: 500;
  border-bottom: 0.3125vw solid #2261D0;
  line-height: 4.53125vw;
  text-decoration: none;
  margin-top: 0.9375vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users .yedioth-label {
  width: 26.5625vw;
  height: 6.09375vw;
  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.72583 14.624C4.71516 14.24 4.7685 13.8933 4.88583 13.584C5.01383 13.2747 5.16316 13.0133 5.33383 12.8C5.51516 12.576 5.74983 12.3147 6.03783 12.016C6.4325 11.6107 6.7205 11.2693 6.90183 10.992C7.08316 10.7147 7.17383 10.384 7.17383 10C7.1845 9.44533 6.99783 9.01867 6.61383 8.72C6.24049 8.42133 5.68049 8.272 4.93383 8.272C4.56049 8.272 4.17116 8.336 3.76583 8.464C3.37116 8.58133 3.05116 8.71467 2.80583 8.864L2.77383 7.616C3.13649 7.43467 3.55249 7.29067 4.02183 7.184C4.49116 7.07733 4.9765 7.024 5.47783 7.024C6.49116 7.024 7.30183 7.248 7.90983 7.696C8.5285 8.13333 8.84316 8.79467 8.85383 9.68C8.85383 10.0853 8.7845 10.4533 8.64583 10.784C8.50716 11.1147 8.34183 11.3973 8.14983 11.632C7.95783 11.8667 7.68583 12.16 7.33383 12.512C6.91783 12.9173 6.60316 13.2747 6.38983 13.584C6.18716 13.8827 6.08583 14.2293 6.08583 14.624H4.72583ZM4.51783 16.064H6.45383V18H4.51783V16.064Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.8923 7.7396C84.7168 8.02591 85.9446 7.79335 86.3857 8.59852C86.0023 10.584 86.194 12.6957 87.0196 14.4311C86.9232 15.7551 86.1516 16.6864 85.5424 17.9556H78.1763C78.6244 16.6228 78.6879 16.0601 79.0772 15.1869C79.1537 15.0146 79.2066 15.0179 79.3207 14.9444C79.4971 14.8347 79.6817 14.7909 79.8476 14.8183C80.6085 14.7711 80.5427 14.9192 80.9378 14.7711C81.0731 13.5721 80.3698 10.9142 80.3698 10.9142L78.5597 10.9065C78.5597 9.45744 78.3104 8.11586 77.3506 7.04193C78.3292 6.86313 79.096 8.06211 80.2098 7.99081C80.7273 8.02591 81.5142 7.82955 81.5906 8.50967C81.3789 10.8177 81.8588 12.8778 82.6068 14.8095C83.5512 14.9499 84.0993 14.7075 85.4683 14.8227C85.1413 13.6413 84.9355 10.8473 84.8991 10.9142C84.8991 10.9142 83.5477 10.9603 82.8761 10.9065C83.2019 9.56494 82.7797 8.07966 82.1469 6.88068C82.8561 6.88068 83.3172 7.45329 83.8923 7.7396Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.9247 8.06741C94.7763 8.22757 98.9068 8.15188 98.9068 8.15188L99.2844 10.7758H98.414C98.6257 11.9561 98.9127 13.3932 99.449 14.4309C98.7586 15.4873 98.28 16.7213 97.9718 17.9554H97.2708L97.2685 10.8175L92.0735 10.8076C91.997 9.42983 91.6419 7.97307 90.7986 6.86295C91.4313 6.43403 91.7442 7.3478 92.3816 7.58913C92.9685 7.81291 93.3026 7.95003 93.9247 8.06741Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.3341 8.34225L58.5058 8.59345C58.4494 10.4539 58.9281 12.1147 56.7616 13.0811L59.3538 16.5431L57.1768 18.25C55.642 16.3347 52.0618 12.7071 52.0618 12.7071L51.6502 14.9832L53.6343 15.0238L53.8589 17.956C53.8589 17.956 50.4834 17.956 50.4117 17.9407L50.22 17.7794C50.968 15.1851 50.7951 12.6544 50.4117 9.97014L51.5055 7.48333H51.7925L56.2041 12.6829C56.5887 12.9144 56.9145 12.3242 57.1262 12.0741C57.2791 11.7165 57.298 11.3304 56.8569 11.1691L55.2844 11.0803C55.2268 9.77378 54.8234 8.59345 53.8072 7.64458L53.9025 7.39447C55.0351 8.48595 56.7993 8.14589 58.3341 8.34225Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.2173 8.18463C29.043 7.84457 28.8454 8.59489 28.8101 9.04355C28.8795 10.1745 29.6875 14.4428 29.7722 15.1767C29.8004 15.4147 28.4984 17.9344 28.4984 17.9344L24.8994 17.9322C24.8994 17.9322 25.858 16.1837 26.1838 15.2534C26.2544 15.2567 27.8316 15.2567 27.8316 15.2567V11.0115C25.4158 11.3044 26.299 9.65127 25.8192 8.77479C25.6863 8.13088 24.9947 7.57582 24.9947 6.9681C26.2226 7.0032 26.8177 8.50604 28.2173 8.18463Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.5049 7.81134C75.1577 8.52766 76.6149 7.81134 76.9795 8.76021C76.8455 10.9245 77.1324 12.9287 77.8228 14.7716C77.2477 15.7731 76.7455 16.3523 76.3456 17.956H75.7493L75.7564 10.9958C75.7564 10.9958 74.8942 10.9728 74.0439 10.9958C74.285 8.99496 73.2747 7.61169 72.836 6.95242C73.6993 6.75606 73.9004 7.59634 74.5049 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.2268 10.9523C43.3221 12.3312 43.6526 13.5521 44.116 14.7862C43.5409 15.7877 43.0375 16.3417 42.6388 17.9454H42.1777C41.545 14.2959 42.8728 10.2141 40.6476 7.18974C41.9907 6.67088 42.086 8.46002 43.3139 8.20992H48.4642C48.4642 8.20992 48.7053 8.26257 48.8252 8.35033C48.9675 8.45673 49.0252 8.58398 49.0769 8.71671C48.9417 10.8821 49.2298 12.929 49.9202 14.7708C49.3451 15.7735 48.8417 16.221 48.443 17.9433H47.7114L47.7185 10.9655H43.4103L43.2268 10.9523Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.2367 7.81134C88.8883 8.52766 90.3467 7.81134 90.7113 8.76021C90.7113 8.76021 90.9324 10.5099 91.6828 11.8087C91.0406 12.5722 90.3949 12.955 89.9962 14.5587H89.494L89.4881 10.9958C89.4881 10.9958 88.5813 11.0364 87.7756 10.9958C88.0168 8.99496 87.0065 7.61169 86.5678 6.95242C87.431 6.75606 87.8286 7.59634 88.2367 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M101.1 7.81139C101.752 8.5277 103.21 7.81139 103.574 8.76026C103.574 8.76026 103.795 10.5099 104.546 11.8087C103.904 12.5722 103.34 12.955 102.941 14.5588H102.372L102.378 10.9959C102.378 10.9959 101.415 10.9728 100.64 10.9959C100.88 8.99501 99.8706 7.61174 99.4307 6.95247C100.294 6.75611 100.526 7.56457 101.1 7.81139Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.7986 10.9956C31.7986 10.9956 31.0894 10.989 30.3167 10.9956C30.5566 8.99476 29.5475 7.61149 29.1088 6.95222C29.9721 6.75586 30.3379 7.64988 30.7778 7.8243C31.7916 8.37168 32.8877 7.81114 33.2523 8.76001C33.1183 10.9243 33.4052 12.9285 34.0956 14.7714C33.5205 15.7729 32.7466 16.3521 32.3467 17.9558H31.8045L31.7986 10.9956Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0133 11.0106C23.0133 11.0106 22.0054 11.0051 21.4091 11.0106C21.649 9.00973 20.6387 7.62646 20.2 6.96719C21.0633 6.77083 21.3385 7.50031 21.869 7.8272C22.5217 8.54242 23.9789 7.8272 24.3435 8.77498C24.2095 10.9404 24.4788 12.9533 25.1692 14.7962C24.5929 15.7977 24.0366 16.3769 23.6367 17.9807H23.0145L23.0133 11.0106Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6127 11.0627H14.7715C13.9847 11.6353 14.1399 12.944 14.5022 13.7996C15.5913 15.2388 14.5798 16.4477 14.2152 17.7541L14.054 17.9329H10.4551L11.6442 15.0874L13.1743 15.0918C12.8779 14.1495 12.638 12.0949 13.1755 11.0572C12.9861 10.9694 12.6086 10.9376 12.3204 10.9727C12.2816 9.54229 12.0852 8.34331 11.376 7.19808C11.8935 6.35672 12.3922 7.842 13.0261 7.8782C15.0408 8.30821 17.3508 8.13269 19.7254 8.18425C19.9559 8.238 20.1229 8.38829 20.2593 8.80294C20.1253 10.9672 20.4193 12.9857 21.1097 14.8285C20.5346 15.8301 20.0323 16.4093 19.6325 18.0119H18.6092L18.6127 11.0627Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.6175 8.75618C40.4834 10.9205 40.7845 12.9246 41.4749 14.7675C40.8998 15.769 40.3976 16.3482 39.9989 17.952H39.2803L39.272 10.9907L34.3628 10.9885C34.4581 9.64691 34.2417 8.26583 33.3784 7.29941C33.4549 7.0142 33.9924 7.12061 34.2029 7.21056C34.8215 7.80621 35.2579 7.94442 35.853 8.15833H39.9965C40.2647 8.24828 40.4705 8.45122 40.6175 8.75618Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.8238 11.0937H67.0214C66.2357 11.6663 66.3898 12.8137 66.7532 13.6705C67.8412 15.1086 66.8297 16.471 66.4651 17.7764L66.304 17.9563H62.7062C62.7062 17.9563 63.4918 15.9061 63.8952 14.9583C63.9611 14.9331 65.4254 14.9616 65.4254 14.9616C65.129 14.0204 64.8891 12.1259 65.4266 11.0893C65.2372 11.0004 64.8797 11.0268 64.5927 11.0619C64.5539 9.63144 64.3363 8.37432 63.6259 7.2291C64.1446 6.38773 64.6433 7.87301 65.276 7.90921C67.2331 8.39187 69.6277 8.08802 71.853 8.17687C72.0835 8.23172 72.2164 8.48402 72.4093 8.82408C72.2752 10.9884 72.5504 13.0331 73.2408 14.876C72.6645 15.8775 72.1623 16.3799 71.7636 17.9837L70.838 17.9969L70.8238 11.0937Z' fill='black'/%3E%3C/svg%3E%0A");
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users .yedioth-plus-label,
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-print .yedioth-plus-label {
  width: 10.46875vw;
  height: 3.90625vw;
  position: relative;
  margin-left: 0.46875vw;
  top: 0.78125vw;
  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");
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-print {
  font-size: 4.0625vw;
  font-style: normal;
  font-weight: 310;
  line-height: 1.375;
  color: #000;
  margin: 9.6875vw auto 3.90625vw auto;
  max-width: 100%;
  text-align: center;
  border-radius: 1.5625vw;
  border: 1px solid #2261D0;
  background-color: #EFEFEF;
  box-shadow: 0 0 1.5625vw 0 rgba(0, 0, 0, 0.2);
  padding: 1.5625vw 0;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-print .line {
  display: contents;
  align-items: baseline;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-print .line2 {
  padding-right: 0.78125vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-print .newspaper-week-text {
  display: inline-block;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-print .yedioth-plus-label {
  top: 0.78125vw !important;
  background-position: center;
  margin-right: 0.46875vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-print .yedioth-label {
  width: 5.8rem;
  height: 0.7rem;
  position: relative;
  top: 1px;
  margin-left: 0.3125vw;
  margin-right: 0.23438vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  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");
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-print .newspaper_terms {
  color: #2261D0;
  -webkit-text-fill-color: #2261D0;
  margin-right: 0.46875vw;
  cursor: pointer;
  font-weight: 500;
  line-height: 3.4375vw;
  padding-right: 0.3125vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer {
  margin-top: 9.0625vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  align-items: center;
  margin-bottom: 6.09375vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-links {
  margin-top: 1.25vw;
  color: #000;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: bold;
  line-height: 4.84375vw;
  margin-bottom: 0;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-links ul {
  list-style: none;
  display: flex;
  gap: 0.46875vw;
  padding: 0;
  margin-top: 0;
  line-height: 4.84375vw;
  margin-bottom: 0;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-links ul a {
  color: #000;
  text-decoration: none;
  -webkiqt-text-fill-color: #000;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-terms-text {
  color: #000;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: normal;
  line-height: 4.84375vw;
  text-align: center;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-terms-text a {
  color: #000;
  -webkit-text-fill-color: #000;
  text-decoration: underline;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp:has(.newspaper-print) .footer {
  margin-top: 0 !important;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .mContainer  .paywall-plans-app {
    padding: 0;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen {
    padding-top: 0 !important;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen .inner-container::before {
    display: none;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    justify-content: center;
    background-color: transparent;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container {
    margin-top: 4.48588vw;
    background-color: #fff;
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30.9825vw !important;
    padding-bottom: 12.58664vw !important;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container::before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    display: block;
    right: 0;
    height: 0.77456vw;
    width: 100%;
    background-color: #DE1A1A;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .yedioth-plus-logo {
    position: relative;
    display: block;
    width: 16.94355vw;
    height: 5.42194vw;
    margin: 0 auto;
    top: -3.00143vw;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .title {
    color: #000;
    text-align: center;
    font-size: 2.936211525rem;
    font-style: normal;
    font-weight: 600;
    line-height: 5.98117vw;
    margin-top: 2.90461vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .subtitle {
    color: #000;
    text-align: center;
    font-size: 1.196234325rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.48588vw;
    margin-top: 3.29189vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .subtitle .bold {
    font-weight: bold;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .subtitle br:nth-of-type(1) {
    display: contents;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .yedioth-label {
    width: 17.80758vw;
    height: 2.17497vw;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container {
    margin-top: 4.35691vw;
    justify-content: center;
    display: flex;
    gap: 2.03904vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box {
    width: 36vw;
    height: 36vw;
    border-radius: 1.35938vw;
    position: relative;
    border: 0.27187vw solid #C5C5C5;
    padding: 3.39839vw 2.71871vw 2.71871vw 2.71871vw;
    box-sizing: border-box;
    box-shadow: none;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box.yearly-plan .plan-promo-text {
    visibility: hidden;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-title {
    color: #000;
    text-align: center;
    font-size: 1.08748575rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.12652vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-price {
    color: #000;
    text-align: center;
    font-size: 2.718714375rem;
    font-style: normal;
    font-weight: 670;
    line-height: 8.15614vw;
    margin-top: 1.35938vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-price .currency-symbol {
    font-size: 1.91397492rem;
    font-weight: 200;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-price-frequency {
    color: #78787B;
    text-align: center;
    font-size: 0.761240025rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.31091vw;
    margin-top: 0.67968vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-promo-text {
    color: #2261D0;
    text-align: center;
    font-size: 0.8700028rem;
    font-style: normal;
    font-weight: 670;
    line-height: 2.44684vw;
    margin-top: 2.71871vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-button {
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 670;
    line-height: 4.89376vw;
    display: flex;
    width: 100%;
    height: 5.43751vw;
    font-size: 0.8700028rem;
    line-height: 2.17497vw;
    border: none;
    margin-top: 1.35938vw;
    justify-content: center;
    align-items: center;
    background-color: #2261D0;
    border-radius: 0.67968vw;
    text-decoration: none;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .cancel-text {
    margin-top: 2.03919vw;
    font-size: 0.706869735rem;
    font-style: normal;
    font-weight: normal;
    line-height: 2.17497vw;
    text-decoration: none;
    margin-bottom: 4.07823vw;
    text-align: center;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .cancel-text a {
    color: #2261D0;
    text-decoration: underline;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .cancel-text br {
    display: contents;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .login {
    display: flex;
    justify-content: center;
    color: #000;
    font-size: 0.8700028rem;
    font-style: normal;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 0;
    border-top: none;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .login a {
    color: #2261D0;
    line-height: 3.2625vw;
    font-weight: 500;
    text-decoration: underline;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users {
    font-size: 0.8700028rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.2625vw;
    color: #000;
    display: flex;
    margin-top: 0;
    justify-content: center;
    flex-direction: row;
    align-items: baseline;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users > div:first-child {
    display: flex;
    gap: 0.54375vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users .yedioth-plus-label {
    width: 6.77742vw;
    background-repeat: no-repeat;
    height: 2.22687vw;
    margin: 0 0.29046vw;
    display: inline-block;
    background-size: contain;
    position: relative;
    top: 0.19364vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users .newspaper-register-text {
    color: #2261D0;
    cursor: pointer;
    line-height: 2.96735vw;
    font-weight: 500;
    border-bottom: 0.8700028px solid #2261D0;
    line-height: 2.17497vw;
    text-decoration: none;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users .yedioth-label {
    width: 14.27325vw;
    height: 3.2625vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-print {
    font-size: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 9.6875vw 2% 0 2%;
    width: 96%;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-print .line {
    display: inline-flex;
    align-items: baseline;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-print .line2 {
    display: inline-flex;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-print .newspaper-week-text {
    display: inline-block;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-print .yedioth-plus-label {
    width: 7.175vw !important;
    height: 2.925vw !important;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-print .yedioth-label {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
    width: 6rem !important;
    top: 0.125rem;
    height: 1rem !important;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-print .newspaper_terms {
    line-height: unset !important;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer {
    margin-top: 4.07823vw;
    display: flex;
    padding-top: 0;
    flex-direction: column;
    border-top: 0.8700028px solid #C5C5C5;
    align-items: center;
    margin: auto;
    margin-top: 4.84102vw;
    width: 80%;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-links {
    color: #000;
    text-align: right;
    font-size: 0.7600000225rem;
    font-style: normal;
    font-weight: bold;
    line-height: 4.21401vw;
    margin-bottom: 0;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-links ul {
    list-style: none;
    display: flex;
    gap: 0.40781vw;
    padding: 0;
    margin-top: 0.9682vw;
    line-height: 4.21401vw;
    margin-bottom: 0;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-links ul a {
    color: #000;
    -webkiqt-text-fill-color: #000;
    text-decoration: none;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-terms-text {
    color: #000;
    font-size: 0.7600000225rem;
    width: 100%;
    line-height: 2.58278vw;
    font-style: normal;
    font-weight: normal;
    text-align: center;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-terms-text a {
    color: #000;
    -webkit-text-fill-color: #000;
    text-decoration: underline;
  }
}
@media (prefers-color-scheme: dark) {
  .ynet:has(.paywall-plans-app) {
    background-color: transparent;
  }
  .PremiumPaywallPlansApp {
    background-color: #fff;
  }
  .PremiumPaywallPlansApp .title,
  .PremiumPaywallPlansApp .subtitle,
  .PremiumPaywallPlansApp .plans-container .plan-box .plan-title,
  .PremiumPaywallPlansApp .plans-container .plan-box .plan-price {
    color: #000;
    -webkit-text-fill-color: #000;
  }
  .PremiumPaywallPlansApp .plans-container .plan-box .plan-price-frequency {
    color: #78787B;
    -webkit-text-fill-color: #78787B;
  }
  .PremiumPaywallPlansApp .plans-container .plan-box .plan-promo-text {
    color: #2261D0;
    -webkit-text-fill-color: #2261D0;
  }
  .PremiumPaywallPlansApp .cancel-text,
  .PremiumPaywallPlansApp .login,
  .PremiumPaywallPlansApp .newspaper-users,
  .PremiumPaywallPlansApp .newspaper-print,
  .PremiumPaywallPlansApp .footer .footer-links,
  .PremiumPaywallPlansApp .footer .footer-terms-text {
    color: #000;
    -webkit-text-fill-color: #000;
  }
  .PremiumPaywallPlansApp .cancel-text a,
  .PremiumPaywallPlansApp .login a,
  .PremiumPaywallPlansApp .newspaper-register-text,
  .PremiumPaywallPlansApp .footer a,
  .PremiumPaywallPlansApp .login button {
    color: #2261D0;
    -webkit-text-fill-color: #2261D0;
    text-decoration: underline;
  }
  .PremiumPaywallPlansApp .plan-box.selected {
    border-color: #2261D0;
  }
  .PremiumPaywallPlansApp .plan-box {
    background-color: #fff;
    box-shadow: 0px 0px 2.5vw 0px rgba(0, 0, 0, 0.2);
  }
  .PremiumPaywallPlansApp .login {
    border-top: 1px solid #C5C5C5;
  }
  .PremiumPaywallPlansApp .footer .footer-links a,
  .PremiumPaywallPlansApp .footer .footer-terms-text a {
    color: #000;
    -webkit-text-fill-color: #000;
  }
}
@media (min-width: 420px) {
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp.updatedUser .inner-container {
    margin-top: 39.0625vw !important;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container {
    margin-top: 10.625vw !important;
  }
}
@media (max-width: 375px) {
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen .footer {
    margin-top: 15.625vw !important;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp.updatedUser .inner-container {
    margin-top: 35.9375vw !important;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .title {
    font-size: 1.5rem;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .subtitle {
    font-size: 1rem;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box {
    height: 46.875vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-title {
    font-size: 0.837rem;
    line-height: 4.21875vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-price {
    font-size: 1.9125rem;
    line-height: 8.01563vw;
    margin-top: 2.39063vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-price-frequency {
    font-size: 0.729rem;
    line-height: 3.9375vw;
    margin-top: 1.125vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-promo-text {
    font-size: 0.8442rem;
    line-height: 4.21875vw;
    margin-top: 2.73438vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-button {
    width: 100%;
    height: 9.42187vw;
    font-size: 0.9rem;
    line-height: 5.0625vw;
    border-radius: 1.125vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .cancel-text {
    font-size: 0.65853rem;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .login {
    font-size: 0.81rem;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users {
    font-size: 0.81rem;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users .newspaper-register-text {
    margin-top: 0;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer {
    margin-top: 4.6875vw;
  }
  .full-screen .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer {
    margin-top: 7.8125vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-links {
    font-size: 0.70875rem;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-terms-text {
    font-size: 0.65853rem;
  }
}
.paywall-revalidate-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paywall-revalidate-overlay .paywall-revalidate-modal {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 0.625vw 5vw rgba(0, 0, 0, 0.18);
  width: 100%;
  max-width: 95vw;
  padding: 8.90625vw 3.90625vw 21.25vw 3.90625vw;
  position: relative;
  direction: rtl;
  box-sizing: border-box;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .close-button {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7096 8.69206C23.0967 8.30498 23.0967 7.67739 22.7096 7.29031C22.3225 6.90323 21.6949 6.90323 21.3078 7.29031L14.9999 13.5983L8.69206 7.29046C8.30498 6.90338 7.67739 6.90338 7.29031 7.29046C6.90323 7.67754 6.90323 8.30513 7.29031 8.69221L13.5981 15L7.29036 21.3078C6.90328 21.6949 6.90328 22.3225 7.29036 22.7095C7.67744 23.0966 8.30502 23.0966 8.69211 22.7095L14.9999 16.4018L21.3078 22.7097C21.6949 23.0968 22.3225 23.0968 22.7095 22.7097C23.0966 22.3226 23.0966 21.695 22.7095 21.3079L16.4016 15L22.7096 8.69206Z' fill='black'/%3E%3C/svg%3E%0A");
  top: 2.5vw;
  right: 2.5vw;
  width: 7.65625vw;
  height: 7.65625vw;
  border: none;
  color: #888;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 1;
  line-height: 1;
  background-color: #fff;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .close-button:hover {
  color: #222;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .ynet-logo {
  width: 24.84375vw;
  height: 7.65625vw;
  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.21998C80.9529 9.21998 75.4219 9.32244 74.2831 9.10414H74.2924C73.5085 8.95365 73.0656 8.77962 72.3662 8.50476L72.2248 8.44923C71.9055 8.32601 71.6469 8.07394 71.4041 7.83728C70.9973 7.44076 70.6348 7.08747 70.1057 7.45574C71.2353 8.97494 71.7113 10.9708 71.814 12.8598L78.7685 12.8732V22.6522H79.7067C80.1127 20.9593 80.7568 19.2708 81.681 17.8229C80.9622 16.4017 80.5748 14.4325 80.2948 12.8153H81.4569L80.9529 9.21998Z' fill='white'/%3E%3Cpath d='M62.0867 8.88809C61.6572 8.83606 61.2284 8.78411 60.8593 8.6533L60.8639 8.66666C60.6106 8.53771 60.374 8.36634 60.1366 8.19441C59.6522 7.84363 59.1645 7.49051 58.5256 7.49051C59.3704 9.13 59.9351 11.166 59.5011 13.0015C60.3972 13.0728 62.2082 13.0104 62.2082 13.0104C62.2228 12.9811 62.26 13.3374 62.3176 13.8903C62.4437 15.1002 62.6679 17.2511 62.969 18.361C62.0517 18.2829 61.4101 18.3268 60.839 18.3658C60.2709 18.4047 59.7724 18.4388 59.1417 18.3432C58.1382 15.6969 57.4987 12.8723 57.7788 9.71363C57.6976 8.97734 57.0239 8.9932 56.4017 9.00784C56.237 9.01172 56.076 9.01551 55.9305 9.00525C55.1898 9.05385 54.564 8.67413 53.9618 8.3088C53.3497 7.93738 52.762 7.58082 52.1032 7.70435C53.3867 9.17455 53.7181 11.0101 53.7181 12.9971L56.1405 13.006C56.1405 13.006 57.0787 16.6458 56.9013 18.2898C56.6108 18.4002 56.5058 18.389 56.3001 18.367C56.1323 18.3492 55.8975 18.3241 55.4404 18.3521C55.2163 18.3165 54.969 18.3744 54.7356 18.5259C54.705 18.5453 54.6778 18.5607 54.653 18.5748C54.5525 18.6316 54.4912 18.6663 54.4089 18.8556C54.1018 19.5634 53.9455 20.1225 53.7448 20.841C53.6069 21.3344 53.4479 21.9031 53.2047 22.6469H63.0623C63.2932 22.1544 63.5417 21.6993 63.7822 21.2588C64.3923 20.1414 64.9509 19.1181 65.0413 17.8175C63.9398 15.4429 63.6831 12.5471 64.1965 9.82946C63.8046 9.0962 62.9444 8.99199 62.0867 8.88809Z' fill='white'/%3E%3Cpath d='M48.2946 8.75263C48.6969 9.20442 49.3283 9.23971 49.9397 9.27388C50.6546 9.31384 51.3422 9.35227 51.6038 10.0535C51.4265 13.0207 51.8092 15.765 52.7334 18.2866C52.5771 18.5651 52.4248 18.8197 52.2769 19.0671C51.6961 20.0383 51.1821 20.8978 50.7544 22.6482H49.9562L49.9656 13.1142C49.9656 13.1142 48.8081 13.083 47.6739 13.1142C47.9788 10.5197 46.7813 8.68422 46.1579 7.7288C46.123 7.67525 46.0899 7.62447 46.0589 7.57648C46.7793 7.40734 47.1544 7.7904 47.5307 8.17471C47.7591 8.40792 47.9879 8.64159 48.2946 8.75263Z' fill='white'/%3E%3Cpath d='M68.3153 9.27388C67.704 9.23971 67.0726 9.20442 66.6703 8.75263H66.6749C66.5123 8.66506 66.3505 8.50122 66.173 8.32148C65.7545 7.89773 65.2487 7.38565 64.4392 7.57648C64.4702 7.62447 64.5033 7.67524 64.5383 7.72878C65.1616 8.6842 66.3591 10.5197 66.0542 13.1142C67.1324 13.1721 68.3459 13.1142 68.3459 13.1142L68.3552 17.9971H69.0273C69.4496 16.2504 70.0806 15.5616 70.7524 14.8284C70.9271 14.6377 71.1045 14.4441 71.2817 14.228C70.2735 12.4504 69.9795 10.0535 69.9795 10.0535C69.7178 9.35227 69.0303 9.31384 68.3153 9.27388Z' fill='white'/%3E%3Cpath d='M83.8886 8.75269C84.2909 9.20447 84.9223 9.23976 85.5336 9.27393C86.2486 9.31389 86.9361 9.35232 87.1978 10.0536C87.1978 10.0536 87.4918 12.4504 88.5 14.2281C88.3501 14.4108 88.2033 14.5775 88.0603 14.74C87.3841 15.5081 86.7922 16.1805 86.353 17.9971H85.5922L85.6015 13.1143C85.6015 13.1143 84.3133 13.0831 83.2725 13.1143C83.5774 10.5198 82.3799 8.68428 81.7566 7.72885C81.7216 7.67531 81.6885 7.62452 81.6575 7.57653C82.4031 7.4015 82.7962 7.79936 83.1874 8.19523C83.4035 8.41399 83.6191 8.63217 83.8932 8.75269H83.8886Z' fill='white'/%3E%3Cpath d='M38.2783 13.247H43.3611L43.3798 22.7008L44.6213 22.683C45.0327 20.9996 45.5236 20.2033 46.0773 19.3054C46.2459 19.0318 46.4205 18.7488 46.6003 18.4283C45.6762 15.9022 45.3074 13.1 45.4895 10.1373C45.4766 10.1142 45.4639 10.0915 45.4514 10.069C45.2103 9.63632 45.0355 9.32271 44.7427 9.25071C43.7513 9.21066 42.7346 9.22987 41.7227 9.24899C39.695 9.2873 37.6866 9.32524 35.9399 8.88539C35.5985 8.86559 35.2854 8.52137 34.9878 8.19426C34.5489 7.71183 34.1439 7.26664 33.7322 7.95427C34.6844 9.52248 34.9737 11.2422 35.0251 13.2024C35.4125 13.1534 35.8886 13.1178 36.1406 13.2381C35.4218 14.6592 35.7439 17.2566 36.1406 18.5441C36.1406 18.5441 34.1803 18.504 34.0916 18.5397C33.5548 19.8406 32.5 22.6473 32.5 22.6473H37.3168L37.5315 22.4023C37.6426 21.9964 37.798 21.5866 37.955 21.1727C38.4908 19.76 39.0451 18.2984 37.9189 16.7754C37.4335 15.6037 37.2235 14.0311 38.2783 13.247Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
.calcalist .paywall-revalidate-overlay .paywall-revalidate-modal .ynet-logo {
  display: none;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .calcalist-logo {
  font-family: "Open Sans Hebrew", sans-serif;
  display: flex;
  width: 44.0625vw;
  height: 7.65625vw;
  color: #fff;
  border-radius: 15.625vw;
  background: #D01E25;
  justify-content: center;
  align-items: center;
  font-size: 2.96875vw;
  font-style: normal;
  margin: auto;
  font-weight: 700;
  text-decoration: none;
}
.ynet .paywall-revalidate-overlay .paywall-revalidate-modal .calcalist-logo {
  display: none;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .continue-button {
  width: 100%;
  height: 10.3125vw;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 0px;
  padding: 1.5625vw 0;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin: auto;
  display: block;
  transition: background 0.2s;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .continue-button:hover {
  background: #000000;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .error-text {
  font-size: 0.75rem;
  line-height: 6.71875vw;
  position: relative;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
  display: flex;
  top: 3.90625vw;
  justify-content: center;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .error-text a:active,
.paywall-revalidate-overlay .paywall-revalidate-modal .error-text a:visited,
.paywall-revalidate-overlay .paywall-revalidate-modal .error-text a:hover {
  color: #DE1A1A;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .resend-code-text {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 7.8125vw;
  font-weight: 500;
  text-align: center;
  line-height: 6.09375vw;
  gap: 0.46875vw;
  display: flex;
  justify-content: center;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
@media (prefers-color-scheme: dark) {
  .paywall-revalidate-overlay .paywall-revalidate-modal .close-button {
    color: #888 !important;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .close-button:hover {
    color: #222 !important;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .continue-button {
    color: #fff !important;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .error-text {
    color: #DE1A1A !important;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .error-text a:active,
  .paywall-revalidate-overlay .paywall-revalidate-modal .error-text a:visited,
  .paywall-revalidate-overlay .paywall-revalidate-modal .error-text a:hover {
    color: #DE1A1A !important;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .resend-code-text {
    color: #000 !important;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .resend-code-text button {
    color: #2261D0 !important;
  }
}
@media (min-width: 600px) {
  .paywall-revalidate-overlay .paywall-revalidate-modal {
    padding: 4.45313vw 1.95313vw 10.625vw 1.95313vw;
    max-width: 47.5vw;
    max-height: 80vh;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .close-button {
    top: 1.25vw;
    right: 1.25vw;
    width: 3.82813vw;
    height: 3.82813vw;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .ynet-logo {
    width: 12.42188vw;
    height: 3.82813vw;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .calcalist-logo {
    width: 22.03125vw;
    height: 3.82813vw;
    font-size: 0.5rem;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .continue-button {
    height: 5.15625vw;
    font-size: 1rem;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .error-text {
    font-size: 0.375rem;
    line-height: 3.35938vw;
    top: 1.95313vw;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .resend-code-text {
    font-size: 1rem;
    line-height: 3.04688vw;
    margin-top: 3.90625vw;
  }
}
.paywall-revalidate-choose-mode {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paywall-revalidate-choose-mode .title {
  font-size: 1.375rem;
  color: #000;
  font-weight: 700;
  line-height: 6.09375vw;
  margin: 7.65625vw 0 0 0;
}
.paywall-revalidate-choose-mode .description {
  margin: 2.65625vw 0 0 0;
  font-size: 1rem;
  text-align: center;
  line-height: 6.25vw;
  width: 90%;
}
.paywall-revalidate-choose-mode .description.email-only {
  margin-bottom: 24.53125vw;
}
.paywall-revalidate-choose-mode .description br {
  display: contents;
}
.paywall-revalidate-choose-mode .radio-options {
  display: flex;
  flex-direction: column;
  gap: 3.90625vw;
  margin-top: 5.15625vw;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 7.65625vw;
}
.paywall-revalidate-choose-mode .radio-options .radio-option {
  display: flex;
  align-items: flex-start;
  gap: 3.90625vw;
  font-size: 1rem;
  cursor: pointer;
  user-select: none;
  padding: 2.5vw 3.90625vw;
  border-radius: 1px;
  border: 1px solid #EFEFEF;
  background: #FFF;
  box-shadow: 0 0 2.5vw 0 rgba(0, 0, 0, 0.1);
  transition: border-color 0.2s, background-color 0.2s;
}
.paywall-revalidate-choose-mode .radio-options .radio-option:has(input[type="radio"]:checked) {
  background: #F5F5F5;
  border: 1px solid #EFEFEF;
  box-shadow: none;
}
.paywall-revalidate-choose-mode .radio-options .radio-option input[type="radio"] {
  accent-color: #2261D0;
  width: 5.15625vw;
  height: 5.15625vw;
  margin-top: 0.46875vw;
  flex-shrink: 0;
  align-self: center;
}
.paywall-revalidate-choose-mode .radio-options .radio-option input[type="radio"]:checked + .radio-content .radio-title,
.paywall-revalidate-choose-mode .radio-options .radio-option input[type="radio"]:checked + .radio-content .radio-details {
  color: #000;
}
.paywall-revalidate-choose-mode .radio-options .radio-option .radio-content {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  flex: 1;
}
.paywall-revalidate-choose-mode .radio-options .radio-option .radio-content .radio-title {
  font-size: 0.938rem;
  font-weight: 500;
  color: #78787B;
  line-height: 4.375vw;
}
.paywall-revalidate-choose-mode .radio-options .radio-option .radio-content .radio-details {
  font-size: 0.813rem;
  color: #78787B;
  line-height: 4.375vw;
}
@media (prefers-color-scheme: dark) {
  .paywall-revalidate-choose-mode .title {
    color: #000 !important;
  }
  .paywall-revalidate-choose-mode .description {
    color: #000 !important;
  }
  .paywall-revalidate-choose-mode .description.email-only {
    color: #000 !important;
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option input[type="radio"]:checked + .radio-content .radio-title,
  .paywall-revalidate-choose-mode .radio-options .radio-option input[type="radio"]:checked + .radio-content .radio-details {
    color: #000 !important;
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option .radio-content .radio-title {
    color: #78787B !important;
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option .radio-content .radio-details {
    color: #78787B !important;
  }
}
@media (min-width: 768px) {
  .paywall-revalidate-choose-mode .title {
    font-size: 1.4rem;
    line-height: 3.04688vw;
    margin: 3.82813vw 0 0 0;
  }
  .paywall-revalidate-choose-mode .description {
    margin: 1.32813vw 0 0 0;
    font-size: 1.2rem;
    line-height: 3.125vw;
  }
  .paywall-revalidate-choose-mode .description.email-only {
    margin-bottom: 12.26563vw;
  }
  .paywall-revalidate-choose-mode .radio-options {
    gap: 1.95313vw;
    margin-top: 2.57813vw;
    padding-bottom: 3.82813vw;
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option {
    gap: 1.95313vw;
    font-size: 1rem;
    padding: 1.25vw 1.95313vw;
    border-radius: 0.5px;
    border: 0.5px solid #EFEFEF;
    box-shadow: 0 0 1.25vw 0 rgba(0, 0, 0, 0.1);
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option input[type="radio"] {
    width: 2.1875vw;
    height: 2.1875vw;
    margin-top: 0.23438vw;
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option .radio-content {
    gap: 1.25vw;
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option .radio-content .radio-title {
    font-size: 1rem;
    line-height: 2.1875vw;
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option .radio-content .radio-details {
    font-size: 0.8rem;
    line-height: 2.1875vw;
  }
}
.paywall-revalidate-password {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 7.8125vw;
}
.paywall-revalidate-password .title {
  font-size: 1.375rem;
  color: #000;
  font-weight: 700;
  line-height: 7.8125vw;
  margin: 7.65625vw 0 0 0;
}
.paywall-revalidate-password .subtitle {
  margin: 2.65625vw 0 0 0;
  font-size: 1rem;
  text-align: center;
  white-space: pre-line;
  line-height: 6.25vw;
}
.paywall-revalidate-password .otp {
  display: flex;
  direction: ltr;
  gap: 2.65625vw;
  margin-top: 5.15625vw;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
.paywall-revalidate-password .otp input {
  width: 10.3125vw;
  height: 10.3125vw;
  border: 1px solid #999;
  font-size: 1rem;
  font-weight: 400;
  line-height: 6.25vw;
  color: #000;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
.paywall-revalidate-password .avalibale-label {
  font-size: 1rem;
  line-height: 5.46875vw;
  text-align: center;
  margin-top: 14.6875vw;
}
.paywall-revalidate-password .error-text {
  font-size: 0.75rem;
  line-height: 6.71875vw;
  position: relative;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
  display: flex;
  min-height: 6.71875vw;
  justify-content: center;
}
.paywall-revalidate-password .error-text a:active,
.paywall-revalidate-password .error-text a:visited,
.paywall-revalidate-password .error-text a:hover {
  color: #DE1A1A;
}
@media (prefers-color-scheme: dark) {
  .paywall-revalidate-password .title {
    color: #000 !important;
  }
  .paywall-revalidate-password .subtitle {
    color: #000 !important;
  }
  .paywall-revalidate-password .subtitle div {
    color: #000 !important;
  }
  .paywall-revalidate-password .otp input {
    color: #000 !important;
  }
  .paywall-revalidate-password .avalibale-label {
    color: #000 !important;
  }
  .paywall-revalidate-password .resend-code-text {
    color: #000 !important;
  }
  .paywall-revalidate-password .resend-code-text * {
    color: #000 !important;
  }
  .paywall-revalidate-password .resend-code-text button {
    color: #2261D0 !important;
  }
  .paywall-revalidate-password .error-text {
    color: #DE1A1A !important;
  }
  .paywall-revalidate-password .error-text a:active,
  .paywall-revalidate-password .error-text a:visited,
  .paywall-revalidate-password .error-text a:hover {
    color: #DE1A1A !important;
  }
}
@media (min-width: 768px) {
  .paywall-revalidate-password {
    padding-bottom: 3.90625vw;
  }
  .paywall-revalidate-password .title {
    font-size: 1.4rem;
    line-height: 3.90625vw;
    margin: 3.82813vw 0 0 0;
  }
  .paywall-revalidate-password .subtitle {
    margin: 1.32813vw 0 0 0;
    font-size: 1.2rem;
    line-height: 3.125vw;
  }
  .paywall-revalidate-password .otp {
    gap: 1.32813vw;
    margin-top: 2.57813vw;
  }
  .paywall-revalidate-password .otp input {
    width: 5.15625vw;
    height: 5.15625vw;
    font-size: 1rem;
    line-height: 3.125vw;
  }
  .paywall-revalidate-password .avalibale-label {
    font-size: 1rem;
    line-height: 2.73438vw;
    margin-top: 7.34375vw;
  }
  .paywall-revalidate-password .error-text {
    font-size: 1rem;
    line-height: 3.35938vw;
    min-height: 3.35938vw;
  }
}
.PaywallContactUsComponenta {
  font-family: 'Moses';
  width: 100%;
  height: 205vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  z-index: 0;
  box-sizing: border-box;
  padding: 0 3.90625vw;
  padding-top: 8.90625vw;
}
.PaywallContactUsComponenta h1.title {
  color: #000;
  font-size: 6.5625vw;
  line-height: 8.59375vw;
  margin-bottom: unset;
  font-weight: 660;
}
.PaywallContactUsComponenta h2.title {
  color: #000;
  font-size: 4.53125vw;
  line-height: 6.5625vw;
  margin-bottom: unset;
  font-weight: 500;
  margin-top: 3.75vw;
}
.PaywallContactUsComponenta .inner-container {
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.PaywallContactUsComponenta .inner-container .form-container {
  font-size: 3.59375vw;
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 670;
  line-height: 4.84375vw;
  color: #000;
  padding-bottom: 6.09375vw;
  justify-content: space-between;
  align-items: center;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form {
  width: 100%;
  gap: 10.3125vw;
  display: flex;
  flex-direction: column;
  margin: 6.09375vw auto;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.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 {
  border: none;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field input,
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field select {
  margin: 0 2.5vw;
  outline: none;
  border: none;
  font-size: 3.75vw;
  color: #000;
  line-height: 5.625vw;
  font-weight: 400;
  text-align: right;
  height: 10.15625vw;
  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 {
  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 {
  border: none;
  color: #999;
  background: none;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field textarea {
  padding: 1.25vw 1.875vw;
  margin-top: 0.78125vw;
  border: 1px solid #000;
  border-bottom: none !important;
  font-weight: 400;
  font-size: 3.75vw;
  color: #000;
  line-height: 5.625vw;
  text-align: right;
  box-sizing: border-box;
  height: 15.625vw;
  resize: none;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field .input-field:nth-child(-n + 4),
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field .input-field-error:nth-child(-n + 4) {
  border-bottom: none;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field .input-field-error {
  font-weight: 400;
  border-top: 1px solid #000;
  font-size: 3.28125vw;
  line-height: 2.76563vw;
  text-align: right;
  color: #de1a1a;
  padding-top: 1.01563vw;
}
.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: 3.28125vw;
  line-height: 2.76563vw;
  text-align: right;
  margin-top: 1.01563vw;
  color: #de1a1a;
}
.PaywallContactUsComponenta .submit-button {
  width: 100%;
  height: 10.15625vw;
  background: #000 !important;
  color: white !important;
  font-weight: 500;
  font-size: 3.75vw;
  line-height: 5.625vw;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin: 0 auto;
  padding: 1.5625vw 0;
}
.PaywallContactUsComponenta .submit-button:disabled {
  background: #e4e4e4 !important;
  color: #b3b3b3 !important;
}
.PaywallContactUsComponenta .success-message {
  color: #000;
  font-size: 4.53125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 6.09375vw;
  width: 57.65625vw;
  margin-top: 89.6875vw;
  text-align: center;
}
.PaywallContactUsComponenta .success-message h1 {
  font-size: 7.65625vw;
  margin-top: 0.46875vw;
  font-weight: 670;
  line-height: 8.90625vw;
}
.PaywallContactUsComponenta .terms-text {
  margin: 6.25vw auto 0 auto;
  width: 100%;
  color: #000;
  font-size: 3.28125vw;
  font-style: normal;
  font-weight: 100;
  line-height: 4.84375vw;
  text-align: center;
}
.PaywallContactUsComponenta .terms-text .contact_us {
  font-size: 3.28125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4.84375vw;
  padding: 2.5vw 0px;
}
.PaywallContactUsComponenta .terms-text .contact_us a {
  text-decoration: none !important;
}
.PaywallContactUsComponenta .terms-text a {
  text-decoration: underline !important;
  color: #000;
  cursor: pointer;
}
@media (prefers-color-scheme: dark) {
  .PaywallContactUsComponenta {
    background-color: #fff;
    color: #000;
  }
  .PaywallContactUsComponenta h1.title,
  .PaywallContactUsComponenta h2.title,
  .PaywallContactUsComponenta .form-container,
  .PaywallContactUsComponenta .input-field input,
  .PaywallContactUsComponenta .input-field select,
  .PaywallContactUsComponenta .input-field textarea,
  .PaywallContactUsComponenta .success-message,
  .PaywallContactUsComponenta .terms-text,
  .PaywallContactUsComponenta .terms-text a {
    color: #000 !important;
    background: #fff !important;
    border-color: #000 !important;
  }
  .PaywallContactUsComponenta .submit-button:disabled {
    background: #e4e4e4 !important;
    color: #b3b3b3 !important;
  }
  .PaywallContactUsComponenta .input-field input.error {
    border: 1px solid #de1a1a !important;
  }
  .PaywallContactUsComponenta .input-field-error {
    color: #de1a1a !important;
  }
  .PaywallContactUsComponenta .input-field:disabled input,
  .PaywallContactUsComponenta .input-field:disabled select {
    color: #999 !important;
    background: none !important;
  }
  .PaywallContactUsComponenta .terms-text a,
  .PaywallContactUsComponenta .terms-text span,
  .PaywallContactUsComponenta .terms-text div {
    color: #000 !important;
  }
  .PaywallContactUsComponenta select {
    background-color: #fff !important;
    color: #000 !important;
  }
  .PaywallContactUsComponenta option {
    background-color: #fff !important;
    color: #000 !important;
  }
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container {
  display: flex;
  width: 100%;
  margin-top: 10.3125vw;
  justify-content: center;
  gap: 7.65625vw;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container {
  width: 20.625vw;
  height: 19.375vw;
  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 {
  width: 12.8125vw;
  height: 12.8125vw;
  background-repeat: no-repeat;
  background-size: 8.75vw;
  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: 12.8125vw;
  height: 12.8125vw;
  z-index: 1;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 50%;
  border: 0.625vw solid #78787B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container .step-title {
  color: #78787B;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 5.15625vw;
  margin-top: 1.25vw;
}
@media (prefers-color-scheme: dark) {
  .PaywallCheckoutMultiStepsProgressbar {
    background: #fff !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container {
    background: #fff !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.completed {
    opacity: 50%;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.completed .step {
    color: transparent !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.completed .step-title {
    color: #78787B !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.active .step {
    border-color: #2261D0 !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.active .step-title {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.disabled .step {
    border-color: #78787B !important;
    color: #78787B !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.disabled .step-title {
    color: #78787B !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container .step {
    background-color: transparent !important;
    color: #000 !important;
    border: 0.625vw solid #78787B !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container .step-title {
    color: #78787B !important;
  }
}
@media (max-width: 375px) {
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container .step-title {
    font-size: 0.75rem;
  }
}
.PaywallCheckoutMobileComponenta {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 10.3125vw 5.15625vw;
  display: flex;
  flex-direction: column;
}
.PaywallCheckoutMobileComponenta.SELECT_PLAN {
  background-color: #fff;
  padding-bottom: unset;
  align-items: center;
  height: 100%;
}
.PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container {
  width: unset;
  height: unset;
  right: unset;
  border-right: unset;
  padding-right: unset;
}
.PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container .line-divider {
  display: none;
}
.PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container .title-container {
  justify-content: center;
}
.PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container .title-container .title {
  display: none;
}
.PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container .title-container .yedioth-plus-logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 29.21875vw;
  height: 9.21875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='114' height='36' viewBox='0 0 114 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 18C0 8.05888 8.05887 0 18 0H96C105.941 0 114 8.05888 114 18C114 27.9411 105.941 36 96 36H18C8.05887 36 0 27.9411 0 18Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6285 32.3996C25.418 32.3996 31.7316 25.9524 31.7316 17.9996C31.7316 10.0468 25.418 3.59961 17.6285 3.59961C9.83894 3.59961 3.52539 10.0468 3.52539 17.9996C3.52539 25.9524 9.83894 32.3996 17.6285 32.3996Z' fill='black'/%3E%3Cpath d='M19.6432 9.77099V26.2281H15.6138V9.77099H19.6432Z' fill='white'/%3E%3Cpath d='M25.6874 15.9424V20.0567H9.56957V15.9424H25.6874Z' fill='white'/%3E%3Cpath d='M94.552 11.2057C94.552 11.2057 88.0518 11.3262 86.7133 11.0696H86.7243C85.803 10.8927 85.2825 10.6882 84.4605 10.3652L84.2942 10.2999C83.919 10.1551 83.6151 9.85886 83.3297 9.58072C82.8516 9.11471 82.4256 8.69949 81.8039 9.13231C83.1313 10.9178 83.6908 13.2635 83.8115 15.4835L91.9849 15.4992V26.9921H93.0874C93.5647 25.0024 94.3216 23.018 95.4078 21.3163C94.563 19.6461 94.1077 17.3318 93.7786 15.4311H95.1445L94.552 11.2057Z' fill='white'/%3E%3Cpath d='M72.3794 10.8157C71.8747 10.7545 71.3707 10.6935 70.9369 10.5398L70.9424 10.5555C70.6447 10.4039 70.3666 10.2025 70.0875 10.0004C69.5182 9.58818 68.9451 9.17317 68.1942 9.17317C69.187 11.1 69.8508 13.4928 69.3406 15.65C70.3938 15.7338 72.5222 15.6605 72.5222 15.6605C72.5394 15.626 72.583 16.0448 72.6508 16.6946C72.799 18.1165 73.0624 20.6444 73.4163 21.9489C72.3383 21.857 71.5843 21.9086 70.913 21.9545C70.2453 22.0001 69.6595 22.0402 68.9182 21.9279C67.7389 18.8178 66.9874 15.4982 67.3165 11.7859C67.2211 10.9206 66.4294 10.9392 65.6981 10.9564C65.5046 10.961 65.3153 10.9654 65.1443 10.9534C64.2738 11.0105 63.5383 10.5642 62.8306 10.1349C62.1112 9.69836 61.4205 9.27932 60.6462 9.4245C62.1547 11.1524 62.5442 13.3096 62.5442 15.6448L65.3911 15.6553C65.3911 15.6553 66.4937 19.933 66.2852 21.8651C65.9439 21.9948 65.8204 21.9817 65.5787 21.9559C65.3815 21.9349 65.1056 21.9055 64.5683 21.9384C64.305 21.8965 64.0143 21.9646 63.74 22.1426C63.7041 22.1654 63.6721 22.1836 63.6429 22.2001C63.5248 22.2668 63.4528 22.3076 63.356 22.5301C62.9951 23.3619 62.8114 24.019 62.5755 24.8634C62.4134 25.4434 62.2267 26.1117 61.9408 26.9858H73.526C73.7974 26.407 74.0894 25.8721 74.3721 25.3545C75.0891 24.0412 75.7456 22.8386 75.8519 21.3101C74.5573 18.5193 74.2556 15.116 74.859 11.922C74.3984 11.0603 73.3874 10.9378 72.3794 10.8157Z' fill='white'/%3E%3Cpath d='M56.1702 10.6565C56.643 11.1875 57.3851 11.2289 58.1035 11.2691C58.9438 11.3161 59.7518 11.3612 60.0594 12.1854C59.8509 15.6725 60.3007 18.8979 61.3868 21.8614C61.2032 22.1887 61.0242 22.4879 60.8504 22.7787C60.1678 23.9201 59.5637 24.9303 59.061 26.9874H58.123L58.134 15.7825C58.134 15.7825 56.7736 15.7458 55.4406 15.7825C55.799 12.7333 54.3916 10.5761 53.659 9.45322C53.618 9.3903 53.579 9.33062 53.5426 9.27421C54.3893 9.07543 54.8301 9.52562 55.2724 9.97729C55.5408 10.2514 55.8097 10.526 56.1702 10.6565Z' fill='white'/%3E%3Cpath d='M79.6997 11.2691C78.9812 11.2289 78.2391 11.1875 77.7663 10.6565H77.7718C77.5807 10.5536 77.3905 10.361 77.1819 10.1498C76.69 9.65177 76.0956 9.04994 75.1443 9.27421C75.1807 9.33061 75.2196 9.39028 75.2606 9.45321C75.9932 10.5761 77.4006 12.7332 77.0422 15.7825C78.3094 15.8505 79.7356 15.7825 79.7356 15.7825L79.7466 21.5211H80.5365C81.0328 19.4683 81.7744 18.6588 82.5638 17.7971C82.7691 17.573 82.9776 17.3454 83.1859 17.0915C82.0011 15.0023 81.6555 12.1854 81.6555 12.1854C81.348 11.3612 80.5399 11.3161 79.6997 11.2691Z' fill='white'/%3E%3Cpath d='M98.0023 10.6566C98.4751 11.1875 99.2171 11.229 99.9356 11.2692C100.776 11.3161 101.584 11.3613 101.891 12.1855C101.891 12.1855 102.237 15.0024 103.422 17.0915C103.246 17.3063 103.073 17.5023 102.905 17.6932C102.11 18.596 101.415 19.3861 100.899 21.5211H100.004L100.015 15.7825C100.015 15.7825 98.5014 15.7459 97.2782 15.7825C97.6366 12.7333 96.2292 10.5762 95.4966 9.45329C95.4556 9.39037 95.4166 9.33067 95.3802 9.27427C96.2564 9.06856 96.7184 9.53615 97.1781 10.0014C97.4322 10.2585 97.6856 10.5149 98.0077 10.6566H98.0023Z' fill='white'/%3E%3Cpath d='M44.3984 15.9385H50.372L50.394 27.0492L51.8531 27.0282C52.3366 25.0498 52.9136 24.114 53.5642 23.0588C53.7625 22.7372 53.9676 22.4045 54.1789 22.0279C53.0928 19.0591 52.6595 15.7657 52.8734 12.2838C52.8583 12.2567 52.8434 12.23 52.8287 12.2036C52.5453 11.6951 52.3399 11.3265 51.9957 11.2419C50.8306 11.1948 49.6357 11.2174 48.4464 11.2398C46.0634 11.2849 43.703 11.3295 41.6502 10.8125C41.249 10.7892 40.881 10.3847 40.5312 10.0003C40.0154 9.43329 39.5394 8.91007 39.0556 9.71821C40.1746 11.5613 40.5147 13.5823 40.575 15.8861C41.0303 15.8286 41.5898 15.7867 41.8861 15.928C41.0413 17.5983 41.4198 20.6508 41.8861 22.164C41.8861 22.164 39.5822 22.1169 39.478 22.1588C38.8471 23.6877 37.6074 26.9863 37.6074 26.9863H43.2684L43.5207 26.6984C43.6513 26.2213 43.8339 25.7398 44.0184 25.2533C44.6481 23.593 45.2996 21.8752 43.976 20.0854C43.4055 18.7083 43.1587 16.86 44.3984 15.9385Z' fill='white'/%3E%3C/svg%3E%0A");
}
.PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container .footer:not(.PremiumPaywallCheckoutPlans.checkout-flow .footer) {
  display: none;
  margin-top: 0;
  gap: unset;
}
.PaywallCheckoutMobileComponenta.FINISH .line-divider {
  display: none;
}
.PaywallCheckoutMobileComponenta.FINISH .main-container .title-container:not(.PaywallCheckoutFinish .title-container) {
  display: none;
}
.PaywallCheckoutMobileComponenta.FINISH .progressbar-container {
  margin-top: unset;
}
.PaywallCheckoutMobileComponenta.FINISH .footer {
  margin-top: 25.625vw !important;
}
.PaywallCheckoutMobileComponenta .main-container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.PaywallCheckoutMobileComponenta .main-container .title-container {
  display: flex;
  align-items: center;
  gap: 2.65625vw;
}
.PaywallCheckoutMobileComponenta .main-container .title-container .title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 7.65625vw;
  text-align: right;
}
.PaywallCheckoutMobileComponenta .main-container .title-container .yedioth-plus-logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 20.3125vw;
  height: 6.09375vw;
  background-image: url("data:image/svg+xml,%3Csvg width='114' height='36' viewBox='0 0 114 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 18C0 8.05888 8.05887 0 18 0H96C105.941 0 114 8.05888 114 18C114 27.9411 105.941 36 96 36H18C8.05887 36 0 27.9411 0 18Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6285 32.3996C25.418 32.3996 31.7316 25.9524 31.7316 17.9996C31.7316 10.0468 25.418 3.59961 17.6285 3.59961C9.83894 3.59961 3.52539 10.0468 3.52539 17.9996C3.52539 25.9524 9.83894 32.3996 17.6285 32.3996Z' fill='black'/%3E%3Cpath d='M19.6432 9.77099V26.2281H15.6138V9.77099H19.6432Z' fill='white'/%3E%3Cpath d='M25.6874 15.9424V20.0567H9.56957V15.9424H25.6874Z' fill='white'/%3E%3Cpath d='M94.552 11.2057C94.552 11.2057 88.0518 11.3262 86.7133 11.0696H86.7243C85.803 10.8927 85.2825 10.6882 84.4605 10.3652L84.2942 10.2999C83.919 10.1551 83.6151 9.85886 83.3297 9.58072C82.8516 9.11471 82.4256 8.69949 81.8039 9.13231C83.1313 10.9178 83.6908 13.2635 83.8115 15.4835L91.9849 15.4992V26.9921H93.0874C93.5647 25.0024 94.3216 23.018 95.4078 21.3163C94.563 19.6461 94.1077 17.3318 93.7786 15.4311H95.1445L94.552 11.2057Z' fill='white'/%3E%3Cpath d='M72.3794 10.8157C71.8747 10.7545 71.3707 10.6935 70.9369 10.5398L70.9424 10.5555C70.6447 10.4039 70.3666 10.2025 70.0875 10.0004C69.5182 9.58818 68.9451 9.17317 68.1942 9.17317C69.187 11.1 69.8508 13.4928 69.3406 15.65C70.3938 15.7338 72.5222 15.6605 72.5222 15.6605C72.5394 15.626 72.583 16.0448 72.6508 16.6946C72.799 18.1165 73.0624 20.6444 73.4163 21.9489C72.3383 21.857 71.5843 21.9086 70.913 21.9545C70.2453 22.0001 69.6595 22.0402 68.9182 21.9279C67.7389 18.8178 66.9874 15.4982 67.3165 11.7859C67.2211 10.9206 66.4294 10.9392 65.6981 10.9564C65.5046 10.961 65.3153 10.9654 65.1443 10.9534C64.2738 11.0105 63.5383 10.5642 62.8306 10.1349C62.1112 9.69836 61.4205 9.27932 60.6462 9.4245C62.1547 11.1524 62.5442 13.3096 62.5442 15.6448L65.3911 15.6553C65.3911 15.6553 66.4937 19.933 66.2852 21.8651C65.9439 21.9948 65.8204 21.9817 65.5787 21.9559C65.3815 21.9349 65.1056 21.9055 64.5683 21.9384C64.305 21.8965 64.0143 21.9646 63.74 22.1426C63.7041 22.1654 63.6721 22.1836 63.6429 22.2001C63.5248 22.2668 63.4528 22.3076 63.356 22.5301C62.9951 23.3619 62.8114 24.019 62.5755 24.8634C62.4134 25.4434 62.2267 26.1117 61.9408 26.9858H73.526C73.7974 26.407 74.0894 25.8721 74.3721 25.3545C75.0891 24.0412 75.7456 22.8386 75.8519 21.3101C74.5573 18.5193 74.2556 15.116 74.859 11.922C74.3984 11.0603 73.3874 10.9378 72.3794 10.8157Z' fill='white'/%3E%3Cpath d='M56.1702 10.6565C56.643 11.1875 57.3851 11.2289 58.1035 11.2691C58.9438 11.3161 59.7518 11.3612 60.0594 12.1854C59.8509 15.6725 60.3007 18.8979 61.3868 21.8614C61.2032 22.1887 61.0242 22.4879 60.8504 22.7787C60.1678 23.9201 59.5637 24.9303 59.061 26.9874H58.123L58.134 15.7825C58.134 15.7825 56.7736 15.7458 55.4406 15.7825C55.799 12.7333 54.3916 10.5761 53.659 9.45322C53.618 9.3903 53.579 9.33062 53.5426 9.27421C54.3893 9.07543 54.8301 9.52562 55.2724 9.97729C55.5408 10.2514 55.8097 10.526 56.1702 10.6565Z' fill='white'/%3E%3Cpath d='M79.6997 11.2691C78.9812 11.2289 78.2391 11.1875 77.7663 10.6565H77.7718C77.5807 10.5536 77.3905 10.361 77.1819 10.1498C76.69 9.65177 76.0956 9.04994 75.1443 9.27421C75.1807 9.33061 75.2196 9.39028 75.2606 9.45321C75.9932 10.5761 77.4006 12.7332 77.0422 15.7825C78.3094 15.8505 79.7356 15.7825 79.7356 15.7825L79.7466 21.5211H80.5365C81.0328 19.4683 81.7744 18.6588 82.5638 17.7971C82.7691 17.573 82.9776 17.3454 83.1859 17.0915C82.0011 15.0023 81.6555 12.1854 81.6555 12.1854C81.348 11.3612 80.5399 11.3161 79.6997 11.2691Z' fill='white'/%3E%3Cpath d='M98.0023 10.6566C98.4751 11.1875 99.2171 11.229 99.9356 11.2692C100.776 11.3161 101.584 11.3613 101.891 12.1855C101.891 12.1855 102.237 15.0024 103.422 17.0915C103.246 17.3063 103.073 17.5023 102.905 17.6932C102.11 18.596 101.415 19.3861 100.899 21.5211H100.004L100.015 15.7825C100.015 15.7825 98.5014 15.7459 97.2782 15.7825C97.6366 12.7333 96.2292 10.5762 95.4966 9.45329C95.4556 9.39037 95.4166 9.33067 95.3802 9.27427C96.2564 9.06856 96.7184 9.53615 97.1781 10.0014C97.4322 10.2585 97.6856 10.5149 98.0077 10.6566H98.0023Z' fill='white'/%3E%3Cpath d='M44.3984 15.9385H50.372L50.394 27.0492L51.8531 27.0282C52.3366 25.0498 52.9136 24.114 53.5642 23.0588C53.7625 22.7372 53.9676 22.4045 54.1789 22.0279C53.0928 19.0591 52.6595 15.7657 52.8734 12.2838C52.8583 12.2567 52.8434 12.23 52.8287 12.2036C52.5453 11.6951 52.3399 11.3265 51.9957 11.2419C50.8306 11.1948 49.6357 11.2174 48.4464 11.2398C46.0634 11.2849 43.703 11.3295 41.6502 10.8125C41.249 10.7892 40.881 10.3847 40.5312 10.0003C40.0154 9.43329 39.5394 8.91007 39.0556 9.71821C40.1746 11.5613 40.5147 13.5823 40.575 15.8861C41.0303 15.8286 41.5898 15.7867 41.8861 15.928C41.0413 17.5983 41.4198 20.6508 41.8861 22.164C41.8861 22.164 39.5822 22.1169 39.478 22.1588C38.8471 23.6877 37.6074 26.9863 37.6074 26.9863H43.2684L43.5207 26.6984C43.6513 26.2213 43.8339 25.7398 44.0184 25.2533C44.6481 23.593 45.2996 21.8752 43.976 20.0854C43.4055 18.7083 43.1587 16.86 44.3984 15.9385Z' fill='white'/%3E%3C/svg%3E%0A");
}
.PaywallCheckoutMobileComponenta .main-container .line-divider {
  width: 12.8125vw;
  height: 0.78125vw;
  background-color: #2261D0;
  margin-top: 10.3125vw;
  margin-bottom: 2.65625vw;
}
.PaywallCheckoutMobileComponenta .main-container .step-content-container .PremiumPaywallCheckoutPlans.checkout-flow .footer {
  margin-top: 9.0625vw;
}
.PaywallCheckoutMobileComponenta .main-container .step-content-container .PremiumPaywallCheckoutPlans.checkout-flow .footer .footer-links {
  margin-top: 0;
  justify-content: center;
  align-self: center;
}
.PaywallCheckoutMobileComponenta .main-container .step-content-container .PremiumPaywallCheckoutPlans.checkout-flow .footer .footer-terms-text {
  text-align: center;
}
.PaywallCheckoutMobileComponenta .main-container .footer {
  margin-top: 12.8125vw;
  display: flex;
  flex-direction: column;
  gap: 2.65625vw;
}
.PaywallCheckoutMobileComponenta .main-container .footer .footer-links {
  color: #000;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 4.84375vw;
  margin-bottom: 0;
  align-self: start;
}
.PaywallCheckoutMobileComponenta .main-container .footer .footer-links ul {
  list-style: none;
  display: flex;
  gap: 0.46875vw;
  line-height: 4.84375vw;
  margin-bottom: 0;
  padding-right: unset;
  margin-top: 0;
  font-weight: 700;
}
.PaywallCheckoutMobileComponenta .main-container .footer .footer-links ul a {
  color: #000;
  text-decoration: none;
}
.PaywallCheckoutMobileComponenta .main-container .footer .footer-terms-text {
  color: #000;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.125rem;
  text-align: right;
}
.PaywallCheckoutMobileComponenta .main-container .footer .footer-terms-text a {
  color: #000;
}
@media (prefers-color-scheme: dark) {
  .PaywallCheckoutMobileComponenta {
    background: #fff !important;
  }
  .PaywallCheckoutMobileComponenta.SELECT_PLAN {
    background: #fff;
  }
  .PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container {
    background: #fff;
  }
  .PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container .title-container .title {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container .footer {
    color: #000 !important;
    background-color: #fff !important;
  }
  .PaywallCheckoutMobileComponenta.FINISH .main-container .title-container:not(.PaywallCheckoutFinish .title-container) {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutMobileComponenta .main-container {
    background: #fff;
  }
  .PaywallCheckoutMobileComponenta .main-container .title-container .title {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutMobileComponenta .main-container .line-divider {
    background-color: #2261D0 !important;
  }
  .PaywallCheckoutMobileComponenta .footer {
    color: #000 !important;
    background-color: #fff !important;
  }
  .PaywallCheckoutMobileComponenta .footer .footer-links {
    color: #000 !important;
  }
  .PaywallCheckoutMobileComponenta .footer .footer-links li {
    color: #000 !important;
  }
  .PaywallCheckoutMobileComponenta .footer .footer-links a {
    color: #000 !important;
  }
  .PaywallCheckoutMobileComponenta .footer .footer-terms-text {
    color: #000 !important;
  }
  .PaywallCheckoutMobileComponenta .footer .footer-terms-text a {
    color: #000 !important;
  }
}
.PaywallCheckoutFinish {
  padding-top: 10.3125vw;
}
.PaywallCheckoutFinish .success-logo {
  width: 12.8125vw;
  height: 12.8125vw;
  background-size: contain;
  background-image: url('https://images1-qa.ynet.co.il/static/Common/paywall/success.gif');
  margin: auto;
}
.PaywallCheckoutFinish .title {
  font-size: 1.5rem;
  line-height: 7.65625vw;
  text-align: center;
  font-weight: bold;
  margin-top: 2.65625vw;
}
.PaywallCheckoutFinish .subtitle {
  font-size: 1rem;
  line-height: 5.46875vw;
  margin-top: 3.90625vw;
  text-align: center;
  padding: 0 5.15625vw;
}
.PaywallCheckoutFinish .checkout-container {
  margin-top: 7.65625vw;
  font-size: 1rem;
  line-height: 5.46875vw;
  padding: 3.90625vw;
  text-align: right;
  border: 1px solid #C5C5C5;
  display: flex;
  flex-direction: column;
  gap: 7.65625vw;
}
.PaywallCheckoutFinish .checkout-container .plan-info {
  display: flex;
  flex-direction: column;
  gap: 2.65625vw;
}
.PaywallCheckoutFinish .checkout-container .plan-info .plan-title {
  font-weight: bold;
}
.PaywallCheckoutFinish .checkout-container .customer-info {
  display: flex;
  flex-direction: column;
  gap: 2.65625vw;
}
.PaywallCheckoutFinish .checkout-container .customer-info::before {
  content: '';
  display: block;
  height: 0.78125vw;
  width: 12.8125vw;
  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: 0.8125rem;
  line-height: 4.375vw;
}
.PaywallCheckoutFinish .checkout-container .customer-info .customer-myaccount-info .underline {
  text-decoration: underline;
}
.PaywallCheckoutFinish .checkout-container .customer-info .customer-myaccount-info a {
  color: #78787B;
  -webkit-text-fill-color: #78787B;
  text-decoration: underline;
}
.PaywallCheckoutFinish .checkout-container .payment-info {
  display: flex;
  flex-direction: column;
  gap: 2.65625vw;
}
.PaywallCheckoutFinish .checkout-container .payment-info::before {
  content: '';
  display: block;
  height: 0.78125vw;
  width: 12.8125vw;
  background-color: #2261D0;
}
.PaywallCheckoutFinish .checkout-container .payment-info .payment-title {
  font-weight: bold;
}
.PaywallCheckoutFinish .continue-button {
  margin-top: 7.65625vw;
  width: 100%;
  height: 10.3125vw;
  border: 0;
  font-size: 1rem;
  line-height: 5.625vw;
  color: #fff;
  background-color: #2261D0;
  cursor: pointer;
}
.PaywallCheckoutFinish .footer {
  margin-top: 25.625vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  align-items: flex-start;
}
.PaywallCheckoutFinish .footer .footer-links {
  margin-top: 1.25vw;
  color: #000;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.84375vw;
  margin-bottom: 0;
}
.PaywallCheckoutFinish .footer .footer-links ul {
  list-style: none;
  display: flex;
  gap: 0.46875vw;
  padding: 0;
  margin-top: 0;
  line-height: 4.84375vw;
  margin-bottom: 0;
}
.PaywallCheckoutFinish .footer .footer-links ul a {
  color: #000;
  text-decoration: none;
  -webkit-text-fill-color: #000;
}
.PaywallCheckoutFinish .footer .footer-terms-text {
  color: #000;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: normal;
  line-height: 4.84375vw;
  text-align: right;
}
.PaywallCheckoutFinish .footer .footer-terms-text a {
  color: #000;
  -webkit-text-fill-color: #000;
  text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
  .PaywallCheckoutFinish {
    background-color: #fff !important;
  }
  .PaywallCheckoutFinish .title,
  .PaywallCheckoutFinish .subtitle,
  .PaywallCheckoutFinish .checkout-container,
  .PaywallCheckoutFinish .checkout-container .plan-info,
  .PaywallCheckoutFinish .checkout-container .plan-title,
  .PaywallCheckoutFinish .checkout-container .plan-price-text,
  .PaywallCheckoutFinish .checkout-container .customer-info,
  .PaywallCheckoutFinish .checkout-container .customer-title,
  .PaywallCheckoutFinish .checkout-container .customer-name,
  .PaywallCheckoutFinish .checkout-container .customer-email,
  .PaywallCheckoutFinish .checkout-container .payment-info,
  .PaywallCheckoutFinish .checkout-container .payment-title,
  .PaywallCheckoutFinish .checkout-container .payment-holder-name,
  .PaywallCheckoutFinish .checkout-container .payment-cvv {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutFinish .checkout-container {
    border-color: #C5C5C5 !important;
  }
  .PaywallCheckoutFinish .checkout-container .customer-info::before,
  .PaywallCheckoutFinish .checkout-container .payment-info::before {
    background-color: #2261D0 !important;
  }
  .PaywallCheckoutFinish .checkout-container .customer-myaccount-info,
  .PaywallCheckoutFinish .checkout-container .customer-myaccount-info a {
    color: #78787B !important;
    -webkit-text-fill-color: #78787B !important;
  }
  .PaywallCheckoutFinish .continue-button {
    background-color: #2261D0 !important;
    color: #fff !important;
  }
  .PaywallCheckoutFinish .footer .footer-links {
    color: #000 !important;
  }
  .PaywallCheckoutFinish .footer .footer-links li {
    color: #000 !important;
  }
  .PaywallCheckoutFinish .footer .footer-links ul a {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutFinish .footer .footer-terms-text {
    color: #000 !important;
  }
  .PaywallCheckoutFinish .footer .footer-terms-text a {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
}
.PaywallCheckoutPaymentDetails .title {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 6.71875vw;
}
.PaywallCheckoutPaymentDetails .creditcard-details-container {
  height: 65vh;
  padding-top: 1.5625vw;
}
.PaywallCheckoutPaymentDetails .creditcard-details-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media (prefers-color-scheme: dark) {
  .PaywallCheckoutPaymentDetails {
    background: #fff !important;
  }
  .PaywallCheckoutPaymentDetails .title {
    color: #000 !important;
  }
  .PaywallCheckoutPaymentDetails .creditcard-details-container {
    background: #fff !important;
  }
  .PaywallCheckoutPaymentDetails .creditcard-details-container iframe {
    background: #fff !important;
  }
}
.PaywallCheckoutPersonalDetails .title {
  font-size: 1.25rem;
  line-height: 6.71875vw;
  text-align: right;
  font-weight: bold;
}
.PaywallCheckoutPersonalDetails .personal-details-form {
  display: flex;
  row-gap: 2.65625vw;
  margin-top: 2.65625vw;
  flex-direction: column;
}
.PaywallCheckoutPersonalDetails .personal-details-form .general-error {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 4.0625vw;
  text-align: right;
  margin-top: 1.5625vw;
  color: #de1a1a;
}
.PaywallCheckoutPersonalDetails .personal-details-form form {
  display: flex;
  row-gap: 3.125vw;
  flex-direction: column;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.personalId .input-field-error span.id-exist {
  position: relative;
  top: 1.40625vw;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.personalId .input-field-error span.id-exist a {
  color: #DE1A1A !important;
}
.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;
  color: #999999;
  border-bottom: 1px solid #C5C5C5;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse {
  margin-top: 10vw;
}
.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: 1.40625vw;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse input,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse input {
  width: 3.90625vw;
  height: 3.90625vw;
  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: 3.90625vw;
  height: 3.90625vw;
  border: 0.3125vw solid #DE1A1A;
  border-radius: 0.46875vw;
  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: 6.09375vw;
  height: 6.09375vw;
  padding-right: 5.15625vw;
  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: 0.75rem;
  line-height: 4.0625vw;
  text-align: right;
  color: #78787b;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field input,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div input {
  padding: 3.28125vw 2.65625vw 1.40625vw 0;
  border: none;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #000;
  background: none;
  line-height: 5.625vw;
  text-align: right;
  height: 10.3125vw;
  box-sizing: border-box;
  border-bottom: 0.3125vw 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 input:focus,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div input:focus {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}
.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: 5.9375vw;
  justify-content: center;
  position: relative;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.idNumber .input-field-error span,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.idNumber .input-field-error span {
  position: absolute;
  top: 1.25vw;
}
.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: 0.8125rem;
  height: 6.09375vw;
  min-height: 6.09375vw;
  padding-right: 2.65625vw;
  line-height: 4.0625vw;
  text-align: right;
  justify-content: center;
  color: #de1a1a;
}
.PaywallCheckoutPersonalDetails .personal-details-form .submit-button {
  width: 100%;
  height: 10.3125vw;
  border-radius: 0.46875vw;
  background: #2261D0;
  color: white;
  font-weight: 500;
  font-size: 1rem;
  line-height: 5.625vw;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.21875vw;
  border: 0;
}
.PaywallCheckoutPersonalDetails .personal-details-form .submit-button:disabled {
  background: #D8D8D8;
  color: #78787B;
}
@supports (-webkit-touch-callout: none) {
  @media (hover: none) and (pointer: coarse) {
    .PaywallCheckoutPersonalDetails .personal-details-form input,
    .PaywallCheckoutPersonalDetails .personal-details-form select,
    .PaywallCheckoutPersonalDetails .personal-details-form textarea {
      font-size: 1rem !important;
    }
  }
}
@media (prefers-color-scheme: dark) {
  .PaywallCheckoutPersonalDetails {
    background: #fff !important;
  }
  .PaywallCheckoutPersonalDetails .title {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form .general-error,
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field-error,
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field.idNumber .input-field-error,
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field.idNumber .input-field-error a {
    color: #de1a1a !important;
    -webkit-text-fill-color: #de1a1a !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field label,
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field div label {
    color: #78787b !important;
    -webkit-text-fill-color: #78787b !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field input,
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field div input {
    background: none;
    color: #000 !important;
    border-bottom: 0.3125vw solid #000 !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field input.error,
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field div input.error {
    border-bottom: 1px solid #de1a1a !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field input:disabled,
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field div input:disabled {
    background: unset !important;
    color: #999999 !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field.email input {
    color: #999999 !important;
    border-bottom: 1px solid #C5C5C5 !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse input {
    background: none;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse input.error {
    border-color: #DE1A1A !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse label {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse label a {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form .submit-button {
    background: #2261D0 !important;
    color: white !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form .submit-button:disabled {
    background: #D8D8D8 !important;
    color: #78787B !important;
  }
}
.premium-page-auth-wrapper {
  margin: 7.8125vw 3.90625vw;
  background-color: #fff;
}
.premium-page-auth-wrapper .yedioth-plus-logo {
  width: 32.65625vw;
  height: 10.3125vw;
  background-size: contain;
  margin: auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='127' height='40' viewBox='0 0 127 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20C0 8.95431 8.95431 0 20 0H107C118.046 0 127 8.95431 127 20C127 31.0457 118.046 40 107 40H20C8.9543 40 0 31.0457 0 20Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6391 36C28.3169 36 35.3504 28.8364 35.3504 20C35.3504 11.1636 28.3169 4 19.6391 4C10.9613 4 3.92773 11.1636 3.92773 20C3.92773 28.8364 10.9613 36 19.6391 36Z' fill='black'/%3E%3Cpath d='M21.8836 10.8571V29.1428H17.3946V10.8571H21.8836Z' fill='white'/%3E%3Cpath d='M28.617 17.7142V22.2857H10.6612V17.7142H28.617Z' fill='white'/%3E%3Cpath d='M105.335 12.4307C105.335 12.4307 98.0933 12.5649 96.6022 12.2791H96.6144C95.588 12.082 95.0082 11.8542 94.0924 11.4943L93.9072 11.4216C93.4892 11.2603 93.1507 10.9303 92.8327 10.6204C92.3001 10.1012 91.8255 9.63868 91.1329 10.1208C92.6117 12.1099 93.235 14.7231 93.3695 17.1963L102.475 17.2138V30.0173H103.703C104.235 27.8007 105.078 25.59 106.288 23.6943C105.347 21.8336 104.84 19.2554 104.473 17.138H105.995L105.335 12.4307Z' fill='white'/%3E%3Cpath d='M80.6337 11.9962C80.0714 11.9281 79.5099 11.8601 79.0267 11.6888L79.0328 11.7063C78.7011 11.5375 78.3913 11.3131 78.0804 11.088C77.4462 10.6287 76.8078 10.1664 75.9712 10.1664C77.0773 12.3129 77.8167 14.9786 77.2484 17.3818C78.4217 17.4751 80.7927 17.3935 80.7927 17.3935C80.8119 17.3551 80.8605 17.8216 80.936 18.5455C81.1011 20.1296 81.3946 22.9457 81.7888 24.3989C80.5879 24.2966 79.7479 24.354 79.0001 24.4052C78.2563 24.4561 77.6037 24.5007 76.7778 24.3756C75.464 20.9108 74.6268 17.2127 74.9934 13.0771C74.8871 12.1131 74.0051 12.1338 73.1905 12.153C72.9749 12.1581 72.764 12.163 72.5735 12.1496C71.6038 12.2132 70.7844 11.7161 69.996 11.2377C69.1945 10.7514 68.4251 10.2846 67.5625 10.4464C69.243 12.3713 69.6769 14.7745 69.6769 17.376L72.8485 17.3877C72.8485 17.3877 74.0768 22.1532 73.8446 24.3056C73.4643 24.4502 73.3268 24.4355 73.0575 24.4068C72.8378 24.3834 72.5304 24.3506 71.9318 24.3873C71.6385 24.3406 71.3146 24.4164 71.0091 24.6148C70.9691 24.6402 70.9334 24.6604 70.9009 24.6788C70.7694 24.7532 70.6891 24.7986 70.5813 25.0464C70.1792 25.9731 69.9746 26.7051 69.7118 27.6458C69.5312 28.2919 69.3232 29.0365 69.0047 30.0103H81.911C82.2134 29.3655 82.5387 28.7696 82.8536 28.1929C83.6523 26.7299 84.3838 25.3901 84.5021 23.6873C83.0599 20.5783 82.7238 16.7868 83.396 13.2287C82.883 12.2687 81.7567 12.1322 80.6337 11.9962Z' fill='white'/%3E%3Cpath d='M62.576 11.8188C63.1028 12.4104 63.9295 12.4566 64.7299 12.5013C65.666 12.5536 66.5661 12.6039 66.9087 13.5221C66.6765 17.4069 67.1776 21 68.3876 24.3015C68.183 24.6661 67.9836 24.9995 67.7899 25.3234C67.0295 26.595 66.3566 27.7203 65.7965 30.012H64.7516L64.7638 17.5294C64.7638 17.5294 63.2483 17.4885 61.7633 17.5294C62.1626 14.1324 60.5947 11.7293 59.7785 10.4784C59.7328 10.4083 59.6894 10.3418 59.6489 10.2789C60.5921 10.0575 61.0832 10.559 61.5759 11.0622C61.8749 11.3675 62.1745 11.6735 62.576 11.8188Z' fill='white'/%3E%3Cpath d='M88.7887 12.5013C87.9883 12.4566 87.1616 12.4104 86.6349 11.8188H86.641C86.4281 11.7042 86.2162 11.4897 85.9838 11.2544C85.4359 10.6995 84.7737 10.0291 83.7138 10.2789C83.7544 10.3418 83.7977 10.4082 83.8435 10.4783C84.6596 11.7292 86.2275 14.1324 85.8282 17.5294C87.2399 17.6052 88.8287 17.5294 88.8287 17.5294L88.841 23.9224H89.7209C90.2738 21.6355 91.1 20.7337 91.9795 19.7737C92.2082 19.5241 92.4405 19.2705 92.6725 18.9876C91.3526 16.6602 90.9676 13.5221 90.9676 13.5221C90.625 12.6039 89.7248 12.5536 88.7887 12.5013Z' fill='white'/%3E%3Cpath d='M109.178 11.8189C109.705 12.4104 110.532 12.4566 111.332 12.5014C112.268 12.5537 113.169 12.604 113.511 13.5222C113.511 13.5222 113.896 16.6603 115.216 18.9877C115.02 19.227 114.828 19.4453 114.64 19.6579C113.755 20.6637 112.98 21.544 112.405 23.9224H111.409L111.421 17.5294C111.421 17.5294 109.735 17.4886 108.372 17.5294C108.771 14.1325 107.203 11.7293 106.387 10.4784C106.341 10.4083 106.298 10.3418 106.257 10.279C107.233 10.0498 107.748 10.5707 108.26 11.089C108.543 11.3755 108.826 11.6611 109.185 11.8189H109.178Z' fill='white'/%3E%3Cpath d='M49.4619 17.7032H56.1167L56.1412 30.0809L57.7667 30.0575C58.3053 27.8535 58.9481 26.811 59.6729 25.6354C59.8938 25.2772 60.1222 24.9066 60.3577 24.487C59.1478 21.1797 58.665 17.5107 58.9033 13.6317C58.8865 13.6015 58.8698 13.5717 58.8535 13.5424C58.5378 12.9758 58.309 12.5652 57.9256 12.471C56.6276 12.4185 55.2964 12.4437 53.9715 12.4687C51.3168 12.5189 48.6872 12.5685 46.4003 11.9927C45.9533 11.9667 45.5433 11.5161 45.1537 11.0878C44.579 10.4562 44.0487 9.87326 43.5098 10.7736C44.7564 12.8268 45.1353 15.0783 45.2025 17.6449C45.7097 17.5807 46.333 17.534 46.663 17.6915C45.7219 19.5523 46.1436 22.9529 46.663 24.6386C46.663 24.6386 44.0964 24.5862 43.9803 24.6328C43.2776 26.3361 41.8965 30.0109 41.8965 30.0109H48.203L48.4841 29.69C48.6295 29.1586 48.833 28.6221 49.0386 28.0801C49.7401 26.2305 50.4659 24.3169 48.9913 22.3229C48.3558 20.7889 48.0808 18.7298 49.4619 17.7032Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (prefers-color-scheme: dark) {
  .singleColumnGrid:has(.premium-page-auth-wrapper) {
    background-color: #fff;
  }
  .premium-page-auth-wrapper {
    background-color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .premium-page-auth-wrapper .yedioth-plus-logo {
    width: 16.32813vw;
    height: 5.15625vw;
  }
}
.audio-podcast-player {
  width: calc(100% + 7.8125vw);
  display: flex;
  flex-direction: column;
  margin: 0 -3.90625vw;
}
.audio-podcast-player .audio-podcast-player-container {
  display: flex;
  height: 31.25vw;
  position: relative;
  z-index: 2;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details-image-container {
  width: calc(100% - 31.25vw);
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0;
}
.audio-podcast-player .audio-podcast-player-container .podcast-image {
  width: 31.25vw;
  height: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.audio-podcast-player .audio-podcast-player-container .container-background-image {
  width: 100%;
  height: 100%;
  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 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 2.03125vw 0;
  padding-inline-start: 2.65625vw;
  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: 3.75vw;
  font-weight: normal;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .podcast-title-rpf {
  font-size: 4.53125vw;
  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;
  height: 3.59375vw;
  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;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .duration-container .podcast-duration-rpf {
  font-size: 3.75vw;
  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 4.25vw;
  z-index: 1;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button {
  width: 14.53125vw;
  height: 14.53125vw;
  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;
  height: 4.6875vw;
  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;
  margin-inline-end: 1.09375vw;
}
.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;
  height: 4.6875vw;
  margin: 0;
}
.signup-for-podcast {
  height: 23.4375vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 0 1.5625vw;
  box-sizing: border-box;
}
.signup-for-podcast .signup-for-podcast-title-rpf {
  font-size: 4.6875vw;
  font-weight: bold;
  color: #000;
  margin: 1.5625vw auto;
}
.font-moses .signup-for-podcast .signup-for-podcast-title-rpf {
  font-size: 4.0625vw;
  font-weight: 670;
}
.signup-for-podcast .signup-for-podcast-buttons {
  width: 100%;
  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: 25.625vw;
  height: 9.375vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='164' height='61' viewBox='0 0 164 61'%3E %3Cg id='spotify_640' data-name='spotify 640' transform='translate(-457 -1029)'%3E %3Crect id='Rectangle_11416' data-name='Rectangle 11416' width='164' height='61' rx='7' transform='translate(457 1029)' fill='%23ebeced'/%3E %3Cg id='Group_533' data-name='Group 533' transform='translate(473 1037.516)'%3E %3Cpath id='Spotify_logo_with_text' d='M55.583,18.773C52.2,17.966,51.6,17.4,51.6,16.209c0-1.125,1.058-1.882,2.634-1.882a7.7,7.7,0,0,1,4.626,1.758.224.224,0,0,0,.314-.05l1.653-2.33a.222.222,0,0,0-.042-.3,10,10,0,0,0-6.5-2.252c-3.655,0-6.209,2.194-6.209,5.332,0,3.366,2.2,4.557,6.01,5.477,3.238.746,3.786,1.371,3.786,2.489,0,1.239-1.105,2.009-2.884,2.009a7.786,7.786,0,0,1-5.392-2.227.229.229,0,0,0-.162-.054.219.219,0,0,0-.152.077l-1.854,2.205a.223.223,0,0,0,.021.309,11.049,11.049,0,0,0,7.464,2.861c3.938,0,6.483-2.152,6.483-5.483.007-2.811-1.676-4.368-5.8-5.371ZM70.3,15.435a5.316,5.316,0,0,0-4.263,2.05V15.934a.221.221,0,0,0-.22-.222H62.785a.221.221,0,0,0-.22.222V33.166a.222.222,0,0,0,.22.222h3.032a.222.222,0,0,0,.22-.222V27.727A5.454,5.454,0,0,0,70.3,29.657c3.172,0,6.385-2.442,6.385-7.11s-3.208-7.112-6.382-7.112h0Zm2.859,7.112c0,2.376-1.463,4.036-3.561,4.036a3.767,3.767,0,0,1-3.636-4.036A3.767,3.767,0,0,1,69.6,18.511c2.063,0,3.561,1.7,3.561,4.036Zm11.756-7.112a7.126,7.126,0,1,0,7.26,7.112,7.148,7.148,0,0,0-7.26-7.112Zm0,11.171A3.856,3.856,0,0,1,81.1,22.545a3.765,3.765,0,0,1,3.762-4.012A3.866,3.866,0,0,1,88.7,22.6,3.774,3.774,0,0,1,84.915,26.606ZM100.9,15.712H97.562V12.3a.221.221,0,0,0-.22-.222H94.31a.223.223,0,0,0-.222.222v3.41H92.631a.221.221,0,0,0-.22.222v2.605a.221.221,0,0,0,.22.222h1.456V25.5c0,2.723,1.356,4.1,4.032,4.1a5.522,5.522,0,0,0,2.838-.707.217.217,0,0,0,.112-.192V26.227a.221.221,0,0,0-.105-.187.215.215,0,0,0-.215-.009,3.827,3.827,0,0,1-1.779.428c-.972,0-1.407-.442-1.407-1.431V18.763H100.9a.221.221,0,0,0,.22-.222v-2.6a.215.215,0,0,0-.218-.222h0Zm11.622.013v-.419c0-1.232.473-1.782,1.531-1.782a5.122,5.122,0,0,1,1.709.315.221.221,0,0,0,.29-.211V11.074a.219.219,0,0,0-.157-.213,8.3,8.3,0,0,0-2.519-.362c-2.8,0-4.28,1.577-4.28,4.558V15.7h-1.456a.223.223,0,0,0-.222.222v2.618a.223.223,0,0,0,.222.222H109.1v10.4a.222.222,0,0,0,.222.222h3.03a.221.221,0,0,0,.222-.222v-10.4H115.4l4.336,10.4c-.492,1.091-.976,1.309-1.637,1.309a3.48,3.48,0,0,1-1.672-.475.241.241,0,0,0-.176-.016.221.221,0,0,0-.131.119l-1.028,2.255a.221.221,0,0,0,.1.288,6.379,6.379,0,0,0,3.236.829c2.238,0,3.477-1.044,4.565-3.849l5.259-13.588a.222.222,0,0,0-.2-.3H124.89a.222.222,0,0,0-.211.149l-3.233,9.233-3.54-9.239a.221.221,0,0,0-.206-.143h-5.179Zm-6.738-.013H102.75a.223.223,0,0,0-.222.222V29.158a.222.222,0,0,0,.222.222h3.032a.222.222,0,0,0,.222-.222V15.935a.222.222,0,0,0-.222-.222h0Zm-1.5-6.022a2.174,2.174,0,1,0,2.173,2.173A2.174,2.174,0,0,0,104.284,9.69Zm26.555,10.274a2.139,2.139,0,1,1,2.145-2.146,2.125,2.125,0,0,1-2.145,2.146Zm.012-4.066a1.926,1.926,0,1,0,1.908,1.92,1.907,1.907,0,0,0-1.908-1.92Zm.473,2.139.6.845h-.51l-.543-.775h-.466v.775h-.426V16.643h1c.522,0,.864.266.864.714a.665.665,0,0,1-.517.68Zm-.361-1.01h-.555v.708h.555c.276,0,.442-.136.442-.354S131.239,17.028,130.963,17.028Z' transform='translate(-47.369 -1.092)' fill='%23414548'/%3E %3Cpath id='Spotify_logo_with_text-2' data-name='Spotify_logo_with_text' d='M21.344.277a21.09,21.09,0,1,0,21.091,21.09A21.091,21.091,0,0,0,21.344.277h0ZM31.016,30.7a1.314,1.314,0,0,1-1.808.436c-4.952-3.025-11.186-3.71-18.527-2.032a1.315,1.315,0,0,1-.585-2.564C18.129,24.7,25.021,25.49,30.58,28.887A1.315,1.315,0,0,1,31.016,30.7ZM33.6,24.953a1.644,1.644,0,0,1-2.262.542C25.666,22.01,17.025,21,10.319,23.036a1.644,1.644,0,1,1-.956-3.146c7.659-2.324,17.182-1.2,23.692,2.8a1.644,1.644,0,0,1,.541,2.261Zm.222-5.98c-6.8-4.037-18.012-4.409-24.5-2.439a1.973,1.973,0,1,1-1.145-3.775c7.45-2.262,19.835-1.825,27.661,2.821a1.972,1.972,0,1,1-2.012,3.393Z' transform='translate(89.146 -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: 38.28125vw;
  height: 9.375vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='245' height='61' viewBox='0 0 245 61'%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_640' data-name='apple 640' transform='translate(-189 -1029)'%3E %3Crect id='Rectangle_11415' data-name='Rectangle 11415' width='245' height='61' rx='7' transform='translate(189 1029)' fill='%23ebeced'/%3E %3Cg id='Group_534' data-name='Group 534' transform='translate(204.023 1039.646)'%3E %3Ctext id='Apple_Podcasts' data-name='Apple Podcasts' transform='translate(-0.023 28.354)' fill='%233d4144' font-size='25' 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(175.221)'%3E %3Cpath id='XMLID_662_' d='M39.263,34.71A8.439,8.439,0,0,1,36.7,38.075a8.572,8.572,0,0,1-2.817,1.469,17.219,17.219,0,0,1-4.846.507H11.014a17.791,17.791,0,0,1-4.846-.507,8.328,8.328,0,0,1-2.817-1.469A8.473,8.473,0,0,1,.788,34.71,15.867,15.867,0,0,1,0,29.037H0V11.014H0A15.867,15.867,0,0,1,.788,5.34,8.439,8.439,0,0,1,3.351,1.976,8.572,8.572,0,0,1,6.168.507,17.79,17.79,0,0,1,11.014,0H29.037a17.79,17.79,0,0,1,4.846.507A8.328,8.328,0,0,1,36.7,1.976,8.473,8.473,0,0,1,39.263,5.34a15.608,15.608,0,0,1,.788,5.674V29.037A15.867,15.867,0,0,1,39.263,34.71Z' transform='translate(0 0)' fill-rule='evenodd' fill='url(%23linear-gradient)'/%3E %3Cg id='Group_532' data-name='Group 532' transform='translate(5.94 4.432)'%3E %3Cpath id='XMLID_657_' d='M130.811,166.889a1.783,1.783,0,0,0-.534-1.148,4.032,4.032,0,0,0-2.9-1.041,3.975,3.975,0,0,0-2.9,1.041,1.885,1.885,0,0,0-.534,1.148,14.813,14.813,0,0,0,.067,3.03c.107,1.228.307,2.87.561,4.526a18.041,18.041,0,0,0,.467,2.283,2.66,2.66,0,0,0,4.673,0,18.036,18.036,0,0,0,.467-2.283c.254-1.669.454-3.3.561-4.526A13.915,13.915,0,0,0,130.811,166.889Z' transform='translate(-113.294 -147.144)' fill='%23fff'/%3E %3Cpath id='XMLID_655_' d='M131.968,108.784a3.284,3.284,0,1,1-3.284-3.284A3.282,3.282,0,0,1,131.968,108.784Z' transform='translate(-114.598 -95.848)' fill='%23fff'/%3E %3Cpath id='XMLID_653_' d='M58.537,33.2a14.087,14.087,0,0,0-4.619,27.381.191.191,0,0,0,.254-.2c-.067-.481-.147-.961-.2-1.442a.529.529,0,0,0-.28-.387,12.282,12.282,0,1,1,9.8,0,.453.453,0,0,0-.28.387l-.2,1.442a.184.184,0,0,0,.254.2A14.088,14.088,0,0,0,58.537,33.2Z' transform='translate(-44.491 -33.2)' fill='%23fff'/%3E %3Cpath id='XMLID_651_' d='M88.46,68.151a9.431,9.431,0,0,0-4.94,17.222.193.193,0,0,0,.294-.16A13.1,13.1,0,0,1,83.8,83.6a.544.544,0,0,0-.187-.454,7.63,7.63,0,1,1,10.426,0,.636.636,0,0,0-.187.454c.027.521.013,1.028-.013,1.6a.185.185,0,0,0,.294.16A9.423,9.423,0,0,0,88.46,68.151Z' transform='translate(-74.735 -63.478)' 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: 34.375vw;
  height: 6.5625vw;
  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: 23.4375vw;
  height: 9.375vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='159' height='61' viewBox='0 0 159 61'%3E %3Cg id='_640' data-name='640' transform='translate(-14 -1029)'%3E %3Crect id='Rectangle_11414' data-name='Rectangle 11414' width='159' height='61' rx='7' transform='translate(14 1029)' fill='%23ebeced'/%3E %3Cg id='Group_567' data-name='Group 567' transform='translate(-3076.92 570.033)'%3E %3Cg id='Group_564' data-name='Group 564' transform='translate(3108.313 478.387)'%3E %3Cpath id='Path_1843' data-name='Path 1843' d='M3124.323,624.366l-2.139,10.645-2.216-10.645h-3.655l4.044,14.357v6.906h3.5V638.8l4.2-14.434Z' transform='translate(-3116.313 -623.493)' fill='%23282828'/%3E %3Cpath id='Path_1844' data-name='Path 1844' d='M3679.177,905.839c-4.617,0-4.86,3.614-4.86,8.071s.117,8.071,4.86,8.071,4.859-3.614,4.859-8.071S3683.794,905.839,3679.177,905.839Zm0,13.794c-1.652,0-1.288-2.562-1.288-5.723s-.287-5.723,1.288-5.723,1.336,2.562,1.336,5.723S3680.83,919.633,3679.177,919.633Z' transform='translate(-3663.625 -899.573)' fill='%23282828'/%3E %3Cpath id='Path_1845' data-name='Path 1845' d='M4280.981,934.416a1.629,1.629,0,0,1-1.563.994c-.963,0-.963-1.227-.963-1.227V922.038h-3.538v12.145s-.1,3.686,3.032,3.686a3.763,3.763,0,0,0,3.387-2.008l.423,1.737h2.684v-15.56h-3.461Z' transform='translate(-4252.715 -915.461)' fill='%23282828'/%3E %3Cpath id='Path_1846' data-name='Path 1846' d='M5222.487,934.416a1.632,1.632,0,0,1-1.564.994c-.963,0-.963-1.227-.963-1.227V922.038h-3.538v12.145s-.1,3.686,3.032,3.686a3.76,3.76,0,0,0,3.386-2.008l.425,1.737h2.684v-15.56h-3.461Z' transform='translate(-5176.181 -915.461)' fill='%23282828'/%3E %3Cpath id='Path_1847' data-name='Path 1847' d='M4739.912,623.188v-2.871h-10.459v2.871h3.422V641.7h3.616V623.188Z' transform='translate(-4698.543 -619.521)' fill='%23282828'/%3E %3Cpath id='Path_1848' data-name='Path 1848' d='M5829.948,585.072a4,4,0,0,0-3.423,2.013v-8.279h-3.382v22.175h2.926l.371-1.482a3.559,3.559,0,0,0,3.042,1.715c3.265,0,3.537-3.647,3.537-7.605S5832.98,585.072,5829.948,585.072Zm-.5,5.251v5.3c0,2.057-.468,3.085-1.479,3.085a1.665,1.665,0,0,1-1.439-.854v-8.8c.3-.741.794-1.466,1.557-1.466C5829.637,587.595,5829.443,590.324,5829.443,590.324Z' transform='translate(-5771.276 -578.806)' fill='%23282828'/%3E %3Cpath id='Path_1849' data-name='Path 1849' d='M6421.854,916.977c-.042,1.6-.291,2.656-1.353,2.656-1.448,0-1.348-1.966-1.3-4.579h5.822c0-.374,0-.756,0-1.145,0-4.457.1-8.071-4.519-8.071s-4.861,3.614-4.861,8.071.117,8.071,4.861,8.071c3.507,0,4.3-1.977,4.472-4.81l-3.119-.194Zm-1.353-8.79c1.436,0,1.363,2.131,1.34,4.9h-2.634C6419.178,910.318,6419.066,908.187,6420.5,908.187Z' transform='translate(-6352.42 -899.573)' fill='%23282828'/%3E %3C/g%3E %3Cg id='Group_565' data-name='Group 565' transform='translate(3184.507 471.967)'%3E %3Cpath id='Path_1850' data-name='Path 1850' d='M802.15,545.55c-2.312-.018-4.377-.031-6.441-.083-1.238-.031-2.477-.067-3.714-.119q-2.018-.084-4.036-.2c-1.357-.083-2.713-.194-4.064-.359a16.646,16.646,0,0,1-1.823-.292,6.207,6.207,0,0,1-3.323-2.027,6.485,6.485,0,0,1-1.455-3.017q-.313-1.531-.5-3.082c-.188-1.586-.3-3.177-.371-4.773-.09-1.961-.093-3.923-.057-5.885q.033-1.816.159-3.629c.112-1.64.266-3.276.527-4.9a11.715,11.715,0,0,1,.442-2.08,6.293,6.293,0,0,1,4.323-4.111,9.991,9.991,0,0,1,1.416-.26c.883-.134,1.771-.232,2.66-.314.755-.069,1.511-.121,2.267-.177,1.134-.083,2.27-.137,3.406-.187q1.228-.054,2.456-.088c3.8-.11,7.595-.117,11.393-.078q2.7.028,5.4.121,1.938.067,3.875.162c1.21.06,2.419.134,3.626.242a23.981,23.981,0,0,1,2.858.361,6.465,6.465,0,0,1,4.755,3.654,7.858,7.858,0,0,1,.554,1.819c.26,1.245.44,2.5.576,3.767s.224,2.533.287,3.8c.1,1.927.1,3.855.061,5.783-.027,1.346-.1,2.691-.2,4.033-.1,1.241-.225,2.478-.4,3.71a25.587,25.587,0,0,1-.46,2.554,6.175,6.175,0,0,1-2.091,3.305,6.359,6.359,0,0,1-2.984,1.386c-1.039.191-2.086.316-3.138.414-1.375.129-2.752.218-4.131.287-1.406.071-2.813.12-4.221.162C807.155,545.527,804.529,545.538,802.15,545.55Z' transform='translate(-776.349 -509.864)' fill='%23fe0000'/%3E %3Cpath id='Path_1851' data-name='Path 1851' d='M1530.948,898.185V882.9c4.447,2.546,8.872,5.085,13.333,7.641Z' transform='translate(-1510.349 -872.719)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
@media (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='164' height='61' viewBox='0 0 164 61'%3E %3Cg id='spotify_640_dark' data-name='spotify 640 dark' transform='translate(-457 -1029)'%3E %3Crect id='Rectangle_11416' data-name='Rectangle 11416' width='164' height='61' rx='7' transform='translate(457 1029)' fill='%232b2b2b'/%3E %3Cg id='Group_533' data-name='Group 533' transform='translate(473 1037.516)'%3E %3Cpath id='Spotify_logo_with_text' d='M21.344.277a21.09,21.09,0,1,0,21.091,21.09A21.091,21.091,0,0,0,21.344.277h0ZM31.016,30.7a1.314,1.314,0,0,1-1.808.436c-4.952-3.025-11.186-3.71-18.527-2.032a1.315,1.315,0,0,1-.585-2.564C18.129,24.7,25.021,25.49,30.58,28.887A1.315,1.315,0,0,1,31.016,30.7ZM33.6,24.953a1.644,1.644,0,0,1-2.262.542C25.666,22.01,17.025,21,10.319,23.036a1.644,1.644,0,1,1-.956-3.146c7.659-2.324,17.182-1.2,23.692,2.8a1.644,1.644,0,0,1,.541,2.261Zm.222-5.98c-6.8-4.037-18.012-4.409-24.5-2.439a1.973,1.973,0,1,1-1.145-3.775c7.45-2.262,19.835-1.825,27.661,2.821a1.972,1.972,0,1,1-2.012,3.393Z' transform='translate(89.146 -0.277)' fill='%231ed760'/%3E %3Cpath id='Spotify_logo_with_text-2' data-name='Spotify_logo_with_text' d='M55.747,18.955c-3.453-.823-4.067-1.4-4.067-2.616,0-1.147,1.079-1.919,2.686-1.919a7.848,7.848,0,0,1,4.719,1.793.228.228,0,0,0,.32-.051l1.686-2.377a.227.227,0,0,0-.043-.308,10.2,10.2,0,0,0-6.631-2.3c-3.728,0-6.333,2.237-6.333,5.438,0,3.433,2.247,4.648,6.13,5.586,3.3.761,3.861,1.4,3.861,2.538,0,1.263-1.127,2.049-2.942,2.049a7.942,7.942,0,0,1-5.5-2.271.234.234,0,0,0-.165-.055.224.224,0,0,0-.155.079L47.422,26.8a.227.227,0,0,0,.021.315,11.269,11.269,0,0,0,7.613,2.918c4.017,0,6.612-2.195,6.612-5.593.007-2.867-1.71-4.455-5.915-5.478Zm15.011-3.405a5.423,5.423,0,0,0-4.349,2.091V16.059a.226.226,0,0,0-.224-.227H63.092a.226.226,0,0,0-.224.227V33.635a.226.226,0,0,0,.224.227h3.092a.226.226,0,0,0,.224-.227V28.087a5.563,5.563,0,0,0,4.349,1.968c3.236,0,6.512-2.491,6.512-7.252S74,15.549,70.76,15.549h0ZM73.673,22.8c0,2.424-1.492,4.117-3.632,4.117A3.842,3.842,0,0,1,66.333,22.8a3.842,3.842,0,0,1,3.709-4.116c2.1,0,3.632,1.731,3.632,4.116Zm11.99-7.254A7.268,7.268,0,1,0,93.069,22.8a7.291,7.291,0,0,0-7.405-7.254Zm0,11.394A3.933,3.933,0,0,1,81.776,22.8a3.84,3.84,0,0,1,3.838-4.092,3.943,3.943,0,0,1,3.911,4.143A3.849,3.849,0,0,1,85.664,26.943Zm16.3-11.111h-3.4V12.354a.226.226,0,0,0-.224-.226H95.247a.228.228,0,0,0-.227.226v3.478H93.534a.226.226,0,0,0-.224.227v2.657a.226.226,0,0,0,.224.227H95.02v6.876C95.02,28.6,96.4,30,99.132,30a5.632,5.632,0,0,0,2.894-.721.221.221,0,0,0,.115-.2V26.557a.225.225,0,0,0-.107-.191.219.219,0,0,0-.22-.01,3.9,3.9,0,0,1-1.815.437c-.991,0-1.435-.451-1.435-1.459v-6.39h3.4a.226.226,0,0,0,.224-.227V16.06a.219.219,0,0,0-.222-.227h0Zm11.854.014v-.427c0-1.257.482-1.817,1.562-1.817a5.224,5.224,0,0,1,1.743.321.225.225,0,0,0,.3-.215V11.1a.224.224,0,0,0-.16-.217,8.47,8.47,0,0,0-2.569-.369c-2.854,0-4.365,1.608-4.365,4.649v.654h-1.485a.228.228,0,0,0-.227.226v2.671a.228.228,0,0,0,.227.227h1.485v10.6a.227.227,0,0,0,.227.227h3.09a.225.225,0,0,0,.227-.227v-10.6h2.887l4.423,10.6c-.5,1.113-1,1.335-1.669,1.335a3.549,3.549,0,0,1-1.705-.485.246.246,0,0,0-.179-.017.225.225,0,0,0-.134.122l-1.048,2.3a.226.226,0,0,0,.1.294,6.506,6.506,0,0,0,3.3.845c2.283,0,3.546-1.065,4.657-3.926l5.363-13.859a.226.226,0,0,0-.208-.309h-3.219a.226.226,0,0,0-.215.152l-3.3,9.417-3.611-9.423a.225.225,0,0,0-.21-.146H113.82Zm-6.873-.014h-3.092a.228.228,0,0,0-.227.227V29.546a.227.227,0,0,0,.227.227h3.092a.227.227,0,0,0,.227-.227V16.06a.226.226,0,0,0-.227-.227h0ZM105.419,9.69a2.217,2.217,0,1,0,2.216,2.216A2.217,2.217,0,0,0,105.419,9.69ZM132.5,20.169a2.182,2.182,0,1,1,2.187-2.188,2.168,2.168,0,0,1-2.187,2.188Zm.012-4.147a1.965,1.965,0,1,0,1.946,1.958,1.945,1.945,0,0,0-1.946-1.958ZM133,18.2l.616.862h-.521l-.554-.79h-.475v.79h-.435V16.782h1.017c.532,0,.881.272.881.729A.678.678,0,0,1,133,18.2Zm-.368-1.03h-.566V17.9h.566c.282,0,.451-.138.451-.362S132.912,17.174,132.63,17.174Z' transform='translate(-49.077 -1.566)' fill='%23fff'/%3E %3C/g%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 xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='245' height='61' viewBox='0 0 245 61'%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_640_dark' data-name='apple 640 dark' transform='translate(-189 -1029)'%3E %3Crect id='Rectangle_11415' data-name='Rectangle 11415' width='245' height='61' rx='7' transform='translate(189 1029)' fill='%232b2b2b'/%3E %3Cg id='Group_534' data-name='Group 534' transform='translate(204.023 1039.646)'%3E %3Ctext id='Apple_Podcasts' data-name='Apple Podcasts' transform='translate(-0.023 28.354)' fill='%23fff' font-size='25' 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(175.221)'%3E %3Cpath id='XMLID_662_' d='M39.263,34.71A8.439,8.439,0,0,1,36.7,38.075a8.572,8.572,0,0,1-2.817,1.469,17.219,17.219,0,0,1-4.846.507H11.014a17.791,17.791,0,0,1-4.846-.507,8.328,8.328,0,0,1-2.817-1.469A8.473,8.473,0,0,1,.788,34.71,15.867,15.867,0,0,1,0,29.037H0V11.014H0A15.867,15.867,0,0,1,.788,5.34,8.439,8.439,0,0,1,3.351,1.976,8.572,8.572,0,0,1,6.168.507,17.79,17.79,0,0,1,11.014,0H29.037a17.79,17.79,0,0,1,4.846.507A8.328,8.328,0,0,1,36.7,1.976,8.473,8.473,0,0,1,39.263,5.34a15.608,15.608,0,0,1,.788,5.674V29.037A15.867,15.867,0,0,1,39.263,34.71Z' transform='translate(0 0)' fill-rule='evenodd' fill='url(%23linear-gradient)'/%3E %3Cg id='Group_532' data-name='Group 532' transform='translate(5.94 4.432)'%3E %3Cpath id='XMLID_657_' d='M130.811,166.889a1.783,1.783,0,0,0-.534-1.148,4.032,4.032,0,0,0-2.9-1.041,3.975,3.975,0,0,0-2.9,1.041,1.885,1.885,0,0,0-.534,1.148,14.813,14.813,0,0,0,.067,3.03c.107,1.228.307,2.87.561,4.526a18.041,18.041,0,0,0,.467,2.283,2.66,2.66,0,0,0,4.673,0,18.036,18.036,0,0,0,.467-2.283c.254-1.669.454-3.3.561-4.526A13.915,13.915,0,0,0,130.811,166.889Z' transform='translate(-113.294 -147.144)' fill='%23fff'/%3E %3Cpath id='XMLID_655_' d='M131.968,108.784a3.284,3.284,0,1,1-3.284-3.284A3.282,3.282,0,0,1,131.968,108.784Z' transform='translate(-114.598 -95.848)' fill='%23fff'/%3E %3Cpath id='XMLID_653_' d='M58.537,33.2a14.087,14.087,0,0,0-4.619,27.381.191.191,0,0,0,.254-.2c-.067-.481-.147-.961-.2-1.442a.529.529,0,0,0-.28-.387,12.282,12.282,0,1,1,9.8,0,.453.453,0,0,0-.28.387l-.2,1.442a.184.184,0,0,0,.254.2A14.088,14.088,0,0,0,58.537,33.2Z' transform='translate(-44.491 -33.2)' fill='%23fff'/%3E %3Cpath id='XMLID_651_' d='M88.46,68.151a9.431,9.431,0,0,0-4.94,17.222.193.193,0,0,0,.294-.16A13.1,13.1,0,0,1,83.8,83.6a.544.544,0,0,0-.187-.454,7.63,7.63,0,1,1,10.426,0,.636.636,0,0,0-.187.454c.027.521.013,1.028-.013,1.6a.185.185,0,0,0,.294.16A9.423,9.423,0,0,0,88.46,68.151Z' transform='translate(-74.735 -63.478)' 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 {
    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");
  }
  .signup-for-podcast .signup-for-podcast-buttons .youtube-podcasts-signup-btn {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 159 61'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %232b2b2b; %7D .cls-1, .cls-2, .cls-3 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23ff4c41; %7D .cls-3 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Cg id='__x2021__xF8FF__x5F_1' data-name='˜_x2021__xF8FF__x5F_1'%3E %3Cg%3E %3Crect class='cls-1' y='0' width='159' height='61' rx='7' ry='7'/%3E %3Cg%3E %3Cg%3E %3Cpath class='cls-3' d='M43.16,25.25h3.07v15.75h-3.01v-1.65c-.29.27-.51.48-.73.68-.72.64-1.47,1.21-2.53,1.22-.96,0-1.69-.42-1.95-1.3-.19-.62-.3-1.28-.31-1.93-.05-4.18-.05-8.36-.07-12.53,0-.06.01-.12.02-.2h3.02c0,.13.02.26.02.39.02,4.01.04,8.03.05,12.04,0,.12,0,.23,0,.35.07.49.44.76.91.57.38-.16.71-.44,1.03-.7.42-.35.55-.79.54-1.34-.04-3.61-.04-7.21-.06-10.82,0-.16,0-.32,0-.52Z'/%3E %3Cpath class='cls-3' d='M27.15,19.97c-.55,1.74-1.08,3.43-1.62,5.11-.75,2.38-1.51,4.76-2.26,7.14-.06.18-.08.37-.08.55.01,2.6.03,5.2.05,7.81,0,.13,0,.25,0,.41h-3.2c0-.13,0-.26,0-.38-.01-2.61-.02-5.23-.05-7.84,0-.31-.1-.62-.2-.92-1.27-3.83-2.54-7.65-3.81-11.48-.04-.11-.07-.22-.12-.38,1.09,0,2.13,0,3.17.01.09,0,.23.18.26.29.5,1.7.98,3.4,1.46,5.1.26.89.51,1.79.84,2.69.16-.59.33-1.18.49-1.77.54-2,1.07-4,1.6-6,.06-.25.15-.34.44-.34.99.02,1.99,0,3.03,0Z'/%3E %3Cpath class='cls-3' d='M26.64,33.11c0-1.2-.04-2.4.02-3.6.02-.59.14-1.19.34-1.75.48-1.4,1.47-2.31,3.03-2.53,1.75-.25,3.31.08,4.4,1.55.55.74.77,1.61.84,2.51.06.77.07,1.54.08,2.31.01,1.68.03,3.36,0,5.04-.01.59-.1,1.19-.25,1.76-.47,1.73-2.09,2.88-4,2.9-1.92.02-3.63-1.12-4.12-2.86-.22-.78-.28-1.61-.32-2.42-.05-.97-.01-1.94-.01-2.9h0ZM32.34,33.26s-.03,0-.04,0c0-1.22,0-2.45,0-3.67,0-.32-.05-.66-.15-.96-.17-.55-.63-.83-1.22-.82-.59.01-1.02.32-1.17.88-.08.29-.12.6-.12.9,0,2.41.02,4.83.05,7.24,0,.35.06.7.16,1.03.17.55.63.84,1.22.83.55,0,1-.31,1.15-.86.09-.32.13-.67.13-1,.01-1.19,0-2.38,0-3.57Z'/%3E %3Cpath class='cls-3' d='M69.91,26.6c.63-.43,1.18-.93,1.84-1.25,1.64-.8,3.29-.08,3.71,1.62.22.9.35,1.84.37,2.77.05,2.32.03,4.64-.01,6.97-.02.86-.09,1.73-.29,2.57-.45,1.84-2.29,2.56-4.01,1.6-.58-.33-1.08-.79-1.63-1.2,0,.26,0,.56,0,.86-.01.61.07.55-.56.55-.65,0-1.3,0-1.95,0-.49,0-.49,0-.49-.46,0-3.7,0-7.4.01-11.1,0-3.06.01-6.11,0-9.17,0-.34.11-.43.46-.42.74.02,1.47.02,2.21,0,.3,0,.37.1.37.36-.01,1.94-.02,3.87-.02,5.81,0,.18,0,.36,0,.5ZM69.91,33.15s-.02,0-.03,0c0,1.41.03,2.82-.02,4.23-.02.56.23.84.7,1.05.14.06.29.12.44.16.72.19,1.25-.07,1.45-.75.1-.33.16-.69.16-1.03.02-2.48.02-4.97.01-7.45,0-.32-.07-.65-.16-.96-.14-.46-.45-.65-.96-.67-.49-.02-.9.18-1.29.43-.24.15-.33.34-.32.61.01,1.46,0,2.92,0,4.37Z'/%3E %3Cpath class='cls-3' d='M61.28,39.46c-.4.36-.73.67-1.09.97-.58.48-1.22.83-2,.87-1.25.07-2.11-.6-2.33-1.86-.1-.54-.15-1.09-.15-1.63-.01-4.01,0-8.03-.01-12.04,0-.33.07-.45.44-.44.77.02,1.55.02,2.32,0,.34-.01.43.1.43.42-.01,3.89,0,7.77,0,11.66,0,.21,0,.42,0,.63.03.5.33.71.84.61.69-.14,1.56-1.14,1.56-1.8,0-3.69,0-7.37,0-11.06,0-.45,0-.46.48-.46.77,0,1.55,0,2.32,0,.28,0,.39.06.39.35-.01,5.03-.02,10.06-.02,15.09,0,.25-.07.36-.35.35-.83-.01-1.67-.01-2.51,0-.26,0-.34-.09-.33-.33.01-.41,0-.83,0-1.3Z'/%3E %3Cpath class='cls-3' d='M83.69,35.52c1.04,0,2.01,0,2.97,0,.07,0,.21.11.21.17-.01,1.16.07,2.35-.54,3.42-.77,1.35-1.97,2.07-3.59,2.14-2.07.1-3.6-.72-4.43-2.35-.38-.76-.55-1.58-.55-2.41,0-2.32-.02-4.64.07-6.96.05-1.4.55-2.66,1.76-3.6,2.05-1.59,6.27-1.23,7.1,2.39.14.61.2,1.25.22,1.87.03,1,0,2.01,0,3.01,0,.46,0,.46-.48.47-1.66,0-3.32,0-4.97,0-.15,0-.29,0-.44,0-.03.05-.06.08-.06.1,0,1.17,0,2.33.04,3.5,0,.21.08.44.17.64.23.52.65.75,1.26.72.55-.03.98-.29,1.11-.81.11-.42.11-.87.14-1.31.02-.31,0-.63,0-1ZM83.74,31.27c-.04-.92-.04-1.8-.14-2.68-.07-.64-.49-.88-1.23-.88-.8,0-1.22.24-1.3.9-.09.81-.09,1.62-.1,2.44,0,.07.13.21.2.21.83.02,1.66,0,2.57,0Z'/%3E %3Cpath class='cls-3' d='M49.26,23.04c-.78,0-1.54,0-2.3,0-.36,0-.84.08-1.05-.1-.18-.16-.07-.63-.08-.97,0-.54.01-1.07,0-1.61-.01-.29.1-.35.38-.35,2.52,0,5.04-.01,7.55-.02.71,0,1.43,0,2.14-.01.29,0,.35.1.35.34-.01.78-.01,1.56,0,2.35,0,.28-.09.37-.38.36-.87-.01-1.74,0-2.62,0-.19,0-.39,0-.63,0,0,.26,0,.48,0,.7,0,5.61,0,11.23.01,16.84,0,.53,0,.53-.55.53-.76,0-1.52,0-2.28,0-.49,0-.5,0-.5-.49,0-3.14-.01-6.28-.01-9.42,0-2.58,0-5.16-.01-7.74,0-.13-.01-.25-.02-.41Z'/%3E %3C/g%3E %3Cg%3E %3Cpath class='cls-2' d='M143.13,31.14c0-.58,0-1.17,0-1.75,0-1.25.02-2.55-.03-3.83-.02-.57-.05-1.1-.09-1.61-.2-2.59-.51-5.07-2.05-6.92-1.42-1.71-3.59-2.08-5.52-2.3-2.26-.25-4.62-.42-7.21-.52-4.88-.18-9.81-.08-14.59.03-2.46.05-5,.11-7.5.31-3.25.26-6.55.78-8.08,4.03-1.19,2.53-1.19,5.63-1.19,8.35,0,.33,0,.65,0,.96-.02,2.8-.02,5.33.08,7.88.14,3.45.33,8.17,4.39,9.81,2.13.86,4.74,1.03,6.64,1.15,1.72.11,3.46.13,5.14.14.53,0,1.06,0,1.59.02.79.01,1.59.02,2.38.02,2.86,0,5.72-.07,8.51-.13,1.06-.02,2.13-.05,3.19-.07h.27c3.2-.07,6.5-.13,9.62-1.19,2.93-.99,3.73-3.98,4.14-6.77.31-2.13.29-4.3.28-6.39,0-.41,0-.81,0-1.22Z'/%3E %3Cpath class='cls-3' d='M115.68,30.5v-6.88c0-.43.47-.71.85-.49l6.01,3.44,6.01,3.44c.38.22.38.76,0,.98l-6.01,3.44-6.01,3.44c-.38.22-.85-.05-.85-.49v-6.88Z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }
}
.RadioNewsflashMobileWeb {
  height: 7.5vw;
  background-color: #DE1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4.6875vw;
  margin: 4.6875vw 3.90625vw 3.125vw;
  cursor: pointer;
}
.RadioNewsflashMobileWeb .rnf-text {
  font-family: 'NarkisBlock';
  font-size: 5vw;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-inline-end: 6.25vw;
}
.font-moses .RadioNewsflashMobileWeb .rnf-text {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 4.6875vw;
  font-weight: 670;
}
.RadioNewsflashMobileWeb .audio-headphones-button {
  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");
  width: 4.0625vw;
  height: 4.0625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.radio-newsflash .aod-player-show-title-wrapper {
  width: 87.96875vw !important;
}
.aod-floating-player-wrapper {
  height: 26.5625vw;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  bottom: 7.8125vw;
  left: 50%;
  padding: 0 2.34375vw;
  z-index: 6;
  box-sizing: border-box;
  transform: translate(-50%, 200%);
  transition: transform 0.5s ease;
  background-color: #2d2d2d;
  border: solid 1px #6e6e6e;
  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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.6875vw;
  height: 4.6875vw;
  margin: 2.34375vw 0 0 2.34375vw;
  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;
}
.aod-floating-player-wrapper .aod-floating-player {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  position: relative;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title {
  width: 100%;
  color: #fff;
  font-size: 3.90625vw;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-title {
  font-size: 3.28125vw;
  font-weight: 340;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3.125vw;
}
.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 {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  bottom: -1.25vw;
}
.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: 4.21875vw;
  direction: ltr;
  width: 100%;
}
.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: 4.6875vw;
  margin-top: 1px;
}
.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;
  font-weight: 340;
  margin-top: 1.40625vw;
}
.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: 1.01563vw;
  border-radius: 0.28125vw;
  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-left: 3.90625vw;
  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;
  height: 8.125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
  padding-top: 0.3125vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 3.90625vw;
  font-weight: 300;
  color: #fff;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button {
  font-size: 3.28125vw;
  font-weight: 340;
  padding-top: 0.625vw;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button {
  width: 10.625vw;
  height: 10.625vw;
  min-width: 10.625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #e02020;
  margin-left: 3.125vw;
}
.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: 3.125vw;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 1.5625vw 0 1.5625vw 3.125vw;
  margin-left: 0.625vw;
}
.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;
  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;
  height: 10.625vw;
  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;
  height: 9.6875vw;
  background: #e02020;
  border-radius: 50%;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container {
  display: flex;
  margin-top: 1.71875vw;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper {
  position: relative;
  margin-left: 3.90625vw;
}
.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;
  height: 7.1875vw;
  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;
  height: 7.03125vw;
  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;
  height: 4.21875vw;
  margin-right: 0.625vw;
  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;
  width: 77.34375vw;
  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-left: 23.4375vw;
  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: 6.5625vw;
  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: 5.3125vw;
  font-weight: 340;
}
.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: 18.75vw;
  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: 100%;
  height: 26.5625vw;
  display: flex;
  flex-direction: column-reverse;
  position: fixed;
  justify-content: space-between;
  bottom: 7.8125vw;
  background-color: #2d2d2d;
  padding: 2.34375vw;
  z-index: 5;
  box-sizing: border-box;
  transform: translateY(200%);
  transition: transform 0.5s ease;
  border: solid 1px #6e6e6e;
  box-shadow: 0 -0.46875vw 1.5625vw 0 rgba(0, 0, 0, 0.1);
}
.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: 4.6875vw;
  height: 4.6875vw;
  margin: 2.34375vw 0 0 2.34375vw;
  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;
}
.radio-floating-player .floating-player-logic-container {
  display: flex;
  align-items: center;
}
.radio-floating-player .floating-player-logic-container .floating-player-button {
  width: 10.625vw;
  height: 10.625vw;
  min-width: 10.625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #e02020;
  margin-left: 3.125vw;
}
.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: 3.125vw;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 1.5625vw 0 1.5625vw 3.125vw;
  margin-left: 0.625vw;
}
.radio-floating-player .floating-player-logic-container .floating-player-button .floating-player-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 3.125vw;
  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: 10.625vw;
  height: 10.625vw;
  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: 9.6875vw;
  height: 9.6875vw;
  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 {
  padding: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .go-live-btn {
  width: 9.84375vw;
  height: 9.84375vw;
  margin-left: 1.25vw;
  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: 9.84375vw;
  height: 9.84375vw;
  margin-left: 3.75vw;
  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;
  position: relative;
  top: 1.5625vw;
  align-self: end;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline input[type=range] {
  -webkit-appearance: none;
  width: 55.78125vw;
  height: 1.09375vw;
  direction: ltr;
  border-radius: 0.5vw;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline input[type=range].disabled {
  pointer-events: none;
  touch-action: none;
  -ms-touch-action: none;
}
.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: 2.34375vw;
  width: 2.34375vw;
  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: 2.34375vw;
  width: 2.34375vw;
  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: 2.34375vw;
  width: 2.34375vw;
  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;
  position: absolute;
  left: 0;
  top: -3.28125vw;
  line-height: 1;
  font-size: 3.4375vw;
  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: 1.40625vw;
  font-size: 3.4375vw;
  line-height: 1;
  color: #fff;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .live-feedback .dot {
  width: 1.5625vw;
  height: 1.5625vw;
  margin-left: 0.78125vw;
  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;
  position: relative;
  top: 1.5625vw;
  align-self: end;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline input[type=range] {
  -webkit-appearance: none;
  width: 55.78125vw;
  height: 1.09375vw;
  direction: ltr;
  border-radius: 0.5vw;
  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: 1.09375vw;
  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;
  align-items: center;
  margin-top: 0.46875vw;
  height: 3.4375vw;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline .control-ruler-bottom-details .progress-time {
  font-size: 3.4375vw;
  font-weight: 300;
  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;
  margin-top: 1.40625vw;
  font-size: 3.4375vw;
  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: 1.5625vw;
  height: 1.5625vw;
  margin-left: 0.78125vw;
  border-radius: 50%;
  background-color: #fec300;
}
.radio-floating-player .floating-player-content {
  display: flex;
  margin-left: 8.59375vw;
  margin-bottom: 4.6875vw;
}
.radio-floating-player .floating-player-content .floating-player-show-details {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 2.03125vw;
  color: #fff;
  font-size: 4.375vw;
}
.radio-floating-player .floating-player-content .floating-player-show-details .floating-player-tab-title,
.radio-floating-player .floating-player-content .floating-player-show-details .floating-player-live-indication {
  margin-left: 0.78125vw;
}
.radio-floating-player .floating-player-content .floating-player-show-details .floating-player-show-time,
.radio-floating-player .floating-player-content .floating-player-show-details .floating-player-tab-title {
  font-weight: 300;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper {
  position: relative;
  overflow: hidden;
  height: 5vw;
  width: 58.28125vw;
}
.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: 23.4375vw;
  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: 4.375vw;
  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: 18.75vw;
  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: -1px;
  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: 8.59375vw;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  justify-content: space-between;
  top: 12.5vw;
  margin-bottom: 2.5vw;
  padding: 0 4.0625vw 0 2.5vw;
  z-index: 1;
}
.font-moses .multi-audio-componenta .multi-audio-componenta-tab {
  padding: 0 4.6875vw;
}
.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: 4.21875vw;
}
.font-moses .multi-audio-componenta .multi-audio-componenta-tab .right-title-text {
  font-size: 4.0625vw;
  font-weight: 670;
}
.multi-audio-componenta .multi-audio-componenta-tab .left-title-link {
  height: 100%;
  width: 3.90625vw;
  flex-shrink: 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='%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: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.multi-audio-componenta .multi-audio-componenta-tab .left-title-text {
  display: none;
}
.multi-audio-componenta .slotList {
  padding: 0 2.03125vw;
}
.multi-audio-componenta .slotList .slotView {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2.65625vw;
  position: relative;
}
.multi-audio-componenta .slotList .slotView .mediaArea {
  height: 20.625vw;
  width: 36.71875vw;
  position: relative;
  margin-left: 2.8125vw;
  background-color: #c4c4c4;
  flex-shrink: 0;
  overflow: hidden;
}
.multi-audio-componenta .slotList .slotView .mediaArea > img {
  width: 100%;
  height: 100%;
}
.multi-audio-componenta .slotList .slotView .mediaArea .MediaCarousel {
  height: 20.625vw !important;
  width: 36.71875vw !important;
}
.multi-audio-componenta .slotList .slotView .mediaArea .MediaCarousel img {
  height: 20.625vw !important;
  width: 36.71875vw !important;
}
.multi-audio-componenta .slotList .slotView .mediaArea .MutamMarketingSign {
  right: unset !important;
  left: 0;
  z-index: 11 !important;
}
.multi-audio-componenta .slotList .slotView .mediaArea .MutamMarketingSign .marketingImage {
  right: unset !important;
  left: 0;
}
.multi-audio-componenta .slotList .slotView .mediaArea .MutamMarketingText {
  width: calc(100vw - (2.03125vw * 2));
  z-index: 11 !important;
}
.multi-audio-componenta .slotList .slotView .textArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000;
}
.multi-audio-componenta .slotList .slotView .textArea .slotTitle {
  flex-shrink: 0;
  font-size: 4.53125vw;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.9375vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-moses .multi-audio-componenta .slotList .slotView .textArea .slotTitle {
  font-size: 3.75vw;
  font-weight: 670;
  line-height: 1.29;
}
.multi-audio-componenta .slotList .slotView .textArea .slotSubTitle {
  display: none !important;
}
.multi-audio-componenta .slotList .slotView .textArea .moreDetails {
  display: flex;
  font-size: 3.4375vw;
  font-weight: normal;
  line-height: 1.15;
  color: #575757;
  margin: 0;
}
.font-moses .multi-audio-componenta .slotList .slotView .textArea .moreDetails {
  font-size: 3.28125vw;
  font-weight: 340;
  line-height: 4.375vw;
}
.multi-audio-componenta .slotList .slotView .textArea .moreDetails .category {
  max-width: 19.53125vw;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: inline;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper {
  height: 20.625vw;
  display: flex;
  align-items: center;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button {
  width: 9.53125vw;
  height: 9.53125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 5.625vw;
  border: none;
  border-radius: 50%;
  border: 0.39063vw 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: 3.125vw;
  border-color: transparent transparent transparent #6e6e6e;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 1.5625vw 0 1.5625vw 3.125vw;
  margin-left: 0.625vw;
}
.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 2.1875vw;
  height: 2.8125vw;
  margin: 0;
}
.multi-audio-componenta .slotList .slotView .emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.multi-audio-special-componenta {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.34375vw;
}
.multi-audio-special-componenta .multi-audio-componenta-tab {
  width: 100%;
  height: 8.59375vw;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  justify-content: space-between;
  top: 12.5vw;
  margin-bottom: 2.5vw;
  padding: 0 4.0625vw 0 2.5vw;
  z-index: 1;
  box-sizing: border-box;
}
.font-moses .multi-audio-special-componenta .multi-audio-componenta-tab {
  padding: 0 4.6875vw;
}
.multi-audio-special-componenta .multi-audio-componenta-tab .background-link {
  height: 100%;
  width: 100%;
}
.multi-audio-special-componenta .multi-audio-componenta-tab .title-link {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.multi-audio-special-componenta .multi-audio-componenta-tab .title-text {
  color: #fff;
  white-space: nowrap;
}
.multi-audio-special-componenta .multi-audio-componenta-tab .right-title-text {
  font-size: 4.21875vw;
}
.font-moses .multi-audio-special-componenta .multi-audio-componenta-tab .right-title-text {
  font-size: 4.0625vw;
  font-weight: 670;
}
.multi-audio-special-componenta .multi-audio-componenta-tab .left-title-link {
  height: 100%;
  width: auto;
  flex-shrink: 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='%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: center left;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 3.90625vw;
  padding-left: 4.6875vw;
}
.multi-audio-special-componenta .multi-audio-componenta-tab .left-title-text {
  color: #FFF;
  text-align: right;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 8.59375vw;
}
.multi-audio-special-componenta .slotList {
  padding: 0 2.03125vw;
  gap: 2.5vw;
  display: flex;
  flex-wrap: wrap;
}
.multi-audio-special-componenta .slotList .slotView {
  display: flex;
  flex-direction: column;
  width: 46.71875vw;
  height: 55.78125vw;
  text-decoration: none;
  position: relative;
}
.multi-audio-special-componenta .slotList .slotView .audio-play-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.multi-audio-special-componenta .slotList .slotView *:not(.aod-floating-player *) {
  color: initial;
}
.multi-audio-special-componenta .slotList .slotView .textArea {
  display: flex;
  flex-direction: column;
  gap: 2.34375vw;
  padding: 2.5vw;
  box-sizing: border-box;
}
.multi-audio-special-componenta .slotList .slotView .textArea .slotTitle {
  font-size: 3.90625vw;
  color: #282727;
  text-align: right;
  font-weight: 500;
  line-height: 4.6875vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  height: 14.0625vw;
}
.multi-audio-special-componenta .slotList .slotView .textArea .moreDetails {
  display: flex;
  height: 7.65625vw;
  gap: 1.25vw;
  align-items: center;
  font-size: 3.28125vw;
  line-height: 4.21875vw;
}
.multi-audio-special-componenta .slotList .slotView .textArea .moreDetails .categoryIcon {
  width: 7.65625vw;
  height: 7.65625vw;
  aspect-ratio: 1;
}
.multi-audio-special-componenta .slotList .slotView .textArea .moreDetails * {
  margin-inline-end: 0 !important;
}
.multi-audio-special-componenta .slotList .slotView .textArea .moreDetails .category {
  font-weight: 670;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 100%;
}
.multi-audio-special-componenta .slotList .slotView .mediaArea {
  width: 100% ! important;
  height: 26.25vw !important;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.multi-audio-special-componenta .slotList .slotView .mediaArea .audioIcon {
  height: 4.0625vw !important;
  padding: 0 1.25vw ! important;
  bottom: 2.03125vw !important;
  right: 2.03125vw !important;
  background-color: rgba(0, 0, 0, 0.75) ! important;
}
.multi-audio-special-componenta .slotList .slotView .mediaArea .audioIcon .duration {
  font-size: 2.8125vw !important;
  font-weight: 340 !important;
  color: #fff !important;
}
.multi-audio-special-componenta .slotList .slotView .mediaArea .audioIcon .icon {
  width: 4.0625vw !important;
  height: 4.0625vw !important;
  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 %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4955 12.7737C19.4955 11.7547 19.4882 9.5637 18.543 7.63542C18.0768 6.68439 17.3879 5.81019 16.3633 5.17007C15.3388 4.53002 13.9361 4.09739 11.9993 4.09739C11.6393 4.09739 11.3474 3.80696 11.3474 3.4487C11.3474 3.09043 11.6393 2.8 11.9993 2.8C14.1365 2.8 15.7893 3.2796 17.0565 4.07125C18.3235 4.86283 19.1624 5.93978 19.7147 7.06661C20.7994 9.27943 20.7993 11.7331 20.7992 12.7537V12.7737C20.7992 13.4785 20.572 14.5007 20.3179 15.4277C20.058 16.3761 19.7463 17.3074 19.5355 17.8667C19.4741 18.0297 19.3538 18.1537 19.2076 18.2236L18.8917 19.3969C18.5824 20.5455 17.484 21.3033 16.2947 21.1885L14.8586 21.05C14.1069 20.9775 13.6005 20.2505 13.796 19.5245L15.369 13.6826C15.5644 12.9567 16.3682 12.5791 17.0556 12.8903L18.3689 13.4849C18.7379 13.6519 19.0473 13.9007 19.2831 14.2014C19.4141 13.6237 19.4955 13.1177 19.4955 12.7737ZM15.0802 19.7679L16.6033 14.1109L17.8291 14.6658C18.3366 14.8956 18.6029 15.4569 18.4585 15.993L17.6324 19.0611C17.4881 19.5971 16.9755 19.9508 16.4205 19.8972L15.0802 19.7679Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50292 12.7737C4.50292 11.7547 4.51025 9.5637 5.45544 7.63542C5.92161 6.68439 6.61052 5.81019 7.63513 5.17007C8.65962 4.53002 10.0624 4.09739 11.9993 4.09739C12.3593 4.09739 12.651 3.80696 12.651 3.4487C12.651 3.09043 12.3593 2.8 11.9993 2.8C9.86207 2.8 8.20913 3.2796 6.94197 4.07125C5.67493 4.86283 4.83607 5.93978 4.28372 7.06661C3.19906 9.27942 3.19917 11.7331 3.19922 12.7537L3.19922 12.7737C3.19922 13.4785 3.42649 14.5007 3.68052 15.4277C3.94043 16.3761 4.25217 17.3074 4.46294 17.8667C4.56745 18.1441 4.84241 18.3083 5.12504 18.2858L5.42421 19.3969C5.73348 20.5455 6.83188 21.3033 8.02124 21.1885L9.45728 21.05C10.209 20.9775 10.7154 20.2505 10.5199 19.5245L8.94697 13.6826C8.75149 12.9567 7.94775 12.5791 7.26029 12.8903L5.94702 13.4849C5.44028 13.7143 5.04579 14.0979 4.80022 14.5584C4.62048 13.834 4.50292 13.187 4.50292 12.7737ZM9.23574 19.7679L7.71259 14.1109L6.48688 14.6658C5.9793 14.8956 5.71306 15.4569 5.85738 15.993L6.68348 19.0611C6.82781 19.5971 7.3404 19.9508 7.89543 19.8972L9.23574 19.7679Z' fill='white'/%3E %3C/svg%3E") !important;
}
.multi-audio-special-componenta .slotList .slotView .mediaArea .MediaCarousel[style],
.multi-audio-special-componenta .slotList .slotView .mediaArea .MediaCarousel {
  width: 100% !important;
  height: 100% !important;
}
.multi-audio-special-componenta .slotList .slotView .mediaArea .MediaCarousel[style] img,
.multi-audio-special-componenta .slotList .slotView .mediaArea .MediaCarousel img,
.multi-audio-special-componenta .slotList .slotView .mediaArea .MediaCarousel[style] img[style],
.multi-audio-special-componenta .slotList .slotView .mediaArea .MediaCarousel img[style] {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.multi-audio-special-componenta .slotList .slotView.mainItem {
  width: 100%;
  height: auto;
}
.multi-audio-special-componenta .slotList .slotView.mainItem .mediaArea {
  width: 100% ! important;
  height: 53.59375vw !important;
  overflow: hidden;
}
.multi-audio-special-componenta .slotList .slotView.mainItem .mediaArea .audioIcon {
  height: 7.1875vw !important;
}
.multi-audio-special-componenta .slotList .slotView.mainItem .mediaArea .audioIcon .duration {
  font-size: 3.90625vw !important;
}
.multi-audio-special-componenta .slotList .slotView.mainItem .mediaArea .audioIcon .icon {
  width: 6.09375vw !important;
  height: 6.09375vw !important;
}
.multi-audio-special-componenta .slotList .slotView.mainItem .textArea .slotTitle {
  font-size: 5.46875vw;
  color: #282727;
  text-align: right;
  font-weight: 670;
  line-height: 6.5625vw;
  height: auto;
  display: block;
}
.multi-audio-special-componenta .slotList .slotView.mainItem .textArea .moreDetails .category {
  max-width: unset;
}
@media (prefers-color-scheme: dark) {
  .multi-audio-special-componenta {
    background: #231E1E !important;
  }
  .multi-audio-special-componenta .slotView[style] {
    background: #292222 ! important;
  }
}
.mutam-article-live-homepage-player {
  width: 100%;
  height: 31.875vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #2d2d2d;
}
.mutam-article-live-homepage-player * {
  box-sizing: border-box;
}
.mutam-article-live-homepage-player .radio-player-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.4375vw 4.21875vw 0 5.3125vw;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-button {
  width: 12.65625vw;
  height: 12.65625vw;
  min-width: 12.65625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #e02020;
  cursor: pointer;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-button:hover {
  background-color: #ce0000;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-button .radio-player-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 4.0625vw;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 2.03125vw 0 2.03125vw 4.0625vw;
  margin-left: 0.625vw;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-button .radio-player-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 4.0625vw;
  margin: 0;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-button::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-show-info-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: 4.21875vw;
  font-size: 4.53125vw;
  color: #fff;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info {
  width: 100%;
  display: flex !important;
  line-height: 1;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info .radio-player-live-indication {
  font-weight: bold;
  margin-left: 0.78125vw;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info .radio-player-equalizer-gif {
  width: 4.21875vw;
  height: 4.21875vw;
  margin-left: 0.78125vw;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info .radio-player-show-time {
  width: fit-content;
  font-weight: 300;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-title {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mutam-article-live-homepage-player .radio-player-goto-btn-wrapper {
  display: flex;
  justify-content: center;
}
.mutam-article-live-homepage-player .radio-player-goto-btn-wrapper .radio-player-goto-btn {
  width: fit-content;
  display: flex;
  justify-content: center;
  margin-bottom: 4.21875vw;
  z-index: 1;
}
.mutam-article-live-homepage-player .radio-player-goto-btn-wrapper .radio-player-goto-btn .radio-player-goto-btn-link {
  width: fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.53125vw;
  color: #fff;
  line-height: 1;
  padding: 0.9375vw 2.5vw;
  border: 0.3125vw solid #fff;
  border-radius: 4.6875vw;
  text-decoration: none;
}
.mutam-article-live-homepage-player .radio-player-goto-btn-wrapper .radio-player-goto-btn .radio-player-goto-btn-link .radio-player-goto-btn-arrow {
  height: 2.1875vw;
  width: 3.75vw;
  margin-right: 1.5625vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.099' height='13.078' viewBox='0 0 23.099 13.078'%3E %3Cg data-name='Arrow Slim Left'%3E %3Cg data-name='Group 826'%3E %3Cpath data-name='Path 7515' d='M4.922 0 0 6l4.922 6' transform='translate(1.099 .539)' style='fill:none;stroke:%23fff;stroke-width:1.7'/%3E %3Cpath data-name='Rectangle 11431' transform='translate(1.099 5.74)' style='fill:%23fff' d='M0 0h21.989v1.599H0z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.radio-article-live-player-widget .radio-floating-player {
  margin: 0 -3.90625vw;
}
.mutam-radio-homepage-player {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mutam-radio-homepage-player * {
  box-sizing: border-box;
}
.mutam-radio-homepage-player .radio-player-tab {
  width: 100%;
  height: 8.59375vw;
  display: flex;
  position: sticky;
  top: 12.5vw;
  justify-content: space-between;
  align-items: center;
  padding: 0 4.6875vw;
  z-index: 1;
}
.mutam-radio-homepage-player .radio-player-tab .radio-player-tab-title,
.mutam-radio-homepage-player .radio-player-tab .radio-player-tab-live-indication {
  font-size: 4.6875vw;
  font-weight: bold;
  color: #fff;
}
.mutam-radio-homepage-player .radio-player-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.65625vw 4.21875vw 3.4375vw 3.125vw;
  background-color: #2d2d2d;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-button {
  width: 12.65625vw;
  height: 12.65625vw;
  min-width: 12.65625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #e02020;
  cursor: pointer;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-button:hover {
  background-color: #ce0000;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-button .radio-player-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 4.0625vw;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 2.03125vw 0 2.03125vw 4.0625vw;
  margin-left: 0.625vw;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-button .radio-player-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 4.0625vw;
  margin: 0;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-show-info-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0 5vw;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  font-size: 4.53125vw;
  line-height: 1;
  color: #fff;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info .radio-player-show-time {
  width: fit-content;
  margin-bottom: 0.78125vw;
  font-weight: 300;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info .radio-player-show-title {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-equalizer-gif {
  width: 12.65625vw;
  height: 12.65625vw;
}
.mutam-radio-homepage-player .radio-player-goto-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #2d2d2d;
  padding-bottom: 3.75vw;
}
.mutam-radio-homepage-player .radio-player-goto-btn .radio-player-goto-btn-link {
  width: fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.53125vw;
  color: #fff;
  line-height: 1;
  padding: 0.9375vw 2.5vw;
  border: 0.3125vw solid #fff;
  border-radius: 4.6875vw;
  text-decoration: none;
}
.mutam-radio-homepage-player .radio-player-goto-btn .radio-player-goto-btn-link .radio-player-goto-btn-arrow {
  height: 2.1875vw;
  width: 3.75vw;
  margin-right: 1.5625vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.099' height='13.078' viewBox='0 0 23.099 13.078'%3E %3Cg data-name='Arrow Slim Left'%3E %3Cg data-name='Group 826'%3E %3Cpath data-name='Path 7515' d='M4.922 0 0 6l4.922 6' transform='translate(1.099 .539)' style='fill:none;stroke:%23fff;stroke-width:1.7'/%3E %3Cpath data-name='Rectangle 11431' transform='translate(1.099 5.74)' style='fill:%23fff' d='M0 0h21.989v1.599H0z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mutam-radio-schedule-wrapper {
  width: 100%;
}
.mutam-radio-schedule-wrapper .radio-schedule-component {
  width: 100%;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box {
  width: 100%;
  height: 69.53125vw;
  position: relative;
  margin-bottom: 2.1875vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .media-box-background {
  width: 100%;
  height: 69.53125vw;
  aspect-ratio: 1.77777778;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .live-box {
  background-color: #de1a1a;
  width: 15.625vw;
  height: 6.25vw;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 2.65625vw;
  left: 2.65625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.375vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .live-box .radio-player-equalizer-gif {
  width: 3.28125vw;
  height: 3.28125vw;
  margin-left: 1.25vw;
}
.mutam-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: 5;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .radio-player-btn-container .audio-play-button-wrapper {
  width: 100%;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .radio-player-btn-container .audio-play-button-wrapper .audio-play-button {
  width: 13.75vw;
  height: 13.75vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: none;
  border-radius: 50%;
  background-color: #e02020;
  cursor: pointer;
}
.mutam-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;
}
.mutam-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: 3.75vw;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 1.875vw 0 1.875vw 3.75vw;
  margin-left: 0.625vw;
}
.mutam-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 3.75vw;
  margin: 0;
}
.mutam-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: 50.46875vw;
  background: linear-gradient(0deg, #1e1e1e 0%, #1e1e1e 26%, rgba(30, 30, 30, 0.63) 41%, rgba(0, 0, 0, 0) 65%);
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box {
  width: 100%;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box .hours-row {
  font-size: 4.53125vw;
  font-weight: 500;
  line-height: 1.73;
  color: #cacdce;
  display: flex;
  align-items: center;
  padding: 0px 5.78125vw;
}
.font-moses .mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box .hours-row {
  font-size: 3.90625vw;
  line-height: normal;
}
.mutam-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: 2.96875vw 2.65625vw;
  width: 2.96875vw;
  height: 2.65625vw;
  margin-left: 1.25vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box .box-title {
  font-size: 6.64063vw;
  font-weight: bold;
  line-height: 1;
  color: white;
  margin: 0px 5.78125vw 2.96875vw 5.78125vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 13.59375vw;
  text-overflow: ellipsis;
}
.font-moses .mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box .box-title {
  font-size: 5.3125vw;
  font-weight: 670;
  line-height: 6.5625vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row {
  width: 100%;
  height: 30.46875vw;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-list-header {
  width: 100%;
  background-color: #de1a1a;
  height: 7.34375vw;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-bottom: 1.5625vw;
}
.font-moses .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-list-header {
  height: 8.59375vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-list-header .title {
  color: white;
  padding-right: 5.78125vw;
  font-size: 4.21875vw;
  font-weight: bold;
  line-height: 1;
}
.font-moses .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-list-header .title {
  font-size: 4.0625vw;
  font-weight: 670;
  line-height: normal;
  padding-right: 4.6875vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper {
  width: 100%;
  position: relative;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .white-fade-left {
  position: absolute;
  width: 9.375vw;
  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%);
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .white-fade-right {
  position: absolute;
  width: 9.375vw;
  height: 100%;
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.89) 50%, rgba(255, 255, 255, 0) 86%);
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list {
  display: flex;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item {
  width: 59.21875vw;
  height: 20.15625vw;
  padding: 2.1875vw;
  background-color: #f5f5f5;
  margin-left: 2.1875vw;
  flex-shrink: 0;
  box-sizing: border-box;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .item-title {
  font-size: 4.21875vw;
  font-weight: 600;
  line-height: 1.13;
  color: black;
  height: 8.59375vw;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
.font-moses .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .item-title {
  font-size: 3.75vw;
  font-weight: 670;
  line-height: 1.29;
  height: 9.6875vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-hours {
  height: 4.84375vw;
  font-size: 4.21875vw;
  color: #1e1e1e;
  display: flex;
}
.font-moses .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-hours {
  font-size: 3.75vw;
  font-weight: 340;
  line-height: 4.6875vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-live {
  display: flex;
  align-items: center;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-live .red-dot {
  margin-top: 1px;
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  background-color: #de1a1a;
  margin-left: 1.09375vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-live .live-title {
  font-size: 4.21875vw;
  font-weight: 500;
  line-height: 1.11;
  color: #de1a1a;
}
.font-moses .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-live .live-title {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 4.6875vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item.passed .item-title {
  color: #919191 !important;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item.passed .broadcast-hours {
  color: #919191 !important;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .info-box .hours-row {
    color: #cacdce !important;
  }
  .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .white-fade-left {
    background: linear-gradient(to right, #1e1e1e 14%, #1e1e1e 49%, rgba(30, 30, 30, 0) 99%);
  }
  .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .white-fade-right {
    background: linear-gradient(to left, #1e1e1e 14%, #1e1e1e 49%, rgba(30, 30, 30, 0) 99%);
  }
  .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item {
    background-color: #101010;
  }
  .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-live .live-title {
    color: #de1a1a !important;
  }
  .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .item-title {
    color: white;
  }
}
.grid1280_2 .HeadlinesRecipesAuto {
  display: flex;
  flex-direction: column;
}
.grid1280_2 .HeadlinesRecipesAuto .TabComponenta {
  padding: 1.5625vw 3.4375vw;
  font-size: 4.375vw;
  height: 4.6875vw;
  line-height: 3.59375vw;
  font-weight: bold;
  color: #fff;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .TabComponenta {
  font-size: 4.0625vw;
  font-weight: 670;
}
.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 .rightTitleText {
  font-weight: bold;
  width: 100%;
  justify-content: flex-start ! important;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .TabComponenta .titleLink .rightTitleText {
  font-weight: 670;
}
.grid1280_2 .HeadlinesRecipesAuto .TabComponenta .titleLink.rightTitleLink {
  float: right ! important;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent {
  display: flex;
  flex-direction: row;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent > div {
  width: 50%;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  overflow: hidden;
  margin: 1.5625vw 0 0 0;
  width: 100%;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView {
  display: flex;
  flex-direction: column;
  width: 46%;
  justify-content: center;
  margin: 0 2.96875vw 7.8125vw 0;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView a {
  text-decoration: none;
  margin: 0 !important;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView a .imageView {
  width: 45.3125vw;
  height: 25.625vw;
  overflow: hidden;
  padding: 0;
  font-size: 1.5625vw;
  position: relative;
  border: none;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView a .imageView > img {
  width: 100%;
  height: 100%;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-weight: bold;
  line-height: 3.28125vw;
  overflow: hidden;
  margin: 1.71875vw 0 1.5625vw 0;
  font-size: 4.0625vw;
  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 .slotTitle {
  font-size: 3.75vw;
  line-height: 4.84375vw;
  font-weight: 670;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  display: none;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin: -0.78125vw 0;
  flex-direction: column;
  align-items: baseline;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsRight {
  line-height: 2.5vw;
  margin-bottom: 2.34375vw;
  height: 2.5vw;
  font-size: 2.96875vw;
  color: #aeaeae;
  font-weight: 300;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsRight {
  font-size: 3.28125vw;
  line-height: normal;
  font-weight: 340;
}
.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: 0.78125vw;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft {
  font-size: 2.03125vw;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  color: #78787b;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft {
  font-size: 3.28125vw;
  line-height: normal;
  font-weight: 340;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft .recipeRating {
  width: 100%;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft .difficultyLevelWrapper {
  margin: 0 0 1px 0.78125vw;
  font-size: 2.96875vw;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft .difficultyLevelWrapper {
  line-height: normal;
  font-weight: 500;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft .difficultyLevelWrapper .difficultyLevelSeparator {
  display: none;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotMore {
  display: block;
  text-align: center;
  font-size: 2.34375vw;
  line-height: 3;
  height: 6.25vw;
  width: 62.34375vw;
  overflow-y: hidden;
  margin-top: 3.75vw;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotMore a {
  font-size: 2.34375vw;
  color: inherit;
}
.HeadlinesRecipesAuto .slotMore {
  display: none;
}
.YnetPromotionsComponenta1280 .promotionsTab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5625vw 3.4375vw;
}
.YnetPromotionsComponenta1280 .promotionsTab .rightTitleLink {
  font-size: 4.375vw;
  font-weight: bold;
}
.font-moses .YnetPromotionsComponenta1280 .promotionsTab .rightTitleLink {
  font-size: 4.0625vw;
  font-weight: 670;
}
.YnetPromotionsComponenta1280 .promotionsTab .backgroundLink {
  display: none;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  padding: 2.34375vw 0;
  margin-right: 3.125vw;
  flex-direction: row;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView {
  flex-direction: column;
  display: flex;
  overflow: hidden;
  margin: 1.5625vw;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea {
  position: relative;
  width: 43.75vw !important;
  height: 24.60938vw !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .videoIcon {
  position: absolute;
  bottom: 0.78125vw;
  left: 1.09375vw !important;
  z-index: 20;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .videoIcon.big {
  width: 5.46875vw;
  height: 5.46875vw;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .videoIcon.big .icon {
  width: 100%;
  height: 100%;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .textDiv {
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 15.625vw;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  z-index: 10;
  width: 100% !important;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .textDiv h2 {
  margin: 2.1875vw 1.5625vw;
  font-size: 5.3125vw;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}
.font-moses .YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .textDiv h2 {
  font-size: 4.21875vw;
}
.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 {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView.inEditMode:hover {
  cursor: inherit;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .MarketingSign:hover .marketingText {
  font-size: 2.57813vw !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView.dfpId .mediaArea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26.40625vw;
  width: 100%;
  background: #c0c9d0;
  font-size: 2.8125vw;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView h2.slotTitle {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView a span:hover {
  color: #1417ac !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView > .textDiv {
  position: relative;
  margin: 0;
  overflow: hidden;
  flex-grow: 1;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView > .textDiv > a {
  text-decoration: none;
}
.RecipeTopStoryMobileComponenta {
  width: 100vw;
}
.RecipeTopStoryMobileComponenta .slotView {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 4.0625vw 0 0;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv > * {
  text-decoration: none;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv .roofTitleText {
  position: absolute;
  top: 2.34375vw;
  right: 0;
  height: 6.25vw;
  display: inline-block;
  font-size: 5.3125vw;
  font-weight: bold;
  line-height: 1.2;
  border-right: 0.9375vw solid #de1a1a;
  padding-right: 1.875vw;
  max-width: 46.875vw;
  z-index: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.font-moses .RecipeTopStoryMobileComponenta .slotView .textDiv .roofTitleText {
  font-size: 4.21875vw;
  font-weight: 670;
  line-height: normal;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv .slotTitle {
  width: 91.5625vw;
  font-size: 7.34375vw;
  line-height: 1;
  letter-spacing: -0.28px;
  padding: 4.53125vw 0.46875vw 0.78125vw 4.375vw;
  margin-top: 8.125vw;
  font-weight: bold;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.font-moses .RecipeTopStoryMobileComponenta .slotView .textDiv .slotTitle {
  font-size: 6.25vw;
  font-family: "MosesDisplay", "NarkisBlock";
  letter-spacing: normal;
  line-height: 8.125vw;
  font-weight: 800;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv .slotTitle span {
  line-height: 6.25vw;
}
.font-moses .RecipeTopStoryMobileComponenta .slotView .textDiv .slotTitle span {
  line-height: inherit;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv .slotSubTitle {
  width: 90.625vw;
  margin: 2.8125vw 1px 3.75vw 7.5vw;
  font-size: 4.375vw;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  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 .RecipeTopStoryMobileComponenta .slotView .textDiv .slotSubTitle {
  margin-top: 3.125vw;
  font-size: 4.21875vw;
  line-height: 6.40625vw;
  font-weight: 340;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv .topStoryDateAndAuthor {
  font-size: 3.4375vw;
  color: #78787b;
  margin: 0 0px 7.5vw 19.53125vw;
}
.font-moses .RecipeTopStoryMobileComponenta .slotView .textDiv .topStoryDateAndAuthor {
  font-size: 3.28125vw ! important;
  font-weight: 340;
  line-height: 4.21875vw! important;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv .topStoryDateAndAuthor .sepLine {
  margin: 0 0.78125vw;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea .labelText {
  position: absolute;
  font-size: 5.15625vw;
  color: #fff;
  font-weight: bolder;
  background: #de1a1a;
  height: 7.5vw;
  display: flex;
  align-items: center;
  padding: 0 2.8125vw;
  width: auto;
  box-sizing: border-box;
  pointer-events: none;
}
.font-moses .RecipeTopStoryMobileComponenta .slotView .mediaArea .labelText {
  font-size: 4.6875vw ! important;
  font-family: "MosesDisplay" !important;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea .GalleryPaging {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 1.5625vw;
  left: 3.59375vw;
  justify-content: center;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea .GalleryPaging button {
  margin: 0.625vw 0;
  width: 1.5625vw;
  height: 1.5625vw ! important;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea .GalleryPaging button.selected {
  border: 0.3125vw solid #fff;
  opacity: 1;
  background: transparent;
  box-sizing: border-box;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea .videoIcon {
  position: absolute;
  bottom: 1.5625vw;
  left: 1.5625vw;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea[style],
.RecipeTopStoryMobileComponenta .slotView .MediaCarousel[style] {
  width: 100vw !important;
  height: 56.25vw ! important;
  position: relative;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea[style] .mediaItems,
.RecipeTopStoryMobileComponenta .slotView .MediaCarousel[style] .mediaItems {
  width: 100%;
  height: 100%;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea[style] .mediaItems img.SiteImageMedia[style],
.RecipeTopStoryMobileComponenta .slotView .MediaCarousel[style] .mediaItems img.SiteImageMedia[style] {
  width: 100% !important;
  height: 100%;
}
.rylz-component-mobile-web {
  display: flex;
  flex-direction: column;
  gap: 2.65625vw;
}
.rylz-component-mobile-web .rylz-component-tab {
  height: 8.59375vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 12.5vw;
  padding: 0 2.5vw;
  z-index: 1;
}
.rylz-component-mobile-web .rylz-component-tab .right-side-title {
  color: #fff;
  font-size: 3.75vw;
  font-weight: 640;
  line-height: 4.6875vw;
}
.rylz-component-mobile-web .rylz-component-tab .left-side-title {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}
.rylz-component-mobile-web .rylz-component-tab .left-side-title .title-text {
  color: #fff;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8125vw;
}
.rylz-component-mobile-web .rylz-component-tab .left-side-title .arrow-icon {
  width: 3.90625vw;
  height: 3.90625vw;
  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-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.rylz-component-mobile-web .latest-rylz-display {
  display: flex;
  gap: 2.96875vw;
  padding: 0 2.8125vw 4.6875vw;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item {
  width: 45.3125vw;
  height: 80.15625vw;
  position: relative;
  border-radius: 4.6875vw;
  border: 1px solid rgba(187, 187, 187, 0.1);
  flex-shrink: 0;
  overflow: hidden;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item img {
  width: 100%;
  height: 100%;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .promoVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  position: absolute;
  bottom: 0;
  padding: 7.8125vw 2.34375vw 2.34375vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.8) 100%);
  box-sizing: border-box;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .label-text {
  height: 6.25vw;
  width: fit-content;
  font-size: 4.0625vw;
  font-weight: 670;
  line-height: 4.53125vw;
  padding: 0.9375vw 1.875vw;
  color: #000 !important;
  background-color: #fff;
  border-radius: 4.6875vw;
  box-sizing: border-box;
  mix-blend-mode: screen;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .logo-image {
  width: auto;
  height: auto;
  max-width: 37.5vw;
  max-height: 9.375vw;
  object-fit: contain;
  object-position: right;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .commentary-label {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .commentary-label .author-image-wrapper {
  width: 17.1875vw;
  height: 17.1875vw;
  border-radius: 50%;
  border: 0.3125vw solid rgba(140, 140, 140, 0.5);
  background: rgba(78, 78, 78, 0.8);
  box-shadow: 0 1.25vw 3.125vw 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  flex-shrink: 0;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .commentary-label .author-image-wrapper .author-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .commentary-label .commentary-info {
  display: flex;
  flex-direction: column;
  gap: 0.46875vw;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .commentary-label .commentary-info .title {
  color: #fff;
  font-size: 4.375vw;
  font-weight: 340;
  line-height: 4.375vw;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .commentary-label .commentary-info .author {
  color: #fff;
  font-size: 4.375vw;
  font-weight: 670;
  line-height: 4.375vw;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-title {
  color: #F5F5F5;
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 4.84375vw;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items {
  display: grid;
  column-gap: 2.96875vw;
  row-gap: 2.96875vw;
  grid-template-columns: auto auto;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item {
  width: 21.09375vw;
  height: 38.4375vw;
  border-radius: 4.6875vw;
  border: 1px solid rgba(187, 187, 187, 0.1);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item img {
  width: 100%;
  height: 100%;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .promoVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 2.34375vw 1.5625vw 1.5625vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-sizing: border-box;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label img {
  width: 14.0625vw;
  height: 4.6875vw;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label .label-text {
  width: fit-content;
  font-size: 2.5vw;
  font-weight: 670;
  line-height: 2.34375vw;
  padding: 0.78125vw 1.5625vw;
  color: #000;
  background-color: #fff;
  border-radius: 4.6875vw;
  box-sizing: border-box;
  mix-blend-mode: screen;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label .logo-image {
  width: auto;
  height: auto;
  max-width: 18.75vw;
  max-height: 4.6875vw;
  object-fit: contain;
  object-position: right;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label .commentary-label {
  display: flex;
  align-items: center;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label .commentary-label .author-image-wrapper {
  width: 8.59375vw;
  height: 8.59375vw;
  border-radius: 50%;
  border: 1px solid rgba(140, 140, 140, 0.5);
  background: rgba(78, 78, 78, 0.8);
  box-shadow: 0 0.625vw 1.5625vw 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  flex-shrink: 0;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label .commentary-label .author-image-wrapper .author-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label .plus-icon {
  width: 14.0625vw;
  height: 4.34922vw;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label .ynet-icon {
  width: 9.375vw;
  height: 9.375vw;
  position: absolute;
  right: -0.78125vw;
  bottom: -0.78125vw;
}
.rylz-component-mobile-web .icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.rylz-component-mobile-web .plus-icon {
  width: 23.125vw;
  height: 7.1875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='148' height='46' viewBox='0 0 148 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M125.004 0C137.484 0 147.601 10.2168 147.601 22.8252C147.6 35.4334 137.484 45.6494 125.004 45.6494H22.8242C10.2163 45.6493 0.00024521 35.4333 0 22.8252C0 10.2169 10.2161 7.10937e-05 22.8242 0H125.004ZM22.8252 4.56543C12.7406 4.56543 4.56543 12.7406 4.56543 22.8252C4.56567 32.9096 12.7407 41.085 22.8252 41.085C32.9094 41.0847 41.0847 32.9094 41.085 22.8252C41.085 12.7407 32.9096 4.56567 22.8252 4.56543ZM105.551 10.5273C104.583 10.4819 104.337 11.1123 104.337 11.1123C104.369 11.1588 106.482 14.2204 106.482 19.5205H118.251L117.493 20.2783V34.8584H119.557C119.557 30.6133 121.702 28.1758 121.702 28.1758C121.702 28.1758 120.359 25.0257 120.231 19.5205H122.295L121.373 13.2207H111.349C107.005 13.2207 105.57 10.563 105.551 10.5273ZM48.1553 10.5273C47.1875 10.4817 46.9404 11.1123 46.9404 11.1123C46.9688 11.1531 49.0859 14.2154 49.0859 19.5205H51.5693C50.1816 24.1401 50.3552 22.634 50.9395 28.1758H47.5342L45.0146 34.7764H52.793C52.8113 34.7317 54.8587 29.7301 55.4404 28.1758C53.2585 23.3462 53.6328 22.8345 54.0527 19.5205H62.5439V34.7764H64.6064C64.5611 30.5516 66.731 28.1984 66.752 28.1758C66.7462 28.1511 65.2822 21.8609 65.2002 14.1797C65.2002 13.3855 65.1542 13.212 64.0684 13.2119L64.041 13.2207H53.9521C49.6085 13.2206 48.1743 10.563 48.1553 10.5273ZM67.6543 10.5273C66.6558 10.4005 66.3528 11.0681 66.3496 11.0752C66.3839 11.1246 68.4951 14.1867 68.4951 19.5205H72.2744V34.7764H74.3379C74.3379 30.5951 76.4647 28.1968 76.4834 28.1758C76.4834 28.1758 74.9317 21.7846 74.9316 14.1797C74.9316 13.2577 74.7662 13.2119 73.7988 13.2119L73.79 13.2207H73.0322C69.1509 13.2207 67.674 10.563 67.6543 10.5273ZM86.8203 10.5273C85.8526 10.3995 85.6055 11.1113 85.6055 11.1113C85.6318 11.1497 87.7508 14.2578 87.751 19.6016H91.5312C92.0304 25.0288 92.9086 28.0929 92.9189 28.1289H84.9756C84.9898 28.117 85.4868 27.6998 86.1074 27.0342C85.6875 26.1121 84.3457 21.0259 84.3457 14.2607C84.3457 13.3391 84.1809 13.293 83.2139 13.293H82.2461C78.3647 13.293 77.0949 10.6351 77.0781 10.5996C76.1107 10.472 75.8643 11.1846 75.8643 11.1846C75.8987 11.2315 78.0097 14.1313 78.0098 19.4648H81.7891C82.2889 24.8996 83.5036 28.0913 83.5146 28.1201H79.2695L76.75 34.7207H93.5117L96.0322 28.1201C96.0322 28.1201 94.1417 23.6647 94.1416 14.3799C94.1416 13.2844 93.9769 13.2022 92.9639 13.2021L92.9551 13.2207H91.9873C88.1204 13.2207 86.8464 10.5822 86.8203 10.5273ZM25.6553 12.1729V20.0605H33.542V25.5898H25.6553V33.4766H20.126V25.5898H12.2393V20.0605H20.126V12.1729H25.6553ZM123.621 10.5273C122.654 10.3997 122.407 11.1113 122.407 11.1113C122.438 11.1543 124.553 14.1718 124.553 19.5195H128.332V27.3809H130.396C130.396 23.1811 132.541 21.583 132.541 21.583C132.525 21.5547 130.898 18.7481 130.897 14.1885H130.889C130.889 13.2666 130.724 13.2207 129.757 13.2207H128.789C124.915 13.2207 123.643 10.5729 123.621 10.5273ZM95.9961 10.4902C95.039 10.4453 94.7875 11.061 94.7822 11.0742C94.8084 11.1129 96.9277 14.2574 96.9277 19.5654H100.707V27.335H102.771C102.771 23.1027 104.903 21.5467 104.916 21.5371C104.899 21.5043 103.446 18.7343 103.446 14.1875C103.446 13.2658 103.281 13.2201 102.141 13.1836H101.164C97.2827 13.1836 96.0129 10.5258 95.9961 10.4902Z' fill='white'/%3E %3C/svg%3E");
}
.rylz-component-mobile-web .ynet-icon {
  width: 7.1875vw;
  height: 7.1875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='112' height='112' viewBox='0 0 112 112' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg filter='url(%23filter0_d_1537_5226)'%3E %3Cpath d='M55.7598 32.8C68.4401 32.8 78.7196 43.0797 78.7197 55.76C78.7197 68.4405 68.4402 78.72 55.7598 78.72C43.0793 78.7199 32.7998 68.4405 32.7998 55.76C32.7999 43.0797 43.0794 32.8001 55.7598 32.8ZM47.501 41.1946C46.9132 41.1946 46.4541 41.6475 46.6807 42.3333L52.4971 60.554C52.7236 61.2336 53.0421 61.509 53.7217 61.509H55.2646C55.1728 61.9621 54.8666 62.9297 54.4932 64.2336C53.8503 66.4622 52.9931 67.4611 51.4014 68.2815L50.7646 68.5999C50.2626 68.8754 49.9503 69.506 50.2197 70.0081L51.1748 71.8694C51.4504 72.4139 52.0381 72.5978 52.54 72.3713L53.5381 71.9182C55.9441 70.8284 57.7198 68.7343 58.626 65.3733L64.8525 42.3821L64.8584 42.3762C65.0421 41.6476 64.632 41.1946 64.0381 41.1946H61.3135C60.7257 41.1946 60.2236 41.5129 60.0889 42.1497L56.7275 55.8704C56.4092 57.1438 56.1827 58.2765 55.999 59.0969C55.9562 58.1419 55.8154 57.2357 55.5889 56.3235L51.7744 42.1926C51.5907 41.5559 51.1377 41.1946 50.501 41.1946H47.501Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_1537_5226' x='-0.00019455' y='4.95911e-05' width='111.52' height='111.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 %3CfeOffset/%3E %3CfeGaussianBlur stdDeviation='16.4'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0.870588 0 0 0 0 0.101961 0 0 0 0 0.101961 0 0 0 1 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1537_5226'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1537_5226' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
}
.rylz-component-mobile-web .vertical-video-overlay-player {
  animation: slideInFromRight 0.3s ease-out forwards;
  box-shadow: 0 0 15.625vw 0 rgba(0, 0, 0, 0.75);
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.SpecialPaperHeaderComponenta {
  width: 100%;
  height: 19.375vw;
  padding: 0 4.21875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 30, 30, 0.95);
  box-sizing: border-box;
  position: relative;
}
.SpecialPaperHeaderComponenta .rightLogo {
  position: absolute;
  right: 3.125vw;
  padding: 0 1.5625vw;
  display: flex;
  gap: 0.625vw;
  align-items: center;
  color: #EEE;
  font-family: "Moses";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 670;
  line-height: 1.2;
  letter-spacing: 0.16px;
  text-decoration: none;
}
.SpecialPaperHeaderComponenta .rightLogo img {
  width: 8.90625vw;
  height: 8.90625vw;
}
.SpecialPaperHeaderComponenta .rightLogo .arrow {
  color: #EEE;
  font-size: 6.5625vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.24px;
  direction: ltr;
}
.SpecialPaperHeaderComponenta .rightLogo span:not(.arrow) {
  display: none;
}
.SpecialPaperHeaderComponenta .mainLogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #EEE;
  font-size: 4.21875vw;
  font-family: "Moses";
  font-weight: 340;
  line-height: 1.2;
  gap: 1.09375vw;
}
.SpecialPaperHeaderComponenta .mainLogo img {
  height: 5.625vw;
  width: auto;
}
.SpecialPaperHeaderComponenta .mainLogo .seperator {
  display: none;
}
.vertical-video-overlay-player:has(.flashes-media-item) {
  background-color: #2C2E38 !important;
}
.vertical-video-overlay-player:has(.flashes-media-item) .overlay-header .close-btn {
  opacity: 1 !important;
  visibility: visible !important;
}
.flashes-media-item {
  width: 100vw;
  height: 100dvh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.flashes-media-item.openMode .fp-middle::after,
.flashes-media-item.openMode .fp-togglable,
.flashes-media-item.openMode .close-btn,
.flashes-media-item.openMode .shareBtn,
.flashes-media-item.openMode .content-div {
  visibility: visible !important;
  opacity: 1 !important;
}
.flashes-media-item .imageArea {
  position: relative;
  overflow: hidden;
  width: 63.125vw;
  height: 111.71875vw;
}
.flashes-media-item .imageArea img {
  width: 63.125vw;
  height: 111.71875vw;
}
.flashes-media-item .imageArea .promoVideo {
  width: 63.125vw;
  height: 111.71875vw;
}
.flashes-media-item .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;
}
.flashes-media-item .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;
}
.flashes-media-item .media-wrapper {
  width: 100%;
  height: 100%;
}
.flashes-media-item .media-wrapper.landscape-media #player {
  height: auto;
  margin-top: 39.0625vw;
}
.flashes-media-item .media-wrapper.landscape-media .flashes-image {
  height: unset;
  margin-top: 33.59375vw;
}
.flashes-media-item .media-wrapper .flashes-image {
  width: 100vw;
  height: 100%;
  object-fit: contain;
}
.flashes-media-item .content-div {
  width: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  direction: rtl;
}
.flashes-media-item .content-div:has(.player-details) .item-info {
  padding: 1.5625vw 3.125vw 3.125vw;
}
.flashes-media-item .content-div.subtitleOpen {
  height: 100%;
  background: rgba(37, 38, 43, 0.6);
}
.flashes-media-item .content-div .item-info {
  display: flex;
  gap: 4.6875vw;
  justify-content: space-between;
  padding: 1.5625vw 3.125vw 6.25vw;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, #0B0B0B 60%);
}
.flashes-media-item .content-div .item-info .text-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 2.5vw;
}
.flashes-media-item .content-div .item-info .text-content .date {
  width: fit-content;
  padding: 0.78125vw 1.5625vw;
  background-color: #DE1A1A;
  font-size: 3.28125vw;
  font-weight: 500;
  line-height: 4.0625vw;
}
.flashes-media-item .content-div .item-info .text-content .roof-title {
  color: #DE1A1A;
  font-size: 3.59375vw;
  font-weight: 670;
  line-height: 3.59375vw;
}
.flashes-media-item .content-div .item-info .text-content .title {
  font-size: 4.6875vw;
  font-weight: 500;
  line-height: 5.46875vw;
  direction: rtl;
}
.flashes-media-item .content-div .item-info .text-content .subtitle {
  font-size: 3.59375vw;
  font-weight: 340;
  line-height: 4.6875vw;
  overflow: hidden;
  direction: rtl;
  position: relative;
}
.flashes-media-item .content-div .item-info .text-content .subtitle.close {
  max-height: 14.0625vw;
}
.flashes-media-item .content-div .item-info .text-content .subtitle .read-more {
  position: absolute;
  bottom: 1px;
  left: 0;
  color: #C5C5C5 !important;
  font-size: 2.96875vw;
  font-weight: 500;
  padding-right: 5vw;
  background: linear-gradient(to left, transparent 0%, #0B0B0B 20%);
  cursor: pointer;
}
.englishSite .flashes-media-item .content-div .item-info .text-content .subtitle .read-more {
  padding-right: 0;
  padding-left: 5vw;
  background: linear-gradient(to right, transparent 0%, #0B0B0B 20%);
}
.flashes-media-item .content-div .item-info .text-content .author {
  color: #c5c5c5;
  font-size: 3.28125vw;
  font-weight: 340;
  line-height: 3.4375vw;
}
.flashes-media-item .content-div .item-info .btns-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 4.6875vw;
}
.flashes-media-item .content-div .item-info .btns-content .shareBtn {
  width: 7.8125vw;
  height: 7.8125vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E %3Cpath d='M18.9164 4.73872C19.2707 4.5919 19.678 4.67354 19.9492 4.94528L31.8055 16.8281C32.1759 17.1993 32.1759 17.8006 31.8055 18.1718L19.9492 30.0546C19.678 30.3264 19.2707 30.408 18.9164 30.2612C18.5619 30.1141 18.3305 29.7672 18.3305 29.3828V22.4387C13.7124 21.6131 9.13398 22.712 4.96085 26.6708L4.53592 27.0839C4.24601 27.3745 3.8029 27.4459 3.43713 27.2603C3.07127 27.0745 2.86531 26.6733 2.92767 26.267C3.54132 22.2699 5.08744 18.4964 7.78946 15.7883C10.3297 13.2424 13.8269 11.7058 18.3305 11.7605V5.61717C18.3305 5.23267 18.5619 4.88586 18.9164 4.73872ZM20.227 12.7468C20.227 13.0092 20.1191 13.2599 19.9283 13.4396C19.7375 13.6193 19.481 13.7124 19.2197 13.6961C14.7274 13.4147 11.4426 14.8146 9.13025 17.1321C7.38681 18.8794 6.15416 21.1911 5.40315 23.7999C9.81656 20.4349 14.6591 19.6558 19.4849 20.7306C19.9187 20.8273 20.227 21.2135 20.227 21.6589V27.0886L29.7943 17.5L20.227 7.91133V12.7468Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
  filter: invert(1);
  z-index: 10;
  cursor: pointer;
}
.flashes-media-item .content-div .item-info .btns-content .mute-btn {
  width: 7.8125vw;
  height: 7.8125vw;
}
.flashes-media-item .content-div .item-info .btns-content .mute-btn .fp-icon {
  width: 7.8125vw;
  height: 7.8125vw;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.flashes-media-item .content-div .item-info .btns-content .mute-btn .fp-icon[aria-checked="true"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5081 5.09036C14.8088 5.24201 15 5.56016 15 5.9091V24.0909C15 24.4398 14.8088 24.758 14.5081 24.9096C14.2073 25.0613 13.85 25.0197 13.5885 24.8026L7.5708 19.8052H2.87008C2.38955 19.8052 2 19.3982 2 18.8961V11.1039C2 10.6018 2.38955 10.1948 2.87008 10.1948H7.5708L13.5885 5.19742C13.85 4.9803 14.2073 4.9387 14.5081 5.09036ZM13.2598 7.79291L8.41583 11.8156C8.2619 11.9434 8.07108 12.013 7.87445 12.013H3.74016V17.987H7.87445C8.07108 17.987 8.2619 18.0566 8.41583 18.1844L13.2598 22.2071V7.79291Z' fill='white'/%3E %3Cpath d='M27.2893 11.6119C27.6327 11.2685 27.6327 10.7118 27.2893 10.3684C26.9459 10.025 26.3892 10.025 26.0458 10.3684L23.0469 13.3673L20.048 10.3684C19.7046 10.025 19.1478 10.025 18.8044 10.3684C18.461 10.7118 18.461 11.2685 18.8044 11.6119L21.8033 14.6108L18.8044 17.6098C18.461 17.9532 18.461 18.5099 18.8044 18.8533C19.1478 19.1967 19.7046 19.1967 20.048 18.8533L23.0469 15.8544L26.0458 18.8533C26.3892 19.1967 26.9459 19.1967 27.2893 18.8533C27.6327 18.5099 27.6327 17.9532 27.2893 17.6098L24.2904 14.6108L27.2893 11.6119Z' fill='white'/%3E %3C/svg%3E");
}
.flashes-media-item .content-div .item-info .btns-content .mute-btn .fp-icon[aria-checked="false"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' viewBox='0 0 41 41' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.6807 6.9565C23.0946 7.16376 23.3577 7.59856 23.3577 8.07544V32.9239C23.3577 33.4008 23.0946 33.8356 22.6807 34.0428C22.2668 34.2501 21.775 34.1933 21.4152 33.8965L13.1335 27.0668H6.66422C6.0029 27.0668 5.4668 26.5105 5.4668 25.8243V15.175C5.4668 14.4888 6.0029 13.9326 6.66422 13.9326H13.1335L21.4152 7.10281C21.775 6.80609 22.2668 6.74924 22.6807 6.9565ZM20.9629 10.65L14.2964 16.1476C14.0846 16.3223 13.822 16.4174 13.5514 16.4174H7.86164V24.5819H13.5514C13.822 24.5819 14.0846 24.677 14.2964 24.8517L20.9629 30.3494V10.65Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.9119 8.71336C32.3744 8.23118 33.1242 8.2313 33.5866 8.71363C36.5835 11.8399 38.2671 16.0794 38.2671 20.5C38.2671 24.9205 36.5835 29.16 33.5866 32.2863C33.1242 32.7686 32.3744 32.7687 31.9119 32.2865C31.4494 31.8044 31.4493 31.0225 31.9117 30.5402C34.4646 27.8771 35.8988 24.2656 35.8988 20.5C35.8988 16.7343 34.4646 13.1229 31.9117 10.4597C31.4493 9.97743 31.4494 9.19554 31.9119 8.71336ZM26.6868 14.1623C27.1493 13.6801 27.8991 13.6802 28.3615 14.1625C29.9709 15.8415 30.8751 18.1183 30.8751 20.4922C30.8751 22.8662 29.9709 25.143 28.3615 26.8219C27.8991 27.3043 27.1493 27.3044 26.6868 26.8222C26.2243 26.34 26.2242 25.5581 26.6866 25.0758C27.852 23.86 28.5068 22.2113 28.5068 20.4922C28.5068 18.7731 27.852 17.1244 26.6866 15.9087C26.2242 15.4263 26.2243 14.6445 26.6868 14.1623Z' fill='white'/%3E %3C/svg%3E");
}
.flashes-media-item .content-div .item-info .btns-content .mute-btn .fp-icon:hover {
  transform: unset;
}
.flashes-media-item .content-div .item-info .btns-content .mute-btn .fp-volume {
  display: none;
}
.flashes-media-item .content-div .item-info .btns-content .speed-menu-btn {
  width: 7.8125vw;
  height: 7.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.flashes-media-item .content-div .item-info .btns-content .speed-menu-btn .speed-current {
  display: flex;
  align-items: baseline;
  color: #fff;
  font-size: 3.75vw;
  font-weight: 380;
  line-height: 4.375vw;
  user-select: none;
  direction: ltr;
}
.flashes-media-item .content-div .item-info .btns-content .speed-menu-btn .speed-current .x-sign {
  font-size: 3.28125vw;
}
.flashes-media-item .content-div .item-info .btns-content .speed-menu-btn .speed-options {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #3a3a3ad9;
  border-radius: 1.25vw;
  padding: 0.9375vw 0;
  margin-bottom: 1.875vw;
  backdrop-filter: blur(0.46875vw);
  z-index: 20;
}
.flashes-media-item .content-div .item-info .btns-content .speed-menu-btn .speed-options .speed-option {
  padding: 1.875vw 2.5vw;
  font-size: 3.125vw;
  font-weight: 400;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.flashes-media-item .content-div .item-info .btns-content .speed-menu-btn .speed-options .speed-option.active {
  background-color: #696969;
}
.flashes-media-item .content-div .player-details {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  position: relative;
  padding-bottom: 2.5vw;
  background-color: #0B0B0B;
  direction: ltr;
}
.flashes-media-item .content-div .player-details .timeline {
  width: 100%;
}
.flashes-media-item .content-div .player-details .timeline .fp-timeline {
  width: 100%;
  height: 0.625vw;
  display: flex;
  background-color: #c5c5c5;
}
.flashes-media-item .content-div .player-details .timeline .fp-timeline .fp-color {
  background: #fff;
}
.flashes-media-item .content-div .arrow-next {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
  margin-top: 2.34375vw;
}
.flashes-media-item .content-div .arrow-next .arrow-text {
  color: #fff;
  font-size: 2.96875vw;
  font-weight: 670;
  line-height: 3.4375vw;
}
.flashes-media-item .content-div .arrow-next .arrow-gif {
  width: 3.4375vw;
  height: 3.4375vw;
  margin-bottom: 0.3125vw;
}
.flashes-media-item #player {
  width: 100%;
  height: 100%;
  background-color: unset;
}
.flashes-media-item #player .fp-logo,
.flashes-media-item #player .fp-footer {
  display: none;
}
.flashes-media-item #player .fp-ui .fp-header {
  display: none;
}
.flashes-media-item #player .fp-ui .fp-header .fp-fullscreen,
.flashes-media-item #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.flashes-media-item #player .fp-ui .fp-left .fp-share-menu {
  display: none;
}
.flashes-media-item #player .fp-ui .fp-middle .fp-right-zone,
.flashes-media-item #player .fp-ui .fp-middle .fp-left-zone {
  display: none;
}
.flashes-media-item #player .fp-ui .fp-controls {
  display: none;
}
.flashes-media-item #player .fp-ui .fp-controls .fp-qsel,
.flashes-media-item #player .fp-ui .fp-controls .fp-small-play,
.flashes-media-item #player .fp-ui .fp-controls .fp-small-pause,
.flashes-media-item #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none;
}
.flashes-media-item.ad-loader-animation #player .fp-wait {
  opacity: 1;
}
.flashes-media-item.ad-loader-animation #player .fp-wait b {
  animation-duration: 1s;
  animation-name: loader;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.flashes-media-item #player.is-touched .fp-ui,
.flashes-media-item #player.is-paused .fp-ui {
  background: unset;
}
.flashes-media-item #player.is-touched .fp-ui .fp-middle::after,
.flashes-media-item #player.is-paused .fp-ui .fp-middle::after {
  opacity: 1;
}
.flashes-media-item #player.is-touched ~ .content-div .item-info,
.flashes-media-item #player.is-paused ~ .content-div .item-info {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 94%);
}
.flashes-media-item #player.is-touched ~ .content-div .item-info .text-content,
.flashes-media-item #player.is-paused ~ .content-div .item-info .text-content {
  opacity: 1;
  visibility: visible;
}
.flashes-media-item #player.is-touched ~ .content-div .player-details,
.flashes-media-item #player.is-paused ~ .content-div .player-details {
  opacity: 1;
  visibility: visible;
}
.flashes-media-item #player.is-paused .fp-switch .fp-play {
  width: 13.28125vw !important;
  height: 13.28125vw !important;
  opacity: 0.8;
}
.flashes-media-item #player.is-paused .fp-switch .fp-pause {
  display: none !important;
}
.flashes-media-item #player.is-playing .fp-switch .fp-pause {
  width: 13.28125vw !important;
  height: 13.28125vw !important;
  opacity: 0.8;
}
.flashes-media-item #player.is-playing .fp-switch .fp-play {
  display: none !important;
}
@media (prefers-color-scheme: dark) {
  .flashes-media-item .roof-title {
    color: #DE1A1A !important;
  }
  .flashes-media-item .author {
    color: #c5c5c5 !important;
  }
}
.vertical-video-overlay-player:has(.rylz-media-item) {
  background-color: #1A1A1A;
}
.vertical-video-overlay-player:has(.rylz-media-item) .overlay-header .close-btn {
  opacity: 1 !important;
  visibility: visible !important;
}
.rylz-media-item {
  width: 100vw;
  height: 100dvh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.rylz-media-item.openMode .fp-middle::after,
.rylz-media-item.openMode .fp-togglable,
.rylz-media-item.openMode .close-btn,
.rylz-media-item.openMode .shareBtn,
.rylz-media-item.openMode .content-div {
  visibility: visible !important;
  opacity: 1 !important;
}
.rylz-media-item .media-wrapper {
  width: 100%;
  height: 100%;
}
.rylz-media-item .media-wrapper.landscape-media .rylz-image {
  height: unset;
  margin-top: 33.59375vw;
}
.rylz-media-item .media-wrapper .rylz-image {
  width: 100vw;
  height: 100%;
  object-fit: contain;
}
.rylz-media-item .main-ynet-logo {
  width: 10.78125vw;
  height: 10.78125vw;
  position: absolute;
  top: 6.71875vw;
  left: 5.15625vw;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='55' viewBox='0 0 56 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Logos / Ynet Symbol / small' clip-path='url(%23clip0_1755_362)'%3E %3Cpath id='Vector' d='M27.8586 0.650455H28.7359C35.851 0.885365 42.5958 3.85084 47.5473 8.92117C52.4987 13.9915 55.2695 20.7702 55.275 27.8269V28.6966C55.038 35.7494 52.0464 42.4352 46.9313 47.3433C41.8161 52.2514 34.9776 54.9979 27.8586 55.0034H26.9813C19.71 54.8881 12.7827 51.9142 7.72341 46.7361C2.6641 41.558 -0.112827 34.5997 0.00351358 27.3921C0.119854 20.1845 3.11994 13.3178 8.34378 8.30279C13.5676 3.28776 20.5873 0.535133 27.8586 0.650455Z' fill='%23DE1A1A'/%3E %3Cpath id='Vector_2' d='M21.7013 10.5847C22.0357 10.5796 22.3609 10.6969 22.6185 10.9155C22.876 11.1341 23.049 11.4397 23.1063 11.7772L27.1208 28.4734C27.3883 29.5495 27.5364 30.6532 27.5624 31.7633L28.3653 27.9388L32.0586 11.695C32.0854 11.5021 32.1524 11.3175 32.2551 11.1535C32.3578 10.9896 32.4938 10.8502 32.6537 10.7448C32.8137 10.6395 32.9939 10.5707 33.1822 10.543C33.3704 10.5154 33.5623 10.5296 33.7447 10.5847H36.7154C37.3978 10.5847 37.8394 11.1193 37.6387 11.9829L30.8141 39.2067C30.5131 40.8484 29.8504 42.3981 28.8765 43.7379C27.9025 45.0776 26.643 46.1721 25.1939 46.9379L24.11 47.4725C23.9764 47.5403 23.8307 47.5792 23.6818 47.5868C23.533 47.5943 23.3842 47.5703 23.2448 47.5163C23.1054 47.4622 22.9784 47.3793 22.8717 47.2727C22.7649 47.1662 22.6808 47.0382 22.6246 46.8968L21.5808 44.6761C21.4542 44.3692 21.4459 44.0245 21.5576 43.7115C21.6694 43.3986 21.8929 43.1408 22.183 42.99L22.8655 42.6199C23.7342 42.1262 24.4865 41.4431 25.0692 40.6188C25.6519 39.7945 26.0508 38.8491 26.2376 37.8496C26.6319 36.7978 26.9276 35.71 27.1208 34.6008H25.3946C24.672 34.6008 24.3107 34.313 24.0698 33.4905L17.6868 11.9006C17.613 11.755 17.5792 11.5916 17.5891 11.4279C17.5989 11.2642 17.6521 11.1063 17.7428 10.9711C17.8335 10.8359 17.9584 10.7285 18.1041 10.6605C18.2498 10.5924 18.4109 10.5662 18.57 10.5847H21.7013Z' fill='%23F5F6FA'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_1755_362'%3E %3Crect width='55.275' height='54.3529' fill='white' transform='translate(0 0.646973)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.rylz-media-item .content-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #0B0B0B 43%);
  direction: rtl;
}
.rylz-media-item .content-div:not(:has(.player-details)) {
  padding-bottom: 3.125vw;
}
.rylz-media-item .content-div .item-info {
  display: flex;
  justify-content: space-between;
  padding: 12.5vw 3.75vw 4.6875vw;
}
.rylz-media-item .content-div .item-info .text-content {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 2.65625vw;
}
.rylz-media-item .content-div .item-info .text-content .rylz-label {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.9375vw;
  padding: 0.78125vw 1.875vw;
  border-radius: 0.625vw;
  color: #fff;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 3.125vw;
}
.rylz-media-item .content-div .item-info .text-content .rylz-label.text-label {
  font-size: 4.0625vw;
  font-weight: 670;
  line-height: 3.90625vw;
  color: #000 !important;
  background-color: #fff;
  border-radius: 4.6875vw;
  box-sizing: border-box;
  mix-blend-mode: screen;
}
.rylz-media-item .content-div .item-info .text-content .rylz-label.premium-label {
  padding: 0;
}
.rylz-media-item .content-div .item-info .text-content .rylz-label.premium-label .plus-icon {
  width: 25.15625vw;
  height: 7.8125vw;
  background: url("data:image/svg+xml,%3Csvg width='148' height='46' viewBox='0 0 148 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M125.004 0C137.484 0 147.601 10.2168 147.601 22.8252C147.6 35.4334 137.484 45.6494 125.004 45.6494H22.8242C10.2163 45.6493 0.00024521 35.4333 0 22.8252C0 10.2169 10.2161 7.10937e-05 22.8242 0H125.004ZM22.8252 4.56543C12.7406 4.56543 4.56543 12.7406 4.56543 22.8252C4.56567 32.9096 12.7407 41.085 22.8252 41.085C32.9094 41.0847 41.0847 32.9094 41.085 22.8252C41.085 12.7407 32.9096 4.56567 22.8252 4.56543ZM105.551 10.5273C104.583 10.4819 104.337 11.1123 104.337 11.1123C104.369 11.1588 106.482 14.2204 106.482 19.5205H118.251L117.493 20.2783V34.8584H119.557C119.557 30.6133 121.702 28.1758 121.702 28.1758C121.702 28.1758 120.359 25.0257 120.231 19.5205H122.295L121.373 13.2207H111.349C107.005 13.2207 105.57 10.563 105.551 10.5273ZM48.1553 10.5273C47.1875 10.4817 46.9404 11.1123 46.9404 11.1123C46.9688 11.1531 49.0859 14.2154 49.0859 19.5205H51.5693C50.1816 24.1401 50.3552 22.634 50.9395 28.1758H47.5342L45.0146 34.7764H52.793C52.8113 34.7317 54.8587 29.7301 55.4404 28.1758C53.2585 23.3462 53.6328 22.8345 54.0527 19.5205H62.5439V34.7764H64.6064C64.5611 30.5516 66.731 28.1984 66.752 28.1758C66.7462 28.1511 65.2822 21.8609 65.2002 14.1797C65.2002 13.3855 65.1542 13.212 64.0684 13.2119L64.041 13.2207H53.9521C49.6085 13.2206 48.1743 10.563 48.1553 10.5273ZM67.6543 10.5273C66.6558 10.4005 66.3528 11.0681 66.3496 11.0752C66.3839 11.1246 68.4951 14.1867 68.4951 19.5205H72.2744V34.7764H74.3379C74.3379 30.5951 76.4647 28.1968 76.4834 28.1758C76.4834 28.1758 74.9317 21.7846 74.9316 14.1797C74.9316 13.2577 74.7662 13.2119 73.7988 13.2119L73.79 13.2207H73.0322C69.1509 13.2207 67.674 10.563 67.6543 10.5273ZM86.8203 10.5273C85.8526 10.3995 85.6055 11.1113 85.6055 11.1113C85.6318 11.1497 87.7508 14.2578 87.751 19.6016H91.5312C92.0304 25.0288 92.9086 28.0929 92.9189 28.1289H84.9756C84.9898 28.117 85.4868 27.6998 86.1074 27.0342C85.6875 26.1121 84.3457 21.0259 84.3457 14.2607C84.3457 13.3391 84.1809 13.293 83.2139 13.293H82.2461C78.3647 13.293 77.0949 10.6351 77.0781 10.5996C76.1107 10.472 75.8643 11.1846 75.8643 11.1846C75.8987 11.2315 78.0097 14.1313 78.0098 19.4648H81.7891C82.2889 24.8996 83.5036 28.0913 83.5146 28.1201H79.2695L76.75 34.7207H93.5117L96.0322 28.1201C96.0322 28.1201 94.1417 23.6647 94.1416 14.3799C94.1416 13.2844 93.9769 13.2022 92.9639 13.2021L92.9551 13.2207H91.9873C88.1204 13.2207 86.8464 10.5822 86.8203 10.5273ZM25.6553 12.1729V20.0605H33.542V25.5898H25.6553V33.4766H20.126V25.5898H12.2393V20.0605H20.126V12.1729H25.6553ZM123.621 10.5273C122.654 10.3997 122.407 11.1113 122.407 11.1113C122.438 11.1543 124.553 14.1718 124.553 19.5195H128.332V27.3809H130.396C130.396 23.1811 132.541 21.583 132.541 21.583C132.525 21.5547 130.898 18.7481 130.897 14.1885H130.889C130.889 13.2666 130.724 13.2207 129.757 13.2207H128.789C124.915 13.2207 123.643 10.5729 123.621 10.5273ZM95.9961 10.4902C95.039 10.4453 94.7875 11.061 94.7822 11.0742C94.8084 11.1129 96.9277 14.2574 96.9277 19.5654H100.707V27.335H102.771C102.771 23.1027 104.903 21.5467 104.916 21.5371C104.899 21.5043 103.446 18.7343 103.446 14.1875C103.446 13.2658 103.281 13.2201 102.141 13.1836H101.164C97.2827 13.1836 96.0129 10.5258 95.9961 10.4902Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / contain;
}
.rylz-media-item .content-div .item-info .text-content .rylz-label.commentary-label {
  gap: 1.25vw;
}
.rylz-media-item .content-div .item-info .text-content .rylz-label.commentary-label .ynet-icon {
  width: 8.125vw;
  height: 8.125vw;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='53' viewBox='0 0 53 53' fill='none'%3E %3Cpath d='M26.2402 0C40.7321 0.000124736 52.4805 11.7484 52.4805 26.2402C52.4802 40.7319 40.7319 52.4794 26.2402 52.4795C11.7484 52.4795 0.000234622 40.732 0 26.2402C0 11.7483 11.7483 0 26.2402 0ZM16.8008 9.59277C16.1291 9.59286 15.6045 10.1109 15.8633 10.8945L22.5107 31.7188C22.7696 32.4954 23.1335 32.8105 23.9102 32.8105H25.6738C25.5688 33.3284 25.2187 34.4337 24.792 35.9238C24.0573 38.4709 23.0771 39.6122 21.2578 40.5498L20.5303 40.9131C19.9566 41.228 19.6003 41.9487 19.9082 42.5225L20.999 44.6494C21.3139 45.2721 21.9858 45.4824 22.5596 45.2236L23.7002 44.7061C26.4501 43.4605 28.479 41.0671 29.5146 37.2256L36.6318 10.9502L36.6387 10.9434C36.8484 10.111 36.3796 9.59299 35.7012 9.59277H32.5869C31.9152 9.59278 31.3415 9.95694 31.1875 10.6846L27.3457 26.3652C26.9818 27.8207 26.7236 29.1161 26.5137 30.0537C26.4647 28.9622 26.3028 27.9263 26.0439 26.8838L21.6855 10.7334C21.4756 10.0058 20.9572 9.59277 20.2295 9.59277H16.8008Z' fill='white'/%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rylz-media-item .content-div .item-info .text-content .rylz-label.commentary-label .author-image-wrapper {
  width: 14.0625vw;
  height: 14.0625vw;
  border-radius: 50%;
  border: 1px solid rgba(140, 140, 140, 0.5);
  background: rgba(78, 78, 78, 0.8);
  box-shadow: 0 0.9375vw 2.5vw 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  flex-shrink: 0;
}
.rylz-media-item .content-div .item-info .text-content .rylz-label.commentary-label .author-image-wrapper .author-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rylz-media-item .content-div .item-info .text-content .rylz-label.commentary-label .label-text {
  display: flex;
  flex-direction: column;
  gap: 0.46875vw;
  opacity: 0.9;
}
.rylz-media-item .content-div .item-info .text-content .rylz-label.commentary-label .label-text .title {
  font-size: 3.59375vw;
  line-height: 3.59375vw;
  font-weight: 340;
}
.rylz-media-item .content-div .item-info .text-content .rylz-label.commentary-label .label-text .author {
  font-size: 3.59375vw;
  line-height: 3.59375vw;
  font-weight: 670;
}
.rylz-media-item .content-div .item-info .text-content .rylz-label.logo-label {
  padding: 0;
  background: transparent;
}
.rylz-media-item .content-div .item-info .text-content .rylz-label.logo-label .logo-image {
  width: auto;
  max-height: 7.8125vw;
  object-fit: contain;
  object-position: right;
}
.rylz-media-item .content-div .item-info .text-content .title {
  font-size: 4.6875vw;
  font-weight: 700;
  line-height: 6.25vw;
  color: #F5F5F5 !important;
  direction: rtl;
}
.rylz-media-item .content-div .item-info .text-content .subtitle {
  font-size: 3.59375vw;
  font-weight: 400;
  line-height: 5.3125vw;
  color: #F5F5F5 !important;
  overflow: hidden;
  direction: rtl;
  position: relative;
}
.rylz-media-item .content-div .item-info .text-content .subtitle.close {
  max-height: 11.25vw;
}
.rylz-media-item .content-div .item-info .text-content .subtitle .read-more {
  position: absolute;
  bottom: 0.46875vw;
  left: 0;
  color: #C5C5C5;
  font-size: 2.5vw;
  font-weight: 500;
  padding-right: 5vw;
  background: linear-gradient(to left, transparent 0%, #0B0B0B 20%);
  cursor: pointer;
}
.englishSite .rylz-media-item .content-div .item-info .text-content .subtitle .read-more {
  padding-right: 0;
  padding-left: 5vw;
  background: linear-gradient(to right, transparent 0%, #0B0B0B 20%);
}
.rylz-media-item .content-div .item-info .text-content .author-date {
  font-size: 3.59375vw;
  font-weight: 500;
  line-height: 3.59375vw;
  color: #C5C5C5 !important;
}
.rylz-media-item .content-div .item-info .text-content .author-date .separator {
  margin: 0 0.3125vw;
}
.rylz-media-item .content-div .item-info .text-content .full-article-link {
  width: fit-content;
  display: flex;
  align-items: center;
  margin: 1.25vw 0;
  padding: 1.25vw 2.5vw 1.25vw 1.25vw;
  color: #fff;
  text-decoration: none;
  font-size: 3.28125vw;
  font-weight: 340;
  line-height: 3.28125vw;
  border-radius: 4.6875vw;
  background: rgba(255, 255, 255, 0.15);
}
.rylz-media-item .content-div .item-info .text-content .full-article-link .link-arrow {
  width: 3.4375vw;
  height: 3.4375vw;
  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='M12.4737 3.53056C12.2144 3.26914 11.7923 3.2674 11.5309 3.52668L5.5677 9.44097C5.27214 9.7341 5.24012 10.2342 5.56566 10.5571L11.5309 16.4734C11.7923 16.7326 12.2144 16.7309 12.4737 16.4695C12.7329 16.2081 12.7312 15.786 12.4698 15.5267L6.89745 10L12.4698 4.47336C12.7312 4.21409 12.7329 3.79198 12.4737 3.53056Z' fill='white'/%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.englishSite .rylz-media-item .content-div .item-info .text-content .full-article-link .link-arrow {
  flex-direction: row-reverse;
}
.rylz-media-item .content-div .item-info .text-content .arrow-next {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
}
.rylz-media-item .content-div .item-info .text-content .arrow-next .arrow-text {
  color: #fff;
  font-size: 2.96875vw;
  font-weight: 400;
  line-height: 2.96875vw;
}
.rylz-media-item .content-div .item-info .text-content .arrow-next .arrow-gif {
  width: 3.33125vw;
  height: 2.5625vw;
}
.rylz-media-item .content-div .item-info .btns-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 4.375vw;
}
.rylz-media-item .content-div .item-info .btns-content .shareBtn {
  width: 6.875vw;
  height: 6.875vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E %3Cpath d='M18.9164 4.73872C19.2707 4.5919 19.678 4.67354 19.9492 4.94528L31.8055 16.8281C32.1759 17.1993 32.1759 17.8006 31.8055 18.1718L19.9492 30.0546C19.678 30.3264 19.2707 30.408 18.9164 30.2612C18.5619 30.1141 18.3305 29.7672 18.3305 29.3828V22.4387C13.7124 21.6131 9.13398 22.712 4.96085 26.6708L4.53592 27.0839C4.24601 27.3745 3.8029 27.4459 3.43713 27.2603C3.07127 27.0745 2.86531 26.6733 2.92767 26.267C3.54132 22.2699 5.08744 18.4964 7.78946 15.7883C10.3297 13.2424 13.8269 11.7058 18.3305 11.7605V5.61717C18.3305 5.23267 18.5619 4.88586 18.9164 4.73872ZM20.227 12.7468C20.227 13.0092 20.1191 13.2599 19.9283 13.4396C19.7375 13.6193 19.481 13.7124 19.2197 13.6961C14.7274 13.4147 11.4426 14.8146 9.13025 17.1321C7.38681 18.8794 6.15416 21.1911 5.40315 23.7999C9.81656 20.4349 14.6591 19.6558 19.4849 20.7306C19.9187 20.8273 20.227 21.2135 20.227 21.6589V27.0886L29.7943 17.5L20.227 7.91133V12.7468Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
  filter: invert(1);
  z-index: 10;
  cursor: pointer;
}
.rylz-media-item .content-div .item-info .btns-content .mute-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.8125vw;
  height: 7.8125vw;
}
.rylz-media-item .content-div .item-info .btns-content .mute-btn .fp-icon {
  width: 7.8125vw;
  height: 5.15625vw;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.rylz-media-item .content-div .item-info .btns-content .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");
}
.rylz-media-item .content-div .item-info .btns-content .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");
}
.rylz-media-item .content-div .item-info .btns-content .mute-btn .fp-icon:hover {
  transform: unset;
}
.rylz-media-item .content-div .item-info .btns-content .mute-btn .fp-volume {
  display: none;
}
.rylz-media-item .content-div .item-info .btns-content .speed-menu-btn {
  width: 7.8125vw;
  height: 7.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.rylz-media-item .content-div .item-info .btns-content .speed-menu-btn .speed-current {
  display: flex;
  align-items: baseline;
  color: #fff;
  font-size: 4.53125vw;
  font-weight: 100;
  line-height: 4.53125vw;
  user-select: none;
  direction: ltr;
}
.rylz-media-item .content-div .item-info .btns-content .speed-menu-btn .speed-current .x-sign {
  font-size: 3.125vw;
  font-weight: 400;
  line-height: 3.125vw;
  margin-left: 0.46875vw;
}
.rylz-media-item .content-div .item-info .btns-content .speed-menu-btn .speed-options {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #3a3a3ad9;
  border-radius: 1.25vw;
  padding: 0.9375vw 0;
  margin-bottom: 1.875vw;
  backdrop-filter: blur(0.46875vw);
  z-index: 20;
}
.rylz-media-item .content-div .item-info .btns-content .speed-menu-btn .speed-options .speed-option {
  padding: 1.25vw 2.5vw;
  font-size: 2.5vw;
  font-weight: 400;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.rylz-media-item .content-div .item-info .btns-content .speed-menu-btn .speed-options .speed-option.active {
  background-color: #696969;
}
.rylz-media-item .content-div .item-info .btns-content .skip-icon {
  width: 7.8125vw;
  height: 7.8125vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.rylz-media-item .content-div .item-info .btns-content .skip-forward-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.3922 26.24C37.8565 26.24 39.1163 26.5923 40.1703 27.2954C41.2295 27.9985 42.0447 29.0183 42.6143 30.356C43.184 31.6883 43.4656 33.3047 43.4599 35.2039C43.4599 37.1146 43.1743 38.748 42.6047 40.1031C42.0407 41.4583 41.2324 42.4941 40.1783 43.2085C39.1243 43.923 37.8622 44.28 36.3922 44.28C34.9226 44.2743 33.6577 43.9147 32.5981 43.2005C31.5441 42.4861 30.7319 41.4503 30.1622 40.0951C29.5982 38.7399 29.3189 37.1091 29.3246 35.2039C29.3246 33.3047 29.6062 31.686 30.1702 30.348C30.7398 29.01 31.5523 27.9929 32.6062 27.2954C33.6659 26.5923 34.928 26.24 36.3922 26.24ZM36.3922 29.2589C35.3952 29.2589 34.5977 29.7561 33.9995 30.7484C33.4015 31.7406 33.0988 33.2256 33.093 35.2039C33.093 36.5421 33.2272 37.6601 33.495 38.556C33.7684 39.4459 34.1527 40.1148 34.6481 40.5628C35.1438 41.005 35.7256 41.2258 36.3922 41.2258C37.395 41.2258 38.1948 40.724 38.793 39.7203C39.3911 38.7167 39.6876 37.211 39.6819 35.2039C39.6818 33.8831 39.5453 32.7834 39.2719 31.9047C39.0041 31.0259 38.6223 30.3659 38.1267 29.9236C37.6368 29.4813 37.0588 29.2589 36.3922 29.2589Z' fill='white'/%3E %3Cpath d='M26.6708 43.8972H22.9712V29.9748H22.8687L18.8599 32.4749V29.2093L23.1922 26.4786H26.6708V43.8972Z' fill='white'/%3E %3Cpath d='M43.0724 5.73999C43.7393 5.74033 44.2796 6.28066 44.2799 6.94757V17.6524C44.2796 18.3194 43.7393 18.8596 43.0724 18.86H32.3691C31.7019 18.86 31.1603 18.3196 31.1599 17.6524C31.1599 16.985 31.7017 16.4433 32.3691 16.4432H40.0438C38.7077 14.3279 36.9366 12.5174 34.8467 11.1341C32.5903 9.64068 30.0206 8.6833 27.337 8.33772C24.6534 7.99229 21.9255 8.26695 19.3644 9.14011C16.8034 10.0134 14.4764 11.4633 12.5626 13.3762C10.6488 15.2895 9.19764 17.6169 8.32326 20.1781C7.44897 22.7393 7.17335 25.4679 7.51767 28.1523C7.86207 30.8362 8.81709 33.4063 10.3092 35.6636C11.8016 37.9209 13.7931 39.8065 16.1277 41.1746C16.7114 41.5171 16.9082 42.2688 16.5665 42.853C16.2242 43.4371 15.4724 43.6333 14.8881 43.2918C12.2297 41.734 9.96171 39.5872 8.2624 37.0169C6.56318 34.4465 5.47535 31.5193 5.0833 28.463C4.6914 25.4067 5.00713 22.2997 6.0026 19.3837C6.99813 16.4684 8.64802 13.8197 10.8265 11.6417C13.0057 9.46332 15.657 7.81225 18.5733 6.81784C21.489 5.82387 24.5941 5.51177 27.6493 5.90495C30.7052 6.29842 33.6323 7.38827 36.2017 9.08886C38.4501 10.5773 40.3747 12.4998 41.8632 14.7392V6.94757C41.8635 6.28046 42.4052 5.74001 43.0724 5.73999Z' fill='white'/%3E %3C/svg%3E");
}
.rylz-media-item .content-div .item-info .btns-content .skip-backward-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' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1904 16.0003C15.0832 16.0003 15.8515 16.2142 16.4941 16.6429C17.1402 17.0716 17.637 17.6942 17.9844 18.5101C18.3317 19.3226 18.5035 20.308 18.5 21.4661C18.5 22.6313 18.3259 23.6271 17.9785 24.4535C17.6346 25.2798 17.1417 25.9114 16.499 26.347C15.8564 26.7826 15.0867 27.0003 14.1904 27.0003C13.2942 26.9969 12.5231 26.7767 11.877 26.3411C11.2343 25.9055 10.739 25.2748 10.3916 24.4486C10.0477 23.6222 9.87739 22.6279 9.88086 21.4661C9.88087 20.3081 10.0527 19.3211 10.3965 18.5052C10.7439 17.6892 11.2391 17.0682 11.8818 16.6429C12.528 16.2142 13.2976 16.0003 14.1904 16.0003ZM8.2627 26.7669H6.00684V18.2767H5.94434L3.5 19.8021V17.8099L6.1416 16.1458H8.2627V26.7669ZM3.73633 3.50033C4.14304 3.50046 4.47341 3.82996 4.47363 4.23665V8.98763C5.38123 7.62217 6.55478 6.44989 7.92578 5.54232C9.49249 4.5054 11.2773 3.8408 13.1406 3.60091C15.0036 3.36121 16.897 3.55145 18.6748 4.15755C20.453 4.76392 22.0697 5.77068 23.3984 7.09896C24.7267 8.42695 25.7329 10.0422 26.3398 11.8197C26.9467 13.5976 27.1393 15.4924 26.9004 17.3558C26.6613 19.2193 25.9979 21.0044 24.9619 22.5716C23.9258 24.1388 22.5427 25.4479 20.9219 26.3978C20.5657 26.606 20.1072 26.4861 19.8984 26.1302C19.69 25.774 19.81 25.3156 20.166 25.1068C21.5894 24.2726 22.8039 23.1227 23.7139 21.7464C24.6236 20.3701 25.206 18.8028 25.416 17.1663C25.6259 15.5297 25.4578 13.8657 24.9248 12.304C24.3917 10.7425 23.5067 9.32317 22.3398 8.15658C21.1729 6.99017 19.7539 6.10607 18.1924 5.57357C16.6308 5.04113 14.9674 4.87371 13.3311 5.08431C11.6947 5.295 10.1279 5.87882 8.75195 6.78939C7.47765 7.6329 6.39771 8.73691 5.58301 10.0267H10.2627C10.6695 10.0268 11 10.3571 11 10.764C10.9996 11.1706 10.6693 11.5002 10.2627 11.5003H3.73633C3.32967 11.5002 3.00037 11.1706 3 10.764V4.23665C3.00022 3.82993 3.32957 3.50042 3.73633 3.50033ZM14.1904 17.8411C13.5826 17.8411 13.0962 18.1435 12.7314 18.7484C12.3667 19.3534 12.1822 20.2596 12.1787 21.4661C12.1787 22.2821 12.2605 22.9638 12.4238 23.5101C12.5905 24.0526 12.8249 24.4606 13.127 24.7337C13.4292 25.0034 13.784 25.138 14.1904 25.138C14.8018 25.138 15.2895 24.832 15.6543 24.2201C16.0191 23.6081 16.1998 22.6901 16.1963 21.4661C16.1963 20.6608 16.113 19.9903 15.9463 19.4544C15.783 18.9185 15.5503 18.5151 15.248 18.2454C14.9493 17.9759 14.5968 17.8412 14.1904 17.8411Z' fill='white'/%3E %3C/svg%3E");
}
.rylz-media-item .content-div .item-info .btns-content .talkback-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 0.46875vw;
  text-decoration: none;
}
.rylz-media-item .content-div .item-info .btns-content .talkback-btn .talkback-icon {
  width: 7.8125vw;
  height: 7.8125vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='29' viewBox='0 0 30 29' fill='none'%3E %3Cpath d='M8.34208 13C7.98109 13 7.64339 12.9127 7.32898 12.738C7.02621 12.5517 6.78167 12.3071 6.59535 12.0044C6.42068 11.69 6.33334 11.3581 6.33334 11.0087C6.33334 10.6477 6.42068 10.3159 6.59535 10.0131C6.78167 9.69869 7.02621 9.45415 7.32898 9.27948C7.64339 9.09316 7.98109 9 8.34208 9C8.70307 9 9.03495 9.09316 9.33771 9.27948C9.64048 9.45415 9.8792 9.69869 10.0539 10.0131C10.2402 10.3159 10.3333 10.6419 10.3333 10.9913C10.3333 11.3523 10.2402 11.69 10.0539 12.0044C9.8792 12.3188 9.64048 12.5633 9.33771 12.738C9.03495 12.9127 8.70307 13 8.34208 13Z' fill='white'/%3E %3Cpath d='M15.0088 13C14.6478 13 14.3101 12.9127 13.9957 12.738C13.6929 12.5517 13.4484 12.3071 13.262 12.0044C13.0874 11.69 13 11.3581 13 11.0087C13 10.6477 13.0874 10.3159 13.262 10.0131C13.4484 9.69869 13.6929 9.45415 13.9957 9.27948C14.3101 9.09316 14.6478 9 15.0088 9C15.3698 9 15.7016 9.09316 16.0044 9.27948C16.3072 9.45415 16.5459 9.69869 16.7206 10.0131C16.9069 10.3159 17 10.6419 17 10.9913C17 11.3523 16.9069 11.69 16.7206 12.0044C16.5459 12.3188 16.3072 12.5633 16.0044 12.738C15.7016 12.9127 15.3698 13 15.0088 13Z' fill='white'/%3E %3Cpath d='M21.6754 13C21.3144 13 20.9767 12.9127 20.6623 12.738C20.3595 12.5517 20.115 12.3071 19.9287 12.0044C19.754 11.69 19.6667 11.3581 19.6667 11.0087C19.6667 10.6477 19.754 10.3159 19.9287 10.0131C20.115 9.69869 20.3595 9.45415 20.6623 9.27948C20.9767 9.09316 21.3144 9 21.6754 9C22.0364 9 22.3683 9.09316 22.671 9.27948C22.9738 9.45415 23.2125 9.69869 23.3872 10.0131C23.5735 10.3159 23.6667 10.6419 23.6667 10.9913C23.6667 11.3523 23.5735 11.69 23.3872 12.0044C23.2125 12.3188 22.9738 12.5633 22.671 12.738C22.3683 12.9127 22.0364 13 21.6754 13Z' fill='white'/%3E %3Cpath d='M27.9004 1C28.5076 1.00021 28.9998 1.49241 29 2.09961V19.5322C29 20.1396 28.5077 20.6326 27.9004 20.6328H15.8906L8.34473 27.5811C7.63975 28.23 6.5 27.7297 6.5 26.7715V20.6328H2.09961C1.49227 20.6326 1 20.1396 1 19.5322V2.09961C1.00021 1.49241 1.4924 1.00021 2.09961 1H27.9004Z' stroke='white' stroke-width='2' stroke-miterlimit='16'/%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.rylz-media-item .content-div .item-info .btns-content .talkback-btn .talkback-count {
  color: #fff;
  font-size: 3.125vw;
  font-weight: 500;
  line-height: 2.96875vw;
}
.rylz-media-item .content-div .player-details {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2.5vw;
  direction: ltr;
}
.rylz-media-item .content-div .player-details .timeline {
  width: 100%;
}
.rylz-media-item .content-div .player-details .timeline .fp-timeline {
  width: 100%;
  height: 0.625vw;
  display: flex;
  background-color: #c5c5c5;
  overflow: visible;
}
.rylz-media-item .content-div .player-details .timeline .fp-timeline .fp-color {
  background: #fff;
  position: relative;
}
.rylz-media-item .content-div .player-details .timeline .fp-timeline .fp-color::after {
  content: '';
  width: 1.875vw;
  height: 1.875vw;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: -0.9375vw;
  top: 50%;
  transform: translateY(-50%);
}
.rylz-media-item .content-div .player-details .seek-time-display {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 5.46875vw;
  color: rgba(255, 255, 255, 0.5);
  font-size: 5.3125vw;
  font-weight: 100;
  line-height: 6.875vw;
  opacity: 0;
  transition: opacity 0.3s;
}
.rylz-media-item .content-div .player-details .seek-time-display .fp-elapsed {
  font-size: 5.3125vw;
  color: #fff;
}
.rylz-media-item .content-div .player-details .seek-time-display .fp-duration {
  font-size: 5.3125vw;
  color: rgba(255, 255, 255, 0.5);
}
.rylz-media-item #player {
  width: 100%;
  height: 100%;
}
.rylz-media-item #player .fp-logo,
.rylz-media-item #player .fp-footer {
  display: none;
}
.rylz-media-item #player .fp-ui .fp-header .fp-fullscreen,
.rylz-media-item #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.rylz-media-item #player .fp-ui .fp-left .fp-share-menu {
  display: none;
}
.rylz-media-item #player .fp-ui .fp-middle .fp-right-zone,
.rylz-media-item #player .fp-ui .fp-middle .fp-left-zone {
  display: none;
}
.rylz-media-item #player .fp-ui .fp-controls {
  display: none;
}
.rylz-media-item #player .fp-ui .fp-controls .fp-qsel,
.rylz-media-item #player .fp-ui .fp-controls .fp-small-play,
.rylz-media-item #player .fp-ui .fp-controls .fp-small-pause,
.rylz-media-item #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none;
}
.rylz-media-item.ad-loader-animation #player .fp-wait {
  opacity: 1;
}
.rylz-media-item.ad-loader-animation #player .fp-wait b {
  animation-duration: 1s;
  animation-name: loader;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.rylz-media-item #player.is-touched .fp-ui,
.rylz-media-item #player.is-paused .fp-ui {
  background: unset;
}
.rylz-media-item #player.is-touched .fp-ui .fp-middle::after,
.rylz-media-item #player.is-paused .fp-ui .fp-middle::after {
  opacity: 1;
}
.rylz-media-item #player.is-touched ~ .content-div .item-info,
.rylz-media-item #player.is-paused ~ .content-div .item-info {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 94%);
}
.rylz-media-item #player.is-touched ~ .content-div .item-info .text-content,
.rylz-media-item #player.is-paused ~ .content-div .item-info .text-content {
  opacity: 1;
  visibility: visible;
}
.rylz-media-item #player.is-touched ~ .content-div .player-details,
.rylz-media-item #player.is-paused ~ .content-div .player-details {
  opacity: 1;
  visibility: visible;
}
.rylz-media-item #player.is-paused .fp-switch .fp-play {
  width: 13.28125vw !important;
  height: 13.28125vw !important;
  opacity: 0.8;
}
.rylz-media-item #player.is-paused .fp-switch .fp-pause {
  display: none !important;
}
.rylz-media-item #player.is-playing .fp-switch .fp-pause {
  width: 13.28125vw !important;
  height: 13.28125vw !important;
  opacity: 0.8;
}
.rylz-media-item #player.is-playing .fp-switch .fp-play {
  display: none !important;
}
.rylz-media-item.is-seeking .content-div {
  background: transparent !important;
}
.rylz-media-item.is-seeking .content-div .item-info {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.rylz-media-item.is-seeking .content-div .player-details {
  opacity: 1 !important;
  visibility: visible !important;
}
.rylz-media-item.is-seeking .content-div .player-details .seek-time-display {
  opacity: 1;
}
@media (prefers-color-scheme: dark) {
  .rylz-media-item .label-text {
    color: #000 !important;
  }
}
.vertical-video-item {
  width: 100vw;
  height: 100dvh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.vertical-video-item.openMode .fp-middle::after,
.vertical-video-item.openMode .fp-togglable,
.vertical-video-item.openMode .close-btn,
.vertical-video-item.openMode .shareBtn,
.vertical-video-item.openMode .contentDiv {
  visibility: visible !important;
  opacity: 1 !important;
}
.vertical-video-item .imageArea {
  position: relative;
  overflow: hidden;
  width: 63.125vw;
  height: 111.71875vw;
}
.vertical-video-item .imageArea img {
  width: 63.125vw;
  height: 111.71875vw;
}
.vertical-video-item .imageArea .promoVideo {
  width: 63.125vw;
  height: 111.71875vw;
}
.vertical-video-item .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;
}
.vertical-video-item .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;
}
.vertical-video-item .contentDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  direction: rtl;
}
.vertical-video-item .contentDiv .videoInfo {
  height: 50vw;
  display: flex;
  justify-content: space-between;
  padding: 0 3.75vw 4.6875vw;
}
.vertical-video-item .contentDiv .videoInfo .textContent {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 2.5vw;
  opacity: 0;
}
.vertical-video-item .contentDiv .videoInfo .textContent .videoTitle {
  font-size: 4.0625vw;
  font-weight: 500;
  line-height: 4.6875vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  direction: rtl;
}
.vertical-video-item .contentDiv .videoInfo .textContent .videoSubtitle {
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 100;
  line-height: 4.375vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  direction: rtl;
}
.vertical-video-item .contentDiv .videoInfo .textContent .videoSubtitle.close {
  -webkit-line-clamp: 2;
}
.vertical-video-item .contentDiv .videoInfo .textContent .moreDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.5vw 0 0 0;
  direction: rtl;
}
.vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .credit {
  color: #c5c5c5;
  font-size: 3.28125vw;
  font-weight: 100;
  line-height: 4.0625vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .videoLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125vw;
  text-decoration: none;
}
.vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkText {
  color: #fff;
  font-size: 3.59375vw;
  font-weight: 100;
  line-height: 4.375vw;
}
.vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkIcon {
  width: 3.125vw;
  height: 2.03125vw;
  margin-top: 0.3125vw;
  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;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 5vw;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .shareBtn {
  width: 7.8125vw;
  height: 7.8125vw;
  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;
  z-index: 10;
  cursor: pointer;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn {
  width: 6.09375vw;
  height: 4.84375vw;
  margin-left: 0.625vw;
  padding: 0.78125vw 0 0 0;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon {
  width: 6.09375vw;
  height: 4.84375vw;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.vertical-video-item .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");
}
.vertical-video-item .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");
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon:hover {
  transform: unset;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn .fp-volume {
  display: none;
}
.vertical-video-item .contentDiv .playerDetails {
  height: 20.3125vw;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  position: relative;
  background: rgba(30, 30, 30, 0.8);
  font-size: 2.8125vw;
  font-weight: 100;
  line-height: 3.75vw;
  opacity: 0;
  direction: ltr;
}
.vertical-video-item .contentDiv .playerDetails .timeline {
  width: 100%;
}
.vertical-video-item .contentDiv .playerDetails .timeline .fp-timeline {
  width: 100%;
  height: 0.78125vw;
  display: flex;
  background-color: #78787b;
}
.vertical-video-item .contentDiv .playerDetails .timeline .fp-timeline .fp-color {
  background: #c5c5c5;
}
.vertical-video-item .contentDiv .playerDetails .playing-time {
  display: flex;
  gap: 0.46875vw;
  color: #78787b;
  margin: auto 0;
  padding: 0 3.75vw;
  font-size: 3.59375vw;
  font-weight: 100;
  line-height: 4.53125vw;
}
.vertical-video-item .contentDiv .playerDetails .playing-time .elapsed {
  color: #fff;
}
.vertical-video-item .contentDiv .playerDetails .arrow .arrowText {
  color: #78787b;
  font-size: 3.28125vw;
  font-weight: 100;
  line-height: 4.375vw;
}
.vertical-video-item .contentDiv .playerDetails .arrow .arrowIcon {
  width: 7.8125vw;
  height: 7.8125vw;
  rotate: 180deg;
  filter: invert(49%) sepia(5%) saturate(187%) hue-rotate(201deg) brightness(96%) contrast(92%);
  background-image: 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-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.vertical-video-item #player {
  width: 100%;
  height: 100%;
}
.vertical-video-item #player .fp-logo,
.vertical-video-item #player .fp-footer {
  display: none;
}
.vertical-video-item #player .fp-ui .fp-header .fp-fullscreen,
.vertical-video-item #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.vertical-video-item #player .fp-ui .fp-left .fp-share-menu {
  display: none;
}
.vertical-video-item #player .fp-ui .fp-middle .fp-right-zone,
.vertical-video-item #player .fp-ui .fp-middle .fp-left-zone {
  display: none;
}
.vertical-video-item #player .fp-ui .fp-controls {
  display: none;
}
.vertical-video-item #player .fp-ui .fp-controls .fp-qsel,
.vertical-video-item #player .fp-ui .fp-controls .fp-small-play,
.vertical-video-item #player .fp-ui .fp-controls .fp-small-pause,
.vertical-video-item #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none;
}
.vertical-video-item.ad-loader-animation #player .fp-wait {
  opacity: 1;
}
.vertical-video-item.ad-loader-animation #player .fp-wait b {
  animation-duration: 1s;
  animation-name: loader;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.vertical-video-item #player.is-touched .fp-ui,
.vertical-video-item #player.is-paused .fp-ui {
  background: unset;
}
.vertical-video-item #player.is-touched .fp-ui .fp-middle::after,
.vertical-video-item #player.is-paused .fp-ui .fp-middle::after {
  opacity: 1;
}
.vertical-video-item #player.is-touched ~ .contentDiv .videoInfo,
.vertical-video-item #player.is-paused ~ .contentDiv .videoInfo {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 94%);
}
.vertical-video-item #player.is-touched ~ .contentDiv .videoInfo .textContent,
.vertical-video-item #player.is-paused ~ .contentDiv .videoInfo .textContent {
  opacity: 1;
  visibility: visible;
}
.vertical-video-item #player.is-touched ~ .contentDiv .playerDetails,
.vertical-video-item #player.is-paused ~ .contentDiv .playerDetails {
  opacity: 1;
  visibility: visible;
}
.vertical-video-item #player.is-paused .fp-switch .fp-play {
  width: 13.28125vw !important;
  height: 13.28125vw !important;
  opacity: 0.8;
}
.vertical-video-item #player.is-paused .fp-switch .fp-pause {
  display: none !important;
}
.vertical-video-item #player.is-playing .fp-switch .fp-pause {
  width: 13.28125vw !important;
  height: 13.28125vw !important;
  opacity: 0.8;
}
.vertical-video-item #player.is-playing .fp-switch .fp-play {
  display: none !important;
}
html:has(.vertical-video-overlay-player),
body:has(.vertical-video-overlay-player) {
  overflow: hidden;
  touch-action: none;
}
.vertical-video-overlay-player {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-grow: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  overscroll-behavior: contain;
  z-index: 99999999;
}
.vertical-video-overlay-player .overlay-header:has(.overlay-title) {
  width: 100%;
  height: 30.46875vw;
  display: flex;
  justify-content: center;
  position: absolute;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 7%, rgba(20, 20, 20, 0.62) 48%, #0B0B0B 82%);
  z-index: 1;
}
.vertical-video-overlay-player .overlay-header:has(.overlay-title) .overlay-title {
  margin-top: 9.375vw;
  font-size: 4.375vw;
  font-weight: 670;
  line-height: 5.46875vw;
}
.vertical-video-overlay-player .overlay-header .close-btn {
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  top: 9.375vw;
  right: 3.125vw;
  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='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") no-repeat center center / cover;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  cursor: pointer;
}
.vertical-video-overlay-player.non-video-item .close-btn {
  opacity: 1;
  visibility: visible;
}
.vertical-video-overlay-player:has(#player.is-touched) .close-btn,
.vertical-video-overlay-player:has(#player.is-paused) .close-btn {
  opacity: 1;
  visibility: visible;
}
.vertical-video-overlay-player .slider {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: unset;
  flex-grow: 1;
  touch-action: pan-y;
}
.vertical-video-overlay-player .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
}
.vertical-video-overlay-player .slider .slick-track {
  display: flex;
  flex-direction: column;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide .adsWrapper {
  position: relative;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide .adsWrapper .ads_vertical_video {
  position: relative;
  height: 100dvh;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide .adsWrapper .arrow {
  bottom: 4.6875vw !important;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide.slick-active .standardMode .close-btn {
  animation: fade 2s ease-in-out !important;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide.slick-active .standardMode .contentDiv .videoInfo .textContent,
.vertical-video-overlay-player .slider .slick-track .slick-slide.slick-active .standardMode .contentDiv .playerDetails {
  animation: fade 2s ease-in-out !important;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide.slick-active .standardMode #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide.slick-active .standardMode #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.vertical-video-overlay-player .slider .slick-arrow {
  display: none !important;
}
.vertical-video-overlay-player .arrow {
  width: 18.75vw;
  height: 10.9375vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -1.5625vw;
  transform: translate(-50%, -50%);
  border: 0;
}
.vertical-video-overlay-player .arrow.none {
  display: none;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loader {
  0%,
  80% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 2);
  }
}
.leftAndRightTransitionAnimation {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.SiteArticleContact {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  direction: rtl;
}
.ynetnews .SiteArticleContact,
.vesty .SiteArticleContact {
  direction: ltr;
}
.magazine2025 .SiteArticleContact {
  margin: 0 4.6875vw 4.6875vw;
}
.SiteArticleContact .commentInfoBox-pf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f8f9;
  padding: 15px 14px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  -webkit-text-fill-color: #000;
  flex-direction: row-reverse;
}
.font-moses .SiteArticleContact .commentInfoBox-pf {
  font-size: 16px;
  font-weight: 670;
}
.magazine2025 .SiteArticleContact .commentInfoBox-pf {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background: #F1F1F1;
  color: #121111;
  padding: 10px 15px;
  border-radius: 5px;
  justify-content: space-between;
}
.SiteArticleContact .commentInfoBox-pf a {
  color: inherit;
  -webkit-text-fill-color: inherit;
}
.SiteArticleContact .commentInfoBox-pf .toAllComments-pf {
  margin: 0 5px;
  cursor: pointer;
  text-decoration: underline;
}
.font-moses .SiteArticleContact .commentInfoBox-pf .toAllComments-pf {
  text-decoration: none;
  color: inherit;
  -webkit-text-fill-color: inherit;
}
.magazine2025 .SiteArticleContact .commentInfoBox-pf .toAllComments-pf {
  font-size: 14px;
  font-weight: 400;
  color: #121111;
  -webkit-text-fill-color: #121111;
  justify-content: space-between;
  text-decoration: none;
  margin: 0;
}
.SiteArticleContact .commentInfoBox-pf > div:not(.commentInfoText) {
  display: flex;
  align-items: center;
}
.SiteArticleContact .addNewComment-pf {
  background-image: linear-gradient(126deg, #474cdd, #1417ac 42%);
  height: 30px;
  display: flex;
  width: 130px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #f3f8f9;
  -webkit-text-fill-color: #f3f8f9;
  letter-spacing: -0.3px;
  font-family: "NarkisBlock", "Arial";
}
.font-moses .SiteArticleContact .addNewComment-pf {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 14px;
  font-weight: 670;
  letter-spacing: normal;
  background-image: none;
  background-color: #de1a1a;
}
.vesty .SiteArticleContact .addNewComment-pf {
  min-width: 130px;
  padding: 0 4px;
  width: auto;
}
.magazine2025 .SiteArticleContact .addNewComment-pf {
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  color: #FFFFFF;
  background-color: #A10000;
  background-image: none;
  letter-spacing: 0;
  height: 40px;
  max-width: 200px;
  width: auto ! important;
  padding-left: 60px;
  font-family: inherit;
  text-decoration: none;
  justify-content: flex-start;
  position: relative;
}
.magazine2025 .SiteArticleContact .addNewComment-pf span {
  margin-inline-start: 0.5rem;
}
.magazine2025 .SiteArticleContact .addNewComment-pf span:after {
  display: flex;
  position: absolute;
  font-size: 3.6rem;
  color: #FFFFFF;
  left: 1rem;
  top: 0.3rem;
  content: ' \2190';
  font-weight: 300;
}
.SiteArticleContact * {
  font-weight: bold;
}
.magazine2025 .SiteArticleContact * {
  font-weight: 400;
}
.SiteArticleContact .contactWrapper,
.SiteArticleContact .mistakeText {
  text-decoration: underline;
  color: inherit;
  -webkit-text-fill-color: inherit;
  font-weight: normal;
}
.magazine2025 .SiteArticleContact .contactWrapper,
.magazine2025 .SiteArticleContact .mistakeText {
  font-family: 'Assistant';
}
.SiteArticleContact .contactAuthor {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  font-size: 2.1875vw;
  line-height: 1.57;
  letter-spacing: -0.3px;
  color: #6f6f6f;
  -webkit-text-fill-color: #6f6f6f;
  font-weight: normal;
  margin-bottom: 2.34375vw;
  position: relative;
}
.font-moses .SiteArticleContact .contactAuthor {
  font-size: 2.03125vw;
  letter-spacing: normal;
  font-weight: 340;
}
.SiteArticleContact .contactAuthor .authorAvatar {
  width: 4.375vw;
  height: 4.375vw;
  border-radius: 50%;
  margin-left: 1.25vw;
  margin-bottom: -0.46875vw;
}
.ynetnews .SiteArticleContact .contactAuthor .authorAvatar,
.vesty .SiteArticleContact .contactAuthor .authorAvatar {
  margin-right: 1.25vw;
  margin-left: unset;
}
.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: 3.125vw;
  height: 3.28125vw;
  margin-left: 1.5625vw;
}
.ynetnews .SiteArticleContact .writeUsIcon,
.vesty .SiteArticleContact .writeUsIcon {
  margin-left: unset;
  margin-right: 1.5625vw;
}
.magazine2025 .SiteArticleContact .writeUsIcon {
  display: none;
}
.SiteArticleContact .foundMistake-pf {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #6f6f6f;
  -webkit-text-fill-color: #6f6f6f;
  font-weight: normal;
  margin-bottom: 20px;
  background-size: 18px;
}
.font-moses .SiteArticleContact .foundMistake-pf {
  letter-spacing: normal !important;
  font-size: 13px;
  font-weight: 340;
}
.font-moses .SiteArticleContact .foundMistake-pf.hasEditorState {
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.0625rem;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  padding-inline-start: 1.5625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='icon'%3E %3Cpath id='Vector (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M3.49278 1.85762C3.05911 1.85762 2.6432 2.0299 2.33655 2.33655C2.0299 2.6432 1.85762 3.0591 1.85762 3.49277V21.0174L5.36092 17.5141C5.5101 17.3649 5.71244 17.2811 5.92341 17.2811H20.5072C20.9409 17.2811 21.3568 17.1088 21.6634 16.8022C21.9701 16.4955 22.1424 16.0796 22.1424 15.6459V3.49277C22.1424 3.0591 21.9701 2.6432 21.6634 2.33655C21.3568 2.0299 20.9409 1.85762 20.5072 1.85762H3.49278ZM1.21157 1.21157C1.81658 0.606555 2.63716 0.266663 3.49278 0.266663H20.5072C21.3628 0.266663 22.1834 0.606555 22.7884 1.21157C23.3934 1.81658 23.7333 2.63716 23.7333 3.49277V15.6459C23.7333 16.5016 23.3934 17.3221 22.7884 17.9271C22.1834 18.5321 21.3628 18.872 20.5072 18.872H6.25291L1.62463 23.5003C1.39713 23.7278 1.05498 23.7959 0.757726 23.6728C0.460475 23.5496 0.266663 23.2596 0.266663 22.9378V3.49277C0.266663 2.63716 0.606556 1.81658 1.21157 1.21157Z' fill='black'/%3E %3Cg id='Union'%3E %3Cpath d='M9.86666 5.91998C9.86666 5.4487 10.2487 5.06665 10.72 5.06665H19.68C20.1513 5.06665 20.5333 5.4487 20.5333 5.91998C20.5333 6.39127 20.1513 6.77332 19.68 6.77332H10.72C10.2487 6.77332 9.86666 6.39127 9.86666 5.91998Z' fill='%23DE1A1A'/%3E %3Cpath d='M4.53333 9.33353C4.53333 8.86224 4.91538 8.48019 5.38666 8.48019H19.68C20.1513 8.48019 20.5333 8.86224 20.5333 9.33353C20.5333 9.80481 20.1513 10.1869 19.68 10.1869H5.38666C4.91538 10.1869 4.53333 9.80481 4.53333 9.33353Z' fill='%23DE1A1A'/%3E %3Cpath d='M9.65333 12.2135C9.18204 12.2135 8.79999 12.5956 8.79999 13.0669C8.79999 13.5381 9.18204 13.9202 9.65333 13.9202H19.68C20.1513 13.9202 20.5333 13.5381 20.5333 13.0669C20.5333 12.5956 20.1513 12.2135 19.68 12.2135H9.65333Z' fill='%23DE1A1A'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: top right;
  background-repeat: no-repeat;
}
.font-moses .SiteArticleContact .foundMistake-pf.hasEditorState * {
  font-weight: 500 !important;
}
.font-moses .SiteArticleContact .foundMistake-pf.hasEditorState a,
.font-moses .SiteArticleContact .foundMistake-pf.hasEditorState a:hover,
.font-moses .SiteArticleContact .foundMistake-pf.hasEditorState a:visited {
  color: #DE1A1A !important;
  -webkit-text-fill-color: #DE1A1A !important;
  text-decoration: none;
}
.MessageToAuthor-pf {
  width: 100%;
  height: auto;
  margin-top: 16px;
  position: relative;
  font-family: inherit;
  background: #f3f8f9;
}
.MessageToAuthor-pf .content-pf {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 8px 16px 22px;
  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;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.MessageToAuthor-pf .content-pf:after {
  position: absolute;
  top: -0.78125vw;
  right: 7.8125vw;
  content: "";
  width: 2.1875vw;
  height: 2.1875vw;
  border-radius: 1px;
  background-color: #f3f8f9;
  box-shadow: -0.3125vw -0.3125vw 0.625vw -1px rgba(218, 218, 221, 0.8);
  transform: rotate(45deg);
  z-index: 0;
}
.MessageToAuthor-pf .msgTitle-pf {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 5px;
  font-weight: bold;
}
.MessageToAuthor-pf * {
  color: #3b3b48;
  -webkit-text-fill-color: #3b3b48;
  letter-spacing: -0.3px;
  font-weight: normal;
  font-family: "NarkisBlock", "Arial";
}
.font-moses .MessageToAuthor-pf * {
  font-family: "Moses", "NarkisBlock";
  letter-spacing: normal;
  font-weight: 340;
}
.MessageToAuthor-pf .successMsg-pf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
}
.MessageToAuthor-pf .input-pf {
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font-family: "NarkisBlock", "Arial";
  font-size: 16px;
}
.MessageToAuthor-pf input.input-pf {
  height: 48px;
  padding: 12px;
  margin-bottom: 15px;
}
.MessageToAuthor-pf textarea.input-pf {
  width: 100%;
  height: 248px;
  margin-left: 19px;
  padding: 12px 15px;
  border: 0;
}
.MessageToAuthor-pf textarea.input-pf.error {
  border: 1px solid red;
}
.MessageToAuthor-pf .infoArea-pf {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.MessageToAuthor-pf .sendToAuthor-pf {
  width: 100%;
  height: 47px;
  background-image: linear-gradient(120deg, #474cdd, #1417ac 38%);
  font-weight: bold;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  font-size: 18px;
}
.MessageToAuthor-pf .title-pf {
  margin: 16px 0 5px;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
}
.MessageToAuthor-pf .closeWindow-pf {
  width: 50px;
  height: 20px;
  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: right center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 15px;
  padding-right: 12px;
}
@media (prefers-color-scheme: dark) {
  .SiteArticleContact .foundMistake-pf {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .SiteArticleContact .commentInfoBox-pf {
    background-color: transparent;
  }
  .SiteArticleContact .commentInfoBox-pf .commentInfoText-pf,
  .SiteArticleContact .commentInfoBox-pf #bottomSpotimCounter,
  .SiteArticleContact .commentInfoBox-pf #bottomSpotimCounterMobileWeb {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .SiteArticleContact .foundMistake-pf.hasEditorState *:not(a *) {
    color: #fff ! important;
    -webkit-text-fill-color: #fff !important;
  }
  .SiteArticleContact .foundMistake-pf.foundMistake-pf.hasEditorState {
    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");
  }
}
.grid1280_2 .TickerComponentaMobileWeb {
  display: flex;
  flex-direction: column;
  background-color: #f3f8f9;
  box-shadow: 0 1px 0.625vw 0 rgba(218, 218, 221, 0.4);
}
.grid1280_2 .TickerComponentaMobileWeb .mobileHeader {
  width: 100%;
  height: 8.59375vw;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  z-index: 1;
  font-size: 4.375vw;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  padding: 0 4.6875vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 6.25vw 4.375vw 0px 3.125vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .radioViewsPreference {
  display: none;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection {
  display: flex;
  flex-direction: column;
  margin-bottom: 6.5625vw;
  padding: 0.78125vw 4.375vw 0.78125vw 0;
  border-right: 1px dotted #000;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection:nth-last-child(1) .itemSeparator {
  display: none !important;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: 0.3s ease;
  color: #000;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.new .date,
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.new .title {
  font-weight: 600;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened {
  margin-bottom: 6.25vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .date,
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .title {
  color: #2225b9;
  font-weight: 600;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .date {
  display: flex;
  font-weight: 400;
  margin-bottom: 0.625vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .date .DateDisplay {
  font-size: 4.53125vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .date .itemSeparator {
  display: none;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .title {
  font-size: 4.53125vw;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.5px;
  padding-left: 7.8125vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .arrow {
  position: absolute;
  margin-left: 2.5vw;
  left: 0;
  top: 6.71875vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .arrow .itemToggler {
  width: 3.125vw;
  height: 2.03125vw;
  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");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: 0.2s ease;
  filter: invert(1);
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .arrow .itemToggler.toClose {
  transform: rotate(0deg);
  margin-right: -0.78125vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .arrow .itemToggler.toOpen {
  transform: rotate(180deg);
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .itemBody {
  height: auto;
  position: relative;
  font-size: 4.53125vw;
  font-weight: lighter;
  line-height: 1.3;
  color: #000;
  padding-left: 7.8125vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .itemBody .AccordionShareWrapper .mobileShareBtn {
  width: 3.4375vw;
  height: 3.90625vw;
  margin-top: 3.59375vw;
  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='black'/%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='black'/%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='black'/%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='black'/%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='black'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.grid1280_2 .TickerComponentaMobileWeb a {
  text-decoration: none;
  width: fit-content;
  margin: auto;
  margin: 0px auto 4.6875vw auto;
}
.grid1280_2 .TickerComponentaMobileWeb a .moreTickersLink {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #de1a1a;
  font-size: 4.0625vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}
.grid1280_2 .TickerComponentaMobileWeb a .moreTickersLink::after {
  height: 3.90625vw;
  width: 3.90625vw;
  content: "";
  background-image: 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");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  right: 2.03125vw;
}
@media (prefers-color-scheme: dark) {
  .grid1280_2 .TickerComponentaMobileWeb {
    background-color: transparent;
  }
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection {
    border-right: 1px dotted #fff;
  }
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow {
    color: #fff;
  }
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .date,
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .title,
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .arrow {
    color: #419bf9 ! important;
    -webkit-text-fill-color: #419bf9 ! important;
  }
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .date .itemToggler,
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .title .itemToggler,
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .arrow .itemToggler {
    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='%23419bf9' 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") !important;
  }
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .arrow .itemToggler {
    filter: invert(0);
  }
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .itemBody {
    color: #fff;
  }
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .itemBody .AccordionShareWrapper .mobileShareBtn {
    filter: invert(1);
  }
  .grid1280_2 .TickerComponentaMobileWeb a .moreTickersLink {
    color: #419bf9 !important;
  }
  .grid1280_2 .TickerComponentaMobileWeb a .moreTickersLink::after {
    content: "";
    background-image: 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='%23419bf9' 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");
  }
}
.CollaborationComponenta {
  display: flex;
  flex-direction: column;
}
.CollaborationComponenta .collaborationTitle {
  display: none;
}
.CollaborationComponenta .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.CollaborationComponenta .content .groupContent {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  margin-bottom: 6.71875vw;
}
.CollaborationComponenta .content .groupContent .groupTitle {
  display: flex;
  align-items: center;
  height: 8.4375vw;
  font-size: 5.3125vw;
  font-weight: 600;
  line-height: 6.875vw;
  padding: 0 6.5625vw;
  margin-bottom: 3.125vw;
  color: #000;
  background-color: #f3f8f9;
}
.font-moses .CollaborationComponenta .content .groupContent .groupTitle {
  font-size: 4.6875vw;
  font-weight: 670;
  line-height: 1.27;
}
.CollaborationComponenta .content .groupContent .items {
  display: flex;
  flex-direction: column;
  padding: 0 6.5625vw;
}
.CollaborationComponenta .content .groupContent .items .itemName {
  color: #000;
  font-size: 4.6875vw;
  font-weight: 400;
  line-height: 6.25vw;
  margin-bottom: 3.90625vw;
  text-decoration: none;
}
.font-moses .CollaborationComponenta .content .groupContent .items .itemName {
  font-size: 3.90625vw;
  font-weight: 340;
  line-height: 1;
}
@media (prefers-color-scheme: dark) {
  .CollaborationComponenta .content .groupContent .groupTitle {
    color: #fff;
    background-color: #2d2d2d;
  }
  .CollaborationComponenta .content .groupContent .items .itemName {
    color: #fff;
  }
}
.FlashPageComponenta {
  display: flex;
  flex-direction: column;
  background: #f3f8f9;
  box-shadow: 0 1px 0.625vw 0 rgba(218, 218, 221, 0.4);
}
.FlashPageComponenta.flash-special {
  background: #f8f8f8 !important;
}
.FlashPageComponenta.flash-special .flash-page-special-tab {
  height: 7.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 0 2.34375vw;
  background-color: #DE1A1A;
  position: sticky;
  top: 12.5vw;
  z-index: 1;
}
.FlashPageComponenta.flash-special .flash-page-special-tab .tab-title {
  display: flex;
  align-items: center;
  gap: 0.3125vw;
}
.FlashPageComponenta.flash-special .flash-page-special-tab .tab-title .tab-icon {
  width: 3.125vw;
  height: 3.125vw;
  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='M15.8163 3.81355C15.8163 3.36424 15.4508 3 15 3C14.5492 3 14.1837 3.36424 14.1837 3.81355V6.09882C12.6441 6.28056 11.2009 6.97263 10.0936 8.07624C8.79231 9.37309 8.06127 11.132 8.06127 12.966C8.06127 16.4055 7.32285 18.5569 6.63034 19.8222C6.28296 20.4569 5.94269 20.8769 5.70209 21.13C5.58157 21.2567 5.48551 21.3422 5.42532 21.3922C5.39522 21.4172 5.37407 21.4334 5.3633 21.4413L5.35571 21.4469C5.06193 21.647 4.93176 22.0142 5.03509 22.3543C5.13933 22.6974 5.45666 22.9321 5.81638 22.9321H24.1836C24.5433 22.9321 24.8607 22.6974 24.9649 22.3543C25.0682 22.0141 24.9381 21.647 24.6443 21.4469L24.6367 21.4413C24.6259 21.4334 24.6048 21.4172 24.5747 21.3922C24.5145 21.3422 24.4184 21.2567 24.2979 21.13C24.0573 20.8769 23.717 20.4569 23.3697 19.8222C22.6772 18.5569 21.9387 16.4055 21.9387 12.966C21.9387 11.132 21.2077 9.37309 19.9064 8.07624C18.7991 6.97263 17.3559 6.28056 15.8163 6.09882V3.81355ZM21.9364 20.6013C22.0791 20.8621 22.2226 21.096 22.3631 21.305H7.63693C7.77737 21.096 7.92092 20.8621 8.06363 20.6013C8.90173 19.07 9.69391 16.6452 9.69391 12.966C9.69391 11.5635 10.2529 10.2185 11.248 9.22678C12.2431 8.23507 13.5927 7.67793 15 7.67793C16.4073 7.67793 17.7569 8.23507 18.752 9.22678C19.7471 10.2185 20.3061 11.5635 20.3061 12.966C20.3061 16.6452 21.0983 19.07 21.9364 20.6013Z' fill='white'/%3E %3Cpath d='M12.6685 23.788C12.4665 23.3864 11.976 23.2239 11.5729 23.4252C11.1698 23.6266 11.0069 24.1154 11.2089 24.5171C11.5786 25.2522 12.1166 25.8773 12.7807 26.3185C13.4462 26.7607 14.2118 27 14.9999 27C15.7879 27 16.5536 26.7607 17.219 26.3185C17.8831 25.8773 18.4212 25.2522 18.7909 24.5171C18.9929 24.1154 18.8299 23.6266 18.4268 23.4252C18.0238 23.2239 17.5333 23.3864 17.3313 23.788C17.0788 24.2901 16.7238 24.692 16.3134 24.9647C15.9044 25.2365 15.4518 25.3729 14.9999 25.3729C14.548 25.3729 14.0954 25.2365 13.6863 24.9647C13.2759 24.692 12.921 24.2901 12.6685 23.788Z' fill='white'/%3E %3Cpath d='M15.7348 4.73469C15.7348 4.32893 15.4058 4 15.0001 4C14.5943 4 14.2654 4.32893 14.2654 4.73469V6.79845C12.8797 6.96257 11.5809 7.58755 10.5842 8.58419C9.4131 9.75534 8.75516 11.3438 8.75516 13C8.75516 16.106 8.09058 18.0489 7.46732 19.1916C7.15467 19.7647 6.84843 20.144 6.63188 20.3726C6.52342 20.4871 6.43696 20.5643 6.38279 20.6094C6.3557 20.632 6.33667 20.6466 6.32697 20.6538L6.32014 20.6588C6.05574 20.8395 5.93859 21.1711 6.03158 21.4782C6.1254 21.7881 6.411 22 6.73475 22H23.2654C23.5891 22 23.8747 21.7881 23.9685 21.4782C24.0615 21.1711 23.9444 20.8395 23.68 20.6588L23.6731 20.6538C23.6635 20.6466 23.6444 20.632 23.6173 20.6094C23.5632 20.5643 23.4767 20.4871 23.3682 20.3726C23.1517 20.144 22.8454 19.7647 22.5328 19.1916C21.9095 18.0489 21.245 16.106 21.245 13C21.245 11.3438 20.587 9.75534 19.4159 8.58419C18.4192 7.58755 17.1204 6.96257 15.7348 6.79845V4.73469Z' fill='white'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.FlashPageComponenta.flash-special .flash-page-special-tab .tab-title .tab-text {
  color: #fff;
  font-size: 3.125vw;
  font-weight: 670;
  line-height: 4.375vw;
}
.FlashPageComponenta.flash-special .flash-page-special-tab .display-mode-toggle {
  display: flex;
  align-items: center;
  gap: 1.5625vw;
}
.FlashPageComponenta.flash-special .flash-page-special-tab .display-mode-toggle .toggle-title {
  color: #fff;
  font-size: 3.125vw;
  font-weight: 340;
  line-height: 3.90625vw;
}
.FlashPageComponenta .mobileHeader {
  width: 100%;
  height: 8.59375vw;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  z-index: 1;
  font-size: 4.6875vw;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  background-color: #de1a1a;
  padding: 0 5.46875vw;
}
.font-moses .FlashPageComponenta .mobileHeader {
  font-size: 4.375vw;
  font-weight: 670;
}
.FlashPageComponenta .Accordion {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 6.25vw 4.375vw 0 3.125vw;
}
.FlashPageComponenta .Accordion .displayModeToggle {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0 2.65625vw 3.125vw;
}
.FlashPageComponenta .Accordion .displayModeToggle .toggleTitle {
  height: 3.59375vw;
  font-size: 3.59375vw;
  margin-left: 2.34375vw;
}
.font-moses .FlashPageComponenta .Accordion .displayModeToggle .toggleTitle {
  font-size: 2.8125vw;
  font-weight: 500;
  line-height: 1.56;
}
.FlashPageComponenta .Accordion .displayModeToggle .ToggleSwitch .toggleContainer {
  height: 3.125vw;
  width: 6.25vw;
  box-sizing: border-box;
  background-color: #717171;
}
.FlashPageComponenta .Accordion .displayModeToggle .ToggleSwitch .toggleContainer.active {
  background-color: #de1a1a;
}
.FlashPageComponenta .Accordion .displayModeToggle .ToggleSwitch .toggleContainer .toggleBtn.active {
  transform: translateX(-124%) !important;
}
.FlashPageComponenta .Accordion .AccordionSection {
  display: flex;
  flex-direction: column;
  margin-bottom: 6.875vw;
  padding-right: 4.375vw;
  padding-bottom: 0.78125vw;
  padding-top: 0.78125vw;
  border-right: 1px dotted #000;
}
.FlashPageComponenta .Accordion .AccordionSection:nth-last-child(1) .itemSeparator {
  display: none !important;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: 0.3s ease;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow.new .date,
.FlashPageComponenta .Accordion .AccordionSection .titleRow.new .title {
  font-weight: 600;
}
.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: 6.25vw;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .date,
.FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .title {
  color: #2225b9;
  font-weight: 600;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .date,
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .title {
  font-weight: 670;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .date {
  display: flex;
  font-weight: 400;
  margin-bottom: 0.625vw;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow .date {
  font-weight: 340;
  font-size: 3.75vw;
  line-height: 1.29;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .date .DateDisplay {
  font-size: 4.53125vw;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow .date .DateDisplay {
  font-size: 3.75vw;
  font-weight: 340;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .date .itemSeparator {
  display: none;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .title {
  font-size: 4.53125vw;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.5px;
  padding-left: 7.8125vw;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow .title {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 1.42;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .arrow {
  position: absolute;
  margin-left: 2.5vw;
  left: 0;
  top: 6.71875vw;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .arrow .itemToggler {
  width: 3.125vw;
  height: 2.03125vw;
  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");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: 0.2s ease;
  filter: invert(1);
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .arrow .itemToggler.toClose {
  transform: rotate(0deg);
  margin-right: -0.78125vw;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .arrow .itemToggler.toOpen {
  transform: rotate(180deg);
}
.FlashPageComponenta .Accordion .AccordionSection .itemBody {
  height: auto;
  position: relative;
  font-size: 4.53125vw;
  font-weight: lighter;
  line-height: 1.3;
  padding-left: 7.8125vw;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .itemBody {
  font-size: 3.75vw;
  font-weight: 340;
  line-height: 1.63;
}
.FlashPageComponenta .Accordion .AccordionSection .itemBody .AccordionShareWrapper .mobileShareBtn {
  width: 3.4375vw;
  height: 3.90625vw;
  margin-top: 3.59375vw;
  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='black'/%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='black'/%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='black'/%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='black'/%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='black'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (prefers-color-scheme: dark) {
  .FlashPageComponenta {
    background: transparent;
  }
  .FlashPageComponenta.flash-special {
    background: #3F3F3F !important;
  }
  .FlashPageComponenta .Accordion .displayModeToggle .toggleTitle {
    color: #fff;
  }
  .FlashPageComponenta .Accordion .AccordionSection {
    border-right: 1px dotted #fff;
  }
  .FlashPageComponenta .Accordion .AccordionSection .titleRow {
    color: #fff;
  }
  .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .date,
  .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .title,
  .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .arrow {
    color: #419bf9 ! important;
    -webkit-text-fill-color: #419bf9 ! important;
  }
  .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .date .itemToggler,
  .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .title .itemToggler,
  .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .arrow .itemToggler {
    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='%23419bf9' 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") !important;
  }
  .FlashPageComponenta .Accordion .AccordionSection .titleRow .date {
    color: #fff;
  }
  .FlashPageComponenta .Accordion .AccordionSection .titleRow .title {
    color: #fff;
  }
  .FlashPageComponenta .Accordion .AccordionSection .titleRow .arrow .itemToggler {
    filter: invert(0);
  }
  .FlashPageComponenta .Accordion .AccordionSection .itemBody {
    color: #fff;
  }
  .FlashPageComponenta .Accordion .AccordionSection .itemBody .AccordionShareWrapper .mobileShareBtn {
    filter: invert(1);
  }
}
.GalhedHomepageAutoComponenta {
  display: flex;
  flex-direction: column;
  background-color: lightgray;
  background-image: url("//ynet-pic1.yit.co.il/Common/images/galhad/galhad-bg-small.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  min-height: 100%;
  margin-bottom: 4.6875vw;
}
.GalhedHomepageAutoComponenta.englishComponenta {
  direction: ltr;
}
.GalhedHomepageAutoComponenta.englishComponenta .TabComponenta {
  padding: 0 0 0 3.125vw;
}
.GalhedHomepageAutoComponenta.englishComponenta .slotView,
.GalhedHomepageAutoComponenta.englishComponenta .slotsContent {
  direction: ltr !important;
}
.GalhedHomepageAutoComponenta.englishComponenta * {
  font-family: 'NarkisBlock';
}
.GalhedHomepageAutoComponenta.englishComponenta .whiteArrow {
  transform: rotate(180deg);
  margin-top: -0.3125vw !important;
}
.GalhedHomepageAutoComponenta.englishComponenta .rightTitleLink svg {
  width: 12.5vw ! important;
}
.GalhedHomepageAutoComponenta.englishComponenta .rightTitleText {
  flex-shrink: unset !important;
}
.GalhedHomepageAutoComponenta.englishComponenta .ynetLogo {
  background-image: url("https://ynet-pic1.yit.co.il/picserver6/wcm_upload/2026/02/24/r1cqYMs00bg/global_logo__gal_hed.png") !important;
}
.GalhedHomepageAutoComponenta.englishComponenta .yadlabanim {
  background-image: url("https://ynet-pic1.yit.co.il/picserver6/wcm_upload/2026/02/25/H12cxQhO11x/yadlabanim_english_1.png") !important;
}
.GalhedHomepageAutoComponenta .TabComponenta {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  padding: 1.01563vw 2.5vw 0px 0;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 3.90625vw;
  gap: 0.625vw;
  color: #fff;
  align-items: center;
}
.GalhedHomepageAutoComponenta .TabComponenta .tabIcon {
  height: 4.21875vw;
  width: 10.9375vw;
}
.GalhedHomepageAutoComponenta .TabComponenta a {
  text-decoration: none;
  color: inherit;
}
.GalhedHomepageAutoComponenta .TabComponenta .rightTitleLink {
  display: flex;
  gap: 1.25vw;
  align-items: center;
  padding: 0.625vw 0;
}
.GalhedHomepageAutoComponenta .TabComponenta .rightTitleLink .rightTitleText {
  font-family: "Moses";
  font-size: 2.5625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4.0625vw;
  flex-shrink: 0;
  padding-top: 0.513vw;
  display: flex;
  align-items: center;
}
.GalhedHomepageAutoComponenta .TabComponenta .rightTitleLink .rightTitleText .whiteArrow {
  width: 3.28125vw;
  height: 3.28125vw;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.10774 2.47134C7.93921 2.28834 7.66484 2.28713 7.49492 2.46862L3.61886 6.60862C3.42674 6.81382 3.40593 7.16387 3.61753 7.38988L7.49492 11.5313C7.66484 11.7128 7.93921 11.7116 8.10774 11.5286C8.27627 11.3456 8.27514 11.0501 8.10521 10.8686L4.4832 6.99996L8.10521 3.1313C8.27514 2.94981 8.27627 2.65433 8.10774 2.47134Z' fill='white'/%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -0.3125vw !important;
}
.GalhedHomepageAutoComponenta .TabComponenta .leftTitleLink {
  display: flex;
  gap: 0.46875vw;
  align-items: center;
  padding: 1.875vw 0.78125vw 1.20313vw 0.78125vw;
  box-sizing: border-box;
  border-bottom: 1.25vw solid #C70305;
  flex-shrink: 0;
  height: 7.65625vw;
  margin-bottom: -1px;
  padding-top: 0.513vw;
}
.GalhedHomepageAutoComponenta .TabComponenta .leftTitleLink .whiteArrow {
  width: 3.90625vw;
  height: 3.90625vw;
  padding-top: 0.256vw;
}
.GalhedHomepageAutoComponenta .TabComponenta .leftTitleLink .leftTitleText {
  font-family: "Moses";
  font-size: 3.0625vw;
  line-height: 3.84375vw;
  font-style: normal;
  font-weight: 670;
  padding: 0 0.78125vw;
}
.GalhedHomepageAutoComponenta .slotsContent {
  margin-bottom: 1.5625vw;
  display: flex;
  flex-direction: row;
  gap: 0.78125vw;
  height: 25vw;
}
.GalhedHomepageAutoComponenta .slotsContent .manualItems {
  display: flex;
  gap: 0.78125vw;
}
.GalhedHomepageAutoComponenta .slotsContent > span,
.GalhedHomepageAutoComponenta .slotsContent > span > span {
  display: flex;
  flex-grow: 1;
}
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery {
  width: 100%;
  height: 25vw;
  display: flex;
  overflow: hidden;
}
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery .slick-slider,
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery .slick-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery .slick-slider .slick-track,
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery .slick-list .slick-track {
  height: 100%;
  display: flex;
  gap: 0.78125vw;
}
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery .slick-slider .slick-slide,
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery .slick-list .slick-slide {
  width: 32.5vw;
  height: 100%;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView {
  display: flex;
  gap: 0.9375vw;
  width: 32.5vw;
  height: 25vw;
  text-decoration: none;
  direction: rtl;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .imageArea {
  height: 100%;
  width: 14.375vw;
  overflow: hidden;
  flex-shrink: 0;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .imageArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .textArea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: "Moses";
  color: #2B3D59;
  height: 100%;
}
@media (prefers-color-scheme: dark) {
  .GalhedHomepageAutoComponenta .slotsContent .slotView .textArea {
    color: #2B3D59 !important;
  }
  .GalhedHomepageAutoComponenta .slotsContent .slotView .textArea * {
    color: #2B3D59 !important;
  }
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .textArea .slotRoof {
  font-size: 2.1875vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.26px;
  margin-bottom: 0.78125vw;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .textArea .slotTitle {
  font-size: 3.4375vw;
  font-weight: 700;
  line-height: 1.09;
  margin-bottom: auto;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .textArea .specialDetails {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-self: flex-end;
  gap: 0.46875vw;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .textArea .specialDetails .slotFallenDate {
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.35;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .textArea .specialDetails .slotFallenDetails {
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.35;
}
.GalhedHomepageAutoComponenta .bottomLogos {
  width: 100%;
  height: 8.59375vw;
  display: flex;
  gap: 1.25vw;
  justify-content: flex-end;
  align-items: center;
  padding: 1.03125vw 2.5625vw;
  box-sizing: border-box;
}
.GalhedHomepageAutoComponenta .bottomLogos > * {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 7.8125vw;
  height: 4.0625vw;
}
.GalhedHomepageAutoComponenta .bottomLogos .ynetLogo {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='14' viewBox='0 0 31 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_1765_17305)'%3E %3Cpath d='M21.746 11.4725H22.3792L22.0492 12.4556H22.4184L22.734 11.4365V11.2167H22.1049V10.939H21.7419L21.746 11.4725Z' fill='black'/%3E %3Cpath d='M23.1047 12.3956L22.8984 11.2167H23.2429L23.3308 11.8069C23.3448 11.802 23.3588 11.7964 23.3728 11.7902C23.4237 11.7662 23.4553 11.7342 23.4677 11.6943C23.4759 11.6676 23.4821 11.6283 23.4863 11.5764C23.4904 11.5231 23.4945 11.4585 23.4986 11.3825L23.5069 11.2167H23.8513C23.839 11.3805 23.8273 11.5058 23.8163 11.5924C23.8053 11.6776 23.7895 11.7422 23.7688 11.7862C23.7386 11.8514 23.6753 11.9047 23.5791 11.946C23.5125 11.9746 23.4397 11.9949 23.3606 12.0069L23.3893 12.1998H23.5481C23.676 12.1998 23.775 12.1805 23.8452 12.1418C23.9167 12.1019 23.9662 12.0486 23.9937 11.982C24.0212 11.9154 24.0397 11.8275 24.0494 11.7182L24.0947 11.2167H24.4413L24.3979 11.6943C24.3842 11.8581 24.3484 11.996 24.2907 12.1079C24.2329 12.2184 24.1449 12.3044 24.0267 12.3656C23.9084 12.4256 23.7544 12.4556 23.5646 12.4556H23.1934L23.1047 12.3956Z' fill='black'/%3E %3Cpath d='M25.9403 12.4556V11.6283C25.9403 11.4884 25.906 11.3852 25.8372 11.3186C25.7698 11.2507 25.6667 11.2167 25.5278 11.2167H25.0658V11.4725H25.4267C25.4872 11.4725 25.5292 11.4858 25.5526 11.5124C25.5759 11.5377 25.5876 11.581 25.5876 11.6423V12.4556H25.9403Z' fill='black'/%3E %3Cpath d='M26.3396 12.4715C26.3121 12.4715 26.2798 12.4695 26.2427 12.4655C26.2055 12.4629 26.1739 12.4582 26.1478 12.4516V12.1978C26.2193 12.2058 26.264 12.2084 26.2819 12.2058C26.3162 12.2031 26.3403 12.1918 26.3541 12.1718C26.3678 12.1505 26.3747 12.1212 26.3747 12.0839V11.8541C26.3747 11.7342 26.3926 11.6343 26.4283 11.5544C26.4413 11.5249 26.4585 11.4976 26.48 11.4725H26.22V11.2167H27.0554C27.1942 11.2167 27.2981 11.2507 27.3668 11.3186C27.4356 11.3852 27.4699 11.4884 27.4699 11.6283V12.4556H27.1152V11.6423C27.1152 11.581 27.1035 11.5377 27.0801 11.5124C27.0567 11.4858 27.0148 11.4725 26.9543 11.4725H26.7859C26.7666 11.487 26.7519 11.5063 26.7418 11.5304C26.7226 11.5797 26.713 11.6443 26.713 11.7242V12.0799C26.713 12.2198 26.6834 12.3203 26.6243 12.3816C26.5651 12.4416 26.4703 12.4715 26.3396 12.4715Z' fill='black'/%3E %3Cpath d='M28.1678 11.885C28.3023 12.0672 28.4356 12.2574 28.5677 12.4556H28.9369V12.4036C28.8984 12.3503 28.8475 12.2797 28.7843 12.1918C28.7066 12.084 28.6349 11.9855 28.5693 11.8962C28.577 11.8937 28.5847 11.891 28.5925 11.8881C28.6433 11.8694 28.6887 11.8455 28.7286 11.8161C28.7685 11.7868 28.7953 11.7569 28.809 11.7262C28.8242 11.6916 28.8379 11.641 28.8503 11.5744C28.8627 11.5078 28.8764 11.4172 28.8915 11.3026L28.9039 11.2167H28.5512L28.5388 11.3925C28.5306 11.5138 28.5216 11.5904 28.512 11.6223C28.5065 11.6396 28.4948 11.6583 28.4769 11.6783C28.4642 11.6927 28.4506 11.7055 28.4362 11.7167C28.4085 11.6797 28.3822 11.6449 28.3573 11.6123C28.2459 11.4645 28.1421 11.3326 28.0459 11.2167H27.6766V11.2707C27.7907 11.4 27.9006 11.533 28.0063 11.6698C27.9835 11.6793 27.9609 11.6895 27.9386 11.7003C27.8712 11.7336 27.8251 11.7709 27.8004 11.8121C27.7811 11.8455 27.7646 11.9041 27.7509 11.988C27.7371 12.0706 27.7227 12.1865 27.7076 12.3357C27.7035 12.3663 27.6993 12.4063 27.6952 12.4556H28.0541C28.0624 12.2944 28.0685 12.1791 28.0727 12.1099C28.0782 12.0393 28.085 11.988 28.0933 11.956C28.1015 11.932 28.1153 11.9141 28.1345 11.9021C28.1443 11.8958 28.1554 11.8901 28.1678 11.885Z' fill='black'/%3E %3Cpath d='M29.5198 11.7202H29.1712V12.4556H29.5198V11.7202Z' fill='black'/%3E %3Cpath d='M29.1279 11.4725H29.8745V12.4556H30.2293V11.2167H29.1279V11.4725Z' fill='black'/%3E %3Cpath d='M20.0323 11.7202H20.3809V12.4556H20.0323V11.7202Z' fill='black'/%3E %3Cpath d='M20.7357 11.4725H19.989V11.2167H21.0905V12.4556H20.7357V11.4725Z' fill='black'/%3E %3Cpath d='M19.2383 12.4615C19.2865 12.4655 19.3305 12.4662 19.3703 12.4635C19.5216 12.4502 19.6316 12.3883 19.7004 12.2777C19.7705 12.1672 19.8028 12.008 19.7973 11.8002C19.7932 11.6123 19.7499 11.4665 19.6674 11.3626C19.5849 11.2573 19.4721 11.204 19.3291 11.2027C19.259 11.2027 19.1923 11.22 19.129 11.2547C19.0658 11.288 19.0128 11.3333 18.9702 11.3905C18.9629 11.4007 18.956 11.4109 18.9497 11.4213C18.9458 11.4072 18.9416 11.3937 18.9372 11.3806C18.9193 11.3219 18.8939 11.2673 18.8609 11.2167H18.4834V11.2607C18.5865 11.4472 18.6409 11.5877 18.6464 11.6823C18.6491 11.7236 18.6457 11.7822 18.636 11.8581C18.6264 11.934 18.6099 12.0459 18.5865 12.1938L18.5474 12.4556H18.9083L18.9372 12.2078C18.9509 12.0946 18.964 11.99 18.9764 11.8941C18.9901 11.7968 19.0018 11.7269 19.0114 11.6843C19.0279 11.615 19.0554 11.5611 19.0939 11.5224C19.1338 11.4838 19.1806 11.4645 19.2342 11.4645C19.3043 11.4645 19.3559 11.4958 19.3889 11.5584C19.4219 11.6197 19.4398 11.7029 19.4425 11.8082C19.4467 11.9174 19.435 12.0066 19.4075 12.0759C19.3813 12.1438 19.338 12.1838 19.2775 12.1958C19.2349 12.2025 19.1799 12.2005 19.1125 12.1898V12.4476C19.1496 12.4542 19.1916 12.4589 19.2383 12.4615Z' fill='black'/%3E %3Cpath d='M17.8113 11.4725H17.3369V11.2167H18.3043V11.4725H18.1661V12.4556H17.8113V11.4725Z' fill='black'/%3E %3Cpath d='M16.6017 11.4725H16.7626V12.0359H17.1174V11.2167H16.6017V11.4725Z' fill='black'/%3E %3Cpath d='M15.8151 12.1998H16.0399V11.4725H15.8543V11.2167H16.3947V12.4556H15.8151V12.1998Z' fill='black'/%3E %3Cpath d='M14.8577 11.7202H14.5091V12.4556H14.8577V11.7202Z' fill='black'/%3E %3Cpath d='M14.4658 11.4725H15.2125V12.4556H15.5673V11.2167H14.4658V11.4725Z' fill='black'/%3E %3Cpath d='M30.3116 9.24041L30.3912 9.7256C30.4231 9.91339 30.3753 10.07 30.1522 10.1326C29.8973 10.2108 29.5147 10.2578 29.1324 10.2578C28.0008 10.2578 27.4752 9.7256 27.4752 8.67682V3.73009H26.6146C26.4074 3.73009 26.2799 3.5735 26.2799 3.3857V2.9629C26.2799 2.77532 26.4074 2.61872 26.6146 2.61872H27.4752V1.02194C27.4752 0.818338 27.5707 0.661947 27.746 0.614946L28.463 0.411345C28.702 0.348747 28.9093 0.364553 28.9093 0.646141V2.61872H29.8177C30.0086 2.61872 30.1522 2.77532 30.1522 2.9629V3.3857C30.1522 3.5735 30.0086 3.73009 29.8177 3.73009H28.9093V8.44202C28.9093 8.86461 29.0845 9.05241 29.451 9.05241C29.5784 9.05241 29.8016 9.02121 29.9451 8.98981C30.1204 8.95861 30.2796 9.05241 30.3116 9.24041Z' fill='black'/%3E %3Cpath d='M19.7251 9.7277V4.38414C19.7251 3.21238 18.9716 2.43108 17.7945 2.43108C16.978 2.43108 16.3188 2.74368 15.6594 3.50921L15.5026 2.80616C15.4555 2.61852 15.3456 2.5249 15.1258 2.5249H14.6549C14.4666 2.5249 14.2939 2.64986 14.2939 2.85287V9.7277C14.2939 9.91513 14.4666 10.0714 14.6549 10.0714H15.3771C15.5654 10.0714 15.7224 9.91513 15.7224 9.7277V5.49361C15.7224 4.44661 16.46 3.64974 17.402 3.64974C18.0455 3.64974 18.2966 3.96235 18.2966 4.69674V9.7277C18.2966 9.91513 18.4693 10.0714 18.6576 10.0714H19.3798C19.5681 10.0714 19.7251 9.91513 19.7251 9.7277Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.0926 6.45302C26.0926 3.62261 24.8614 2.61743 23.3065 2.61743C21.5979 2.61743 20.4742 4.08678 20.4742 6.40658C20.4742 8.94316 21.6595 10.2578 23.753 10.2578C24.6611 10.2578 25.1845 10.1187 25.6618 9.90211C25.8464 9.82485 25.9233 9.67013 25.8618 9.48438L25.6924 8.9896C25.6309 8.81947 25.5078 8.69577 25.2769 8.77303C24.8305 8.91234 24.4147 9.03604 23.8299 9.03604C22.4755 9.03604 21.9981 8.23181 21.9366 6.79328H25.754C25.9389 6.79328 26.0926 6.63877 26.0926 6.45302ZM24.697 5.73073H21.9725C22.1264 4.12227 22.8344 3.73557 23.3886 3.73557C24.343 3.73557 24.6661 4.74096 24.697 5.73073Z' fill='black'/%3E %3Cg clip-path='url(%23clip1_1765_17305)'%3E %3Cpath d='M6.3781 0.382044H6.58206C8.23623 0.437241 9.8043 1.13404 10.9554 2.32543C12.1066 3.51682 12.7507 5.10961 12.752 6.76775V6.97209C12.6969 8.62931 12.0014 10.2003 10.8122 11.3535C9.62303 12.5068 8.03318 13.1522 6.3781 13.1535H6.17413C4.48366 13.1264 2.87317 12.4276 1.69695 11.2109C0.520734 9.99417 -0.124863 8.35917 -0.097816 6.66558C-0.0707684 4.97198 0.626708 3.35852 1.84118 2.18013C3.05565 1.00174 4.68763 0.354946 6.3781 0.382044Z' fill='%23DE1A1A'/%3E %3Cpath d='M4.94665 2.71626C5.0244 2.71507 5.10002 2.74263 5.15989 2.794C5.21977 2.84536 5.25999 2.91716 5.27331 2.99648L6.20662 6.91961C6.26881 7.17247 6.30325 7.43179 6.30928 7.69264L6.49594 6.79399L7.35458 2.97715C7.36082 2.93184 7.3764 2.88844 7.40028 2.84992C7.42415 2.81139 7.45576 2.77864 7.49295 2.75389C7.53014 2.72914 7.57204 2.71297 7.6158 2.70647C7.65956 2.69998 7.70416 2.70332 7.74657 2.71626H8.43722C8.59588 2.71626 8.69854 2.84187 8.65188 3.04479L7.06526 9.44162C6.99528 9.82738 6.84121 10.1915 6.61478 10.5063C6.38836 10.8211 6.09554 11.0783 5.75863 11.2582L5.50664 11.3839C5.47559 11.3998 5.44171 11.4089 5.4071 11.4107C5.37249 11.4125 5.3379 11.4068 5.3055 11.3941C5.27309 11.3815 5.24356 11.362 5.21875 11.3369C5.19394 11.3119 5.17439 11.2818 5.16131 11.2486L4.91865 10.7268C4.8892 10.6547 4.88728 10.5737 4.91326 10.5001C4.93924 10.4266 4.9912 10.366 5.05865 10.3306L5.21731 10.2436C5.41928 10.1276 5.59419 9.96712 5.72965 9.77343C5.86512 9.57974 5.95785 9.35762 6.00129 9.12275C6.09296 8.87561 6.16171 8.62 6.20662 8.35938H5.80529C5.6373 8.35938 5.5533 8.29174 5.4973 8.09848L4.01334 3.02547C3.99618 2.99126 3.98833 2.95287 3.99062 2.91439C3.99292 2.87592 4.00527 2.83882 4.02636 2.80705C4.04746 2.77529 4.07649 2.75006 4.11037 2.73407C4.14424 2.71808 4.18168 2.71192 4.21867 2.71626H4.94665Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_1765_17305'%3E %3Crect width='30.3021' height='13.5339' fill='white'/%3E %3C/clipPath%3E %3CclipPath id='clip1_1765_17305'%3E %3Crect width='12.8507' height='12.7714' fill='white' transform='translate(-0.0986328 0.381226)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.GalhedHomepageAutoComponenta .bottomLogos .yadlabanim {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='13' viewBox='0 0 30 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_1765_17288)'%3E %3Cpath d='M24.9246 12.5953L24.8193 11.4688C25.3242 11.213 25.9034 10.8846 26.0733 10.4166C26.1212 10.2842 26.1834 9.87605 25.8795 9.89782C25.6569 9.91415 25.5659 10.3296 25.5037 10.4602C25.4176 10.6434 25.2835 10.7849 25.0921 10.9119L24.7858 11.0787C24.7235 10.598 24.6924 10.1137 24.6398 9.63116C24.9078 9.38808 25.3123 9.17766 25.4511 8.86746C25.4989 8.75681 25.5205 8.68243 25.3888 8.60262C25.1112 8.77314 24.8695 8.98356 24.6039 9.16859C24.5871 9.05975 24.5704 8.94909 24.5584 8.83844C24.5416 8.69332 24.5416 8.54457 24.5273 8.39945C24.5177 8.30149 24.4651 8.11828 24.4818 8.02939C24.4962 7.96046 24.7283 7.78087 24.7929 7.69743C24.9317 7.52147 25.0514 7.25481 24.994 7.04983C24.9437 6.86299 24.8216 6.96094 24.7546 7.07704C24.6709 7.22034 24.6661 7.40175 24.4363 7.46705C24.4268 7.41626 24.4124 7.36184 24.4052 7.31104C24.3358 6.79042 24.343 6.24078 24.2521 5.7256C24.2353 5.63672 24.2209 5.53695 24.1132 5.48253C23.9888 5.41903 23.7543 5.44262 23.7064 5.56597C23.6801 5.63309 23.6777 5.7637 23.6729 5.83988C23.637 6.24804 23.6226 6.65982 23.5963 7.06615C23.5915 7.12602 23.5915 7.51059 23.5652 7.52328C23.4647 7.57589 23.1966 7.24574 23.1368 7.19495C23.0794 7.14416 22.9334 7.03713 22.9094 7.17318C22.8664 7.40719 23.3307 7.71194 23.5484 7.84618C23.5508 7.92599 23.5532 8.00762 23.5508 8.08744C23.5437 8.30694 23.5173 8.53006 23.5054 8.74592C23.4958 8.90919 23.4982 9.07426 23.4743 9.23752C23.4384 9.24478 23.4479 9.23208 23.4384 9.22301C23.1966 9.00896 23.0578 8.74411 22.8855 8.49559C22.6534 8.40671 22.6151 8.53006 22.6558 8.68244C22.7587 9.067 23.199 9.29013 23.4719 9.59307C23.424 10.0339 23.4384 10.4801 23.3977 10.9209C23.3857 11.0624 23.3474 11.0951 23.1536 11.0479C22.7443 10.9481 22.5648 10.5327 22.371 10.286C22.304 10.2026 22.1987 10.0593 22.0479 10.13C21.8181 10.237 22.1101 10.6488 22.2154 10.7758C22.4308 11.0352 22.6821 11.1767 23.0411 11.3073C23.0937 11.3273 23.3546 11.398 23.3642 11.4198L23.29 12.6279C21.6147 12.4084 20.2721 11.3853 20.0088 10.1082C19.8581 9.37901 20.1859 8.54094 20.442 7.83529C21.16 5.84533 22.134 3.82452 23.0698 1.88535C23.3737 1.25589 23.6968 0.62824 23.9936 -0.0012207C24.0367 0.0296174 24.0582 0.0912937 24.0821 0.13483C24.6063 1.12709 25.0849 2.16289 25.5588 3.17148C26.248 4.63901 26.9421 6.14101 27.4997 7.63938C27.7653 8.35591 28.1267 9.25203 28.0262 9.99396C27.8563 11.2493 26.5424 12.3286 24.927 12.5934L24.9246 12.5953Z' fill='%23C70305'/%3E %3Cpath d='M2.57715 11.9995V9.92591C2.57715 9.90351 2.52333 9.81184 2.49911 9.78944C2.47759 9.7711 2.38879 9.72425 2.36188 9.72425H1.82101V11.9995H2.57715ZM3.40326 12.5841H0.981445L0.997591 9.13965H2.67133C3.06151 9.13965 3.40057 9.49408 3.40057 9.7711V12.5862L3.40326 12.5841Z' fill='%232B3D59'/%3E %3Cpath d='M15.2436 7.88111C15.214 7.875 15.2328 7.79556 15.2382 7.77315C15.3485 7.00522 15.5719 6.23525 15.6365 5.46732L15.1494 4.4244L16.0778 4.43051L16.7559 5.91952L16.99 4.43255C16.99 4.43255 17.0034 4.41421 17.0142 4.41218C17.025 4.41218 17.1757 4.4244 17.2187 4.4244C17.4125 4.42032 17.6062 4.4081 17.8026 4.41014L17.8403 4.42847L17.2806 6.5082L17.8941 7.85056C17.9022 7.86074 17.8753 7.88111 17.8699 7.88111H17.0115L16.2392 6.08655C16.2096 6.2821 16.18 6.48172 16.1612 6.67931C16.1262 7.04189 16.1262 7.42483 16.0751 7.78334C16.0751 7.80167 16.0562 7.88111 16.032 7.88111H15.2409H15.2436Z' fill='%232B3D59'/%3E %3Cpath d='M9.3758 9.13965V11.9995H9.70139V12.5841H7.38184V11.9995H8.53354V9.72425H7.47871C7.47871 9.72425 7.41951 9.70796 7.41682 9.70389L7.40067 9.13965H9.3758Z' fill='%232B3D59'/%3E %3Cpath d='M10.8039 8.52905L10.8227 9.12792L12.2301 9.14014L11.2667 12.5846H10.4272L11.2667 9.72678L9.98047 9.71252V8.52905H10.8039Z' fill='%232B3D59'/%3E %3Cpath d='M10.6815 4.42379H11.9516L12.1911 6.31408L12.4655 7.86013C12.4628 7.89884 11.7228 7.87439 11.6421 7.8805L11.513 7.19201C11.2923 7.38552 11.1039 7.60144 10.8779 7.79088C10.8026 7.85402 10.6599 7.97013 10.5765 8.01902C10.5604 8.0292 10.555 8.04346 10.5254 8.03735V7.19812C10.8133 6.97813 11.112 6.76221 11.3623 6.51982L11.1954 5.0084H10.7057C10.7057 5.0084 10.6788 4.99006 10.6788 4.98803V4.42175L10.6815 4.42379Z' fill='%232B3D59'/%3E %3Cpath d='M8.40114 8.73829H7.57772L7.56158 5.00862H7.16602V4.43013C7.16602 4.43013 7.18485 4.41383 7.19023 4.41383C7.21714 4.40976 7.34362 4.42605 7.39743 4.42401C7.67191 4.41383 8.08092 4.38735 8.34194 4.40976C8.35809 4.40976 8.40114 4.41587 8.40114 4.43013V8.73829Z' fill='%232B3D59'/%3E %3Cpath d='M16.144 9.13965V9.70592C16.144 9.70592 16.1197 9.72629 16.117 9.72629H15.8345V12.5862H15.0111V9.72629H13.8863C13.8863 9.72629 13.8594 9.70796 13.8594 9.70592V9.13965H16.144Z' fill='%232B3D59'/%3E %3Cpath d='M6.99362 12.5862H5.41406V12.0016H6.1433C6.1433 12.0016 6.17021 11.9832 6.17021 11.9812V9.87499C6.17021 9.83832 6.10562 9.74462 6.05181 9.73037C5.92803 9.69981 5.67508 9.73851 5.53515 9.72426L5.51901 9.13965H6.40432C6.74068 9.13965 6.99631 9.46352 6.99631 9.69166V12.5841L6.99362 12.5862Z' fill='%232B3D59'/%3E %3Cpath d='M14.0918 4.42175C14.6488 4.4686 14.8453 4.81489 14.8749 5.19376C14.9287 5.92095 14.8856 6.76222 14.856 7.49552C14.8534 7.58718 14.8803 7.78477 14.856 7.8581C14.856 7.86624 14.8184 7.8805 14.813 7.8805H14.0568L14.0326 7.86217V5.21005C14.0326 5.19376 13.9734 5.08987 13.9546 5.07358C13.9411 5.06339 13.8281 5.0084 13.8174 5.0084H12.7518C12.7518 5.0084 12.7302 4.99414 12.7275 4.98803V4.42379H14.0918V4.42175Z' fill='%232B3D59'/%3E %3Cpath d='M8.81152 4.42815C8.82229 4.3976 8.88687 4.42204 8.92185 4.42204C9.22054 4.42815 9.53269 4.40167 9.83407 4.40778C9.90403 4.40778 9.99283 4.42 10.0628 4.42204V7.68932C10.0278 7.74228 10.0924 7.87672 9.98745 7.87672H9.25014L9.22592 7.85838V5.00461L8.81421 4.99239V4.42612L8.81152 4.42815Z' fill='%232B3D59'/%3E %3Cpath d='M17.7056 11.1827H16.8822V9.72629H16.4947C16.4947 9.72629 16.4678 9.70796 16.4678 9.70592V9.13965H17.6948L17.7029 11.1807L17.7056 11.1827Z' fill='%232B3D59'/%3E %3Cpath d='M5.01787 9.13965L5.00173 11.1807H4.17831V9.72425L3.79351 9.71203C3.79351 9.71203 3.7666 9.66926 3.7666 9.66518V9.13965H5.02056H5.01787Z' fill='%232B3D59'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_1765_17288'%3E %3Crect width='29.7686' height='12.6291' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.GalhedHomepageAutoComponenta .bottomLogos .fidfLogo {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='13' viewBox='0 0 31 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_1765_17265)'%3E %3Cpath d='M7.48294 4.64919C7.42782 4.68264 7.37467 4.68806 7.34431 4.58057C7.31925 4.49189 7.31259 4.41157 7.29758 4.28937C7.05268 4.40778 6.89633 4.60277 6.58114 4.75723C6.40968 4.85601 6.21036 4.80348 6.0505 4.79328C6.00647 4.78698 5.84424 4.76895 5.79248 4.82934C5.77009 4.85445 5.76776 4.88109 5.77009 4.90149C5.77317 4.92578 5.75927 4.94852 5.73841 4.96031C5.44949 5.12972 4.64615 5.96722 4.3171 6.33263C4.55655 6.32013 5.14075 6.28105 5.73841 6.23314C6.26902 6.17868 6.17634 6.13517 6.98621 6.13517C6.98621 6.13517 7.08358 5.84932 7.27503 5.6482C7.41366 5.50262 7.71499 5.54108 7.71499 5.54108C7.65656 5.38544 7.54136 5.04737 7.48294 4.64912V4.64919ZM0 0.000244141V11.9958H6.4606C6.44231 11.4736 6.39656 11.0113 6.37164 10.6074C6.36917 10.1352 6.25695 9.62719 6.04001 9.31736C6.01344 9.27239 5.74741 9.02165 5.64523 8.94923C5.52053 8.85015 5.23627 8.70938 5.10579 8.67105C4.99773 8.6394 3.49503 8.17717 2.83259 7.88899C2.18428 7.60752 1.70138 7.24689 1.57671 6.87876C1.4911 6.62478 1.88342 6.29078 2.08207 6.05008C2.48186 5.56538 3.42024 5.05981 3.93803 4.78251C4.32288 4.57677 4.54228 4.42855 4.69691 4.31028C4.81241 4.222 4.8922 4.15037 4.97697 4.08293C5.07506 3.99963 5.14819 4.11373 5.20557 4.15121C5.30028 4.10624 5.64191 3.91051 5.82227 3.90804C5.83227 3.90804 5.84222 3.90804 5.85138 3.90719C5.94115 3.89804 6.00346 3.88387 6.13563 3.82891C6.17966 3.80976 6.23122 3.7856 6.29438 3.75646C6.67334 3.60071 6.68998 3.5474 6.90945 3.47827C7.05907 3.03685 7.46468 2.36557 7.97581 2.00412C8.20769 1.84004 8.46203 1.74011 8.72386 1.75427C8.9782 1.61852 9.85173 1.44027 9.84344 1.94001C9.75529 2.26567 9.68551 2.49217 9.78687 2.7995C9.99303 3.00273 10.0739 3.3985 9.9867 3.79909C10.0016 3.79743 10.0412 3.77418 10.1002 3.81583C10.1695 3.86466 10.1071 4.01729 10.0735 4.17229C10.0435 4.3112 10.0418 4.44505 10.0218 4.53042C9.99925 4.62642 9.975 4.67098 9.93494 4.67098C9.90836 4.67098 9.88145 4.6559 9.87316 4.6476C9.87316 4.6476 9.80135 5.11949 9.63773 5.54288C9.63773 5.54288 9.95827 5.5178 10.1086 5.69436C10.2589 5.87088 10.339 6.13862 10.339 6.13862C11.4519 6.13862 11.6898 6.28424 11.9687 6.39136V0.000244141H0Z' fill='%23A0824B'/%3E %3Cpath d='M13.9619 7.58206V0.000610352H17.6923V1.63125H15.9543V3.15206H17.4601V4.7827H15.9543V7.5821H13.9619L13.9619 7.58206ZM18.3561 7.58206V0.000610352H20.3485V7.58206H18.3561ZM25.872 1.3835C25.7911 0.909952 25.5753 0.561078 25.2246 0.336912C24.8739 0.112711 24.2817 0.000610352 23.448 0.000610352H21.2343V7.58206H23.448C24.2822 7.58206 24.8744 7.46996 25.2246 7.24576C25.5749 7.02159 25.7907 6.67272 25.872 6.19917C25.9534 5.72515 25.994 4.92242 25.994 3.79095C25.994 2.65947 25.9534 1.85698 25.872 1.38343V1.3835ZM23.9796 5.36123C23.9643 5.61519 23.9237 5.77646 23.8575 5.84644C23.7914 5.91645 23.6583 5.95074 23.4591 5.95074H23.2157V1.62851H23.4591C23.6583 1.62851 23.7914 1.66212 23.8575 1.72803C23.9237 1.79391 23.9651 1.95244 23.9796 2.21256C23.994 2.47268 24.0016 2.99767 24.0016 3.79101C24.0016 4.58436 23.9947 5.10735 23.9796 5.36123ZM26.7693 7.58206V0.000610352H30.4998V1.63125H28.7618V3.15206H30.2667V4.7827H28.7618V7.5821H26.7693L26.7693 7.58206Z' fill='%232C3D59'/%3E %3Cpath d='M14.7781 8.89708C14.7763 8.89905 14.774 8.90061 14.7715 8.90166C14.769 8.90271 14.7664 8.90329 14.7636 8.90329H14.2123C14.2112 8.90318 14.2101 8.90332 14.209 8.90366C14.208 8.90403 14.207 8.90464 14.2062 8.90542C14.2054 8.90623 14.2048 8.90718 14.2045 8.9082C14.2041 8.90925 14.2039 8.91037 14.204 8.91149V9.17218C14.2039 9.1733 14.2041 9.17442 14.2045 9.17547C14.2048 9.17652 14.2054 9.17747 14.2062 9.17825C14.207 9.17903 14.208 9.17964 14.209 9.18001C14.2101 9.18038 14.2112 9.18055 14.2123 9.18042H14.5748C14.5775 9.18042 14.5802 9.18096 14.5826 9.18198C14.5851 9.18303 14.5873 9.18455 14.5892 9.18648C14.5911 9.18838 14.5925 9.19069 14.5935 9.19319C14.5945 9.19567 14.5949 9.19835 14.5948 9.20102V9.36362C14.5948 9.3689 14.5928 9.37402 14.5893 9.37798C14.5874 9.37995 14.5852 9.38151 14.5827 9.38256C14.5802 9.38361 14.5775 9.38419 14.5748 9.38419H14.2116C14.2105 9.38408 14.2094 9.38419 14.2083 9.38456C14.2073 9.38493 14.2063 9.38554 14.2055 9.38632C14.2047 9.38713 14.2041 9.38808 14.2038 9.3891C14.2034 9.39015 14.2032 9.3913 14.2033 9.39239V9.85614C14.2033 9.85885 14.2028 9.86153 14.2017 9.864C14.2006 9.86648 14.1991 9.86868 14.1971 9.87054C14.1953 9.87247 14.193 9.87396 14.1905 9.87491C14.188 9.87586 14.1853 9.87627 14.1827 9.87603H13.9855C13.9829 9.87617 13.9802 9.87576 13.9777 9.87481C13.9752 9.87386 13.973 9.87241 13.971 9.87054C13.9691 9.86868 13.9675 9.86644 13.9665 9.864C13.9654 9.86153 13.9648 9.85885 13.9648 9.85614V8.72009C13.9648 8.71738 13.9654 8.71473 13.9665 8.71223C13.9675 8.70975 13.9691 8.70755 13.971 8.70569C13.9729 8.70375 13.9752 8.70216 13.9777 8.70111C13.9802 8.70006 13.9828 8.69952 13.9855 8.69952H14.7636C14.769 8.69969 14.7742 8.70192 14.778 8.70572C14.7818 8.70955 14.7841 8.71467 14.7842 8.72009V8.88336C14.7843 8.88597 14.7838 8.88858 14.7827 8.89095C14.7817 8.89332 14.78 8.89542 14.7781 8.89708H14.7781ZM15.8624 9.85282L15.6329 9.37741C15.6323 9.37632 15.632 9.37514 15.6319 9.37395C15.6319 9.37276 15.6321 9.37155 15.6326 9.37043C15.6331 9.36934 15.6337 9.36836 15.6346 9.36755C15.6355 9.3667 15.6365 9.36609 15.6377 9.36575C15.7026 9.34613 15.7591 9.30557 15.7983 9.25046C15.8378 9.19275 15.8578 9.12406 15.8555 9.05429C15.8571 8.98926 15.8416 8.92494 15.8107 8.86767C15.7818 8.81494 15.7379 8.77173 15.6846 8.74351C15.6258 8.71351 15.5605 8.69843 15.4944 8.69962H15.012C15.0093 8.69962 15.0066 8.70016 15.0042 8.70121C15.0016 8.70226 14.9994 8.70382 14.9975 8.70579C14.994 8.70979 14.992 8.71487 14.992 8.72016V9.85624C14.992 9.86156 14.994 9.86668 14.9975 9.87068C14.9994 9.87254 15.0017 9.874 15.0042 9.87495C15.0067 9.87586 15.0094 9.8763 15.012 9.87617H15.2098C15.2125 9.87627 15.2151 9.87586 15.2176 9.87495C15.2201 9.874 15.2224 9.87254 15.2243 9.87068C15.2278 9.86668 15.2298 9.8616 15.2298 9.85624V9.3973C15.2298 9.38907 15.2326 9.38907 15.2388 9.38907H15.3952C15.3975 9.38896 15.3996 9.38957 15.4015 9.39079C15.4034 9.39201 15.4048 9.39381 15.4055 9.39594L15.6165 9.86105C15.6183 9.8658 15.6217 9.86983 15.626 9.87254C15.6303 9.87525 15.6355 9.87654 15.6406 9.87617H15.8473C15.8597 9.87617 15.8659 9.87203 15.8659 9.86312C15.8653 9.85953 15.8642 9.85604 15.8625 9.85282H15.8624ZM15.6093 9.11569C15.6016 9.13447 15.5899 9.15144 15.575 9.16537C15.5595 9.17954 15.5414 9.19055 15.5216 9.19774C15.5019 9.20489 15.4809 9.20814 15.4599 9.20722H15.2387C15.2297 9.20722 15.2297 9.20451 15.2297 9.19902V8.91159C15.2297 8.9061 15.2325 8.90335 15.2387 8.90335H15.4599C15.5024 8.90179 15.5438 8.91711 15.575 8.94592C15.5898 8.96015 15.6015 8.97736 15.6092 8.99641C15.6169 9.01545 15.6205 9.03585 15.6198 9.05639C15.6206 9.07669 15.617 9.09695 15.6093 9.1158V9.11569ZM16.1152 9.87057C16.1117 9.86658 16.1097 9.86149 16.1097 9.85617V8.72012C16.1097 8.7148 16.1117 8.70968 16.1152 8.70572C16.1171 8.70379 16.1193 8.7022 16.1218 8.70115C16.1243 8.7001 16.127 8.69955 16.1297 8.69955H16.3275C16.3302 8.69955 16.3329 8.7001 16.3354 8.70115C16.3379 8.7022 16.3401 8.70379 16.342 8.70572C16.3455 8.70972 16.3475 8.7148 16.3475 8.72012V9.85617C16.3475 9.86149 16.3455 9.86661 16.342 9.87057C16.3401 9.87244 16.3378 9.8739 16.3353 9.87484C16.3328 9.87579 16.3302 9.8762 16.3275 9.87607H16.1297C16.127 9.87617 16.1244 9.87579 16.1219 9.87484C16.1194 9.8739 16.1171 9.87244 16.1152 9.87057ZM17.4492 8.89708C17.4473 8.89905 17.445 8.90061 17.4425 8.90166C17.44 8.90271 17.4374 8.90329 17.4346 8.90329H16.8833C16.8822 8.90318 16.8811 8.90332 16.88 8.90366C16.879 8.90403 16.878 8.90464 16.8773 8.90542C16.8764 8.90623 16.8758 8.90718 16.8755 8.9082C16.8751 8.90925 16.875 8.91037 16.8751 8.91149V9.17218C16.875 9.1733 16.8751 9.17442 16.8755 9.17547C16.8758 9.17652 16.8764 9.17747 16.8773 9.17825C16.878 9.17903 16.879 9.17964 16.88 9.18001C16.8811 9.18038 16.8822 9.18055 16.8833 9.18042H17.2465C17.2492 9.18042 17.2519 9.18096 17.2544 9.18201C17.2569 9.18306 17.2591 9.18462 17.261 9.18659C17.2631 9.18835 17.2647 9.19059 17.2658 9.19306C17.2668 9.19557 17.2673 9.19828 17.2672 9.20099V9.36358C17.267 9.36897 17.2648 9.37412 17.261 9.37792C17.2571 9.38175 17.252 9.38398 17.2465 9.38412H16.8806C16.8795 9.38402 16.8783 9.38415 16.8773 9.38452C16.8762 9.3849 16.8753 9.38551 16.8745 9.38629C16.8737 9.3871 16.8731 9.38805 16.8727 9.38907C16.8724 9.39012 16.8722 9.39127 16.8723 9.39235V9.66677C16.8722 9.66789 16.8724 9.66901 16.8727 9.67006C16.8731 9.67111 16.8737 9.67206 16.8745 9.67284C16.8753 9.67362 16.8762 9.67426 16.8773 9.6746C16.8783 9.67498 16.8795 9.67514 16.8806 9.67501H17.4319C17.4346 9.67501 17.4373 9.67555 17.4398 9.6766C17.4423 9.67769 17.4445 9.67925 17.4464 9.68118C17.4484 9.68284 17.45 9.68494 17.4511 9.68731C17.4521 9.68972 17.4527 9.69229 17.4526 9.6949V9.85821C17.4526 9.86088 17.452 9.86356 17.451 9.86603C17.4499 9.86851 17.4483 9.87074 17.4464 9.87257C17.4445 9.87444 17.4422 9.8759 17.4397 9.87684C17.4372 9.87779 17.4345 9.87823 17.4319 9.87806H16.6545C16.6519 9.8782 16.6492 9.87779 16.6467 9.87684C16.6442 9.8759 16.6419 9.87444 16.64 9.87257C16.6365 9.86861 16.6346 9.86349 16.6346 9.85821V8.72009C16.6346 8.71477 16.6365 8.70965 16.64 8.70569C16.6419 8.70375 16.6442 8.70216 16.6467 8.70111C16.6492 8.70006 16.6518 8.69952 16.6545 8.69952H17.4346C17.4401 8.69969 17.4452 8.70192 17.4491 8.70572C17.4529 8.70955 17.4552 8.71467 17.4553 8.72009V8.88336C17.4554 8.88597 17.4549 8.88858 17.4538 8.89095C17.4528 8.89332 17.4511 8.89542 17.4492 8.89708ZM18.3865 8.70575C18.3881 8.70375 18.3902 8.70216 18.3926 8.70108C18.395 8.70003 18.3976 8.69948 18.4002 8.69959H18.598C18.6008 8.69959 18.6034 8.70013 18.6059 8.70118C18.6084 8.70223 18.6107 8.70382 18.6126 8.70575C18.6144 8.70765 18.6159 8.70992 18.6168 8.7124C18.6178 8.71487 18.6182 8.71751 18.618 8.72019V9.85624C18.6182 9.85892 18.6179 9.8616 18.6169 9.8641C18.616 9.86661 18.6145 9.86888 18.6127 9.87078C18.6108 9.87268 18.6085 9.87413 18.6059 9.87508C18.6034 9.876 18.6007 9.87637 18.598 9.87617H18.4071C18.4024 9.87654 18.3976 9.87549 18.3934 9.87319C18.3893 9.87088 18.3858 9.86736 18.3837 9.86315L17.9461 9.14352C17.9461 9.13986 17.944 9.13847 17.9399 9.13938V9.85627C17.9399 9.85899 17.9393 9.86163 17.9383 9.86414C17.9372 9.86661 17.9356 9.86881 17.9337 9.87068C17.9318 9.87254 17.9295 9.874 17.927 9.87495C17.9245 9.8759 17.9219 9.8763 17.9192 9.87617H17.7221C17.7194 9.87644 17.7167 9.87606 17.7142 9.87512C17.7117 9.87417 17.7095 9.87264 17.7076 9.87068C17.7057 9.86881 17.7041 9.86658 17.703 9.86414C17.702 9.86163 17.7014 9.85899 17.7014 9.85627V8.72022C17.7014 8.71751 17.702 8.71484 17.703 8.71236C17.7041 8.70989 17.7057 8.70769 17.7076 8.70582C17.7094 8.70376 17.7116 8.70213 17.7141 8.70108C17.7166 8.70003 17.7193 8.69952 17.722 8.69965H17.9123C17.9172 8.69928 17.9221 8.7004 17.9264 8.70284C17.9307 8.70528 17.9342 8.70897 17.9364 8.71338L18.3726 9.4296C18.3726 9.43302 18.3768 9.43437 18.3795 9.43373C18.3823 9.43302 18.3795 9.43373 18.3795 9.42617V8.72022C18.3796 8.71748 18.3803 8.71477 18.3814 8.71229C18.3826 8.70982 18.3843 8.70762 18.3864 8.70582L18.3865 8.70575ZM18.9016 9.87068C18.8997 9.86885 18.8981 9.86658 18.897 9.86414C18.896 9.86166 18.8954 9.85899 18.8954 9.85631V8.72022C18.8956 8.71484 18.8978 8.70968 18.9016 8.70586C18.9055 8.70206 18.9106 8.69982 18.9161 8.69965H19.3379C19.4142 8.69806 19.49 8.71331 19.5598 8.74425C19.6202 8.77106 19.6717 8.81464 19.708 8.86977C19.7433 8.92558 19.7615 8.99045 19.7603 9.05639V9.52014C19.7615 9.58609 19.7433 9.65092 19.708 9.70673C19.6717 9.76241 19.6203 9.80663 19.5598 9.83435C19.49 9.86509 19.4142 9.88006 19.3379 9.87823H18.9161C18.9133 9.87813 18.9105 9.87739 18.908 9.8761C18.9055 9.87481 18.9034 9.87295 18.9016 9.87071L18.9016 9.87068ZM19.1421 9.67311H19.3489C19.3725 9.67403 19.396 9.66982 19.4177 9.66084C19.4395 9.65186 19.4591 9.63824 19.4751 9.62096C19.5083 9.58304 19.526 9.53407 19.5247 9.48375V9.09682C19.5269 9.0466 19.5096 8.99749 19.4764 8.95961C19.46 8.94212 19.44 8.92836 19.4178 8.91938C19.3955 8.91037 19.3716 8.9063 19.3476 8.90745H19.1422C19.1411 8.90735 19.14 8.90749 19.1389 8.90783C19.1379 8.9082 19.1369 8.90881 19.1361 8.90959C19.1354 8.9104 19.1347 8.91135 19.1344 8.91237C19.134 8.91342 19.1338 8.91457 19.134 8.91565V9.6703C19.1349 9.67152 19.1362 9.6725 19.1377 9.67298C19.1391 9.67345 19.1408 9.67348 19.1422 9.67304L19.1421 9.67311ZM20.1891 9.84733C20.1262 9.82215 20.0719 9.77955 20.0327 9.72455C19.9958 9.66959 19.9768 9.60469 19.9782 9.53865V9.50161C19.9781 9.49896 19.9785 9.49632 19.9795 9.49381C19.9804 9.49134 19.9819 9.4891 19.9837 9.48717C19.9877 9.48368 19.9929 9.48171 19.9982 9.48168H20.1905C20.1958 9.48158 20.201 9.48354 20.205 9.48717C20.2069 9.48903 20.2085 9.49127 20.2096 9.49378C20.2106 9.49625 20.2112 9.4989 20.2112 9.50161V9.52699C20.2114 9.54949 20.2172 9.57155 20.228 9.59127C20.2388 9.61103 20.2543 9.6278 20.2732 9.64017C20.3229 9.67359 20.3822 9.68995 20.442 9.6868C20.4906 9.6906 20.5389 9.67725 20.5785 9.64909C20.5923 9.63763 20.6035 9.6233 20.6111 9.60703C20.6187 9.59076 20.6226 9.57304 20.6226 9.55511C20.623 9.54237 20.6208 9.52973 20.616 9.51794C20.6113 9.50611 20.6041 9.49544 20.595 9.48653C20.5739 9.46599 20.5491 9.44945 20.5219 9.4378C20.491 9.42407 20.442 9.40486 20.3745 9.38015C20.3086 9.35833 20.2444 9.33196 20.1822 9.30126C20.1307 9.27459 20.0857 9.23684 20.0506 9.19082C20.0142 9.14087 19.9955 9.08031 19.9975 9.01864C19.996 8.95585 20.0143 8.8942 20.0499 8.84232C20.0862 8.79064 20.1367 8.75038 20.1953 8.72639C20.2631 8.69803 20.3361 8.68424 20.4096 8.68593C20.4882 8.68457 20.5662 8.70003 20.6384 8.7312C20.7014 8.75842 20.7558 8.8023 20.7955 8.85815C20.8335 8.91399 20.8532 8.98008 20.8521 9.04748V9.07215C20.8521 9.07486 20.8516 9.07757 20.8506 9.08004C20.8495 9.08255 20.8479 9.08475 20.8459 9.08655C20.8442 9.08855 20.8421 9.09014 20.8397 9.09123C20.8373 9.09228 20.8347 9.09282 20.8321 9.09272H20.635C20.6323 9.09272 20.6296 9.09218 20.6271 9.09113C20.6246 9.09007 20.6224 9.08848 20.6205 9.08655C20.6185 9.08475 20.6169 9.08252 20.6158 9.08004C20.6147 9.07757 20.6142 9.07486 20.6143 9.07215V9.05914C20.6144 9.03606 20.6092 9.01328 20.5992 8.99248C20.5892 8.97167 20.5746 8.95341 20.5564 8.93907C20.511 8.90349 20.4541 8.8857 20.3965 8.88899C20.3526 8.88678 20.3092 8.89857 20.2725 8.9226C20.258 8.93328 20.2464 8.94727 20.2386 8.9634C20.2308 8.97953 20.227 8.99736 20.2276 9.01522C20.2275 9.04053 20.2369 9.06496 20.2538 9.08381C20.276 9.10604 20.3025 9.12355 20.3317 9.13528C20.3661 9.15036 20.4192 9.17096 20.4909 9.19635C20.5551 9.21902 20.6181 9.24487 20.6797 9.27388C20.7276 9.29808 20.7696 9.33224 20.8031 9.37402C20.8412 9.42316 20.8605 9.48422 20.8575 9.54624C20.8595 9.59398 20.85 9.64153 20.8297 9.68484C20.8094 9.72818 20.779 9.76603 20.741 9.79524C20.6495 9.86105 20.5381 9.89352 20.4254 9.88718C20.3448 9.88965 20.2644 9.87613 20.189 9.8474L20.1891 9.84733ZM22.3351 8.88882C22.2984 8.82531 22.2441 8.77363 22.1787 8.73995C22.106 8.70518 22.0264 8.68712 21.9458 8.68712C21.8651 8.68712 21.7855 8.70521 21.7128 8.73995C21.6474 8.77367 21.5931 8.82534 21.5564 8.88882C21.5188 8.95612 21.4998 9.03209 21.5012 9.10905V9.46857C21.4997 9.54641 21.5188 9.62326 21.5564 9.69151C21.5931 9.75542 21.6473 9.80758 21.7128 9.84177V9.84248C21.7854 9.87745 21.8651 9.89562 21.9458 9.89562C22.0265 9.89562 22.1061 9.87745 22.1787 9.84248C22.2444 9.80863 22.2988 9.75644 22.3351 9.69222C22.3732 9.62387 22.3925 9.54671 22.391 9.46857V9.10905C22.3925 9.03199 22.3732 8.95595 22.3351 8.88882ZM22.1398 9.56352C22.13 9.59039 22.1149 9.61499 22.0953 9.63594L22.0946 9.63319C22.0754 9.65329 22.0521 9.66911 22.0264 9.67975C22.0006 9.69039 21.9729 9.69555 21.945 9.69494C21.9174 9.69602 21.8898 9.69134 21.864 9.68118C21.8382 9.67101 21.8149 9.65559 21.7955 9.6359C21.7762 9.61486 21.7612 9.59019 21.7515 9.56335C21.7418 9.53648 21.7375 9.50798 21.739 9.47948V9.10973C21.7364 9.05198 21.7566 8.99556 21.7956 8.95259C21.8361 8.91433 21.8899 8.89302 21.9458 8.89302C22.0017 8.89302 22.0554 8.91433 22.096 8.95259C22.1349 8.99553 22.1552 9.05198 22.1526 9.10973V9.47948C22.154 9.50804 22.1497 9.53658 22.1399 9.56349L22.1398 9.56352ZM23.4671 8.89708C23.4653 8.89905 23.463 8.90061 23.4605 8.90166C23.458 8.90271 23.4554 8.90329 23.4527 8.90329H22.9013C22.8951 8.90329 22.8924 8.90329 22.8924 8.91149V9.17218C22.8924 9.17767 22.8924 9.18042 22.9013 9.18042H23.2659C23.2686 9.18032 23.2713 9.18083 23.2738 9.18191C23.2763 9.18299 23.2786 9.18459 23.2804 9.18659C23.2824 9.18835 23.2841 9.19059 23.2851 9.19306C23.2862 9.19557 23.2867 9.19828 23.2866 9.20099V9.36358C23.2866 9.36626 23.286 9.36894 23.285 9.37141C23.2839 9.37388 23.2823 9.37612 23.2804 9.37795C23.2786 9.37998 23.2763 9.38158 23.2738 9.38263C23.2713 9.38371 23.2686 9.38422 23.2659 9.38415H22.9007C22.8945 9.38415 22.8917 9.38412 22.8917 9.39235V9.85611C22.8917 9.86143 22.8898 9.86654 22.8862 9.87051C22.8843 9.87237 22.882 9.87383 22.8795 9.87478C22.877 9.87573 22.8744 9.87613 22.8717 9.876H22.6739C22.6713 9.8761 22.6686 9.87573 22.6661 9.87478C22.6636 9.87383 22.6614 9.87237 22.6594 9.87051C22.6559 9.86651 22.6539 9.86143 22.6539 9.85611V8.72005C22.6539 8.71473 22.6559 8.70962 22.6594 8.70565C22.6613 8.70372 22.6636 8.70213 22.6661 8.70108C22.6685 8.70003 22.6712 8.69949 22.6739 8.69949H23.4527C23.4554 8.69949 23.4581 8.70003 23.4606 8.70108C23.463 8.70213 23.4653 8.70372 23.4672 8.70565C23.4707 8.70965 23.4726 8.71473 23.4727 8.72005V8.88333C23.4727 8.88587 23.4722 8.88841 23.4713 8.89071C23.4703 8.89309 23.4689 8.89522 23.4671 8.89702V8.89708ZM24.9286 8.70569C24.9305 8.70755 24.9321 8.70979 24.9332 8.71229C24.9342 8.71477 24.9348 8.71741 24.9348 8.72012V8.88475C24.9348 8.88746 24.9342 8.8901 24.9332 8.89261C24.9321 8.89508 24.9305 8.89729 24.9286 8.89915C24.9267 8.90108 24.9245 8.90257 24.922 8.90352C24.9195 8.90447 24.9168 8.90488 24.9141 8.90464H24.6122C24.6068 8.90464 24.6039 8.90464 24.6039 8.91355V9.85617C24.6039 9.85885 24.6034 9.86153 24.6023 9.864C24.6013 9.86648 24.5997 9.86871 24.5978 9.87054C24.5959 9.87241 24.5936 9.87386 24.5911 9.87481C24.5886 9.87576 24.5859 9.8762 24.5833 9.87603H24.3862C24.3835 9.8763 24.3808 9.87596 24.3783 9.87501C24.3757 9.87407 24.3735 9.87251 24.3717 9.87054C24.3697 9.86871 24.3681 9.86644 24.3671 9.864C24.366 9.86153 24.3655 9.85885 24.3655 9.85617V8.91355C24.3655 8.90739 24.3655 8.90464 24.3572 8.90464H24.0636C24.061 8.90484 24.0583 8.90447 24.0558 8.90352C24.0533 8.90257 24.051 8.90108 24.0492 8.89915C24.0472 8.89729 24.0456 8.89505 24.0446 8.89261C24.0435 8.8901 24.043 8.88746 24.043 8.88475V8.72012C24.043 8.71741 24.0435 8.71477 24.0446 8.71229C24.0456 8.70979 24.0472 8.70758 24.0492 8.70569C24.051 8.70369 24.0532 8.70206 24.0557 8.70101C24.0582 8.69996 24.0609 8.69945 24.0636 8.69952H24.914C24.9168 8.69945 24.9194 8.69993 24.922 8.70101C24.9245 8.70206 24.9267 8.70369 24.9285 8.70569H24.9286ZM25.8024 8.70569C25.8042 8.70375 25.8065 8.7022 25.809 8.70115C25.8115 8.7001 25.8141 8.69952 25.8168 8.69952H26.014C26.0167 8.69945 26.0194 8.69993 26.0219 8.70101C26.0244 8.70206 26.0266 8.70369 26.0284 8.70569C26.0304 8.70755 26.0319 8.70979 26.033 8.71229C26.0341 8.71477 26.0346 8.71741 26.0346 8.72012V9.85621C26.0346 9.85888 26.0341 9.86156 26.033 9.86403C26.0319 9.86651 26.0304 9.86874 26.0284 9.87057C26.0266 9.87251 26.0243 9.87403 26.0218 9.87498C26.0193 9.87593 26.0166 9.87627 26.0139 9.87607H25.8161C25.8135 9.8762 25.8108 9.87579 25.8083 9.87484C25.8058 9.8739 25.8036 9.87244 25.8017 9.87057C25.7997 9.86874 25.7981 9.86647 25.7971 9.86403C25.796 9.86156 25.7955 9.85888 25.7955 9.85621V9.39242C25.7956 9.39134 25.7954 9.39018 25.795 9.38917C25.7947 9.38812 25.7941 9.38717 25.7932 9.38635C25.7925 9.38558 25.7915 9.38497 25.7905 9.38459C25.7894 9.38425 25.7883 9.38408 25.7872 9.38422H25.4143C25.4081 9.38422 25.4054 9.38422 25.4054 9.39242V9.85621C25.4054 9.86149 25.4034 9.86661 25.3999 9.87057C25.398 9.87244 25.3957 9.8739 25.3932 9.87484C25.3907 9.87579 25.388 9.87623 25.3854 9.87607H25.1876C25.185 9.87627 25.1824 9.8759 25.18 9.87495C25.1776 9.874 25.1755 9.87251 25.1738 9.87057C25.1719 9.86874 25.1703 9.86647 25.1692 9.86403C25.1682 9.86159 25.1676 9.85888 25.1676 9.85621V8.72012C25.1676 8.71741 25.1682 8.71477 25.1692 8.71229C25.1703 8.70979 25.1719 8.70758 25.1738 8.70569C25.1755 8.70369 25.1776 8.70209 25.18 8.70104C25.1824 8.69996 25.185 8.69945 25.1876 8.69952H25.3854C25.3881 8.69952 25.3908 8.7001 25.3932 8.70115C25.3958 8.7022 25.398 8.70375 25.3999 8.70569C25.4034 8.70968 25.4054 8.71477 25.4054 8.72009V9.17218C25.4054 9.17767 25.4054 9.18042 25.4143 9.18042H25.7872C25.7883 9.18052 25.7894 9.18038 25.7905 9.18001C25.7915 9.17967 25.7925 9.17906 25.7932 9.17825C25.7941 9.17747 25.7947 9.17652 25.795 9.17547C25.7954 9.17445 25.7956 9.17334 25.7955 9.17218V8.72009C25.7955 8.71734 25.7962 8.71463 25.7974 8.71216C25.7986 8.70969 25.8002 8.70748 25.8024 8.70569ZM27.1254 8.89712C27.1236 8.89915 27.1213 8.90081 27.1189 8.90186C27.1164 8.90291 27.1136 8.90342 27.1109 8.90329H26.5596C26.5585 8.90318 26.5574 8.90332 26.5563 8.90369C26.5553 8.90403 26.5543 8.90468 26.5535 8.90545C26.5527 8.90623 26.5521 8.90718 26.5517 8.90823C26.5514 8.90928 26.5512 8.91037 26.5513 8.91152V9.17222C26.5512 9.1733 26.5514 9.17445 26.5517 9.17551C26.5522 9.17652 26.5527 9.17747 26.5535 9.17828C26.5543 9.17906 26.5553 9.17967 26.5563 9.18005C26.5574 9.18039 26.5585 9.18055 26.5596 9.18042H26.9187C26.9213 9.18035 26.9239 9.18089 26.9263 9.18194C26.9287 9.18299 26.9308 9.18462 26.9324 9.18659C26.9345 9.18838 26.9362 9.19062 26.9372 9.19309C26.9383 9.19557 26.9388 9.19828 26.9387 9.20099V9.36358C26.9387 9.36629 26.9381 9.36894 26.937 9.37144C26.936 9.37392 26.9344 9.37612 26.9324 9.37798C26.9308 9.37998 26.9287 9.38158 26.9263 9.38266C26.9239 9.38371 26.9213 9.38422 26.9187 9.38415H26.5555C26.5543 9.38405 26.5532 9.38419 26.5521 9.38456C26.5511 9.3849 26.5502 9.38554 26.5494 9.38632C26.5486 9.3871 26.548 9.38805 26.5476 9.3891C26.5472 9.39015 26.5471 9.39123 26.5472 9.39239V9.66681C26.5471 9.66789 26.5472 9.66905 26.5476 9.6701C26.548 9.67111 26.5486 9.67206 26.5494 9.67287C26.5502 9.67365 26.5511 9.67426 26.5521 9.67464C26.5532 9.67501 26.5543 9.67514 26.5555 9.67501H27.1068C27.1095 9.67491 27.1122 9.67535 27.1147 9.67647C27.1172 9.67752 27.1194 9.67914 27.1212 9.68121C27.1232 9.68287 27.1249 9.68497 27.1259 9.68734C27.127 9.68972 27.1275 9.69233 27.1274 9.69494V9.85821C27.1274 9.86092 27.1269 9.86359 27.1258 9.86607C27.1248 9.86854 27.1232 9.87075 27.1212 9.87261C27.1194 9.87457 27.1171 9.8761 27.1146 9.87705C27.1121 9.87803 27.1094 9.8784 27.1067 9.8781H26.3294C26.3268 9.8783 26.3242 9.87793 26.3218 9.87698C26.3194 9.87603 26.3173 9.87454 26.3156 9.87261C26.3136 9.87075 26.3121 9.86851 26.311 9.86607C26.31 9.86363 26.3094 9.86092 26.3094 9.85821V8.72009C26.3094 8.71741 26.31 8.71473 26.311 8.71226C26.3121 8.70979 26.3136 8.70755 26.3156 8.70572C26.3173 8.70372 26.3194 8.70209 26.3218 8.70104C26.3242 8.69999 26.3268 8.69945 26.3294 8.69952H27.1095C27.1122 8.69942 27.115 8.69986 27.1175 8.70098C27.12 8.70203 27.1222 8.70365 27.1239 8.70572C27.1259 8.70755 27.1275 8.70982 27.1285 8.71226C27.1296 8.71473 27.1302 8.71741 27.1302 8.72009V8.88339C27.1304 8.8859 27.1301 8.88841 27.1293 8.89078C27.1284 8.89315 27.1271 8.89529 27.1253 8.89708L27.1254 8.89712ZM27.8016 9.87057C27.7996 9.86874 27.798 9.86647 27.797 9.86403C27.7959 9.86156 27.7953 9.85888 27.7953 9.85621V8.72012C27.7953 8.71741 27.7959 8.71477 27.797 8.71229C27.798 8.70979 27.7996 8.70758 27.8016 8.70569C27.8032 8.70369 27.8053 8.70209 27.8077 8.70104C27.8101 8.69996 27.8127 8.69945 27.8153 8.69952H28.0132C28.0186 8.69969 28.0237 8.70192 28.0276 8.70572C28.0314 8.70955 28.0337 8.7147 28.0338 8.72009V9.85617C28.0338 9.85885 28.0332 9.86153 28.0322 9.864C28.0311 9.86648 28.0296 9.86871 28.0276 9.87054C28.0257 9.87241 28.0234 9.87386 28.0209 9.87481C28.0184 9.87576 28.0158 9.8762 28.0131 9.87603H27.8147C27.8122 9.87613 27.8097 9.87573 27.8075 9.87478C27.8052 9.87383 27.8032 9.8724 27.8016 9.87057ZM29.1327 8.86974C29.0962 8.8148 29.0448 8.77129 28.9845 8.74422C28.9148 8.71331 28.839 8.69806 28.7626 8.69962H28.3402C28.3376 8.69952 28.3349 8.70006 28.3325 8.70111C28.3301 8.7022 28.3281 8.70379 28.3264 8.70579C28.3244 8.70765 28.3228 8.70989 28.3218 8.71233C28.3207 8.7148 28.3202 8.71748 28.3202 8.72019V9.85624C28.3202 9.85895 28.3207 9.8616 28.3218 9.8641C28.3228 9.86658 28.3244 9.86878 28.3264 9.87064C28.328 9.87315 28.3302 9.87515 28.3329 9.87651C28.3356 9.87786 28.3386 9.8784 28.3416 9.8782H28.764C28.8403 9.87996 28.9161 9.86495 28.9859 9.83432C29.0458 9.80622 29.0967 9.762 29.1327 9.70669C29.1678 9.65081 29.1858 9.58595 29.1844 9.52011V9.05632C29.1858 8.99044 29.1678 8.92562 29.1327 8.86974ZM28.9494 9.48375C28.9502 9.53397 28.9326 9.5828 28.8998 9.62096C28.8838 9.63821 28.8642 9.6518 28.8424 9.66081C28.8207 9.66979 28.7972 9.67399 28.7736 9.67311H28.5669C28.5658 9.67308 28.5648 9.67281 28.5639 9.67233C28.5629 9.67186 28.5621 9.67121 28.5614 9.6704V8.91576C28.5613 8.91464 28.5614 8.91352 28.5618 8.91247C28.5621 8.91142 28.5627 8.91047 28.5636 8.90969C28.5643 8.90891 28.5653 8.9083 28.5663 8.90793C28.5674 8.90756 28.5685 8.90739 28.5696 8.90752H28.7722C28.7962 8.9064 28.8202 8.91044 28.8424 8.91948C28.8647 8.92846 28.8847 8.94219 28.9011 8.95967C28.9343 8.99753 28.9516 9.04666 28.9493 9.09689V9.48381L28.9494 9.48375ZM30.2573 8.89712C30.2556 8.89912 30.2535 8.90071 30.2511 8.90176C30.2487 8.90284 30.2461 8.90335 30.2435 8.90329H29.6922C29.6911 8.90318 29.69 8.90332 29.6889 8.90366C29.6879 8.90403 29.6869 8.90464 29.6861 8.90545C29.6853 8.90623 29.6847 8.90718 29.6843 8.90823C29.684 8.90925 29.6838 8.91037 29.6839 8.91149V9.17218C29.6838 9.1733 29.684 9.17442 29.6843 9.17547C29.6847 9.17652 29.6853 9.17747 29.6861 9.17825C29.6869 9.17906 29.6879 9.17967 29.6889 9.18001C29.69 9.18038 29.6911 9.18055 29.6922 9.18042H30.0554C30.0581 9.18042 30.0608 9.18096 30.0633 9.18205C30.0657 9.1831 30.068 9.18465 30.0699 9.18659C30.0719 9.18835 30.0736 9.19059 30.0746 9.19306C30.0757 9.19557 30.0762 9.19828 30.0761 9.20099V9.36358C30.0759 9.36897 30.0737 9.37412 30.0698 9.37792C30.066 9.38175 30.0608 9.38398 30.0554 9.38415H29.6922C29.6911 9.38405 29.69 9.38419 29.6889 9.38452C29.6879 9.3849 29.6869 9.38551 29.6861 9.38629C29.6853 9.3871 29.6847 9.38805 29.6843 9.38907C29.684 9.39012 29.6838 9.39127 29.6839 9.39235V9.85614C29.6839 9.86143 29.682 9.86654 29.6785 9.87051C29.6765 9.87237 29.6743 9.87383 29.6718 9.87478C29.6693 9.87573 29.6666 9.87617 29.664 9.876H29.4683C29.4656 9.87613 29.4629 9.87573 29.4604 9.87478C29.4579 9.87383 29.4557 9.87237 29.4537 9.87051C29.4502 9.86651 29.4483 9.86143 29.4482 9.85614V8.72005C29.4483 8.71473 29.4502 8.70962 29.4537 8.70565C29.4556 8.70372 29.4579 8.70216 29.4604 8.70111C29.4629 8.70006 29.4656 8.69949 29.4683 8.69949H30.247C30.2496 8.69942 30.2522 8.69989 30.2546 8.70101C30.257 8.70206 30.2591 8.70365 30.2608 8.70565C30.2627 8.70752 30.2643 8.70975 30.2654 8.71226C30.2664 8.71473 30.267 8.71738 30.267 8.72009V8.88336C30.2667 8.88627 30.2656 8.88909 30.2639 8.89149C30.2623 8.8939 30.26 8.8958 30.2573 8.89708V8.89712Z' fill='%232C3D59'/%3E %3Cpath d='M28.0982 10.9991V11.5367H27.8838V10.9991H28.0982Z' fill='%232C3D59'/%3E %3Cpath d='M27.5741 11.1964V12.0109H27.3588V11.1964H26.8252V10.9991H27.6958V11.1964H27.5741Z' fill='%232C3D59'/%3E %3Cpath d='M26.6255 10.9991V11.5367H26.4111V10.9991H26.6255Z' fill='%232C3D59'/%3E %3Cpath d='M26.103 11.1964V12.0109H25.8886V11.1964H25.3594V10.9991H26.2264V11.1964H26.103Z' fill='%232C3D59'/%3E %3Cpath d='M25.1548 10.9991V11.5367H24.9404V10.9991H25.1548Z' fill='%232C3D59'/%3E %3Cpath d='M24.3014 11.8688V12.0109H23.4678V11.8136H24.0024L23.4043 10.9991H23.6618L23.9635 11.4181C23.9968 11.402 24.0237 11.3745 24.0394 11.3403C24.0578 11.2914 24.0688 11.2397 24.072 11.1874L24.0897 10.9991H24.3093L24.2934 11.1892C24.2896 11.2494 24.2778 11.3087 24.2582 11.3656C24.2421 11.4053 24.218 11.4411 24.1876 11.4706C24.1501 11.5036 24.107 11.5294 24.0606 11.5466L24.3014 11.8687L24.3014 11.8688Z' fill='%232C3D59'/%3E %3Cpath d='M23.1906 11.4234V12.0099H22.9754V11.4226C22.979 11.3903 22.9763 11.3577 22.9674 11.3266C22.9584 11.2955 22.9435 11.2666 22.9233 11.2416C22.8723 11.2036 22.8097 11.1857 22.7469 11.1909H22.3447V10.9936H22.7611C22.8469 10.9903 22.9324 11.005 23.0125 11.037C23.0737 11.0632 23.1231 11.1119 23.151 11.1737C23.1818 11.253 23.1954 11.3382 23.1907 11.4234H23.1906ZM22.5731 11.3954V12.0099H22.357V11.3954H22.5731Z' fill='%232C3D59'/%3E %3Cpath d='M22.0884 10.8621L22.0664 11.2783H21.89L21.8688 10.8621H22.0884ZM21.7497 10.8621L21.7285 11.2783H21.5512L21.5283 10.8621H21.7497Z' fill='%232C3D59'/%3E %3Cpath d='M20.6516 11.8221C20.7647 11.7883 20.8707 11.7337 20.9648 11.661C21.0161 11.6207 21.059 11.5703 21.0909 11.5126C21.12 11.4615 21.1352 11.4034 21.135 11.3443C21.135 11.2483 21.0759 11.1995 20.9586 11.1995H20.5537V10.6565H20.7734V11.0022H20.9939C21.232 11.0022 21.3497 11.109 21.3467 11.3225C21.3471 11.4227 21.3228 11.5214 21.2761 11.6094C21.2271 11.6999 21.1605 11.779 21.0803 11.842C20.9519 11.9407 20.8064 12.0138 20.6517 12.0573V11.822L20.6516 11.8221Z' fill='%232C3D59'/%3E %3Cpath d='M19.9269 11.8143V12.0116H19.0068V11.8143H19.6102V11.4523C19.617 11.3814 19.5985 11.3103 19.5582 11.2523C19.5339 11.2312 19.5059 11.2153 19.4756 11.2055C19.4452 11.1958 19.4134 11.1923 19.3817 11.1953H19.0448V10.998H19.38C19.5002 10.9871 19.62 11.0226 19.716 11.0976C19.7546 11.1415 19.7838 11.1931 19.8019 11.2492C19.82 11.3052 19.8265 11.3646 19.821 11.4234V11.8125L19.9269 11.8143Z' fill='%232C3D59'/%3E %3Cpath d='M18.1232 11.7155L18.0738 12.0105H17.8516L17.9186 11.673C17.9305 11.605 17.9479 11.538 17.9706 11.473C17.9845 11.4392 18.0046 11.4085 18.0298 11.3825C18.0582 11.3552 18.0914 11.3337 18.1277 11.3191L17.8984 11.0033H18.163L18.4841 11.4558C18.517 11.4258 18.5432 11.3887 18.5608 11.3472C18.5813 11.2927 18.5937 11.2353 18.5979 11.1771L18.6147 10.9961H18.8343L18.8149 11.1924C18.8106 11.2422 18.8 11.2912 18.7831 11.3382C18.7729 11.3662 18.7599 11.3933 18.7443 11.4187C18.7268 11.4474 18.7067 11.4744 18.6843 11.4993C18.6537 11.5333 18.6213 11.5656 18.5873 11.5961L18.8837 12.0105H18.6208L18.2247 11.4468C18.1966 11.4629 18.175 11.4889 18.1639 11.52C18.1558 11.544 18.1493 11.5685 18.1445 11.5933C18.1383 11.6259 18.1304 11.6666 18.1233 11.7155L18.1232 11.7155Z' fill='%232C3D59'/%3E %3Cpath d='M17.7762 11.4254V12.0118H17.561V11.4245C17.5649 11.3923 17.5622 11.3595 17.5531 11.3283C17.544 11.2972 17.5287 11.2683 17.5081 11.2435C17.4569 11.206 17.3944 11.1883 17.3317 11.1938H17V10.9965H17.3431C17.4289 10.9934 17.5143 11.0078 17.5945 11.039C17.6557 11.0652 17.7052 11.1139 17.733 11.1757C17.7655 11.2545 17.7802 11.3399 17.7762 11.4254H17.7762Z' fill='%232C3D59'/%3E %3Cpath d='M16.7342 11.4234V12.0099H16.519V11.4226C16.5227 11.3903 16.5199 11.3577 16.511 11.3266C16.502 11.2955 16.4871 11.2666 16.4669 11.2416C16.4161 11.2031 16.3534 11.1851 16.2905 11.1909H15.8848V10.9936H16.3011C16.3869 10.9903 16.4725 11.005 16.5525 11.037C16.6137 11.0632 16.6631 11.1119 16.691 11.1737C16.7231 11.2527 16.7379 11.338 16.7342 11.4234ZM16.1167 11.3954V12.0099H15.9007V11.3954H16.1167Z' fill='%232C3D59'/%3E %3Cpath d='M15.6295 10.8621L15.6084 11.2783H15.432L15.4108 10.8621H15.6296H15.6295ZM15.2908 10.8621L15.2696 11.2783H15.0932L15.0703 10.8621H15.2908H15.2908Z' fill='%232C3D59'/%3E %3Cpath d='M14.884 11.8138V12.0111H13.9648V11.8138H14.5638V11.4518C14.571 11.3809 14.5525 11.3096 14.5118 11.2518C14.4876 11.2305 14.4596 11.2145 14.4292 11.2047C14.3989 11.195 14.367 11.1915 14.3353 11.1948H14.0019V10.9976H14.3379C14.4572 10.9882 14.5756 11.0242 14.6705 11.0989C14.7089 11.1429 14.738 11.1945 14.7559 11.2506C14.7738 11.3067 14.7801 11.366 14.7746 11.4247V11.8138H14.884L14.884 11.8138Z' fill='%232C3D59'/%3E %3Cpath d='M28.9073 11.1216C29.03 11.3036 29.0127 11.3362 28.9165 11.5176L28.9134 11.5236C28.8961 11.5557 28.8969 11.5954 28.9154 11.6272C28.934 11.6592 28.9672 11.679 29.0042 11.6802H29.0048H29.0054C29.2207 11.6653 29.2451 11.7034 29.3477 11.8638C29.3538 11.8734 29.3603 11.8835 29.367 11.8939C29.3866 11.9246 29.4201 11.9428 29.4567 11.9428C29.4571 11.9428 29.4575 11.9428 29.458 11.9428C29.4941 11.9424 29.5283 11.9229 29.5473 11.8919L29.5478 11.891C29.6017 11.7815 29.6345 11.7364 29.6778 11.7125C29.7234 11.6872 29.7823 11.6858 29.8912 11.6851C29.9285 11.6847 29.9635 11.6644 29.9825 11.6319C30.0011 11.5993 30.0014 11.5589 29.9833 11.5264L29.9827 11.5255C29.8624 11.351 29.8825 11.3113 29.9673 11.1437C29.9723 11.1337 29.9776 11.1232 29.9831 11.1122C29.9994 11.0799 29.9981 11.0406 29.9795 11.0095C29.9608 10.9779 29.9277 10.9585 29.8909 10.9577H29.8905H29.89C29.6602 10.9728 29.6432 10.9439 29.5322 10.7555C29.5133 10.7232 29.4781 10.7032 29.4405 10.7032C29.4029 10.7032 29.3677 10.7236 29.3487 10.7563L29.3482 10.7572C29.2567 10.955 29.216 10.9563 29.0203 10.9621C29.0126 10.9624 29.0047 10.9626 28.9965 10.9629C28.9593 10.9641 28.926 10.9841 28.9077 11.0163C28.8891 11.0486 28.8888 11.0887 28.9069 11.1208L28.9074 11.1216H28.9073ZM29.7836 11.3209C29.7789 11.397 29.8047 11.4715 29.8695 11.5674C29.7615 11.5691 29.6852 11.578 29.622 11.6121C29.5766 11.6367 29.5379 11.6747 29.5003 11.733V11.5878C29.505 11.5831 29.5096 11.5784 29.514 11.5735L29.5141 11.5739C29.5968 11.5622 29.6579 11.5314 29.6957 11.4823C29.7248 11.4445 29.7301 11.408 29.7311 11.3977C29.7312 11.3965 29.7312 11.3957 29.7312 11.3955V11.3937L29.7295 11.3941C29.66 11.4071 29.6061 11.4507 29.5694 11.4915C29.5778 11.4732 29.5842 11.4535 29.5885 11.4329C29.5888 11.43 29.5895 11.4271 29.5901 11.4241L29.5914 11.4152C29.5917 11.4134 29.592 11.4116 29.5922 11.4098C29.6005 11.4057 29.6064 11.3971 29.6064 11.3871C29.6064 11.3846 29.606 11.3822 29.6054 11.38C29.6532 11.3645 29.6851 11.3264 29.6976 11.2695C29.7072 11.2253 29.702 11.185 29.7017 11.1833L29.7014 11.181L29.6988 11.1827C29.6145 11.2385 29.5993 11.3319 29.5966 11.367C29.5956 11.3661 29.5944 11.3654 29.5932 11.3647C29.5932 11.3634 29.5932 11.362 29.5932 11.3607C29.593 11.3567 29.5928 11.3527 29.5925 11.3487C29.5902 11.309 29.583 11.2673 29.5705 11.2216C29.5697 11.2187 29.5688 11.2159 29.568 11.213C29.574 11.2086 29.5779 11.2016 29.5779 11.1937C29.5779 11.1874 29.5754 11.1816 29.5715 11.1773C29.6116 11.1421 29.617 11.0838 29.6118 11.0328C29.6789 11.0721 29.7619 11.0864 29.8697 11.0771C29.8205 11.1759 29.7882 11.2482 29.7836 11.3209ZM29.5321 11.511L29.5015 11.4881V11.3741C29.5226 11.3808 29.5415 11.3835 29.556 11.3844C29.5559 11.3852 29.5558 11.3861 29.5558 11.387C29.5558 11.397 29.5616 11.4057 29.5702 11.4098C29.57 11.4108 29.5699 11.4118 29.5698 11.4128L29.5684 11.421C29.5682 11.4232 29.5677 11.4258 29.5668 11.4291C29.5621 11.4498 29.5545 11.4704 29.5443 11.4902C29.5407 11.4971 29.5366 11.504 29.5321 11.511V11.511ZM29.5015 11.2687V11.1908C29.5058 11.1911 29.5098 11.1913 29.5134 11.1913C29.5202 11.1913 29.5259 11.1909 29.5302 11.1903C29.53 11.1914 29.5299 11.1926 29.5299 11.1937C29.5299 11.206 29.539 11.2158 29.5505 11.2174C29.5565 11.2417 29.5635 11.2716 29.5665 11.2926C29.5699 11.316 29.5718 11.337 29.5723 11.3567C29.5547 11.319 29.5292 11.2904 29.5015 11.2687ZM29.5377 11.176C29.5285 11.1522 29.5159 11.1322 29.5015 11.1155V11.0767C29.5066 11.0885 29.5115 11.1002 29.5161 11.112C29.5245 11.1338 29.5319 11.1547 29.5385 11.1753C29.5382 11.1755 29.5379 11.1757 29.5377 11.176H29.5377ZM29.5446 11.142C29.5401 11.13 29.5353 11.118 29.5303 11.106C29.5188 11.0785 29.5087 11.0569 29.5015 11.0423V10.9896C29.5015 10.9642 29.4988 10.9388 29.4934 10.9138C29.511 10.9417 29.5297 10.9653 29.55 10.9854C29.5304 11.0382 29.5366 11.1008 29.5446 11.142V11.142ZM29.3998 10.9056C29.3998 10.9056 29.3997 10.9055 29.3997 10.9055C29.3997 10.9054 29.3998 10.9053 29.3999 10.9051C29.3999 10.9053 29.3998 10.9054 29.3998 10.9056ZM29.3609 10.96C29.3705 10.9755 29.3802 10.9879 29.3897 10.9977V11.0436C29.3619 11.0343 29.3417 11.032 29.3411 11.0319L29.341 11.0336L29.3393 11.0341C29.3524 11.0778 29.3702 11.1096 29.3897 11.1326V11.2129C29.3622 11.2049 29.3431 11.2028 29.3425 11.2027L29.3423 11.2042L29.3409 11.2047C29.3545 11.2418 29.3714 11.2713 29.3897 11.2948V11.4877L29.3234 11.5322C29.3234 11.5322 29.3234 11.5323 29.3233 11.5324C29.3232 11.5325 29.3231 11.5325 29.3231 11.5326C29.3231 11.5327 29.3231 11.5328 29.3231 11.5329C29.3231 11.533 29.3231 11.5331 29.3231 11.5331C29.3231 11.5332 29.3232 11.5333 29.3233 11.5334C29.3233 11.5334 29.3234 11.5335 29.3234 11.5336C29.3234 11.5336 29.3234 11.5336 29.3234 11.5336L29.3906 11.5755V11.6354C29.3875 11.637 29.385 11.6382 29.3832 11.6391C29.3816 11.6399 29.3804 11.6405 29.3793 11.641C29.3789 11.6413 29.3784 11.6415 29.3782 11.6416C29.3771 11.6419 29.3764 11.6423 29.3764 11.6423C29.376 11.6425 29.3757 11.6429 29.3756 11.6434C29.3739 11.6528 29.3775 11.6622 29.3847 11.6669L29.3857 11.6676C29.386 11.6678 29.3863 11.6678 29.3866 11.6678C29.3867 11.6678 29.3869 11.6678 29.387 11.6678C29.387 11.6678 29.3881 11.6674 29.3895 11.6667L29.3906 11.6661V11.7187C29.357 11.6732 29.3247 11.6382 29.2865 11.6125C29.2328 11.5762 29.1684 11.5594 29.0786 11.5594C29.0621 11.5594 29.0446 11.56 29.0262 11.5611C29.1254 11.3711 29.1491 11.2727 29.0201 11.0795C29.1335 11.0751 29.2135 11.0643 29.2796 11.0275C29.3096 11.0108 29.3364 10.9886 29.3609 10.9598L29.3609 10.96ZM30.2659 11.6504C30.2655 11.6484 30.2649 11.6466 30.2641 11.6449C30.2493 11.6012 30.1738 11.5929 30.1454 11.5934L30.1371 11.6028L30.1426 11.6595L30.0123 11.6613L30.0106 11.663C30.009 11.6618 30.0071 11.6611 30.005 11.6613C30.0019 11.6615 29.9991 11.6634 29.9978 11.6663C29.9086 11.8632 29.6877 11.9952 29.4475 11.9952H29.4426C29.2024 11.9952 28.9815 11.8632 28.8923 11.6663C28.8911 11.6634 28.8883 11.6615 28.8852 11.6613C28.8832 11.6611 28.8815 11.6617 28.8799 11.6627L28.8793 11.6621L28.7489 11.6602L28.7545 11.6035L28.7462 11.5942C28.7178 11.5937 28.6422 11.602 28.6274 11.6457C28.6267 11.6474 28.6261 11.6492 28.6257 11.6512C28.6244 11.6573 28.6253 11.6743 28.6256 11.6794L28.6334 11.8098C28.6343 11.8283 28.6401 11.8504 28.6778 11.8568L28.7622 11.8634C28.9417 12.0944 29.1564 12.2023 29.4373 12.2023C29.4399 12.2023 29.4425 12.2023 29.4451 12.2023C29.4477 12.2023 29.4502 12.2023 29.4529 12.2023C29.7341 12.2023 29.949 12.0942 30.1286 11.8626L30.2131 11.8561L30.2138 11.856C30.2516 11.8496 30.2574 11.8276 30.2582 11.8092L30.266 11.6786C30.2663 11.6736 30.2673 11.6565 30.266 11.6504H30.2659ZM28.8192 11.8436C28.8268 11.8405 28.8343 11.8374 28.8419 11.8342C28.8476 11.8404 28.8535 11.8465 28.8594 11.8526L28.8892 11.8236C28.8786 11.8126 28.8681 11.8015 28.8578 11.7903C28.857 11.7895 28.8571 11.7889 28.8579 11.7885C28.8657 11.7813 28.8736 11.7741 28.8815 11.7669C28.8895 11.7698 28.8975 11.7726 28.9056 11.7754C28.9005 11.7803 28.8953 11.7851 28.8902 11.79C28.9003 11.8007 28.9104 11.8112 28.9207 11.8215C28.9234 11.8243 28.9242 11.8274 28.9209 11.8308L28.876 11.8761C28.8685 11.8773 28.861 11.8783 28.8534 11.8794C28.8418 11.8676 28.8304 11.8557 28.8192 11.8437L28.8192 11.8436ZM28.9636 11.9194C28.9573 11.9174 28.951 11.9153 28.9446 11.9132C28.9445 11.9257 28.9446 11.9382 28.9449 11.9509C28.9369 11.9495 28.929 11.9481 28.921 11.9467C28.9207 11.9232 28.9211 11.9 28.9222 11.877C28.9222 11.8757 28.9218 11.8755 28.921 11.8763C28.9148 11.8828 28.9087 11.8892 28.9025 11.8956C28.9058 11.8987 28.909 11.9018 28.9123 11.9048C28.9059 11.9092 28.8994 11.9136 28.893 11.918C28.8855 11.9109 28.8781 11.9038 28.8707 11.8966C28.8696 11.8956 28.8698 11.8943 28.8711 11.893L28.8996 11.8639C28.9009 11.8625 28.9021 11.8622 28.9033 11.8627C28.9095 11.8642 28.9157 11.8657 28.922 11.8671C28.9223 11.8586 28.9228 11.8502 28.9233 11.8417C28.931 11.8417 28.9387 11.8415 28.9463 11.8413C28.9451 11.8625 28.9444 11.8839 28.9443 11.9054C28.9444 11.9065 28.9449 11.9066 28.9455 11.9059L28.9589 11.8909C28.956 11.8883 28.9532 11.8858 28.9504 11.8832C28.958 11.8794 28.9656 11.8755 28.9731 11.8716C28.9757 11.8738 28.9782 11.8761 28.9807 11.8783C28.9832 11.8805 28.9858 11.8828 28.9884 11.885C28.9918 11.888 28.9919 11.8912 28.9888 11.8947C28.9819 11.9025 28.9751 11.9102 28.9682 11.918C28.9668 11.9195 28.9652 11.9201 28.9636 11.9195V11.9194ZM28.9736 11.9898L29.0128 11.9392C29.0138 11.938 29.0135 11.9367 29.0119 11.9354C29.0118 11.9353 29.0118 11.9352 29.0117 11.9351C29.0017 11.9273 28.9919 11.9193 28.9822 11.9111C28.9892 11.9066 28.9962 11.9021 29.0032 11.8975C29.0064 11.9001 29.0095 11.9028 29.0127 11.9053C29.0174 11.9091 29.022 11.9128 29.0267 11.9165C29.0313 11.9201 29.036 11.9237 29.0408 11.9273C29.0473 11.9322 29.0482 11.9378 29.0434 11.9445L29.0028 12.0003C28.9931 11.997 28.9833 11.9935 28.9736 11.9898ZM29.1093 12.0656C29.1007 12.067 29.088 12.0638 29.072 12.055C29.0552 12.0457 29.0389 12.0358 29.0229 12.0255C29.0332 12.0058 29.0437 11.9862 29.0544 11.9666C29.0511 11.9644 29.0478 11.9621 29.0446 11.9598C29.0523 11.9555 29.0598 11.951 29.0673 11.9465C29.0731 11.9505 29.0789 11.9544 29.0848 11.9582C29.0879 11.9603 29.0886 11.9628 29.0869 11.9659C29.0805 11.9776 29.0741 11.9893 29.0678 12.001C29.0726 12.0039 29.0755 12.0047 29.0795 12.0016C29.0836 11.998 29.0877 11.9944 29.0918 11.9908C29.0918 11.9908 29.0917 11.9908 29.0917 11.9908C29.0883 11.9888 29.0849 11.9867 29.0815 11.9846C29.089 11.9798 29.0963 11.9749 29.1035 11.97C29.1119 11.9752 29.1204 11.9801 29.1291 11.9848C29.1167 11.9969 29.1041 12.0087 29.0912 12.0203C29.0888 12.0217 29.0859 12.0216 29.0828 12.02C29.0762 12.0165 29.0696 12.0129 29.0631 12.0092C29.0611 12.0128 29.0592 12.0164 29.0572 12.0199C29.0667 12.0254 29.0763 12.0308 29.0861 12.0359C29.0919 12.0389 29.0963 12.0404 29.0991 12.0403C29.1013 12.0404 29.1032 12.0393 29.1051 12.0371C29.1129 12.0287 29.1207 12.0202 29.1283 12.0116C29.1248 12.0098 29.1213 12.0079 29.1178 12.006C29.1239 12.0002 29.1299 11.9944 29.1358 11.9885C29.1439 11.9928 29.152 11.9969 29.1603 12.0008C29.1635 12.0023 29.1645 12.0044 29.1633 12.0071C29.1631 12.0075 29.1628 12.008 29.1625 12.0086C29.1517 12.0229 29.1406 12.0371 29.1293 12.0511C29.1222 12.0598 29.1156 12.0647 29.1093 12.0656V12.0656ZM29.1615 12.0587L29.1725 12.0325C29.1685 12.0308 29.1645 12.029 29.1605 12.0272C29.1651 12.0205 29.1696 12.0138 29.174 12.007C29.1814 12.0104 29.189 12.0135 29.1966 12.0164C29.2022 12.0186 29.2041 12.0223 29.2021 12.0277L29.2019 12.0285C29.198 12.0391 29.1942 12.0496 29.1903 12.0602C29.1808 12.0599 29.1712 12.0594 29.1615 12.0587ZM29.2783 12.0474L29.2649 12.1097C29.2591 12.1146 29.2531 12.1195 29.2471 12.1244C29.2303 12.1203 29.2136 12.1157 29.1971 12.1103C29.2024 12.104 29.2075 12.0976 29.2126 12.0912C29.2209 12.0937 29.2293 12.0961 29.2377 12.0983L29.2482 12.0582C29.2337 12.0543 29.2193 12.05 29.2051 12.0451C29.2042 12.0447 29.2039 12.0442 29.2044 12.0434C29.208 12.0334 29.2115 12.0234 29.215 12.0133C29.2231 12.012 29.231 12.0105 29.2389 12.0087C29.2368 12.0155 29.2348 12.0222 29.2327 12.029C29.2461 12.0331 29.2597 12.0367 29.2735 12.0397C29.2771 12.0406 29.2793 12.0428 29.2783 12.0474ZM29.3718 12.1357C29.3622 12.1381 29.3524 12.1404 29.3425 12.1425L29.347 12.0972L29.3473 12.0949C29.3475 12.0945 29.3482 12.0942 29.3492 12.094C29.3578 12.0929 29.3663 12.0916 29.3748 12.0902L29.3718 12.1357ZM29.4028 12.1463L29.4046 12.0822C29.4046 12.0805 29.4035 12.0796 29.4012 12.0796C29.3836 12.079 29.3661 12.0779 29.3486 12.0761C29.3518 12.0684 29.355 12.0607 29.3581 12.0529C29.367 12.0537 29.3758 12.0543 29.3846 12.0548C29.3964 12.0555 29.4082 12.0558 29.42 12.0559C29.428 12.056 29.4321 12.06 29.4322 12.0683L29.4327 12.1373C29.4229 12.1405 29.4129 12.1435 29.4028 12.1463V12.1463ZM29.4841 12.1429C29.4718 12.1436 29.4595 12.1441 29.4472 12.1444C29.4444 12.1445 29.4416 12.1445 29.4388 12.1446C29.4399 12.1369 29.441 12.1292 29.4421 12.1215C29.4436 12.1215 29.4452 12.1214 29.4467 12.1214C29.4538 12.1212 29.4608 12.121 29.4678 12.1207L29.466 12.0791C29.4615 12.0793 29.457 12.0794 29.4526 12.0796C29.4538 12.0715 29.4549 12.0635 29.456 12.0555C29.4657 12.0551 29.4754 12.0546 29.4851 12.0539C29.4888 12.0537 29.4917 12.0552 29.492 12.0599L29.4971 12.1286C29.4929 12.1334 29.4885 12.1382 29.4841 12.1429ZM29.5547 12.138C29.5517 12.1294 29.5488 12.1209 29.5459 12.1123C29.5427 12.1209 29.5394 12.1294 29.5359 12.1379C29.5251 12.1392 29.5143 12.1404 29.5035 12.1413C29.506 12.1327 29.5085 12.1241 29.5108 12.1155C29.5175 12.1149 29.524 12.1141 29.5306 12.1133C29.5401 12.1121 29.5438 12.1081 29.5413 12.0991C29.5391 12.0911 29.537 12.0831 29.5349 12.0752C29.5345 12.074 29.5337 12.0735 29.5323 12.0737C29.5257 12.0744 29.5191 12.0752 29.5125 12.0758C29.5154 12.0675 29.5182 12.0592 29.5209 12.0508C29.5303 12.0498 29.5397 12.0486 29.549 12.0473C29.5517 12.0469 29.5535 12.0471 29.5546 12.0479C29.5557 12.0487 29.5567 12.0504 29.5575 12.0532C29.5645 12.0769 29.5717 12.1006 29.5793 12.1242C29.5712 12.1289 29.563 12.1335 29.5547 12.1379V12.138ZM29.5886 12.1327L29.5807 12.0879L29.5803 12.0856C29.5805 12.0851 29.581 12.0846 29.5819 12.0841C29.5899 12.0807 29.5977 12.0773 29.6055 12.0737L29.6148 12.1181C29.6062 12.1231 29.5975 12.1279 29.5886 12.1326V12.1327ZM29.6475 12.1201L29.6319 12.058C29.6315 12.0564 29.6302 12.0558 29.628 12.0564C29.611 12.0606 29.5938 12.0641 29.5765 12.0672C29.5775 12.0589 29.5785 12.0506 29.5794 12.0423C29.5882 12.0407 29.5968 12.039 29.6055 12.0371C29.617 12.0345 29.6284 12.0317 29.6397 12.0287C29.6474 12.0266 29.6524 12.0293 29.6547 12.0372L29.6739 12.1033C29.6652 12.1091 29.6564 12.1147 29.6474 12.1201L29.6475 12.1201ZM29.6885 12.1085L29.6752 12.0653L29.6744 12.063C29.6745 12.0625 29.675 12.062 29.6759 12.0614C29.6833 12.0571 29.6906 12.0526 29.6979 12.048L29.7129 12.0908C29.7049 12.0969 29.6968 12.1028 29.6885 12.1086L29.6885 12.1085ZM29.7457 12.0883L29.7219 12.0289C29.7213 12.0274 29.7199 12.027 29.7178 12.0278C29.7016 12.0343 29.6851 12.0401 29.6683 12.0452C29.6683 12.0369 29.6683 12.0286 29.6681 12.0203C29.6765 12.0176 29.6848 12.0147 29.693 12.0117C29.704 12.0077 29.7148 12.0034 29.7255 11.9988C29.7328 11.9957 29.7381 11.9977 29.7415 12.0051L29.7699 12.068C29.762 12.0749 29.7539 12.0817 29.7457 12.0883ZM29.9179 11.9897C29.8946 11.9857 29.8718 11.9807 29.8497 11.9747C29.8484 11.9744 29.8481 11.9747 29.8487 11.9757C29.8536 11.9831 29.8585 11.9905 29.8634 11.9979C29.8672 11.9954 29.871 11.9928 29.8747 11.9902C29.8776 11.9974 29.8805 12.0047 29.8833 12.0119C29.8745 12.0179 29.8656 12.0237 29.8567 12.0294C29.8553 12.0303 29.8541 12.0299 29.8531 12.0283L29.8317 11.9937C29.8307 11.9921 29.8307 11.9908 29.8315 11.9899C29.8344 11.9841 29.8372 11.9784 29.84 11.9726C29.8319 11.9704 29.8238 11.968 29.8159 11.9654C29.8175 11.958 29.8191 11.9506 29.8204 11.9432C29.8404 11.9493 29.861 11.9544 29.8821 11.9588C29.8831 11.9589 29.8834 11.9585 29.8827 11.9577C29.8787 11.9523 29.8747 11.947 29.8707 11.9416C29.8677 11.9439 29.8646 11.9461 29.8616 11.9484C29.8594 11.9401 29.8571 11.9319 29.8547 11.9238C29.8573 11.9218 29.86 11.9198 29.8626 11.9178C29.8652 11.9157 29.8679 11.9137 29.8705 11.9116C29.874 11.9089 29.8771 11.9093 29.88 11.9131C29.8863 11.9213 29.8927 11.9295 29.899 11.9377C29.9002 11.9394 29.9004 11.941 29.8996 11.9425C29.8964 11.9483 29.8932 11.9542 29.8898 11.96C29.902 11.9625 29.9144 11.9648 29.9269 11.9667C29.9241 11.9744 29.9211 11.9821 29.9179 11.9897ZM29.9345 11.9736C29.9322 11.9659 29.9299 11.9583 29.9275 11.9507C29.9399 11.9403 29.9521 11.9296 29.9638 11.9185C29.9611 11.916 29.9574 11.9122 29.9529 11.9073L29.9364 11.8897C29.9352 11.8884 29.9339 11.8884 29.9325 11.8897C29.932 11.8902 29.9315 11.8907 29.931 11.8912C29.9209 11.9005 29.9106 11.9096 29.9001 11.9184C29.8969 11.9107 29.8936 11.903 29.8903 11.8954C29.9047 11.8831 29.9187 11.8702 29.9322 11.8568C29.935 11.8541 29.939 11.8536 29.9425 11.8572L29.974 11.8886C29.9813 11.8959 29.9716 11.9112 29.9811 11.9018C29.9849 11.8981 29.9886 11.8944 29.9922 11.8906C29.9951 11.8982 29.998 11.9059 30.0007 11.9136C29.9798 11.9347 29.9577 11.9548 29.9345 11.9736H29.9345ZM30.0075 11.9067C30.0047 11.8992 30.0019 11.8918 29.999 11.8844C30.0102 11.8725 30.0212 11.8603 30.0317 11.8479C30.0235 11.8495 30.0109 11.8498 29.9962 11.8504C29.9922 11.8505 29.9845 11.8499 29.9736 11.8485C29.9701 11.8523 29.9665 11.856 29.9629 11.8597C29.9599 11.8514 29.9567 11.8431 29.9535 11.8349C29.9583 11.8297 29.963 11.8246 29.9677 11.8193C29.9688 11.8181 29.9703 11.8179 29.9723 11.8189C29.9813 11.8227 29.9901 11.8248 29.9991 11.8251C30.0039 11.8252 30.0108 11.8248 30.0195 11.8238C30.0214 11.8237 30.0215 11.823 30.0199 11.8216L30.0066 11.8107C30.0046 11.8131 30.0027 11.8155 30.0006 11.8178C29.9967 11.8102 29.9926 11.8025 29.9885 11.795C29.9928 11.7898 29.997 11.7846 30.0012 11.7793C30.004 11.7757 30.0073 11.7753 30.0109 11.7783C30.0186 11.7847 30.0263 11.791 30.034 11.7974C30.0319 11.806 30.0297 11.8145 30.0274 11.8231C30.0365 11.8221 30.0468 11.8207 30.0575 11.818C30.0602 11.8255 30.0628 11.8331 30.0653 11.8408C30.0471 11.8636 30.0278 11.8857 30.0074 11.9067L30.0075 11.9067Z' fill='%232C3D59'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_1765_17265'%3E %3Crect width='30.4989' height='12.1996' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.live-video-player {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.live-video-player .minimized-live-indication {
  width: 8.28125vw;
  height: 21.71875vw;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 2.03125vw;
  position: absolute;
  left: 0;
  bottom: 12.5vw;
  padding: 0.78125vw 0.78125vw 0.78125vw 2.03125vw;
  background-color: #fff;
  box-shadow: 0 0 1.5625vw 0 #00000040, 0.625vw 0 0.625vw 0 #0000001a;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
}
.live-video-player .minimized-live-indication.hidden {
  transform: translateX(-105%);
}
.live-video-player .minimized-live-indication .live-gif {
  width: 12.8125vw;
  height: 5.15625vw;
  position: relative;
  left: 3.75vw;
  bottom: 3.75vw;
  rotate: 270deg;
  object-fit: cover;
}
.live-video-player .minimized-live-indication .close-btn {
  width: 5.15625vw;
  height: 5.15625vw;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.9246 7.24338C19.2472 6.92082 19.2472 6.39783 18.9246 6.07526C18.6021 5.75269 18.0791 5.75269 17.7565 6.07526L12.4999 11.3319L7.24336 6.07538C6.92079 5.75282 6.39781 5.75282 6.07524 6.07538C5.75267 6.39795 5.75267 6.92094 6.07524 7.24351L11.3318 12.5L6.07528 17.7565C5.75271 18.0791 5.75271 18.602 6.07528 18.9246C6.39785 19.2472 6.92083 19.2472 7.2434 18.9246L12.4999 13.6681L17.7565 18.9247C18.079 19.2473 18.602 19.2473 18.9246 18.9247C19.2472 18.6022 19.2472 18.0792 18.9246 17.7566L13.668 12.5L18.9246 7.24338Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.live-video-player:has(.open) .minimized-live-indication {
  transform: translateX(-105%);
}
.live-video-player .live-player-container {
  width: 100vw;
  display: flex;
  position: relative;
  transform: translateX(-105%);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0px 1.5625vw 3.125vw 0px #00000026;
  z-index: 1;
}
.live-video-player .live-player-container.open {
  transform: translateX(0);
}
.live-video-player .live-player-container #player {
  width: 28.125vw;
  height: 15.625vw;
}
.live-video-player .live-player-container #player .fp-fullscreen {
  width: 4.6875vw;
  height: 4.6875vw;
  background-size: contain;
  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 %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='full-size' transform='translate(0 -.002)'%3E %3Cpath id='Path_268' d='M.7 6.047a.7.7 0 0 0 .7-.7V2.38l4.479 4.486a.7.7 0 0 0 .985-.985L2.378 1.4h2.971a.7.7 0 1 0 0-1.4H.7a.7.7 0 0 0-.7.7v4.65a.7.7 0 0 0 .7.697z' class='cls-1' data-name='Path 268'/%3E %3Cpath id='Path_269' d='M144.264 138.914a.7.7 0 0 0-.7.7v2.97l-4.624-4.624a.7.7 0 0 0-.985.985l4.624 4.624h-2.97a.7.7 0 0 0 0 1.393h4.652a.7.7 0 0 0 .7-.7v-4.651a.7.7 0 0 0-.697-.697z' class='cls-1' data-name='Path 269' transform='translate(-124.961 -124.957)'/%3E %3Cpath id='Path_270' d='M6.022 137.956L1.4 142.58v-2.97a.7.7 0 1 0-1.393 0v4.652a.7.7 0 0 0 .7.7h4.646a.7.7 0 0 0 0-1.393h-2.97l4.624-4.624a.7.7 0 0 0-.985-.985z' class='cls-1' data-name='Path 270' transform='translate(-.005 -124.957)'/%3E %3Cpath id='Path_271' d='M145.62 0h-4.652a.7.7 0 1 0 0 1.393h2.97l-4.486 4.486a.7.7 0 0 0 .985.985l4.486-4.486V5.35a.7.7 0 1 0 1.393 0V.7a.7.7 0 0 0-.696-.7z' class='cls-1' data-name='Path 271' transform='translate(-126.316)'/%3E %3C/g%3E %3C/svg%3E");
}
.live-video-player .live-player-container #player .fp-header {
  padding: 0.78125vw;
  min-height: unset;
}
.live-video-player .live-player-container #player .fp-middle {
  height: 4.6875vw;
}
.live-video-player .live-player-container #player .fp-controls {
  padding: unset;
}
.live-video-player .live-player-container .control-panel {
  width: calc(100% - 28.125vw);
  height: 15.625vw;
  display: flex;
  align-items: center;
  gap: 3.90625vw;
  padding: 0 3.90625vw 0 2.34375vw;
  background-color: #fff;
  box-sizing: border-box;
}
.live-video-player .live-player-container .control-panel .mute-btn {
  width: 5.46875vw;
  height: 4.6875vw;
  flex-shrink: 0;
  filter: invert(1);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}
.live-video-player .live-player-container .control-panel .mute-btn.muted {
  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");
}
.live-video-player .live-player-container .control-panel .mute-btn.unmuted {
  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");
}
.live-video-player .live-player-container .control-panel .title-live-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9375vw;
}
.live-video-player .live-player-container .control-panel .title-live-wrapper .live-indication {
  width: fit-content;
  display: flex;
  align-items: center;
  background-color: #DE1A1A;
  padding: 0.625vw 1.25vw;
}
.live-video-player .live-player-container .control-panel .title-live-wrapper .live-indication .live-text {
  color: #fff;
  font-size: 3.38547vw;
  font-weight: 500;
  line-height: normal;
}
.live-video-player .live-player-container .control-panel .title-live-wrapper .video-title-wrapper {
  height: 4.375vw;
  width: 46.09375vw;
  position: relative;
  overflow: hidden;
}
.live-video-player .live-player-container .control-panel .title-live-wrapper .video-title-wrapper .slider-wrapper {
  height: 100%;
  position: absolute;
}
.live-video-player .live-player-container .control-panel .title-live-wrapper .video-title-wrapper .slider-wrapper .slick-slider {
  height: 100%;
}
.live-video-player .live-player-container .control-panel .title-live-wrapper .video-title-wrapper .slider-wrapper .slick-slider .slick-list {
  height: 100%;
}
.live-video-player .live-player-container .control-panel .title-live-wrapper .video-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
.live-video-player .live-player-container .control-panel .title-live-wrapper .video-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  margin-left: 10.9375vw;
}
.live-video-player .live-player-container .control-panel .title-live-wrapper .video-title-wrapper .video-title {
  width: fit-content !important;
  height: 100%;
  white-space: nowrap;
  color: #000;
  font-size: 3.4375vw;
  font-weight: 500;
  line-height: 4.375vw;
}
.live-video-player .live-player-container .control-panel .title-live-wrapper .video-title-wrapper .fadder-right,
.live-video-player .live-player-container .control-panel .title-live-wrapper .video-title-wrapper .fadder-left {
  width: 6.25vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.live-video-player .live-player-container .control-panel .title-live-wrapper .video-title-wrapper .fadder-right {
  right: 0;
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}
.live-video-player .live-player-container .control-panel .title-live-wrapper .video-title-wrapper .fadder-left {
  left: 0;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}
.live-video-player .live-player-container .control-panel .close-btn {
  width: 6.25vw;
  height: 6.25vw;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.9246 7.24338C19.2472 6.92082 19.2472 6.39783 18.9246 6.07526C18.6021 5.75269 18.0791 5.75269 17.7565 6.07526L12.4999 11.3319L7.24336 6.07538C6.92079 5.75282 6.39781 5.75282 6.07524 6.07538C5.75267 6.39795 5.75267 6.92094 6.07524 7.24351L11.3318 12.5L6.07528 17.7565C5.75271 18.0791 5.75271 18.602 6.07528 18.9246C6.39785 19.2472 6.92083 19.2472 7.2434 18.9246L12.4999 13.6681L17.7565 18.9247C18.079 19.2473 18.602 19.2473 18.9246 18.9247C19.2472 18.6022 19.2472 18.0792 18.9246 17.7566L13.668 12.5L18.9246 7.24338Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}
@media (prefers-color-scheme: dark) {
  .live-video-player .minimized-live-indication {
    background-color: #1E1E1E;
  }
  .live-video-player .live-player-container .control-panel {
    background-color: #1E1E1E;
  }
  .live-video-player .live-player-container .control-panel .mute-btn {
    filter: invert(0);
  }
  .live-video-player .live-player-container .control-panel .video-title-wrapper .video-title {
    color: #FFF;
  }
  .live-video-player .live-player-container .control-panel .video-title-wrapper .fadder-right {
    background: linear-gradient(270deg, #1E1E1E, rgba(255, 255, 255, 0)) !important;
  }
  .live-video-player .live-player-container .control-panel .video-title-wrapper .fadder-left {
    background: linear-gradient(90deg, #1E1E1E, rgba(255, 255, 255, 0)) !important;
  }
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer {
  display: flex;
  position: relative;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .YITFloatingPlayerCloseButton {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23000' 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 / cover;
  width: 3.4375vw;
  height: 3.4375vw;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .customControllers {
  position: absolute;
  left: 1.5625vw;
  top: 1.25vw;
  z-index: 10;
  display: flex;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .customControllers .controller {
  width: 5.46875vw;
  height: 3.90625vw;
  margin: 1.5625vw;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .customControllers .stickyController {
  background: url("data:image/svg+xml,%3Csvg width='49' height='30' viewBox='0 0 49 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M43.806 0 24.5 19.505 5.194 0 0 5.248 24.5 30 49 5.248 43.806 0z' fill='%23fff'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player {
  position: relative;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable {
  opacity: 1;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-small-switch,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-live-status,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-timeline,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-qsel,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-volume {
  display: none;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-fullscreen-exit,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-fullscreen {
  position: absolute;
  left: 11.71875vw;
  top: 2.1875vw;
  font-size: 3.125vw;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-volume-control {
  position: absolute;
  left: 18.59375vw;
  top: 2.1875vw;
  font-size: 4.375vw;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-left-zone,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-right-zone {
  display: none;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-logo {
  display: none;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer {
  background-color: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 19.53125vw;
  position: fixed;
  bottom: 7.8125vw;
  width: 100%;
  z-index: 100;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer.none {
  display: none;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper {
  z-index: 10000;
}
.radionas .liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper {
  height: 100%;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player {
  width: 34.84375vw;
  margin-top: 0.625vw;
}
.radionas .liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player {
  margin-top: 0px;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable {
  opacity: 1;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-live-status,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-timeline,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-qsel,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-volume,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-volume-control,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-small-switch {
  display: none;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-fullscreen-exit,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-fullscreen {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 0;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ad-controls,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-logo,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-play {
  display: none;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-right {
  display: block !important;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .YITFloatingPlayerCloseButton {
  position: absolute;
  top: 2.03125vw;
  left: 1.25vw;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 56%;
  padding: 0px 1.5625vw 0 5.15625vw;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .content .textDiv {
  color: #000 !important;
  font-size: 3.90625vw;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .content .minimizedPlayerToggleBtn {
  width: 9.84375vw;
  height: 9.84375vw;
  background: 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") no-repeat center center / cover;
}
.radionas .liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .content .minimizedPlayerToggleBtn {
  background: 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 %3Crect x='1' y='1.06738' width='58' height='58' rx='29' fill='white' stroke='%23062963' stroke-width='2'/%3E %3Crect x='20' y='17.56738' width='7' height='25' rx='1' fill='white' stroke='%23062963' stroke-width='2'/%3E %3Crect x='33' y='17.56738' width='7' height='25' rx='1' fill='white' stroke='%23062963' stroke-width='2'/%3E %3C/svg%3E") no-repeat center center / contain;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .content .playBtn {
  background: 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") no-repeat center center / cover !important;
}
.radionas .liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .content .playBtn {
  background: 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 %3Crect x='1' y='1.06738' width='58' height='58' rx='29' fill='white' stroke='%23062963' stroke-width='2'/%3E %3Cpath d='M43.8 28.3237C45.1334 29.0935 45.1334 31.018 43.8 31.7878L22.8 43.9122C21.4667 44.682 19.8 43.7197 19.8 42.1801L19.8 17.9314C19.8 16.3918 21.4667 15.4295 22.8 16.1993L43.8 28.3237Z' stroke='%23062963' stroke-width='2'/%3E %3C/svg%3E") no-repeat center center / contain !important;
}
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15.625vw);
  }
}
.MultiImagesMagazine {
  display: flex;
  flex-direction: column;
}
.MultiImagesMagazine .componentaTab {
  height: 8.59375vw;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
}
.MultiImagesMagazine .componentaTab .backgroundLink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.MultiImagesMagazine .componentaTab .rightTitleLink {
  height: 4.6875vw;
  z-index: 1;
  text-decoration: none;
}
.MultiImagesMagazine .componentaTab .rightTitleLink .rightTitleText {
  display: flex;
  align-items: center;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 4.0625vw;
  white-space: nowrap;
  color: #fff;
}
.MultiImagesMagazine .componentaTab .rightTitleLink .tabLogo {
  height: 4.6875vw;
  width: 30vw;
  margin-left: 3.90625vw;
}
.MultiImagesMagazine .componentaTab .leftTitleLink {
  align-items: center;
  display: flex;
  height: 100%;
  z-index: 1;
}
.MultiImagesMagazine .componentaTab .leftTitleLink .leftTitleText {
  display: none;
}
.MultiImagesMagazine .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2.65625vw 2.03125vw;
}
.MultiImagesMagazine .slotListWrapper::-webkit-scrollbar {
  display: none;
}
.MultiImagesMagazine .slotListWrapper .slotView {
  position: relative;
  box-sizing: border-box;
  width: 71.09375vw;
  height: 80.9375vw;
  margin-left: 5.78125vw;
  box-shadow: 0 0.3125vw 0.78125vw 0 rgba(218, 218, 221, 0.8);
  border: solid 0.5px #f1f1f5;
}
.MultiImagesMagazine .slotListWrapper .slotView .imageArea {
  position: relative;
  display: flex;
  width: 71.09375vw;
  height: 40.3125vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .imageArea .imageView img {
  width: 71.09375vw !important;
  height: 40.3125vw !important;
}
.MultiImagesMagazine .slotListWrapper .slotView .imageArea .videoIcon {
  width: 7.34375vw !important;
  height: 7.34375vw !important;
  left: 2.8125vw;
  bottom: 2.8125vw;
  border-radius: 50%;
}
.MultiImagesMagazine .slotListWrapper .slotView .imageArea .videoIcon .icon {
  width: 100% !important;
  height: 100% !important;
  background-size: contain !important;
}
.MultiImagesMagazine .slotListWrapper .slotView .imageArea .onImage {
  height: 7.34375vw;
  width: 23.75vw;
  right: 2.8125vw;
  bottom: 2.8125vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 40.625vw;
  background: #fff;
  padding: 3.125vw 5.3125vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .upperInfoArea {
  color: #000;
  margin-bottom: 2.03125vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .upperInfoArea .upperInfoText {
  font-size: 3.4375vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle {
  color: #000;
  font-size: 4.6875vw;
  font-weight: bold;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle .slotTitleText {
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle.commertialTitle a {
  color: #1d71c7;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle a {
  text-decoration: none;
  color: #000;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails {
  display: flex;
  font-size: 3.75vw;
  color: #78787b;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails .authorField {
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails .separator {
  margin: 0 0.78125vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .commertialTitleLine {
  position: absolute;
  width: 100%;
  height: 0.54688vw;
  background-color: #1d71c7;
  bottom: -0.3125vw;
  opacity: 0;
  z-index: 9;
}
.MultiImagesMagazine .slotListWrapper .slotView .commertialTitleLine.showLine {
  opacity: 1;
}
@media (prefers-color-scheme: dark) {
  .MultiImagesMagazine .tabDarkModeColor {
    background-color: #1e1e1e  !important;
  }
  .MultiImagesMagazine .slotListWrapper .slotView {
    box-shadow: 0 0.3125vw 0.78125vw 0 rgba(218, 218, 221, 0.4);
    border: none;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea {
    background: #1e1e1e;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .upperInfoArea {
    color: #fff;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle {
    color: #fff;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle.commertialTitle .slotTitleText {
    color: #419bf9 !important;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle a {
    color: #fff;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails .authorField,
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails .separator,
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails .DateDisplay {
    color: #78787b !important;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .commertialTitleLine {
    background-color: #419bf9;
  }
}
.MultiArticleAutoComponenta1280 .multiArticleTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
}
.MultiArticleAutoComponenta1280 .multiArticleTab .rightTitleLink {
  display: flex;
  align-items: center;
}
.MultiArticleAutoComponenta1280 .multiArticleTab .rightTitleLink img {
  height: 3.90625vw;
  margin-left: 1.5625vw;
}
.MultiArticleAutoComponenta1280 .multiArticleTab .rightTitleLink .rightTitleText {
  font-size: 4.375vw;
  line-height: 4.0625vw;
  font-weight: bold;
  white-space: nowrap;
}
.font-moses .MultiArticleAutoComponenta1280 .multiArticleTab .rightTitleLink .rightTitleText {
  font-size: 4.0625vw;
  font-weight: 670;
}
.MultiArticleAutoComponenta1280 .multiArticleTab .rightTitleLink .rightTitleText.withArror::after {
  content: "";
  height: 3.90625vw;
  width: 3.90625vw;
  position: absolute;
  left: 0;
  margin-left: 4.6875vw;
  background: transparent url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.MultiArticleAutoComponenta1280 .multiArticleTab .titleLink .leftTitleText {
  display: none;
}
.MultiArticleAutoComponenta1280 .multiArticleTab a {
  text-decoration: none;
}
.MultiArticleAutoComponenta1280 .slotsContent {
  margin-top: 2.65625vw;
  padding: 0 2.03125vw;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin-bottom: 2.65625vw;
  position: relative;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .slotTitle,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .slotTitle {
  font-size: 4.375vw;
  line-height: 4.6875vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: bold;
}
.font-moses .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .slotTitle,
.font-moses .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .slotTitle {
  font-size: 3.75vw;
  line-height: 4.84375vw;
  font-weight: 670;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .slotTitle a,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .slotTitle a {
  text-decoration: none;
  color: #000;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .slotSubTitle,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .slotSubTitle {
  display: none;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails {
  display: flex;
  align-items: center;
  line-height: 2.03125vw;
  font-size: 3.4375vw;
  font-weight: 300;
  color: #78787b;
}
.font-moses .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails,
.font-moses .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails {
  font-size: 3.28125vw;
  line-height: 4.375vw;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow {
  display: flex;
  line-height: 4.21875vw;
}
.font-moses .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow,
.font-moses .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow {
  line-height: 4.375vw;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow .authorInfo,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow .authorInfo {
  display: -webkit-inline-box;
  overflow: hidden;
  width: fit-content;
  max-width: 40.15625vw;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow .separator,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow .separator {
  margin: 0 0.78125vw;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails .DateDisplay,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails .videoIcon,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails .videoIcon {
  display: none;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageArea {
  display: flex;
  justify-content: center;
  position: relative;
  width: 34.53125vw;
  height: 19.375vw;
  margin-left: 3.4375vw;
  flex-shrink: 0;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea a,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageArea a,
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea img,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageArea img {
  width: 100%;
  height: 100%;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea .videoIcon,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageArea .videoIcon {
  width: 5.46875vw;
  height: 5.46875vw !important;
  margin: 0 0 1.25vw 1.25vw;
  left: 0;
  bottom: 0;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea .videoIcon .icon,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageArea .videoIcon .icon {
  background-size: contain;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea .onImage,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageArea .onImage {
  width: 13.59375vw;
  height: 4.21875vw;
  margin: 0 1.25vw 1.25vw 0;
}
@media (prefers-color-scheme: dark) {
  .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .slotTitle a,
  .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .slotTitle a {
    color: #fff;
  }
}
.MultiArticleTopMobile {
  display: flex;
  flex-direction: column;
}
.MultiArticleTopMobile .multiArticleTopTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
}
.MultiArticleTopMobile .multiArticleTopTab .rightTitleLink {
  display: flex;
  align-items: center;
  font-size: 4.375vw;
  line-height: 4.0625vw;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
}
.font-moses .MultiArticleTopMobile .multiArticleTopTab .rightTitleLink {
  font-size: 4.0625vw;
  font-weight: 670;
}
.MultiArticleTopMobile .multiArticleTopTab .rightTitleLink img {
  height: 3.90625vw;
  margin-left: 1.5625vw;
}
.MultiArticleTopMobile .multiArticleTopTab .leftSideArrow {
  height: 3.90625vw;
  width: 3.90625vw;
  background: transparent url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.MultiArticleTopMobile .multiArticleTopTab a {
  text-decoration: none;
}
.MultiArticleTopMobile .multiArticleTopTab img {
  margin-left: 0.9375vw;
}
.MultiArticleTopMobile .slotsContent {
  display: flex;
  flex-direction: column;
  margin-top: 2.65625vw;
  padding: 0 2.03125vw;
}
.MultiArticleTopMobile .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
.MultiArticleTopMobile .slotsContent .slotList .YplusItem .slotTitle {
  font-size: 4.375vw;
  line-height: 4.6875vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.font-moses .MultiArticleTopMobile .slotsContent .slotList .YplusItem .slotTitle {
  font-size: 3.90625vw;
  line-height: 1.2;
  font-weight: 500;
  margin-top: -0.53125vw;
}
.MultiArticleTopMobile .slotsContent .slotList .YplusItem .slotTitle a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
.MultiArticleTopMobile .slotsContent .slotList .YplusItem img {
  width: 100%;
  height: 100%;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView {
  display: flex;
  position: relative;
  flex-direction: row;
  margin-bottom: 2.65625vw;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea {
  display: flex;
  justify-content: center;
  position: relative;
  width: 33.59375vw !important;
  height: 18.90625vw !important;
  margin-left: 3.4375vw;
  flex-shrink: 0;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel,
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] {
  display: flex;
  width: 33.59375vw !important;
  height: 18.90625vw !important;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel .videoMediaContainer[style],
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] .videoMediaContainer[style] {
  height: 100% !important;
  width: 100% !important;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel .fp-logo,
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] .fp-logo {
  left: unset;
  right: 1.5625vw;
  top: 1.5625vw;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel .EditableVideo > img,
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] .EditableVideo > img {
  height: 100%;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel .mediaItems,
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel .mediaItems a,
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] .mediaItems a,
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel .mediaItems img:not(.fp-logo),
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] .mediaItems img:not(.fp-logo) {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .videoIcon {
  width: 5.46875vw;
  height: 5.46875vw !important;
  margin: 0 0 1.5625vw 1.5625vw;
  left: 0;
  bottom: 0;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .videoIcon .icon {
  background-size: contain;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .havakIcon.onImage {
  width: 13.59375vw;
  height: 4.21875vw;
  margin: 0 1.25vw 1.25vw 0;
  bottom: 0;
  right: 0;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 4.375vw;
  line-height: 4.6875vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.font-moses .MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 3.90625vw;
  line-height: 1.2;
  font-weight: 500;
  margin-top: -0.53125vw;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .slotTitle a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.font-moses .MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .slotTitle a {
  font-weight: 500;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails {
  display: flex;
  align-items: center;
  line-height: 2.03125vw;
  font-size: 3.4375vw;
  font-weight: 300;
  color: #78787b;
}
.font-moses .MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails {
  font-size: 3.0625vw;
  line-height: 4.375vw;
  font-weight: 310;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails .moreInfoRow {
  display: flex;
  line-height: 4.21875vw;
}
.font-moses .MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails .moreInfoRow {
  font-weight: 310;
  line-height: 4.375vw;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails .moreInfoRow .channel {
  max-width: 25.25vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails .moreInfoRow .authorInfo {
  display: -webkit-inline-box;
  overflow: hidden;
  width: fit-content;
  max-width: 45.3125vw;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex-grow: 1;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails .moreInfoRow .separator {
  margin: 0 0.78125vw;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails .videoIcon {
  display: none;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleTopMobile .slotsContent .slotList .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleTopMobile .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .imageArea {
  position: relative;
  margin-bottom: 1.5625vw;
}
.MultiArticleTopMobile .slotsContent .slotList .MediaCarousel {
  display: none;
}
.MultiArticleTopMobile.MultiArticleImages .slotsContent {
  margin-top: 2.65625vw;
  padding: 0 2.03125vw;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .YplusItem {
  border-bottom: 1px solid #b6b6ba;
  margin-bottom: 2.65625vw;
  padding-bottom: 2.65625vw;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .YplusItem .slotTitle {
  font-size: 6.5625vw;
  line-height: 7.65625vw;
  margin-bottom: 1.25vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.font-moses .MultiArticleTopMobile.MultiArticleImages .withImagePreview .YplusItem .slotTitle {
  font-size: 5.46875vw;
  line-height: 1.2;
  font-weight: 670;
  font-family: "MosesDisplay", 'NarkisBlock';
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .YplusItem .slotTitle a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .YplusItem img {
  width: 100%;
  height: 100%;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView {
  display: flex;
  flex-direction: column;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 53.59375vw !important;
  margin-bottom: 2.65625vw;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  width: 100% !important;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .MediaCarousel .mediaItems a,
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .MediaCarousel .mediaItems img {
  width: 100% !important;
  height: 100% !important;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .videoIcon {
  width: 7.03125vw;
  height: 7.03125vw;
  margin: 0 0 2.34375vw 2.34375vw;
  left: 0;
  bottom: 0;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .videoIcon .icon {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .havakIcon .onImage {
  width: 22.1875vw;
  height: 6.875vw;
  margin: 0 2.34375vw 2.34375vw 0;
  right: 0;
  bottom: 0;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #80808054;
  margin: 0 0.78125vw 2.65625vw;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .slotTitle {
  font-size: 6.5625vw;
  line-height: 7.65625vw;
  margin-bottom: 1.25vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.font-moses .MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .slotTitle {
  font-size: 5.46875vw;
  line-height: 1.2;
  font-weight: 670;
  font-family: "MosesDisplay", 'NarkisBlock';
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .slotTitle a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.font-moses .MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .slotTitle a {
  font-weight: 670;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails {
  display: flex;
  align-items: center;
  line-height: 4.21875vw;
  font-size: 3.4375vw;
  font-weight: 300;
  color: #78787b;
  margin-bottom: 2.65625vw;
}
.font-moses .MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails {
  font-size: 3.0625vw;
  font-weight: 310;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails .authorImage {
  height: 7.96875vw;
  margin-left: 2.03125vw;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails .authorImage img {
  height: 7.96875vw;
  width: 7.96875vw;
  border-radius: 50%;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails .moreInfoRow {
  display: flex;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails .moreInfoRow .authorInfo {
  display: -webkit-inline-box;
  overflow: hidden;
  width: fit-content;
  max-width: 78.125vw;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails .moreInfoRow .separator {
  margin: 0 0.78125vw;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails .videoIcon {
  display: none;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .imageArea {
  position: relative;
  margin-bottom: 1.5625vw;
}
.MultiArticleTopMobile.MultiArticleWeekend {
  margin-bottom: 4.6875vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent {
  margin-top: 2.65625vw;
  padding: 0 2.34375vw;
  gap: 0.78125vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView {
  margin-bottom: unset;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] {
  overflow: hidden;
  height: 100% !important;
  width: 100% !important;
  margin: unset ! important;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .videoIcon {
  display: none;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel[style],
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel {
  height: 100% !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel[style] .mediaItems,
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel .mediaItems {
  height: 100% !important;
  width: auto !important;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel[style] .mediaItems img,
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel .mediaItems img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel[style] .SiteImageMedia[style],
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel .SiteImageMedia[style] {
  height: 100% !important;
  width: auto !important;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end !important;
  align-items: center !important;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea .labelText {
  position: unset !important;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea .havakIcon {
  position: unset !important;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea .separator {
  margin: 0 0.78125vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea .slotTitle {
  text-align: center;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea .moreInfoRow {
  gap: 0.78125vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea * {
  color: #fff;
  text-decoration: none;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea *.moreDetails {
  float: inline-start;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotList > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.78125vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotList > div .slotView {
  width: 47.1875vw;
  height: 47.1875vw;
  position: relative;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotList > div .slotView .textArea {
  height: 27.34375vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.57%, rgba(0, 0, 0, 0.75) 100%);
  padding: 1.25vw 2.8125vw;
  box-sizing: border-box;
  gap: 1.5625vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotList > div .slotView .textArea .slotTitle {
  font-size: 3.59375vw;
  font-weight: 670;
  line-height: 4.375vw;
  text-shadow: -0.25641vw 0px 1.53844vw rgba(0, 0, 0, 0.75);
}
.MultiArticleTopMobile.MultiArticleWeekend .slotList > div .slotView .textArea .moreDetails {
  font-size: 3.125vw;
  font-weight: 340;
  line-height: 4.0625vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .withImagePreview .slotView {
  width: 95.3125vw;
  height: 83.28125vw;
  position: relative;
}
.MultiArticleTopMobile.MultiArticleWeekend .withImagePreview .slotView .textArea {
  height: 40.625vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.57%, rgba(0, 0, 0, 0.75) 100%);
  padding: 1.5625vw 2.34375vw;
  box-sizing: border-box;
  gap: 1.25vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .withImagePreview .slotView .textArea .slotTitle {
  font-size: 5.9375vw;
  font-weight: 670;
  line-height: 6.875vw;
  text-shadow: -0.25641vw 0px 1.53844vw rgba(0, 0, 0, 0.75);
}
.MultiArticleTopMobile.MultiArticleWeekend .withImagePreview .slotView .textArea .moreDetails {
  font-size: 3.28125vw;
  font-weight: 340;
  line-height: 4.21875vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .withImagePreview .authorImage {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .MultiArticleTopMobile .slotsContent .slotList .YplusItem .slotTitle a {
    color: #fff;
  }
  .MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .slotTitle a {
    color: #fff;
  }
  .MultiArticleTopMobile.MultiArticleImages .withImagePreview .YplusItem .slotTitle a {
    color: #fff;
  }
  .MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .slotTitle a {
    color: #fff;
  }
}
.MultiArticleScrollComponenta {
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
}
.MultiArticleScrollComponenta .multiArticleTopTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
}
.MultiArticleScrollComponenta .multiArticleTopTab .rightTitleLink {
  display: flex;
  align-items: center;
  font-size: 4.375vw;
  line-height: 4.0625vw;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
}
.font-moses .MultiArticleScrollComponenta .multiArticleTopTab .rightTitleLink {
  font-size: 4.0625vw;
  font-weight: 670;
}
.MultiArticleScrollComponenta .multiArticleTopTab .rightTitleLink img {
  height: 3.90625vw;
  margin-left: 1.5625vw;
}
.MultiArticleScrollComponenta .multiArticleTopTab .leftSideArrow {
  height: 3.90625vw;
  width: 3.90625vw;
  background: transparent url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.MultiArticleScrollComponenta .multiArticleTopTab a,
.MultiArticleScrollComponenta .multiArticleTopTab .leftTitleText {
  text-decoration: none;
  color: #fff;
}
.MultiArticleScrollComponenta .multiArticleTopTab img {
  margin-left: 0.9375vw;
}
.MultiArticleScrollComponenta .slotListWrapper {
  padding: 2.5625vw 2.5625vw 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: auto;
  gap: 2.5625vw;
  height: 51.53125vw;
  box-sizing: border-box;
  flex-shrink: 0;
}
.MultiArticleScrollComponenta .slotListWrapper:has(.highItemDisplay) {
  height: 57.9375vw;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem {
  width: 42.40625vw;
  height: 46.40625vw;
  padding: 2.5625vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 1.5625vw 3.125vw 0px rgba(203, 203, 203, 0.4);
  position: relative;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .MutamMarketingSign {
  top: 14.75vw;
  right: 2.5625vw;
  bottom: unset;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem.highItemDisplay {
  height: 52.8125vw;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .mediaArea {
  position: relative;
  flex-shrink: 0;
  height: 20vw;
  width: 100%;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .mediaArea .MediaCarousel[style],
.MultiArticleScrollComponenta .slotListWrapper .slotItem .mediaArea .MediaCarousel {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .mediaArea .MediaCarousel[style] img,
.MultiArticleScrollComponenta .slotListWrapper .slotItem .mediaArea .MediaCarousel img,
.MultiArticleScrollComponenta .slotListWrapper .slotItem .mediaArea .MediaCarousel[style] img[style],
.MultiArticleScrollComponenta .slotListWrapper .slotItem .mediaArea .MediaCarousel img[style] {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .slotText {
  display: flex;
  flex-direction: column;
  gap: 0.78125vw;
  color: inherit;
  text-decoration: none;
  position: relative;
  flex-grow: 1;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .slotText .roofTitle {
  text-align: right;
  font-size: 3.84375vw;
  font-weight: 670;
  line-height: 4.84375vw;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .slotText .slotTitle {
  color: #000;
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4.84375vw;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .slotText .moreDetails {
  color: #78787B;
  font-size: 3.28125vw;
  font-style: normal;
  font-weight: 340;
  line-height: 1.3;
  margin-bottom: unset;
  height: fit-content;
  position: absolute;
  display: flex;
  gap: 0.78125vw;
  bottom: 0;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .slotText .moreDetails .author {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 20.3125vw;
}
@media (prefers-color-scheme: dark) {
  .MultiArticleScrollComponenta {
    background-color: #3E3E3E ! important;
  }
  .MultiArticleScrollComponenta .slotListWrapper .slotItem {
    background-color: #1e1e1e! important;
    box-shadow: 0 1.5625vw 3.125vw 0 rgba(13, 13, 13, 0.4) ! important;
  }
}
.MultiImages1280Componenta,
.MultiImagesSpecial1280Componenta {
  display: flex;
  flex-direction: column;
}
.MultiImages1280Componenta.gallery,
.MultiImagesSpecial1280Componenta.gallery {
  margin-top: 1.5625vw;
}
.MultiImages1280Componenta.Auto .slotView .slotTitle,
.MultiImagesSpecial1280Componenta.Auto .slotView .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.MultiImages1280Componenta .multiImagesTab,
.MultiImagesSpecial1280Componenta .multiImagesTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
}
.MultiImages1280Componenta .multiImagesTab .backgroundLink,
.MultiImagesSpecial1280Componenta .multiImagesTab .backgroundLink {
  position: absolute;
}
.MultiImages1280Componenta .multiImagesTab .titleLink,
.MultiImagesSpecial1280Componenta .multiImagesTab .titleLink {
  text-decoration: none;
}
.MultiImages1280Componenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText,
.MultiImagesSpecial1280Componenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText {
  display: flex;
  align-items: center;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 4.0625vw;
  white-space: nowrap;
  color: #fff;
}
.font-moses .MultiImages1280Componenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText,
.font-moses .MultiImagesSpecial1280Componenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText {
  font-size: 4.0625vw;
  font-weight: 670;
}
.MultiImages1280Componenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText img,
.MultiImagesSpecial1280Componenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText img {
  height: 3.90625vw;
  margin-left: 1.5625vw;
}
.MultiImages1280Componenta .multiImagesTab .titleLink .leftTitleText,
.MultiImagesSpecial1280Componenta .multiImagesTab .titleLink .leftTitleText {
  font-weight: bold;
  font-size: 2.65625vw;
}
.MultiImages1280Componenta .multiImagesTab .leftSideArrow,
.MultiImagesSpecial1280Componenta .multiImagesTab .leftSideArrow {
  height: 3.90625vw;
  width: 3.90625vw;
  background: transparent url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.MultiImages1280Componenta .imageOnly,
.MultiImagesSpecial1280Componenta .imageOnly {
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.03125vw;
}
.MultiImages1280Componenta .imageOnly .slotView,
.MultiImagesSpecial1280Componenta .imageOnly .slotView {
  width: 45vw;
  height: 26.25vw;
  margin: 1.25vw !important;
}
.MultiImages1280Componenta .imageOnly .slotView .mediaArea,
.MultiImagesSpecial1280Componenta .imageOnly .slotView .mediaArea {
  width: 100% !important;
  height: 100% !important;
}
.MultiImages1280Componenta .imageOnly .slotView .mediaArea .SiteImageMedia,
.MultiImagesSpecial1280Componenta .imageOnly .slotView .mediaArea .SiteImageMedia {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}
.MultiImages1280Componenta.gallery .slotsContent,
.MultiImagesSpecial1280Componenta.gallery .slotsContent {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  width: 100%;
  margin: 2.03125vw 0;
  scrollbar-width: none;
}
.MultiImages1280Componenta.gallery .slotsContent::-webkit-scrollbar,
.MultiImagesSpecial1280Componenta.gallery .slotsContent::-webkit-scrollbar {
  display: none;
}
.MultiImages1280Componenta.gallery .slotsContent a,
.MultiImagesSpecial1280Componenta.gallery .slotsContent a {
  text-decoration: none;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList {
  display: flex;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 2.03125vw !important;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea {
  height: 25vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.34375vw;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MediaCarousel,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MediaCarousel {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  overflow: hidden;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MediaCarousel img,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MediaCarousel img {
  width: 43.28125vw !important;
  height: 25vw !important;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MediaCarousel .videoIcon .icon,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MediaCarousel .videoIcon .icon {
  background-size: contain;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MutamMarketingText,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MutamMarketingText {
  font-size: 2.96875vw;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 3.90625vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: bold;
  line-height: 1.33;
}
.font-moses .MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle,
.font-moses .MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 3.90625vw;
  line-height: 1.2;
  font-weight: 500;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle.commertialTitle span,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle.commertialTitle span,
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle.commertialTitle div,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle.commertialTitle div {
  color: #1d71c7 !important;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle a,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle a {
  text-decoration: none;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .textArea .moreDetails,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .textArea .moreDetails {
  display: none;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child {
  display: flex;
  flex-direction: column;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 53.59375vw !important;
  margin-bottom: 2.65625vw;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  width: 100% !important;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .EditableVideo > img,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems a,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems a,
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems img,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems img {
  width: 100% !important;
  height: 100% !important;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .videoIcon,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .videoIcon {
  width: 6.875vw;
  height: 6.875vw !important;
  margin: 0 0 2.34375vw 2.34375vw;
  left: 0;
  bottom: 0;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .videoIcon .icon,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .videoIcon .icon {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .onImage,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .onImage {
  height: 6.875vw;
  width: 22.1875vw;
  margin: 0 2.34375vw 2.34375vw 0;
  right: 0;
  bottom: 0;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #80808054;
  margin: 0 0.78125vw 2.65625vw;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle {
  font-size: 6.5625vw;
  line-height: 7.65625vw;
  margin-bottom: 1.25vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.font-moses .MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle,
.font-moses .MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle {
  font-size: 5.46875vw;
  line-height: 1.2;
  font-weight: 670;
  font-family: "MosesDisplay", 'NarkisBlock';
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle a,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.font-moses .MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle a,
.font-moses .MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle a {
  font-weight: 670;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails {
  display: flex;
  align-items: center;
  line-height: 4.21875vw;
  font-size: 3.4375vw;
  font-weight: 300;
  color: #78787b;
  margin-bottom: 2.65625vw;
}
.font-moses .MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails,
.font-moses .MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails {
  font-size: 3.0625vw;
  font-weight: 310;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .authorImage,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .authorImage {
  height: 7.96875vw;
  margin-left: 2.03125vw;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .authorImage img,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .authorImage img {
  height: 7.96875vw;
  width: 7.96875vw;
  border-radius: 50%;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow {
  display: flex;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow .authorInfo,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow .authorInfo {
  display: -webkit-inline-box;
  overflow: hidden;
  width: fit-content;
  max-width: 78.125vw;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow .separator,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow .separator {
  margin: 0 0.78125vw;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .DateDisplay,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .videoIcon,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .videoIcon {
  display: none;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode .withWidth,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode .withWidth *,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode.emptySlot,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode:hover .RichInput,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .imageArea,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .imageArea {
  position: relative;
  margin-bottom: 1.5625vw;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent {
  display: flex;
  flex-direction: column;
  margin-top: 2.65625vw;
  padding: 0 2.03125vw;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent a,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent a {
  text-decoration: none;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 3.125vw;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea {
  display: flex;
  justify-content: center;
  width: 33.59375vw;
  height: 18.90625vw;
  margin-left: 3.4375vw;
  flex-shrink: 0;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .MediaCarousel,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  width: 100% !important;
  position: relative;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .MediaCarousel img,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .MediaCarousel img,
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .MediaCarousel a,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .MediaCarousel a {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .videoIcon,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .videoIcon {
  width: 5.46875vw;
  height: 5.46875vw !important;
  margin: 0 0 1.25vw 1.25vw;
  left: 0;
  bottom: 0;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .videoIcon .icon,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .videoIcon .icon {
  background-size: contain;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .onImage,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .onImage {
  width: 13.59375vw;
  height: 4.21875vw;
  margin: 0 1.25vw 1.25vw 0;
  bottom: 0;
  right: 0;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .slotTitle,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 4.375vw;
  line-height: 4.6875vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: bold;
}
.font-moses .MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .slotTitle,
.font-moses .MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 3.90625vw;
  line-height: 1.2;
  font-weight: 500;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .slotTitle a,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .slotTitle a {
  text-decoration: none;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails {
  display: flex;
  align-items: center;
  line-height: 2.03125vw;
  font-size: 3.4375vw;
  font-weight: 300;
  color: #78787b;
  line-height: 4.21875vw;
}
.font-moses .MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails,
.font-moses .MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails {
  font-size: 3.0625vw;
  line-height: 4.375vw;
  font-weight: 310;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails .authorInfo,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails .authorInfo {
  display: -webkit-inline-box;
  overflow: hidden;
  width: fit-content;
  max-width: 40.15625vw;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails .separator,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails .separator {
  margin: 0 0.78125vw;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails .DateDisplay,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails .videoIcon,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails .videoIcon {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .MultiImages1280Componenta.Auto .slotView .slotTitle {
    color: #fff;
  }
  .MultiImages1280Componenta .slotsContent .slotList .slotView .textArea .slotTitle {
    color: #fff;
  }
  .MultiImagesSpecial1280Componenta.basic .slotsContent .slotList .slotView .textArea .slotTitle {
    color: #fff;
  }
  .MultiImagesSpecial1280Componenta.basic .slotsContent .slotList .slotView .textArea .moreDetails {
    color: #78787b;
  }
  .MultiImagesSpecial1280Componenta.MultiArticleImages .slotsContent .slotList > div:nth-child(1) .textArea .slotTitle {
    color: #fff;
  }
  .MultiImagesSpecial1280Componenta.MultiArticleImages .slotsContent .slotList > div:nth-child(1) .textArea .moreDetails {
    color: #78787b;
  }
  .MultiImagesSpecial1280Componenta.MultiArticleImages .slotsContent .slotList .slotView .textArea .slotTitle {
    color: #fff;
  }
  .MultiImagesSpecial1280Componenta.MultiArticleImages .slotsContent .slotList .slotView .textArea .moreDetails {
    color: #78787b;
  }
}
.MultiImagesMagazineSquareComponenta {
  display: flex;
  flex-direction: column;
  gap: 3.90625vw;
}
.MultiImagesMagazineSquareComponenta .multiImagesTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
}
.MultiImagesMagazineSquareComponenta .multiImagesTab .rightTitleLink {
  display: flex;
  align-items: center;
  font-size: 4.0625vw;
  font-weight: 670;
  line-height: 4.0625vw;
  white-space: nowrap;
  color: #fff;
  flex-grow: 1;
}
.MultiImagesMagazineSquareComponenta .multiImagesTab .rightTitleLink img {
  height: 3.90625vw;
  margin-left: 1.5625vw;
}
.MultiImagesMagazineSquareComponenta .multiImagesTab .leftSideArrow {
  height: 3.90625vw;
  width: 3.90625vw;
  background: transparent url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.MultiImagesMagazineSquareComponenta .multiImagesTab a {
  text-decoration: none;
}
.MultiImagesMagazineSquareComponenta .multiImagesTab img {
  margin-left: 0.9375vw;
}
.MultiImagesMagazineSquareComponenta .slotsContent {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1875vw;
  padding: 0 2.34375vw;
  box-sizing: border-box;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView {
  margin-bottom: 1.71875vw;
  width: 46.5625vw;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  height: 62.5vw;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .mediaArea {
  width: 46.5625vw;
  height: 46.5625vw;
  position: relative;
  overflow: hidden;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .mediaArea .mediaItems {
  width: 100%;
  height: 100%;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .mediaArea .MediaCarousel[style],
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .mediaArea .SiteImageMedia[style] {
  width: 100% !important;
  height: 100% ! important;
  object-fit: cover;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .slotTitle {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 4.84375vw;
  color: #000;
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .slotTitle a,
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .slotTitle a:hover {
  color: #000;
  text-decoration: none;
}
.MultiImagesYplusComponenta {
  display: flex;
  flex-direction: column;
}
.MultiImagesYplusComponenta .multiImagesTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 3.125vw;
  z-index: 999;
}
.MultiImagesYplusComponenta .multiImagesTab .backgroundLink {
  position: absolute;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink {
  text-decoration: none;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.rightTitleLink {
  color: #fff;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText {
  display: flex;
  align-items: center;
  font-size: 4.0625vw;
  font-weight: 670;
  line-height: 8.59375vw;
  white-space: nowrap;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText .tabLogo {
  margin-left: 1.5625vw;
  height: 5.46875vw;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.leftTitleLink {
  display: flex;
  align-items: center;
  color: #fff;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.leftTitleLink .leftTitleText {
  font-weight: 500;
  font-size: 3.125vw;
  line-height: 8.59375vw;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.leftTitleLink .leftSideArrow {
  height: 3.90625vw;
  width: 5.15625vw;
  background: transparent url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
}
.MultiImagesYplusComponenta .imageOnly {
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.03125vw;
}
.MultiImagesYplusComponenta .imageOnly .slotView {
  width: 45vw;
  height: 26.25vw;
  margin: 1.25vw !important;
}
.MultiImagesYplusComponenta .imageOnly .slotView .mediaArea {
  width: 100% !important;
  height: 100% !important;
}
.MultiImagesYplusComponenta .imageOnly .slotView .mediaArea .SiteImageMedia {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child {
  display: flex;
  flex-direction: column;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 53.59375vw !important;
  margin-bottom: 2.65625vw;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  width: 100% !important;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems a,
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems img {
  width: 100% !important;
  height: 100% !important;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .videoIcon {
  width: 6.875vw;
  height: 6.875vw !important;
  margin: 0 0 2.34375vw 2.34375vw;
  left: 0;
  bottom: 0;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .videoIcon .icon {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .onImage {
  height: 6.875vw;
  width: 22.1875vw;
  margin: 0 2.34375vw 2.34375vw 0;
  right: 0;
  bottom: 0;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #80808054;
  margin: 0 0.78125vw 2.65625vw;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle {
  font-size: 6.5625vw;
  line-height: 7.65625vw;
  margin-bottom: 1.25vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails {
  display: flex;
  align-items: center;
  line-height: 4.21875vw;
  font-size: 3.4375vw;
  font-weight: 300;
  color: #78787b;
  margin-bottom: 2.65625vw;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .authorImage {
  height: 7.96875vw;
  margin-left: 2.03125vw;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .authorImage img {
  height: 7.96875vw;
  width: 7.96875vw;
  border-radius: 50%;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow {
  display: flex;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow .authorInfo {
  display: -webkit-inline-box;
  overflow: hidden;
  width: fit-content;
  max-width: 78.125vw;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow .separator {
  margin: 0 0.78125vw;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .videoIcon {
  display: none;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .imageArea {
  position: relative;
  margin-bottom: 1.5625vw;
}
.MultiImagesYplusComponenta .slotsContent {
  display: flex;
  flex-direction: column;
  margin-top: 2.65625vw;
  padding: 0 2.03125vw;
}
.MultiImagesYplusComponenta .slotsContent a {
  text-decoration: none;
}
.MultiImagesYplusComponenta .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 3.125vw;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea {
  display: flex;
  justify-content: center;
  width: 33.59375vw;
  height: 18.90625vw;
  margin-left: 3.4375vw;
  flex-shrink: 0;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  width: 100% !important;
  position: relative;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel .yplusLogo {
  position: absolute;
  right: 1.5625vw;
  bottom: 0;
  width: 10.9375vw;
  height: 3.90625vw;
  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;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel img,
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel a {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .videoIcon {
  width: 5.46875vw;
  height: 5.46875vw !important;
  margin: 0 0 1.25vw 1.25vw;
  left: 0;
  bottom: 0;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .videoIcon .icon {
  background-size: contain;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .onImage {
  width: 13.59375vw;
  height: 4.21875vw;
  margin: 0 1.25vw 1.25vw 0;
  bottom: 0;
  right: 0;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .slotRoofTitle {
  color: #DE1A1A;
  font-weight: 670;
  line-height: 3.4375vw;
  font-size: 3.4375vw;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 3.75vw;
  line-height: 4.84375vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .slotTitle a {
  text-decoration: none;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails {
  display: flex;
  align-items: center;
  font-size: 3.28125vw;
  font-weight: 100;
  color: #78787b;
  line-height: 4.21875vw;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails .authorInfo {
  display: -webkit-inline-box;
  overflow: hidden;
  width: fit-content;
  max-width: 40.15625vw;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails .separator {
  margin: 0 0.78125vw;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails .videoIcon {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .MultiImagesYplusComponenta .multiImagesTab {
    background-color: #efefef !important;
  }
  .MultiImagesYplusComponenta .multiImagesTab .titleLink.rightTitleLink {
    color: #000 !important;
  }
  .MultiImagesYplusComponenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText {
    color: #000 !important;
  }
  .MultiImagesYplusComponenta .multiImagesTab .titleLink.leftTitleLink .leftTitleText {
    color: #000 !important;
  }
  .MultiImagesYplusComponenta .multiImagesTab .titleLink.leftTitleLink .leftSideArrow {
    filter: invert(1);
  }
  .MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .slotTitle {
    color: #fff;
  }
  .MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .slotRoofTitle {
    color: #DE1A1A !important;
  }
  .MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .rightTitleText {
    color: #DF3232 !important;
  }
  .MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails * {
    color: #C5C5C5 !important;
  }
}
.MultiArticleSpecialWeekendComponenta {
  width: 100%;
  gap: 0.54688vw;
  flex-direction: column;
  display: flex;
  margin-bottom: 3.125vw;
}
.vesty .MultiArticleSpecialWeekendComponenta,
.ynetnews .MultiArticleSpecialWeekendComponenta {
  font-family: "NarkisBlock";
  direction: ltr;
}
.MultiArticleSpecialWeekendComponenta .multiArticleTopTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
  font-size: 4.0625vw;
  font-weight: 670;
  color: #fff;
  background-color: #1417ac;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='32' viewBox='0 0 28 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Subtract' fill-rule='evenodd' clip-rule='evenodd' d='M19.8389 -2.3152H19.2389C14.2624 -2.3915 9.45729 -0.463753 5.89759 3.05603C2.32276 6.57582 0.27064 11.3926 0.189967 16.4536C0.109294 21.5095 2.01015 26.3924 5.46902 30.0292C8.92788 33.666 13.6674 35.7514 18.6439 35.8328H19.244C24.1146 35.8277 28.7936 33.8999 32.2928 30.4564C35.792 27.013 37.8391 22.3182 38.0005 17.3691V16.7588C37.9954 11.8046 36.0996 7.04885 32.7113 3.48838C29.3231 -0.0670147 24.7045 -2.15244 19.8389 -2.3152ZM15.6509 4.89225C15.4794 4.73457 15.2526 4.65828 15.0257 4.65828V4.67354H12.8828C12.7769 4.65828 12.666 4.67862 12.5651 4.7244C12.4643 4.77526 12.3786 4.84647 12.3181 4.94311C12.2576 5.03976 12.2172 5.14657 12.2122 5.26356C12.2021 5.37546 12.2273 5.49244 12.2777 5.59417L16.6442 20.7465C16.8106 21.3213 17.0576 21.5248 17.5517 21.5248H18.7316C18.6005 22.303 18.3938 23.0659 18.1265 23.8035C17.9954 24.5054 17.7232 25.1666 17.3248 25.7465C16.9265 26.3263 16.4122 26.8044 15.8173 27.1503L15.3484 27.4097C15.1467 27.5165 14.9954 27.6996 14.9198 27.9184C14.8441 28.1371 14.8492 28.3812 14.9349 28.5948L15.6509 30.1513C15.6912 30.253 15.7517 30.3395 15.8223 30.4158C15.8979 30.4921 15.9837 30.5531 16.0795 30.5887C16.1753 30.6294 16.2761 30.6447 16.3769 30.6396C16.4778 30.6345 16.5786 30.604 16.6694 30.5582L17.4106 30.1818C18.4039 29.6426 19.266 28.8746 19.9316 27.9336C20.5972 26.9926 21.0509 25.9092 21.2577 24.7546L25.9266 5.64504C26.0678 5.03976 25.7653 4.66336 25.2964 4.66336H23.2644C23.1434 4.62267 23.0123 4.6125 22.8812 4.63284C22.7501 4.65319 22.6291 4.69897 22.5182 4.77526C22.4073 4.84647 22.3165 4.94311 22.2459 5.0601C22.1753 5.17709 22.1299 5.30425 22.1098 5.44158L19.5837 16.8402L19.0341 19.5258C19.0139 18.7476 18.9131 17.9694 18.7316 17.2166L15.9837 5.49753C15.9433 5.25847 15.8274 5.04484 15.6509 4.89225Z' fill='url(%23paint0_radial_14853_12331)' fill-opacity='0.85'/%3E %3Cdefs%3E %3CradialGradient id='paint0_radial_14853_12331' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(-1.83818 22.6922) rotate(-18.5579) scale(35.2077 35.4504)'%3E %3Cstop offset='0.165' stop-color='white' stop-opacity='0.2'/%3E %3Cstop offset='1' stop-color='white'/%3E %3C/radialGradient%3E %3C/defs%3E %3C/svg%3E");
  background-size: contain;
  background-position: 100% 0px;
  background-repeat: no-repeat;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .multiArticleTopTab,
.vesty .MultiArticleSpecialWeekendComponenta .multiArticleTopTab {
  background-image: none;
  direction: ltr;
}
.MultiArticleSpecialWeekendComponenta .mainItem {
  display: flex;
  gap: 0.625vw;
  height: 88.28125vw;
  overflow: hidden;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView {
  width: 49.6875vw;
  overflow: hidden;
  position: relative;
  height: 88.28125vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .MediaCarousel[style],
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .MediaCarousel {
  width: 100% !important;
  background: rgba(0, 0, 0, 0.7);
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .MediaCarousel[style] img,
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .MediaCarousel img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
  height: 57.96875vw;
  padding: 0 3.75vw 2.65625vw;
  box-sizing: border-box;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  gap: 1.25vw;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium {
  font-size: 4.60938vw;
  line-height: 1.15;
  width: 100%;
  font-weight: 660;
  color: #fff;
  font-family: "MosesDisplay", "NarkisBlock";
  max-height: 31.875vw;
  text-align: center;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: balance;
  text-shadow: rgba(0, 0, 0, 0.85) 0px 0.625vw 0.625vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium span[data-tb-title] {
  display: block;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium * {
  font-family: "MosesDisplay", "NarkisBlock";
}
.ynetnews .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium,
.vesty .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium {
  font-weight: 700;
  line-height: 5vw;
  max-height: 30vw;
  font-family: "NarkisBlock";
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium a {
  color: inherit;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .authorInfo {
  color: #fff;
  font-size: 2.8125vw;
  line-height: 1.45;
  font-weight: 340;
  text-align: center;
}
.vesty .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .authorInfo,
.ynetnews .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .authorInfo {
  font-size: 3.28125vw;
  font-weight: 400;
  line-height: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item img,
.MultiArticleSpecialWeekendComponenta .mainItem .video-item video {
  width: 100%;
  height: 100%;
  aspect-ratio: 0.5625;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item .textArea {
  padding: 12.5vw 3.75vw 7.8125vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item .textArea .authorInfo {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item .textArea .videoDuration {
  height: 6.09375vw;
  display: flex;
  align-items: center;
  align-self: end;
  justify-content: end;
  gap: 1.25vw;
  position: absolute;
  bottom: 1.5625vw;
  left: 2.34375vw;
  padding-inline-end: 0.625vw;
  font-size: 3.59375vw;
  font-weight: 100;
  line-height: 4.53125vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item .textArea .videoDuration .durationLogo {
  width: 2.1875vw;
  height: 2.5vw;
  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: 100dvh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  background: #000;
  overflow: hidden;
  z-index: 99999;
  cursor: pointer;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player {
  width: 100% !important;
  height: 100% !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .close-btn {
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  top: 9.375vw;
  right: 3.125vw;
  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='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") no-repeat center center / cover;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 10;
}
.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 {
  display: flex;
  justify-content: space-between;
  padding: 3.75vw 3.75vw 4.6875vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 2.5vw;
  color: #fff;
  opacity: 0;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .videoTitle {
  font-size: 4.0625vw;
  font-weight: 500;
  line-height: 4.6875vw;
  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: 3.59375vw;
  font-style: normal;
  font-weight: 100;
  line-height: 4.375vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  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: 2.5vw 0 0 0;
  direction: rtl;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .credit {
  color: #c5c5c5;
  font-size: 3.28125vw;
  font-weight: 100;
  line-height: 4.0625vw;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125vw;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkText {
  color: #fff;
  font-size: 3.59375vw;
  font-weight: 100;
  line-height: 4.375vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkIcon {
  width: 3.125vw;
  height: 2.03125vw;
  margin-top: 0.3125vw;
  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: 5vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareBtn {
  width: 7.8125vw;
  height: 7.8125vw;
  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;
  z-index: 10;
  cursor: pointer;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn {
  width: 6.09375vw;
  height: 4.84375vw;
  margin-left: 0.625vw;
  padding: 0.78125vw 0 0 0;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon {
  width: 6.09375vw;
  height: 4.84375vw;
  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 .playerDetails {
  height: 20.3125vw;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  position: relative;
  background: rgba(30, 30, 30, 0.8);
  font-size: 2.8125vw;
  font-weight: 100;
  line-height: 3.75vw;
  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: 0.78125vw;
  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: 0.46875vw;
  color: #78787b;
  margin: auto 0;
  padding: 0 3.75vw;
  font-size: 3.59375vw;
  font-weight: 100;
  line-height: 4.53125vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .playing-time .elapsed {
  color: #fff;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .arrow .arrowText {
  color: #78787b;
  font-size: 3.28125vw;
  font-weight: 100;
  line-height: 4.375vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .arrow .arrowIcon {
  width: 7.8125vw;
  height: 7.8125vw;
  rotate: 180deg;
  filter: invert(49%) sepia(5%) saturate(187%) hue-rotate(201deg) brightness(96%) contrast(92%);
  background-image: 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-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player {
  width: 100%;
  height: 100%;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-logo,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-footer {
  display: 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-left .fp-share-menu {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-middle .fp-right-zone,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-middle .fp-left-zone {
  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-volume-control .fp-volume {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .close-btn {
  animation: fade 2s ease-in-out !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.is-touched .fp-ui .fp-middle::after,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-paused .fp-ui .fp-middle::after {
  opacity: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:has(#player.is-touched) .close-btn,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:has(#player.is-paused) .close-btn {
  opacity: 1;
  visibility: visible;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:has(#player.is-touched) .contentDiv .videoInfo,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:has(#player.is-paused) .contentDiv .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:has(#player.is-touched) .contentDiv .videoInfo .textContent,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:has(#player.is-paused) .contentDiv .videoInfo .textContent {
  opacity: 1;
  visibility: visible;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:has(#player.is-touched) .contentDiv .playerDetails,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:has(#player.is-paused) .contentDiv .playerDetails {
  opacity: 1;
  visibility: visible;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-paused .fp-switch .fp-play {
  width: 13.28125vw !important;
  height: 13.28125vw !important;
  opacity: 0.8;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-paused .fp-switch .fp-pause {
  display: none !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-playing .fp-switch .fp-pause {
  width: 13.28125vw !important;
  height: 13.28125vw !important;
  opacity: 0.8;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-playing .fp-switch .fp-play {
  display: none !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 .slotList {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.54688vw;
}
.MultiArticleSpecialWeekendComponenta .slotList > div {
  width: 64.6875vw;
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div {
  width: 100%;
  height: 43.28125vw;
  position: relative;
  display: flex;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div:nth-child(2n) .slotView {
  flex-direction: row-reverse;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView {
  width: 100%;
  height: 43.28125vw;
  position: relative;
  display: flex;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea {
  padding: 5.15625vw 3.90625vw;
  width: 50vw;
  flex-shrink: 0;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  gap: 1.25vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle {
  text-align: center;
  font-size: 4.0625vw;
  font-weight: 670;
  line-height: 4.84375vw;
  max-height: 19.375vw;
  color: #fff;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
  text-wrap: balance;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle,
.vesty .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle {
  font-weight: 600;
  line-height: 5.15625vw;
  font-size: 4.6875vw;
  max-height: 20.3125vw;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle a {
  color: inherit;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .authorInfo {
  font-size: 3.125vw;
  font-weight: 340;
  line-height: 4.0625vw;
  align-self: center;
  color: #fff;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .authorInfo,
.vesty .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .authorInfo {
  font-weight: 400;
  font-size: 3.28125vw;
  line-height: 1;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea[style],
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea {
  height: 43.28125vw !important;
  width: 50vw !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;
  width: 100% !important;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea[style] .MediaCarousel .SiteImageMedia,
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea .MediaCarousel .SiteImageMedia {
  height: 43.28125vw;
  object-fit: cover;
  width: 50vw !important;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems {
  width: 100%;
  background-color: #232f50;
  padding: 3.90625vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  flex-direction: row;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 24.6875vw;
  gap: 1.25vw;
  align-items: center;
  text-decoration: none;
  color: #fff;
  height: 17.1875vw;
  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;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemTitle {
  font-weight: 670;
  font-size: 3.4375vw;
  line-height: 4.375vw;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemTitle,
.vesty .MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemTitle {
  font-weight: 600;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemText {
  font-weight: 100;
  margin-top: -1px;
  font-size: 3.125vw;
  line-height: 4.0625vw;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemText,
.vesty .MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemText {
  font-weight: 300;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
body:has(.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay) {
  overflow: hidden;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab {
  color: #fff;
  font-size: 4.0625vw;
  display: flex;
  align-items: center;
  height: 6.5625vw;
  font-weight: bold;
  padding: 0.625vw 2.5vw;
  justify-content: space-between;
  margin-bottom: 2.5vw;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .mediaLinks {
  display: flex;
  align-items: center;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .mediaLinks a {
  width: 3.28125vw;
  height: 3.28125vw;
  margin-inline-end: 5vw;
  display: inline-block;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .mediaLinks a:last-child {
  margin-inline-end: 0;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .mediaLinks .youtubeLink {
  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;
  height: 2.5vw;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .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;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .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;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .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;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .mediaLinks .tiktokLink {
  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;
  height: 3.75vw;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .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;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent {
  position: relative;
  overflow: auto;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent button {
  display: none;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper {
  display: flex;
  flex-direction: row;
  gap: 3.125vw;
  overflow: auto;
  position: relative;
  padding: 0 1.875vw !important;
  margin-bottom: 2.5vw;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-track {
  display: none;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-thumb {
  display: none;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar {
  display: none;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView {
  position: relative;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper {
  width: 63.125vw;
  height: 111.71875vw;
  display: flex !important;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  border-radius: 3.125vw;
  overflow: hidden;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper img {
  width: 63.125vw;
  height: 111.71875vw;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper .promoVideo {
  width: 63.125vw;
  height: 111.71875vw;
  position: relative;
  z-index: 1;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2.5vw;
  color: #fff;
  border-radius: 0 0 3.125vw 3.125vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-sizing: border-box;
  z-index: 999;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoTitle {
  text-align: right;
  font-size: 4.0625vw;
  font-weight: 500;
  line-height: 5.3125vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration {
  height: 6.09375vw;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.25vw;
  padding-inline-end: 0.625vw;
  font-size: 3.59375vw;
  font-weight: 100;
  line-height: 4.53125vw;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration .durationLogo {
  width: 2.1875vw;
  height: 2.5vw;
  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;
}
.newYnetTvVerticalDynamicMutamComponenta.basic .videoGalleryVerticalMutamWrapper .frame_forList .slotView .mediaWrapper {
  width: 37.1875vw !important;
  height: 65.625vw !important;
}
.newYnetTvVerticalDynamicMutamComponenta.basic .videoGalleryVerticalMutamWrapper .frame_forList .slotView .mediaWrapper img {
  width: 37.1875vw !important;
  height: 65.625vw !important;
}
.newYnetTvVerticalDynamicMutamComponenta.basic .videoGalleryVerticalMutamWrapper .frame_forList .slotView .mediaWrapper .promoVideo {
  width: 37.1875vw !important;
  height: 65.625vw !important;
}
.newYnetTvVerticalDynamicMutamComponenta.basic .videoGalleryVerticalMutamWrapper .frame_forList .slotView .contentDiv .videoTitle {
  display: none !important;
}
.newYnetTvVerticalDynamicMutamComponenta.medium .videoGalleryVerticalMutamWrapper .frame_forList .slotView .mediaWrapper {
  width: 51.25vw !important;
  height: 89.6875vw !important;
}
.newYnetTvVerticalDynamicMutamComponenta.medium .videoGalleryVerticalMutamWrapper .frame_forList .slotView .mediaWrapper img {
  width: 51.25vw !important;
  height: 89.6875vw !important;
}
.newYnetTvVerticalDynamicMutamComponenta.medium .videoGalleryVerticalMutamWrapper .frame_forList .slotView .mediaWrapper .promoVideo {
  width: 51.25vw !important;
  height: 89.6875vw !important;
}
.newYnetTvVerticalDynamicMutamComponenta.medium .videoGalleryVerticalMutamWrapper .frame_forList .slotView .contentDiv .videoTitle {
  display: none !important;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.leftAndRightTransitionAnimation,
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.newsFlashAndTwentyFourSevenMobileComponenta {
  background-color: #3e3e3e;
  display: flex;
  flex-direction: column;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light {
  background-color: #ffff;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tabsContainer {
  height: 8.59375vw;
  justify-content: space-between;
  margin-bottom: 0.9375vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tabsContainer .tabTitle {
  background-color: #5C5FC6;
  font-size: 4.0625vw !important;
  font-weight: 670 !important;
  line-height: 6.09375vw;
  padding: 0 1.25vw;
  width: 49.375vw;
  box-sizing: border-box;
  flex: unset;
  flex-shrink: 0;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tabsContainer .tabTitle.active {
  background-color: #1417AC;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tabsContainer .tabTitle .bottomBar {
  display: none;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .bottomLink {
  background-color: transparent;
  height: 10.9375vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .bottomLink .bottomLinkTitle {
  color: #1417AC;
  font-size: 4.0625vw !important;
  line-height: 6.09375vw;
  font-weight: 670 ! important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .bottomLink .bottomLinkIcon {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='21' viewBox='0 0 13 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Vector 33' d='M11.2426 2.01465L2.75732 10.4999L11.2426 18.9852' stroke='%231417AC' stroke-width='3'/%3E %3C/svg%3E");
  height: 100%;
  background-size: 80%;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .twentyFourSevenSlotListWrapper {
  margin-top: 1.5625vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .twentyFourSevenSlotListWrapper .slotItem {
  width: 90.625vw;
  margin-inline-start: 2.03125vw;
  margin-bottom: 3.125vw;
  margin-top: 0;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .twentyFourSevenSlotListWrapper .slotItem:last-child {
  margin-bottom: 0;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .twentyFourSevenSlotListWrapper .slotItem .mediaArea {
  margin-inline-end: 3.4375vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .twentyFourSevenSlotListWrapper .slotItem .slotTitle {
  color: #000 !important;
  font-size: 3.90625vw !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .twentyFourSevenSlotListWrapper .slotItem .moreDetails {
  color: #78787B !important;
  font-size: 3.28125vw !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList {
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
  margin-top: 2.1875vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView {
  border-radius: 0;
  background-color: #F5F5F5;
  margin: 0px 2.1875vw;
  border-inline-start: 0.625vw solid #DE1A1A;
  box-shadow: none;
  min-height: 29.84375vw;
  padding: 3.125vw;
  box-sizing: border-box;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView:first-child {
  margin-top: 0px !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView:last-child {
  margin-bottom: 0px !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails {
  margin-top: 0;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .buttonsWrapper .buttonExpand {
  background: url("data:image/svg+xml,%3Csvg width='36' height='35' viewBox='0 0 36 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.416 12.0048C29.8734 12.4586 29.8765 13.1972 29.4227 13.6547L19.0727 24.0903C18.5598 24.6075 17.6846 24.6635 17.1196 24.0938L6.76606 13.6547C6.31232 13.1972 6.31536 12.4586 6.77285 12.0048C7.23033 11.5511 7.96901 11.5541 8.42275 12.0116L18.0944 21.7632L27.7661 12.0116C28.2198 11.5541 28.9585 11.5511 29.416 12.0048Z' fill='black'/%3E %3C/svg%3E");
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  width: 5.46875vw;
  height: 5.46875vw;
  border: 0;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .buttonsWrapper .buttonShare {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .dateView {
  font-size: 3.125vw;
  font-weight: 340 ! important;
  line-height: 4.375vw;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .DateDisplay {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .textDiv {
  flex-grow: 1;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .roofTitle {
  display: flex;
  margin: 0;
  height: 5vw;
  font-size: 3.75vw;
  font-weight: 670;
  line-height: 3.59375vw;
  padding: 0.78125vw 1.5625vw;
  box-sizing: border-box;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .slotTitle {
  margin: 0;
  display: block;
  height: auto;
  min-height: 7.8125vw;
  width: 100%;
  font-size: 4.21875vw !important;
  line-height: 5.625vw !important;
  font-weight: 500 !important;
  transition: none !important;
  position: relative;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .slotText {
  font-size: 3.90625vw !important;
  line-height: 5.625vw !important;
  transition: none !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.now {
  background-color: #F5F5F5 !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.now.newItem {
  background-color: #F8D1D1  !important;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.now .dateView {
  font-weight: 670 !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.open .slotTitle {
  color: #000;
  width: 100%;
  transition: none !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.open .slotText.show {
  padding-top: 1.25vw;
  font-size: 3.90625vw;
  line-height: 5.625vw;
  padding-bottom: 0px;
  margin-bottom: 1.5625vw;
  transition: none !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.open .slotText.show b {
  font-weight: 340;
  margin-inline-start: 0px;
  color: #78787B;
  display: block;
  font-size: 3.28125vw;
  line-height: 5vw;
  margin-top: 1.25vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .buttonShare {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='35' viewBox='0 0 36 35' fill='none'%3E %3Cpath d='M17.1351 4.92686C17.4807 4.57972 18.0411 4.57972 18.3867 4.92686L23.9183 10.4825C24.264 10.8296 24.264 11.3924 23.9183 11.7396C23.5727 12.0867 23.0123 12.0867 22.6667 11.7396L18.6942 7.74988V22.385C18.6942 22.8582 18.2764 23.3332 17.7609 23.3332C17.2454 23.3332 16.8276 22.8582 16.8276 22.385V7.74988L12.8551 11.7396C12.5095 12.0867 11.9491 12.0867 11.6035 11.7396C11.2578 11.3924 11.2578 10.8296 11.6035 10.4825L17.1351 4.92686Z' fill='black'/%3E %3Cpath d='M7.999 17.2655C7.999 16.7348 7.57261 16.3047 7.04662 16.3047C6.52063 16.3047 6.09424 16.7348 6.09424 17.2655V26.4903C6.09424 27.4902 6.46282 28.4607 7.13636 29.1855C7.81185 29.9124 8.74164 30.3334 9.72519 30.3334H25.7966C26.7802 30.3334 27.71 29.9124 28.3855 29.1855C29.059 28.4607 29.4276 27.4902 29.4276 26.4903V17.2655C29.4276 16.7348 29.0012 16.3047 28.4752 16.3047C27.9492 16.3047 27.5228 16.7348 27.5228 17.2655V26.4903C27.5228 27.0192 27.327 27.5149 26.9959 27.8713C26.6667 28.2255 26.2339 28.4118 25.7966 28.4118H9.72519C9.28794 28.4118 8.85512 28.2255 8.52595 27.8713C8.19483 27.5149 7.999 27.0192 7.999 26.4903V17.2655Z' fill='black'/%3E %3C/svg%3E") ! important;
  width: 5.46875vw !important;
  height: 5.46875vw !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .buttonShare.android {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.4276 8.7443C29.4276 10.8384 27.73 12.536 25.6359 12.536C24.6622 12.536 23.7742 12.1689 23.1027 11.5656L13.5494 17.0965C13.633 17.4094 13.6776 17.7383 13.6776 18.0776C13.6776 18.4126 13.6341 18.7375 13.5526 19.0468L22.8767 24.2269C23.5681 23.4937 24.5486 23.036 25.6359 23.036C27.73 23.036 29.4276 24.7336 29.4276 26.8276C29.4276 28.9217 27.73 30.6193 25.6359 30.6193C23.5418 30.6193 21.8442 28.9217 21.8442 26.8276C21.8442 26.4926 21.8877 26.1676 21.9693 25.8582L12.6453 20.6782C11.9539 21.4115 10.9733 21.8693 9.88591 21.8693C7.79183 21.8693 6.09424 20.1717 6.09424 18.0776C6.09424 15.9836 7.79183 14.286 9.88591 14.286C10.9688 14.286 11.9457 14.74 12.6366 15.468L22.0612 10.0117C21.9207 9.61537 21.8442 9.18877 21.8442 8.7443C21.8442 6.65022 23.5418 4.95264 25.6359 4.95264C27.73 4.95264 29.4276 6.65022 29.4276 8.7443ZM27.5609 8.7443C27.5609 9.80745 26.6991 10.6693 25.6359 10.6693C24.5728 10.6693 23.7109 9.80745 23.7109 8.7443C23.7109 7.68116 24.5728 6.8193 25.6359 6.8193C26.6991 6.8193 27.5609 7.68116 27.5609 8.7443ZM9.88591 20.0026C10.9491 20.0026 11.8109 19.1408 11.8109 18.0776C11.8109 17.0145 10.9491 16.1526 9.88591 16.1526C8.82276 16.1526 7.96091 17.0145 7.96091 18.0776C7.96091 19.1408 8.82276 20.0026 9.88591 20.0026ZM25.6359 28.7526C26.6991 28.7526 27.5609 27.8908 27.5609 26.8276C27.5609 25.7645 26.6991 24.9026 25.6359 24.9026C24.5728 24.9026 23.7109 25.7645 23.7109 26.8276C23.7109 27.8908 24.5728 28.7526 25.6359 28.7526Z' fill='black'/%3E %3C/svg%3E") ! important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView:not(.open) .textDiv .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 88.28125vw;
  height: 11.25vw;
  white-space: normal;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView:not(.open) .textDiv .slotText {
  margin-bottom: 0;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView:not(.open) .buttonShare {
  display: none;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer {
  height: 10.9375vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle {
  background-color: #393939;
  font-size: 4.21875vw;
  font-weight: 500;
  color: #f7f7f7;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle {
  font-size: 3.84375vw;
  font-weight: 340;
  line-height: normal;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle.active {
  background-color: #2e2e2e;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle.active {
  font-weight: 500;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle .text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1px;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle .bottomBar {
  height: 0.78125vw;
  width: 100%;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle .bottomBar.red {
  background-color: #de1a1a;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle .bottomBar.blue {
  background-color: #3ea6ff;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper.none {
  display: none;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .newTickerLoader {
  width: 18.75vw;
  height: 5.46875vw;
  margin: 3.125vw 3.125vw 0 3.125vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .newTickerLoader.none {
  display: none;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView {
  background-color: #efefef;
  border-radius: 3.125vw;
  display: flex;
  flex-direction: column;
  padding: 3.125vw 3.90625vw 2.34375vw 3.125vw;
  margin: 3.125vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView.now {
  background-color: #f8d1d3;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView.now .dateView {
  font-weight: 500;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView:first-child {
  margin-top: 4.6875vw !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView:last-child {
  margin-bottom: 4.6875vw !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .roofTitle {
  background-color: #de1a1a;
  font-size: 3.28125vw;
  font-weight: bold;
  padding: 0.46875vw 0.78125vw 0.78125vw;
  width: fit-content;
  color: #fff;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .roofTitle {
  padding: 0.78125vw;
  font-weight: 670;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .slotTitle {
  font-size: 4.0625vw;
  font-weight: 500;
  margin: 1.5625vw 0;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .slotTitle {
  line-height: normal;
  font-size: 3.84375vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .slotText {
  font-size: 4.0625vw;
  overflow: hidden;
  max-height: 0;
  transition: all 0.2s cubic-bezier(0, 1, 0, 1);
  margin-bottom: 1.5625vw;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .slotText {
  font-size: 3.84375vw;
  font-weight: 340;
  line-height: 1.5;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .slotText.show {
  height: auto;
  max-height: 156.25vw;
  transition: all 0.2s cubic-bezier(1, 0, 1, 0);
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  margin-top: 1.5625vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .buttonsWrapper {
  display: flex;
  align-items: center;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .buttonsWrapper .buttonShare {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23000' fill-rule='nonzero'%3E %3Cpath d='M2.019 9.153l-.002 10.924H17.98l.001-10.924H20V22H0V9.153h2.019zM9.942 0l6.73 6.409h-2.439L10.886 3.22v13.693H8.964l-.001-13.66-3.311 3.155H3.214L9.942 0z' transform='translate(-142.000000, -24.000000) translate(142.000000, 24.000000)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  margin-inline-end: 4.0625vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.46875vw;
  height: 5.46875vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .buttonsWrapper .buttonExpand {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='35' viewBox='0 0 36 35' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.416 12.0048C29.8734 12.4586 29.8765 13.1972 29.4227 13.6547L19.0727 24.0903C18.5598 24.6075 17.6846 24.6635 17.1196 24.0938L6.76606 13.6547C6.31232 13.1972 6.31536 12.4586 6.77285 12.0048C7.23033 11.5511 7.96901 11.5541 8.42275 12.0116L18.0944 21.7632L27.7661 12.0116C28.2198 11.5541 28.9585 11.5511 29.416 12.0048Z' fill='black'/%3E %3C/svg%3E");
  border-radius: 50%;
  background-color: #000;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
  width: 6.25vw;
  height: 6.25vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView.open .slotTitle {
  color: #1417ac;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView.open .moreDetails .buttonExpand {
  transform: rotate(180deg);
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .dateView {
  color: #de1a1a;
  font-weight: 400;
  font-size: 4.0625vw;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .dateView {
  font-size: 3.75vw;
  font-weight: 310;
  line-height: normal;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .DateDisplay {
  color: #78787b;
  font-size: 4.0625vw;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .DateDisplay {
  font-size: 3.59375vw;
  font-weight: 310;
  line-height: normal;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper.none {
  display: none;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem {
  display: flex;
  margin-inline-start: 2.8125vw;
  margin-bottom: 3.125vw;
  margin-top: 3.90625vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .mediaArea {
  margin-inline-end: 4.375vw;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  position: relative;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .mediaArea .MediaCarousel {
  width: 36.875vw;
  height: 20.625vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .mediaArea .MediaCarousel img {
  width: 36.875vw;
  height: 20.625vw;
  object-fit: cover;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .mediaArea .videoIcon {
  position: absolute;
  bottom: 0.78125vw;
  left: 0.78125vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv,
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .slotTitle,
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .slotTitle {
  font-size: 4.0625vw;
  margin: 0;
  padding: 0;
  margin-bottom: 0.46875vw;
  line-height: 1;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #fff;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .slotTitle,
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .slotTitle {
  font-size: 3.75vw;
  font-weight: 670;
  line-height: 1.29;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .moreDetails,
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .moreDetails {
  font-size: 3.59375vw;
  margin: 0 0 0 0.78125vw;
  color: #c5c5c5;
  align-items: flex-end;
  justify-content: inherit;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .moreDetails,
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .moreDetails {
  font-size: 3.28125vw;
  font-weight: 340;
  line-height: 1.33;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .moreDetails .categoryView,
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .moreDetails .categoryView {
  max-width: 31.25vw;
  min-width: 7.8125vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .moreDetails .dateView,
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .moreDetails .dateView {
  margin: 0 0 0 0.78125vw;
  white-space: nowrap;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .moreDetails .author,
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .moreDetails .author {
  max-width: 31.25vw;
  min-width: 7.8125vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .moreDetails .separator,
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .moreDetails .separator {
  margin: 0 0.46875vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .bottomLink {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f7f7f7;
  background-color: #2e2e2e;
  height: 14.0625vw;
  width: 100%;
  font-weight: 600;
  text-decoration: none;
}
.newsFlashAndTwentyFourSevenMobileComponenta .bottomLink .bottomLinkTitle {
  font-size: 4.6875vw;
  margin-inline-end: 1.5625vw;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .bottomLink .bottomLinkTitle {
  font-size: 4.375vw;
  font-weight: 500;
  line-height: normal;
}
.newsFlashAndTwentyFourSevenMobileComponenta .bottomLink .bottomLinkIcon {
  background: 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");
  width: 2.65625vw;
  height: 2.65625vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (prefers-color-scheme: dark) {
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.now,
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.now.newItem {
    background-color: #3E3E3E ! important;
  }
  .font-moses .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .dateView {
    color: #fff !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light {
    background-color: transparent;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tabTitle:not(.active) {
    background: #5C5FC6;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView {
    border-inline-start: 0.625vw solid  #DF3232;
    background-color: #3E3E3E !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.open {
    color: inherit !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.open .slotText,
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.open .slotTitle {
    color: #fff !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .slotText,
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .slotTitle,
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .DateDisplay {
    color: #fff !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .buttonShare {
    filter: invert(1);
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .buttonsWrapper .buttonExpand {
    filter: invert(1);
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .DateDisplay {
    color: #C5C5C5 !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .twentyFourSevenSlotListWrapper .slotItem .slotTitle {
    color: #fff !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .bottomLinkTitle {
    color: #3EA6FF !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .bottomLinkIcon {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='21' viewBox='0 0 13 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Vector 33' d='M11.2426 2.01465L2.75732 10.4999L11.2426 18.9852' stroke='%233EA6FF' stroke-width='3'/%3E %3C/svg%3E") !important;
  }
  .tickerSlotListWrapper {
    background-color: #1e1e1e !important;
  }
  .tickerSlotListWrapper .slotView {
    background-color: #e3e3e3 !important;
  }
  .tickerSlotListWrapper .slotView .slotTitle,
  .tickerSlotListWrapper .slotView .slotText,
  .tickerSlotListWrapper .slotView .DateDisplay {
    color: #000 !important;
  }
  .tickerSlotListWrapper .slotView .DateDisplay {
    color: #78787b !important;
  }
  .tickerSlotListWrapper .slotView.now {
    background-color: #f8d1d3 !important;
  }
  .tickerSlotListWrapper .slotView.now .dateView {
    color: #de1a1a !important;
  }
  .tickerSlotListWrapper .slotView.open .slotTitle {
    color: #1417ac ! important;
  }
  .twentyFourSevenSlotListWrapper {
    background-color: #1e1e1e;
  }
}
.shineAnimation {
  background-color: rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 40%, white 50%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.1) 100%);
  background-size: 400% 100%;
  background-position: 100% 50%;
  animation: animation-shine 3.5s 0s infinite;
}
@keyframes animation-shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes color-animation {
  from {
    background: #f8d1d3;
  }
  to {
    background: #fff;
  }
}
.mobile-share-btn {
  width: 4.6875vw;
  height: 4.6875vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E %3Cpath d='M18.9164 4.73872C19.2707 4.5919 19.678 4.67354 19.9492 4.94528L31.8055 16.8281C32.1759 17.1993 32.1759 17.8006 31.8055 18.1718L19.9492 30.0546C19.678 30.3264 19.2707 30.408 18.9164 30.2612C18.5619 30.1141 18.3305 29.7672 18.3305 29.3828V22.4387C13.7124 21.6131 9.13398 22.712 4.96085 26.6708L4.53592 27.0839C4.24601 27.3745 3.8029 27.4459 3.43713 27.2603C3.07127 27.0745 2.86531 26.6733 2.92767 26.267C3.54132 22.2699 5.08744 18.4964 7.78946 15.7883C10.3297 13.2424 13.8269 11.7058 18.3305 11.7605V5.61717C18.3305 5.23267 18.5619 4.88586 18.9164 4.73872ZM20.227 12.7468C20.227 13.0092 20.1191 13.2599 19.9283 13.4396C19.7375 13.6193 19.481 13.7124 19.2197 13.6961C14.7274 13.4147 11.4426 14.8146 9.13025 17.1321C7.38681 18.8794 6.15416 21.1911 5.40315 23.7999C9.81656 20.4349 14.6591 19.6558 19.4849 20.7306C19.9187 20.8273 20.227 21.2135 20.227 21.6589V27.0886L29.7943 17.5L20.227 7.91133V12.7468Z' fill='black'/%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.news-flash-special-mobile-component {
  display: flex;
  flex-direction: column;
}
.news-flash-special-mobile-component .news-flash-special-mobile-tab {
  height: 7.8125vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.34375vw;
  background-color: #DE1A1A;
  position: sticky;
  top: 12.5vw;
  z-index: 1;
}
.news-flash-special-mobile-component .news-flash-special-mobile-tab .tab-title-container {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-tab .tab-title-container .tab-icon {
  width: 4.6875vw;
  height: 4.6875vw;
  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='M15.8163 3.81355C15.8163 3.36424 15.4508 3 15 3C14.5492 3 14.1837 3.36424 14.1837 3.81355V6.09882C12.6441 6.28056 11.2009 6.97263 10.0936 8.07624C8.79231 9.37309 8.06127 11.132 8.06127 12.966C8.06127 16.4055 7.32285 18.5569 6.63034 19.8222C6.28296 20.4569 5.94269 20.8769 5.70209 21.13C5.58157 21.2567 5.48551 21.3422 5.42532 21.3922C5.39522 21.4172 5.37407 21.4334 5.3633 21.4413L5.35571 21.4469C5.06193 21.647 4.93176 22.0142 5.03509 22.3543C5.13933 22.6974 5.45666 22.9321 5.81638 22.9321H24.1836C24.5433 22.9321 24.8607 22.6974 24.9649 22.3543C25.0682 22.0141 24.9381 21.647 24.6443 21.4469L24.6367 21.4413C24.6259 21.4334 24.6048 21.4172 24.5747 21.3922C24.5145 21.3422 24.4184 21.2567 24.2979 21.13C24.0573 20.8769 23.717 20.4569 23.3697 19.8222C22.6772 18.5569 21.9387 16.4055 21.9387 12.966C21.9387 11.132 21.2077 9.37309 19.9064 8.07624C18.7991 6.97263 17.3559 6.28056 15.8163 6.09882V3.81355ZM21.9364 20.6013C22.0791 20.8621 22.2226 21.096 22.3631 21.305H7.63693C7.77737 21.096 7.92092 20.8621 8.06363 20.6013C8.90173 19.07 9.69391 16.6452 9.69391 12.966C9.69391 11.5635 10.2529 10.2185 11.248 9.22678C12.2431 8.23507 13.5927 7.67793 15 7.67793C16.4073 7.67793 17.7569 8.23507 18.752 9.22678C19.7471 10.2185 20.3061 11.5635 20.3061 12.966C20.3061 16.6452 21.0983 19.07 21.9364 20.6013Z' fill='white'/%3E %3Cpath d='M12.6685 23.788C12.4665 23.3864 11.976 23.2239 11.5729 23.4252C11.1698 23.6266 11.0069 24.1154 11.2089 24.5171C11.5786 25.2522 12.1166 25.8773 12.7807 26.3185C13.4462 26.7607 14.2118 27 14.9999 27C15.7879 27 16.5536 26.7607 17.219 26.3185C17.8831 25.8773 18.4212 25.2522 18.7909 24.5171C18.9929 24.1154 18.8299 23.6266 18.4268 23.4252C18.0238 23.2239 17.5333 23.3864 17.3313 23.788C17.0788 24.2901 16.7238 24.692 16.3134 24.9647C15.9044 25.2365 15.4518 25.3729 14.9999 25.3729C14.548 25.3729 14.0954 25.2365 13.6863 24.9647C13.2759 24.692 12.921 24.2901 12.6685 23.788Z' fill='white'/%3E %3Cpath d='M15.7348 4.73469C15.7348 4.32893 15.4058 4 15.0001 4C14.5943 4 14.2654 4.32893 14.2654 4.73469V6.79845C12.8797 6.96257 11.5809 7.58755 10.5842 8.58419C9.4131 9.75534 8.75516 11.3438 8.75516 13C8.75516 16.106 8.09058 18.0489 7.46732 19.1916C7.15467 19.7647 6.84843 20.144 6.63188 20.3726C6.52342 20.4871 6.43696 20.5643 6.38279 20.6094C6.3557 20.632 6.33667 20.6466 6.32697 20.6538L6.32014 20.6588C6.05574 20.8395 5.93859 21.1711 6.03158 21.4782C6.1254 21.7881 6.411 22 6.73475 22H23.2654C23.5891 22 23.8747 21.7881 23.9685 21.4782C24.0615 21.1711 23.9444 20.8395 23.68 20.6588L23.6731 20.6538C23.6635 20.6466 23.6444 20.632 23.6173 20.6094C23.5632 20.5643 23.4767 20.4871 23.3682 20.3726C23.1517 20.144 22.8454 19.7647 22.5328 19.1916C21.9095 18.0489 21.245 16.106 21.245 13C21.245 11.3438 20.587 9.75534 19.4159 8.58419C18.4192 7.58755 17.1204 6.96257 15.7348 6.79845V4.73469Z' fill='white'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.news-flash-special-mobile-component .news-flash-special-mobile-tab .tab-title-container .tab-title {
  color: #fff;
  font-size: 2.8125vw;
  font-weight: 500;
}
.font-moses .news-flash-special-mobile-component .news-flash-special-mobile-tab .tab-title-container .tab-title {
  font-size: 4.0625vw;
  font-weight: 670;
  line-height: 4.375vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-tab .tab-btn {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
  color: #fff;
  text-decoration: none;
}
.news-flash-special-mobile-component .news-flash-special-mobile-tab .tab-btn .btn-title {
  font-size: 3.125vw;
  font-weight: 500;
}
.font-moses .news-flash-special-mobile-component .news-flash-special-mobile-tab .tab-btn .btn-title {
  font-size: 3.125vw;
  font-weight: 500;
  line-height: 2.1875vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-tab .tab-btn .btn-arrow {
  width: 3.90625vw;
  height: 3.90625vw;
  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");
}
.news-flash-special-mobile-component .btn-arrow {
  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='M12.4737 3.53056C12.2144 3.26914 11.7923 3.2674 11.5309 3.52668L5.5677 9.44097C5.27214 9.7341 5.24012 10.2342 5.56566 10.5571L11.5309 16.4734C11.7923 16.7326 12.2144 16.7309 12.4737 16.4695C12.7329 16.2081 12.7312 15.786 12.4698 15.5267L6.89745 10L12.4698 4.47336C12.7312 4.21409 12.7329 3.79198 12.4737 3.53056Z' fill='white'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.news-flash-special-mobile-slot-list-wrapper {
  background-color: #F8F8F8;
  padding: 3.125vw 1.5625vw;
}
.news-flash-special-mobile-slot-list-wrapper .newTickerLoader {
  width: 7.96875vw;
  height: 7.96875vw;
  margin-top: -1.09375vw;
  margin-right: -0.46875vw;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list {
  display: flex;
  flex-direction: column;
  gap: 2.1875vw;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 2.34375vw 1.5625vw;
  background-color: #fff;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.now {
  background-color: #FFDCDC;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.now .dateView {
  font-weight: bold !important;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.open .slotInfo .slotInfoText .slotTitle {
  line-clamp: unset !important;
  -webkit-line-clamp: unset !important;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotInfo {
  display: flex;
  gap: 1.5625vw;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotInfo .roof-sequence-indication {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotInfo .roof-sequence-indication .dot {
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #de1a1a;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotInfo .roof-sequence-indication .roof-connector-line {
  width: 0.3125vw;
  height: 100%;
  background-color: #de1a1a;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotInfo .image-container {
  width: 23.4375vw;
  height: 18.4375vw;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotInfo .image-container .posterImage {
  width: 23.4375vw;
  height: 18.4375vw;
  object-fit: cover;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotInfo .image-container .video-icon {
  width: 4.6875vw;
  height: 4.6875vw;
  position: absolute;
  bottom: 1.5625vw;
  right: 1.5625vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Ccircle cx='15' cy='15' r='15' transform='matrix(-1 0 0 1 30 0)' fill='%23DE1A1A'/%3E %3Cpath d='M22.2596 14.5681C22.5904 14.7611 22.5904 15.239 22.2596 15.4319L11.7519 21.5614C11.4186 21.7558 11 21.5154 11 21.1295L11 8.87052C11 8.48462 11.4186 8.24419 11.7519 8.43863L22.2596 14.5681Z' fill='white'/%3E %3C/svg%3E");
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotInfo .image-container .expand-image-icon {
  width: 4.6875vw;
  height: 4.6875vw;
  position: absolute;
  bottom: 1.5625vw;
  right: 1.5625vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Ccircle cx='15' cy='15' r='15' transform='matrix(-1 0 0 1 30 0)' fill='%23DE1A1A'/%3E %3Cpath d='M22.4668 21.9917C22.433 22.0999 22.3732 22.2017 22.2875 22.2874C22.1474 22.4274 21.9644 22.4983 21.7809 22.5L21.7742 22.5H16.9923C16.5914 22.5 16.2665 22.175 16.2665 21.7742C16.2665 21.3734 16.5914 21.0484 16.9923 21.0484H20.022L15.6821 16.7087C15.3987 16.4252 15.3987 15.9657 15.6821 15.6822C15.9656 15.3988 16.4252 15.3988 16.7086 15.6822L21.0484 20.0219V16.9924C21.0484 16.5916 21.3733 16.2666 21.7742 16.2666C22.175 16.2666 22.5 16.5916 22.5 16.9924V21.7742C22.5 21.8077 22.4977 21.8407 22.4933 21.873L22.4668 21.9917Z' fill='white'/%3E %3Cpath d='M8.22582 13.7337C8.62667 13.7337 8.95163 13.4087 8.95163 13.0079V9.97804L13.2914 14.3178C13.5749 14.6012 14.0345 14.6012 14.3179 14.3178C14.6014 14.0343 14.6014 13.5748 14.3179 13.2913L9.97837 8.95189H13.0077C13.4086 8.95189 13.7335 8.62694 13.7335 8.22609C13.7335 7.82524 13.4086 7.50028 13.0077 7.50028H8.24618C8.0537 7.49491 7.85949 7.56568 7.71259 7.71258C7.61282 7.81235 7.54817 7.93393 7.51863 8.06197C7.51185 8.0913 7.50685 8.12131 7.50375 8.15188C7.50127 8.17628 7.5 8.20103 7.5 8.22609V13.0079C7.5 13.4087 7.82496 13.7337 8.22582 13.7337Z' fill='white'/%3E %3C/svg%3E");
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotInfo .slotInfoText .roofTitle {
  width: fit-content;
  color: #de1a1a;
  font-size: 3.125vw;
  font-weight: 500;
  margin-bottom: 0.78125vw;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-moses .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotInfo .slotInfoText .roofTitle {
  font-size: 3.125vw;
  font-weight: 670;
  line-height: 2.8125vw;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotInfo .slotInfoText:has(.roofTitle) .slotTitle {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotInfo .slotInfoText .slotTitle {
  font-size: 3.90625vw;
  font-weight: 500;
  line-height: 4.6875vw;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotInfo .slotInfoText .dateView {
  margin-top: 0.78125vw;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .dateView {
  color: #78787b;
  font-size: 2.8125vw;
  font-weight: 500;
}
.font-moses .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .dateView {
  font-size: 2.96875vw;
  font-weight: 500;
  line-height: 4.21875vw;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .dateView .DateDisplay {
  color: #78787b;
  font-size: 2.8125vw;
}
.font-moses .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .dateView .DateDisplay {
  font-size: 2.96875vw;
  font-weight: 500;
  line-height: 4.21875vw;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotContent {
  max-height: 0;
  display: flex;
  flex-direction: column;
  gap: 2.34375vw;
  position: relative;
  margin-top: 0;
  overflow: hidden;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotContent.show {
  height: auto;
  max-height: 156.25vw;
  margin-top: 2.34375vw;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotContent .slotText {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  font-size: 4.0625vw;
}
.font-moses .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotContent .slotText {
  font-size: 3.59375vw;
  font-weight: 340;
  line-height: 4.6875vw;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotContent .slotText .author {
  color: #78787b;
  font-size: 3.59375vw;
  font-weight: 300;
  line-height: 4.375vw;
}
.font-moses .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotContent .slotText .author {
  font-size: 3.28125vw;
  font-weight: 340;
  line-height: 3.59375vw;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotContent .share-and-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotContent .share-and-more .buttonShare {
  width: 5.46875vw;
  height: 5.46875vw;
  position: absolute;
  left: 0;
  bottom: -0.78125vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E %3Cpath d='M18.9164 4.73872C19.2707 4.5919 19.678 4.67354 19.9492 4.94528L31.8055 16.8281C32.1759 17.1993 32.1759 17.8006 31.8055 18.1718L19.9492 30.0546C19.678 30.3264 19.2707 30.408 18.9164 30.2612C18.5619 30.1141 18.3305 29.7672 18.3305 29.3828V22.4387C13.7124 21.6131 9.13398 22.712 4.96085 26.6708L4.53592 27.0839C4.24601 27.3745 3.8029 27.4459 3.43713 27.2603C3.07127 27.0745 2.86531 26.6733 2.92767 26.267C3.54132 22.2699 5.08744 18.4964 7.78946 15.7883C10.3297 13.2424 13.8269 11.7058 18.3305 11.7605V5.61717C18.3305 5.23267 18.5619 4.88586 18.9164 4.73872ZM20.227 12.7468C20.227 13.0092 20.1191 13.2599 19.9283 13.4396C19.7375 13.6193 19.481 13.7124 19.2197 13.6961C14.7274 13.4147 11.4426 14.8146 9.13025 17.1321C7.38681 18.8794 6.15416 21.1911 5.40315 23.7999C9.81656 20.4349 14.6591 19.6558 19.4849 20.7306C19.9187 20.8273 20.227 21.2135 20.227 21.6589V27.0886L29.7943 17.5L20.227 7.91133V12.7468Z' fill='black'/%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotContent .share-and-more .to-all-flashes-btn {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotContent .share-and-more .to-all-flashes-btn .btn-title {
  font-size: 3.28125vw;
  font-weight: 500;
  line-height: 3.125vw;
}
.news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotContent .share-and-more .to-all-flashes-btn .btn-arrow {
  width: 3.28125vw;
  height: 3.125vw;
  filter: invert(1);
}
.news-flash-special-mobile-slot-list-wrapper .btn-arrow {
  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='M12.4737 3.53056C12.2144 3.26914 11.7923 3.2674 11.5309 3.52668L5.5677 9.44097C5.27214 9.7341 5.24012 10.2342 5.56566 10.5571L11.5309 16.4734C11.7923 16.7326 12.2144 16.7309 12.4737 16.4695C12.7329 16.2081 12.7312 15.786 12.4698 15.5267L6.89745 10L12.4698 4.47336C12.7312 4.21409 12.7329 3.79198 12.4737 3.53056Z' fill='white'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (prefers-color-scheme: dark) {
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper,
  .FlashPageComponenta.flash-special .news-flash-special-mobile-slot-list-wrapper {
    background-color: #1E1E1E !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView,
  .FlashPageComponenta.flash-special .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView {
    background-color: #3F3F3F;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .roofTitle,
  .FlashPageComponenta.flash-special .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .roofTitle {
    color: #DE1A1A !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotTitle,
  .FlashPageComponenta.flash-special .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotTitle,
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotContent,
  .FlashPageComponenta.flash-special .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotContent {
    color: #fff !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .DateDisplay,
  .FlashPageComponenta.flash-special .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .DateDisplay {
    color: #C5C5C5 !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .author,
  .FlashPageComponenta.flash-special .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .author {
    color: #C5C5C5 !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.now,
  .FlashPageComponenta.flash-special .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.now {
    background-color: #F8D1D1 !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.now .slotTitle,
  .FlashPageComponenta.flash-special .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.now .slotTitle,
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.now .slotContent,
  .FlashPageComponenta.flash-special .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.now .slotContent {
    color: #222 !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.now .dateView,
  .FlashPageComponenta.flash-special .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.now .dateView {
    color: #78787B !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .mobile-share-btn,
  .FlashPageComponenta.flash-special .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .mobile-share-btn {
    filter: invert(1) !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .btn-arrow,
  .FlashPageComponenta.flash-special .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .btn-arrow {
    filter: none !important;
  }
}
.shineAnimation {
  background-color: rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 40%, white 50%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.1) 100%);
  background-size: 400% 100%;
  background-position: 100% 50%;
  animation: animation-shine 3.5s 0s infinite;
}
@keyframes animation-shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.MultiStripMobileComponenta {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.MultiStripMobileComponenta .mediaArea[style],
.MultiStripMobileComponenta .mediaArea {
  position: relative;
  z-index: 1;
  height: 100% !important;
  width: 38.28125vw ! important;
  flex-shrink: 0;
}
.MultiStripMobileComponenta .mediaArea[style] .MarketingSign:hover,
.MultiStripMobileComponenta .mediaArea .MarketingSign:hover {
  width: 94.6875vw !important;
}
.MultiStripMobileComponenta .slotView {
  display: flex;
  position: relative;
  height: 21.5625vw;
  width: 94.6875vw;
  margin: 1.09375vw auto;
  overflow: hidden;
}
.MultiStripMobileComponenta .slotView.inEditMode > .textDiv {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}
.MultiStripMobileComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.MultiStripMobileComponenta .slotView .upInfoArea {
  font-size: 3.4375vw;
  font-weight: 300;
  line-height: 4.21875vw;
  margin-bottom: 1.5625vw;
}
.font-moses .MultiStripMobileComponenta .slotView .upInfoArea {
  font-size: 3.0625vw;
  font-weight: 310;
  line-height: 4.375vw;
}
.MultiStripMobileComponenta .slotView .author {
  position: absolute;
  bottom: 2.96875vw;
  font-size: 3.4375vw;
  font-weight: 300;
  line-height: 4.21875vw;
  max-width: calc(100% - 4.6875vw);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-moses .MultiStripMobileComponenta .slotView .author {
  font-size: 3.0625vw;
  font-weight: 310;
  line-height: 4.375vw;
  bottom: 1.5625vw;
}
.MultiStripMobileComponenta .slotView h2.slotTitle {
  font-weight: bold;
  line-height: 5vw;
  font-size: 4.375vw;
  max-width: 100%;
  max-height: 10vw;
  margin-top: 0;
  overflow: hidden;
  letter-spacing: 0.3px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.font-moses .MultiStripMobileComponenta .slotView h2.slotTitle {
  font-size: 3.75vw;
  line-height: 1.1;
  max-height: 10.9375vw;
  font-weight: 500;
}
.MultiStripMobileComponenta .slotView h2.slotTitle span[style] {
  line-height: 5vw;
  color: #fff !important;
  display: block !important;
}
.font-moses .MultiStripMobileComponenta .slotView h2.slotTitle span[style] {
  line-height: 1.1;
}
.MultiStripMobileComponenta .slotView .slotSubTitle {
  display: none;
}
.MultiStripMobileComponenta .slotView > .textDiv {
  margin: 0;
  padding: 2.96875vw 2.65625vw 2.96875vw 2.03125vw;
  overflow: hidden;
  flex-grow: 1;
  position: relative;
}
.MultiStripMobileComponenta .slotView > .textDiv > a {
  text-decoration: none;
}
.MultiStripMobileComponenta .MediaCarousel[style] {
  width: 38.28125vw ! important;
  height: 21.5625vw !important;
}
.MultiStripMobileComponenta .MediaCarousel[style] img[style] {
  width: 100% !important;
}
.MultiStripMobileComponenta .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
}
.MultiStripMobileComponenta .mediaItems .sitePagelightBoxVideoPlayer,
.MultiStripMobileComponenta .mediaItems img {
  height: 100%;
}
.strip-live-component {
  width: 100%;
  height: 21.5625vw;
  display: flex;
  gap: 3.125vw;
}
.strip-live-component span {
  width: 100%;
}
.strip-live-component .strip-live-player-strip {
  width: calc(100% - 4.6875vw);
  height: 100%;
  display: flex;
  margin: 0 2.34375vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='610' height='113' viewBox='0 0 610 113' fill='none'%3E %3Cpath d='M610 0H0V113H610V0Z' fill='url(%23paint0_linear_2135_28309)'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear_2135_28309' x1='8' y1='92' x2='806.5' y2='92' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23004CA2'/%3E %3Cstop offset='0.0537' stop-color='%23004596'/%3E %3Cstop offset='0.2641' stop-color='%23002E6C'/%3E %3Cstop offset='0.469' stop-color='%23001B4B'/%3E %3Cstop offset='0.6643' stop-color='%23000E33'/%3E %3Cstop offset='0.8458' stop-color='%23000625'/%3E %3Cstop offset='1' stop-color='%23000320'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.strip-live-component .strip-live-player-strip .editor-video,
.strip-live-component .strip-live-player-strip > #player {
  width: 38.28125vw;
  height: 21.5625vw;
  flex-shrink: 0;
}
.strip-live-component .strip-live-player-strip #player .fp-logo {
  display: none;
}
.strip-live-component .strip-live-player-strip #player .fp-header {
  min-height: unset;
  padding: 1.5625vw;
}
.strip-live-component .strip-live-player-strip #player .fp-switch {
  margin-top: unset;
}
.strip-live-component .strip-live-player-strip #player .fp-switch .fp-play,
.strip-live-component .strip-live-player-strip #player .fp-switch .fp-pause {
  width: 9.375vw !important;
  height: 9.375vw !important;
}
.strip-live-component .strip-live-player-strip #player.is-touched.is-playing .fp-play {
  width: 0 !important;
  height: 0 !important;
}
.strip-live-component .strip-live-player-strip #player.is-touched.is-paused .fp-pause {
  width: 0 !important;
  height: 0 !important;
}
.strip-live-component .strip-live-player-strip #player .fp-controls .fp-btns,
.strip-live-component .strip-live-player-strip #player .fp-controls .fp-live-status,
.strip-live-component .strip-live-player-strip #player .fp-controls .fp-timeline {
  display: none;
}
.strip-live-component .strip-live-player-strip #player .fp-controls .fp-volume-control {
  position: absolute;
  top: 1.5625vw;
  left: 1.5625vw;
  opacity: 1;
  margin: unset;
}
.strip-live-component .strip-live-player-strip #player .fp-controls .fp-volume-control .fp-volume {
  display: none;
}
.strip-live-component .strip-live-player-strip #player .fp-controls .fp-volume-control .fp-volume-mute-unmute {
  width: 3.75vw;
  height: 3.125vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.strip-live-component .strip-live-player-strip #player .fp-controls .fp-volume-control .fp-volume-mute-unmute[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");
}
.strip-live-component .strip-live-player-strip #player .fp-controls .fp-volume-control .fp-volume-mute-unmute[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");
}
.strip-live-component .strip-live-player-strip #player .fp-controls .fp-volume-control .fp-volume-mute-unmute::after {
  content: none;
}
.strip-live-component .strip-live-player-strip #player .fp-fullscreen {
  width: 3.125vw;
  height: 3.125vw;
  opacity: 1;
  background-size: contain;
  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 %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='full-size' transform='translate(0 -.002)'%3E %3Cpath id='Path_268' d='M.7 6.047a.7.7 0 0 0 .7-.7V2.38l4.479 4.486a.7.7 0 0 0 .985-.985L2.378 1.4h2.971a.7.7 0 1 0 0-1.4H.7a.7.7 0 0 0-.7.7v4.65a.7.7 0 0 0 .7.697z' class='cls-1' data-name='Path 268'/%3E %3Cpath id='Path_269' d='M144.264 138.914a.7.7 0 0 0-.7.7v2.97l-4.624-4.624a.7.7 0 0 0-.985.985l4.624 4.624h-2.97a.7.7 0 0 0 0 1.393h4.652a.7.7 0 0 0 .7-.7v-4.651a.7.7 0 0 0-.697-.697z' class='cls-1' data-name='Path 269' transform='translate(-124.961 -124.957)'/%3E %3Cpath id='Path_270' d='M6.022 137.956L1.4 142.58v-2.97a.7.7 0 1 0-1.393 0v4.652a.7.7 0 0 0 .7.7h4.646a.7.7 0 0 0 0-1.393h-2.97l4.624-4.624a.7.7 0 0 0-.985-.985z' class='cls-1' data-name='Path 270' transform='translate(-.005 -124.957)'/%3E %3Cpath id='Path_271' d='M145.62 0h-4.652a.7.7 0 1 0 0 1.393h2.97l-4.486 4.486a.7.7 0 0 0 .985.985l4.486-4.486V5.35a.7.7 0 1 0 1.393 0V.7a.7.7 0 0 0-.696-.7z' class='cls-1' data-name='Path 271' transform='translate(-126.316)'/%3E %3C/g%3E %3C/svg%3E");
}
.strip-live-component .strip-live-player-strip .live-details {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  position: relative;
  padding: 1.25vw 2.34375vw;
  box-sizing: border-box;
}
.strip-live-component .strip-live-player-strip .live-details img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.strip-live-component .strip-live-player-strip .live-details .live-text {
  width: fit-content;
  padding: 0.625vw 0.78125vw;
  color: #002257 !important;
  background-color: #fff;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.strip-live-component .strip-live-player-strip .live-details .program-title {
  color: #FFF;
  text-shadow: 0 0.625vw 1.09375vw rgba(0, 0, 0, 0.6);
  font-size: 3.75vw;
  font-weight: 700;
  line-height: 5.3125vw;
}
.TopStoryMobileComponenta {
  display: flex;
  flex-direction: column;
}
.TopStoryMobileComponenta .videoMediaContainer[style] {
  width: 100% !important;
  height: auto !important;
}
.TopStoryMobileComponenta .labelText[style] {
  color: white;
  background-color: #ed1c24;
  font-size: 5.3125vw;
  font-weight: bold;
  padding: 0.625vw 1.875vw;
  width: auto;
  position: absolute;
  letter-spacing: 1px;
  pointer-events: none;
}
.TopStoryMobileComponenta .labelText[style].mediaItemLabel {
  z-index: 2;
  color: #fff;
  height: 5vw;
  background: #000;
  font-size: 3.59375vw !important;
  border-right: 0.78125vw solid #ed1c24;
  display: flex;
  align-items: center;
  padding: 0 1.5625vw !important;
  font-weight: normal;
  max-width: calc(100% - 6.25vw);
  width: auto;
  overflow: hidden;
  line-height: 5vw;
  flex-wrap: wrap;
  letter-spacing: normal;
  box-sizing: border-box;
}
.TopStoryMobileComponenta .labelText[style].mediaItemLabel.top {
  top: 3.125vw !important;
}
.TopStoryMobileComponenta .labelText[style].mediaItemLabel.bottom {
  bottom: 3.125vw !important;
}
.TopStoryMobileComponenta .labelText[style].mediaItemLabel.left {
  left: 3.125vw !important;
}
.TopStoryMobileComponenta .labelText[style].mediaItemLabel.right {
  right: 3.125vw !important;
}
.TopStoryMobileComponenta .labelText[style].mediaItemLabel span {
  height: 100%;
  overflow: hidden;
  line-height: 5vw;
}
.font-moses .TopStoryMobileComponenta .labelText[style].mediaItemLabel {
  font-size: 3.59375vw ! important;
  font-family: "Moses", "NarkisBlock" !important;
  font-weight: 340;
}
.font-moses .TopStoryMobileComponenta .labelText[style] {
  font-size: 4.6875vw ! important;
  font-family: "MosesDisplay" !important;
}
.TopStoryMobileComponenta .labelText[style].top {
  top: 4.21875vw !important;
}
.TopStoryMobileComponenta .labelText[style].bottom {
  bottom: 4.21875vw !important;
}
.TopStoryMobileComponenta .labelText[style].left {
  left: 4.21875vw !important;
}
.TopStoryMobileComponenta .labelText[style].right {
  right: 4.21875vw !important;
}
.TopStoryMobileComponenta .galleryView .videoIcon {
  bottom: 9.375vw !important;
}
.TopStoryMobileComponenta .galleryView .labelText.bottom {
  bottom: 13.59375vw !important;
}
.TopStoryMobileComponenta .videoIcon {
  left: 2.34375vw !important;
  bottom: 2.34375vw !important;
}
.TopStoryMobileComponenta.one .mediaArea {
  position: relative;
}
.TopStoryMobileComponenta .mediaArea .slick-slider {
  padding-bottom: 5.3125vw !important;
  overflow: unset !important;
  height: auto;
}
.TopStoryMobileComponenta .mediaArea .slick-slider .slick-slide {
  height: fit-content;
}
.TopStoryMobileComponenta .mediaArea .slick-dots {
  width: 100% !important;
  height: 5.3125vw !important;
  bottom: 0px !important;
  background-color: #000;
  flex-direction: row !important;
  left: 0 ! important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.TopStoryMobileComponenta.basic .mediaArea[style],
.TopStoryMobileComponenta.basic .MediaCarousel[style] {
  width: 100vw !important;
  height: auto ! important;
  position: relative;
  min-height: 56.25vw;
}
.TopStoryMobileComponenta.basic .mediaArea[style] .havakIcon.onImage_big,
.TopStoryMobileComponenta.basic .MediaCarousel[style] .havakIcon.onImage_big {
  position: absolute !important;
  right: 0.46875vw !important;
  top: 2.5vw !important;
}
.TopStoryMobileComponenta.basic .mediaArea[style] .mediaItems,
.TopStoryMobileComponenta.basic .MediaCarousel[style] .mediaItems {
  width: 100%;
  height: 100%;
}
.TopStoryMobileComponenta.basic .mediaArea[style] .mediaItems img.SiteImageMedia[style],
.TopStoryMobileComponenta.basic .MediaCarousel[style] .mediaItems img.SiteImageMedia[style] {
  width: 100% !important;
  height: 100%;
}
.TopStoryMobileComponenta.special {
  background: #000;
  margin-bottom: 4.6875vw !important;
}
.TopStoryMobileComponenta.special .slotView .textDiv {
  border-right: 1.09375vw solid #ff0200 !important;
  box-sizing: border-box;
}
.TopStoryMobileComponenta.special .mediaArea[style],
.TopStoryMobileComponenta.special .MediaCarousel[style] {
  width: 100vw !important;
  height: auto ! important;
  position: relative;
}
.TopStoryMobileComponenta.special .mediaArea[style] .mediaItems,
.TopStoryMobileComponenta.special .MediaCarousel[style] .mediaItems {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.TopStoryMobileComponenta.special .mediaArea[style] .mediaItems > span,
.TopStoryMobileComponenta.special .MediaCarousel[style] .mediaItems > span {
  display: flex;
}
.TopStoryMobileComponenta.special .mediaArea[style] .mediaItems img.SiteImageMedia[style],
.TopStoryMobileComponenta.special .MediaCarousel[style] .mediaItems img.SiteImageMedia[style] {
  width: 100% !important;
  height: auto;
  min-height: 100%;
}
.TopStoryMobileComponenta.special .havakIcon.onImage_big {
  position: absolute !important;
  right: 0.78125vw !important;
  top: 3.75vw !important;
}
.TopStoryMobileComponenta .slotView {
  display: flex;
  flex-direction: column;
}
.TopStoryMobileComponenta .slotView .textDiv {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.TopStoryMobileComponenta .slotView .textDiv > a {
  display: flex;
  flex-direction: column;
  padding: 3.125vw 4.6875vw;
  box-sizing: border-box;
  letter-spacing: 0.3px;
}
.TopStoryMobileComponenta .slotView .textDiv a,
.TopStoryMobileComponenta .slotView .textDiv a:hover,
.TopStoryMobileComponenta .slotView .textDiv a * {
  text-decoration: none;
}
.TopStoryMobileComponenta .slotView .textDiv .slotTitle {
  font-size: 7.03125vw ! important;
  font-weight: 800;
  line-height: 7.96875vw ! important;
  margin-bottom: 3.125vw !important;
  max-height: 31.875vw !important;
  height: auto;
  overflow: hidden;
}
.font-moses .TopStoryMobileComponenta .slotView .textDiv .slotTitle {
  font-size: 7.03125vw ! important;
  line-height: 1.2 ! important;
  max-height: 33.75vw !important;
  font-family: "MosesDisplay" !important;
}
.TopStoryMobileComponenta .slotView .textDiv .slotSubTitle {
  font-size: 4.53125vw !important;
  line-height: 5.78125vw !important;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.font-moses .TopStoryMobileComponenta .slotView .textDiv .slotSubTitle {
  font-size: 4.375vw ! important;
  font-weight: 310;
  line-height: 1.2 ! important;
  letter-spacing: normal;
  -webkit-line-clamp: 4;
}
.TopStoryMobileComponenta .slotView .textDiv .author {
  font-size: 3.4375vw;
  font-weight: 500 !important;
  color: #949494;
  margin-top: 2.65625vw;
}
.font-moses .TopStoryMobileComponenta .slotView .textDiv .author {
  font-size: 3.28125vw ! important;
  font-weight: 310 !important;
  line-height: 4.21875vw ! important;
}
.TopStoryMobileAuto.ltrSite {
  display: flex;
  flex-direction: column;
  direction: ltr;
}
.TopStoryMobileAuto.ltrSite a,
.TopStoryMobileAuto.ltrSite a:hover {
  text-decoration: none;
}
.TopStoryMobileAuto.ltrSite > a {
  color: unset;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoStrips {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.09375vw;
  direction: ltr;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoStrips .slotView {
  display: flex;
  position: relative;
  height: 21.5625vw;
  width: 94.6875vw;
  margin: 1.09375vw auto;
  overflow: hidden;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoStrips .slotView .mediaArea {
  position: relative;
  z-index: 1;
  height: 100% !important;
  width: 38.28125vw ! important;
  flex-shrink: 0;
  order: 1;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoStrips .slotView .mediaArea img {
  position: relative;
  width: 100%;
  height: 100%;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoStrips .slotView .textDiv {
  margin: 0;
  padding: 2.34375vw 2.96875vw;
  overflow: hidden;
  flex-grow: 1;
  position: relative;
  order: 2;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoStrips .slotView .textDiv a {
  line-height: 5.15625vw;
  color: #fff !important;
  text-decoration: none;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoStrips .slotView .textDiv.longTitle {
  padding-top: 0.78125vw;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoStrips .slotView .textDiv.longTitle .slotTitle {
  max-height: unset !important;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoStrips .slotView .textDiv.longTitle .slotTitle span {
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  line-height: 4.375vw;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoStrips .slotView h1.slotTitle {
  font-weight: bold;
  line-height: 5.15625vw;
  font-size: 4.0625vw;
  max-width: 100%;
  max-height: 10.3125vw;
  margin-top: 0;
  overflow: hidden;
  letter-spacing: -0.6px;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoStrips .slotView .slotSubTitle {
  display: none;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoStrips .slotView .author {
  position: absolute;
  bottom: 2.96875vw;
  font-size: 3.4375vw;
  font-weight: 300;
  line-height: 4.21875vw;
  max-width: calc(100% - 4.6875vw);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoMain {
  display: flex;
  flex-direction: column;
  margin-bottom: 6.25vw !important;
  direction: ltr;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoMain h1 {
  margin: 0 !important;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoMain .slotView {
  display: flex;
  flex-direction: column;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoMain .slotView .topStoryDate {
  display: none;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoMain .slotView.inEditMode:hover {
  cursor: inherit;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoMain .slotView .author {
  font-size: 2.34375vw;
  line-height: 2.5vw;
  max-width: 46.875vw;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  color: #78787b;
}
.font-moses .TopStoryMobileAuto.ltrSite .TopStoryAutoMain .slotView .author {
  font-size: 2.03125vw;
  font-weight: 340;
  letter-spacing: 0.13px;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoMain .slotView .textDiv {
  position: relative;
  order: 2;
  padding: 2.65625vw 5.15625vw 3.90625vw;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoMain .slotView .textDiv > a {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  letter-spacing: 0.3px;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoMain .slotView .textDiv > a .author {
  font-size: 3.28125vw ! important;
  font-weight: 340 !important;
  line-height: 4.21875vw! important;
  margin-top: 2.8125vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #78787b !important;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoMain .textDiv {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoMain .textDiv:hover {
  color: #000;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoMain .textDiv .slotTitle {
  font-size: 6.5625vw ! important;
  font-weight: 900;
  line-height: 7.03125vw! important;
  margin-bottom: 1.875vw !important;
  max-height: 28.90625vw !important;
  height: auto;
  overflow: hidden;
  color: #000;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoMain .textDiv .slotSubTitle {
  font-size: 4.6875vw !important;
  line-height: 5.78125vw !important;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  letter-spacing: -0.38px;
  color: #000;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoMain .mediaArea {
  width: 100vw !important;
  min-height: 56.25vw;
  position: relative;
  height: auto ! important;
  flex-shrink: 0;
  order: 1;
}
.TopStoryMobileAuto.ltrSite .TopStoryAutoMain .mediaArea img {
  width: 100% !important;
  height: 100%;
}
.TopStoryMobileComponenta.Multi.basic.moreArticle {
  margin-bottom: 3.125vw;
}
.TopStoryMobileComponenta.Multi.basic.moreArticle.blogs > a .author,
.TopStoryMobileComponenta.Multi.basic.moreArticle.blogs > a .slotTitle {
  margin-bottom: 1.25vw;
}
.TopStoryMobileComponenta.Multi.basic .textDiv {
  padding: 3.75vw 3.75vw 0;
  box-sizing: border-box;
}
.TopStoryMobileComponenta.Multi.basic .textDiv .slotSubTitle {
  font-size: 4.21875vw !important;
  line-height: 1.52 !important;
  font-weight: 340;
  margin-bottom: 3.125vw;
}
.TopStoryMobileComponenta.Multi.basic .textDiv .slotTitle {
  font-size: 6.40625vw !important;
  line-height: 7.96875vw !important;
  font-weight: 850 !important;
  margin-bottom: 3.125vw !important;
  max-height: 33vw !important;
}
.TopStoryMobileComponenta.Multi.basic .textDiv > a {
  padding: 0 !important;
}
.TopStoryMobileComponenta.Multi.basic .textDiv > a .author {
  margin-top: 0;
  margin-bottom: 3.4375vw;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.articles {
  margin-top: 3.125vw;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.articles a,
.TopStoryMobileComponenta.Multi.basic .BottomList.articles a * {
  color: #000;
}
.TopStoryMobileComponenta.Multi.basic .BottomList {
  display: flex;
  flex-direction: column;
  font-size: 4.0625vw;
}
.TopStoryMobileComponenta.Multi.basic .BottomList .TopStoryBottomItem > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.blogs {
  padding-right: 3.125vw;
  position: relative;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.blogs .TopStoryBottomItem {
  position: relative;
  margin-bottom: 1.5625vw;
  display: flex;
  color: #000;
  height: 11.5625vw;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.blogs .TopStoryBottomItem::before {
  width: 1px;
  height: 7.8125vw;
  background-color: #d9d9d9;
  top: 3.28125vw;
  right: -3.20312vw;
  content: "";
  position: absolute;
  z-index: 1;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.blogs .TopStoryBottomItem::after {
  width: 1.71875vw;
  height: 1.71875vw;
  background-color: #979797;
  position: absolute;
  right: -3.98437vw;
  top: 1.5625vw;
  border-radius: 50%;
  z-index: 2;
  content: "";
  box-sizing: border-box;
}
.TopStoryMobileComponenta.Multi.basic .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: 1.5625vw;
  right: -4.6875vw;
  border-radius: 50%;
  width: 3.28125vw;
  height: 3.28125vw;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  content: "";
  position: absolute;
  z-index: 2;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.blogs > :first-child .TopStoryBottomItem::before {
  width: 1px;
  height: 7.1875vw;
  background-color: #d9d9d9;
  top: 5vw;
  right: -3.20312vw;
  content: "";
  position: absolute;
  z-index: 1;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.blogs .TopStoryBottomItem > span {
  line-height: 5.9375vw;
  -webkit-line-clamp: 2;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.articles {
  border-top: 1px solid #979797;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.articles > div {
  position: relative;
  width: 100%;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.articles > div > div {
  width: 100%;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.articles .TopStoryBottomItem {
  height: 11.875vw;
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
  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='Frame 209'%3E %3Crect width='30' height='30' rx='15' fill='%231E1E1E'/%3E %3Cpath id='Vector 32' d='M16.6304 10.21L11.8404 15L16.6304 19.7901' stroke='white' stroke-width='2.11494' stroke-linecap='square'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px center;
  background-size: 4.6875vw 4.6875vw;
  background-repeat: no-repeat;
  border-bottom: 1px solid #979797;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.articles .TopStoryBottomItem > span {
  margin-left: 6.25vw;
  line-height: 6.40625vw;
  -webkit-line-clamp: 1;
}
.TopStoryMobileComponenta.Multi.basic.blogItems .slotSubTitle {
  display: none;
}
.TopStoryMobileComponenta.Multi.basic.dark {
  background-color: #1e1e1e;
  color: #fff;
}
.TopStoryMobileComponenta.Multi.basic.dark .textDiv .slotTitle[style],
.TopStoryMobileComponenta.Multi.basic.dark .textDiv .slotSubTitle[style],
.TopStoryMobileComponenta.Multi.basic.dark .textDiv .slotTitle *[style],
.TopStoryMobileComponenta.Multi.basic.dark .textDiv .slotSubTitle *[style] {
  color: #fff !important;
}
.TopStoryMobileComponenta.Multi.basic.dark .textDiv .author {
  color: #d8d8d8;
}
.TopStoryMobileComponenta.Multi.basic.dark .TopStoryBottomItem {
  color: #fff !important;
}
.TopStoryMobileComponenta.Multi.basic.dark .BottomList.articles {
  padding-right: 1.5625vw;
}
.TopStoryMobileComponenta.Multi.basic.dark .BottomList.articles .TopStoryBottomItem {
  height: 11.875vw;
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  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='Frame 211'%3E %3Crect width='30' height='30' rx='15' fill='white'/%3E %3Cpath id='Vector 32' d='M16.6304 10.21L11.8404 15L16.6304 19.7901' stroke='%231E1E1E' stroke-width='2.11494' stroke-linecap='square'/%3E %3C/g%3E %3C/svg%3E");
}
.TopStoryMobileComponenta.Multi.basic.dark .BottomList.articles a,
.TopStoryMobileComponenta.Multi.basic.dark .BottomList.articles a * {
  color: #fff !important;
}
.TopStoryMobileComponenta.Multi.basic.dark .BottomList.blogs > :first-child .TopStoryBottomItem::after {
  background-color: transparent;
}
.TopStoryMobileComponenta.Multi.basic.dark .BottomList.blogs .TopStoryBottomItem::after,
.TopStoryMobileComponenta.Multi.basic.dark .BottomList.blogs .TopStoryBottomItem::before {
  background-color: #fff;
}
.TopStoryMobileComponenta.Multi.basic.dark .roofTitle .blinkdot {
  color: #fff;
}
.TopStoryMobileComponenta.Multi.basic .roofTitle {
  line-height: 5.46875vw;
  font-weight: 500;
  margin-bottom: 1.875vw;
  display: flex;
}
.TopStoryMobileComponenta.Multi.basic .roofTitle .redlabel {
  font-size: 3.90625vw;
  background: #de1a1a;
  color: #fff !important;
  width: fit-content;
  height: 5.46875vw;
  padding: 0 1.71875vw;
}
.TopStoryMobileComponenta.Multi.basic .roofTitle .blinkdot {
  color: #de1a1a;
}
.TopStoryMobileComponenta.Multi.basic .roofTitle .blinkdot {
  font-size: 3.90625vw;
  position: relative;
}
.TopStoryMobileComponenta.Multi.basic .roofTitle .BlinkDot {
  width: 5.3125vw;
  height: 5.3125vw;
  display: flex;
  position: relative;
  margin-left: 0.9375vw;
  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;
}
.TopStoryMobileComponenta.Multi.basic .mediaArea .slick-slider .slick-dots {
  border-right: unset !important;
}
@keyframes blink {
  from,
  to {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  from,
  to {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  .TopStoryMobileComponenta.Multi.basic.light,
  .TopStoryMobileComponenta.Multi.basic {
    background: 1E1E1E;
  }
  .TopStoryMobileComponenta.Multi.basic.light .roofTitle .blinkdot,
  .TopStoryMobileComponenta.Multi.basic .roofTitle .blinkdot {
    color: #fff !important;
  }
  .TopStoryMobileComponenta.Multi.basic.light .BottomList.articles .TopStoryBottomItem,
  .TopStoryMobileComponenta.Multi.basic .BottomList.articles .TopStoryBottomItem {
    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='Frame 211'%3E %3Crect width='30' height='30' rx='15' fill='white'/%3E %3Cpath id='Vector 32' d='M16.6304 10.21L11.8404 15L16.6304 19.7901' stroke='%231E1E1E' stroke-width='2.11494' stroke-linecap='square'/%3E %3C/g%3E %3C/svg%3E");
  }
  .TopStoryMobileComponenta.Multi.basic.light .BottomList.blogs > :first-child .TopStoryBottomItem::after,
  .TopStoryMobileComponenta.Multi.basic .BottomList.blogs > :first-child .TopStoryBottomItem::after {
    background-color: transparent;
  }
  .TopStoryMobileComponenta.Multi.basic.light .BottomList.blogs .TopStoryBottomItem::after,
  .TopStoryMobileComponenta.Multi.basic .BottomList.blogs .TopStoryBottomItem::after,
  .TopStoryMobileComponenta.Multi.basic.light .BottomList.blogs .TopStoryBottomItem::before,
  .TopStoryMobileComponenta.Multi.basic .BottomList.blogs .TopStoryBottomItem::before {
    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: 7.8125vw;
  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: 1.5625vw;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  border-radius: 1.25vw;
  font-size: 2.5vw;
}
.g-input-element.full-width {
  width: 100%;
}
.g-listItem {
  display: inline-flex;
}
.g-fieldDisplay-in-header-comp {
  border: 1px solid #e0e0e0;
  border-radius: 1.25vw;
}
@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: 15.625vw auto;
  width: 6.25vw;
  height: 6.25vw;
  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: 3.125vw;
}
.twentyFourSeven1280Componenta.ltr {
  direction: ltr;
}
.twentyFourSeven1280Componenta.ltr .videoIcon {
  right: 0.78125vw !important;
  left: unset !important;
}
.twentyFourSeven1280Componenta.ltr .slotItem .slotTitle span {
  width: 56.25vw !important;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-wrap: break-word;
}
.twentyFourSeven1280Componenta.ltr .slotItem .moreDetails {
  width: 54.6875vw !important;
  margin: 0 0.78125vw 0 0 !important;
}
.twentyFourSeven1280Componenta .TabComponenta {
  padding: 2.34375vw 2.34375vw 0;
  line-height: 4.6875vw;
  font-size: 4.53125vw;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.twentyFourSeven1280Componenta .slotList {
  display: flex;
  flex-direction: column;
}
.twentyFourSeven1280Componenta .slotList > div {
  margin-bottom: 4.6875vw;
}
.twentyFourSeven1280Componenta .slotList .mainTab {
  width: 100%;
  height: 8.59375vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 4.6875vw;
  font-size: 4.6875vw;
  font-weight: bold;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  z-index: 1;
}
.twentyFourSeven1280Componenta .slotList .slotItem {
  display: flex;
  margin-inline-start: 4.6875vw;
  margin-inline-end: 4.6875vw;
}
.twentyFourSeven1280Componenta .slotList .slotItem .mediaArea {
  margin-inline-end: 4.6875vw;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  position: relative;
}
.twentyFourSeven1280Componenta .slotList .slotItem .mediaArea .MediaCarousel {
  width: 36.875vw !important;
  height: 20.625vw !important;
}
.twentyFourSeven1280Componenta .slotList .slotItem .mediaArea .MediaCarousel img {
  width: 36.875vw !important;
  height: 20.625vw !important;
  object-fit: cover;
}
.twentyFourSeven1280Componenta .slotList .slotItem .mediaArea .videoIcon {
  position: absolute;
  bottom: 0.78125vw;
  left: 0.78125vw;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .slotTitle,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .slotTitle {
  font-size: 3.75vw;
  margin: 0;
  padding: 0;
  margin-bottom: 0.46875vw;
  max-height: 14.0625vw;
  line-height: 4.84375vw;
  font-weight: bold;
  overflow: hidden;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails {
  font-size: 3.28125vw;
  line-height: 4.375vw;
  margin: 0 0 0 0.78125vw;
  color: #78787b;
  align-items: center;
  justify-content: inherit;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails .dateView,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails .dateView {
  margin: 0 0 0 0.78125vw;
  white-space: nowrap;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails .categoryView,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails .categoryView {
  width: fit-content;
  max-width: 40.15625vw;
  min-width: 7.8125vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails .author,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails .author {
  width: fit-content;
  max-width: 40.15625vw;
  min-width: 7.8125vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails .separator,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails .separator {
  margin: 0 0.46875vw;
}
.twentyFourSeven1280Componenta .ButtonAndLoaderContainer {
  display: flex;
  justify-content: center;
  height: 7.8125vw;
  padding: 6.25vw 0;
}
.twentyFourSeven1280Componenta .loadMoreButton {
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size: 3.75vw;
  color: #fff;
  align-items: center;
  width: 90.3125vw;
  height: 11.5625vw;
}
body:has(.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay) {
  overflow: hidden;
}
.videoGalleryVerticalMutamComponenta {
  background-color: #000;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab {
  background-color: #000;
  color: #fff;
  font-size: 4.0625vw;
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  height: 6.5625vw;
  font-weight: bold;
  padding: 0.625vw 0;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .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: 4.6875vw;
  height: 4.6875vw;
  margin: 0 2.1875vw 0 1.09375vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .moreButton {
  color: #fff;
  background-color: #000;
  font-size: 4.0625vw;
  font-weight: bold;
  line-height: 0.77;
  padding: 3.125vw 0;
  text-align: center;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent {
  position: relative;
  overflow: auto;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent button {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: auto;
  position: relative;
  margin-right: 1.5625vw;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-track {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-thumb {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView {
  position: relative;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper {
  width: 100%;
  height: 100%;
  display: flex !important;
  overflow: hidden;
  justify-content: center;
  width: 72.1875vw;
  height: 129.0625vw;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 3.125vw;
  position: relative;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 72.1875vw;
  height: 129.0625vw;
  object-fit: cover;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper img.fade-out {
  animation: fade 2s ease-in-out !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper .promoVideo {
  z-index: 99;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper:last-child {
  margin-left: 0 !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 72.65625vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 89.3%, #000 100%);
  left: 50%;
  transform: translateX(-50%);
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper .imageArea {
  position: relative;
  overflow: hidden;
  width: 72.1875vw;
  height: 129.0625vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper .imageArea img {
  width: 72.1875vw;
  height: 129.0625vw;
  object-fit: cover;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper .imageArea .promoVideo {
  width: 72.1875vw;
  height: 129.0625vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper .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;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper .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;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv {
  position: absolute;
  bottom: 9.375vw;
  right: 0;
  width: 100%;
  color: #fff;
  z-index: 999;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoTitle {
  text-align: right;
  margin: 0 1.71875vw;
  font-size: 4.0625vw;
  font-weight: bold;
  line-height: 1.29;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration {
  margin: 3.125vw 0 2.34375vw 4.6875vw;
  font-size: 3.4375vw;
  font-weight: 300;
  letter-spacing: 0.12px;
  direction: ltr;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .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: 2.65625vw;
  height: 2.65625vw;
  margin-inline-start: 0.78125vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  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;
  z-index: 99999999;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: unset;
  flex-grow: 1;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .adsWrapper {
  position: relative;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .adsWrapper .ads_vertical_video {
  position: relative;
  height: 100dvh;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .adsWrapper .arrow {
  opacity: 1 !important;
  visibility: visible !important;
  bottom: 4.6875vw !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam {
  display: flex !important;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  cursor: pointer;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .fp-middle::after,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .fp-togglable,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .closeBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .shareBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .contentDiv,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .arrow {
  visibility: visible !important;
  opacity: 1 !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .closeBtn {
  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='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") no-repeat center center / cover;
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  top: 9.375vw;
  right: 3.125vw;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .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: 9.375vw;
  height: 9.375vw;
  position: absolute;
  top: 7.8125vw;
  left: 3.125vw;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea {
  position: relative;
  overflow: hidden;
  width: 72.1875vw;
  height: 129.0625vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea img {
  width: 72.1875vw;
  height: 129.0625vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea .promoVideo {
  width: 72.1875vw;
  height: 129.0625vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .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;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .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;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv {
  position: absolute;
  bottom: 31.25vw;
  right: 0;
  color: #fff;
  padding: 0 3.125vw;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoTitle {
  text-align: right;
  font-size: 5.46875vw;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1.40625vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoSubtitle {
  font-size: 4.0625vw;
  font-weight: normal;
  line-height: 1.22;
  text-align: right;
  transition: all 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoSubtitle.close {
  -webkit-line-clamp: 1;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoSubtitle:hover {
  color: rgba(255, 255, 255, 0.8);
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoLink {
  font-size: 3.4375vw;
  border: 1px solid #fff;
  border-radius: 1.875vw;
  margin: 3.59375vw 0 1.5625vw 0;
  transition: all 0.2s ease;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  width: 30.625vw;
  height: 7.5vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player {
  width: 100%;
  height: 100%;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-logo,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-footer {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-header .fp-fullscreen,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-left .fp-share-menu {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-middle::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 89.3%, #000 100%);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-middle .fp-right-zone,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-middle .fp-left-zone {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls {
  margin-bottom: 20.3125vw;
  position: relative;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-timeline {
  height: 1.875vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-qsel,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-small-play,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-small-pause {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-color {
  background-color: red;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-volume-control .fp-volume-mute-unmute {
  font-size: 4.6875vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-elapsed {
  font-size: 3.4375vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-duration {
  display: inline-block;
  font-size: 3.4375vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .contentDiv,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused ~ .contentDiv {
  opacity: 1;
  visibility: visible;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched .fp-ui .fp-middle::after,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused .fp-ui .fp-middle::after {
  opacity: 1;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused ~ .closeBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .closeBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .shareBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused ~ .shareBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .arrow,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .arrow {
  opacity: 1;
  visibility: visible;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused .fp-switch .fp-play {
  width: 18.75vw !important;
  height: 18.75vw !important;
  opacity: 0.8;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused .fp-switch .fp-pause {
  display: none !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-playing .fp-switch .fp-pause {
  width: 18.75vw !important;
  height: 18.75vw !important;
  opacity: 0.8;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-playing .fp-switch .fp-play {
  display: none !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .contentDiv,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .closeBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .shareBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .arrow {
  animation: fade 2s ease-in-out !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-arrow {
  display: none !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .arrow {
  position: absolute;
  left: 50%;
  bottom: 7.8125vw;
  font-size: 2.8125vw;
  transform: translate(-50%, -50%);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 18.75vw;
  height: 10.9375vw;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 3.4375vw;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .arrow.arrowNext {
  right: calc(50% - 46.875vw);
  background-image: 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-position: center;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .arrow.none {
  display: none;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.leftAndRightTransitionAnimation,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.videoPageMainComponenta .videoPageMain .contentDiv {
  display: flex;
  flex-direction: column;
  padding: 0 1.5625vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTitle {
  font-size: 7.1875vw;
  font-weight: 800;
  margin-bottom: 4.6875vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop {
  display: flex;
  flex-direction: column;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .videoPageMainDetails {
  color: #78787b;
  display: flex;
  align-items: center;
  margin-bottom: 1.5625vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .videoPageMainDetails .videoPageMainCredit {
  color: #78787b;
  font-size: 2.8125vw;
  font-weight: 340;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .videoPageMainDetails .separator {
  background-color: #78787b;
  margin: 0 0.9375vw;
  width: 0.3125vw;
  height: 2.65625vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .videoPageMainDetails .DateDisplay {
  font-size: 2.34375vw;
  line-height: 2.65625vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .SiteArticleSocialShareNew1280 {
  display: flex;
  gap: 1.5625vw;
  align-items: center;
  margin-bottom: 3.125vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .SiteArticleSocialShareNew1280 .shareIcon1280 {
  height: 7.03125vw;
  width: 7.03125vw;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: transparent;
  background-position: center;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: block;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .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");
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .SiteArticleSocialShareNew1280 .shareIcon1280.shareBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='30' viewBox='0 0 42 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='21' cy='19' r='16' fill='%231E1E1E'/%3E %3Cpath d='M15.092 17.033v8.475h12.346v-8.476H29V27H13.531v-9.967h1.561zm6.129-7.102 5.204 4.972H24.54l-2.587-2.47v10.602h-1.491V12.457l-2.56 2.446h-1.885l5.204-4.972z' fill='%23fff'/%3E %3C/svg%3E");
  width: 7.03125vw;
  height: 7.03125vw;
}
.videoPageMainComponenta .videoPageMain .videoWrapper {
  margin-bottom: 4.6875vw;
}
.videoPageMainComponenta .videoPageMain .videoWrapper #player {
  background-size: contain;
}
.videoPageMainComponenta .blogsArticleVideoAppComponenta {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-top: 1.5625vw;
}
.videoPageMainComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design {
  position: relative;
  display: flex;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
  height: 50.3125vw;
}
.videoPageMainComponenta .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;
}
.videoPageMainComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design > div {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
@media (prefers-color-scheme: dark) {
  .videoPageMainComponenta .shareBtn {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='30' viewBox='0 0 42 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='21' cy='19' r='16' fill='%23777'/%3E %3Cpath d='M15.092 17.033v8.475h12.346v-8.476H29V27H13.531v-9.967h1.561zm6.129-7.102 5.204 4.972H24.54l-2.587-2.47v10.602h-1.491V12.457l-2.56 2.446h-1.885l5.204-4.972z' fill='%23fff'/%3E %3C/svg%3E") !important;
  }
}
.SpecialWeekendMagazineAutoComponenta {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4.0625vw;
  padding-bottom: 5.15625vw;
  box-sizing: border-box;
  border-bottom: 1.09375vw solid #00B4D8;
  background-color: #fff;
  margin-bottom: 3.125vw;
}
.SpecialWeekendMagazineAutoComponenta .tabTitle {
  background: linear-gradient(90deg, rgba(201, 240, 248, 0.43) 0%, #00B4D8 61.79%, #03045E 100%);
  height: 10.25vw;
  color: #FFF;
  font-family: "Moses";
  font-size: 6.875vw;
  font-style: normal;
  font-weight: 670;
  line-height: 1;
  letter-spacing: -0.34375vw;
  padding: 2.5vw 6.40625vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.SpecialWeekendMagazineAutoComponenta .tabTitle:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='40' viewBox='0 0 38 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.985 -4.99714H25.1916C18.6112 -5.09714 12.2574 -2.57061 7.55044 2.04246C2.82345 6.65553 0.109936 12.9685 0.00326196 19.6015C-0.103412 26.2277 2.41009 32.6274 6.98374 37.3938C11.5574 42.1602 17.8245 44.8933 24.4049 45H25.1983C31.6388 44.9933 37.8258 42.4668 42.4528 37.9537C47.0798 33.4407 49.7867 27.2877 50 20.8014V20.0014C49.9933 13.5085 47.4865 7.27549 43.0062 2.60909C38.5259 -2.05064 32.4188 -4.78382 25.985 -4.99714ZM20.4468 4.44923C20.2201 4.24258 19.9201 4.14258 19.6201 4.14258V4.16258H16.7865C16.6465 4.14258 16.4998 4.16925 16.3665 4.22924C16.2332 4.29591 16.1198 4.38924 16.0398 4.51589C15.9598 4.64255 15.9065 4.78255 15.8998 4.93587C15.8865 5.08253 15.9198 5.23585 15.9865 5.36918L21.7602 25.228C21.9802 25.9813 22.3069 26.248 22.9603 26.248H24.5204C24.347 27.2679 24.0737 28.2679 23.7203 29.2345C23.547 30.1544 23.187 31.021 22.6603 31.781C22.1336 32.541 21.4535 33.1676 20.6668 33.6209L20.0467 33.9609C19.7801 34.1009 19.58 34.3409 19.48 34.6275C19.38 34.9142 19.3867 35.2341 19.5 35.5141L20.4468 37.554C20.5001 37.6873 20.5801 37.8007 20.6735 37.9007C20.7735 38.0006 20.8868 38.0806 21.0135 38.1273C21.1402 38.1806 21.2735 38.2006 21.4068 38.194C21.5402 38.1873 21.6735 38.1473 21.7935 38.0873L22.7736 37.594C24.087 36.8874 25.2271 35.8808 26.1072 34.6475C26.9872 33.4142 27.5873 31.9943 27.8606 30.4811L34.0344 5.43584C34.2211 4.64255 33.821 4.14925 33.201 4.14925H30.5141C30.3541 4.09592 30.1808 4.08259 30.0074 4.10925C29.8341 4.13592 29.6741 4.19591 29.5274 4.29591C29.3807 4.38924 29.2607 4.51589 29.1674 4.66922C29.074 4.82254 29.014 4.9892 28.9874 5.16919L25.6471 20.1083L24.9204 23.6281C24.8937 22.6082 24.7604 21.5883 24.5204 20.6016L20.8868 5.24252C20.8335 4.9292 20.6801 4.64922 20.4468 4.44923Z' fill='url(%23paint0_radial_9760_13216)' fill-opacity='0.96'/%3E %3Cdefs%3E %3CradialGradient id='paint0_radial_9760_13216' cx='0' cy='0' r='1' gradientTransform='matrix(33.6153 -11.9444 11.9444 33.6069 -2.67856 27.7778)' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='white' stop-opacity='0.3'/%3E %3Cstop offset='1' stop-color='white'/%3E %3C/radialGradient%3E %3C/defs%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0px;
  right: -1.03125vw;
  position: absolute;
  height: 10.25vw;
  width: 10.25vw;
}
.SpecialWeekendMagazineAutoComponenta .slotItems {
  display: flex;
  justify-content: flex-start;
  gap: 5vw;
  flex-wrap: wrap;
  position: relative;
}
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem {
  position: relative;
  width: 41.09375vw;
  min-height: 56.40625vw;
  height: fit-content;
  padding: 2.5vw 0;
  box-sizing: border-box;
}
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem:first-child:before {
  content: "";
  width: 49.6875vw;
  height: 0.3125vw;
  background-color: #E8E8F7;
  position: absolute;
  bottom: -1.25vw;
  right: 17.1875vw;
}
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem a,
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem a:hover {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5vw;
}
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem .slotItemImage {
  width: 33.28125vw;
  height: 33.28125vw;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00B4D8;
}
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem .slotItemImage img {
  height: 100%;
  width: auto;
}
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem .slotItemTitle {
  color: #000;
  text-align: center;
  font-family: "Moses";
  font-size: 4.0625vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-decoration: none;
  color: inherit;
}
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2.34375vw;
  width: 0.3125vw;
  height: 49.6875vw;
  background-color: #E8E8F7;
}
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem:nth-child(even)::after {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .SpecialWeekendMagazineAutoComponenta {
    background-color: #1e1e1e;
    color: #fff !important;
  }
  .SpecialWeekendMagazineAutoComponenta .tabTitle {
    background: linear-gradient(90deg, rgba(201, 240, 248, 0.43) 0%, #00B4D8 61.79%, #03045E 100%);
  }
  .SpecialWeekendMagazineAutoComponenta .slotItem:after,
  .SpecialWeekendMagazineAutoComponenta .slotItem:before {
    background-color: #084599 !important;
  }
}
.YplusWithPaperComponenta {
  background-color: #090d15;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 2.65625vw;
  box-sizing: border-box;
  width: 100%;
}
.YplusWithPaperComponenta .upper-container {
  display: flex;
  width: 100%;
  padding: 0 1.5625vw;
  box-sizing: border-box;
  justify-content: space-between;
  margin-bottom: 1.5625vw;
}
.YplusWithPaperComponenta .upper-container.reverse {
  flex-direction: row-reverse;
}
.YplusWithPaperComponenta .upper-container .promoBtn {
  order: 3;
}
.YplusWithPaperComponenta .upper-container .logoLink img {
  width: 21.26719vw;
  height: 7.65625vw;
}
.YplusWithPaperComponenta .upper-container .newspapper-label {
  order: 1;
}
.YplusWithPaperComponenta .upper-container .newspapper-label {
  width: 33.51563vw;
  height: 7.65625vw;
  background-size: contain;
  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 .promoLinksList {
  margin: 3.125vw auto 1.5625vw;
}
.YplusWithPaperComponenta .bottomGoToLink {
  display: flex;
  margin: auto;
}
.YplusWithPaperComponenta .bottomGoToLink div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 4.6875vw;
  border: 1px solid #fff;
  border-radius: 3.125vw;
  width: auto;
  padding: 1.09375vw 1.875vw 1.09375vw 7.5vw;
  margin: 3.125vw auto 3.125vw;
  position: relative;
}
.font-moses .YplusWithPaperComponenta .bottomGoToLink div {
  font-size: 4.0625vw;
  font-weight: 600;
}
.YplusWithPaperComponenta .bottomGoToLink div:after {
  content: "\27F5";
  left: 1.875vw;
  position: absolute;
  color: #fff;
  font-size: 3.4375vw;
}
.YplusWithPaperComponenta .slotsContent {
  display: flex;
  flex-wrap: wrap;
}
.YplusWithPaperComponenta .slotsContent > div {
  margin: 1.5625vw;
  width: 43.75vw;
  height: 45.625vw;
}
.YplusWithPaperComponenta .slotsContent > div .imageArea {
  width: 100%;
  height: 25vw;
  overflow: hidden;
  margin-bottom: 0.78125vw;
  position: relative;
}
.YplusWithPaperComponenta .slotsContent > div .imageArea .mediaLabel,
.YplusWithPaperComponenta .slotsContent > div .imageArea .videoIcon {
  z-index: 2;
  position: absolute;
  bottom: 1.5625vw;
}
.YplusWithPaperComponenta .slotsContent > div .imageArea .videoIcon {
  width: 5.46875vw;
  height: 5.46875vw !important;
  left: 1.5625vw;
}
.YplusWithPaperComponenta .slotsContent > div .imageArea .videoIcon .icon {
  width: 100%;
  height: 100%;
}
.YplusWithPaperComponenta .slotsContent > div .imageArea .mediaLabel {
  right: 1.5625vw;
}
.YplusWithPaperComponenta .slotsContent > div .MediaCarousel[style] {
  width: 100% !important;
  height: 100% !important;
}
.YplusWithPaperComponenta .slotsContent > div .MediaCarousel[style] img[style] {
  width: 100% !important;
  height: auto;
}
.YplusWithPaperComponenta .slotsContent > div .textArea,
.YplusWithPaperComponenta .slotsContent > div .textArea:hover {
  text-decoration: none;
  color: inherit;
}
.YplusWithPaperComponenta .slotsContent > div .slotTitle {
  font-size: 4.21875vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 14.0625vw;
  line-height: 4.53125vw;
  overflow: hidden;
  font-weight: 500;
  margin-bottom: 0.78125vw;
}
.font-moses .YplusWithPaperComponenta .slotsContent > div .slotTitle {
  font-size: 3.90625vw;
  font-weight: 500;
}
.YplusWithPaperComponenta .slotsContent > div .details {
  height: 4.53125vw;
  font-size: 3.4375vw;
  font-weight: 500;
  line-height: normal;
  color: #c5c5c5;
  display: inline-flex;
}
.font-moses .YplusWithPaperComponenta .slotsContent > div .details {
  font-weight: 310;
  font-size: 2.96875vw;
  line-height: 4.375vw;
}
.YplusWithPaperComponenta .slotsContent > div .details .author {
  margin-left: 1.25vw;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 28.125vw;
}
.YplusWithPaperComponenta .slotsContent > div .details .DateDisplay {
  margin-right: 1.25vw;
}
.yedioth-plus-with-paper {
  height: 100%;
  display: flex;
  background-color: #2c2e38;
  overflow: hidden;
  margin-bottom: 3.125vw;
}
.yedioth-plus-with-paper .details-and-sub-items .logo-area {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.5vw;
  padding: 2.5vw;
  text-decoration: none;
}
.yedioth-plus-with-paper .details-and-sub-items .logo-area .logo {
  width: auto;
  height: 7.96875vw;
  flex-shrink: 0;
}
.yedioth-plus-with-paper .details-and-sub-items .logo-area .logo-promo-title {
  width: 25.78125vw;
  font-size: 3.0625vw;
  font-weight: 550;
  line-height: 105%;
  color: #ddd;
  font-family: "MosesDisplay";
  letter-spacing: 0.19px;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items {
  gap: 1.01563vw;
  display: flex;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView {
  width: 50vw;
  height: 88.75vw;
  position: relative;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .MediaCarousel {
  width: 50vw !important;
  height: 88.75vw !important;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .MediaCarousel .mediaItems {
  width: 50vw !important;
  height: 88.75vw !important;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .MediaCarousel .mediaItems img {
  width: 50vw !important;
  height: 88.75vw !important;
  object-fit: cover;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .textAreaLink {
  width: 100%;
  text-decoration: none;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .textAreaLink .textArea {
  width: 100%;
  height: 38.4375vw;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  gap: 1.25vw;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 7.8125vw 2.5vw 3.90625vw 2.5vw;
  background: linear-gradient(180deg, rgba(7, 7, 9, 0) 0%, rgba(7, 7, 9, 0.9) 100%);
  box-shadow: 0px 0.46875vw 0.9375vw 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .textAreaLink .textArea .item-label {
  width: fit-content;
  height: 4.6875vw;
  padding: 0px 1.5625vw;
  font-size: 2.8125vw;
  font-weight: 670;
  line-height: 4.6875vw;
  letter-spacing: 0.11px;
  color: #2b313f;
  background-color: #fff;
  box-sizing: border-box;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .textAreaLink .textArea .slotTitle {
  max-height: 14.4375vw;
  font-size: 4.375vw;
  font-weight: 670;
  line-height: 110%;
  color: #fffffff2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: auto;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .textAreaLink .textArea .author {
  font-size: 2.8125vw;
  font-weight: 340;
  line-height: 4.0625vw;
  color: #d8d8d8;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items {
  display: flex;
  flex-direction: column;
  padding: 0 2.5vw;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div {
  border-bottom: 1px solid #ffffff4d;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView {
  display: flex;
  gap: 3.90625vw;
  padding: 2.5vw 0;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .imageArea {
  position: relative;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .imageArea .MediaCarousel {
  width: 39.375vw !important;
  height: 21.875vw !important;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .imageArea .MediaCarousel img {
  width: 39.375vw !important;
  height: 21.875vw !important;
  object-fit: cover;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .imageArea .item-label {
  width: fit-content;
  height: 3.84375vw;
  position: absolute;
  bottom: 1.25vw;
  right: 1.25vw;
  padding: 0px 1.25vw;
  font-size: 3.0625vw;
  font-weight: 670;
  line-height: 3.84375vw;
  color: #fff;
  background-color: #df3232;
  box-sizing: border-box;
  letter-spacing: 0.12px;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .textAreaLink {
  display: flex;
  text-decoration: none;
  flex-grow: 1;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .textAreaLink .textArea {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 1.5625vw;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .textAreaLink .textArea .slotTitle {
  font-size: 3.59375vw;
  font-weight: 670;
  line-height: 5.15625vw;
  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 .sub-items > div > div .slotView .textAreaLink .textArea .author {
  font-size: 3.0625vw;
  font-weight: 340;
  line-height: 4.0625vw;
  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;
  margin: 2.5vw;
  padding: 0;
  height: 13.125vw;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5625vw 3.90625vw 1.5625vw  0.78125vw;
  box-sizing: border-box;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-promo-texts {
  display: inline;
  font-size: 3.4375vw;
  color: #fff;
  text-decoration: none;
  font-family: "MosesDisplay";
  line-height: normal;
  width: 54.6875vw;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-promo-texts .newspaper-promo-title {
  font-weight: 660;
  margin-left: 1.25vw;
  float: inline-start;
  letter-spacing: 0.13px;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-promo-texts .newspaper-promo-text {
  font-weight: 380;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper {
  position: absolute;
  top: -5.625vw;
  left: 4.6875vw;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper .newspaper-image {
  width: 29.53125vw;
  height: 18.75vw;
  flex-shrink: 0;
  position: relative;
  background-color: #6e6e6e;
  box-shadow: 0.78125vw 0.78125vw 1.5625vw 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 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 38.90625vw;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper .shadow {
  width: 29.53125vw;
  position: absolute;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper .shadow1 {
  height: calc(18.75vw - 0.625vw);
  top: 0.625vw;
  left: -0.625vw;
  background-color: rgba(211, 211, 211, 0.7);
  z-index: 3;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper .shadow2 {
  height: calc(18.75vw - 1.40625vw);
  top: 1.40625vw;
  left: -1.40625vw;
  background-color: rgba(211, 211, 211, 0.5);
  z-index: 2;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper .shadow3 {
  height: calc(18.75vw - 2.1875vw);
  top: 2.1875vw;
  left: -2.1875vw;
  background-color: rgba(211, 211, 211, 0.2);
  z-index: 1;
}
@media (prefers-color-scheme: dark) {
  .yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .textAreaLink .textArea .item-label {
    color: #2b313f ! important;
  }
}
.FontSliderWindow {
  position: absolute;
  top: 97%;
  width: 100%;
  left: 0;
  height: 31.875vw;
  display: flex;
  background: #fff;
  flex-direction: column;
  padding: 5.78125vw 5.78125vw 3.125vw;
  box-sizing: border-box;
  box-shadow: 0px 0.46875vw 0.9375vw 0.3125vw rgba(0, 0, 0, 0.3);
}
.calcalist .FontSliderWindow {
  margin: 0.625rem auto;
  height: 3.5rem;
  background: #ededed;
  position: relative;
  display: flex;
  max-width: 19.625rem;
  padding: unset;
  box-shadow: unset;
}
.calcalist .FontSliderWindow:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.9rem solid #ededed;
  position: absolute;
  top: 3.5rem;
  right: 0.5rem;
}
.FontSliderWindow .FontSliderWindowHeader {
  display: flex;
  justify-content: space-between;
}
.calcalist .FontSliderWindow .FontSliderWindowHeader {
  display: none;
}
.FontSliderWindow .FontSliderWindowHeader .changeFontTitle {
  font-size: 5vw;
}
.font-moses .FontSliderWindow .FontSliderWindowHeader .changeFontTitle {
  font-size: 4.21875vw;
  font-weight: 500;
}
.FontSliderWindow .FontSliderWindowHeader .resetSize {
  font-size: 4.21875vw;
  color: #717171;
}
.font-moses .FontSliderWindow .FontSliderWindowHeader .resetSize {
  font-size: 3.75vw;
  font-weight: 500;
}
.FontSliderWindow .inputArea {
  margin: 3.125vw 0 0;
  display: flex;
  align-items: center;
}
.calcalist .FontSliderWindow .inputArea {
  margin: auto 0;
}
.FontSliderWindow .inputArea input {
  flex-grow: 1;
  -webkit-appearance: none;
  direction: rtl;
  width: 100%;
  height: 0.53125vw;
  background-color: #dcdcdc;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.ynetnew .FontSliderWindow .inputArea input {
  direction: ltr !important;
}
.calcalist .FontSliderWindow .inputArea input {
  height: 0.78125vw;
  border-radius: 1px;
  background-color: #a7a8a7;
}
.FontSliderWindow .inputArea input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  background: #de1a1a;
  cursor: pointer;
  box-shadow: 0 0.3125vw 0.625vw 0 rgba(0, 0, 0, 0.21);
}
.calcalist .FontSliderWindow .inputArea input::-webkit-slider-thumb {
  width: 0.625rem;
  height: 0.625rem;
}
.FontSliderWindow .inputArea .fontsize {
  margin: 0 1.5625vw;
  flex-shrink: 0;
}
.calcalist .FontSliderWindow .inputArea .fontsize {
  color: #c72127;
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif;
}
.FontSliderWindow .inputArea .fontsize.small {
  font-size: 6.09375vw;
}
.calcalist .FontSliderWindow .inputArea .fontsize.small {
  font-size: 1rem;
}
.font-moses .FontSliderWindow .inputArea .fontsize.small {
  font-size: 5.3125vw;
  font-weight: 340;
}
.FontSliderWindow .inputArea .fontsize.big {
  font-size: 8.59375vw;
}
.calcalist .FontSliderWindow .inputArea .fontsize.big {
  font-size: 2rem;
}
.font-moses .FontSliderWindow .inputArea .fontsize.big {
  font-size: 8.125vw;
  font-weight: 340;
}
.FontSliderWindow .closeWindow {
  justify-self: center;
  text-decoration: underline;
  font-weight: 600;
  font-size: 4.21875vw;
}
.calcalist .FontSliderWindow .closeWindow {
  display: none;
}
.font-moses .FontSliderWindow .closeWindow {
  font-size: 3.59375vw;
  font-weight: 670;
}
@media (prefers-color-scheme: dark) {
  .FontSliderWindow .inputArea input {
    background-color: #dcdcdc !important;
  }
  .FontSliderWindow {
    box-shadow: 0px 0px 0.46875vw rgba(255, 255, 255, 0.4);
  }
}
.articleContainer .ynet-header,
.ynet-header:has(.YnetMutamHeader.App) {
  padding-top: 14.0625vw;
}
.YnetMutamHeader {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 0px 0.46875vw -1px black;
  height: 34.84375vw;
}
.YnetMutamHeader.App {
  position: fixed;
  height: 14.0625vw;
  top: 0;
  z-index: 10000;
}
.YnetMutamHeader .logo img {
  display: none;
}
.YnetMutamHeader .darkModeLogo {
  background: transparent no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='85.357' height='32.331' viewBox='0 0 85.357 32.331'%3E %3Cg id='ynet_mobile_logo' data-name='ynet mobile logo' transform='translate(0 0)'%3E %3Cpath id='n' d='M16,21.965V5.879C16,2.352,13.78,0,10.312,0,7.907,0,5.965.941,4.023,3.246L3.561,1.129A1,1,0,0,0,2.451.282H1.063A1,1,0,0,0,0,1.27v20.7A1.076,1.076,0,0,0,1.063,23H3.191a1.036,1.036,0,0,0,1.017-1.035V9.219c0-3.152,2.173-5.551,4.948-5.551,1.9,0,2.636.941,2.636,3.152V21.965A1.076,1.076,0,0,0,12.855,23h2.127A1.036,1.036,0,0,0,16,21.965' transform='translate(37 6.45)'/%3E %3Cpath id='e' d='M9.921,23c-3.177,0-5.645-.987-7.336-2.934C.87,18.092,0,15.178,0,11.407,0,4.477,3.364,0,8.57,0a7.392,7.392,0,0,1,5.979,2.578C16.175,4.528,17,7.545,17,11.546a1.038,1.038,0,0,1-1.025,1.024H4.424a8.656,8.656,0,0,0,1.4,5,5.115,5.115,0,0,0,4.331,1.752,13.586,13.586,0,0,0,4.378-.792,1.268,1.268,0,0,1,.4-.071.916.916,0,0,1,.861.723l.513,1.49a.952.952,0,0,1-.606,1.257A12.862,12.862,0,0,1,9.921,23ZM8.71,3.4a3.411,3.411,0,0,0-2.6,1.187A8.37,8.37,0,0,0,4.424,9.405h8.244C12.612,7.6,12.115,3.4,8.71,3.4Z' transform='translate(56 6.45)'/%3E %3Cpath id='t' d='M12.174,27.694l-.236-1.438a.888.888,0,0,0-1.085-.743A8.407,8.407,0,0,1,9.39,25.7c-1.085,0-1.6-.557-1.6-1.809V9.925h2.69A1,1,0,0,0,11.467,8.9V7.651a1,1,0,0,0-.991-1.02H7.786V.785c0-.835-.614-.881-1.322-.7l-2.123.6A1.142,1.142,0,0,0,3.54,1.9V6.631H.991A.97.97,0,0,0,0,7.651V8.9A.97.97,0,0,0,.991,9.925H3.54V24.586c0,3.108,1.557,4.686,4.907,4.686a11.149,11.149,0,0,0,3.02-.371.934.934,0,0,0,.708-1.206' transform='translate(73.156 0)'/%3E %3Cg id='red_circ_y' data-name='red circ + y' transform='translate(0 0.401)'%3E %3Cpath id='red_circ' data-name='red circ' d='M0,15.915A15.914,15.914,0,0,0,15.914,31.83h0A15.914,15.914,0,0,0,31.828,15.915h0A15.914,15.914,0,0,0,15.914,0h0A15.914,15.914,0,0,0,0,15.915Z' transform='translate(0 0.1)' fill='%23de1a1a'/%3E %3Cpath id='y' d='M12.9.835A.6.6,0,0,0,12.319,0H10.391a.832.832,0,0,0-.868.675L7.145,10.381c-.225.9-.386,1.7-.514,2.282A9.938,9.938,0,0,0,6.342,10.7l-2.7-10A.893.893,0,0,0,2.742,0H.621A.575.575,0,0,0,.042.8L4.156,13.692a.805.805,0,0,0,.868.675H6.117A10.557,10.557,0,0,1,5.57,16.3a4.289,4.289,0,0,1-2.186,2.861l-.45.224a.778.778,0,0,0-.386,1L3.224,21.7a.725.725,0,0,0,.964.354l.707-.322a6.589,6.589,0,0,0,3.6-4.628Z' transform='translate(9.749 6.257)' fill='%23fefefe'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  height: 9.0625vw;
  display: block;
  width: 21.875vw;
  margin-top: 3.125vw;
}
.YnetMutamHeader.Article {
  flex-direction: row;
  justify-content: space-between;
  margin: 0 -3.90625vw;
  padding: 0 2.34375vw 0 3.90625vw;
  box-sizing: border-box;
  align-items: center;
  height: 14.0625vw;
  position: fixed;
}
.YnetMutamHeader.Article .darkModeLogo {
  margin-top: unset;
}
.YnetMutamHeader.Article .progress-container {
  width: 100%;
  height: 0.625vw;
  position: absolute;
  bottom: 0;
  left: 0;
  direction: ltr;
}
.YnetMutamHeader.Article .progress-bar {
  height: 0.625vw;
  background: #000;
  width: 0%;
}
.YnetMutamHeader.Article .goBack {
  width: 7.8125vw;
  height: 7.8125vw;
  background-color: transparent;
  background: transparent url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1501 8.82634C17.7983 8.17279 18.8535 8.16845 19.5071 8.81664L34.415 23.6024C35.1539 24.3352 35.2339 25.5854 34.4201 26.3926L19.5071 41.1833C18.8535 41.8315 17.7983 41.8272 17.1501 41.1736C16.5019 40.5201 16.5062 39.4648 17.1598 38.8166L31.0906 25L17.1598 11.1833C16.5062 10.5352 16.5019 9.47989 17.1501 8.82634Z' fill='black'/%3E %3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: center !important;
  margin: auto 0;
  float: right;
}
.YnetMutamHeader.Article .mobileShareBtn {
  background: transparent url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M27.0235 6.76968C27.5296 6.55993 28.1116 6.67657 28.4989 7.06476L45.4365 24.0402C45.9657 24.5705 45.9657 25.4295 45.4365 25.9599L28.4989 42.9353C28.1116 43.3235 27.5296 43.4401 27.0235 43.2304C26.5172 43.0202 26.1865 42.5247 26.1865 41.9754V32.0554C19.5892 30.8759 13.0487 32.4458 7.08707 38.1013L6.48003 38.6914C6.06587 39.1065 5.43286 39.2085 4.91032 38.9434C4.38767 38.678 4.09344 38.1048 4.18253 37.5244C5.05917 31.8142 7.26792 26.4235 11.1279 22.5548C14.7568 18.9179 19.7528 16.7226 26.1865 16.8008V8.0246C26.1865 7.47533 26.5172 6.97988 27.0235 6.76968ZM28.8959 18.2099C28.8959 18.5847 28.7417 18.9429 28.4692 19.1995C28.1966 19.4562 27.8301 19.5892 27.4569 19.5659C21.0393 19.1639 16.3467 21.1637 13.0434 24.4745C10.5527 26.9707 8.79179 30.2731 7.71892 34C14.0238 29.1927 20.9418 28.0798 27.8356 29.6152C28.4554 29.7534 28.8959 30.305 28.8959 30.9414V38.6981L42.5634 25L28.8959 11.302V18.2099Z' fill='black'/%3E %3C/svg%3E") !important;
  margin: auto 1.5625vw;
  float: left;
  order: 0;
}
.YnetMutamHeader.Article .btnTooltips {
  display: flex;
  align-items: center;
  float: left;
  transition: 0.2s ease;
  gap: 5.46875vw;
  flex-direction: row-reverse;
}
.YnetMutamHeader.Article .btnTooltips.hidden {
  display: none;
}
.YnetMutamHeader.Article .btnTooltips .mobileShareBtn {
  float: unset;
  margin: auto 0px;
}
.YnetMutamHeader.Article .topBtns {
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-position: center !important;
  margin: auto 0;
  width: 7.8125vw;
  height: 8.125vw;
  background-color: transparent !important;
}
.YnetMutamHeader.Article .commentsOpen {
  background: transparent no-repeat center center url("data:image/svg+xml,%3Csvg width='47' height='40' viewBox='0 0 47 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M40.9268 0H6.06036C2.70782 0 0 2.59513 0 5.80814V24.0482C0 27.2488 2.70782 29.8563 6.06036 29.8563H8.16214V37.4316C8.16214 39.7178 11.0376 40.8547 12.7267 39.2482L22.5265 29.8563H40.9396C44.2793 29.8563 47 27.2612 47 24.0482V5.80814C47 2.60749 44.2922 0 40.9396 0H40.9268Z' fill='%23DE1A1A'/%3E %3C/svg%3E") !important;
  width: 7.65625vw;
  height: 6.5625vw;
  margin: auto 0px;
  margin-top: 1.25vw;
  font-size: 3.125vw;
  box-sizing: border-box;
  padding-bottom: 1.40625vw;
  order: 2;
  color: #fff;
  background-size: 100% !important;
}
.YnetMutamHeader.Article .commentsOpen.nocomments {
  background: transparent no-repeat center center url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M40.6852 4.5H7.30246C4.09259 4.5 1.5 7.03025 1.5 10.1629V27.9469C1.5 31.0677 4.09259 33.6099 7.30246 33.6099H9.31482V40.9959C9.31482 43.2249 12.0679 44.3334 13.6852 42.7669L23.0679 33.6099H40.6976C43.8951 33.6099 46.5 31.0797 46.5 27.9469V10.1629C46.5 7.0423 43.9074 4.5 40.6976 4.5H40.6852Z' fill='%23DE1A1A'/%3E %3Cpath d='M13.5 19.5079C13.5 18.8994 13.7075 18.3709 14.1223 17.9226C14.5479 17.4742 15.0905 17.25 15.75 17.25C16.4095 17.25 16.9469 17.4742 17.3618 17.9226C17.7873 18.3709 18 18.8994 18 19.5079C18 20.1058 17.7873 20.6291 17.3618 21.0774C16.9469 21.5258 16.4095 21.75 15.75 21.75C15.0905 21.75 14.5479 21.5258 14.1223 21.0774C13.7075 20.6291 13.5 20.1058 13.5 19.5079Z' fill='white'/%3E %3Cpath d='M21.75 19.5079C21.75 18.8994 21.9574 18.3709 22.3723 17.9226C22.7979 17.4742 23.3405 17.25 24 17.25C24.6595 17.25 25.1968 17.4742 25.6117 17.9226C26.0373 18.3709 26.25 18.8994 26.25 19.5079C26.25 20.1058 26.0373 20.6291 25.6117 21.0774C25.1968 21.5258 24.6595 21.75 24 21.75C23.3405 21.75 22.7979 21.5258 22.3723 21.0774C21.9574 20.6291 21.75 20.1058 21.75 19.5079Z' fill='white'/%3E %3Cpath d='M30 19.5079C30 18.8994 30.2074 18.3709 30.6223 17.9226C31.0479 17.4742 31.5905 17.25 32.25 17.25C32.9095 17.25 33.4468 17.4742 33.8617 17.9226C34.2873 18.3709 34.5 18.8994 34.5 19.5079C34.5 20.1058 34.2873 20.6291 33.8617 21.0774C33.4468 21.5258 32.9095 21.75 32.25 21.75C31.5905 21.75 31.0479 21.5258 30.6223 21.0774C30.2074 20.6291 30 20.1058 30 19.5079Z' fill='white'/%3E %3C/svg%3E") !important;
  background-size: 100% !important;
}
.YnetMutamHeader.Article .fontSizeMenuOpen {
  background: transparent no-repeat center center url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M30.6067 24.5856C33.5486 28.2987 36.635 32.3255 39.8659 36.6658H43.3332V35.9132C42.3876 34.6337 41.3763 33.3039 40.2993 31.9241C38.8435 30.0007 37.4123 28.1447 36.0058 26.356C36.2816 26.2265 36.5702 26.0754 36.8714 25.9028C37.7908 25.3759 38.6313 24.7612 39.3931 24.0588C40.1811 23.3312 40.7064 22.6412 40.9691 21.9889C41.2581 21.2614 41.4945 20.3331 41.6783 19.2041C41.8885 18.0751 42.1117 16.5948 42.3481 14.7634L42.5058 13.3333H38.9991L38.6839 16.4945C38.4737 18.6521 38.2242 20.2202 37.9352 21.1986C37.7776 21.7255 37.3836 22.3151 36.7532 22.9674C36.1491 23.6197 35.4924 24.1466 34.7832 24.548L34.629 24.6167C33.7915 23.5658 32.9629 22.5394 32.1433 21.5373C29.5428 18.326 27.2313 15.5913 25.2087 13.3333H21.702V14.1236C23.8708 16.4652 26.0124 18.9232 28.127 21.4976C27.3456 21.9416 26.6223 22.4064 25.9574 22.8921C25.0643 23.5444 24.4076 24.3096 23.9873 25.1877C23.6984 25.815 23.4226 26.9189 23.1599 28.4995C22.9235 30.055 22.6871 32.0119 22.4507 34.3702C22.3981 35.0978 22.3456 35.863 22.2931 36.6658H25.9179C26.0493 33.9563 26.1806 31.7735 26.312 30.1177C26.4696 28.4367 26.6272 27.2701 26.7848 26.6178C26.9686 25.8651 27.3233 25.2379 27.8486 24.7361C28.3447 24.2623 28.9462 23.8108 29.6532 23.3817C29.9716 23.7803 30.2895 24.1816 30.6067 24.5856Z' fill='black'/%3E %3Cpath d='M11.4431 29.7045C12.9311 31.5304 14.7167 33.8511 16.8 36.6666H19.2775L19.2999 36.2067C17.9606 34.4365 16.5842 32.6664 15.1706 30.8962C15.7509 30.6593 16.3089 30.3248 16.8446 29.8927C17.3952 29.4606 17.7598 29.0494 17.9383 28.6592C18.102 28.2689 18.2359 27.7601 18.3401 27.1329C18.4591 26.5057 18.5856 25.6764 18.7195 24.645L18.8535 23.7041H16.3759C16.1824 26.0736 15.9964 27.5162 15.8179 28.0319C15.7286 28.3107 15.5277 28.6104 15.2152 28.931C14.9176 29.2376 14.5828 29.4954 14.2108 29.7045C12.3359 27.3629 10.6619 25.3628 9.18871 23.7041H6.6665V24.185C7.87181 25.4673 9.07711 26.8402 10.2824 28.3037C9.07711 28.8891 8.31077 29.5233 7.98341 30.2063C7.6114 30.9032 7.26916 33.0567 6.95667 36.6666H9.5012C9.59048 35.0777 9.67232 33.8511 9.74672 32.987C9.82112 32.1228 9.90296 31.5165 9.99225 31.168C10.0815 30.8335 10.2527 30.5548 10.5056 30.3317C10.7586 30.1087 11.0711 29.8997 11.4431 29.7045Z' fill='black'/%3E %3C/svg%3E") !important;
  background-size: 100% !important;
  width: 7.8125vw;
  order: 5;
}
.YnetMutamHeader.Article .whatsAppShareBtn {
  background: transparent no-repeat center center url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.6667 20.9046C16.6667 23.0656 18.1186 25.1536 18.3377 25.4686L18.3415 25.4741C18.3549 25.4934 18.379 25.5306 18.4134 25.5838C18.9046 26.3425 21.502 30.3544 25.3459 32.1437C26.3241 32.6 27.089 32.8708 27.6828 33.0736C28.6664 33.4096 29.559 33.3618 30.266 33.2503C31.0547 33.1214 32.6926 32.1799 33.0349 31.1487C33.3759 30.116 33.3759 29.2326 33.2745 29.0486C33.1914 28.9016 32.9999 28.8018 32.7174 28.6546C32.6463 28.6176 32.5695 28.5775 32.4872 28.533C32.0777 28.3114 30.0606 27.2425 29.6841 27.0962C29.3102 26.9485 29.035 26.8746 28.7625 27.3164C28.4886 27.7581 27.7039 28.7531 27.4643 29.0486C27.226 29.3426 26.9864 29.3803 26.5769 29.1601C26.5098 29.1239 26.4184 29.0812 26.3055 29.0284C25.7276 28.758 24.5881 28.2249 23.2775 26.9673C22.0596 25.7956 21.2367 24.3487 20.9984 23.907C20.7588 23.4638 20.9721 23.2263 21.1775 23.0061C21.3046 22.8693 21.4518 22.6759 21.5978 22.484C21.6635 22.3977 21.729 22.3117 21.7923 22.2312C21.9674 22.0115 22.043 21.8443 22.1455 21.6176C22.1632 21.5784 22.1818 21.5374 22.2018 21.494C22.3374 21.2 22.2702 20.9408 22.1689 20.7206C22.0993 20.5715 21.7006 19.5262 21.3442 18.5917C21.1745 18.1467 21.014 17.726 20.9036 17.4401C20.6106 16.6841 20.3122 16.6841 20.0741 16.6841C20.0412 16.6841 20.0109 16.6841 19.9807 16.6826C19.7424 16.6696 19.4685 16.6667 19.196 16.6667C18.9221 16.6667 18.4771 16.7768 18.1019 17.22C18.0777 17.2483 18.0508 17.2793 18.0215 17.313C17.5947 17.8038 16.6667 18.8707 16.6667 20.9046Z' fill='%23138958'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04443 41.9485C6.87611 42.5657 7.4372 43.1345 8.05663 42.9747L15.9381 40.9408C18.6109 42.4635 21.7039 43.3334 25.0001 43.3334C35.1253 43.3334 43.3334 35.1252 43.3334 25C43.3334 14.8748 35.1253 6.66669 25.0001 6.66669C14.8749 6.66669 6.66675 14.8748 6.66675 25C6.66675 28.3622 7.57182 31.5131 9.15163 34.2221L7.04443 41.9485ZM10.448 39.6035L12.0186 33.8449L11.4552 32.8788C10.1068 30.5664 9.33341 27.8776 9.33341 25C9.33341 16.3476 16.3476 9.33335 25.0001 9.33335C33.6525 9.33335 40.6667 16.3476 40.6667 25C40.6667 33.6525 33.6525 40.6667 25.0001 40.6667C22.1789 40.6667 19.5393 39.9234 17.2581 38.6237L16.3186 38.0885L10.448 39.6035Z' fill='%23138958'/%3E %3C/svg%3E");
  background-size: 100% !important;
  order: 1;
}
.YnetMutamHeader.Article .accessibiltyBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23wf3b0982va)' stroke='%23000'%3E %3Cpath d='m6.5 9.5 5.726 1.002v3.564L10.371 20.5m9.023-11-5.727 1.002v3.564l1.856 6.434m-.623-14a2 2 0 1 0-4 0 2 2 0 0 0 4 0z' stroke-width='1.5'/%3E %3Cpath d='M13 24c6.351 0 11.5-5.149 11.5-11.5S19.351 1 13 1 1.5 6.149 1.5 12.5 6.649 24 13 24z' stroke-width='2'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='wf3b0982va'%3E %3Cpath fill='%23fff' transform='translate(.5)' d='M0 0h25v25H0z'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  order: 4;
  background-size: 80% !important;
}
.YnetMutamHeader * {
  font-weight: 400;
}
.font-moses .YnetMutamHeader * {
  font-weight: 340;
}
.YnetMutamHeader .searchArea {
  position: relative;
  background: #fff;
  height: 100%;
  display: flex;
  z-index: 1;
}
.YnetMutamHeader .searchArea .srhBtn {
  width: 6.25vw;
  height: 6.25vw;
  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-size: contain;
  background-position: center;
}
.YnetMutamHeader .searchArea .mutamSrchBox {
  position: absolute;
  top: 0;
  left: -62.5vw;
  width: 59.375vw;
  height: 7.8125vw;
  border-radius: 0.625vw;
  font-size: 4.6875vw;
  background: #d6d5d3;
  line-height: 6.25vw;
  border: 0;
  padding: 0 1.5625vw;
  box-sizing: border-box;
}
.YnetMutamHeader .weatherimage img {
  max-width: 6.25vw;
}
.YnetMutamHeader .redMailHeaderBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
}
.YnetMutamHeader .redMailHeaderBtn .redmailIcon {
  width: 4.6875vw;
  height: 4.6875vw;
  background-color: unset;
  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-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.78125vw;
}
.YnetMutamHeader .redMailHeaderBtn .redMailTitle {
  line-height: 2.65625vw;
  font-size: 2.96875vw;
  font-weight: 500 !important;
}
.font-moses .YnetMutamHeader .redMailHeaderBtn .redMailTitle {
  font-size: 2.5vw;
  line-height: 1.07;
}
.YnetMutamHeader .YnetPremiumHeaderLogin .loggedUser {
  display: flex;
  align-items: center;
}
.YnetMutamHeader .YnetPremiumHeaderLogin .menuToggler {
  width: 2.65625vw;
  height: 1.71875vw;
  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");
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transform: rotate(180deg);
  transition: 0.2s ease;
  filter: invert(1);
  margin-top: -0.78125vw;
  margin-right: 0.78125vw;
}
.YnetMutamHeader .YnetPremiumHeaderLogin .menuToggler.toClose {
  transform: rotate(0deg);
}
.YnetMutamHeader .YnetPremiumHeaderLogin .menu .menuOption {
  font-size: 4.6875vw;
  line-height: 1.6;
}
.YnetMutamHeader .login_premium {
  display: none;
}
.YnetMutamHeader .yedioth-plus-logo {
  background-image: url("data:image/svg+xml,%3Csvg width='97' height='30' viewBox='0 0 97 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 15C0 6.71573 6.71573 0 15 0H82C90.2843 0 97 6.71573 97 15C97 23.2843 90.2843 30 82 30H15C6.71573 30 0 23.2843 0 15Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2419 26.6663C21.7897 26.6663 27.0968 21.4429 27.0968 14.9997C27.0968 8.55646 21.7897 3.33301 15.2419 3.33301C8.69417 3.33301 3.3871 8.55646 3.3871 14.9997C3.3871 21.4429 8.69417 26.6663 15.2419 26.6663Z' fill='black'/%3E %3Cpath d='M16.9355 8.33297V21.6663H13.5484V8.33297H16.9355Z' fill='white'/%3E %3Cpath d='M22.0161 13.333V16.6663H8.46774V13.333H22.0161Z' fill='white'/%3E %3Cpath d='M80.4529 9.219C80.4529 9.219 74.9219 9.32146 73.7831 9.10316H73.7924C73.0085 8.95267 72.5656 8.77864 71.8662 8.50379L71.7248 8.44825C71.4055 8.32503 71.1469 8.07297 70.9041 7.8363C70.4973 7.43978 70.1348 7.08649 69.6057 7.45476C70.7353 8.97396 71.2113 10.9699 71.314 12.8588L78.2685 12.8722V22.6512H79.2067C79.6127 20.9583 80.2568 19.2698 81.181 17.8219C80.4622 16.4007 80.0748 14.4315 79.7948 12.8143H80.9569L80.4529 9.219Z' fill='white'/%3E %3Cpath d='M61.5867 8.88711C61.1572 8.83509 60.7284 8.78313 60.3593 8.65232L60.3639 8.66569C60.1106 8.53673 59.874 8.36536 59.6366 8.19343C59.1522 7.84265 58.6645 7.48953 58.0256 7.48953C58.8704 9.12902 59.4351 11.165 59.0011 13.0005C59.8972 13.0718 61.7082 13.0095 61.7082 13.0095C61.7228 12.9801 61.76 13.3365 61.8176 13.8893C61.9437 15.0992 62.1679 17.2501 62.469 18.3601C61.5517 18.2819 60.9101 18.3258 60.339 18.3648C59.7709 18.4037 59.2724 18.4378 58.6417 18.3423C57.6382 15.6959 56.9987 12.8713 57.2788 9.71265C57.1976 8.97637 56.5239 8.99222 55.9017 9.00687C55.737 9.01074 55.576 9.01453 55.4305 9.00428C54.6898 9.05288 54.064 8.67316 53.4618 8.30782C52.8497 7.9364 52.262 7.57985 51.6032 7.70338C52.8867 9.17357 53.2181 11.0091 53.2181 12.9961L55.6405 13.005C55.6405 13.005 56.5787 16.6448 56.4013 18.2888C56.1108 18.3992 56.0058 18.388 55.8001 18.3661C55.6323 18.3482 55.3975 18.3231 54.9404 18.3512C54.7163 18.3155 54.469 18.3734 54.2356 18.5249C54.205 18.5444 54.1778 18.5598 54.153 18.5738C54.0525 18.6306 53.9912 18.6653 53.9089 18.8546C53.6018 19.5624 53.4455 20.1215 53.2448 20.84C53.1069 21.3335 52.9479 21.9022 52.7047 22.6459H62.5623C62.7932 22.1534 63.0417 21.6983 63.2822 21.2578C63.8923 20.1404 64.4509 19.1171 64.5413 17.8166C63.4398 15.442 63.1831 12.5461 63.6965 9.82848C63.3046 9.09522 62.4444 8.99102 61.5867 8.88711Z' fill='white'/%3E %3Cpath d='M47.7946 8.75166C48.1969 9.20344 48.8283 9.23873 49.4397 9.2729C50.1546 9.31287 50.8422 9.3513 51.1038 10.0526C50.9265 13.0197 51.3092 15.764 52.2334 18.2857C52.0771 18.5641 51.9248 18.8188 51.7769 19.0661C51.1961 20.0374 50.6821 20.8969 50.2544 22.6472H49.4562L49.4656 13.1132C49.4656 13.1132 48.3081 13.0821 47.1739 13.1132C47.4788 10.5187 46.2813 8.68324 45.6579 7.72782C45.623 7.67428 45.5899 7.6235 45.5589 7.5755C46.2793 7.40637 46.6544 7.78942 47.0307 8.17374C47.2591 8.40694 47.4879 8.64061 47.7946 8.75166Z' fill='white'/%3E %3Cpath d='M67.8153 9.2729C67.204 9.23873 66.5726 9.20344 66.1703 8.75166H66.1749C66.0123 8.66408 65.8505 8.50024 65.673 8.32051C65.2545 7.89676 64.7487 7.38468 63.9392 7.5755C63.9702 7.62349 64.0033 7.67427 64.0383 7.7278C64.6616 8.68322 65.8591 10.5187 65.5542 13.1132C66.6324 13.1712 67.8459 13.1132 67.8459 13.1132L67.8552 17.9961H68.5273C68.9496 16.2494 69.5806 15.5606 70.2524 14.8274C70.4271 14.6367 70.6045 14.4431 70.7817 14.227C69.7735 12.4494 69.4795 10.0526 69.4795 10.0526C69.2178 9.3513 68.5303 9.31287 67.8153 9.2729Z' fill='white'/%3E %3Cpath d='M83.3886 8.75171C83.7909 9.20349 84.4223 9.23878 85.0336 9.27296C85.7486 9.31292 86.4361 9.35135 86.6978 10.0526C86.6978 10.0526 86.9918 12.4495 88 14.2271C87.8501 14.4098 87.7033 14.5766 87.5603 14.739C86.8841 15.5072 86.2922 16.1795 85.853 17.9961H85.0922L85.1015 13.1133C85.1015 13.1133 83.8133 13.0821 82.7725 13.1133C83.0774 10.5188 81.8799 8.6833 81.2566 7.72788C81.2216 7.67434 81.1885 7.62354 81.1575 7.57555C81.9031 7.40052 82.2962 7.79838 82.6874 8.19425C82.9035 8.41302 83.1191 8.6312 83.3932 8.75171H83.3886Z' fill='white'/%3E %3Cpath d='M37.7783 13.246H42.8611L42.8798 22.6998L44.1213 22.682C44.5327 20.9986 45.0236 20.2024 45.5773 19.3045C45.7459 19.0309 45.9205 18.7478 46.1003 18.4273C45.1762 15.9013 44.8074 13.099 44.9895 10.1363C44.9766 10.1132 44.9639 10.0905 44.9514 10.068C44.7103 9.63534 44.5355 9.32174 44.2427 9.24973C43.2513 9.20969 42.2346 9.22889 41.2227 9.24801C39.195 9.28632 37.1866 9.32426 35.4399 8.88442C35.0985 8.86461 34.7854 8.52039 34.4878 8.19328C34.0489 7.71086 33.6439 7.26566 33.2322 7.95329C34.1844 9.5215 34.4737 11.2412 34.5251 13.2014C34.9125 13.1524 35.3886 13.1168 35.6406 13.2371C34.9218 14.6583 35.2439 17.2556 35.6406 18.5432C35.6406 18.5432 33.6803 18.5031 33.5916 18.5387C33.0548 19.8396 32 22.6463 32 22.6463H36.8168L37.0315 22.4013C37.1426 21.9954 37.298 21.5857 37.455 21.1717C37.9908 19.759 38.5451 18.2974 37.4189 16.7745C36.9335 15.6028 36.7235 14.0301 37.7783 13.246Z' fill='white'/%3E %3C/svg%3E");
}
.YnetMutamHeader .promoLabel {
  height: 5.3125vw;
  display: inline-flex;
  align-items: center;
  padding: 0 15.15625vw 0 1.25vw;
  border-radius: 3.4375vw;
  border: solid 1px #000;
  color: #000;
  font-size: 3.3079vw;
  font-weight: bold;
  line-height: initial;
  background-repeat: no-repeat;
  background-size: 13.4375vw 4.0625vw;
  background-position: 98%;
  text-decoration: none;
  box-sizing: border-box;
}
.font-moses .YnetMutamHeader .promoLabel {
  font-size: 3.28125vw;
  font-weight: 670;
}
.YnetMutamHeader .logo {
  justify-content: center;
  align-items: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  display: flex;
}
.YnetMutamHeader .logo.hidden {
  opacity: 0;
}
.YnetMutamHeader .logo img {
  height: 9.0625vw;
  width: auto;
  margin-top: 3.125vw;
}
.YnetMutamHeader .mainNav {
  position: relative;
  width: 100%;
  display: flex;
  background: #fff;
  align-items: center;
  height: 12.5vw;
  justify-content: space-between;
}
.YnetMutamHeader .mainNav.fixed {
  position: fixed;
  top: 0px;
  z-index: 9999;
}
.YnetMutamHeader .mainNav .navList {
  width: 100%;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  height: 9.375vw;
  padding-right: 1.5625vw;
  align-items: center;
  line-height: 1.6;
}
.font-moses .YnetMutamHeader .mainNav .navList {
  line-height: unset;
}
.YnetMutamHeader .mainNav .navList div {
  font-size: 4.6875vw;
  padding-left: 6.5625vw;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.3;
}
.font-moses .YnetMutamHeader .mainNav .navList div {
  font-size: 3.90625vw;
  font-weight: 340;
}
.YnetMutamHeader .mainNav .navList div a,
.YnetMutamHeader .mainNav .navList div a:hover {
  text-decoration: none;
  color: inherit;
}
.YnetMutamHeader .mainNav .navList div a.selected,
.YnetMutamHeader .mainNav .navList div a:hover.selected,
.YnetMutamHeader .mainNav .navList div a.selected span,
.YnetMutamHeader .mainNav .navList div a:hover.selected span {
  font-weight: bold;
}
.font-moses .YnetMutamHeader .mainNav .navList div a.selected,
.font-moses .YnetMutamHeader .mainNav .navList div a:hover.selected,
.font-moses .YnetMutamHeader .mainNav .navList div a.selected span,
.font-moses .YnetMutamHeader .mainNav .navList div a:hover.selected span {
  font-weight: 670;
}
.YnetMutamHeader .mainNav .navList::-webkit-scrollbar {
  display: none;
}
.YnetMutamHeader .mainNav .menuHamburger {
  cursor: pointer;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='32' viewBox='0 0 44 32'%3E %3Cdefs%3E %3Cstyle%3E .prefix__cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='prefix__Group_301' data-name='Group 301' transform='translate(-6199 -6861)'%3E %3Cpath id='prefix__Rectangle_145' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 145' transform='translate(6199 6861)'/%3E %3Cpath id='prefix__Rectangle_146' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 146' transform='translate(6199 6875)'/%3E %3Cpath id='prefix__Rectangle_147' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 147' transform='translate(6199 6889)'/%3E %3C/g%3E %3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 6.25vw 5vw !important;
  background-position: center !important;
  background-color: rgba(255, 255, 255, 0.5);
  width: 9.375vw;
  height: 9.375vw;
  float: left;
  position: relative;
}
.YnetMutamHeader .mainNav .menuHamburger::after {
  content: "jjjjghjj";
  color: transparent;
  position: absolute;
  top: 2.1875vw;
  left: 7.8125vw;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.178));
}
.YnetMutamHeader .HeaderScrolledMenu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  height: 110%;
  background-color: #fff;
  left: -100%;
  transition: 0.6s ease;
  padding-bottom: 10%;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 10000;
}
.YnetMutamHeader .HeaderScrolledMenu .YnetPianoLogin,
.YnetMutamHeader .HeaderScrolledMenu .YnetPremiumHeaderLogin {
  position: relative;
  display: inline-flex;
}
.YnetMutamHeader .HeaderScrolledMenu.opened {
  left: 0;
}
.YnetMutamHeader .HeaderScrolledMenu.closed {
  left: -100%;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea {
  border-bottom: 1px solid #8080802e;
  justify-content: space-between;
  height: 12.5vw;
  align-items: center;
  display: flex;
  padding: 3.125vw;
  box-sizing: border-box;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea > div {
  display: flex;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea > div > div {
  margin: auto 0 auto 3.125vw;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea .closeBtn {
  width: 6.25vw;
  height: 6.25vw;
  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-repeat: no-repeat;
  background-size: 4.6875vw 4.6875vw;
  background-position: center;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea #mainAccessibilityButton {
  width: 6.25vw;
  height: 6.25vw;
  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;
  background-size: contain;
  background-position: center;
  position: relative;
  flex-shrink: 0;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea #mainAccessibilityButton #INDmenu-btn {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea .revokeButtonContainer {
  display: flex;
  margin-right: 0.3125vw;
  flex-direction: row;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea .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: 7.8125vw;
  height: 7.8125vw;
  background-size: contain;
  background-position: center;
  border: none;
  cursor: pointer;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea .revokeButtonContainer span {
  font-family: 'Moses';
  font-size: 2.34375vw;
  font-weight: 500;
  text-align: left;
  align-items: center;
  line-height: 2.89063vw;
  display: flex;
  position: relative;
  width: 9vw;
}
.YnetMutamHeader .bottomHeaderArea {
  border-top: 1px solid #eee;
  padding: 3.125vw 1.5625vw 1.5625vw;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  display: flex;
  position: relative;
}
.YnetMutamHeader .bottomHeaderArea.hidden {
  opacity: 0;
}
.YnetMutamHeader .bottomHeaderArea .YnetPianoLogin,
.YnetMutamHeader .bottomHeaderArea .YnetPremiumHeaderLogin {
  display: inline-flex;
  z-index: 222;
}
.YnetMutamHeader .bottomHeaderArea .YnetPianoLogin .menu,
.YnetMutamHeader .bottomHeaderArea .YnetPremiumHeaderLogin .menu {
  position: absolute;
  width: 100%;
  padding: 1.5625vw;
  background: #fff;
  box-shadow: 0px 0px 0.46875vw -1px black;
  left: 0;
  box-sizing: border-box;
  top: 9.6875vw;
  right: 0;
}
.YnetMutamHeader .bottomHeaderArea .WeatherView {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-left: 1.5625vw;
}
.YnetMutamHeader .bottomHeaderArea .WeatherView * {
  color: #000;
  font-size: 3.75vw;
  text-decoration: none;
}
.YnetMutamHeader .bottomHeaderArea .WeatherView .weathertempsdiv {
  margin-left: 0.78125vw;
}
.YnetMutamHeader .bottomHeaderArea .WeatherView .headerWeatherSelect {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.YnetMutamHeader .bottomHeaderArea .WeatherView .menuToggler {
  width: 2.65625vw;
  height: 1.71875vw;
  background: transparent 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");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: 0.2s ease;
  filter: invert(1);
  margin-top: -0.78125vw;
  margin-right: 0.78125vw;
}
.YnetMutamHeader .linksGroups {
  display: flex;
  flex-direction: column;
  font-size: 5vw;
  line-height: 2;
  padding: 3.125vw 3.125vw 6.25vw;
  flex-grow: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
.font-moses .YnetMutamHeader .linksGroups .YnetPremiumHeaderLogin {
  margin-bottom: 1.5625vw;
}
.font-moses .YnetMutamHeader .linksGroups {
  font-size: 4.375vw;
  font-weight: 340;
}
.YnetMutamHeader .linksGroups::-webkit-scrollbar {
  display: none;
}
.YnetMutamHeader .linksGroups .group {
  display: flex;
  flex-direction: column;
}
.YnetMutamHeader .linksGroups .groupTitle {
  font-weight: bold;
  margin-bottom: 1.5625vw;
}
.font-moses .YnetMutamHeader .linksGroups .groupTitle {
  font-weight: 800;
  margin-bottom: 3.125vw;
}
.YnetMutamHeader .linksGroups .groupList {
  list-style-type: none;
  padding-inline-start: 0px;
  margin: 0;
}
.font-moses .YnetMutamHeader .linksGroups .groupList li {
  margin-bottom: 1.25vw;
}
.YnetMutamHeader .linksGroups .groupList a {
  text-decoration: none;
  font-weight: 400;
}
.font-moses .YnetMutamHeader .linksGroups .groupList a {
  font-weight: 340;
}
.YnetMutamHeader .followUsLinks {
  width: 100%;
  height: 15.625vw;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-top: 1px solid #8080802e;
  padding-top: 2.34375vw;
  box-sizing: border-box;
  margin-bottom: 6.25vw;
}
.YnetMutamHeader .followUsLinks .mediaIcon {
  width: 6.5625vw;
  height: 6.5625vw;
  margin: 0 2.65625vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
.YnetMutamHeader .followUsLinks .mediaIcon.linkToTw {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13 .473c6.904 0 12.5 5.596 12.5 12.5 0 6.903-5.596 12.5-12.5 12.5S.5 19.876.5 12.973C.5 6.069 6.096.473 13 .473zm0 2c-5.799 0-10.5 4.7-10.5 10.5 0 5.799 4.701 10.5 10.5 10.5s10.5-4.701 10.5-10.5c0-5.8-4.701-10.5-10.5-10.5zm1.5 6.482c1.157-1.052 2.976-.998 4.064.12a5.876 5.876 0 0 0 1.824-.674 2.806 2.806 0 0 1-1.263 1.537 5.885 5.885 0 0 0 1.65-.437 5.742 5.742 0 0 1-1.433 1.438c.008.119.008.238.008.359 0 3.67-2.89 7.904-8.172 7.902a8.334 8.334 0 0 1-4.403-1.246 5.889 5.889 0 0 0 4.251-1.151c-1.229-.023-2.307-.798-2.684-1.93.43.08.874.064 1.297-.047-1.34-.262-2.304-1.401-2.304-2.724v-.035c.4.216.846.335 1.304.348-1.263-.815-1.652-2.44-.89-3.708 1.459 1.735 3.61 2.79 5.92 2.902a2.723 2.723 0 0 1 .831-2.654z' fill='%23000' fill-rule='nonzero'/%3E %3C/svg%3E");
}
.YnetMutamHeader .followUsLinks .mediaIcon.linkToFb {
  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 xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='32' height='32' viewBox='0 0 32 32' xml:space='preserve'%3E %3Cdesc%3ECreated with Fabric.js 3.6.3%3C/desc%3E %3Cdefs%3E %3C/defs%3E %3Cg transform='matrix(1.28 0 0 1.28 16.5 16.5)' %3E %3Cg style='' %3E %3Cg transform='matrix(1 0 0 1 0 0)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: none; fill-rule: evenodd; opacity: 1;' transform=' translate(-16, -16)' d='M 0 0 H 32 V 32 H 0 z' stroke-linecap='round' /%3E %3C/g%3E %3Cg transform='matrix(1 0 0 1 -0.25 0.14)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' translate(-15.75, -16.14)' d='M 17.226 9.976 c 1.05 0 1.79 0.165 1.79 0.165 v 1.854 s -0.23 0.006 -0.8 0.007 h -0.267 c -0.772 0 -1.144 0.49 -1.144 1.26 v 1.384 h 1.982 l -0.331 2.297 l -1.651 -0.001 v 5.362 h -2.414 l -0.001 -5.362 h -1.9 v -2.296 h 1.9 V 13.15 c 0 -2.72 1.55 -3.154 2.75 -3.173 h 0.086 z' stroke-linecap='round' /%3E %3C/g%3E %3Cg transform='matrix(1 0 0 1 0 0.01)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' translate(-16, -16.01)' d='M 16 4.507 c -6.351 0 -11.5 5.15 -11.5 11.5 c 0 6.352 5.149 11.5 11.5 11.5 s 11.5 -5.148 11.5 -11.5 c 0 -6.35 -5.149 -11.5 -11.5 -11.5 z m 0 2 c 5.247 0 9.5 4.254 9.5 9.5 c 0 5.247 -4.253 9.5 -9.5 9.5 s -9.5 -4.253 -9.5 -9.5 c 0 -5.246 4.253 -9.5 9.5 -9.5 z' stroke-linecap='round' /%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.YnetMutamHeader .followUsLinks .mediaIcon.linkToYtube {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13 .473c6.904 0 12.5 5.596 12.5 12.5 0 6.903-5.596 12.5-12.5 12.5S.5 19.876.5 12.973C.5 6.069 6.096.473 13 .473zm0 2c-5.799 0-10.5 4.7-10.5 10.5 0 5.799 4.701 10.5 10.5 10.5s10.5-4.701 10.5-10.5c0-5.8-4.701-10.5-10.5-10.5zm.282 5.895.352.001c1.086.008 4.06.05 4.924.278a1.692 1.692 0 0 1 1.205 1.183c.26.957.283 2.866.284 3.178v.055c0 .168-.011 2.21-.284 3.21a1.692 1.692 0 0 1-1.205 1.183c-.93.244-4.308.275-5.139.279h-.37c-.83-.004-4.209-.035-5.138-.28a1.692 1.692 0 0 1-1.205-1.183c-.247-.906-.28-2.667-.284-3.115v-.149c.001-.312.023-2.221.284-3.178A1.692 1.692 0 0 1 7.91 8.647c.863-.227 3.838-.27 4.923-.278l.352-.001h.096zm-1.072 2.525v4.21l3.685-2.105-3.685-2.105z' fill='%23000' fill-rule='evenodd'/%3E %3C/svg%3E");
}
@media (prefers-color-scheme: dark) {
  .YnetMutamHeader .logo .darkModeLogo {
    background: transparent no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='78' height='34' viewBox='0 0 78 34'%3E %3Cdefs%3E %3Cpath id='qp71ug7cxa' d='M0.132 0.476L10.456 0.476 10.456 25.845 0.132 25.845z'/%3E %3Cpath id='57904mlfkc' d='M0 16.015c0 8.79 7.125 15.915 15.914 15.915 8.79 0 15.914-7.125 15.914-15.915S24.704.1 15.914.1 0 7.225 0 16.015z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23F7F7F7' d='M13.835 24.76V11.008c0-3.015-1.917-5.026-4.911-5.026-2.077 0-3.754.804-5.43 2.774l-.4-1.809c-.12-.483-.4-.724-.958-.724H.938c-.48 0-.918.322-.918.844V24.76c0 .482.439.884.918.884h1.837c.479 0 .878-.402.878-.884V13.863c0-2.694 1.877-4.745 4.273-4.745 1.637 0 2.275.805 2.275 2.695V24.76c0 .482.44.884.918.884h1.837c.48 0 .879-.402.879-.884M27.102 14.104h-7.067c.4-4.181 2.236-5.187 3.673-5.187 2.476 0 3.314 2.614 3.394 5.187m3.714 1.85c0-7.359-3.194-9.972-7.227-9.972-4.432 0-7.347 3.82-7.347 9.85 0 6.595 3.074 10.013 8.505 10.013 2.355 0 3.713-.362 4.95-.925.48-.2.68-.603.52-1.086l-.44-1.286c-.16-.442-.479-.764-1.077-.563-1.158.362-2.237.684-3.754.684-3.513 0-4.751-2.09-4.91-5.83h9.901c.48 0 .879-.402.879-.885' transform='translate(-149.000000, -15.000000) translate(-1.000000, 0.000000) translate(1.000000, 0.000000) translate(149.000000, 15.000000) translate(35.489972, 0.149203)'/%3E %3Cg transform='translate(-149.000000, -15.000000) translate(-1.000000, 0.000000) translate(1.000000, 0.000000) translate(149.000000, 15.000000) translate(35.489972, 0.149203) translate(30.817311, 0.000000)'%3E %3Cmask id='vm9nuj9fnb' fill='%23fff'%3E %3Cuse xlink:href='%23qp71ug7cxa'/%3E %3C/mask%3E %3Cpath fill='%23F7F7F7' d='M10.434 24.478l-.2-1.246c-.08-.483-.479-.724-.918-.644-.36.08-.919.161-1.238.161-.918 0-1.357-.482-1.357-1.568V9.078h2.276c.478 0 .838-.402.838-.884V7.108c0-.482-.36-.885-.838-.885H6.72V1.157c0-.724-.52-.764-1.119-.603l-1.796.523c-.44.12-.679.522-.679 1.045v4.101H.971c-.52 0-.839.403-.839.885v1.086c0 .482.32.884.839.884h2.156v12.706c0 2.694 1.317 4.061 4.153 4.061.958 0 1.916-.12 2.555-.321.56-.161.679-.564.599-1.046' mask='url(%23vm9nuj9fnb)'/%3E %3C/g%3E %3C/g%3E %3Cg transform='translate(-149.000000, -15.000000) translate(-1.000000, 0.000000) translate(1.000000, 0.000000) translate(149.000000, 15.000000) translate(0.000000, 0.950477)'%3E %3Cmask id='7tay6i5x8d' fill='%23fff'%3E %3Cuse xlink:href='%2357904mlfkc'/%3E %3C/mask%3E %3Cuse fill='%23DF3232' xlink:href='%2357904mlfkc'/%3E %3Cpath fill='%23FEFEFE' d='M22.647 7.092c.128-.514-.161-.835-.579-.835H20.14c-.418 0-.772.225-.868.674l-2.378 9.707c-.225.9-.386 1.704-.515 2.282-.032-.675-.128-1.318-.289-1.96l-2.7-9.997c-.128-.45-.45-.706-.9-.706h-2.12c-.418 0-.74.32-.58.803l4.115 12.889c.16.482.385.675.868.675h1.092c-.064.32-.386 1.735-.546 1.928-.386 1.35-1.06 2.282-2.186 2.861l-.45.225c-.353.193-.578.643-.386.996l.676 1.318c.192.386.61.514.964.354l.707-.322c1.703-.771 2.957-2.25 3.6-4.628l4.403-16.264z' mask='url(%237tay6i5x8d)'/%3E %3C/g%3E %3Cg fill='%23FF0200'%3E %3Cpath d='M33.626.724c.375.133.932.025 1.133.399-.175.923-.087 1.904.287 2.711-.043.616-.394 1.048-.67 1.638H31.03c.204-.62.233-.88.41-1.287.034-.08.058-.078.11-.112.08-.051.164-.072.24-.059.345-.022.315.047.494-.022.062-.557-.258-1.793-.258-1.793l-.822-.003c0-.674-.113-1.297-.549-1.797.445-.083.793.475 1.299.441.235.017.592-.075.627.242-.096 1.072.122 2.03.461 2.928.43.065.678-.047 1.3.006-.149-.55-.242-1.848-.259-1.817 0 0-.613.022-.918-.003.148-.624-.044-1.314-.331-1.872.322 0 .531.267.792.4M38.182.876c.387.074 2.263.04 2.263.04l.171 1.219h-.395c.096.549.227 1.217.47 1.699-.313.491-.53 1.065-.67 1.638h-.319l-.001-3.318-2.36-.004c-.034-.64-.195-1.318-.578-1.834.287-.2.429.226.719.338.266.104.418.167.7.222M22.019 1.004l.078.117c-.026.864.192 1.636-.792 2.086l1.177 1.609-.989.793c-.697-.89-2.323-2.576-2.323-2.576l-.186 1.058.9.019.103 1.363s-1.533 0-1.566-.008l-.087-.075c.34-1.205.261-2.382.087-3.63l.497-1.156h.13l2.004 2.417c.174.108.322-.166.418-.283.07-.166.078-.345-.122-.42l-.714-.042c-.026-.607-.21-1.155-.67-1.597l.042-.116c.515.508 1.316.35 2.013.44M8.342.93c.375-.158.285.191.269.4.031.525.398 2.51.437 2.85.013.111-.579 1.283-.579 1.283l-1.634-.001s.435-.813.583-1.246c.032.002.748.002.748.002V2.245c-1.097.136-.696-.633-.914-1.04-.06-.3-.374-.557-.374-.84.558.016.828.715 1.464.566M29.363.757c.296.333.958 0 1.124.441-.061 1.006.07 1.938.383 2.794-.261.466-.49.735-.671 1.48h-.27l.002-3.235s-.391-.01-.777 0c.11-.93-.35-1.573-.549-1.88.392-.09.483.3.758.4M15.158 2.217c.043.64.194 1.208.404 1.782-.261.466-.49.723-.67 1.469h-.21c-.288-1.697.315-3.594-.695-5 .61-.241.653.59 1.21.474h2.34s.11.025.164.066c.064.049.09.108.114.17-.061 1.006.07 1.958.383 2.814-.261.466-.49.674-.67 1.475h-.333l.003-3.244h-1.957l-.083-.006zM35.6.757c.295.333.958 0 1.123.441 0 0 .1.813.442 1.417-.292.355-.585.533-.766 1.278h-.229l-.002-1.656s-.412.02-.778 0c.11-.93-.35-1.573-.548-1.88.392-.09.572.3.757.4M41.44.757c.297.333.96 0 1.125.441 0 0 .1.813.441 1.417-.292.355-.548.533-.729 1.278h-.258l.003-1.656s-.438-.01-.79 0c.109-.93-.35-1.573-.549-1.88.392-.09.497.285.758.4M9.968 2.237s-.322-.003-.673 0c.109-.93-.35-1.573-.549-1.88.392-.09.559.325.758.406.46.254.959-.006 1.124.435-.06 1.006.07 1.938.383 2.794-.261.466-.612.735-.794 1.48H9.97l-.003-3.235z' transform='translate(-149.000000, -15.000000) translate(-1.000000, 0.000000) translate(1.000000, 0.000000) translate(149.000000, 15.000000) translate(33.650946, 27.392531)'/%3E %3Cpath d='M5.978 2.244s-.458-.002-.729 0C5.36 1.314 4.9.671 4.7.364c.392-.09.517.248.758.4.297.333.958 0 1.124.44-.06 1.007.061 1.943.375 2.8-.262.465-.514.735-.696 1.48h-.283v-3.24zM3.98 2.268H2.235c-.357.266-.287.875-.122 1.273.494.668.035 1.23-.13 1.838l-.074.083H.275l.54-1.323.695.002c-.135-.438-.244-1.393 0-1.875-.086-.041-.257-.056-.388-.04-.018-.664-.107-1.222-.43-1.754.236-.391.462.3.75.316.915.2 1.964.118 3.043.142.105.025.18.095.242.288-.06 1.006.073 1.944.387 2.8-.262.466-.49.736-.671 1.48h-.465l.002-3.23zM13.973 1.196c-.061 1.006.076 1.938.39 2.794-.262.466-.49.735-.671 1.48h-.327l-.003-3.235-2.23-.001c.043-.624-.055-1.266-.447-1.715.035-.133.279-.083.375-.041.28.277.479.34.749.44h1.882c.122.042.215.136.282.278M27.691 2.283h-1.727c-.356.266-.287.8-.121 1.197.494.669.034 1.302-.131 1.91l-.074.083h-1.633s.356-.953.54-1.394c.03-.012.694.002.694.002-.134-.438-.243-1.318.001-1.8-.086-.042-.248-.03-.379-.013-.017-.665-.116-1.25-.439-1.782.236-.39.462.3.75.316.888.225 1.976.084 2.987.125.104.025.165.143.252.3-.06 1.007.064 1.957.378 2.814-.262.465-.49.699-.671 1.444l-.42.007-.007-3.21z' transform='translate(-149.000000, -15.000000) translate(-1.000000, 0.000000) translate(1.000000, 0.000000) translate(149.000000, 15.000000) translate(33.650946, 27.392531)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  }
  .YnetMutamHeader .topBtns,
  .YnetMutamHeader .goBack {
    filter: invert(1);
  }
  .YnetMutamHeader .mainNav .menuHamburger {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='32' viewBox='0 0 44 32'%3E %3Cdefs%3E %3Cstyle%3E .prefix__cls-1%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='prefix__Group_301' data-name='Group 301' transform='translate(-6199 -6861)'%3E %3Cpath id='prefix__Rectangle_145' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 145' transform='translate(6199 6861)'/%3E %3Cpath id='prefix__Rectangle_146' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 146' transform='translate(6199 6875)'/%3E %3Cpath id='prefix__Rectangle_147' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 147' transform='translate(6199 6889)'/%3E %3C/g%3E %3C/svg%3E") !important;
    background-color: rgba(30, 30, 30, 0.5) !important;
    background-repeat: no-repeat !important;
    background-size: 6.25vw 5vw !important;
    background-position: center !important;
  }
  .YnetMutamHeader .menuHamburger::after {
    background-image: linear-gradient(to right, #1e1e1e, rgba(30, 30, 30, 0.178)) !important;
    height: 4.6875vw;
  }
  .YnetMutamHeader .searchArea .srhBtn {
    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 !important;
  }
  .YnetMutamHeader .mutamSrchBox {
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
  }
  .YnetMutamHeader .searchArea .mutamSrchBox {
    background: #d6d5d3 !important;
    color: #000 !important;
  }
  .YnetMutamHeader .HeaderScrolledMenu .hamTopArea .closeBtn {
    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") !important;
    background-size: 70% 70% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .YnetMutamHeader .bottomHeaderArea .WeatherView .menuToggler {
    display: none;
  }
  .YnetMutamHeader .HeaderScrolledMenu .hamTopArea #mainAccessibilityButton {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='24' viewBox='0 0 26 27'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4.59 10.246a8.625 8.625 0 0 0 5.034 15.629 8.63 8.63 0 0 0 8.349-6.447'/%3E %3Cpath stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.167 2l.835 7.388.484 4.279h8.847l4.167 5.75 2.167-1.356M16.417 9.5H9.002'/%3E %3Cpath fill='%23FFF' d='M11.71 2.272a2.272 2.272 0 1 1-4.544-.002 2.272 2.272 0 0 1 4.544.002'/%3E %3C/g%3E %3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 95% !important;
    border: 0.3125vw solid #fff;
    border-radius: 50%;
    background-position: center !important;
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .YnetMutamHeader .mediaIcon {
    width: 6.5625vw;
    height: 6.5625vw;
    margin: 0 2.65625vw 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-color: transparent !important;
  }
  .YnetMutamHeader .mediaIcon.linkToTw {
    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;
  }
  .YnetMutamHeader .mediaIcon.linkToFb {
    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 xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='32' height='32' viewBox='0 0 32 32' xml:space='preserve'%3E %3Cdesc%3ECreated with Fabric.js 3.6.3%3C/desc%3E %3Cdefs%3E %3C/defs%3E %3Cg transform='matrix(1.28 0 0 1.28 16.5 16.5)' %3E %3Cg style='' %3E %3Cg transform='matrix(1 0 0 1 0 0)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: none; fill-rule: evenodd; opacity: 1;' transform=' translate(-16, -16)' d='M 0 0 H 32 V 32 H 0 z' stroke-linecap='round' /%3E %3C/g%3E %3Cg transform='matrix(1 0 0 1 -0.25 0.14)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' translate(-15.75, -16.14)' d='M 17.226 9.976 c 1.05 0 1.79 0.165 1.79 0.165 v 1.854 s -0.23 0.006 -0.8 0.007 h -0.267 c -0.772 0 -1.144 0.49 -1.144 1.26 v 1.384 h 1.982 l -0.331 2.297 l -1.651 -0.001 v 5.362 h -2.414 l -0.001 -5.362 h -1.9 v -2.296 h 1.9 V 13.15 c 0 -2.72 1.55 -3.154 2.75 -3.173 h 0.086 z' stroke-linecap='round' /%3E %3C/g%3E %3Cg transform='matrix(1 0 0 1 0 0.01)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill:rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' translate(-16, -16.01)' d='M 16 4.507 c -6.351 0 -11.5 5.15 -11.5 11.5 c 0 6.352 5.149 11.5 11.5 11.5 s 11.5 -5.148 11.5 -11.5 c 0 -6.35 -5.149 -11.5 -11.5 -11.5 z m 0 2 c 5.247 0 9.5 4.254 9.5 9.5 c 0 5.247 -4.253 9.5 -9.5 9.5 s -9.5 -4.253 -9.5 -9.5 c 0 -5.246 4.253 -9.5 9.5 -9.5 z' stroke-linecap='round' /%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  }
  .YnetMutamHeader .mediaIcon.linkToYtube {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13 .473c6.904 0 12.5 5.596 12.5 12.5 0 6.903-5.596 12.5-12.5 12.5S.5 19.876.5 12.973C.5 6.069 6.096.473 13 .473zm0 2c-5.799 0-10.5 4.7-10.5 10.5 0 5.799 4.701 10.5 10.5 10.5s10.5-4.701 10.5-10.5c0-5.8-4.701-10.5-10.5-10.5zm.282 5.895.352.001c1.086.008 4.06.05 4.924.278a1.692 1.692 0 0 1 1.205 1.183c.26.957.283 2.866.284 3.178v.055c0 .168-.011 2.21-.284 3.21a1.692 1.692 0 0 1-1.205 1.183c-.93.244-4.308.275-5.139.279h-.37c-.83-.004-4.209-.035-5.138-.28a1.692 1.692 0 0 1-1.205-1.183c-.247-.906-.28-2.667-.284-3.115v-.149c.001-.312.023-2.221.284-3.178A1.692 1.692 0 0 1 7.91 8.647c.863-.227 3.838-.27 4.923-.278l.352-.001h.096zm-1.072 2.525v4.21l3.685-2.105-3.685-2.105z' fill='%23fff' fill-rule='evenodd'/%3E %3C/svg%3E") !important;
  }
  .YnetMutamHeader .promoLabel {
    border: solid 1px #fff;
  }
  .YnetMutamHeader .redMailHeaderBtn .redmailIcon {
    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");
    background-color: unset;
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .YnetMutamHeader .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 %3Cpath 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='white'/%3E %3C/svg%3E") !important;
    background-size: contain !important;
    background-position: center !important;
    background-color: #1e1e1e !important;
  }
  .YnetMutamHeader .YnetPremiumHeaderLogin .menuToggler {
    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");
    filter: invert(0) !important;
    background-color: #1e1e1e !important;
  }
  .YnetMutamHeader .YnetPianoLogin .menuToggler {
    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");
    filter: invert(0) !important;
    background-color: #1e1e1e !important;
  }
  .YnetMutamHeader #commentButtonInHeader {
    filter: invert(0);
    color: #fff !important;
  }
  .YnetMutamHeader .whatsAppShareBtn {
    filter: invert(0);
    background: transparent no-repeat center center url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M10.6667 13.3789C10.6667 14.7619 11.5959 16.0983 11.7361 16.2999L11.7385 16.3034C11.7471 16.3158 11.7625 16.3396 11.7845 16.3736C12.0989 16.8592 13.7612 19.4268 16.2213 20.572C16.8474 20.864 17.3369 21.0373 17.717 21.1671C18.3464 21.3821 18.9177 21.3515 19.3702 21.2802C19.8749 21.1977 20.9232 20.5951 21.1423 19.9352C21.3605 19.2743 21.3605 18.7088 21.2956 18.5911C21.2424 18.497 21.1199 18.4332 20.9391 18.3389C20.8936 18.3152 20.8444 18.2896 20.7917 18.2611C20.5297 18.1193 19.2388 17.4352 18.9978 17.3416C18.7585 17.247 18.5823 17.1998 18.4079 17.4825C18.2327 17.7652 17.7304 18.402 17.5771 18.5911C17.4246 18.7793 17.2712 18.8034 17.0092 18.6625C16.9662 18.6393 16.9077 18.6119 16.8355 18.5781C16.4656 18.4051 15.7363 18.0639 14.8975 17.2591C14.1181 16.5092 13.5914 15.5832 13.4389 15.3004C13.2856 15.0168 13.4221 14.8648 13.5535 14.7239C13.6349 14.6363 13.7291 14.5126 13.8225 14.3898C13.8646 14.3345 13.9065 14.2795 13.947 14.228C14.0591 14.0873 14.1075 13.9803 14.1731 13.8353C14.1844 13.8102 14.1963 13.7839 14.2091 13.7562C14.2959 13.568 14.2529 13.4021 14.188 13.2612C14.1435 13.1658 13.8883 12.4968 13.6602 11.8986C13.5516 11.6139 13.4489 11.3446 13.3783 11.1617C13.1907 10.6778 12.9998 10.6778 12.8474 10.6778C12.8263 10.6778 12.8069 10.6778 12.7876 10.6769C12.6351 10.6685 12.4598 10.6667 12.2854 10.6667C12.1101 10.6667 11.8253 10.7371 11.5851 11.0208C11.5697 11.0389 11.5525 11.0587 11.5337 11.0803C11.2605 11.3944 10.6667 12.0772 10.6667 13.3789Z' fill='%2325D366'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50838 26.847C4.40065 27.242 4.75975 27.6061 5.15619 27.5038L10.2003 26.2021C11.9109 27.1766 13.8904 27.7333 16 27.7333C22.4801 27.7333 27.7333 22.4801 27.7333 16C27.7333 9.51986 22.4801 4.26666 16 4.26666C9.51986 4.26666 4.26666 9.51986 4.26666 16C4.26666 18.1518 4.84591 20.1683 5.85698 21.9021L4.50838 26.847ZM6.68669 25.3462L7.69184 21.6607L7.33128 21.0424C6.46827 19.5625 5.97333 17.8416 5.97333 16C5.97333 10.4624 10.4624 5.97333 16 5.97333C21.5376 5.97333 26.0267 10.4624 26.0267 16C26.0267 21.5376 21.5376 26.0267 16 26.0267C14.1944 26.0267 12.5051 25.5509 11.0451 24.7192L10.4439 24.3766L6.68669 25.3462Z' fill='%2325D366'/%3E %3C/svg%3E") !important;
  }
  .YnetMutamHeader .progress-bar {
    background: #DE1A1A !important;
    height: 0.46875vw;
  }
}
.ynet-live-wrapper .ynet-live-componenta {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #000;
  padding: 0 1.71875vw;
  margin-bottom: 2.65625vw;
}
.ynet-live-wrapper .ynet-live-componenta .main-logo {
  height: 6.25vw;
  width: auto;
}
.ynet-live-wrapper .ynet-live-componenta .text-div {
  display: flex;
  align-items: center;
  font-size: 3.75vw;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .main-title {
  font-weight: 670;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .separator {
  width: 0.46875vw;
  height: 3.90625vw;
  background-color: #de1919;
  margin: 0 1.5625vw;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper {
  height: 4.6875vw;
  width: 45.3125vw;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: flex-start;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper * {
  box-sizing: border-box;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper .slider-wrapper {
  display: flex;
  gap: 3.125vw;
  /* Add padding to the right to create a gap between the last and first card. */
  width: 100%;
  box-sizing: border-box;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper .slider-wrapper .program-title {
  flex: 0 0 100%;
  padding-inline-start: 3.125vw;
  box-sizing: border-box;
  will-change: transform;
  /* We should be nice to the browser - let it know what we're going to animate. */
  animation: scrolling var(--titleLength) linear infinite;
  flex-shrink: 0;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper .program-title {
  width: fit-content !important;
  display: flex !important;
  font-weight: 340;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ynet-live-wrapper .ynet-live-componenta .media-button {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
}
.ynet-live-wrapper .ynet-live-componenta .media-button.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-wrapper .ynet-live-componenta .media-button.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 {
  width: 100vw;
  height: 22.5vw;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: calc(50% - 50vw);
  background-color: #2d2d2d;
  padding: 1.5625vw 0 6.25vw 0;
  box-sizing: border-box;
  transform: translateY(200%);
  transition: transform 0.5s ease;
  border: solid 1px #6e6e6e;
  z-index: 10;
}
.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: 3.90625vw;
  height: 3.90625vw;
  margin: 1.09375vw 0 0 1.09375vw;
  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 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  position: relative;
  padding: 0 3.90625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details {
  width: fit-content;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 1.40625vw;
}
.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: 8.75vw;
  height: 8.75vw;
  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;
  position: absolute;
  bottom: -2.03125vw;
  left: 50%;
  transform: translate(-50%, 80%);
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper .floating-player-dot {
  background-color: #de1919;
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  margin: 0 1.5625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper .floating-player-live-indication {
  min-width: fit-content;
  font-size: 3.75vw;
  font-weight: 340;
}
.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 input[type="range"]::-webkit-slider-thumb {
  border: 0.3125vw 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: 0.625vw;
  cursor: pointer;
  width: 66.40625vw;
  border-radius: 3.90625vw;
  direction: ltr !important;
}
.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: 0.78125vw;
  font-size: 2.5vw;
  width: 18.125vw;
  position: absolute;
  bottom: 0;
}
.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: 1.5625vw;
  position: absolute;
  bottom: -2.03125vw;
  left: 50%;
  transform: translate(-50%, 80%);
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback .dot {
  background-color: #fec300;
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  margin: 0 1.5625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback .live-text {
  font-size: 3.75vw;
  font-weight: 340;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-show-time {
  margin-left: 3.125vw;
  font-weight: 340;
  white-space: nowrap;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-equalizer-gif {
  width: 7.8125vw;
  height: 7.8125vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  width: 66.40625vw;
  height: 0.9375vw;
  background: #de1919;
  margin: 0 3.4375vw;
  border-radius: 3.90625vw;
  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: 2.34375vw;
  height: 2.34375vw;
  background: white;
  border: 0.3125vw solid #de1919;
  background-color: #de1919;
  border-radius: 50%;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper {
  display: flex;
  max-width: 46.875vw;
  width: fit-content;
  overflow: hidden;
  position: relative;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-right,
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-left {
  position: absolute;
  height: 100%;
  width: 6.25vw;
  top: 0;
  z-index: 1;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-right {
  right: -0.46875vw;
  background: linear-gradient(270deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-left {
  left: -0.46875vw;
  background: linear-gradient(90deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper {
  display: flex;
  gap: 3.125vw;
  /* Add padding to the right to create a gap between the last and first card. */
  width: 100%;
  box-sizing: border-box;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .floating-player-show-title {
  flex: 0 0 100%;
  padding-inline-start: 3.125vw;
  box-sizing: border-box;
  will-change: transform;
  /* We should be nice to the browser - let it know what we're going to animate. */
  animation: scrolling var(--titleLength) linear infinite;
  flex-shrink: 0;
}
.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: 3.75vw;
  font-weight: 630;
  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: 0.46875vw;
  height: 3.59375vw;
  background-color: #de1919;
  margin: 0 1.5625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-title {
  width: fit-content !important;
  display: flex !important;
  font-size: 3.75vw;
  font-weight: 340;
  white-space: nowrap;
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .ynet-live-wrapper .ynet-live-componenta {
    background-color: #393939 !important;
  }
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.VideoGalleryComponenta {
  display: flex;
  flex-direction: column;
  object-fit: contain;
  background-image: linear-gradient(123deg, #000000 7%, #131a2a 40%, #000000 90%);
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.34375vw;
}
.VideoGalleryComponenta .lisPreviewImage {
  position: relative;
  height: 24.53125vw;
  margin-bottom: 1.25vw;
}
.VideoGalleryComponenta .lisPreviewImage img {
  width: 100%;
}
.VideoGalleryComponenta .VideoGalleryTab {
  font-size: 4.6875vw;
  line-height: 8.90625vw;
  display: flex;
  height: 8.90625vw;
  width: auto;
  align-items: center;
  color: #fff;
  font-weight: 600;
  padding: 0 5.3125vw;
}
.VideoGalleryComponenta .VideoGalleryTab .tabIcon {
  width: 4.0625vw;
  height: auto;
  margin-left: 1.5625vw;
}
.font-moses .VideoGalleryComponenta .VideoGalleryTab {
  font-size: 4.0625vw;
  line-height: 8.59375vw;
  height: 8.59375vw;
}
.VideoGalleryComponenta .SelectedVideo {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-direction: column;
}
.VideoGalleryComponenta .SelectedVideo .slotDetails {
  display: flex;
  flex-direction: column;
  padding: 7.34375vw 5.78125vw 0;
  color: #fff;
  flex-grow: 1;
  order: 1;
}
.font-moses .VideoGalleryComponenta .SelectedVideo .slotDetails {
  padding: 4.6875vw 4.6875vw 0;
}
.VideoGalleryComponenta .SelectedVideo .slotTitle {
  font-weight: bold;
  font-size: 6.875vw;
  line-height: 7.5vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 22.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-moses .VideoGalleryComponenta .SelectedVideo .slotTitle {
  font-weight: 800;
  font-size: 5.46875vw;
  line-height: 7.96875vw;
  height: 23.90625vw;
  font-family: "MosesDisplay" !important;
}
.VideoGalleryComponenta .SelectedVideo .slotSubTitle {
  display: none;
}
.VideoGalleryComponenta .SelectedVideo .linkTo {
  width: 90.46875vw;
  height: 10.15625vw;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 4.0625vw;
  font-weight: 600;
  text-decoration: none;
  margin: 3.125vw auto 7.34375vw;
  order: 2;
}
.font-moses .VideoGalleryComponenta .SelectedVideo .linkTo {
  font-weight: 670;
  font-size: 3.75vw;
}
.VideoGalleryComponenta .SelectedVideo .linkTo:hover {
  color: #000;
  text-decoration: none;
}
.VideoGalleryComponenta .SelectedVideo .mainVideo {
  width: 100vw;
  height: 56.25vw;
  overflow: hidden;
  order: 0;
  flex-shrink: 0;
}
.VideoGalleryComponenta .SelectedVideo .mainVideo .videoMediaContainer[style] {
  width: 100% !important;
  height: 100%!important;
}
.VideoGalleryComponenta .SelectedVideo .mainVideo > div > div {
  height: 100%;
}
.VideoGalleryComponenta .SelectedVideo .mainVideo > div > div .yitvideo_container {
  height: 100%;
}
.VideoGalleryComponenta .mediaListContainer {
  display: flex;
  flex-direction: column;
  width: 90.46875vw;
  margin: auto;
}
.VideoGalleryComponenta .mediaListContainer .videoItem {
  width: 100%;
  display: flex;
  cursor: pointer;
  margin-bottom: 4.21875vw;
}
.VideoGalleryComponenta .mediaListContainer .videoItem:last-of-type {
  display: none;
}
.VideoGalleryComponenta .mediaListContainer .videoItem .lisPreviewImage {
  position: relative;
  width: 33.4375vw;
  height: 19.0625vw;
}
.VideoGalleryComponenta .mediaListContainer .videoItem img {
  width: 33.4375vw;
  height: 19.0625vw;
}
.VideoGalleryComponenta .mediaListContainer .videoItem .slotTitle {
  font-size: 4.21875vw;
  line-height: 4.6875vw;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 4.21875vw;
  max-height: 18.75vw;
}
.font-moses .VideoGalleryComponenta .mediaListContainer .videoItem .slotTitle {
  font-weight: 500;
  font-size: 3.90625vw;
  line-height: 4.84375vw;
  max-height: 19.375vw;
  margin-right: 3.125vw;
}
@media (prefers-color-scheme: dark) {
  .VideoGalleryComponenta .SelectedVideo .linkTo {
    color: #000 !important;
  }
}
.ynet-live-wrapper.ltr {
  direction: ltr;
}
.ynet-live-wrapper.ltr .ynet-live-componenta {
  gap: 0.78125vw;
}
.ynet-live-wrapper .ynet-live-componenta {
  height: 9.375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #000;
  padding: 0 1.71875vw;
  margin-bottom: 2.65625vw;
}
.ynet-live-wrapper .ynet-live-componenta .main-logo {
  height: 6.25vw;
  width: auto;
}
.ynet-live-wrapper .ynet-live-componenta .text-div {
  display: flex;
  align-items: center;
  font-size: 3.75vw;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .main-title {
  font-weight: 670;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .separator {
  width: 0.46875vw;
  height: 3.90625vw;
  background-color: #de1919;
  margin: 0 1.5625vw;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper {
  direction: rtl;
  height: 4.6875vw;
  width: 45.3125vw;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: flex-start;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper * {
  box-sizing: border-box;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper .slider-wrapper {
  display: flex;
  gap: 3.125vw;
  width: 100%;
  box-sizing: border-box;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper .slider-wrapper .program-title {
  flex: 0 0 100%;
  padding-inline-start: 3.125vw;
  box-sizing: border-box;
  will-change: transform;
  animation: scrolling var(--titleLength) linear infinite;
  flex-shrink: 0;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper .program-title {
  width: fit-content !important;
  display: flex !important;
  font-weight: 340;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ynet-live-wrapper .ynet-live-componenta .media-button {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
}
.ynet-live-wrapper .ynet-live-componenta .media-button.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-wrapper .ynet-live-componenta .media-button.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 {
  width: 100vw;
  height: 22.5vw;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: calc(50% - 50vw);
  background-color: #2d2d2d;
  padding: 1.5625vw 0 6.25vw 0;
  box-sizing: border-box;
  transform: translateY(200%);
  transition: transform 0.5s ease;
  border: solid 1px #6e6e6e;
  z-index: 10;
}
.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: 3.90625vw;
  height: 3.90625vw;
  margin: 1.09375vw 0 0 1.09375vw;
  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 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  position: relative;
  padding: 0 3.90625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details {
  width: fit-content;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 1.40625vw;
}
.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: 8.75vw;
  height: 8.75vw;
  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;
  position: absolute;
  bottom: -2.03125vw;
  left: 50%;
  transform: translate(-50%, 80%);
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper .floating-player-dot {
  background-color: #de1919;
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  margin: 0 1.5625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper .floating-player-live-indication {
  min-width: fit-content;
  font-size: 3.75vw;
  font-weight: 340;
}
.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 input[type="range"]::-webkit-slider-thumb {
  border: 0.3125vw 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: 0.625vw;
  cursor: pointer;
  width: 66.40625vw;
  border-radius: 3.90625vw;
  direction: ltr !important;
}
.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: 0.78125vw;
  font-size: 2.5vw;
  width: 18.125vw;
  position: absolute;
  bottom: 0;
}
.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: 1.5625vw;
  position: absolute;
  bottom: -2.03125vw;
  left: 50%;
  transform: translate(-50%, 80%);
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback .dot {
  background-color: #fec300;
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  margin: 0 1.5625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback .live-text {
  font-size: 3.75vw;
  font-weight: 340;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-show-time {
  margin-left: 3.125vw;
  font-weight: 340;
  white-space: nowrap;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-equalizer-gif {
  width: 7.8125vw;
  height: 7.8125vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  width: 66.40625vw;
  height: 0.9375vw;
  background: #de1919;
  margin: 0 3.4375vw;
  border-radius: 3.90625vw;
  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: 2.34375vw;
  height: 2.34375vw;
  background: white;
  border: 0.3125vw solid #de1919;
  background-color: #de1919;
  border-radius: 50%;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper {
  display: flex;
  max-width: 46.875vw;
  width: fit-content;
  overflow: hidden;
  position: relative;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-right,
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-left {
  position: absolute;
  height: 100%;
  width: 6.25vw;
  top: 0;
  z-index: 1;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-right {
  right: -0.46875vw;
  background: linear-gradient(270deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-left {
  left: -0.46875vw;
  background: linear-gradient(90deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper {
  display: flex;
  gap: 3.125vw;
  width: 100%;
  box-sizing: border-box;
  direction: rtl;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .floating-player-show-title {
  flex: 0 0 100%;
  padding-inline-start: 3.125vw;
  box-sizing: border-box;
  will-change: transform;
  animation: scrolling var(--titleLength) linear infinite;
  flex-shrink: 0;
}
.vesty .ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .floating-player-show-title {
  font-size: 3.4375vw;
}
.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: 3.75vw;
  font-weight: 630;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vesty .ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-main-title {
  font-size: 3.125vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .separator {
  width: 0.46875vw;
  height: 3.59375vw;
  background-color: #de1919;
  margin: 0 1.5625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-title {
  width: fit-content !important;
  display: flex !important;
  font-size: 3.75vw;
  font-weight: 340;
  white-space: nowrap;
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .ynet-live-wrapper .ynet-live-componenta {
    background-color: #393939 !important;
  }
}
@keyframes scrolling {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.YnetPianoLogin.isVisible {
  z-index: 2;
}
.YnetPianoLogin .loggedUser {
  display: flex;
  align-items: center;
}
.YnetPianoLogin .menuToggler {
  width: 2.65625vw;
  height: 1.71875vw;
  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");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: 0.2s ease;
  filter: invert(1);
  margin-top: -0.78125vw;
  margin-right: 0.78125vw;
}
.YnetPianoLogin .menuToggler.toClose {
  transform: rotate(0deg);
}
.YnetPianoLogin .yedioth-plus-logo,
.YnetPianoLogin .yPlusLabel {
  width: 15.15625vw;
  height: 4.6875vw;
  margin-inline-end: 1.5625vw;
  background-image: url("data:image/svg+xml,%3Csvg width='97' height='30' viewBox='0 0 97 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 15C0 6.71573 6.71573 0 15 0H82C90.2843 0 97 6.71573 97 15C97 23.2843 90.2843 30 82 30H15C6.71573 30 0 23.2843 0 15Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2419 26.6663C21.7897 26.6663 27.0968 21.4429 27.0968 14.9997C27.0968 8.55646 21.7897 3.33301 15.2419 3.33301C8.69417 3.33301 3.3871 8.55646 3.3871 14.9997C3.3871 21.4429 8.69417 26.6663 15.2419 26.6663Z' fill='black'/%3E %3Cpath d='M16.9355 8.33297V21.6663H13.5484V8.33297H16.9355Z' fill='white'/%3E %3Cpath d='M22.0161 13.333V16.6663H8.46774V13.333H22.0161Z' fill='white'/%3E %3Cpath d='M80.4529 9.219C80.4529 9.219 74.9219 9.32146 73.7831 9.10316H73.7924C73.0085 8.95267 72.5656 8.77864 71.8662 8.50379L71.7248 8.44825C71.4055 8.32503 71.1469 8.07297 70.9041 7.8363C70.4973 7.43978 70.1348 7.08649 69.6057 7.45476C70.7353 8.97396 71.2113 10.9699 71.314 12.8588L78.2685 12.8722V22.6512H79.2067C79.6127 20.9583 80.2568 19.2698 81.181 17.8219C80.4622 16.4007 80.0748 14.4315 79.7948 12.8143H80.9569L80.4529 9.219Z' fill='white'/%3E %3Cpath d='M61.5867 8.88711C61.1572 8.83509 60.7284 8.78313 60.3593 8.65232L60.3639 8.66569C60.1106 8.53673 59.874 8.36536 59.6366 8.19343C59.1522 7.84265 58.6645 7.48953 58.0256 7.48953C58.8704 9.12902 59.4351 11.165 59.0011 13.0005C59.8972 13.0718 61.7082 13.0095 61.7082 13.0095C61.7228 12.9801 61.76 13.3365 61.8176 13.8893C61.9437 15.0992 62.1679 17.2501 62.469 18.3601C61.5517 18.2819 60.9101 18.3258 60.339 18.3648C59.7709 18.4037 59.2724 18.4378 58.6417 18.3423C57.6382 15.6959 56.9987 12.8713 57.2788 9.71265C57.1976 8.97637 56.5239 8.99222 55.9017 9.00687C55.737 9.01074 55.576 9.01453 55.4305 9.00428C54.6898 9.05288 54.064 8.67316 53.4618 8.30782C52.8497 7.9364 52.262 7.57985 51.6032 7.70338C52.8867 9.17357 53.2181 11.0091 53.2181 12.9961L55.6405 13.005C55.6405 13.005 56.5787 16.6448 56.4013 18.2888C56.1108 18.3992 56.0058 18.388 55.8001 18.3661C55.6323 18.3482 55.3975 18.3231 54.9404 18.3512C54.7163 18.3155 54.469 18.3734 54.2356 18.5249C54.205 18.5444 54.1778 18.5598 54.153 18.5738C54.0525 18.6306 53.9912 18.6653 53.9089 18.8546C53.6018 19.5624 53.4455 20.1215 53.2448 20.84C53.1069 21.3335 52.9479 21.9022 52.7047 22.6459H62.5623C62.7932 22.1534 63.0417 21.6983 63.2822 21.2578C63.8923 20.1404 64.4509 19.1171 64.5413 17.8166C63.4398 15.442 63.1831 12.5461 63.6965 9.82848C63.3046 9.09522 62.4444 8.99102 61.5867 8.88711Z' fill='white'/%3E %3Cpath d='M47.7946 8.75166C48.1969 9.20344 48.8283 9.23873 49.4397 9.2729C50.1546 9.31287 50.8422 9.3513 51.1038 10.0526C50.9265 13.0197 51.3092 15.764 52.2334 18.2857C52.0771 18.5641 51.9248 18.8188 51.7769 19.0661C51.1961 20.0374 50.6821 20.8969 50.2544 22.6472H49.4562L49.4656 13.1132C49.4656 13.1132 48.3081 13.0821 47.1739 13.1132C47.4788 10.5187 46.2813 8.68324 45.6579 7.72782C45.623 7.67428 45.5899 7.6235 45.5589 7.5755C46.2793 7.40637 46.6544 7.78942 47.0307 8.17374C47.2591 8.40694 47.4879 8.64061 47.7946 8.75166Z' fill='white'/%3E %3Cpath d='M67.8153 9.2729C67.204 9.23873 66.5726 9.20344 66.1703 8.75166H66.1749C66.0123 8.66408 65.8505 8.50024 65.673 8.32051C65.2545 7.89676 64.7487 7.38468 63.9392 7.5755C63.9702 7.62349 64.0033 7.67427 64.0383 7.7278C64.6616 8.68322 65.8591 10.5187 65.5542 13.1132C66.6324 13.1712 67.8459 13.1132 67.8459 13.1132L67.8552 17.9961H68.5273C68.9496 16.2494 69.5806 15.5606 70.2524 14.8274C70.4271 14.6367 70.6045 14.4431 70.7817 14.227C69.7735 12.4494 69.4795 10.0526 69.4795 10.0526C69.2178 9.3513 68.5303 9.31287 67.8153 9.2729Z' fill='white'/%3E %3Cpath d='M83.3886 8.75171C83.7909 9.20349 84.4223 9.23878 85.0336 9.27296C85.7486 9.31292 86.4361 9.35135 86.6978 10.0526C86.6978 10.0526 86.9918 12.4495 88 14.2271C87.8501 14.4098 87.7033 14.5766 87.5603 14.739C86.8841 15.5072 86.2922 16.1795 85.853 17.9961H85.0922L85.1015 13.1133C85.1015 13.1133 83.8133 13.0821 82.7725 13.1133C83.0774 10.5188 81.8799 8.6833 81.2566 7.72788C81.2216 7.67434 81.1885 7.62354 81.1575 7.57555C81.9031 7.40052 82.2962 7.79838 82.6874 8.19425C82.9035 8.41302 83.1191 8.6312 83.3932 8.75171H83.3886Z' fill='white'/%3E %3Cpath d='M37.7783 13.246H42.8611L42.8798 22.6998L44.1213 22.682C44.5327 20.9986 45.0236 20.2024 45.5773 19.3045C45.7459 19.0309 45.9205 18.7478 46.1003 18.4273C45.1762 15.9013 44.8074 13.099 44.9895 10.1363C44.9766 10.1132 44.9639 10.0905 44.9514 10.068C44.7103 9.63534 44.5355 9.32174 44.2427 9.24973C43.2513 9.20969 42.2346 9.22889 41.2227 9.24801C39.195 9.28632 37.1866 9.32426 35.4399 8.88442C35.0985 8.86461 34.7854 8.52039 34.4878 8.19328C34.0489 7.71086 33.6439 7.26566 33.2322 7.95329C34.1844 9.5215 34.4737 11.2412 34.5251 13.2014C34.9125 13.1524 35.3886 13.1168 35.6406 13.2371C34.9218 14.6583 35.2439 17.2556 35.6406 18.5432C35.6406 18.5432 33.6803 18.5031 33.5916 18.5387C33.0548 19.8396 32 22.6463 32 22.6463H36.8168L37.0315 22.4013C37.1426 21.9954 37.298 21.5857 37.455 21.1717C37.9908 19.759 38.5451 18.2974 37.4189 16.7745C36.9335 15.6028 36.7235 14.0301 37.7783 13.246Z' fill='white'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.HeaderScrolledMenu .YnetPianoLogin {
  margin-bottom: 3.125vw;
}
.YnetPianoLogin .loggedUser {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
}
.YnetPianoLogin .loggedUser .welcomeUserLabel {
  display: flex;
}
.HeaderScrolledMenu.opened .YnetPianoLogin .loggedUser .welcomeUserLabel {
  max-width: 38.375vw;
}
.HeaderScrolledMenu.opened .YnetPianoLogin .loggedUser .welcomeUserLabel span {
  margin-right: 0.78125vw;
  max-width: 19.84375vw;
}
.YnetPianoLogin .loggedUser .welcomeUserLabel span {
  height: 4.0625vw;
  overflow: hidden;
  margin-right: 0.78125vw;
  max-width: 16.71875vw;
  word-break: break-all;
}
.font-moses .YnetPianoLogin .loggedUser .welcomeUserLabel span {
  max-width: 18.75vw;
}
.YnetPianoLogin .menu {
  width: 100vw;
  position: absolute;
  top: 7.34375vw;
  padding: 1.5625vw;
  background: #fff;
  box-shadow: 0px 0px 0.46875vw -1px black;
  box-sizing: border-box;
  display: none;
  z-index: 2;
}
.YnetMutamHeader .YnetPianoLogin .menu {
  right: -1.5625vw;
}
.HeaderScrolledMenu .YnetPianoLogin .menu {
  right: -3.125vw;
  padding: 3.125vw;
}
.YnetPianoLogin .menu.isVisible {
  display: block;
}
.YnetPianoLogin .menu .menuOption {
  font-size: 4.6875vw;
  line-height: 1.6;
}
.font-moses .YnetPianoLogin .menu .menuOption:last-of-type {
  margin-bottom: 3.125vw !important;
}
.YnetPianoLogin .menu .menuOption a {
  text-decoration: none;
  color: #000;
}
.font-moses .YnetPianoLogin .menu .menuOption {
  font-size: 3.59375vw !important;
  font-weight: 310 !important;
  line-height: normal !important;
  margin-bottom: 6.25vw !important;
  width: 100% !important;
}
.YnetPianoLogin .login_premium {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 3.75vw;
}
.YnetArticlePremiumPianoLogin {
  border-bottom: 0.3125vw solid #edf1f5;
  flex-direction: column;
  padding: 0 4.6875vw;
  align-items: flex-start;
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  z-index: 1;
}
.YnetArticlePremiumPianoLogin .yedioth-plus-logo {
  display: none;
}
.YnetArticlePremiumPianoLogin .login_premium {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  justify-self: flex-start;
  flex: 0;
  padding: 4.21875vw 0;
  width: 100%;
}
.YnetArticlePremiumPianoLogin .login_premium .userIcon {
  display: none;
}
.YnetArticlePremiumPianoLogin .login_premium .label {
  font-weight: bold;
  color: #fff;
  font-size: 4.375vw;
  line-height: unset;
  letter-spacing: normal;
}
.YnetArticlePremiumPianoLogin .loggedUser {
  font-weight: bold;
  color: #fff;
  justify-content: space-between;
  display: flex;
  padding: 4.21875vw 0;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.634 13.997'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B stroke-linejoin: round; fill:%23fff; %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(-944.496 7241.5) rotate(-90)'%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-position: left center;
  background-size: 3.4375vw;
  background-repeat: no-repeat;
  background-color: transparent;
}
.YnetArticlePremiumPianoLogin .loggedUser .userIcon {
  display: none;
}
.YnetArticlePremiumPianoLogin .loggedUser .welcomeUserLabel {
  font-weight: bold;
  color: #fff;
  font-size: 4.375vw;
  letter-spacing: normal;
  line-height: unset;
  padding-left: unset;
  display: flex;
  max-width: 46.875vw;
}
.YnetArticlePremiumPianoLogin .loggedUser .welcomeUserLabel span {
  height: 5vw;
  display: block;
  overflow: hidden;
  word-break: break-all;
  max-width: 18.75vw;
  margin-right: 0.78125vw;
}
.font-moses .YnetArticlePremiumPianoLogin .loggedUser .welcomeUserLabel span {
  height: 4.375vw;
  max-width: 37.5vw;
}
.font-moses .YnetArticlePremiumPianoLogin .loggedUser .welcomeUserLabel {
  font-size: 3.59375vw !important;
  font-weight: 500 !important;
}
.YnetArticlePremiumPianoLogin .loggedUser .menuTogglerWrapper {
  display: none;
}
.YnetArticlePremiumPianoLogin .menu {
  width: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  align-items: flex-start;
  top: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  z-index: 0;
  max-height: 0;
  position: relative;
  left: unset;
  transition: max-height 1s;
}
.YnetArticlePremiumPianoLogin .menu.isVisible {
  max-height: 78.125vw;
}
.YnetArticlePremiumPianoLogin .menu .menuOption {
  color: #fff;
  font-size: 4.375vw;
  line-height: 12.5vw;
  font-weight: normal;
  height: unset;
}
.font-moses .YnetArticlePremiumPianoLogin .menu .menuOption:last-of-type {
  margin-bottom: 3.125vw !important;
}
.font-moses .YnetArticlePremiumPianoLogin .menu .menuOption {
  font-size: 3.59375vw !important;
  font-weight: 310 !important;
  line-height: normal !important;
  margin-bottom: 6.25vw !important;
}
.YnetArticlePremiumPianoLogin .menu .menuOption a,
.YnetArticlePremiumPianoLogin .menu .menuOption a:visited {
  text-decoration: none;
  color: #fff;
}
.font-moses .YnetArticlePremiumPianoLogin .menu .menuOption a,
.font-moses .YnetArticlePremiumPianoLogin .menu .menuOption a:visited {
  font-size: 3.59375vw !important;
  font-weight: 310 !important;
  line-height: normal !important;
}
.YnetArticlePremiumPianoLogin .menu .menuOption:not(:last-child) {
  border-bottom: none;
}
.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: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 21;
  width: 70%;
  height: unset;
  padding: 4.21875vw;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.LogoutPopupComponent .LogoutPopup .yedioth-plus-icon {
  width: 28.28125vw;
  height: 8.75vw;
  margin: 0 auto;
  margin-top: 2%;
  background-image: url("data:image/svg+xml,%3Csvg width='97' height='30' viewBox='0 0 97 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 15C0 6.71573 6.71573 0 15 0H82C90.2843 0 97 6.71573 97 15C97 23.2843 90.2843 30 82 30H15C6.71573 30 0 23.2843 0 15Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2419 26.6663C21.7897 26.6663 27.0968 21.4429 27.0968 14.9997C27.0968 8.55646 21.7897 3.33301 15.2419 3.33301C8.69417 3.33301 3.3871 8.55646 3.3871 14.9997C3.3871 21.4429 8.69417 26.6663 15.2419 26.6663Z' fill='black'/%3E %3Cpath d='M16.9355 8.33297V21.6663H13.5484V8.33297H16.9355Z' fill='white'/%3E %3Cpath d='M22.0161 13.333V16.6663H8.46774V13.333H22.0161Z' fill='white'/%3E %3Cpath d='M80.4529 9.219C80.4529 9.219 74.9219 9.32146 73.7831 9.10316H73.7924C73.0085 8.95267 72.5656 8.77864 71.8662 8.50379L71.7248 8.44825C71.4055 8.32503 71.1469 8.07297 70.9041 7.8363C70.4973 7.43978 70.1348 7.08649 69.6057 7.45476C70.7353 8.97396 71.2113 10.9699 71.314 12.8588L78.2685 12.8722V22.6512H79.2067C79.6127 20.9583 80.2568 19.2698 81.181 17.8219C80.4622 16.4007 80.0748 14.4315 79.7948 12.8143H80.9569L80.4529 9.219Z' fill='white'/%3E %3Cpath d='M61.5867 8.88711C61.1572 8.83509 60.7284 8.78313 60.3593 8.65232L60.3639 8.66569C60.1106 8.53673 59.874 8.36536 59.6366 8.19343C59.1522 7.84265 58.6645 7.48953 58.0256 7.48953C58.8704 9.12902 59.4351 11.165 59.0011 13.0005C59.8972 13.0718 61.7082 13.0095 61.7082 13.0095C61.7228 12.9801 61.76 13.3365 61.8176 13.8893C61.9437 15.0992 62.1679 17.2501 62.469 18.3601C61.5517 18.2819 60.9101 18.3258 60.339 18.3648C59.7709 18.4037 59.2724 18.4378 58.6417 18.3423C57.6382 15.6959 56.9987 12.8713 57.2788 9.71265C57.1976 8.97637 56.5239 8.99222 55.9017 9.00687C55.737 9.01074 55.576 9.01453 55.4305 9.00428C54.6898 9.05288 54.064 8.67316 53.4618 8.30782C52.8497 7.9364 52.262 7.57985 51.6032 7.70338C52.8867 9.17357 53.2181 11.0091 53.2181 12.9961L55.6405 13.005C55.6405 13.005 56.5787 16.6448 56.4013 18.2888C56.1108 18.3992 56.0058 18.388 55.8001 18.3661C55.6323 18.3482 55.3975 18.3231 54.9404 18.3512C54.7163 18.3155 54.469 18.3734 54.2356 18.5249C54.205 18.5444 54.1778 18.5598 54.153 18.5738C54.0525 18.6306 53.9912 18.6653 53.9089 18.8546C53.6018 19.5624 53.4455 20.1215 53.2448 20.84C53.1069 21.3335 52.9479 21.9022 52.7047 22.6459H62.5623C62.7932 22.1534 63.0417 21.6983 63.2822 21.2578C63.8923 20.1404 64.4509 19.1171 64.5413 17.8166C63.4398 15.442 63.1831 12.5461 63.6965 9.82848C63.3046 9.09522 62.4444 8.99102 61.5867 8.88711Z' fill='white'/%3E %3Cpath d='M47.7946 8.75166C48.1969 9.20344 48.8283 9.23873 49.4397 9.2729C50.1546 9.31287 50.8422 9.3513 51.1038 10.0526C50.9265 13.0197 51.3092 15.764 52.2334 18.2857C52.0771 18.5641 51.9248 18.8188 51.7769 19.0661C51.1961 20.0374 50.6821 20.8969 50.2544 22.6472H49.4562L49.4656 13.1132C49.4656 13.1132 48.3081 13.0821 47.1739 13.1132C47.4788 10.5187 46.2813 8.68324 45.6579 7.72782C45.623 7.67428 45.5899 7.6235 45.5589 7.5755C46.2793 7.40637 46.6544 7.78942 47.0307 8.17374C47.2591 8.40694 47.4879 8.64061 47.7946 8.75166Z' fill='white'/%3E %3Cpath d='M67.8153 9.2729C67.204 9.23873 66.5726 9.20344 66.1703 8.75166H66.1749C66.0123 8.66408 65.8505 8.50024 65.673 8.32051C65.2545 7.89676 64.7487 7.38468 63.9392 7.5755C63.9702 7.62349 64.0033 7.67427 64.0383 7.7278C64.6616 8.68322 65.8591 10.5187 65.5542 13.1132C66.6324 13.1712 67.8459 13.1132 67.8459 13.1132L67.8552 17.9961H68.5273C68.9496 16.2494 69.5806 15.5606 70.2524 14.8274C70.4271 14.6367 70.6045 14.4431 70.7817 14.227C69.7735 12.4494 69.4795 10.0526 69.4795 10.0526C69.2178 9.3513 68.5303 9.31287 67.8153 9.2729Z' fill='white'/%3E %3Cpath d='M83.3886 8.75171C83.7909 9.20349 84.4223 9.23878 85.0336 9.27296C85.7486 9.31292 86.4361 9.35135 86.6978 10.0526C86.6978 10.0526 86.9918 12.4495 88 14.2271C87.8501 14.4098 87.7033 14.5766 87.5603 14.739C86.8841 15.5072 86.2922 16.1795 85.853 17.9961H85.0922L85.1015 13.1133C85.1015 13.1133 83.8133 13.0821 82.7725 13.1133C83.0774 10.5188 81.8799 8.6833 81.2566 7.72788C81.2216 7.67434 81.1885 7.62354 81.1575 7.57555C81.9031 7.40052 82.2962 7.79838 82.6874 8.19425C82.9035 8.41302 83.1191 8.6312 83.3932 8.75171H83.3886Z' fill='white'/%3E %3Cpath d='M37.7783 13.246H42.8611L42.8798 22.6998L44.1213 22.682C44.5327 20.9986 45.0236 20.2024 45.5773 19.3045C45.7459 19.0309 45.9205 18.7478 46.1003 18.4273C45.1762 15.9013 44.8074 13.099 44.9895 10.1363C44.9766 10.1132 44.9639 10.0905 44.9514 10.068C44.7103 9.63534 44.5355 9.32174 44.2427 9.24973C43.2513 9.20969 42.2346 9.22889 41.2227 9.24801C39.195 9.28632 37.1866 9.32426 35.4399 8.88442C35.0985 8.86461 34.7854 8.52039 34.4878 8.19328C34.0489 7.71086 33.6439 7.26566 33.2322 7.95329C34.1844 9.5215 34.4737 11.2412 34.5251 13.2014C34.9125 13.1524 35.3886 13.1168 35.6406 13.2371C34.9218 14.6583 35.2439 17.2556 35.6406 18.5432C35.6406 18.5432 33.6803 18.5031 33.5916 18.5387C33.0548 19.8396 32 22.6463 32 22.6463H36.8168L37.0315 22.4013C37.1426 21.9954 37.298 21.5857 37.455 21.1717C37.9908 19.759 38.5451 18.2974 37.4189 16.7745C36.9335 15.6028 36.7235 14.0301 37.7783 13.246Z' fill='white'/%3E %3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  align-self: center;
}
.LogoutPopupComponent .LogoutPopup .text-content {
  font-family: 'NarkisBlock' ! important;
  align-self: center;
  color: white;
  letter-spacing: 0.36px;
  margin-top: 3.59375vw;
  margin-bottom: 4.6875vw;
  font-size: 4.21875vw;
  line-height: 4.6875vw;
}
.font-moses .LogoutPopupComponent .LogoutPopup .text-content {
  font-family: "Moses", 'NarkisBlock' ! important;
  font-weight: 340;
  font-size: 2.8125vw;
}
.LogoutPopupComponent .LogoutPopup .text-content span {
  display: block;
  display: flex;
  justify-content: center;
}
.font-moses .LogoutPopupComponent .LogoutPopup .text-content span {
  font-family: "Moses", 'NarkisBlock' !important;
  font-weight: 340;
}
.LogoutPopupComponent .LogoutPopup .ButtonsWrapper {
  display: flex;
  flex-direction: row;
}
.LogoutPopupComponent .LogoutPopup .ButtonsWrapper * {
  width: 46%;
  font-size: 3.75vw;
  height: 8.4375vw;
  font-family: 'NarkisBlock';
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.font-moses .LogoutPopupComponent .LogoutPopup .ButtonsWrapper * {
  font-family: "Moses", 'NarkisBlock' !important;
  font-weight: 340;
}
.LogoutPopupComponent .LogoutPopup .ButtonsWrapper .ReturnButton {
  background-color: #de1a1a !important;
  color: #ffffff;
  margin-left: 3.90625vw;
  border: solid 0.3125vw transparent;
}
.LogoutPopupComponent .LogoutPopup .ButtonsWrapper .LogoutButton {
  background-color: #000000;
  color: white;
  border: solid 0.3125vw #ffffff;
  margin-left: 0.3125vw;
}
.LogoutPopupComponent.newPaywall {
  background: rgba(0, 0, 0, 0.85);
}
.LogoutPopupComponent.newPaywall .LogoutPopup {
  background-color: #fff;
  color: #000;
  border: 0;
  width: 79.375vw;
  padding: 8.90625vw 6.40625vw;
  gap: 8.90625vw;
  box-sizing: border-box;
}
.LogoutPopupComponent.newPaywall .LogoutPopup * {
  color: #000;
  margin: 0;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .text-content {
  font-weight: 500;
  font-size: 4.53125vw;
  line-height: 1.44;
  color: #000;
  margin: 0;
  text-align: center;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .YnetPlusLogo {
  width: 24.84375vw;
  height: 7.65625vw;
  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 .ButtonsWrapper {
  flex-direction: column;
  gap: 5vw;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .ButtonsWrapper > * {
  width: 100%;
  height: 10.15625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.0625vw;
  font-weight: 500;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #000;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .ButtonsWrapper > *.LogoutButton {
  color: #000;
  background-color: #fff;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .ButtonsWrapper > *.ReturnButton {
  background-color: #000 !important;
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  #YnetMutamHeader .LogoutPopupComponent.newPaywall .LogoutPopup,
  .LogoutPopupComponent.newPaywall .LogoutPopup,
  .LogoutPopupComponent.newPaywall .LogoutPopup *:not(.ReturnButton),
  #YnetMutamHeader .LogoutPopupComponent.newPaywall .LogoutPopup *:not(.ReturnButton) {
    background-color: #fff !important;
  }
  #YnetMutamHeader .LogoutPopupComponent.newPaywall .LogoutPopup *:not(.ReturnButton),
  .LogoutPopupComponent.newPaywall .LogoutPopup *:not(.ReturnButton),
  .LogoutPopupComponent.newPaywall .LogoutPopup *:not(.ReturnButton) *:not(.ReturnButton),
  #YnetMutamHeader .LogoutPopupComponent.newPaywall .LogoutPopup *:not(.ReturnButton) *:not(.ReturnButton) {
    color: #000 !important;
  }
}
