@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:wght@400;500&display=swap');
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*, *::before, *::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

:root {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family: 'Brygada 1918', serif;
	font-size: 20px;
}

body strong, body b, body .font-bold {
	font-weight: 500;
}

.r-15vw {
	right: 0;
}

.l-15vw {
	left: 0;
}

article h2 {
	font-size: 56.8px;
	line-height: 1.3;
}

article h3 {
	font-size: 43px;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 1.3;
}

article h4 {
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 1.3;
}

article h5 {
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 1.3;
}

article h6 {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 1.3;
}

article ul {
	margin-bottom: 1rem;
}

article ul li {
	list-style: disc outside;
	margin-left: 25px;
}

article ul li::marker {
	color: #86151E;
}

article ol li {
	list-style: decimal;
	margin-left: 25px;
}

article a {
	color: #86151E;
	transition: all .2s;
}

article a:hover {
	text-decoration: underline;
}

.btn {
	position: relative;
	background: transparent !important;
	transition: all .2s;
}

.btn::after, .btn::before {
	content: '';
	display: block;
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	transition: all .2s ease;
}

.btn::before {
	background-color: #86151E;
	left: 0;
	right: 0;
}

.btn::after {
	background-color: rgba(221, 174, 113, var(--tw-bg-opacity));
	right: 0;
	left: 0;
}

.btn:hover {
	color: white;
}

.btn:hover::before {
	right: 0;
}

.btn:hover::after {
	left: 100%;
}

article p, article ul, article ol {
	margin-bottom: 1.5rem !important;
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b, strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code, kbd, samp, pre {
	font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, 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;
}

/*
Tabular data
============
*/

/**
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)
*/

table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
}

