@charset "UTF-8";
/*!
Theme Name: teka
Theme URI: https://mozinteractive.co.il/
Author: Ariel Horovtiz
Author URI: https://mozinteractive.co.il/
Description: teka theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: teka
Tags: teka
*/
/* Box sizing
--------------------------------------------- */
/* Mixins
--------------------------------------------- */
/* Media Screen Size
--------------------------------------------- */
/* Colors
--------------------------------------------- */
/* Fonts
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * 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;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-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;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Normalize
--------------------------------------------- */
/* Box sizing rules */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
	list-style: none;
}

/* Set core root defaults */
html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */
body {
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
	max-width: 100%;
	display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* Base
--------------------------------------------- */
/* Typography
--------------------------------------------- */
:root {
	font-size: 18px;
	font-weight: 300;
	--fsNav: 0.88889rem;
	--fs12: 0.667rem;
	--fs14: 0.77778rem;
	--fs16: 0.88889rem;
	--fs18: 1rem;
	--fs20: 1.11111rem;
	--fs24: 1.333rem;
	--fs30: 1.667rem;
	--fs32: 1.778rem;
	--fs40: 2.22222rem;
	--fs60: 3.333rem;
	--fs80: 4.444rem;
	--fs120: 6.667rem;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-size: var(--fs16);
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

p {
	margin-bottom: 1.66667rem;
	font-weight: 400;
	line-height: 38px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 3em 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: unset;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
@media screen and (min-width: 62em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: unset;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: unset;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* general
--------------------------------------------- */
body {
	font-family: RAG-Sans;
	font-size: var(--fs18);
	font-weight: 400;
}

section {
	position: relative;
	overflow: hidden;
}

h2 {
	font-size: var(--fs60);
	font-weight: 700;
	margin: unset;
	margin-bottom: 70px;
}

h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	margin: unset;
}

p {
	font-size: var(--fs18);
	font-weight: 400;
	line-height: 130%;
}

p:last-child {
	margin: unset;
}

.wpcf7-not-valid-tip {
	font-size: 16px;
	margin-top: 10px;
}

li.cat-item.current-cat > a {
	pointer-events: none;
}

strong {
	font-weight: bold;
}

.error404 main#primary {
	height: 854px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@keyframes up-and-down {
	0%,
	100% {
		bottom: 55px;
		/* Starting and ending at the original position */
	}
	50% {
		bottom: 75px;
		/* Move up 20px */
	}
}

@media screen and (max-width: 1600px) {
	section {
		padding-inline: 15px;
	}
}

@media screen and (max-width: 62em) {
	.error404 main#primary {
		height: 600px;
	}
}

/* Grid
--------------------------------------------- */
/* Components
--------------------------------------------- */
.btn {
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 110%;
	background-color: #c8102e;
	padding: 11px 20px;
	text-decoration: none;
	transition: 0.5s;
}

.btn.flip {
	border: 1px solid #c8102e;
	color: #c8102e;
	background-color: unset;
}

.btn.flip:hover {
	background-color: #c8102e;
	color: #fff;
}

.btn:hover {
	background-color: #fff;
	color: #000;
}

.play-btn {
	background-image: url(assets/imgs/play.svg);
	display: block;
	width: 60px;
	height: 60px;
	transition: 0.5s;
}

.play-btn:hover {
	background-image: url(assets/imgs/play-hover.svg);
}

.red-line:after {
	content: "";
	position: relative;
	display: block;
	width: 0%;
	height: 2px;
	background: #c8102e;
	transition: 0.5s;
	top: 5px;
}

.red-line:hover::after {
	width: 100%;
}

.red-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 15px;
}

.red-link-arrow:after {
	content: "";
	position: relative;
	background-image: url(assets/imgs/red-link-arrow.svg);
	display: inline-block;
	width: 19px;
	height: 16px;
}

/* Header
--------------------------------------------- */
header#masthead {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	transition: 0.5s;
}
header#masthead.bg-white,
header#masthead.search-open {
	background-color: white;
}

header#masthead div#header-wrap {
	display: flex;
	gap: 2.5rem;
	align-items: center;
}

header#masthead div#header-wrap a.custom-logo-link {
	display: block;
}

header#masthead div#header-wrap nav#site-navigation {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

header#masthead div#header-wrap nav#site-navigation ul.menu {
	padding: unset;
	margin: unset;
	list-style-type: none;
	display: flex;
	gap: 1.77778rem;
}

header#masthead div#header-wrap nav#site-navigation ul.menu li a {
	text-decoration: none;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	transition: 0.5s;
}
header#masthead.bg-white div#header-wrap nav#site-navigation ul.menu li a,
header#masthead.search-open div#header-wrap nav#site-navigation ul.menu li a {
	color: #000;
}
header#masthead.bg-white div#header-wrap nav#site-navigation .page-nav button.h-search,
header#masthead.search-open div#header-wrap nav#site-navigation .page-nav button.h-search {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

header#masthead div#header-wrap nav#site-navigation ul.menu li:after {
	content: "";
	position: relative;
	display: block;
	width: 0%;
	height: 0.11111rem;
	background: #c8102e;
	transition: 0.5s;
	top: 0.27778rem;
}

header#masthead div#header-wrap nav#site-navigation ul.menu li:hover::after {
	width: 100%;
}

header#masthead div#header-wrap nav#site-navigation ul.menu ul.sub-menu {
	display: none;
	border: 0.05556rem solid rgba(255, 255, 255, 0.4);
	background-color: #fff;
	position: absolute;
	margin: unset;
	list-style-type: none;
	padding: 1.5rem;
	top: 80%;
	translate: 0.83333rem 0rem;
	gap: 0.55556rem;
}

header#masthead div#header-wrap nav#site-navigation ul.menu ul.sub-menu li::after {
	display: none;
}

header#masthead div#header-wrap nav#site-navigation .page-nav {
	display: flex;
	align-items: center;
	gap: 1.77778rem;
}

header#masthead div#header-wrap nav#site-navigation .page-nav button.h-search {
	border: unset;
	background-color: unset;
	background-image: url(assets/imgs/search.svg);
	width: 1rem;
	height: 1.05556rem;
	padding: unset;
	cursor: pointer;
}

div#search-form {
	display: none;
	padding-block: 2.55556rem;
}

div#search-form form.search-form {
	width: 100%;
}

div#search-form form.search-form label {
	display: flex;
	width: 100%;
	align-items: center;
}

div#search-form form.search-form input.search-field {
	color: #fff;
	font-size: 1.33333rem;
	font-weight: 300;
	line-height: 110%;
	border: unset;
	background-color: unset;
	padding: unset;
	border-radius: unset;
	border-right: 0.05556rem solid #fff;
	margin-right: 0.55556rem;
	outline: unset;
	padding-right: 0.27778rem;
	width: 100%;
}
header#masthead.bg-white div#search-form form.search-form input.search-field,
header#masthead.search-open div#search-form form.search-form input.search-field {
	color: #000;
	border-color: #000;
}

div#search-form form.search-form input.search-field::placeholder {
	color: #fff;
}
header#masthead.bg-white div#search-form form.search-form input.search-field::placeholder,
header#masthead.search-open div#search-form form.search-form input.search-field::placeholder {
	color: #a9a9a9;
}

div#search-form form.search-form input.search-submit {
	border: unset;
	background-color: unset;
	background-image: url(assets/imgs/search.svg);
	width: 1rem;
	height: 1.05556rem;
	padding: unset;
	cursor: pointer;
	font-size: 0;
}
header#masthead.bg-white div#search-form form.search-form input.search-submit,
header#masthead.search-open div#search-form form.search-form input.search-submit {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

div#mobile-nav {
	display: none;
	position: fixed;
	z-index: 9999;
	background-color: #fff;
	inset: 0;
	padding: 1.11111rem;
	overflow-y: scroll;
}

@media screen and (max-width: 62em) {
	header#masthead div#header-wrap {
		justify-content: space-between;
		padding: 0.55556rem 1.11111rem;
	}
	header#masthead div#header-wrap nav#site-navigation {
		display: none;
	}
	button.mobile-menu-toggle.for-mobile {
		border: unset;
		background-color: unset;
		background-image: url(assets/imgs/nav.svg);
		width: 1.16667rem;
		height: 1.16667rem;
		background-repeat: no-repeat;
		padding: unset;
		border-radius: unset;
		transition: 0.5s;
	}
	img.custom-logo {
		width: 3.61111rem;
		transition: 0.5s;
	}
	button.close-menu {
		border: unset;
		background-color: unset;
		padding: unset;
	}
	div#mobile-nav img.custom-logo {
		width: 3.05556rem;
	}
	div#mobile-nav ul#primary-menu {
		list-style: none;
		padding: 0;
		margin: 0;
		display: grid;
		gap: 0.83333rem;
	}
	div#mobile-nav ul#primary-menu li {
		position: relative;
	}
	div#mobile-nav ul#primary-menu li a {
		font-size: 1.55556rem;
		font-weight: 400;
		line-height: 110%;
		/* toRem(30.8px) */
		display: block;
	}
	div#mobile-nav ul#primary-menu li a::after {
		position: absolute;
		content: "";
		background-image: url(assets/imgs/arrow-l.svg);
		width: 0.38889rem;
		height: 0.77778rem;
		display: inline-block;
		left: 0;
		top: 0.27778rem;
		transition: 0.5s;
	}
	div#mobile-nav ul#primary-menu li.menu-item-has-children.open a::after {
		transform: rotate(-90deg);
	}
	div#mobile-nav ul#primary-menu ul.sub-menu {
		list-style: none;
		padding: 0;
		margin: 0;
		display: none;
		margin-block: 1.11111rem;
		gap: 0.83333rem;
		padding-right: 0.83333rem;
	}
	div#mobile-nav ul#primary-menu ul.sub-menu li a {
		font-size: 1.11111rem;
		font-weight: 400;
		line-height: 110%;
		/* toRem(22px) */
	}
	div#mobile-nav ul#primary-menu ul.sub-menu li a::after {
		display: none;
	}
	.cat-nav {
		border-bottom: 0.05556rem solid #ededed;
		padding-bottom: 1.11111rem;
	}
	.more-nav ul#page-menu {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.more-nav ul#page-menu li a {
		font-size: 1.11111rem;
		font-weight: 400;
		line-height: 110%;
		/* toRem(22px) */
	}
	header#masthead.bg-white button.mobile-menu-toggle.for-mobile {
		-webkit-filter: invert(100%);
		filter: invert(100%);
	}
	header#masthead.bg-white img.custom-logo {
		width: 3.05556rem;
	}
}

