/*
! tailwindcss v3.1.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 'Montserrat', sans-serif; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

::-webkit-backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
.container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 480px){

    .container{
        max-width: 480px;
    }
}
@media (min-width: 600px){

    .container{
        max-width: 600px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 782px){

    .container{
        max-width: 782px;
    }
}
@media (min-width: 960px){

    .container{
        max-width: 960px;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}
@media (min-width: 1280px){

    .container{
        max-width: 1280px;
    }
}
@media (min-width: 1440px){

    .container{
        max-width: 1440px;
    }
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.-left-4{
    left: -1rem;
}
.top-1\/2{
    top: 50%;
}
.left-1\/2{
    left: 50%;
}
.right-4{
    right: 1rem;
}
.top-4{
    top: 1rem;
}
.top-0{
    top: 0px;
}
.left-0{
    left: 0px;
}
.left-5{
    left: 1.25rem;
}
.bottom-0{
    bottom: 0px;
}
.right-0{
    right: 0px;
}
.top-\[20\%\]{
    top: 20%;
}
.-top-16{
    top: -4rem;
}
.top-\[55\%\]{
    top: 55%;
}
.z-40{
    z-index: 40;
}
.z-30{
    z-index: 30;
}
.z-10{
    z-index: 10;
}
.z-20{
    z-index: 20;
}
.z-50{
    z-index: 50;
}
.order-last{
    order: 9999;
}
.col-span-2{
    grid-column: span 2 / span 2;
}
.m-8{
    margin: 2rem;
}
.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
}
.mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mt-32{
    margin-top: 8rem;
}
.mb-32{
    margin-bottom: 8rem;
}
.mt-0{
    margin-top: 0px;
}
.mt-20{
    margin-top: 5rem;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-20{
    margin-bottom: 5rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.mb-24{
    margin-bottom: 6rem;
}
.mt-96{
    margin-top: 24rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-16{
    margin-top: 4rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.-ml-4{
    margin-left: -1rem;
}
.mt-8{
    margin-top: 2rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.box-border{
    box-sizing: border-box;
}
.block{
    display: block;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.h-1{
    height: 0.25rem;
}
.h-\[2px\]{
    height: 2px;
}
.h-4{
    height: 1rem;
}
.h-6{
    height: 1.5rem;
}
.h-screen{
    height: 100vh;
}
.h-\[60vh\]{
    height: 60vh;
}
.h-full{
    height: 100%;
}
.h-36{
    height: 9rem;
}
.h-16{
    height: 4rem;
}
.h-72{
    height: 18rem;
}
.h-\[50vh\]{
    height: 50vh;
}
.h-\[100vh\]{
    height: 100vh;
}
.h-\[75vh\]{
    height: 75vh;
}
.h-56{
    height: 14rem;
}
.h-60{
    height: 15rem;
}
.h-28{
    height: 7rem;
}
.h-5{
    height: 1.25rem;
}
.h-11{
    height: 2.75rem;
}
.h-52{
    height: 13rem;
}
.max-h-96{
    max-height: 24rem;
}
.min-h-screen{
    min-height: 100vh;
}
.w-full{
    width: 100%;
}
.w-16{
    width: 4rem;
}
.w-32{
    width: 8rem;
}
.w-3\/4{
    width: 75%;
}
.w-6{
    width: 1.5rem;
}
.w-1\/2{
    width: 50%;
}
.w-8{
    width: 2rem;
}
.w-3\/5{
    width: 60%;
}
.w-24{
    width: 6rem;
}
.w-28{
    width: 7rem;
}
.w-3{
    width: 0.75rem;
}
.w-5{
    width: 1.25rem;
}
.w-52{
    width: 13rem;
}
.max-w-sm{
    max-width: 24rem;
}
.flex-grow{
    flex-grow: 1;
}
.-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1{
    --tw-translate-y: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
    cursor: pointer;
}
.list-none{
    list-style-type: none;
}
.list-disc{
    list-style-type: disc;
}
.list-decimal{
    list-style-type: decimal;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-12{
    gap: 3rem;
}
.gap-7{
    gap: 1.75rem;
}
.gap-3{
    gap: 0.75rem;
}
.gap-6{
    gap: 1.5rem;
}
.gap-10{
    gap: 2.5rem;
}
.gap-16{
    gap: 4rem;
}
.gap-60{
    gap: 15rem;
}
.gap-4{
    gap: 1rem;
}
.gap-8{
    gap: 2rem;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden{
    overflow: hidden;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-sm{
    border-radius: 0.125rem;
}
.border-4{
    border-width: 4px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(206 28 49 / var(--tw-border-opacity));
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(206 28 49 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black\/\[0\.85\]{
    background-color: rgb(0 0 0 / 0.85);
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-xlight{
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgb(49 49 49 / var(--tw-bg-opacity));
}
.bg-transparent{
    background-color: transparent;
}
.bg-cover{
    background-size: cover;
}
.bg-fixed{
    background-attachment: fixed;
}
.bg-center{
    background-position: center;
}
.object-contain{
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.p-12{
    padding: 3rem;
}
.p-2{
    padding: 0.5rem;
}
.p-7{
    padding: 1.75rem;
}
.p-10{
    padding: 2.5rem;
}
.p-6{
    padding: 1.5rem;
}
.p-16{
    padding: 4rem;
}
.p-0{
    padding: 0px;
}
.p-4{
    padding: 1rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.px-12{
    padding-left: 3rem;
    padding-right: 3rem;
}
.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pb-8{
    padding-bottom: 2rem;
}
.pt-3{
    padding-top: 0.75rem;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pt-0{
    padding-top: 0px;
}
.pt-20{
    padding-top: 5rem;
}
.pb-0{
    padding-bottom: 0px;
}
.pb-20{
    padding-bottom: 5rem;
}
.pt-14{
    padding-top: 3.5rem;
}
.pb-7{
    padding-bottom: 1.75rem;
}
.pb-12{
    padding-bottom: 3rem;
}
.pb-3{
    padding-bottom: 0.75rem;
}
.pt-10{
    padding-top: 2.5rem;
}
.pt-28{
    padding-top: 7rem;
}
.pt-12{
    padding-top: 3rem;
}
.pb-2{
    padding-bottom: 0.5rem;
}
.pl-3{
    padding-left: 0.75rem;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-5xl{
    font-size: 3rem;
}
.text-2xl{
    font-size: 1.5rem;
}
.text-3xl{
    font-size: 1.875rem;
}
.text-sm{
    font-size: .875rem;
}
.text-tiny{
    font-size: .95rem;
}
.text-4xl{
    font-size: 2.5rem;
}
.text-base{
    font-size: 1rem;
}
.text-lg{
    font-size: 1.125rem;
}
.font-light{
    font-weight: 300;
}
.font-bold{
    font-weight: 700;
}
.font-semibold{
    font-weight: 600;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-extrabold{
    font-weight: 800;
}
.uppercase{
    text-transform: uppercase;
}
.leading-none{
    line-height: 1;
}
.leading-tight{
    line-height: 1.25;
}
.leading-snug{
    line-height: 1.375;
}
.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-medium{
    --tw-text-opacity: 1;
    color: rgb(180 180 180 / var(--tw-text-opacity));
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}
.underline{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
    opacity: 0;
}
.opacity-50{
    opacity: 0.5;
}
.opacity-10{
    opacity: 0.1;
}
.opacity-100{
    opacity: 1;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition{
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-1000{
    transition-duration: 1000ms;
}
.duration-300{
    transition-duration: 300ms;
}
.duration-700{
    transition-duration: 700ms;
}
.duration-500{
    transition-duration: 500ms;
}
.duration-200{
    transition-duration: 200ms;
}
.duration-150{
    transition-duration: 150ms;
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.max-w-content{
    max-width: 960px;
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important;
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}
.aligncenter{
    margin: 0.5rem auto;
    display: block;
}
@media (min-width: 600px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left;
    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right;
    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem;
    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}
.wp-caption{
    display: inline-block;
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wp-caption-text{
    font-size: .;
    color: #4b5563;
}
article > *:not(.entry-content), 
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}
.entry-content h1,  .block-editor-block-list__layout h1{
    font-size: 1.5rem;
}
.entry-content h2,  .block-editor-block-list__layout h2{
    font-size: 1.25rem;
}
.entry-content h3,  .block-editor-block-list__layout h3{
    font-size: 1.125rem;
}
.entry-content p a,  .entry-content ul a,  .entry-content ol a,  .block-editor-block-list__layout p a,  .block-editor-block-list__layout ul a,  .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.entry-content p a:hover,  .entry-content ul a:hover,  .entry-content ol a:hover,  .block-editor-block-list__layout p a:hover,  .block-editor-block-list__layout ul a:hover,  .block-editor-block-list__layout ol a:hover{
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}
.entry-content p,  .entry-content ul,  .entry-content ol,  .block-editor-block-list__layout p,  .block-editor-block-list__layout ul,  .block-editor-block-list__layout ol{
    margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li,  .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc;
}
.entry-content ol li,  .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
header .logo{
    height: 3rem;
    width: auto;
}
@media (min-width: 1280px){

    header .logo{
        height: 4rem;
    }
}
header #primary-menu a:not(.cta-menu a)::after { 
                display:block;
                content: '';
                border-bottom: solid 2px #fff;  
                transform: scaleX(0);  
                transition: transform 300ms ease-in-out;
                transform-origin:  0% 50%;
            }
header #primary-menu a:not(.cta-menu a):hover{
                color: #fff;
            }
header #primary-menu a:not(.cta-menu a):hover::after {
                    transform: scaleX(1); 
                }
header #primary-menu .cta-menu a{
    --tw-bg-opacity: 1;
    background-color: rgb(206 28 49 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: .95rem;
    text-transform: none;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
header #primary-menu .cta-menu a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
@media (min-width: 600px){

    header #primary-menu .cta-menu a{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
header #mobile-menu-section #primary-menu a:not(.cta-menu a):hover{
    --tw-text-opacity: 1;
    color: rgb(206 28 49 / var(--tw-text-opacity));
}
header #mobile-menu-section #primary-menu .cta-menu{
    margin-top: 1rem;
}
header #mobile-menu-section #primary-menu .cta-menu a{
    width: 100%;
}
header .sr-only{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
.fixed-header{
    position: fixed;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition: all 0.5s ease;
    -webkit-animation: smoothScroll 1s forwards;
            animation: smoothScroll 1s forwards;
}
@-webkit-keyframes smoothScroll {
        0% {
          transform: translateY(-142px);
        }
        100% {
          transform: translateY(0px);
        }
      }
@keyframes smoothScroll {
        0% {
          transform: translateY(-142px);
        }
        100% {
          transform: translateY(0px);
        }
      }
.fixed-header .logo-dark{
    display: block;
}
.fixed-header .logo-light{
    display: none;
}
.fixed-header #primary-menu a:not(.cta-menu a){
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.fixed-header #primary-menu a:not(.cta-menu a)::after { 
                display:block;
                content: '';
                border-bottom: solid 2px #ce1c31;  
                transform: scaleX(0);  
                transition: transform 300ms ease-in-out;
                transform-origin:  0% 50%;
            }
.fixed-header #primary-menu a:not(.cta-menu a):hover{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.fixed-header #primary-menu a:not(.cta-menu a):hover::after {
                    transform: scaleX(1); 
                }
.fixed-header #mega-menu{
    fill: #313131;
}
.single-post .logo-dark{
    display: block;
}
.single-post .logo-light{
    display: none;
}
.single-post #primary-menu a:not(.cta-menu a){
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.single-post #primary-menu a:not(.cta-menu a)::after { 
                display:block;
                content: '';
                border-bottom: solid 2px #ce1c31;  
                transform: scaleX(0);  
                transition: transform 300ms ease-in-out;
                transform-origin:  0% 50%;
            }
.single-post #primary-menu a:not(.cta-menu a):hover{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.single-post #primary-menu a:not(.cta-menu a):hover::after {
                    transform: scaleX(1); 
                }
.single-post #mega-menu{
    fill: #313131;
}
footer .menu a{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
footer .menu a:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero-front-page video {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        -o-object-fit: cover;
           object-fit: cover;
        transform: translateX(-50%) translateY(-50%);
    }
.hero-front-page .hero-bg {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
    }
.hero-front-page .hero-content {
        grid-template-columns: 4fr 3fr; 
    }
@media (max-width: 1850px) {
.hero-front-page .hero-content{
        padding-left: 2rem;
        padding-right: 2rem;
    }
        }
.hero-cta video {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        -o-object-fit: cover;
           object-fit: cover;
        transform: translateX(-50%) translateY(-50%);
    }
.hero-cta .hero-bg {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
    }
.hero-cta .hero-content {
        grid-template-columns: 4fr 3fr;
    }
@media (max-width: 1850px) {
.hero-cta .hero-content{
        padding-left: 2rem;
        padding-right: 2rem;
    }
        }
@media (max-width: 450px) {
.cta-pasica{
        margin-top: 470px;
    }
    }
@media (max-width: 1250px) {
.cta-pasica{
        min-height: 33vh;
    }
    }
@media (max-width: 1850px) {
.cta-pasica{
        min-height: 25vh;
    }
    }
@media (min-width: 1850px) {
.cta-pasica{
        height: 20vh;
    }
    }
.cta-pasica .gradient {
        background: transparent linear-gradient(90deg, #CE1C31 0%, #CE1C3100 100%) 0% 0% no-repeat padding-box;
    }
.link-wrapper{
    position: relative;
}
.link-wrapper .link-icon{
    position: absolute;
    left: -1rem;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
}
.link-wrapper .link{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
}
.link-wrapper:hover .link-icon{
    left: 0px;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
}
.link-wrapper:hover .link{
    padding-left: 2rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
}
.hero-forma{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.hero-forma h2{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.hero-forma .brezplacni-posvet-forma{
    width: 100%;
}
.hero-forma .brezplacni-posvet-forma input{
    width: 100%;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: transparent;
    padding: 0.75rem;
    font-size: .875rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.hero-forma .brezplacni-posvet-forma input::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero-forma .brezplacni-posvet-forma input::placeholder{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero-forma .brezplacni-posvet-forma label{
    font-size: .875rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero-forma .brezplacni-posvet-forma .wpcf7-submit{
    cursor: pointer;
    border-radius: 0.125rem;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(206 28 49 / var(--tw-bg-opacity));
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.hero-forma .brezplacni-posvet-forma .wpcf7-submit:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.hero-forma .brezplacni-posvet-forma .wpcf7-list-item{
    margin-left: 0px;
}
.hero-forma .brezplacni-posvet-forma .wpcf7-list-item label{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    display: flex;
    gap: 0.75rem;
}
.hero-forma .brezplacni-posvet-forma .wpcf7-list-item label input{
    width: auto;
}
@media (max-width: 959px) {
        .hero-forma h2{
        --tw-text-opacity: 1;
        color: rgb(49 49 49 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
    }
            .hero-forma .brezplacni-posvet-forma input{
        width: 100%;
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(0 0 0 / var(--tw-border-opacity));
        background-color: transparent;
        padding: 0.75rem;
        font-size: .875rem;
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgb(49 49 49 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
    }
            .hero-forma .brezplacni-posvet-forma input::-moz-placeholder{
        --tw-text-opacity: 1;
        color: rgb(49 49 49 / var(--tw-text-opacity));
    }
            .hero-forma .brezplacni-posvet-forma input::placeholder{
        --tw-text-opacity: 1;
        color: rgb(49 49 49 / var(--tw-text-opacity));
    }
            .hero-forma .brezplacni-posvet-forma input:focus{
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

            .hero-forma .brezplacni-posvet-forma label{
        font-size: .875rem;
        --tw-text-opacity: 1;
        color: rgb(49 49 49 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 1000ms;
    }

            .hero-forma .brezplacni-posvet-forma .wpcf7-submit{
        cursor: pointer;
        border-radius: 0.125rem;
        border-width: 0px;
        --tw-bg-opacity: 1;
        background-color: rgb(206 28 49 / var(--tw-bg-opacity));
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
    }
                
                .hero-forma .brezplacni-posvet-forma .wpcf7-submit:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
    }
                
                .hero-forma .brezplacni-posvet-forma .wpcf7-submit:disabled{
        cursor: not-allowed;
    }
    }
.hero-forma.hovered{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.hero-forma.hovered h2{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.hero-forma.hovered .brezplacni-posvet-forma input{
    width: 100%;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
    padding: 0.75rem;
    font-size: .875rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.hero-forma.hovered .brezplacni-posvet-forma input::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.hero-forma.hovered .brezplacni-posvet-forma input::placeholder{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.hero-forma.hovered .brezplacni-posvet-forma input:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.hero-forma.hovered .brezplacni-posvet-forma label{
    font-size: .875rem;
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1000ms;
}
.hero-forma.hovered .brezplacni-posvet-forma .wpcf7-submit{
    cursor: pointer;
    border-radius: 0.125rem;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(206 28 49 / var(--tw-bg-opacity));
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.hero-forma.hovered .brezplacni-posvet-forma .wpcf7-submit:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.hero-forma.hovered .brezplacni-posvet-forma .wpcf7-submit:disabled{
    cursor: not-allowed;
}
.hero-forma-cta{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.hero-forma-cta h2{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.hero-forma-cta .brezplacni-posvet-forma input{
    width: 100%;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
    padding: 0.75rem;
    font-size: .875rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.hero-forma-cta .brezplacni-posvet-forma input::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.hero-forma-cta .brezplacni-posvet-forma input::placeholder{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.hero-forma-cta .brezplacni-posvet-forma input:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.hero-forma-cta .brezplacni-posvet-forma label{
    font-size: .875rem;
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1000ms;
}
.hero-forma-cta .brezplacni-posvet-forma .wpcf7-submit{
    cursor: pointer;
    border-radius: 0.125rem;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(206 28 49 / var(--tw-bg-opacity));
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.hero-forma-cta .brezplacni-posvet-forma .wpcf7-submit:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.hero-forma-cta .brezplacni-posvet-forma .wpcf7-submit:disabled{
    cursor: not-allowed;
}
.kontakt .threecolumns{
    display: grid;
}
@media (min-width: 782px){

    .kontakt .threecolumns{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2.5rem;
    }
}
.kontakt .twocolumns{
    margin-top: 1.5rem;
    display: grid;
    align-items: center;
    gap: 2.5rem;
}
@media (min-width: 782px){

    .kontakt .twocolumns{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.kontakt .inputs {
        border-bottom: 1px solid #313131;
        padding: 0px 16px;
        margin-bottom: 16px;
    }
.kontakt .inputs input{
    width: 100%;
    background-color: transparent;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.kontakt .inputs input::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.kontakt .inputs input::placeholder{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.kontakt .inputs textarea{
    width: 100%;
    background-color: transparent;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.kontakt .inputs textarea::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.kontakt .inputs textarea::placeholder{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.kontakt .inputs .wpcf7-submit{
    cursor: pointer;
    border-radius: 0.125rem;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(206 28 49 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.kontakt .inputs .wpcf7-submit:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.kontakt .inputs .wpcf7-submit:disabled{
    cursor: not-allowed;
}
.kontakt .gdpr{
    grid-column: span 2 / span 2;
}
.kontakt .gdpr .wpcf7-list-item-label{
    font-size: .875rem;
    --tw-text-opacity: 1;
    color: rgb(114 114 114 / var(--tw-text-opacity));
}
.kontakt .send{
    grid-column: span 1 / span 1;
}
.kontakt .send .wpcf7-submit{
    width: 100%;
    cursor: pointer;
    border-radius: 0.125rem;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(206 28 49 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.kontakt .send .wpcf7-submit:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.kontakt .send .wpcf7-spinner{
    display: none;
}
.newsletter .inputs{
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(49 49 49 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
}
@media (max-width: 1250px) {
.newsletter .inputs{
        display: flex;
        flex-direction: column;
    }
        }
.newsletter .inputs input{
    width: 100%;
    background-color: transparent;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.newsletter .inputs input::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.newsletter .inputs input::placeholder{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
@media (min-width: 782px){

    .newsletter .inputs input{
        text-align: left;
    }
}
.newsletter .inputs .wpcf7-submit{
    width: 100%;
    max-width: 250px;
    cursor: pointer;
    border-radius: 0.125rem;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(206 28 49 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.newsletter .inputs .wpcf7-submit:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.newsletter .inputs .wpcf7-submit:disabled{
    cursor: not-allowed;
}
@media (max-width: 1250px) {
.newsletter .inputs .wpcf7-submit{
        max-width: none;
    }
            }
.newsletter .inputs .wpcf7-spinner{
    display: none;
}
.newsletter .gdpr .wpcf7-list-item-label{
    font-size: .875rem;
    --tw-text-opacity: 1;
    color: rgb(114 114 114 / var(--tw-text-opacity));
}
.wpcf7-form.invalid .wpcf7-response-output{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 185 0 / var(--tw-bg-opacity)) !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.wpcf7-form.failed .wpcf7-response-output{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(220 50 50 / var(--tw-bg-opacity)) !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.map iframe{
    width: 100%;
}
.swiper.testimonials .swiper-pagination{
    position: static;
}
.swiper.testimonials .swiper-pagination-bullet-custom {
      width: 50px;
    }
.swiper.testimonials .swiper-pagination-bullet-custom .inner-pagination-bullet{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.swiper.testimonials .swiper-pagination-bullet-custom.swiper-pagination-bullet-active .inner-pagination-bullet{
    --tw-bg-opacity: 1;
    background-color: rgb(206 28 49 / var(--tw-bg-opacity));
}
.swiper .swiper-pagination-bullets{
    bottom: 0px;
}
.swiper .swiper-pagination-bullet-custom{
    display: inline-block;
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    width: 80px;
    height: 3px;
    border-radius: 0;
    opacity: 1 !important;
}
.swiper .swiper-pagination-bullet-custom:hover {
      opacity: 0.9 !important;
    }
.swiper .swiper-pagination-bullet-custom .inner-pagination-bullet{
    display: inline-block;
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
      height: 3px;
}
.swiper .swiper-pagination-bullet-custom.swiper-pagination-bullet-active .inner-pagination-bullet{
    --tw-bg-opacity: 1;
    background-color: rgb(206 28 49 / var(--tw-bg-opacity));
}
.swiper .swiper-slide{
    position: relative;
}
.swiper .swiper-slide .swiper-slide-content{
    position: relative;
    height: 100%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
      max-width: 600px;
}
@media (min-width: 600px) {
      .swiper .swiper-slide .swiper-slide-content {
        padding: 50px;
      }
    }
.swiper .swiper-button-prev {
    background-image: url('/images/icons/swiper/left.svg') !important;
    background-repeat: no-repeat;
  }
.swiper .swiper-button-next {
    background-image: url('/images/icons/swiper/right.svg') !important;
    background-repeat: no-repeat;
  }
.swiper .swiper-button-next::after,
  .swiper .swiper-button-prev::after {
    content: "";
  }
.swiper-vertical {
  width: 100%;
  overflow: hidden;
  height: 700px;
}
@media (min-width: 782px) {
.swiper-vertical {
    height: 700px
}
  }
.swiper-vertical .swiper-slide {
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
.swiper-vertical .swiper-slide .year{
    position: absolute;

      bottom: -270px;
      right: -73px;
}
@media (min-width: 782px) {
.swiper-vertical .swiper-slide .year {
        bottom: -350px;
        right: -350px
    }
      }
.swiper-vertical .swiper-slide .year .red-dot{
    --tw-bg-opacity: 1;
    background-color: rgb(206 28 49 / var(--tw-bg-opacity));
        width: 350px;
        height: 350px;
}
@media (min-width: 782px) {
.swiper-vertical .swiper-slide .year .red-dot {
          width: 700px;
          height: 700px
      }
        }
.swiper-vertical .swiper-slide .year .blue-dot{
    --tw-bg-opacity: 1;
    background-color: rgb(206 28 49 / var(--tw-bg-opacity));
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
        width: 250px;
        height: 250px;
        top: -50px;
        left: 0;
        position: absolute;
}
.swiper-vertical .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.swiper-vertical > .swiper-pagination-bullets {
    left: 10px;
  }
.swiper-vertical > .swiper-pagination-bullets > .swiper-pagination-bullet{
    height: 0.75rem;
    width: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(114 114 114 / var(--tw-bg-opacity));
}
.swiper-vertical > .swiper-pagination-bullets > .swiper-pagination-bullet-active{
    --tw-bg-opacity: 1;
    background-color: rgb(206 28 49 / var(--tw-bg-opacity));
}
.swiper-testimonials.swiper {
  overflow: visible;

}
.swiper-testimonials.swiper .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
.swiper-testimonials.swiper .swiper-pagination-bullets{
    bottom: 2rem;
}
.swiper-testimonials.swiper .swiper-pagination-bullet-custom .inner-pagination-bullet{
    display: inline-block;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 0.7;
      height: 3px;
}
.swiper-testimonials.swiper .swiper-pagination-bullet-custom.swiper-pagination-bullet-active .inner-pagination-bullet{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 1;
}
.hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(49 49 49 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgb(206 28 49 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.group:hover .group-hover\:left-0{
    left: 0px;
}
.group:hover .group-hover\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:fill-gray{
    fill: #313131;
}
.group:hover .group-hover\:fill-white{
    fill: #ffffff;
}
.group:hover .group-hover\:pl-8{
    padding-left: 2rem;
}
.group:hover .group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100{
    opacity: 1;
}
@media (min-width: 600px){

    .sm\:grid{
        display: grid;
    }

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

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

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

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

    .sm\:pt-0{
        padding-top: 0px;
    }
}
@media (min-width: 782px){

    .md\:col-span-1{
        grid-column: span 1 / span 1;
    }

    .md\:col-span-2{
        grid-column: span 2 / span 2;
    }

    .md\:my-6{
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .md\:mt-24{
        margin-top: 6rem;
    }

    .md\:mb-24{
        margin-bottom: 6rem;
    }

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

    .md\:flex{
        display: flex;
    }

    .md\:grid{
        display: grid;
    }

    .md\:w-1\/2{
        width: 50%;
    }

    .md\:w-3\/5{
        width: 60%;
    }

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

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

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

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

    .md\:justify-start{
        justify-content: flex-start;
    }

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

    .md\:gap-20{
        gap: 5rem;
    }

    .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:p-12{
        padding: 3rem;
    }

    .md\:px-10{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:py-0{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .md\:px-20{
        padding-left: 5rem;
        padding-right: 5rem;
    }

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

    .md\:px-32{
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .md\:py-16{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .md\:pt-24{
        padding-top: 6rem;
    }

    .md\:pb-24{
        padding-bottom: 6rem;
    }

    .md\:pb-0{
        padding-bottom: 0px;
    }

    .md\:pb-16{
        padding-bottom: 4rem;
    }

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

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

    .md\:text-3xl{
        font-size: 1.875rem;
    }

    .md\:text-5xl{
        font-size: 3rem;
    }

    .md\:text-4xl{
        font-size: 2.5rem;
    }
}
@media (min-width: 960px){

    .lg\:top-\[55\%\]{
        top: 55%;
    }

    .lg\:mb-0{
        margin-bottom: 0px;
    }

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

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

    .lg\:ml-0{
        margin-left: 0px;
    }

    .lg\:grid{
        display: grid;
    }

    .lg\:h-\[65vh\]{
        height: 65vh;
    }

    .lg\:h-\[80vh\]{
        height: 80vh;
    }

    .lg\:w-1\/2{
        width: 50%;
    }

    .lg\:-translate-y-1\/2{
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

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

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

    .lg\:gap-12{
        gap: 3rem;
    }

    .lg\:overflow-hidden{
        overflow: hidden;
    }

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

    .lg\:bg-transparent{
        background-color: transparent;
    }

    .lg\:p-32{
        padding: 8rem;
    }

    .lg\:p-10{
        padding: 2.5rem;
    }

    .lg\:p-0{
        padding: 0px;
    }

    .lg\:pb-0{
        padding-bottom: 0px;
    }

    .lg\:text-4xl{
        font-size: 2.5rem;
    }

    .lg\:text-6xl{
        font-size: 4rem;
    }

    .lg\:text-5xl{
        font-size: 3rem;
    }
}
@media (min-width: 1280px){

    .xl\:bottom-16{
        bottom: 4rem;
    }

    .xl\:right-16{
        right: 4rem;
    }

    .xl\:col-span-1{
        grid-column: span 1 / span 1;
    }

    .xl\:flex{
        display: flex;
    }

    .xl\:hidden{
        display: none;
    }

    .xl\:h-\[45vh\]{
        height: 45vh;
    }

    .xl\:w-1\/4{
        width: 25%;
    }

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

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

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

    .xl\:gap-20{
        gap: 5rem;
    }

    .xl\:text-5xl{
        font-size: 3rem;
    }
}
