/* stylelint-disable rule-empty-line-before */
/* stylelint-disable no-eol-whitespace */
/* stylelint-disable block-no-empty */
/* stylelint-disable order/order */
@font-face {
  font-family: 'Open Sans Hebrew Condensed';
  src: local('Open Sans Hebrew Condensed'), local('OpenSansHebrewCondensed-Regular'),
      url('../fonts/OpenSansHebrewCondensed-Regular.woff2') format('woff2'),
      url('../fonts/OpenSansHebrewCondensed-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
html, body {
    scroll-behavior: smooth;
  }
body {
  min-width: 380px;
  font-family: "Poppins", system-ui, sans-serif;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
mark {
    --color1: springgreen;
    --bg-height: 100%;

    all: unset;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color1)), to(var(--color1)));
    background-image: linear-gradient(var(--color1), var(--color1));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 var(--bg-height);
    -webkit-animation: highlight 1500ms 1 ease-out;
            animation: highlight 1500ms 1 ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
@-webkit-keyframes highlight {
    to {
      background-size: 100% var(--bg-height);
    }
  }
@keyframes highlight {
    to {
      background-size: 100% var(--bg-height);
    }
  }
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-left-\[16px\] {
  left: 16px;
}
.tw-top-1\/2 {
  top: 50%;
}
.tw-z-50 {
  z-index: 50;
}
.tw-col-start-2 {
  grid-column-start: 2;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tw-mb-3 {
  margin-bottom: 0.75rem;
}
.tw-mb-4 {
  margin-bottom: 1rem;
}
.tw-mb-5 {
  margin-bottom: 1.25rem;
}
.tw-mb-6 {
  margin-bottom: 1.5rem;
}
.tw-mb-8 {
  margin-bottom: 2rem;
}
.tw-mb-\[16px\] {
  margin-bottom: 16px;
}
.tw-mb-\[20px\] {
  margin-bottom: 20px;
}
.tw-mb-\[24px\] {
  margin-bottom: 24px;
}
.tw-mb-\[32px\] {
  margin-bottom: 32px;
}
.tw-mb-\[40px\] {
  margin-bottom: 40px;
}
.tw-mb-\[64px\] {
  margin-bottom: 64px;
}
.tw-mr-2 {
  margin-right: 0.5rem;
}
.tw-mr-\[10px\] {
  margin-right: 10px;
}
.tw-block {
  display: block;
}
.tw-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tw-grid {
  display: grid;
}
.tw-h-\[25px\] {
  height: 25px;
}
.tw-h-\[30px\] {
  height: 30px;
}
.tw-h-\[55px\] {
  height: 55px;
}
.tw-h-full {
  height: 100%;
}
.tw-w-\[27px\] {
  width: 27px;
}
.tw-w-\[45px\] {
  width: 45px;
}
.tw-w-\[85\%\] {
  width: 85%;
}
.-tw-translate-y-1\/2 {
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-list-outside {
  list-style-position: outside;
}
.tw-list-decimal {
  list-style-type: decimal;
}
.tw-list-disc {
  list-style-type: disc;
}
.tw-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tw-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tw-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-whitespace-nowrap {
  white-space: nowrap;
}
.tw-rounded-\[10px\] {
  border-radius: 10px;
}
.tw-rounded-\[18px\] {
  border-radius: 18px;
}
.tw-rounded-\[5px\] {
  border-radius: 5px;
}
.tw-border {
  border-width: 1px;
}
.tw-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.tw-bg-\[\#FF3D3A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 61 58 / var(--tw-bg-opacity));
}
.tw-bg-\[\#FFF7D5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 213 / var(--tw-bg-opacity));
}
.tw-bg-\[\#eee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.tw-fill-current {
  fill: currentColor;
}
.tw-px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.tw-px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.tw-py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tw-py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.tw-pl-4 {
  padding-left: 1rem;
}
.tw-text-center {
  text-align: center;
}
.tw-text-right {
  text-align: right;
}
.tw-font-openSans {
  font-family: "Open Sans Hebrew Condensed", system-ui, sans-serif;
}
.tw-text-\[10px\] {
  font-size: 10px;
}
.tw-text-\[11px\] {
  font-size: 11px;
}
.tw-text-\[12px\] {
  font-size: 12px;
}
.tw-text-\[13px\] {
  font-size: 13px;
}
.tw-text-\[16px\] {
  font-size: 16px;
}
.tw-text-\[18px\] {
  font-size: 18px;
}
.tw-text-\[19px\] {
  font-size: 19px;
}
.tw-text-\[20px\] {
  font-size: 20px;
}
.tw-text-\[22px\] {
  font-size: 22px;
}
.tw-text-\[28px\] {
  font-size: 28px;
}
.tw-text-\[29px\] {
  font-size: 29px;
}
.tw-text-\[32px\] {
  font-size: 32px;
}
.tw-text-\[35px\] {
  font-size: 35px;
}
.tw-text-\[36px\] {
  font-size: 36px;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-light {
  font-weight: 300;
}
.tw-font-normal {
  font-weight: 400;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-uppercase {
  text-transform: uppercase;
}
.\!tw-normal-case {
  text-transform: none !important;
}
.tw-leading-\[1\.1\] {
  line-height: 1.1;
}
.tw-leading-\[1\.3\] {
  line-height: 1.3;
}
.tw-leading-none {
  line-height: 1;
}
.tw-leading-tight {
  line-height: 1.25;
}
.tw-text-\[\#015F04\] {
  --tw-text-opacity: 1;
  color: rgb(1 95 4 / var(--tw-text-opacity));
}
.tw-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-line-through {
  text-decoration-line: line-through;
}
.tw-decoration-2 {
  text-decoration-thickness: 2px;
}
:root {
  --color-primary: #A4AD20;
  --color-secondary: #00982D;
  --color-alternative: #66c5cc;

  /* --color-alert: ; */
  /* --font-poppins: 'Poppins', sans-serif;
  --font-rubik: 'Rubik', sans-serif;
  --font-opensans: 'Open Sans Hebrew Condensed', sans-serif; */
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.section--composition {
  background-color: var(--color-primary);
}
.section-heading {
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .section-heading {
    font-size: 44px;
  }
}
.header {
  /* @apply  */
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
          box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.header__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Rubik", system-ui, sans-serif;
}
@media not all and (min-width: 768px) {
  .header__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .header__container {
    gap: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.header__order-btn {
    -webkit-box-shadow: 3px 0 2px 0 rgba(0,0,0,0.5);
            box-shadow: 3px 0 2px 0 rgba(0,0,0,0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(239 184 2 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-family: "Open Sans Hebrew Condensed", system-ui, sans-serif;
    font-size: 25px;
    line-height: 1;
    letter-spacing: -0.05em;
  }
.header__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.header__rate svg {
  height: 20px;
  width: 20px;
}
@media not all and (min-width: 768px) {
  .header__right {
    width: 100%;
  }
}
.custom-shadow {
  -webkit-box-shadow: 3px 0 10px 0 rgba(0,0,0,0.5);
          box-shadow: 3px 0 10px 0 rgba(0,0,0,0.5);
}
.marked-list {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  font-size: 22px;
}
.marked-list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.marked-list > li::before {
  margin-right: 8px;
  display: inline-block;
  height: 30px;
  width: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  --tw-content: url(../images/svg/checkmark.svg);
  content: var(--tw-content);
}
.marked-list > li strong {
      font-weight: 600;
    }
.marked-list > li:not(:last-child) {
  margin-bottom: 12px;
}
/* @apply ; */
.block1__container {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media (min-width: 768px) {
  .block1__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .block1__container {
    gap: 32px;
  }
}
.block1__left {
    /* @apply lg:tw-row-span-2 */
  }
.block1__right {
    /* @apply md:tw-col-start-2; */
  }
.block1__list {
  margin-bottom: 20px;
}
.btn--shadow {
    -webkit-box-shadow: 3px 3px 10px 0 #000;
            box-shadow: 3px 3px 10px 0 #000;
  }
.btn--primary {
    -webkit-box-shadow: 3px 3px 10px 0 #000;
            box-shadow: 3px 3px 10px 0 #000;
    display: inline-block;
    border-radius: 8px;
    background-color: var(--color-secondary);
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 31px;
    line-height: 1.2em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
.offer-plate {
  -webkit-box-shadow: 5px -2px 10px 0px rgba(0,0,0,0.5);
          box-shadow: 5px -2px 10px 0px rgba(0,0,0,0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 0.5rem;
  border-radius: 10px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: var(--color-primary);
  padding: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media not all and (min-width: 640px) {
  .offer-plate {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 640px) {
  .offer-plate {
    gap: 1rem;
  }
}
.offer-plate__before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.offer-plate__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-align: center;
}
.offer-plate__list {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans Hebrew Condensed", system-ui, sans-serif;
  font-size: 15px;
}
.offer-plate__list > li {
  position: relative;
  padding-left: 36px;
}
.offer-plate__list > li svg {
  position: absolute;
  left: 0px;
  top: 50%;
  display: inline-block;
  height: 24px;
  width: 24px;
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  fill: #F3CB46;
}
.offer-plate__list > li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.offer-plate__promo-price {
    animation: 1s ease-in-out  alternate-reverse infinite scalePrice;
    display: block;
    white-space: nowrap;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
  }
@-webkit-keyframes scalePrice {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes scalePrice {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.block2 {
  background-color: var(--color-primary);
}
.block2__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media not all and (min-width: 1024px) {
  .block2__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .block2__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .block2__list {
    gap: 32px;
  }
}
.block2__item {
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.5);
            box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
  }
.block2__item > h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  font-family: "Rubik", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
}
.block2__item > p {

    }
.block2__wrap {
  margin-bottom: 10px;
  text-align: center;
}
.block2__wrap img {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-height: 120px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.block03 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.block03__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media not all and (min-width: 768px) {
  .block03__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 640px) {
  .block03__wrap {
    gap: 32px;
  }
}
.block03__left,
  .block03__right {
  max-width: 100%;
}
@media (min-width: 768px) {
  .block03__left,
  .block03__right {
    width: 50%;
  }
}
.beaf1 {
  max-height: 100vh;
  min-height: 0px;
  width: 100%;
  min-width: 0px;
  max-width: 100%;
  padding-bottom: 2rem;
}
.beaf1 img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 320px;
  border-radius: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.block3 {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(8, 126, 236, 0.76);
          box-shadow: 0px 0px 13px 0px rgba(8, 126, 236, 0.76);
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 64px;
  background-image: url('../images/block3-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .block3 {
    border-radius: 200px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .block3 {
    border-radius: 9999px;
  }
}
.block3__overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(65 0 115 / var(--tw-bg-opacity));
  opacity: 0.88;
}
.block3__container {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media not all and (min-width: 768px) {
  .block3__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .block3__container {
    gap: 2rem;
  }
}
.block3__left,
  .block3__right {
  max-width: 100%;
}
@media (min-width: 768px) {
  .block3__left,
  .block3__right {
    width: 50%;
  }
}
.block3__right {
  margin-top: 0.75rem;
  font-size: 22px;
  font-weight: 100;
}
.block3__right > p:not(:last-child) {
  margin-bottom: 20px;
}
.block4 {
  background-color: var(--color-primary);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media not all and (min-width: 1024px) {
  .block4 {
    padding-bottom: 0px;
  }
}
.block4__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-left: 5%;
  padding-right: 5%;
}
@media not all and (min-width: 768px) {
  .block4__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .block4__left,
  .block4__right {
    width: 25%;
  }
  .block4__center {
    width: 50%;
  }
}
.block4__center > p {
  text-align: center;
  font-size: 22px;
}
@media (min-width: 1280px) {
  .block4__center > p {
    font-size: 26px;
  }
}
.block4__center > p:not(:last-child) {
  margin-bottom: 20px;
}
.block4__list {
  margin-bottom: 20px;
  font-size: 23px;
}
.block5 {
  padding-top: 40px;
  padding-bottom: 40px;
  /* &__list {
    @apply tw-flex tw-gap-4 max-md:tw-flex-wrap md:tw-gap-8 tw-justify-center;
  }

  &__item {
    @apply tw-max-w-[260px] tw-w-full max-md:tw-grow;

    > h3 {
      @apply tw-text-white tw-font-medium tw-text-center tw-text-[25px] tw-mb-[12px] tw-leading-none;
    }

    > p {
      @apply tw-text-white tw-font-thin tw-text-center
    }
  }

  &__img-wrap {
    box-shadow: 7px 5px 4px -2px rgba(0,0,0,0.5);

    @apply tw-w-[120px] tw-h-[120px] lg:tw-w-[182px] lg:tw-h-[182px] tw-rounded-full tw-mx-auto tw-border-[2px] tw-overflow-hidden tw-mb-[12px] ;

    img {
      @apply tw-w-full tw-h-full tw-object-cover;
    }
  } */
}
.block5__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media not all and (min-width: 768px) {
  .block5__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .block5__wrap {
    gap: 32px;
  }
}
.block5__wrap--centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .block5__left,
  .block5__right {
    width: 50%;
  }
}
.block6 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.block6__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
}
@media not all and (min-width: 768px) {
  .block6__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .block6__list {
    gap: 2rem;
  }
}
.block6__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 768px) {
  .block6__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .block6__item {
    width: 33.333333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block6__item > p {
  font-size: 19px;
}
@media not all and (min-width: 768px) {
  .block6__item > p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .block6__item > p {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .block6__item > p {
    font-size: 25px;
  }
}
.block6__img-wrap {
    -webkit-box-shadow: 7px 5px 4px -2px rgba(0,0,0,0.5);
            box-shadow: 7px 5px 4px -2px rgba(0,0,0,0.5);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    width: 25%;
    overflow: hidden;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
@media not all and (min-width: 768px) {
  .block6__img-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .block6__img-wrap {
    width: 66.666667%;
  }
}
.block7 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.block7__swiper {
  padding-bottom: 40px;
}
.block8 {
  margin-top: 50px;
  margin-bottom: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  padding-top: 50px;
  padding-bottom: 50px;
}
.review-stats {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .review-stats {
    max-width: 700px;
  }
}
.review-stats__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-stats__row:not(:last-child) {
  margin-bottom: 12px;
}
.review-stats__label {
  width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Rubik", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .review-stats__label {
    width: 170px;
    font-size: 28px;
  }
}
.review-stats__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.review-stats__value {
    -webkit-transition: -webkit-transform 0.8s ease-in;
    transition: -webkit-transform 0.8s ease-in;
    transition: transform 0.8s ease-in;
    transition: transform 0.8s ease-in, -webkit-transform 0.8s ease-in;
    margin-right: auto;
    height: 100%;
    width: var(--review-value);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    --tw-scale-x: 0;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(236 171 27 / var(--tw-bg-opacity));
  }
.review-stats__value--visible {
  --tw-scale-x: 1;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.testimonials {
  padding-bottom: 40px;
}
.testimonials .swiper-slide {
    /* @apply ; */
  }
.testimonial {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(225 232 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 640px) {
  .testimonial {
    max-width: 500px;
  }
}
.testimonial-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}
@media (min-width: 640px) {
  .testimonial-image {
    max-width: 500px;
  }
}
.testimonial__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  border-bottom-width: 2px;
  border-color: e1e8ed;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 6px;
}
.testimonial__avatar-wrap {
  height: 42px;
  width: 42px;
  overflow: hidden;
  border-radius: 9999px;
}
.testimonial__avatar-wrap img {
  height: 100%;
  width: 100%;
}
.testimonial__name {
  margin-bottom: 0.25rem;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(28 32 34 / var(--tw-text-opacity));
}
.testimonial__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.testimonial__rate > svg {
  height: 20px;
  width: 20px;
  fill: #f0ad4e;
}
.testimonial__social {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 17px;
  width: 17px;
}
.testimonial__content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 15px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.block9 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.block9__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media not all and (min-width: 1024px) {
  .block9__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block9__item {
  width: 40%;
  text-align: center;
}
@media not all and (min-width: 1024px) {
  .block9__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .block9__item {
    width: 25%;
  }
}
.block9__item img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  height: 200px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.block10 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.block10__container {
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) {
  .block10__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .block10__left {
    grid-row: span 2 / span 2;
  }
}
.block10__right {
    /* @apply tw-w-1/2; */
  }
.form--dashed {
  border-radius: 8px;
  border-width: 3px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(129 123 123 / var(--tw-bg-opacity));
  padding: 32px;
}
.form__group {
  margin-bottom: 12px;
}
.form__group label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.form__input {
  display: block;
  width: 100%;
  border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(52 201 84 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 16px;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.block11 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.block11 .accordion-container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .block11 .accordion-container {
    max-width: 48rem;
  }
}
.block11 .ac {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.block11__bottom {
  text-align: center;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  line-height: 1.25;
}
.block11__bottom > p:not(:last-child) {
  margin-bottom: 4px;
}
.footer {
  background-color: #B1B1B13D;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.single-line {
  -webkit-transition: -webkit-transform 0.6s ease-in;
  transition: -webkit-transform 0.6s ease-in;
  transition: transform 0.6s ease-in;
  transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in;
  -webkit-transform-origin: left;
          transform-origin: left;
  --tw-scale-x: 0;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.single-line--anim {
  --tw-scale-x: 1;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.garanti {
  border-width: 2px;
  border-style: dotted;
  border-color: var(--color-primary);
  padding: 16px;
  text-align: center;
}
.garanti__title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  font-weight: 700;
}
.garanti__title::before {
  display: block;
  height: 32px;
  width: 32px;
  background-image: url('../images/check2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.garanti__title::after {
  display: block;
  height: 32px;
  width: 32px;
  background-image: url('../images/check2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.section--composition ul > li {
  height: 100%;
}
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  --tw-shadow: 0px 0px 10px 0px;
  --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.card__image {
  margin-bottom: 1.25rem;
  display: block;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .card__image {
    height: 200px;
  }
}
.card__title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .card__title {
    font-size: 24px;
  }
}
.card__descr {
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
}
.col-title {
  font-family: "Open Sans Hebrew Condensed", system-ui, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.col-title--theme {
  color: var(--color-primary);
}
@media (min-width: 1024px) {
  .col-title--big {
    font-size: 50px;
  }
}
.col-text {
  font-size: 20px;
}
@media not all and (min-width: 1280px) {
  .max-xl\:tw-col-span-full {
    grid-column: 1 / -1;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:tw-col-span-full {
    grid-column: 1 / -1;
  }
  .max-lg\:tw-hidden {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:tw-row-start-2 {
    grid-row-start: 2;
  }
  .max-md\:tw-mb-\[12px\] {
    margin-bottom: 12px;
  }
  .max-md\:tw-max-h-\[350px\] {
    max-height: 350px;
  }
  .max-md\:tw-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .max-md\:tw-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .max-md\:tw-text-center {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:tw-text-\[14px\] {
    font-size: 14px;
  }
  .sm\:tw-text-\[15px\] {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .md\:tw-hidden {
    display: none;
  }
  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:tw-gap-6 {
    gap: 1.5rem;
  }
  .md\:tw-text-\[26px\] {
    font-size: 26px;
  }
  .md\:tw-text-\[28px\] {
    font-size: 28px;
  }
  .md\:tw-text-\[32px\] {
    font-size: 32px;
  }
  .md\:tw-text-\[38px\] {
    font-size: 38px;
  }
  .md\:tw-text-\[40px\] {
    font-size: 40px;
  }
  .md\:tw-leading-\[1\.4\] {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .lg\:tw-hidden {
    display: none;
  }
}
@media (min-width: 1280px) {
  .xl\:tw-text-\[19px\] {
    font-size: 19px;
  }
  .xl\:tw-text-\[25px\] {
    font-size: 25px;
  }
}