/* Layouts
--------------------------------------------- */
@media screen and (max-width: 62em) {
	.search .products-grid .prod {
		margin: unset;
	}
	.search .products-grid .prod a.rpost-image img {
		height: auto;
	}
}

.page-template-contact header#masthead,
.page-template-vimeo header#masthead {
	background-color: #fff;
}

.page-template-contact header#masthead div#header-wrap nav#site-navigation ul.menu li a,
.page-template-contact div#search-form form.search-form input.search-field,
.page-template-vimeo header#masthead div#header-wrap nav#site-navigation ul.menu li a,
.page-template-vimeo div#search-form form.search-form input.search-field {
	color: #000;
	border-color: #000;
}

.page-template-contact header#masthead div#header-wrap nav#site-navigation ul.menu li a::placeholder,
.page-template-contact div#search-form form.search-form input.search-field::placeholder,
.page-template-vimeo header#masthead div#header-wrap nav#site-navigation ul.menu li a::placeholder,
.page-template-vimeo div#search-form form.search-form input.search-field::placeholder {
	color: #a9a9a9;
}

.page-template-contact header#masthead div#header-wrap nav#site-navigation .page-nav button.h-search,
.page-template-contact div#search-form form.search-form input.search-submit,
.page-template-vimeo header#masthead div#header-wrap nav#site-navigation .page-nav button.h-search,
.page-template-vimeo div#search-form form.search-form input.search-submit {
	-webkit-filter: invert(100%);
	/* Safari/Chrome */
	filter: invert(100%);
}

.page-template-contact main#primary,
.page-template-vimeo main#primary {
	padding-top: 6.38889rem;
}

.page-template-contact h4.fs-24.mb-5.red-text {
	white-space: nowrap;
}

.page-template-contact .contact-image img {
	width: 100%;
}

.page-template-contact .wpcf7 form.wpcf7-form p {
	display: grid;
	text-align: right;
	direction: rtl;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.11111rem;
	margin-bottom: 1.38889rem;
	position: relative;
}

.page-template-contact .wpcf7 form.wpcf7-form p span.wpcf7-spinner {
	position: absolute;
	bottom: -1.5rem;
	left: 0;
	right: 0;
	margin: auto;
}

.page-template-contact .wpcf7 form.wpcf7-form p label.cf-half {
	grid-column: unset;
}

.page-template-contact .wpcf7 form.wpcf7-form p label {
	font-size: 1rem;
	font-weight: 300;
	line-height: 110%;
	/* toRem(19.8px) */
	grid-column: span 2;
}

.page-template-contact .wpcf7 form.wpcf7-form p label input[type="text"],
.page-template-contact .wpcf7 form.wpcf7-form p label input[type="email"],
.page-template-contact .wpcf7 form.wpcf7-form p label input[type="url"],
.page-template-contact .wpcf7 form.wpcf7-form p label input[type="password"],
.page-template-contact .wpcf7 form.wpcf7-form p label input[type="search"],
.page-template-contact .wpcf7 form.wpcf7-form p label input[type="number"],
.page-template-contact .wpcf7 form.wpcf7-form p label input[type="tel"],
.page-template-contact .wpcf7 form.wpcf7-form p label input[type="range"],
.page-template-contact .wpcf7 form.wpcf7-form p label input[type="date"],
.page-template-contact .wpcf7 form.wpcf7-form p label input[type="month"],
.page-template-contact .wpcf7 form.wpcf7-form p label input[type="week"],
.page-template-contact .wpcf7 form.wpcf7-form p label input[type="time"],
.page-template-contact .wpcf7 form.wpcf7-form p label input[type="datetime"],
.page-template-contact .wpcf7 form.wpcf7-form p label input[type="datetime-local"],
.page-template-contact .wpcf7 form.wpcf7-form p label input[type="color"],
.page-template-contact .wpcf7 form.wpcf7-form p label textarea,
.page-template-contact .wpcf7 form.wpcf7-form p label select {
	width: 100%;
	border: 0.11111rem solid #c1c1c1;
	padding: 0.66667rem 0.83333rem;
	line-height: 1;
	border-radius: unset;
	text-align: right;
	direction: rtl;
}

.page-template-contact .wpcf7 form.wpcf7-form p label span.wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.27778rem;
}

.page-template-contact .wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap {
	grid-column: span 2;
}

.page-template-contact .wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap span.wpcf7-list-item.first.last {
	margin: unset;
}

.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap label {
	display: flex;
	align-items: start;
	gap: 0.83333rem;
}

.page-template-contact .wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap label span.wpcf7-list-item-label {
	max-width: 17.77778rem;
	display: inline-block;
}

.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap label input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 1.16667rem;
	height: 1.16667rem;
	border: 0.11111rem solid #c1c1c1;
	cursor: pointer;
	position: relative;
	min-width: 1.16667rem;
}

.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap label input[type="checkbox"]:checked {
	background-color: #fff;
}

.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap label input[type="checkbox"]:checked:after {
	content: "✔";
	position: absolute;
	left: -0.11111rem;
	top: -0.11111rem;
	color: #fff;
	background-color: #c8102e;
	font-size: 0.88889rem;
	bottom: -0.11111rem;
	right: -0.11111rem;
	text-align: center;
}

.page-template-contact .wpcf7 form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit {
	grid-column: span 2;
	font-size: 1rem;
	border: unset;
	background-color: #c8102e;
	color: #fff;
	padding-block: 1.22222rem;
	border-radius: unset;
	transition: 0.5s;
	cursor: pointer;
}
.page-template-contact .wpcf7 form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #000;
	color: #fff;
}

.page-template-contact .wpcf7 form.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea {
	height: 6.66667rem;
}

.page-template-contact .cf-note p {
	color: #838383;
	font-size: 0.88889rem;
	font-weight: 400;
	line-height: 142%;
}

.page-template-contact .cf-note p strong {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 110%;
	/* toRem(19.8px) */
}

.page-template-contact .cf-note p a {
	text-decoration-line: underline;
}

@media screen and (max-width: 62em) {
	.contact-image.gcol-7 {
		display: none;
	}
	.page-template-contact p.fs-18.mb-20 {
		margin-bottom: 0.55556rem;
	}
	.contact-content.grid-container.gap-100.mb-80 {
		gap: unset;
	}
	.page-template-contact .wpcf7 form.wpcf7-form p label.cf-half {
		grid-column: span 2;
	}
	.page-template-contact button.mobile-menu-toggle.for-mobile {
		-webkit-filter: invert(100%);
		filter: invert(100%);
	}
}

.home section,
.home footer {
	position: relative;
	z-index: 2;
}

.home .hero-section {
	height: 50rem;
	position: sticky;
	overflow: hidden;
	z-index: 1;
	top: 0;
}

.home main#primary section {
	background-color: #fff;
}

.home .hero-section video#background-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home .hero-section:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 17.22%), linear-gradient(270deg, rgba(0, 0, 0, 0.8) 20.81%, rgba(0, 0, 0, 0) 65.16%);
	z-index: 2;
}

.home .hero-section .hero-wrapper {
	position: relative;
	z-index: 2;
	height: 50rem;
	display: grid;
	align-items: center;
}

.home .hero-section img.attachment-hero-logo {
	position: absolute;
	left: 3.22222rem;
	bottom: 3.05556rem;
}

.home .hero-section img.down-btn {
	position: absolute;
	right: 0;
	bottom: 3.05556rem;
	z-index: 2;
	animation: up-and-down 2s ease-in-out infinite;
}

.home section.banner-section {
	height: 50rem;
	background-repeat: no-repeat;
	background-size: cover;
}

.home section.banner-section .banner-wrapper {
	display: grid;
	align-items: center;
	height: 50rem;
}

.home section.banner-section:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 17.22%), linear-gradient(270deg, rgba(0, 0, 0, 0.8) 20.81%, rgba(0, 0, 0, 0) 65.16%);
	z-index: 1;
}

.home section.banner-section .banner-content {
	position: relative;
	z-index: 2;
}

.home .prod-cat {
	height: 25rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.home .prod-cat img.prod-image {
	position: relative;
	height: 25rem;
	transition: 1s;
	object-fit: cover;
}

.home .prod-cat .term-name-desc {
	position: absolute;
	bottom: -15.27778rem;
	z-index: 2;
	padding: 2.77778rem;
	transition: 0.5s;
}

.home .prod-cat .term-name-desc p {
	max-height: 3.22222rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home .prod-cat::after {
	content: "";
	position: absolute;
	inset: 0;
	transition: 0.5s;
	opacity: 0.7;
}

.home .prod-cat:hover .term-name-desc {
	bottom: 0;
}

.home .prod-cat:hover::after {
	background-color: #000;
}

.home .prod-cat:hover img.prod-image {
	transform: scale(1.05);
}

.home section.banner-small-section {
	height: 25rem;
	background-repeat: no-repeat;
	background-size: cover;
}

.home section.banner-small-section .banner-wrapper {
	display: grid;
	align-items: center;
	height: 25rem;
}

.home section.banner-small-section:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 17.22%), linear-gradient(270deg, rgba(0, 0, 0, 0.8) 20.81%, rgba(0, 0, 0, 0) 65.16%);
	z-index: 1;
}

.home section.banner-small-section .banner-content {
	position: relative;
	z-index: 2;
}

.home section.banners-half-section .banner-content {
	height: 37.77778rem;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-right: 6.94444rem;
}

.home section.banners-half-section .banner-content a.btn {
	align-self: start;
}

.home section.banners-half-section .banner-content:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 66.99%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	z-index: -1;
}

.home section.new-prods-section .new-prods {
	padding-inline: 5.55556rem;
}

.home section.new-prods-section .new-prods .slick-list {
	margin: 0 -0.41667rem;
	padding: 0.83333rem 0.27778rem;
}

.home section.new-prods-section .new-prods .new-prod {
	margin-inline: 0.41667rem;
	text-align: center;
}

.home section.new-prods-section .new-prods .new-prod a.rpost-image {
	position: relative;
	background: #fff;
	box-shadow: 0rem 0.33333rem 1.11111rem 0rem rgba(162, 162, 162, 0.25);
	height: 30.38889rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.22222rem;
}