/*
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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button, select {
	/* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button, [type='button'], [type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
	margin: 0;
}

button {
	background-color: transparent;
	background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
	margin: 0;
	padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
	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";
	/* 1 */
	line-height: 1.5;
	/* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
	font-family: inherit;
	line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*, ::before, ::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #e5e7eb;
	/* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
	border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
	border-style: solid;
}

textarea {
	resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #9ca3af;
}

input::placeholder, textarea::placeholder {
	color: #9ca3af;
}

button {
	cursor: pointer;
}

table {
	border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button, input, optgroup, select, textarea {
	padding: 0;
	line-height: inherit;
	color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre, code, kbd, samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img, svg, video, canvas, audio, iframe, embed, object {
	display: block;
	vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

[x-cloak] {
	display: none;
}

ul li::marker {
	color: #86151E
}

.divide-y> :not([hidden])~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-black> :not([hidden])~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.divide-white> :not([hidden])~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-solid> :not([hidden])~ :not([hidden]) {
	border-style: solid;
}

.divide-opacity-10> :not([hidden])~ :not([hidden]) {
	--tw-divide-opacity: 0.1;
}

.divide-opacity-30> :not([hidden])~ :not([hidden]) {
	--tw-divide-opacity: 0.3;
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-red-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-green-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(134, 21, 30, var(--tw-bg-opacity));
}

.bg-primary-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(70, 12, 16, var(--tw-bg-opacity));
}

.bg-secondary {
	--tw-bg-opacity: 1;
	background-color: rgba(221, 174, 113, var(--tw-bg-opacity));
}

.bg-bg {
	--tw-bg-opacity: 1;
	background-color: rgba(247, 238, 227, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(134, 21, 30, var(--tw-bg-opacity));
}

.bg-gradient-to-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-main-bg {
	background-image: url('/assets/img/sery-bg.png');
}

.from-black {
	--tw-gradient-from: #000;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-primary {
	--tw-gradient-from: #86151E;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 21, 30, 0));
}

.to-transparent {
	--tw-gradient-to: transparent;
}

.bg-right-top {
	background-position: right top;
}

.bg-no-repeat {
	background-repeat: no-repeat;
}

.bg-auto {
	background-size: auto;
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-primary {
	--tw-border-opacity: 1;
	border-color: rgba(134, 21, 30, var(--tw-border-opacity));
}

.border-secondary {
	--tw-border-opacity: 1;
	border-color: rgba(221, 174, 113, var(--tw-border-opacity));
}

.border-opacity-30 {
	--tw-border-opacity: 0.3;
}

.border-0 {
	border-width: 0px;
}

.border {
	border-width: 1px;
}

.border-t {
	border-top-width: 1px;
}

.border-b {
	border-bottom-width: 1px;
}

.box-border {
	box-sizing: border-box;
}

.block {
	display: block;
}

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

.flex {
	display: flex;
}

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

.table {
	display: table;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

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

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

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

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

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

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

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

.flex-1 {
	flex: 1 1 0%;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.font-serif {
	font-family: 'Brygada 1918', serif;
}

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

.h-0 {
	height: 0px;
}

.h-16 {
	height: 4rem;
}

.h-20 {
	height: 5rem;
}

.h-36 {
	height: 9rem;
}

.h-60 {
	height: 15rem;
}

.h-0\.5 {
	height: 0.125rem;
}

.h-full {
	height: 100%;
}

.h-screen {
	height: 100vh;
}

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-5xl {
	font-size: 3rem;
	line-height: 1;
}

.leading-4 {
	line-height: 1rem;
}

.leading-none {
	line-height: 1;
}

.list-outside {
	list-style-position: outside;
}

.list-disc {
	list-style-type: disc;
}

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

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

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

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

.mt-1 {
	margin-top: 0.25rem;
}

.mr-1 {
	margin-right: 0.25rem;
}

.mr-2 {
	margin-right: 0.5rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mt-3 {
	margin-top: 0.75rem;
}

.mr-3 {
	margin-right: 0.75rem;
}

.mb-3 {
	margin-bottom: 0.75rem;
}

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

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

.mt-8 {
	margin-top: 2rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

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

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

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

.mt-0\.5 {
	margin-top: 0.125rem;
}

.max-w-full {
	max-width: 100%;
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.object-center {
	-o-object-position: center;
	object-position: center;
}

.hover\:opacity-80:hover {
	opacity: 0.8;
}

.hover\:opacity-90:hover {
	opacity: 0.9;
}

.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

.p-3 {
	padding: 0.75rem;
}

.p-5 {
	padding: 1.25rem;
}

.p-8 {
	padding: 2rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

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

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

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

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

.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}

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

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

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

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.top-0 {
	top: 0px;
}

.right-0 {
	right: 0px;
}

.left-0 {
	left: 0px;
}

.top-1 {
	top: 0.25rem;
}

.top-1\.5 {
	top: 0.375rem;
}

.-left-full {
	left: -100%;
}

* {
	--tw-shadow: 0 0 #0000;
}

* {
	--tw-ring-inset: var(--tw-empty, /*!*/
	/*!*/
	);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}

.ring-2 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-transparent {
	--tw-ring-color: transparent;
}

.ring-red-500 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus\:ring-secondary:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(221, 174, 113, var(--tw-ring-opacity));
}

.fill-current {
	fill: currentColor;
}

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

.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-primary {
	--tw-text-opacity: 1;
	color: rgba(134, 21, 30, var(--tw-text-opacity));
}

.text-secondary {
	--tw-text-opacity: 1;
	color: rgba(221, 174, 113, var(--tw-text-opacity));
}

.hover\:text-primary-light:hover {
	--tw-text-opacity: 1;
	color: rgba(168, 32, 43, var(--tw-text-opacity));
}

.hover\:text-primary:hover {
	--tw-text-opacity: 1;
	color: rgba(134, 21, 30, var(--tw-text-opacity));
}

.italic {
	font-style: italic;
}