.home section.new-prods-section .new-prods .new-prod a.rpost-image img {
	height: 17.61111rem;
	transition: 0.5s;
	object-fit: contain;
}

.home section.new-prods-section .new-prods .new-prod a.rpost-image .post-tags {
	position: absolute;
	top: 0.5rem;
	right: 0;
}

.home section.new-prods-section .new-prods .new-prod a.rpost-image .post-tags span {
	color: #fff;
	background-color: #c8102e;
	text-align: center;
	font-size: 1.11111rem;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	padding: 0.55556rem 1.77778rem;
}

.home section.new-prods-section .new-prods .new-prod a.rpost-image:hover img {
	transform: scale(1.05);
}

.home section.new-prods-section .new-prods .new-prod a.rpost-title {
	display: block;
	color: #000;
	font-size: 1.22222rem;
	line-height: 110%;
	margin-bottom: 0.55556rem;
}

.home section.new-prods-section .new-prods .new-prod .sku-field {
	color: #585858;
	font-size: 1rem;
	font-weight: 300;
	line-height: 110%;
	margin-bottom: 1.38889rem;
}

.home section.new-prods-section .new-prods .new-prod a.btn {
	opacity: 0;
	transition: 0.5s;
}

.home section.new-prods-section .new-prods .new-prod a.btn:hover {
	background-color: #000;
	color: #fff;
}

.home section.new-prods-section .new-prods .new-prod:hover a.btn {
	opacity: 1;
}

.home section.new-prods-section .new-prods .slick-prev,
.home section.new-prods-section .new-prods .slick-next {
	top: 40%;
	width: 3.33333rem;
	height: 3.33333rem;
	display: block;
	transition: 0.5s;
}

.home section.new-prods-section .new-prods .slick-prev:before,
.home section.new-prods-section .new-prods .slick-next:before {
	display: none;
}

.home section.new-prods-section .new-prods .slick-prev {
	background-image: url(assets/imgs/slider-arrow-r.svg);
	right: 0.27778rem;
}

.home section.new-prods-section .new-prods .slick-prev:hover {
	background-image: url(assets/imgs/slider-arrow-r-red.svg);
}

.home section.new-prods-section .new-prods .slick-next {
	background-image: url(assets/imgs/slider-arrow-l.svg);
	left: 0.27778rem;
}

.home section.new-prods-section .new-prods .slick-next:hover {
	background-image: url(assets/imgs/slider-arrow-l-red.svg);
}

@media screen and (max-width: 83.33333rem) {
	.home .prod-cat {
		height: 20rem;
	}
	.home section.new-prods-section .new-prods .new-prod a.rpost-image {
		height: 25rem;
		overflow: hidden;
	}
}

@media screen and (max-width: 62em) {
	.home .hero-section {
		height: 100vh;
	}
	.home .hero-section img.attachment-hero-logo {
		width: 7.27778rem;
		left: 1.11111rem;
		bottom: 2.22222rem;
	}
	.home .hero-section img.down-btn {
		right: 0.27778rem;
		bottom: 2.5rem;
		width: 2.88889rem;
		animation: none;
	}
	.home section.banner-section,
	.home section.banner-small-section {
		height: 21.66667rem;
		background-position: -7.77778rem center;
	}
	.home section.banner-section .banner-wrapper,
	.home section.banner-small-section .banner-wrapper {
		height: 21.66667rem;
		align-items: end;
		padding-bottom: 1.94444rem;
	}
	.home section.banner-section .banner-content p,
	.home section.banner-small-section .banner-content p {
		display: none;
	}
	section.prod-cat-section.mb-30,
	section.banner-section.mb-30 {
		background-color: #fff;
	}
	.home .prod-cat .term-name-desc {
		bottom: 0;
		padding: 1.11111rem;
	}
	.home .prod-cat .term-name-desc p {
		display: none;
	}
	.home .prod-cat::after {
		background-color: #000;
		opacity: 0.5;
	}
	section.prod-cat-section {
		padding-inline: unset;
	}
	.home section.banner-small-section {
		background-position: center;
	}
	.home section.new-prods-section .new-prods {
		padding: unset;
	}
	.home section.new-prods-section .new-prods .slick-list {
		padding: 0 0 0 10% !important;
	}
	section.new-prods-section h2 {
		text-align: right;
	}
	.home section.new-prods-section .new-prods .slick-prev,
	.home section.new-prods-section .new-prods .slick-next {
		width: 2.22222rem;
		height: 2.22222rem;
		background-size: contain;
		top: -2.22222rem;
		left: 0;
		right: unset;
	}
	.home section.new-prods-section .new-prods .slick-prev {
		left: 3.05556rem;
	}
	.home section.new-prods-section .new-prods .new-prod a.rpost-image {
		height: 20.27778rem;
		margin-bottom: 1.11111rem;
	}
	.home section.new-prods-section .new-prods .new-prod a.btn {
		opacity: 1;
	}
	.home section.new-prods-section .new-prods .new-prod .sku-field {
		margin-bottom: 0.83333rem;
	}
	.home section.banners-half-section .banner-content {
		height: 21.11111rem;
		padding: 1.66667rem;
		justify-content: end;
	}
}

.page-template-about .about-video {
	height: 37.77778rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.page-template-about .about-video video#background-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-about .about-video:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 17.22%), linear-gradient(270deg, rgba(0, 0, 0, 0.8) 20.81%, rgba(0, 0, 0, 0) 65.16%);
	z-index: 2;
}

.page-template-about .about-video .video-wrapper {
	position: relative;
	z-index: 2;
	height: 37.77778rem;
	display: grid;
	align-items: center;
}

.page-template-about .about-video .video-content {
	display: flex;
	justify-content: space-between;
	padding-inline: 5.55556rem;
}

.page-template-about .about-video .video-content h2 {
	max-width: 31.11111rem;
}

.page-template-about .about-img-txt .prod-con {
	max-width: 28.33333rem;
}

.page-template-about .about-img-txt img {
	width: 100%;
}

.page-template-about .about-img-txt .about-img-txt-row:nth-child(even) .prod-content {
	order: 2;
}

.page-template-about .banner-small {
	position: relative;
	height: 23.88889rem;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-template-about .banner-small .banner-wrapper {
	display: grid;
	align-items: center;
	height: 23.88889rem;
}

.page-template-about .banner-small:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 17.22%), linear-gradient(270deg, rgba(0, 0, 0, 0.8) 20.81%, rgba(0, 0, 0, 0) 65.16%);
	z-index: 1;
}

.page-template-about .banner-small .banner-content {
	position: relative;
	z-index: 2;
	padding-inline: 7.5rem;
}

.page-template-about .banner-small .banner-content p {
	max-width: 19.44444rem;
}

@media screen and (max-width: 62em) {
	.page-template-about .about-video .video-wrapper,
	.page-template-about .about-video {
		height: 15.55556rem;
	}
	.page-template-about .about-video .video-content {
		flex-flow: column;
		gap: 0.83333rem;
		padding-inline: 0.94444rem;
	}
	.page-template-about .about-video .video-content h2 {
		margin: unset;
	}
	.video-content img {
		width: 6.38889rem;
	}
	.page-template-about .about-video {
		margin-inline: -0.83333rem;
	}
	body .prod-content {
		padding: unset;
	}
	body.page-template-about .prod-title {
		text-align: right;
	}
	.page-template-about .about-img-txt .about-img-txt-row:nth-child(even) .prod-content {
		order: unset;
	}
	body .about-img-txt-row {
		gap: 2.22222rem;
	}
	.page-template-about .banner-small,
	.page-template-about .banner-small .banner-wrapper {
		height: 21.38889rem;
	}
	.page-template-about .banner-small .banner-content {
		padding: unset;
		padding-bottom: unset;
	}
	.page-template-about .banner-small .banner-wrapper {
		padding: 1.66667rem;
		align-items: end;
	}
	div#about-img-txt-row-3 img {
		display: none;
	}
}

section.hero-section {
	position: relative;
	height: 23.05556rem;
	background-repeat: no-repeat;
	background-size: cover;
}

section.hero-section .hero-wrapper.container-md {
	height: 100%;
	display: grid;
	align-items: center;
	justify-content: start;
}

section.hero-section:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 31.72%), linear-gradient(270deg, rgba(0, 0, 0, 0.5) 20.81%, rgba(0, 0, 0, 0) 65.16%);
	z-index: 1;
}

section.hero-section * {
	z-index: 2;
}

.y-breadcrumbs p {
	color: #303030;
	font-size: 0.77778rem;
	font-weight: 300;
	line-height: 108.978%;
}

.y-breadcrumbs p > span {
	display: flex;
	gap: 0.55556rem;
}

.tax-product_cat nav.products-categories .products-cat-list > li > a:before {
	content: "כל ה";
}

.tax-product_cat nav.products-categories li.cat-item {
	display: flex;
	gap: 0.83333rem;
	justify-content: center;
}

.tax-product_cat nav.products-categories li.cat-item ul.children {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 0.83333rem;
}

.tax-product_cat nav.products-categories li.cat-item a {
	text-align: center;
	font-style: normal;
	line-height: 130%;
	border: 0.05556rem solid #000;
	background: #fff;
	padding: 0.55556rem 1.22222rem;
}

.tax-product_cat nav.products-categories li.cat-item.current-cat > a {
	pointer-events: none;
	background: #c8102e;
	color: #fff;
}

@media screen and (max-width: 62em) {
	section.hero-section {
		height: 11.66667rem;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	body:not(.home) section.hero-section .hero-wrapper.container-md {
		align-items: end;
		padding-bottom: 1.94444rem;
	}
	.tax-product_cat nav.products-categories li.cat-item a {
		white-space: nowrap;
	}
	nav.products-categories.mb-50 {
		overflow-x: auto;
		padding-bottom: 0.83333rem;
		margin-bottom: 1.38889rem;
	}
	.tax-product_cat nav.products-categories li.cat-item {
		justify-content: start;
	}
	.term-description p strong {
		font-size: 1.33333rem;
		font-weight: normal;
	}
}

.page-template-series .series-prods .slick-list {
	margin: 0 -1.25rem;
	padding: 0.83333rem 0.27778rem;
}

.page-template-series .series-prods .new-prod {
	margin-inline: 1.25rem;
	text-align: center;
}

.page-template-series .series-prods .new-prod a.rpost-image {
	position: relative;
	background: #fff;
	box-shadow: 0rem 0.33333rem 1.11111rem 0rem rgba(162, 162, 162, 0.25);
	height: 21.44444rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.22222rem;
}

.page-template-series .series-prods .new-prod a.rpost-image img {
	height: 17.61111rem;
	transition: 0.5s;
	object-fit: contain;
}

.page-template-series .series-prods .new-prod a.rpost-image .post-tags {
	position: absolute;
	top: 0.5rem;
	right: 0;
	z-index: 1;
}

.page-template-series .series-prods .new-prod a.rpost-image .post-tags span {
	color: #fff;
	background-color: #c8102e;
	text-align: center;
	font-size: 1.11111rem;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	padding: 0.55556rem 1.77778rem;
}

.page-template-series .series-prods .new-prod a.rpost-image:hover img {
	transform: scale(1.05);
}

.page-template-series .series-prods .new-prod a.rpost-title {
	display: block;
	color: #000;
	font-size: 1.22222rem;
	line-height: 110%;
	margin-bottom: 0.55556rem;
}

.page-template-series .series-prods .new-prod .sku-field {
	color: #585858;
	font-size: 1rem;
	font-weight: 300;
	line-height: 110%;
	margin-bottom: 1.38889rem;
}

@media screen and (min-width: 75em) {
	.page-template-series .series-prods .new-prod a.btn {
		border: 0.05556rem solid #c8102e;
		color: #c8102e;
		background-color: unset;
	}
	.page-template-series .series-prods .new-prod a.btn:hover {
		background-color: #c8102e;
		color: #fff;
	}
}

.page-template-series .series-prods .new-prod:hover a.btn {
	background-color: #c8102e;
	color: #fff;
}

.page-template-series .series-prods .slick-prev,
.page-template-series .series-prods .slick-next {
	top: 40%;
	width: 3.33333rem;
	height: 3.33333rem;
	display: block;
	transition: 0.5s;
}

.page-template-series .series-prods .slick-prev:before,
.page-template-series .series-prods .slick-next:before {
	display: none;
}

.page-template-series .series-prods .slick-prev {
	background-image: url(assets/imgs/slider-arrow-r.svg);
	right: -5.27778rem;
	z-index: 1;
}

.page-template-series .series-prods .slick-prev:hover {
	background-image: url(assets/imgs/slider-arrow-r-red.svg);
}

.page-template-series .series-prods .slick-next {
	background-image: url(assets/imgs/slider-arrow-l.svg);
	left: -5.27778rem;
	z-index: 1;
}

.page-template-series .series-prods .slick-next:hover {
	background-image: url(assets/imgs/slider-arrow-l-red.svg);
}

@media screen and (min-width: 75em) {
	.page-template-series .series-banner {
		position: relative;
		height: 24.88889rem;
		display: flex;
		justify-content: center;
		flex-flow: column;
		padding-inline: 3.61111rem;
		border-radius: 0.22222rem;
	}
	.page-template-series .series-banner:before {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0) 39.38%, #000 67.96%);
		z-index: 1;
	}
	.page-template-series .series-banner * {
		z-index: 2;
	}
}

.page-template-series .series-text p {
	line-height: 150%;
}

.page-template-series .series-text p strong {
	font-size: 1.33333rem;
	font-weight: normal;
}

@media screen and (max-width: 62em) {
	.page-template-series .series-prods .slick-list {
		padding: 0 0 0 15% !important;
	}
	.page-template-series .series-prods .new-prod a.rpost-image {
		height: 20.16667rem;
		padding-inline: 1.11111rem;
		margin-bottom: 1.11111rem;
	}
	.page-template-series .series-prods .new-prod a.rpost-image img {
		height: auto;
	}
	.series-banner-img {
		margin-inline: -0.83333rem;
	}
	.series-banner-img img {
		height: 15.27778rem;
		width: 100%;
		object-fit: cover;
		object-position: top;
	}
}

.single-products button.mobile-menu-toggle.for-mobile {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.single-products section.product-section {
	overflow: unset;
}

.single-products header#masthead {
	background-color: #fff;
}

.single-products header#masthead div#header-wrap nav#site-navigation ul.menu li a,
.single-products div#search-form form.search-form input.search-field {
	color: #000;
}
header#masthead div#header-wrap nav#site-navigation ul.sub-menu a {
	white-space: nowrap;
	color: #000 !important;
}

.single-products header#masthead div#header-wrap nav#site-navigation ul.menu li a::placeholder,
.single-products div#search-form form.search-form input.search-field::placeholder {
	color: #a9a9a9;
}

.single-products header#masthead div#header-wrap nav#site-navigation .page-nav button.h-search,
.single-products div#search-form form.search-form input.search-submit {
	-webkit-filter: invert(100%);
	/* Safari/Chrome */
	filter: invert(100%);
}

.single-products main#primary {
	padding-top: 6.38889rem;
}

.single-products .product-opener ul {
	margin: unset;
	padding-right: 1.38889rem;
}

.single-products .product-opener h1 {
	max-width: 20ch;
}

.single-products .gallery-container {
	max-height: 30.55556rem;
}

.single-products .gallery-container .main-image {
	width: 100%;
	height: 30.55556rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.single-products .gallery-container .main-image img {
	height: 100%;
	object-fit: contain;
}

@media screen and (min-width: 75em) {
	.single-products .gallery-container .thumbnails {
		overflow-y: auto;
		padding-left: 0.55556rem;
	}
	.single-products .gallery-container .thumbnails::-webkit-scrollbar {
		width: 0.27778rem;
	}
	.single-products .gallery-container .thumbnails::-webkit-scrollbar-thumb {
		background-color: #000;
		border-radius: 0.55556rem;
	}
	.single-products .gallery-container .thumbnails::-webkit-scrollbar-track {
		background-color: #fff;
	}
	.single-products .gallery-container .thumbnails img {
		cursor: pointer;
		max-height: 5.27778rem;
	}
}

.single-products .prod-scroll {
	background-color: #f7f7f7;
	position: sticky;
	top: 4.66667rem;
}

.single-products .prod-scroll .prod-scroll-wrapper {
	padding-block: 1.11111rem;
	display: flex;
	align-items: center;
}

.single-products .prod-scroll .prod-scroll-wrapper .prod-sku {
	border-left: 0.11111rem solid #000;
	padding-left: 1.11111rem;
	margin-left: 1.11111rem;
}

.single-products .prod-scroll .prod-nav li:after {
	content: "";
	position: relative;
	display: block;
	width: 0%;
	height: 0.11111rem;
	background: #c8102e;
	transition: 0.5s;
	top: 0.27778rem;
}

.single-products .prod-scroll .prod-nav li:hover::after {
	width: 100%;
}

.single-products #player-container.show {
	z-index: 9999999999999999999999;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: stretch;
	align-items: center;
}

.single-products #player-container.show iframe {
	width: 100%;
	height: 100%;
}

.single-products #player-container.show .close {
	display: none;
	position: fixed;
	right: 1.66667rem;
	color: white;
	z-index: 999999999999999999;
	font-size: 1.11111rem;
	top: 3.33333rem;
	border: 0.05556rem solid;
	padding: 0;
	background-color: black;
	cursor: pointer;
	width: 1.83333rem;
	height: 1.83333rem;
	border-radius: 50%;
	line-height: 1.72222rem;
	font-size: 0.72222rem;
	text-align: center;
}