.uppercase {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

.tracking-wide {
	letter-spacing: 0.025em;
}

.tracking-wider {
	letter-spacing: 0.05em;
}

.tracking-widest {
	letter-spacing: 0.1em;
}

.whitespace-nowrap {
	white-space: nowrap;
}

.w-0 {
	width: 0px;
}

.w-4 {
	width: 1rem;
}

.w-7 {
	width: 1.75rem;
}

.w-28 {
	width: 7rem;
}

.w-60 {
	width: 15rem;
}

.w-auto {
	width: auto;
}

.w-10\/12 {
	width: 83.333333%;
}

.w-full {
	width: 100%;
}

.w-screen {
	width: 100vw;
}

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

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

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

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

.auto-rows-auto {
	grid-auto-rows: auto;
}

.row-start-1 {
	grid-row-start: 1;
}

.row-start-2 {
	grid-row-start: 2;
}

.transform {
	--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;
	transform: translateX(var(--tw-translate-x)) translateY(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-gpu {
	--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;
	transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-125:hover {
	--tw-scale-x: 1.25;
	--tw-scale-y: 1.25;
}

.rotate-45 {
	--tw-rotate: 45deg;
}

.-rotate-45 {
	--tw-rotate: -45deg;
}

.translate-y-1 {
	--tw-translate-y: 0.25rem;
}

.-translate-y-1 {
	--tw-translate-y: -0.25rem;
}

.-translate-y-1\.5 {
	--tw-translate-y: -0.375rem;
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 500ms;
}

.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 500ms;
}

.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 500ms;
}

.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 500ms;
}

.duration-200 {
	transition-duration: 200ms;
}

.duration-700 {
	transition-duration: 700ms;
}

@-webkit-keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ping {
	75%, 100% {
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes ping {
	75%, 100% {
		transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes pulse {
	50% {
		opacity: .5;
	}
}

@keyframes pulse {
	50% {
		opacity: .5;
	}
}

@-webkit-keyframes bounce {
	0%, 100% {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}
	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}

@keyframes bounce {
	0%, 100% {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}
	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}

.triangle-left {
	width: 0;
	height: 0;
	border-width: 15px;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.triangle-right {
	width: 0;
	height: 0;
	border-width: 15px;
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.gap-1 {gap: 1rem}
.gap-2 {gap: 2rem}
.gap-3 {gap: 3rem}
.gap-4 {gap: 4rem}

@media (min-width: 640px) {
	.sm\:flex {
		display: flex;
	}
	.sm\:flex-row {
		flex-direction: row;
	}
	.sm\:h-28 {
		height: 7rem;
	}
	.sm\:h-32 {
		height: 8rem;
	}
	.sm\:h-80 {
		height: 20rem;
	}
	.sm\:h-full {
		height: 100%;
	}
	.sm\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.sm\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.sm\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.sm\:mt-0 {
		margin-top: 0px;
	}
	.sm\:pl-8 {
		padding-left: 2rem;
	}
	.sm\:text-left {
		text-align: left;
	}
	.sm\:w-5\/12 {
		width: 41.666667%;
	}
	.sm\:w-7\/12 {
		width: 58.333333%;
	}
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	.md\:block {
		display: block;
	}
	.md\:flex {
		display: flex;
	}
	.md\:h-72 {
		height: 18rem;
	}
	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.md\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}
	.md\:mx-2 {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
	.md\:mt-0 {
		margin-top: 0px;
	}
	.md\:max-w-full {
		max-width: 100%;
	}
	.md\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.md\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.md\:py-36 {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}
	.md\:pt-36 {
		padding-top: 9rem;
	}
	.md\:absolute {
		position: absolute;
	}
	.md\:bottom-8 {
		bottom: 2rem;
	}
	.md\:left-8 {
		left: 2rem;
	}
	.md\:w-8\/12 {
		width: 66.666667%;
	}
	.md\:w-10\/12 {
		width: 83.333333%;
	}
	.md\:gap-20 {
		gap: 5rem;
	}
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.md\:col-span-1 {
		grid-column: span 1 / span 1;
	}
	.md\:col-start-1 {
		grid-column-start: 1;
	}
	.md\:col-start-2 {
		grid-column-start: 2;
	}
	.md\:grid-rows-3 {
		grid-template-rows: repeat(3, minmax(0, 1fr));
	}
	.md\:row-start-1 {
		grid-row-start: 1;
	}
	.md\:row-start-2 {
		grid-row-start: 2;
	}
	.md\:row-start-3 {
		grid-row-start: 3;
	}
}

@media (min-width: 1024px) {
	.lg\:flex {
		display: flex;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:flex-row {
		flex-direction: row;
	}
	.lg\:flex-row-reverse {
		flex-direction: row-reverse;
	}
	.lg\:h-auto {
		height: auto;
	}
	.lg\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.lg\:mx-10 {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}
	.lg\:mb-20 {
		margin-bottom: 5rem;
	}
	.lg\:-mr-5 {
		margin-right: -1.25rem;
	}
	.lg\:-ml-5 {
		margin-left: -1.25rem;
	}
	.lg\:-mt-10 {
		margin-top: -2.5rem;
	}
	.lg\:p-9 {
		padding: 2.25rem;
	}
	.lg\:p-10 {
		padding: 2.5rem;
	}
	.lg\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.lg\:pb-0 {
		padding-bottom: 0px;
	}
	.lg\:absolute {
		position: absolute;
	}
	.lg\:bottom-9 {
		bottom: 2.25rem;
	}
	.lg\:left-9 {
		left: 2.25rem;
	}
	.lg\:text-left {
		text-align: left;
	}
	.lg\:w-3\/12 {
		width: 25%;
	}
	.lg\:w-5\/12 {
		width: 41.666667%;
	}
	.lg\:w-6\/12 {
		width: 50%;
	}
	.lg\:w-8\/12 {
		width: 66.666667%;
	}
	.lg\:w-10\/12 {
		width: 83.333333%;
	}
}

@media (min-width: 1280px) {
	.xl\:container {
		width: 100%;
	}
	@media (min-width: 640px) {
		.xl\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.xl\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.xl\:container {
			max-width: 1024px;
		}
		.r-15vw {
			right: 15vw;
		}
		.l-15vw {
			left: 15vw;
		}
	}
	@media (min-width: 1280px) {
		.xl\:container {
			max-width: 1280px;
		}
	}
	@media (min-width: 1536px) {
		.xl\:container {
			max-width: 1536px;
		}
		.r-15vw {
			right: 10vw;
		}
		.l-15vw {
			left: 10vw;
		}
	}
	.xl\:h-full {
		height: 100%;
	}
	.xl\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.xl\:text-8xl {
		font-size: 6rem;
		line-height: 1;
	}
	.xl\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.xl\:w-4\/12 {
		width: 33.333333%;
	}
	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.xl\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.xl\:col-start-1 {
		grid-column-start: 1;
	}
	.xl\:col-start-3 {
		grid-column-start: 3;
	}
	.xl\:col-start-4 {
		grid-column-start: 4;
	}
	.xl\:grid-rows-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}
	.xl\:auto-rows-fr {
		grid-auto-rows: minmax(0, 1fr);
	}
	.xl\:row-span-2 {
		grid-row: span 2 / span 2;
	}
	.xl\:row-start-1 {
		grid-row-start: 1;
	}
	.xl\:row-start-2 {
		grid-row-start: 2;
	}
	.xl\:row-end-3 {
		grid-row-end: 3;
	}
}

@media (min-width: 1536px) {
	.\32xl\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.\32xl\:-mx-10 {
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}
	.\32xl\:-mr-10 {
		margin-right: -2.5rem;
	}
	.\32xl\:-ml-10 {
		margin-left: -2.5rem;
	}
	.\32xl\:p-20 {
		padding: 5rem;
	}
	.\32xl\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.\32xl\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}



.bg-header-gradient {
	background: linear-gradient(rgba(0,0,0,.8), transparent);
}

.btn {
	text-decoration: none !important;
	font-size: 18px;
	padding: 1.2rem 2rem;
}

.border-primary {
	border: 1px solid #86151E;
}

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


.opacity-1 {opacity: 1;}
.opacity-0 {opacity: 0;}

.text-button span {
	opacity: 0;
	display: block;
	overflow: hidden;
	width: 0;
}

.text-button:hover span {
	width: 190px;
	opacity: 1;
}

.responsive-media,
.r-m {
  position: relative;
  overflow: hidden;
  /* padding-top: 56.25%; */
  padding-top: 42.45%;
}

.responsive-media iframe,
.r-m iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.adres-cols {
	gap: 30px;
}

#oferta .text-lg {
	font-size: clamp(.875rem, 1.125rem, 1vw);
	line-height: 1.5;
}

#oferta h4 strong.text-2xl {
	margin-top: 1rem;
}

#oferta .lg\:p-9 {
	padding: clamp(1rem, 2.25rem, 2vw);
}

#oferta .lg\:left-9 {
	left: clamp(1rem, 2.25rem, 2vw);
}