.single-products .pord-video {
	height: 41.94444rem;
	margin-inline: 1.66667rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.single-products .prod-desc .prod-con {
	max-width: 28.33333rem;
}

.single-products .prod-desc img {
	width: 100%;
}

.single-products .prod-desc .prod-desc-row:nth-child(even) .prod-content {
	order: 2;
}

.single-products .prod-spec-wrapper ul {
	margin: unset;
	padding-right: 1.11111rem;
}

.single-products .prod-spec-wrapper ul li {
	line-height: 170%;
	/* toRem(30.6px) */
}

.single-products .prod-file a {
	display: grid;
	border: 0.05556rem solid #f0f0f0;
	background-color: #f5f5f7;
	padding: 3rem 5.5rem;
	height: 247px;
}

.single-products .prod-file a::before {
	content: "";
	background-image: url("assets/imgs/pdf.png");
	margin: auto;
	display: block;
	width: 1.94444rem;
	height: 2.44444rem;
	margin-bottom: 1.11111rem;
	transition: 0.5s;
	background-repeat: no-repeat;
	background-size: contain;
}

.single-products .prod-file a:hover::before {
	transform: scale(1.1);
}

.single-products .prod-videos .prod-video-wrapper {
	border: 0.05556rem solid #eaeaea;
	background: #fff;
	box-shadow: 0rem 0.22222rem 2.22222rem 0rem rgba(162, 162, 162, 0.15);
}

.single-products .prod-videos .prod-video-wrapper .pord-video {
	height: 13.94444rem;
	width: 100%;
	margin: unset;
	background-repeat: no-repeat;
	background-size: cover;
}

.single-products .prod-videos .prod-video-wrapper .video-title {
	padding: 0.83333rem 1.11111rem;
}

@media screen and (max-width: 62em) {
	body .y-breadcrumbs {
		margin-bottom: 1.38889rem;
	}
	body .gallery-container {
		flex-flow: column;
	}
	.single-products .gallery-container {
		margin-bottom: 1.94444rem;
	}
	.single-products .gallery-container .thumbnails img {
		border: 0.08333rem solid #e8e8e8;
		width: 7.22222rem;
		max-height: unset;
		height: 6.11111rem;
	}
	.single-products .gallery-container .thumbnails {
		overflow: hidden;
		overflow-x: auto;
		flex-flow: row;
		padding-bottom: 0.83333rem;
	}
	.single-products .gallery-container .main-image {
		height: 16.66667rem;
		align-items: start;
	}
	.single-products .prod-scroll .prod-scroll-wrapper .prod-sku {
		font-size: 1.22222rem;
		border: unset;
	}
	.single-products .prod-scroll .prod-scroll-wrapper nav {
		display: none;
	}
	.single-products .prod-scroll .prod-scroll-wrapper {
		padding-block: 0.77778rem;
	}
	.single-products .pord-video {
		height: 10rem;
		margin-inline: unset;
		background-size: cover;
	}
	.prod-content.white-text.pr-150 {
		padding: unset;
	}
	.prod-desc.px-30 {
		padding: unset;
		display: grid;
		gap: 1.66667rem;
	}
	.single-products .prod-desc .prod-desc-row .prod-content {
		order: 2;
	}
	.prod-desc-row {
		gap: 2.5rem;
	}
	.single-products .prod-scroll {
		position: relative;
		top: unset;
	}
	body .prod-title {
		font-size: 1.66667rem;
		text-align: center;
	}
	.psc.d-flex.gap-50,
	.psc-2.d-flex.gap-50 {
		flex-flow: column;
		gap: unset;
	}
	.prod-spec-wrapper h2,
	div#prod-files h2,
	h2.fs-30.mb-30 {
		font-size: 1.66667rem;
	}
	.prod-spec-wrapper.grid-container.gap-50 {
		gap: 2.22222rem 0;
	}
	.prod-files-wrapper.d-flex.gap-25 {
		flex-flow: column;
	}
	.single-products .prod-file a::before {
		margin: unset;
		width: 1.38889rem;
		height: 1.72222rem;
	}
	.single-products .prod-file a {
		display: flex;
		gap: 1.11111rem;
		padding: 0.77778rem 1.11111rem;
		align-items: center;
	}
	body .mb-130,
	body .mb-100 {
		margin-bottom: 2.77778rem;
	}
	.prod-videos .slick-list {
		padding: 0 0 0 10% !important;
	}
	.prod-videos .prod-video-wrapper {
		margin-left: 0.83333rem;
	}
	.single-products .prod-videos .prod-video-wrapper .pord-video {
		height: 11.11111rem;
	}
	.video-title.fs-20 {
		font-size: 0.88889rem;
	}
	body .products-grid .slick-list {
		padding: 0 0 0 10% !important;
	}
	body .products-grid .prod {
		margin-right: 0.83333rem;
	}
	body .products-grid .prod a.rpost-image img {
		height: 14.44444rem;
	}
	body .products-grid .prod .prod-title {
		font-size: 1.22222rem;
	}
	body .products-grid .slick-prev {
		background-image: url(assets/imgs/slider-arrow-r.svg);
		left: 3.05556rem;
	}
	body .products-grid .slick-prev:hover {
		background-image: url(assets/imgs/slider-arrow-r-red.svg);
	}
	body .products-grid .slick-next {
		background-image: url(assets/imgs/slider-arrow-l.svg);
		left: 0;
	}
	body .products-grid .slick-next:hover {
		background-image: url(assets/imgs/slider-arrow-l-red.svg);
	}
	body .products-grid .slick-prev,
	body .products-grid .slick-next {
		display: block;
		transition: 0.5s;
		width: 2.22222rem;
		height: 2.22222rem;
		background-size: contain;
		top: -2.5rem;
		right: unset;
	}
	body .products-grid .slick-prev:before,
	body .products-grid .slick-next:before {
		display: none;
	}
}

.page-template-default:not(.home) section.page-section {
	margin-bottom: 3.88889rem;
}

.page-template-default:not(.home) h1 {
	font-size: 2.22222rem;
	font-weight: 300;
	line-height: 150%;
	margin-bottom: 1.66667rem;
}

.page-template-default:not(.home) ol,
.page-template-default:not(.home) ul,
.page-template-default:not(.home) p {
	margin-right: unset;
	font-size: 1.11111rem;
	font-weight: 300;
	line-height: 158%;
}

.page-template-default:not(.home) ol,
.page-template-default:not(.home) ul {
	padding-right: 1.38889rem;
}

.page-template-default:not(.home) strong {
	font-size: 1.66667rem;
	font-weight: 300;
	line-height: 158%;
}

.page-template-default:not(.home) p#breadcrumbs {
	font-size: 0.77778rem;
}

@media screen and (max-width: 62em) {
	.page-template-default:not(.home) section.page-section {
		margin-bottom: 3.88889rem;
	}
	.page-template-default:not(.home) h1 {
		font-size: 1.88889rem;
		margin-bottom: 1.11111rem;
	}
	.page-template-default:not(.home) ol,
	.page-template-default:not(.home) ul,
	.page-template-default:not(.home) p {
		font-size: 1rem;
	}
	.page-template-default:not(.home) strong {
		font-size: 1.66667rem;
		font-weight: 300;
		line-height: 158%;
	}
}

.branche {
	max-width: 11.66667rem;
}

.branche a.tel {
	border-bottom: 0.11111rem solid #c8102e;
	padding-bottom: 0.16667rem;
}

.branches-select {
	width: 11.77778rem;
	padding: 0.55556rem 0.83333rem;
	/* Appearance: none to remove default dropdown styling */
	-webkit-appearance: none;
	/* Chrome, Safari, Opera */
	-moz-appearance: none;
	/* Firefox */
	appearance: none;
	/* Custom background arrow image */
	background-image: url("assets/imgs/select-arrow.svg");
	background-position: left 0.83333rem center;
	/* Adjust this depending on your design */
	background-repeat: no-repeat;
}

.branches-by-area {
	max-width: 70rem;
}

@media screen and (max-width: 62em) {
	.branches-select-wrapper {
		flex-flow: column;
	}
	body .branches-select {
		order: 2;
		width: 100%;
		margin-bottom: 1.38889rem;
	}
	body .red-link-arrow {
		margin-bottom: 1.38889rem;
	}
	body .branches {
		gap: 1.77778rem;
	}
	body .branches-by-area {
		gap: 3.33333rem;
	}
}

/* Parts
--------------------------------------------- */
.products-grid .prod {
	text-align: center;
}

.products-grid .prod a.rpost-image {
	position: relative;
	background: #fff;
	box-shadow: 0rem 0.22222rem 2.22222rem 0rem rgba(162, 162, 162, 0.15);
	height: 21.44444rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.22222rem;
}

.products-grid .prod a.rpost-image img {
	height: 17.61111rem;
	transition: 0.5s;
	object-fit: contain;
}

.products-grid .prod a.rpost-image .post-tags {
	position: absolute;
	top: 0.5rem;
	right: 0;
	z-index: 1;
}

.products-grid .prod a.rpost-image .post-tags span {
	color: #fff;
	background-color: #c8102e;
	text-align: center;
	font-size: 1.11111rem;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	padding: 0.55556rem 1.77778rem;
}

.products-grid .prod a.rpost-image:hover img {
	transform: scale(1.05);
}

.products-grid .prod a.rpost-title {
	display: block;
	color: #000;
	font-size: 1.22222rem;
	line-height: 110%;
	margin-bottom: 0.55556rem;
}

.products-grid .prod .sku-field {
	color: #585858;
	font-size: 1rem;
	font-weight: 300;
	line-height: 110%;
	margin-bottom: 1.38889rem;
}

.products-grid .prod:hover a.btn {
	background-color: #c8102e;
	color: #fff;
}

@media screen and (max-width: 62em) {
	.products-grid .prod a.rpost-image {
		height: 20.27778rem;
		margin-bottom: 1.11111rem;
	}
}

/* Footer
--------------------------------------------- */
footer#footer {
	padding-inline: 1.11111rem;
	background-color: #000;
}

footer#footer .footer-top {
	border-bottom: 0.05556rem solid #323232;
	padding-bottom: 2.77778rem;
	margin-bottom: 3.88889rem;
}

footer#footer .footer-top img.custom-logo {
	height: 3.88889rem;
}

footer#footer .footer-top .contact-detail img {
	height: 2.33333rem;
}

footer#footer .fl ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer#footer .fl ul li:first-child {
	margin-bottom: 1.66667rem;
	font-weight: 600;
}

footer#footer .fl ul li a {
	font-size: 0.88889rem;
	line-height: 110%;
	/* toRem(17.6px) */
}

footer#footer .footer-cf {
	width: 24.44444rem;
	max-width: 100%;
}

footer#footer .footer-cf form.wpcf7-form p {
	display: grid;
	gap: 1.22222rem;
}

footer#footer .footer-cf form.wpcf7-form p input[type="text"],
footer#footer .footer-cf form.wpcf7-form p input[type="email"],
footer#footer .footer-cf form.wpcf7-form p input[type="url"],
footer#footer .footer-cf form.wpcf7-form p input[type="password"],
footer#footer .footer-cf form.wpcf7-form p input[type="search"],
footer#footer .footer-cf form.wpcf7-form p input[type="number"],
footer#footer .footer-cf form.wpcf7-form p input[type="tel"],
footer#footer .footer-cf form.wpcf7-form p input[type="range"],
footer#footer .footer-cf form.wpcf7-form p input[type="date"],
footer#footer .footer-cf form.wpcf7-form p input[type="month"],
footer#footer .footer-cf form.wpcf7-form p input[type="week"],
footer#footer .footer-cf form.wpcf7-form p input[type="time"],
footer#footer .footer-cf form.wpcf7-form p input[type="datetime"],
footer#footer .footer-cf form.wpcf7-form p input[type="datetime-local"],
footer#footer .footer-cf form.wpcf7-form p input[type="color"],
footer#footer .footer-cf form.wpcf7-form p textarea {
	border: 0.05556rem solid #4d4d4d;
	background: unset;
	border-radius: unset;
	text-align: right;
	padding: 0.77778rem 1.11111rem;
	color: #fff;
	font-size: 0.88889rem;
	line-height: 110%;
	width: 100%;
}

footer#footer .footer-cf form.wpcf7-form p input[type="text"]::placeholder,
footer#footer .footer-cf form.wpcf7-form p input[type="email"]::placeholder,
footer#footer .footer-cf form.wpcf7-form p input[type="url"]::placeholder,
footer#footer .footer-cf form.wpcf7-form p input[type="password"]::placeholder,
footer#footer .footer-cf form.wpcf7-form p input[type="search"]::placeholder,
footer#footer .footer-cf form.wpcf7-form p input[type="number"]::placeholder,
footer#footer .footer-cf form.wpcf7-form p input[type="tel"]::placeholder,
footer#footer .footer-cf form.wpcf7-form p input[type="range"]::placeholder,
footer#footer .footer-cf form.wpcf7-form p input[type="date"]::placeholder,
footer#footer .footer-cf form.wpcf7-form p input[type="month"]::placeholder,
footer#footer .footer-cf form.wpcf7-form p input[type="week"]::placeholder,
footer#footer .footer-cf form.wpcf7-form p input[type="time"]::placeholder,
footer#footer .footer-cf form.wpcf7-form p input[type="datetime"]::placeholder,
footer#footer .footer-cf form.wpcf7-form p input[type="datetime-local"]::placeholder,
footer#footer .footer-cf form.wpcf7-form p input[type="color"]::placeholder,
footer#footer .footer-cf form.wpcf7-form p textarea::placeholder {
	color: #fff;
}

footer#footer .footer-cf form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit {
	border-radius: unset;
	cursor: pointer;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 110%;
	background-color: #c8102e;
	padding: 11px 20px;
	text-decoration: none;
	transition: 0.5s;
	border: unset;
}
footer#footer .footer-cf form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #fff;
	color: #000;
}

footer#footer .footer-bottom {
	border-top: 0.05556rem solid #323232;
	padding-top: 1.38889rem;
	font-size: 0.88889rem;
	color: #c8c8c8;
}

.footer-cf .screen-reader-response {
	display: none;
}

@media screen and (max-width: 62em) {
	footer#footer {
		padding-top: 1.38889rem;
		padding-inline: 1.11111rem;
		padding-bottom: 2.77778rem;
	}
	footer#footer .footer-top {
		display: grid;
		gap: 1.66667rem;
	}
	.footer-contact.d-flex.gap-130 {
		display: grid;
		gap: 1.38889rem;
	}
	.footer-mid.d-flex.flex-justify-between {
		display: grid;
	}
	.footer-links.d-flex.gap-225 {
		display: none;
	}
	.footer-bottom.d-flex.flex-justify-between.grid-align-center {
		display: grid;
		text-align: center;
		align-items: center;
		justify-content: center;
		gap: 0;
	}
	.footer-bottom.d-flex.flex-justify-between.grid-align-center a.accessibility {
		order: 3;
	}
	.footer-bottom.d-flex.flex-justify-between.grid-align-center .copyrights {
		order: 2;
	}
	.social-links.d-flex.gap-25.grid-align-center {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 1.66667rem;
	}
	.social-links.d-flex.gap-25.grid-align-center span {
		flex: 1 0 100%;
	}
	.social-links.d-flex.gap-25.grid-align-center img {
		display: block;
		margin: auto;
	}
	footer#footer .footer-cf {
		width: unset;
	}
	footer#footer .footer-top {
		border: unset;
		margin-bottom: 2.77778rem;
		padding: unset;
	}
	.cf-title.mb-30.font-semibold.white-text {
		font-size: 0.88889rem;
	}
	.cd-title {
		font-size: 0.77778rem;
	}
	.cd-con {
		font-size: 1.22222rem;
	}
}

/* Utility
--------------------------------------------- */
.container {
	margin-inline: auto;
	max-width: 100%;
}

.container-xxl {
	margin-inline: auto;
	max-width: 106.66667rem;
	padding-inline: 0.83333rem;
}

.container-xl {
	margin-inline: auto;
	max-width: 91.66667rem;
	padding-inline: 0;
}

.container-lg {
	margin-inline: auto;
	max-width: 81.94444rem;
	padding-inline: 0;
}

.container-md {
	margin-inline: auto;
	max-width: 76.11111rem;
	padding-inline: 0;
}

.container-sm {
	margin-inline: auto;
	max-width: 70rem;
	padding-inline: 0;
}

@media screen and (max-width: 62em) {
	.container {
		padding-inline: 0;
	}
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm {
		margin-inline: auto;
		max-width: 100%;
		padding-inline: 0;
	}
}

.wysiwyg > p {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.grid-container {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
}

.gcol-1 {
	grid-column: span 1;
}

.gcol-2 {
	grid-column: span 2;
}

.gcol-3 {
	grid-column: span 3;
}

.gcol-4 {
	grid-column: span 4;
}

.gcol-5 {
	grid-column: span 5;
}

.gcol-6 {
	grid-column: span 6;
}

.gcol-7 {
	grid-column: span 7;
}

.gcol-8 {
	grid-column: span 8;
}

.gcol-9 {
	grid-column: span 9;
}

.gcol-10 {
	grid-column: span 10;
}

.gcol-11 {
	grid-column: span 11;
}

.gcol-12 {
	grid-column: span 12;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, 1fr);
}

.grid-cols-2 {
	grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
	grid-template-columns: repeat(3, 1fr);
}

.grid-cols-4 {
	grid-template-columns: repeat(4, 1fr);
}

.grid-cols-5 {
	grid-template-columns: repeat(5, 1fr);
}

.grid-cols-6 {
	grid-template-columns: repeat(6, 1fr);
}

.grid-cols-7 {
	grid-template-columns: repeat(7, 1fr);
}

.grid-cols-8 {
	grid-template-columns: repeat(8, 1fr);
}

.grid-cols-9 {
	grid-template-columns: repeat(9, 1fr);
}

.grid-cols-10 {
	grid-template-columns: repeat(10, 1fr);
}

.grid-cols-11 {
	grid-template-columns: repeat(11, 1fr);
}

.grid-cols-12 {
	grid-template-columns: repeat(12, 1fr);
}

@media screen and (max-width: 86.11111rem) {
	.gcol-t-1 {
		grid-column: span 1;
	}
	.gcol-t-2 {
		grid-column: span 2;
	}
	.gcol-t-3 {
		grid-column: span 3;
	}
	.gcol-t-4 {
		grid-column: span 4;
	}
	.gcol-t-5 {
		grid-column: span 5;
	}
	.gcol-t-6 {
		grid-column: span 6;
	}
	.gcol-t-7 {
		grid-column: span 7;
	}
	.gcol-t-8 {
		grid-column: span 8;
	}
	.gcol-t-9 {
		grid-column: span 9;
	}
	.gcol-t-10 {
		grid-column: span 10;
	}
	.gcol-t-11 {
		grid-column: span 11;
	}
	.gcol-t-12 {
		grid-column: span 12;
	}
	.grid-cols-t-1 {
		grid-template-columns: repeat(1, 1fr);
	}
	.grid-cols-t-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-cols-t-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid-cols-t-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.grid-cols-t-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.grid-cols-t-6 {
		grid-template-columns: repeat(6, 1fr);
	}
	.grid-cols-t-7 {
		grid-template-columns: repeat(7, 1fr);
	}
	.grid-cols-t-8 {
		grid-template-columns: repeat(8, 1fr);
	}
	.grid-cols-t-9 {
		grid-template-columns: repeat(9, 1fr);
	}
	.grid-cols-t-10 {
		grid-template-columns: repeat(10, 1fr);
	}
	.grid-cols-t-11 {
		grid-template-columns: repeat(11, 1fr);
	}
	.grid-cols-t-12 {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media screen and (max-width: 62em) {
	.gcol-1 {
		grid-column: span 12;
	}
	.gcol-2 {
		grid-column: span 12;
	}
	.gcol-3 {
		grid-column: span 12;
	}
	.gcol-4 {
		grid-column: span 12;
	}
	.gcol-5 {
		grid-column: span 12;
	}
	.gcol-6 {
		grid-column: span 12;
	}
	.gcol-7 {
		grid-column: span 12;
	}
	.gcol-8 {
		grid-column: span 12;
	}
	.gcol-9 {
		grid-column: span 12;
	}
	.gcol-10 {
		grid-column: span 12;
	}
	.gcol-11 {
		grid-column: span 12;
	}
	.gcol-12 {
		grid-column: span 12;
	}
	.grid-cols-1 {
		grid-template-columns: repeat(1, 1fr);
	}
	.grid-cols-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-cols-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid-cols-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.grid-cols-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.grid-cols-6 {
		grid-template-columns: repeat(6, 1fr);
	}
	.grid-cols-7 {
		grid-template-columns: repeat(7, 1fr);
	}
	.grid-cols-8 {
		grid-template-columns: repeat(8, 1fr);
	}
	.grid-cols-9 {
		grid-template-columns: repeat(9, 1fr);
	}
	.grid-cols-10 {
		grid-template-columns: repeat(10, 1fr);
	}
	.grid-cols-11 {
		grid-template-columns: repeat(11, 1fr);
	}
	.grid-cols-12 {
		grid-template-columns: repeat(12, 1fr);
	}
	.gcol-m-1 {
		grid-column: span 1;
	}
	.gcol-m-2 {
		grid-column: span 2;
	}
	.gcol-m-3 {
		grid-column: span 3;
	}
	.gcol-m-4 {
		grid-column: span 4;
	}
	.gcol-m-5 {
		grid-column: span 5;
	}
	.gcol-m-6 {
		grid-column: span 6;
	}
	.gcol-m-7 {
		grid-column: span 7;
	}
	.gcol-m-8 {
		grid-column: span 8;
	}
	.gcol-m-9 {
		grid-column: span 9;
	}
	.gcol-m-10 {
		grid-column: span 10;
	}
	.gcol-m-11 {
		grid-column: span 11;
	}
	.gcol-m-12 {
		grid-column: span 12;
	}
	.grid-cols-m-1 {
		grid-template-columns: repeat(1, 1fr);
	}
	.grid-cols-m-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-cols-m-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid-cols-m-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.grid-cols-m-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.grid-cols-m-6 {
		grid-template-columns: repeat(6, 1fr);
	}
	.grid-cols-m-7 {
		grid-template-columns: repeat(7, 1fr);
	}
	.grid-cols-m-8 {
		grid-template-columns: repeat(8, 1fr);
	}
	.grid-cols-m-9 {
		grid-template-columns: repeat(9, 1fr);
	}
	.grid-cols-m-10 {
		grid-template-columns: repeat(10, 1fr);
	}
	.grid-cols-m-11 {
		grid-template-columns: repeat(11, 1fr);
	}
	.grid-cols-m-12 {
		grid-template-columns: repeat(12, 1fr);
	}
}

.gap-5 {
	gap: 5px;
}

.gap-10 {
	gap: 10px;
}

.gap-15 {
	gap: 15px;
}

.gap-20 {
	gap: 20px;
}

.gap-25 {
	gap: 25px;
}

.gap-30 {
	gap: 30px;
}

.gap-35 {
	gap: 35px;
}

.gap-40 {
	gap: 40px;
}

.gap-45 {
	gap: 45px;
}

.gap-50 {
	gap: 50px;
}

.gap-100 {
	gap: 5.55556rem;
}

.gap-130 {
	gap: 7.22222rem;
}

.gap-225 {
	gap: 12.5rem;
}

.grid-justify-center {
	justify-content: center;
}

.grid-justify-between {
	justify-content: space-between;
}

.grid-justify-end {
	justify-content: flex-end;
}

.grid-justify-evenly {
	justify-content: space-evenly;
}

.grid-justify-around {
	justify-content: space-around;
}

.grid-align-center {
	align-items: center;
}

.grid-align-start {
	align-items: flex-start;
}

.grid-align-end {
	align-items: flex-end;
}

.grid-align-stretch {
	align-items: stretch;
}

.grid-align-baseline {
	align-items: baseline;
}

.grid-align-content-center {
	align-content: center;
}

.grid-align-content-start {
	align-content: flex-start;
}

.grid-align-content-end {
	align-content: flex-end;
}

.grid-align-content-stretch {
	align-content: stretch;
}

.grid-align-content-space-between {
	align-content: space-between;
}

.grid-align-content-space-around {
	align-content: space-around;
}

.grid-self-center {
	align-self: center;
}

.grid-self-start {
	align-self: flex-start;
}

.grid-self-end {
	align-self: flex-end;
}

.grid-self-stretch {
	align-self: stretch;
}

.grid-self-baseline {
	align-self: baseline;
}

.m-0 {
	margin: 0;
}

.mt-0 {
	margin-top: 0;
}

.mr-0 {
	margin-right: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.ml-0 {
	margin-left: 0;
}

.mx-0 {
	margin-left: 0;
	margin-right: 0;
}

.my-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.p-0 {
	padding: 0;
}

.pt-0 {
	padding-top: 0;
}

.pr-0 {
	padding-right: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.pl-0 {
	padding-left: 0;
}

.px-0 {
	padding-left: 0;
	padding-right: 0;
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.m-5 {
	margin: 0.27778rem;
}

.mt-5 {
	margin-top: 0.27778rem;
}

.mr-5 {
	margin-right: 0.27778rem;
}

.mb-5 {
	margin-bottom: 0.27778rem;
}

.ml-5 {
	margin-left: 0.27778rem;
}

.mx-5 {
	margin-left: 0.27778rem;
	margin-right: 0.27778rem;
}

.my-5 {
	margin-top: 0.27778rem;
	margin-bottom: 0.27778rem;
}

.p-5 {
	padding: 0.27778rem;
}

.pt-5 {
	padding-top: 0.27778rem;
}

.pr-5 {
	padding-right: 0.27778rem;
}

.pb-5 {
	padding-bottom: 0.27778rem;
}

.pl-5 {
	padding-left: 0.27778rem;
}

.px-5 {
	padding-left: 0.27778rem;
	padding-right: 0.27778rem;
}

.py-5 {
	padding-top: 0.27778rem;
	padding-bottom: 0.27778rem;
}

.m-10 {
	margin: 0.55556rem;
}

.mt-10 {
	margin-top: 0.55556rem;
}

.mr-10 {
	margin-right: 0.55556rem;
}

.mb-10 {
	margin-bottom: 0.55556rem;
}

.ml-10 {
	margin-left: 0.55556rem;
}

.mx-10 {
	margin-left: 0.55556rem;
	margin-right: 0.55556rem;
}

.my-10 {
	margin-top: 0.55556rem;
	margin-bottom: 0.55556rem;
}

.p-10 {
	padding: 0.55556rem;
}

.pt-10 {
	padding-top: 0.55556rem;
}

.pr-10 {
	padding-right: 0.55556rem;
}

.pb-10 {
	padding-bottom: 0.55556rem;
}

.pl-10 {
	padding-left: 0.55556rem;
}

.px-10 {
	padding-left: 0.55556rem;
	padding-right: 0.55556rem;
}

.py-10 {
	padding-top: 0.55556rem;
	padding-bottom: 0.55556rem;
}

.m-15 {
	margin: 0.83333rem;
}

.mt-15 {
	margin-top: 0.83333rem;
}

.mr-15 {
	margin-right: 0.83333rem;
}

.mb-15 {
	margin-bottom: 0.83333rem;
}

.ml-15 {
	margin-left: 0.83333rem;
}

.mx-15 {
	margin-left: 0.83333rem;
	margin-right: 0.83333rem;
}

.my-15 {
	margin-top: 0.83333rem;
	margin-bottom: 0.83333rem;
}

.p-15 {
	padding: 0.83333rem;
}

.pt-15 {
	padding-top: 0.83333rem;
}

.pr-15 {
	padding-right: 0.83333rem;
}

.pb-15 {
	padding-bottom: 0.83333rem;
}

.pl-15 {
	padding-left: 0.83333rem;
}

.px-15 {
	padding-left: 0.83333rem;
	padding-right: 0.83333rem;
}

.py-15 {
	padding-top: 0.83333rem;
	padding-bottom: 0.83333rem;
}

.m-20 {
	margin: 1.11111rem;
}

.mt-20 {
	margin-top: 1.11111rem;
}

.mr-20 {
	margin-right: 1.11111rem;
}

.mb-20 {
	margin-bottom: 1.11111rem;
}

.ml-20 {
	margin-left: 1.11111rem;
}

.mx-20 {
	margin-left: 1.11111rem;
	margin-right: 1.11111rem;
}

.my-20 {
	margin-top: 1.11111rem;
	margin-bottom: 1.11111rem;
}

.p-20 {
	padding: 1.11111rem;
}

.pt-20 {
	padding-top: 1.11111rem;
}

.pr-20 {
	padding-right: 1.11111rem;
}

.pb-20 {
	padding-bottom: 1.11111rem;
}

.pl-20 {
	padding-left: 1.11111rem;
}

.px-20 {
	padding-left: 1.11111rem;
	padding-right: 1.11111rem;
}

.py-20 {
	padding-top: 1.11111rem;
	padding-bottom: 1.11111rem;
}

.m-30 {
	margin: 1.66667rem;
}

.mt-30 {
	margin-top: 1.66667rem;
}

.mr-30 {
	margin-right: 1.66667rem;
}

.mb-30 {
	margin-bottom: 1.66667rem;
}

.ml-30 {
	margin-left: 1.66667rem;
}

.mx-30 {
	margin-left: 1.66667rem;
	margin-right: 1.66667rem;
}

.my-30 {
	margin-top: 1.66667rem;
	margin-bottom: 1.66667rem;
}

.p-30 {
	padding: 1.66667rem;
}

.pt-30 {
	padding-top: 1.66667rem;
}

.pr-30 {
	padding-right: 1.66667rem;
}

.pb-30 {
	padding-bottom: 1.66667rem;
}

.pl-30 {
	padding-left: 1.66667rem;
}

.px-30 {
	padding-left: 1.66667rem;
	padding-right: 1.66667rem;
}

.py-30 {
	padding-top: 1.66667rem;
	padding-bottom: 1.66667rem;
}

.m-35 {
	margin: 1.94444rem;
}

.mt-35 {
	margin-top: 1.94444rem;
}

.mr-35 {
	margin-right: 1.94444rem;
}

.mb-35 {
	margin-bottom: 1.94444rem;
}

.ml-35 {
	margin-left: 1.94444rem;
}

.mx-35 {
	margin-left: 1.94444rem;
	margin-right: 1.94444rem;
}

.my-35 {
	margin-top: 1.94444rem;
	margin-bottom: 1.94444rem;
}

.p-35 {
	padding: 1.94444rem;
}

.pt-35 {
	padding-top: 1.94444rem;
}

.pr-35 {
	padding-right: 1.94444rem;
}

.pb-35 {
	padding-bottom: 1.94444rem;
}

.pl-35 {
	padding-left: 1.94444rem;
}

.px-35 {
	padding-left: 1.94444rem;
	padding-right: 1.94444rem;
}

.py-35 {
	padding-top: 1.94444rem;
	padding-bottom: 1.94444rem;
}

.m-40 {
	margin: 2.22222rem;
}

.mt-40 {
	margin-top: 2.22222rem;
}

.mr-40 {
	margin-right: 2.22222rem;
}

.mb-40 {
	margin-bottom: 2.22222rem;
}

.ml-40 {
	margin-left: 2.22222rem;
}

.mx-40 {
	margin-left: 2.22222rem;
	margin-right: 2.22222rem;
}

.my-40 {
	margin-top: 2.22222rem;
	margin-bottom: 2.22222rem;
}

.p-40 {
	padding: 2.22222rem;
}

.pt-40 {
	padding-top: 2.22222rem;
}

.pr-40 {
	padding-right: 2.22222rem;
}

.pb-40 {
	padding-bottom: 2.22222rem;
}

.pl-40 {
	padding-left: 2.22222rem;
}

.px-40 {
	padding-left: 2.22222rem;
	padding-right: 2.22222rem;
}

.py-40 {
	padding-top: 2.22222rem;
	padding-bottom: 2.22222rem;
}

.m-50 {
	margin: 2.77778rem;
}

.mt-50 {
	margin-top: 2.77778rem;
}

.mr-50 {
	margin-right: 2.77778rem;
}

.mb-50 {
	margin-bottom: 2.77778rem;
}

.ml-50 {
	margin-left: 2.77778rem;
}

.mx-50 {
	margin-left: 2.77778rem;
	margin-right: 2.77778rem;
}

.my-50 {
	margin-top: 2.77778rem;
	margin-bottom: 2.77778rem;
}

.p-50 {
	padding: 2.77778rem;
}

.pt-50 {
	padding-top: 2.77778rem;
}

.pr-50 {
	padding-right: 2.77778rem;
}

.pb-50 {
	padding-bottom: 2.77778rem;
}

.pl-50 {
	padding-left: 2.77778rem;
}

.px-50 {
	padding-left: 2.77778rem;
	padding-right: 2.77778rem;
}

.py-50 {
	padding-top: 2.77778rem;
	padding-bottom: 2.77778rem;
}

.m-60 {
	margin: 3.33333rem;
}

.mt-60 {
	margin-top: 3.33333rem;
}

.mr-60 {
	margin-right: 3.33333rem;
}

.mb-60 {
	margin-bottom: 3.33333rem;
}

.ml-60 {
	margin-left: 3.33333rem;
}

.mx-60 {
	margin-left: 3.33333rem;
	margin-right: 3.33333rem;
}

.my-60 {
	margin-top: 3.33333rem;
	margin-bottom: 3.33333rem;
}

.p-60 {
	padding: 3.33333rem;
}

.pt-60 {
	padding-top: 3.33333rem;
}

.pr-60 {
	padding-right: 3.33333rem;
}

.pb-60 {
	padding-bottom: 3.33333rem;
}

.pl-60 {
	padding-left: 3.33333rem;
}

.px-60 {
	padding-left: 3.33333rem;
	padding-right: 3.33333rem;
}

.py-60 {
	padding-top: 3.33333rem;
	padding-bottom: 3.33333rem;
}

.m-80 {
	margin: 4.44444rem;
}

.mt-80 {
	margin-top: 4.44444rem;
}

.mr-80 {
	margin-right: 4.44444rem;
}

.mb-80 {
	margin-bottom: 4.44444rem;
}

.ml-80 {
	margin-left: 4.44444rem;
}

.mx-80 {
	margin-left: 4.44444rem;
	margin-right: 4.44444rem;
}

.my-80 {
	margin-top: 4.44444rem;
	margin-bottom: 4.44444rem;
}

.p-80 {
	padding: 4.44444rem;
}

.pt-80 {
	padding-top: 4.44444rem;
}

.pr-80 {
	padding-right: 4.44444rem;
}

.pb-80 {
	padding-bottom: 4.44444rem;
}

.pl-80 {
	padding-left: 4.44444rem;
}

.px-80 {
	padding-left: 4.44444rem;
	padding-right: 4.44444rem;
}

.py-80 {
	padding-top: 4.44444rem;
	padding-bottom: 4.44444rem;
}

.m-100 {
	margin: 5.55556rem;
}

.mt-100 {
	margin-top: 5.55556rem;
}

.mr-100 {
	margin-right: 5.55556rem;
}

.mb-100 {
	margin-bottom: 5.55556rem;
}

.ml-100 {
	margin-left: 5.55556rem;
}

.mx-100 {
	margin-left: 5.55556rem;
	margin-right: 5.55556rem;
}

.my-100 {
	margin-top: 5.55556rem;
	margin-bottom: 5.55556rem;
}

.p-100 {
	padding: 5.55556rem;
}

.pt-100 {
	padding-top: 5.55556rem;
}

.pr-100 {
	padding-right: 5.55556rem;
}

.pb-100 {
	padding-bottom: 5.55556rem;
}

.pl-100 {
	padding-left: 5.55556rem;
}

.px-100 {
	padding-left: 5.55556rem;
	padding-right: 5.55556rem;
}

.py-100 {
	padding-top: 5.55556rem;
	padding-bottom: 5.55556rem;
}

.m-130 {
	margin: 7.22222rem;
}

.mt-130 {
	margin-top: 7.22222rem;
}

.mr-130 {
	margin-right: 7.22222rem;
}

.mb-130 {
	margin-bottom: 7.22222rem;
}

.ml-130 {
	margin-left: 7.22222rem;
}

.mx-130 {
	margin-left: 7.22222rem;
	margin-right: 7.22222rem;
}

.my-130 {
	margin-top: 7.22222rem;
	margin-bottom: 7.22222rem;
}

.p-130 {
	padding: 7.22222rem;
}

.pt-130 {
	padding-top: 7.22222rem;
}

.pr-130 {
	padding-right: 7.22222rem;
}

.pb-130 {
	padding-bottom: 7.22222rem;
}

.pl-130 {
	padding-left: 7.22222rem;
}

.px-130 {
	padding-left: 7.22222rem;
	padding-right: 7.22222rem;
}

.py-130 {
	padding-top: 7.22222rem;
	padding-bottom: 7.22222rem;
}

.m-150 {
	margin: 8.33333rem;
}

.mt-150 {
	margin-top: 8.33333rem;
}

.mr-150 {
	margin-right: 8.33333rem;
}

.mb-150 {
	margin-bottom: 8.33333rem;
}

.ml-150 {
	margin-left: 8.33333rem;
}

.mx-150 {
	margin-left: 8.33333rem;
	margin-right: 8.33333rem;
}

.my-150 {
	margin-top: 8.33333rem;
	margin-bottom: 8.33333rem;
}

.p-150 {
	padding: 8.33333rem;
}

.pt-150 {
	padding-top: 8.33333rem;
}

.pr-150 {
	padding-right: 8.33333rem;
}

.pb-150 {
	padding-bottom: 8.33333rem;
}

.pl-150 {
	padding-left: 8.33333rem;
}

.px-150 {
	padding-left: 8.33333rem;
	padding-right: 8.33333rem;
}

.py-150 {
	padding-top: 8.33333rem;
	padding-bottom: 8.33333rem;
}

.even-cols {
	display: grid;
	gap: 1rem;
}

@media screen and (min-width: 62em) {
	.even-cols {
		grid-auto-flow: column;
		grid-auto-columns: 1fr;
	}
}

.flex,
.flex-column,
.flex-nowrap,
.flex-wrap-reverse,
.flex-justify-center,
.flex-justify-between,
.flex-flow-column {
	display: flex;
}

.flex-inline {
	display: inline-flex;
}

.flex-column {
	flex-direction: column;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}

.flex-justify-center {
	justify-content: center;
}

.flex-justify-between {
	justify-content: space-between;
}

.flex-flow-column {
	flex-flow: column;
}

.z-0 {
	z-index: 0;
}

.z-10 {
	z-index: 10;
}

.z-20 {
	z-index: 20;
}

.z-30 {
	z-index: 30;
}

.z-40 {
	z-index: 40;
}

.z-50 {
	z-index: 50;
}

.ul-rest,
.ol-reset {
	padding: 0;
	margin: 0;
	list-style: none;
}

.title-57 {
	font-size: 3.16667rem;
	font-weight: 300;
	line-height: normal;
}

.title-48 {
	font-size: 2.66667rem;
	font-weight: 400;
	line-height: 110%;
}

.title-40 {
	font-size: 2.22222rem;
	font-weight: 300;
	line-height: 150%;
}

.title-36 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 110%;
}

.title-34 {
	font-size: 1.88889rem;
	font-weight: 400;
	line-height: 2.16667rem;
}

.title-32 {
	font-size: 1.77778rem;
	font-weight: 300;
	line-height: 150%;
	/* toRem(48px) */
}

.black-bg {
	background-color: #000;
}

.white-bg {
	background-color: #fff;
}

.white-text {
	color: #fff;
}

.red-text {
	color: #c8102e;
}

.black-text {
	color: #000;
}

.fs-30 {
	font-size: 1.66667rem;
	font-weight: 300;
	line-height: 110%;
}

.fs-28 {
	font-size: 1.55556rem;
	font-weight: 300;
	line-height: 110%;
}

.fs-27 {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 120.3%;
}

.fs-24 {
	font-size: 1.33333rem;
	font-weight: 300;
	line-height: 150%;
}

.fs-21 {
	font-size: 1.16667rem;
	font-weight: 300;
	line-height: normal;
}

.fs-20 {
	font-size: 1.11111rem;
	font-weight: 400;
	line-height: 150%;
}

.fs-19 {
	font-size: 1.05556rem;
	font-weight: 400;
	line-height: normal;
}

.fs-18 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 130%;
}

.fs-17 {
	font-size: 0.94444rem;
	font-weight: 400;
	line-height: 1.33333rem;
}

.fs-14 {
	font-size: 0.77778rem;
	font-weight: 500;
	line-height: 94.8%;
	/* toRem(13.272px) */
}

.text-columns {
	column-count: 2;
	column-gap: 2.5rem;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.font-light {
	font-weight: 300;
}

.font-normal {
	font-weight: 400;
}

.font-medium {
	font-weight: 500;
}

.font-semibold {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

.d-block {
	display: block;
}

.d-inline {
	display: inline;
}

.d-inline-block {
	display: inline-block;
}

.d-flex {
	display: flex;
}

.d-grid {
	display: grid;
}

.d-none {
	display: none;
}

.for-desktop {
	display: none;
}

ul.products-cat-list.ul-rest > li.cat-item {
	display: none;
}
ul.products-cat-list.ul-rest > li.current-cat-parent,
ul.products-cat-list.ul-rest > li.cat-item.current-cat {
	display: flex;
}

.prod-files-wrapper.d-flex.gap-25 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
}
.prod-videos.d-flex.gap-40 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.branches.d-grid.grid-cols-4.grid-cols-m-1.grid-align-center.gap-130 {
	align-items: start;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	text-align: center;
}
footer#footer .wpcf7 form.invalid .wpcf7-response-output,
footer#footer .wpcf7 form.unaccepted .wpcf7-response-output,
footer#footer .wpcf7 form.payment-required .wpcf7-response-output,
footer#footer .wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
}

footer#footer span.wpcf7-form-control.wpcf7-checkbox {
	direction: rtl;
	display: block;
	color: #fff;
}
footer#footer span.wpcf7-list-item.first.last {
	margin: unset;
}

@media screen and (max-width: 1200px) {
	.prod-files-wrapper.d-flex.gap-25 {
		grid-template-columns: repeat(3, 1fr);
	}
	.prod-videos.d-flex.gap-40 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 62em) {
	.for-desktop {
		display: block;
	}
}

.for-mobile {
	display: block;
}

@media screen and (min-width: 62em) {
	.for-mobile {
		display: none;
	}
	.video-content img {
		height: 140px;
	}
}

.videos-sec {
	gap: 50px 40px;
}
.video-item iframe {
	width: 100%;
	display: block;
}
.video-item .video-title {
	position: relative;
	top: -10px;
	font-size: 26px;
	padding-inline: 20px;
}

@media screen and (max-width: 62em) {
	.prod-files-wrapper.d-flex.gap-25 {
		grid-template-columns: repeat(1, 1fr);
	}
	.prod-videos.d-flex.gap-40 {
		display: block;
	}
	.red-line:after {
		display: none;
	}

	.grid-container {
		display: grid;
		grid-auto-flow: row;
		grid-auto-columns: 1fr;
	}
	.fs-30 {
		font-size: 1.33333rem;
	}
	.title-48,
	.title-32,
	.title-36,
	.title-40,
	.title-34 {
		font-size: 1.66667rem;
	}
	.fs-20 {
		font-size: 1rem;
	}
	.fs-28 {
		font-size: 1.22222rem;
	}
	.text-columns {
		column-count: unset;
		column-gap: unset;
	}

	.home section.new-prods-section .new-prods .new-prod a.rpost-image img {
		height: auto;
	}

	ul#page-menu ul.sub-menu {
		padding: unset;
		margin: unset;
		list-style-type: none;
		padding-right: 10px;
		display: none;
	}
	ul#page-menu ul.sub-menu a {
		font-size: 18px;
	}

	.video-item iframe {
		height: 250px;
	}
	.videos-sec {
		gap: 20px;
	}
}

/*# sourceMappingURL=style.css.map */
