<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: westbbdo v3.3
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 3.3
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: west-bbdo
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

newyork is based on _tw https://underscoretw.com/, (C) 2021-2024 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwindâ€™s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.10 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

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

/**
 * Custom styles to immediately follow Tailwindâ€™s `base` layer
 *
 * â€œAdd things like base typography styles [or] opinionated global resets.â€
 *
 * â€” from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol &gt; li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul &gt; li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure &gt; *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture &gt; img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol &gt; li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul &gt; li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose &gt; ul &gt; li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose &gt; :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose &gt; :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(blockquote &gt; cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote &gt; cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

/**
     * Post title styles
     *
     * These will be applied to all headings with a `page-title` or `entry-title`
     * class on the frontend and to the post title in the block editor.
     *
     * The supplied styles are meant to match the default `h1` classes from
     * Tailwind Typography.
     */

.work-template-default.single.single-work footer {
  background-color: #ff0000;
}

.page-title,
	.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/**
     * Layout styles for centered content areas
     *
     * If you are controlling the width of your content area with styles applied
     * to its container, you can delete the following styles whose selectors begin
     * with `.page-content &gt;` and `.entry-content &gt;`. For more details, please see
     * the following:
     *
     * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
     */

.page-content &gt; *,
	.entry-content &gt; * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content &gt; .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content &gt; .alignfull {
  max-width: none;
}

.entry-content &gt; .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content &gt; .alignright {
  float: right;
  margin-left: 2rem;
}

.cookie-banner {
  position: fixed;
  bottom: 0px;
  z-index: 1300;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 32px;
  font-family: Outfit, sans-serif;
}

@media (min-width: 1024px) {
  .cookie-banner {
    flex-direction: row;
    justify-content: space-between;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    padding: 40px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

.cookie-banner {
  transform: translateY(100%);
  will-change: transform;
}

.cookie-banner .cookie-banner__close {
  position: absolute;
  top: 24px;
  right: 24px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .cookie-banner .cookie-banner__close {
    position: relative;
    top: auto;
    right: auto;
  }
}

.cookie-banner .cookie-banner__text {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 240 240 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .cookie-banner .cookie-banner__text {
    margin-top: 0px;
    width: 60%;
  }
}

.cookie-banner .cookie-banner__text a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.cookie-banner .cookie-banner__actions {
  margin-top: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media (min-width: 1024px) {
  .cookie-banner .cookie-banner__actions {
    margin-top: 0px;
  }
}

.card-work {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .card-work:hover {
    --tw-text-opacity: 1;
    color: rgb(255 0 0 / var(--tw-text-opacity));
  }
}

.card-work {
  transition: all 0.4s cubic-bezier(0.14, 0.21, 0.31, 0.98);
}

@media (min-width: 1024px) {
  .card-work:hover .image-container img {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
  }

  .card-work:hover .card-work-text-content h2 {
    font-weight: 600;
  }

  .card-work:hover .card-work-text-content .subtitle-line .line {
    height: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  }
}

.card-work .card-work-container {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 768px) {
  .card-work .card-work-container {
    gap: 12px;
  }
}

@media (min-width: 1920px) {
  .card-work .card-work-container {
    gap: 8px;
  }
}

.card-work .image-container {
  aspect-ratio: 343/304;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

@media (min-width: 1024px) {
  .card-work .image-container {
    aspect-ratio: 555/357;
  }
}

.card-work .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card-work .card-work-text-content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .card-work .card-work-text-content {
    flex-direction: row;
    align-items: flex-end;
    gap: 16px;
  }
}

.card-work .card-work-text-content h2 {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .card-work .card-work-text-content h2 {
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 35px;
  }
}

@media (min-width: 1920px) {
  .card-work .card-work-text-content h2 {
    font-size: 40px;
    line-height: 46px;
  }
}

.card-work .card-work-text-content .subtitle-line {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.card-work .card-work-text-content .subtitle-line .line {
  margin-bottom: 5px;
  height: 1px;
  width: 32px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .card-work .card-work-text-content .subtitle-line .line {
    width: 42px;
  }
}

.card-work .card-work-text-content .subtitle-line h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .card-work .card-work-text-content .subtitle-line h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

.carousel-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  padding-top: 32px;
  padding-bottom: 51px;
}

@media (min-width: 1024px) {
  .carousel-section {
    flex-direction: row;
    padding-top: 49px;
  }
}

.carousel-section .more-work-title-container {
  margin-bottom: 51px;
  min-width: 20%;
}

@media (min-width: 1024px) {
  .carousel-section .more-work-title-container {
    max-width: 20%;
    padding-left: 40px;
  }
}

.carousel-section .more-work-title-container .more-work-title {
  padding-left: 16px;
  padding-right: 16px;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  line-height: 53px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .carousel-section .more-work-title-container .more-work-title {
    --tw-translate-y: 10vh;
    --tw-rotate: -90deg;
    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));
    padding-left: 0px;
    padding-right: 0px;
    font-size: 97px;
    line-height: 98px;
  }
}

.carousel-section .swiper-work-detail.swiper {
  position: relative;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 100px;
  padding-top: 0px;
}

@media (min-width: 1024px) {
  .carousel-section .swiper-work-detail.swiper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.carousel-section .swiper-work-detail.swiper .swiper-wrapper {
  width: 100%;
}

.carousel-section .swiper-work-detail.swiper .swiper-wrapper .swiper-slide .card-work:hover {
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.carousel-section .swiper-work-detail.swiper .swiper-wrapper .swiper-slide .card-work:hover .card-work-text-content .subtitle-line .line {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.carousel-section .swiper-work-detail.swiper .swiper-elements {
  position: relative;
  margin-top: 60px;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .carousel-section .swiper-work-detail.swiper .swiper-elements {
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1024px) {
  .carousel-section .swiper-work-detail.swiper .swiper-elements {
    margin-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.carousel-section .swiper-work-detail.swiper .swiper-elements :is(.swiper-button-prev, .swiper-button-next) svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.carousel-section .swiper-work-detail.swiper .swiper-elements :is(.swiper-button-prev, .swiper-button-next):hover svg {
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.carousel-section .swiper-work-detail.swiper .swiper-elements .arrows {
  position: relative;
  display: flex;
  gap: 38px;
}

.carousel-section .swiper-work-detail.swiper .swiper-elements .arrows .swiper-button-prev,
				.carousel-section .swiper-work-detail.swiper .swiper-elements .arrows .swiper-button-next {
  position: relative;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: 0px;
  margin-top: 0;
  height: auto;
}

.carousel-section .swiper-work-detail.swiper .swiper-elements .arrows .swiper-button-prev::after,
				.carousel-section .swiper-work-detail.swiper .swiper-elements .arrows .swiper-button-next::after {
  display: none;
}

.carousel-section .swiper-work-detail.swiper .swiper-elements .swiper-pagination {
  position: relative;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-top: 0;
  width: auto;
}

@media (min-width: 1024px) {
  .carousel-section .swiper-work-detail.swiper .swiper-elements .swiper-pagination {
    padding-right: 40px;
  }
}

.carousel-section .swiper-work-detail.swiper .swiper-elements .swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 30px;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

.carousel-section .swiper-work-detail.swiper .swiper-elements .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
}

.carousel-section .swiper-work-detail.swiper .swiper-elements-mobile {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .carousel-section .swiper-work-detail.swiper .swiper-elements-mobile {
    display: none;
  }
}

.carousel-section .swiper-work-detail.swiper .swiper-elements-mobile :is(.swiper-button-prev-mobile, .swiper-button-next-mobile) svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.carousel-section .swiper-work-detail.swiper .swiper-elements-mobile :is(.swiper-button-prev-mobile, .swiper-button-next-mobile):active
				svg {
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.carousel-section .swiper-work-detail.swiper .swiper-elements-mobile .swiper-button-disabled {
  opacity: 0.4;
}

.carousel-section .swiper-work-detail.swiper .swiper-elements-mobile .swiper-pagination-mobile {
  width: auto;
}

.carousel-section .swiper-work-detail.swiper .swiper-elements-mobile .swiper-pagination-mobile .swiper-pagination-bullet {
  height: 6px;
  width: 30px;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

.carousel-section .swiper-work-detail.swiper .swiper-elements-mobile .swiper-pagination-mobile .swiper-pagination-bullet-active {
  width: 40px;
}

.is-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.is-dark .swiper-work-detail.swiper .swiper-wrapper .swiper-slide .card-work:hover {
  --tw-text-opacity: 1;
  color: rgb(255 35 35 / var(--tw-text-opacity));
}

.is-dark .swiper-work-detail.swiper .swiper-wrapper .swiper-slide .card-work:hover .card-work-text-content .subtitle-line .line {
  --tw-bg-opacity: 1;
  background-color: rgb(255 35 35 / var(--tw-bg-opacity));
}

.is-dark .swiper-work-detail.swiper .swiper-elements :is(.swiper-button-prev, .swiper-button-next):hover svg {
  --tw-text-opacity: 1;
  color: rgb(255 35 35 / var(--tw-text-opacity));
}

.is-dark .swiper-work-detail.swiper .swiper-elements-mobile :is(.swiper-button-prev-mobile, .swiper-button-next-mobile) svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.is-dark .swiper-work-detail.swiper .swiper-elements-mobile :is(.swiper-button-prev-mobile, .swiper-button-next-mobile):active
				svg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 35 35 / var(--tw-bg-opacity));
}

.is-dark .swiper-work-detail.swiper .swiper-elements-mobile .swiper-pagination-mobile .swiper-pagination-bullet {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  padding-bottom: 56px;
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .footer {
    padding: 40px;
  }
}

.footer .separator {
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.footer .content-footer-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .footer .content-footer-container {
    margin-top: 40px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer .content-footer-container .social-media-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .footer .content-footer-container .social-media-container {
    order: 2;
    margin: 0px;
    display: flex;
    width: 33.333333%;
    justify-content: center;
  }
}

.footer .content-footer-container .social-media-container .social-media ul {
  display: flex;
  gap: 40px;
}

.footer .content-footer-container .legals-container {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (min-width: 1024px) {
  .footer .content-footer-container .legals-container {
    order: 3;
    margin: 0px;
    width: 33.333333%;
  }
}

.footer .content-footer-container .legals-container ul {
  text-align: end;
}

.footer .content-footer-container .title-footer-container {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .footer .content-footer-container .title-footer-container {
    order: 1;
    width: 33.333333%;
  }
}

.header-content-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 49;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding: 16px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .header-content-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.header-content-container.scrolled {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.header-content-container.header-black {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.header-content-container.header-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.header-content-container.header-transparent {
  background-color: transparent;
}

.header-content-container .logo-container {
  width: 109px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .header-content-container .logo-container {
    width: 200px;
  }
}

.header-content-container .menu-icon-container {
  cursor: pointer;
  padding: 2px;
}

@media (min-width: 768px) {
  .header-content-container .menu-icon-container {
    padding: 6.8px;
  }
}

.header-content-container .menu-icon-container img {
  width: 40px;
}

.header-content-container .menu-container {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100dvh;
  width: 100vw;
  align-items: flex-end;
  background-color: rgb(22 22 22 / 0.8);
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 56px;
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 1024px) {
  .header-content-container .menu-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.header-content-container .menu-container .logo-container {
  margin-top: -4px;
  width: 109px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .header-content-container .menu-container .logo-container {
    width: 200px;
  }
}

.header-content-container .menu-container .menu-icon-container {
  cursor: pointer;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .header-content-container .menu-container .menu-icon-container {
    padding: 6.8px;
  }
}

.header-content-container .menu-container .menu-icon-container svg {
  width: 40px;
}

.header-content-container .menu-container .nav-info-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .header-content-container .menu-container .nav-info-container {
    flex-direction: row;
    align-items: flex-end;
  }
}

.header-content-container .menu-container .nav-info-container .nav-container ul {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
  padding-bottom: 40px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 60px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .header-content-container .menu-container .nav-info-container .nav-container ul {
    margin-bottom: 0px;
    border-width: 0px;
    padding-bottom: 0px;
    font-size: 56px;
  }
}

.header-content-container .menu-container .nav-info-container .nav-container ul li.current_page_item a {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.header-content-container .menu-container .nav-info-container .nav-container ul li a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header-content-container .menu-container .nav-info-container .nav-container ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.header-content-container .menu-container .nav-info-container .info-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .header-content-container .menu-container .nav-info-container .info-container {
    margin-right: 60px;
  }
}

.header-content-container .menu-container .nav-info-container .info-container .address-container {
  display: none;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1024px) {
  .header-content-container .menu-container .nav-info-container .info-container .address-container {
    display: flex;
  }
}

.header-content-container .menu-container .nav-info-container .info-container .address-container h4 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  font-weight: 600;
}

.header-content-container .menu-container .nav-info-container .info-container .address-container a {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  transition-property: none;
}

.header-content-container .menu-container .nav-info-container .info-container .address-container a:hover {
  text-decoration-line: underline;
  text-decoration-color: rgb(250 250 250 / 0.5);
  text-underline-offset: 5px;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-content-container .menu-container .nav-info-container .info-container .social-media-container {
  display: flex;
  flex-direction: column;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .header-content-container .menu-container .nav-info-container .info-container .social-media-container {
    gap: 20px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
  }
}

.header-content-container .menu-container .nav-info-container .info-container .social-media-container .icons-container {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .header-content-container .menu-container .nav-info-container .info-container .social-media-container .icons-container {
    margin: 0px;
  }
}

.header-content-container .menu-container .nav-info-container .info-container .social-media-container .icons-container .social-media ul {
  display: flex;
  gap: 24px;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-content-container .menu-container .nav-info-container .info-container .social-media-container .icons-container .social-media ul:hover svg path {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

#contact-form-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  height: 100%;
  width: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#contact-form-container .form-content {
  width: 100%;
  overflow: scroll;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 90px;
  padding-bottom: 42px;
}

@media (min-width: 1024px) {
  #contact-form-container .form-content {
    max-width: 80%;
    padding-bottom: 134px;
    padding-right: 16px;
    padding-left: 36px;
  }
}

#contact-form-container .form-content::-webkit-scrollbar {
  display: none;
}

#contact-form-container .form-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#contact-form-container .form-content .go-back-cta {
  margin-bottom: 38px;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  #contact-form-container .form-content .go-back-cta {
    margin-bottom: 8px;
  }
}

#contact-form-container .form-content .go-back-cta .menu-text {
  margin-left: 5px;
}

#contact-form-container .form-content .main-title {
  margin-bottom: 48.4px;
  text-wrap: nowrap;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 53px;
}

@media (min-width: 1024px) {
  #contact-form-container .form-content .main-title {
    margin-bottom: 81.4px;
    font-size: 86px;
    line-height: 92px;
  }
}

#contact-form-container .form-content .form .select-topic-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 24px;
}

#contact-form-container .form-content .form .custom-dropdown .dropdown-topic {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 2.5px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding: 12px;
}

#contact-form-container .form-content .form .custom-dropdown .dropdown-topic .dropdown-placehoder {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgb(250 250 250 / 0.8);
}

#contact-form-container .form-content .form .custom-dropdown .custom-dropdown-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 10px;
}

#contact-form-container .form-content .form .custom-dropdown .custom-dropdown-content button {
  width: 100%;
  border-bottom-width: 2.5px;
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#contact-form-container .form-content .form .step-2 {
  margin-top: 72px;
}

#contact-form-container .form-content .form .step-2 .select-region-title {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 24px;
}

#contact-form-container .form-content .form .step-2 .region-options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

#contact-form-container .form-content .form .step-2 .region-options div {
  border-radius: 51px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(80 0 0 / var(--tw-border-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 20px;
  padding-left: 10px;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 30px;
}

#contact-form-container.open {
  display: flex;
  width: 100%;
}

@media (min-width: 1024px) {
  #contact-form-container.open {
    width: 70vw;
  }
}

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

.menu-container.open {
  visibility: visible;
  opacity: 1;
}

/**
 * Custom styles to immediately follow Tailwindâ€™s `components` layer
 *
 * â€œAdd more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.â€
 *
 * â€” from https://tailwindcss.com/docs/plugins#adding-components
 */

.loader-page {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  background-color: rgba(22,22,22,0.8);
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.modal {
  position: relative;
  z-index: 9999;
  display: none;
  height: 100vh;
  width: 100vw;
  border-width: 0px;
  background-color: transparent;
}

.modal .modal-overlay {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.4);
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.modal .modal-wrapper {
  position: absolute;
  inset: 0px;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.modal .modal-wrapper.modal-wrapper-video {
  display: flex;
}

.modal .modal-wrapper .modal-content {
  display: flex;
  width: 100%;
  max-width: 1130px;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  overflow: hidden;
  border-radius: 12px;
}

.modal .modal-wrapper .modal-content.modal-content-single-video {
  padding-top: 0px;
}

@media screen and (max-width: 991px) {
  .modal .modal-wrapper .modal-content.modal-content-single-video {
    max-height: 90vh;
    min-height: 90vh;
    max-width: 600px;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .modal .modal-wrapper .modal-content.modal-content-single-video {
    max-width: 371px;
  }
}

@media screen and (max-width: 479px) {
  .modal .modal-wrapper .modal-content.modal-content-single-video {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .modal .modal-wrapper .modal-content.modal-content-single-video {
    max-width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: normal;
    align-items: normal
  }
}

@media screen and (max-height: 737px) and (max-width: 420px) {
  .modal .modal-wrapper .modal-content.modal-content-single-video {
    max-width: 340px;
  }
}

@media screen and (max-height: 667px) and (max-width: 375px) {
  .modal .modal-wrapper .modal-content.modal-content-single-video {
    max-width: 300px;
  }
}

.modal .modal-wrapper .modal-content iframe {
  height: 100%;
  width: 100%;
}

.modal .modal-container {
  display: block;
}

.modal .modal-container.modal-container-video {
  display: flex;
  width: 100%;
}

.modal .modal-container.modal-container-video .content-video {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.modal .modal-container.modal-container-video .content-video iframe {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .modal .modal-container.modal-container-video .content-video {
    display: flex;
    aspect-ratio: 9/16;
    height: 100%;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .modal .modal-container.modal-container-video .content-video {
    aspect-ratio: 9/16;
  }
}

.modal .circle-primary-button {
  display: inline-block;
  cursor: pointer;
  fill: #141213CC;
}

.modal .circle-primary-button rect:hover {
  fill: #3a3a39;
}

.modal .fade-in {
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInMove 0.5s ease-in-out forwards;
}

.modal .fade-out {
  opacity: 1;
  transform: translateY(0);
  animation: fadeOutMove 0.5s ease-in-out forwards;
}

.primary-button {
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  border-radius: 51px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 44px;
  padding-right: 44px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.primary-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.primary-button.disabled {
  opacity: 0.5;
}

.secondary-button {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  border-radius: 51px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 44px;
  padding-right: 44px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.secondary-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.secondary-button.disabled {
  opacity: 0.5;
}

.error__404 {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .error__404 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

.error__404 {
  display: flex;
  height: 100dvh;
  width: 100%;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .error__404 {
    flex-direction: row;
    justify-content: space-between;
  }
}

.error__404 .do__texts__container {
  position: absolute;
  bottom: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .error__404 .do__texts__container {
    position: relative;
  }
}

.error__404 .do__texts__container .desktop-big-things {
  display: none;
}

@media (min-width: 1024px) {
  .error__404 .do__texts__container .desktop-big-things {
    display: block;
  }
}

.error__404 .do__texts__container .mobile-big-things {
  display: block;
}

@media (min-width: 1024px) {
  .error__404 .do__texts__container .mobile-big-things {
    display: none;
  }
}

.error__404 .do__texts__container .mobile-big-things h2 {
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  font-family: Outfit, sans-serif;
  font-size: 86px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 92px;
}

@media (min-width: 1024px) {
  .error__404 .do__texts__container .mobile-big-things h2 {
    font-size: 160px;
    line-height: 166px;
    letter-spacing: 0px;
  }
}

@media (min-width: 1536px) {
  .error__404 .do__texts__container .mobile-big-things h2 {
    font-size: 237px;
  }
}

.error__404 .do__texts__container .mobile-big-things .right {
  --tw-translate-y: 30px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.error__404 .do__texts__container .mobile-big-things .left {
  width: -moz-fit-content;
  width: fit-content;
  --tw-translate-x: -71%;
  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));
  align-self: flex-start;
}

@media (min-width: 768px) {
  .error__404 .do__texts__container .mobile-big-things .left {
    display: flex;
    width: 100%;
    --tw-translate-x: 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));
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  .error__404 .do__texts__container .mobile-big-things .left {
    width: 100%;
  }
}

.error__404 .do__texts__container .mobile-big-things .left svg {
  height: auto;
  width: 100%;
}

.error__404 .do__texts__container .mobile-big-things .left .mobile-title {
  display: block;
  width: 170%;
}

@media (min-width: 768px) {
  .error__404 .do__texts__container .mobile-big-things .left .mobile-title {
    width: 82%;
  }
}

@media (min-width: 1024px) {
  .error__404 .do__texts__container .mobile-big-things .left .mobile-title {
    display: none;
  }
}

.error__404 .do__texts__container .mobile-big-things .left .desktop-title {
  display: none;
}

@media (min-width: 1024px) {
  .error__404 .do__texts__container .mobile-big-things .left .desktop-title {
    display: block;
  }
}

@media (min-width: 1536px) {
  .error__404 .do__texts__container .mobile-big-things .left .desktop-title {
    margin-top: 1.25rem;
    height: 200px;
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
    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)) !important;
  }
}

.error__404 .error__container {
  margin-bottom: 78px;
  display: flex;
  max-width: 90%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .error__404 .error__container {
    max-width: 60%;
  }
}

@media (min-width: 1024px) {
  .error__404 .error__container {
    margin-bottom: 0px;
    max-width: 100%;
  }
}

.error__404 .error__container h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .error__404 .error__container h2 {
    font-size: 72px;
    line-height: 82px;
  }
}

@media (min-width: 1024px) {
  .error__404 .error__container h2 {
    font-size: 115px;
    line-height: 146px;
  }
}

.error__404 .error__container h1 {
  margin-bottom: 16px;
  font-size: 92px;
  font-weight: 600;
  line-height: 104px;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .error__404 .error__container h1 {
    font-size: 170px;
    line-height: 182px;
  }
}

@media (min-width: 1024px) {
  .error__404 .error__container h1 {
    font-size: 237px;
    line-height: 237px;
  }
}

.error__404 .error__container h3 {
  margin-bottom: 12px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .error__404 .error__container h3 {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .error__404 .error__container h3 {
    align-self: flex-start;
    font-size: 26px;
    line-height: 33px;
  }
}

.error__404 .error__container p {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

@media (min-width: 768px) {
  .error__404 .error__container p {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .error__404 .error__container p {
    margin-bottom: 40px;
  }
}

.error__404 .error__container .button-container-error a {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 12.66px;
  line-height: 14.8px;
}

@media (min-width: 1024px) {
  .error__404 .error__container .button-container-error a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 44px;
    padding-right: 44px;
    font-size: 24px;
    line-height: 28px;
  }
}

.error404 #masthead {
  display: none;
}

.banner-section {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .banner-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

.banner-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  padding-top: 88px;
}

@media (min-width: 1024px) {
  .banner-section {
    height: 80dvh;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 152px;
  }
}

.banner-section .about-title {
  margin-bottom: 24px;
  font-family: Outfit, sans-serif;
  font-size: 86px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 92px;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .banner-section .about-title {
    margin-bottom: 0px;
    width: 45%;
    font-size: clamp(8rem,2.854rem + 8.0357vw,12.5rem);
  }

  .banner-section .banner-image-container {
    width: 55%;
  }
}

.banner-section .banner-section__content {
  width: 100%;
}

@media (min-width: 1024px) {
  .banner-section .banner-section__content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
  }
}

.banner-section .banner-section__content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.excerpt-section {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .excerpt-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

.excerpt-section {
  display: flex;
  overflow: hidden;
  padding-bottom: 69px;
}

@media (min-width: 1024px) {
  .excerpt-section {
    justify-content: flex-end;
  }
}

@media (min-width: 1280px) {
  .excerpt-section {
    margin-top: 58px;
  }
}

.excerpt-section .text-excerpt {
  align-self: flex-end;
}

@media (min-width: 1024px) {
  .excerpt-section .text-excerpt {
    width: 55%;
  }
}

.excerpt-section .text-excerpt p {
  margin-top: 15.18px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .excerpt-section .text-excerpt p {
    font-size: clamp(1.8125rem,1.2rem + 1.25vw,4.375rem);
    line-height: 40px;
    letter-spacing: 1.5%;
  }
}

@media (min-width: 1280px) {
  .excerpt-section .text-excerpt p {
    line-height: 58px;
  }
}

.perspective-section {
  position: relative;
  z-index: 10;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  padding-top: 57px;
  padding-bottom: 73px;
}

@media (min-width: 1024px) {
  .perspective-section {
    padding-top: 151px;
    padding-bottom: 120px;
  }
}

.perspective-section .perspective-section__container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .perspective-section .perspective-section__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

.perspective-section .perspective-section__container .perspective-section__content {
  margin-left: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 1024px) {
  .perspective-section .perspective-section__container .perspective-section__content {
    width: 55%;
  }
}

.perspective-section .perspective-section__container .perspective-section__content p {
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .perspective-section .perspective-section__container .perspective-section__content p {
    font-size: 30px;
    line-height: 40px;
  }
}

.closing-section {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  padding-top: 57px;
  padding-bottom: 136px;
}

@media (min-width: 1024px) {
  .closing-section {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}

.closing-section .closing-section__container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

.closing-section .closing-section__heading {
  margin-bottom: 56px;
  width: 100%;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__heading {
    margin-bottom: 80px;
  }
}

.closing-section .closing-section__heading h2 {
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 53px;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .closing-section .closing-section__heading h2 {
    font-size: 160px;
    line-height: 166px;
  }
}

.closing-section .closing-section__content {
  margin-left: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__content {
    width: 70%;
  }
}

.closing-section .closing-section__items {
  margin-bottom: 58px;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__items {
    margin-bottom: 80px;
  }
}

.closing-section .closing-section__items h3 {
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 53px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.closing-section .closing-section__items li {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 49px;
  padding-bottom: 49px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .closing-section .closing-section__items li {
    font-size: 20px;
    line-height: 24px;
  }
}

.closing-section .closing-section__learn-more {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__learn-more {
    align-items: flex-start;
  }
}

.closing-section .closing-section__learn-more h3 {
  margin-bottom: 54px;
  min-width: 100%;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .closing-section .closing-section__learn-more h3 {
    margin-bottom: 0px;
    text-align: start;
    font-size: 42px;
    line-height: 53px;
  }
}

.closing-section .closing-section__learn-more .closing-section__buttons {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
}

@media (min-width: 640px) {
  .closing-section .closing-section__learn-more .closing-section__buttons {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .closing-section .closing-section__learn-more .closing-section__buttons {
    margin-top: 40px;
    flex-direction: row;
    align-items: flex-start;
  }
}

.closing-section .closing-section__learn-more .closing-section__buttons :is(button, a) {
  width: 100%;
}

@media (min-width: 640px) {
  .closing-section .closing-section__learn-more .closing-section__buttons :is(button, a) {
    width: auto;
  }
}

.closing-section .closing-section__learn-more .closing-section__buttons :is(button, a).external-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 51px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.closing-section .closing-section__learn-more .closing-section__buttons :is(button, a).external-link span {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.closing-section .closing-section__learn-more .closing-section__buttons :is(button, a).external-link path {
  stroke: #fafafa;
}

.closing-section .closing-section__learn-more .closing-section__buttons :is(button, a).external-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.closing-section .closing-section__learn-more .closing-section__buttons :is(button, a).external-link:hover span {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.closing-section .closing-section__learn-more .closing-section__buttons :is(button, a).external-link:hover path {
  stroke: #000000;
}

.contact {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  padding-top: 68px;
}

.contact .contact__banner {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .contact .contact__banner {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

.contact .contact__banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 104px;
}

@media (min-width: 1024px) {
  .contact .contact__banner {
    height: 80dvh;
    padding-bottom: 104px;
  }
}

@media (min-width: 1920px) {
  .contact .contact__banner {
    padding-top: 100px;
  }
}

.contact .contact__banner .contact__container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .contact .contact__banner .contact__container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 100px;
  }
}

.contact .contact__banner .contact__column.contact__column--left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 39px;
  font-family: Outfit, sans-serif;
}

@media (min-width: 1024px) {
  .contact .contact__banner .contact__column.contact__column--left {
    gap: 96px;
  }
}

.contact .contact__banner .contact__column.contact__column--left .contact__title {
  font-family: Outfit, sans-serif;
  font-size: 62px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 92px;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .contact .contact__banner .contact__column.contact__column--left .contact__title {
    margin-bottom: 30px;
    font-size: clamp(8rem,2.854rem + 8.0357vw,12.5rem);
    line-height: 166px;
  }
}

@media (min-width: 1920px) {
  .contact .contact__banner .contact__column.contact__column--left .contact__title {
    font-size: 220px;
    line-height: 100px;
  }
}

.contact .contact__banner .contact__column.contact__column--left .contact__topics {
  margin-bottom: 64px;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px;
}

@media (min-width: 1024px) {
  .contact .contact__banner .contact__column.contact__column--left .contact__topics {
    flex-direction: row;
  }
}

@media (min-width: 1920px) {
  .contact .contact__banner .contact__column.contact__column--left .contact__topics {
    margin-top: 100px;
  }
}

.contact .contact__banner .contact__column.contact__column--left .contact__topics .contact__topic {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact .contact__banner .contact__column.contact__column--left .contact__topics .contact__topic .contact__topic-title {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.contact .contact__banner .contact__column.contact__column--left .contact__topics .contact__topic .contact__topic-description {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.contact .contact__banner .contact__column.contact__column--left .contact__topics .contact__topic .contact__topic-email {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 35 35 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.contact .contact__column.contact__column--right .contact__addresses {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
}

@media (min-width: 1024px) {
  .contact .contact__column.contact__column--right .contact__addresses {
    align-items: center;
  }
}

.contact .contact__column.contact__column--right .contact__addresses .contact__address-card {
  display: flex;
  max-width: 200px;
  flex-direction: column;
  gap: 15px;
}

.contact .contact__column.contact__column--right .contact__addresses .contact__address-card .contact__address-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.contact .contact__column.contact__column--right .contact__addresses .contact__address-card .contact__address-content .contact__agency-initials {
  font-size: 36px;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 23px;
}

.contact .contact__column.contact__column--right .contact__addresses .contact__address-card .contact__address-content .contact__agency-address {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
}

.video-banner-section {
  height: auto;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 9px;
  padding-bottom: 8px;
}

@media (min-width: 1024px) {
  .video-banner-section {
    height: 100dvh;
    padding: 16px;
  }
}

.video-banner-section .video-wrapper {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .video-banner-section .video-wrapper {
    height: 100%;
  }
}

.video-banner-section .video-wrapper video,
		.video-banner-section .video-wrapper iframe,
		.video-banner-section .video-wrapper .video-banner {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .video-banner-section .video-wrapper video {
    aspect-ratio: 414 / 606;
  }
}

@media screen and (min-width: 768px) {
  .video-banner-section .video-wrapper video {
    height: 100%;
  }
}

.introduction-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 69px;
  padding-bottom: 69px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .introduction-section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 76px;
    padding-bottom: 54px;
  }
}

@media (min-width: 1920px) {
  .introduction-section {
    padding-top: 105px;
    padding-bottom: 122px;
  }
}

.introduction-section .introduction-content-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  font-family: Outfit, sans-serif;
}

@media (min-width: 1024px) {
  .introduction-section .introduction-content-container {
    flex-direction: row;
    gap: 100px;
  }
}

.introduction-section .introduction-content-container .main-text-content {
  margin-bottom: 18px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .introduction-section .introduction-content-container .main-text-content {
    margin-bottom: 0px;
    min-width: 100%;
    padding-left: 40px;
  }
}

.introduction-section .introduction-content-container .main-text-content .main-title-container {
  width: 100%;
}

@media (min-width: 1024px) {
  .introduction-section .introduction-content-container .main-text-content .main-title-container {
    width: 50%;
    padding-left: 2%;
  }
}

@media (min-width: 1381px) {
  .introduction-section .introduction-content-container .main-text-content .main-title-container {
    padding-left: 0px;
  }
}

.introduction-section .introduction-content-container .main-text-content .main-title-container .main-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.introduction-section .introduction-content-container .main-text-content .main-title-container .main-title h3 {
  text-align: center;
  font-size: 61px;
  font-weight: 600;
  line-height: 64.28px;
}

@media (min-width: 1024px) {
  .introduction-section .introduction-content-container .main-text-content .main-title-container .main-title h3 {
    text-align: left;
    font-size: 95px;
    line-height: 102px;
  }
}

@media (min-width: 1280px) {
  .introduction-section .introduction-content-container .main-text-content .main-title-container .main-title h3 {
    font-size: 137px;
    line-height: 140px;
  }
}

@media (min-width: 1536px) {
  .introduction-section .introduction-content-container .main-text-content .main-title-container .main-title h3 {
    font-size: 151px;
    line-height: 156px;
  }
}

@media (min-width: 1920px) {
  .introduction-section .introduction-content-container .main-text-content .main-title-container .main-title h3 {
    font-size: 172px;
    line-height: 184px;
  }
}

.introduction-section .introduction-content-container .main-text-content .main-title-container .main-title .dot {
  height: 19px;
  width: 19px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .introduction-section .introduction-content-container .main-text-content .main-title-container .main-title .dot {
    height: 25px;
    width: 25px;
  }
}

.introduction-section .introduction-content-container .secondary-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (min-width: 1024px) {
  .introduction-section .introduction-content-container .secondary-text-content {
    min-width: 50%;
    max-width: 50%;
    padding-top: 17px;
  }
}

.introduction-section .introduction-content-container .secondary-text-content .rich-text-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
}

@media (min-width: 1024px) {
  .introduction-section .introduction-content-container .secondary-text-content .rich-text-container {
    gap: 30px;
    font-size: 42px;
    line-height: 53px;
  }
}

@media (min-width: 1280px) {
  .introduction-section .introduction-content-container .secondary-text-content .rich-text-container {
    font-size: 30px;
    line-height: 32px;
  }
}

@media (min-width: 1700px) {
  .introduction-section .introduction-content-container .secondary-text-content .rich-text-container {
    font-size: 36px;
    line-height: 38px;
  }
}

.introduction-section .introduction-content-container .secondary-text-content .button-container {
  width: 100%;
}

@media (min-width: 768px) {
  .introduction-section .introduction-content-container .secondary-text-content .button-container {
    width: auto;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .introduction-section .introduction-content-container {
    gap: clamp(15px,2vw,100px);
  }

  .introduction-section .rich-text-container {
    padding-right: 40px;
    font-size: clamp(20px,3vw,28px) !important;
    line-height: clamp(30px,3.5vw,32px) !important;
  }
}

.work-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}

@media (min-width: 1024px) {
  .work-section {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 33px;
  }
}

.work-section .work-section-container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}

.work-section .work-section-container .text-work-container-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .work-section .work-section-container .text-work-container-desktop {
    display: block;
    width: 20%;
  }
}

.work-section .work-section-container .text-work-container-desktop h2 {
  --tw-rotate: -90deg;
  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));
  font-family: Outfit, sans-serif;
  font-size: 160px;
  line-height: 166px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .work-section .work-section-container .text-work-container-desktop h2 {
    --tw-translate-y: 140%;
    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));
    font-size: 200px;
    line-height: 250px;
    letter-spacing: 0px;
  }
}

@media (min-width: 2100px) {
  .work-section .work-section-container .text-work-container-desktop h2 {
    font-size: 240px;
  }
}

.work-section .work-section-container .works {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .work-section .work-section-container .works {
    width: 100%;
  }
}

.work-section .work-section-container .works .works-inside-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

@media (min-width: 1024px) {
  .work-section .work-section-container .works .works-inside-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 48px;
  }
}

.work-section .button-container {
  margin-top: 55px;
  margin-bottom: 96px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .work-section .button-container {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .work-section .button-container {
    margin-top: 56px;
    margin-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.page-template-locations .footer {
  display: none;
}

.locations {
  font-family: Outfit, sans-serif;
}

@media (min-width: 1024px) {
  .locations .mobile-title-container {
    display: none;
  }
}

.locations .mobile-title-container h2 {
  position: absolute;
  top: 104.33px;
  left: 50%;
  --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));
  text-wrap: nowrap;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.locations .canva-wrapper {
  cursor: grab;
}

.locations .map-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0;
  clip-path: circle(20% at 50% 50%);
  transition: all 1s ease-in-out;
  transition-delay: 0ms;
}

.locations .map-wrapper.active {
  z-index: 999;
  opacity: 1;
  clip-path: circle(100% at 50% 50%);
  transition-delay: 500ms;
}

.locations .map-wrapper .back__button {
  position: absolute;
  top: 35px;
  left: 16px;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .locations .map-wrapper .back__button {
    top: 74px;
    left: 40px;
  }
}

.locations .map-wrapper div[role="dialog"] {
  min-width: 300px !important;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(215 0 0 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .locations .map-wrapper div[role="dialog"] {
    min-width: 350px !important;
  }
}

.locations .map-wrapper div[role="dialog"] .gm-style-iw-chr {
  display: none;
}

.locations .map-wrapper div[role="dialog"] .gm-style-iw-d {
  overflow: hidden !important;
}

.locations .map-wrapper .gm-style-iw-tc::after {
  --tw-bg-opacity: 1;
  background-color: rgb(215 0 0 / var(--tw-bg-opacity));
}

.locations .map-wrapper .card--agency__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 20px;
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .locations .map-wrapper .card--agency__container {
    padding: 32px;
  }
}

.locations .map-wrapper .card--agency__container .title h3 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
}

.locations .map-wrapper .card--agency__container .info-contact {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.locations .map-wrapper .card--agency__container .info-contact .contact-details {
  display: flex;
  width: 70%;
  flex-direction: column;
  gap: 16px;
}

.locations .map-wrapper .card--agency__container .info-contact .contact-details .title-address,
					.locations .map-wrapper .card--agency__container .info-contact .contact-details .p-tel {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
}

.locations .map-wrapper .card--agency__container .info-contact .contact-details .address-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.locations .map-wrapper .card--agency__container .info-contact .contact-details .phone {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.locations .map-wrapper .card--agency__container .info-contact .web-social {
  display: flex;
  width: 30%;
  flex-direction: column;
  gap: 16px;
}

.locations .map-wrapper .card--agency__container .info-contact .web-social .website-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
}

.locations .map-wrapper .card--agency__container .info-contact .web-social .website-link svg {
  height: 100%;
  width: 100%;
}

.locations .map-wrapper .card--agency__container .info-contact .web-social .social-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.locations .map-wrapper .card--agency__container .info-contact .web-social .social-container h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.locations .map-wrapper .card--agency__container .info-contact .web-social .social-container .socialmedia {
  display: flex;
  gap: 4px;
}

.locations .map-wrapper .card--agency__container .info-contact .web-social .social-container .socialmedia a {
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.locations .filters {
  position: absolute;
  bottom: 24px;
  left: 0px;
  right: 0px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .locations .filters {
    top: 200px;
    left: 40px;
    bottom: auto;
    right: auto;
    display: block;
  }
}

.locations .filters .desktop-title-container {
  display: none;
}

@media (min-width: 1024px) {
  .locations .filters .desktop-title-container {
    display: block;
  }
}

.locations .filters .desktop-title-container h2 {
  margin-bottom: 32px;
  text-wrap: nowrap;
  font-size: 32px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container {
  display: flex;
  min-width: 345px;
  max-width: 345px;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 1024px) {
  .locations .filters .dropdowns-container {
    gap: 16px;
  }
}

.locations .filters .dropdowns-container .dropdown {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--default {
  position: relative;
  margin-left: 16px;
  padding: 16px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--default {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--default .dropdown__indicator {
  position: absolute;
  left: 0px;
  top: 45%;
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(215 0 0 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--default[data-selected-value]:not(
							[data-selected-value=""]
						)
						.dropdown__indicator {
  opacity: 1;
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  width: 95%;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  opacity: 0;
}

@media (min-width: 1024px) {
  .locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-top: 12px;
  }
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search input {
  width: 90%;
  border-radius: 23px;
  --tw-bg-opacity: 1;
  background-color: rgb(177 3 3 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search input:focus {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search input:active {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search input:focus::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search input:focus::placeholder {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 148 148 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__trigger--search input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 148 148 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__arrow {
  position: absolute;
  top: 24px;
  right: 32px;
}

@media (min-width: 1024px) {
  .locations .filters .dropdowns-container .dropdown .dropdown__trigger .dropdown__arrow {
    top: 30px;
  }
}

.locations .filters .dropdowns-container .dropdown .dropdown__list {
  height: 0px;
  max-height: 168px;
  width: 100%;
  max-width: 304px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 24px;
  padding-right: 24px;
}

.locations .filters .dropdowns-container .dropdown .dropdown__list li {
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  padding: 12px;
  text-align: left;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__list li[data-selected="true"] {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(177 3 3 / var(--tw-bg-opacity));
  padding-left: 2rem;
}

.locations .filters .dropdowns-container .dropdown .dropdown__list li[data-selected="true"]::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  height: 8px;
  width: 8px;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.locations .filters .dropdowns-container .dropdown .dropdown__list::-webkit-scrollbar {
  width: 3px;
  border-radius: 2px;
}

.locations .filters .dropdowns-container .dropdown .dropdown__list::-webkit-scrollbar-track {
  background: #b10303;
  width: 3px;
  border-radius: 2px;
}

.locations .filters .dropdowns-container .dropdown .dropdown__list::-webkit-scrollbar-thumb {
  background: #fafafa;
  width: 3px;
  height: 48px;
  border-radius: 2px;
}

.locations .filters .dropdowns-container .clear-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .locations .filters .dropdowns-container .clear-button {
    justify-content: flex-end;
  }
}

.locations .filters .dropdowns-container .clear-button svg {
  height: 16px;
  width: 16px;
}

.news-title {
  margin-top: 24px;
  margin-bottom: 40px;
  font-family: Outfit, sans-serif;
  font-size: 86px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 92px;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .news-title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: clamp(11.25rem,6.2291rem + 7.8452vw,15.9375rem);
    line-height: 250px;
  }
}

.news-grid-container {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media (min-width: 768px) {
  .news-grid-container {
    gap: 80px;
  }
}

@media (min-width: 1024px) {
  .news-grid-container {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: auto auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}

.news-grid-container &gt; :first-child {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}

.news-grid-container &gt; :nth-child(2) {
  grid-column: span 4 / span 4;
  grid-column-start: 3;
  grid-row: span 1 / span 1;
}

.news-grid-container &gt; :nth-child(3) {
  grid-column: span 4 / span 4;
  grid-column-start: 3;
  grid-row: span 1 / span 1;
}

.news-grid-container &gt; :nth-child(4) {
  grid-column: span 4 / span 4;
  grid-row: span 1 / span 1;
}

.news-grid-container &gt; :nth-child(5) {
  grid-column: span 2 / span 2;
  grid-column-start: 5;
  grid-row: span 2 / span 2;
}

.news-grid-container &gt; :nth-child(6) {
  grid-column: span 4 / span 4;
  grid-row: span 1 / span 1;
}

.news-grid-container .card-news {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

.news-grid-container .card-news .card-news__head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.news-grid-container .card-news .card-news__head svg {
  min-width: 20px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.news-grid-container .card-news .card-news__content h3 {
  margin-bottom: 8px;
  font-family: Outfit, sans-serif;
  font-size: 24px !important;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px !important;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .news-grid-container .card-news .card-news__content h3 {
    font-size: 26px !important;
    line-height: 33px !important;
  }
}

@media (min-width: 2100px) {
  .news-grid-container .card-news .card-news__content h3 {
    font-size: 55px !important;
    line-height: 52px !important;
  }
}

.news-grid-container .card-news .card-news__content .news-date {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .news-grid-container .card-news .card-news__content .news-date {
    opacity: 1;
  }
}

.news-grid-container .card-news .card-news__content p {
  margin-top: 24px;
  max-height: none;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .news-grid-container .card-news .card-news__content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: flex;
  }
}

@media (min-width: 2100px) {
  .news-grid-container .card-news .card-news__content p {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  .news-grid-container .card-news.horizontal p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}

@media screen and (min-width: 1024px) {
  .news-grid-container .card-news:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  }

  .news-grid-container .card-news:hover .card-news__head svg {
    --tw-text-opacity: 1;
    color: rgb(22 22 22 / var(--tw-text-opacity));
  }

  .news-grid-container .card-news:hover .card-news__content h3 {
    color: #161616 !important;
  }

  .news-grid-container .card-news:hover .card-news__content .news-date {
    color: #161616 !important;
  }

  .news-grid-container .card-news:hover .card-news__content p {
    color: #161616 !important;
  }
}

@media (min-width: 1024px) {
  .news-page .news-grid-container &gt; :first-child .card-news__image {
    height: 50%;
  }

  .news-page .news-grid-container &gt; :nth-child(5) .card-news__image {
    height: 50%;
  }
}

.works-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .works-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

.works-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  padding-bottom: 32px;
  padding-top: 70px;
}

@media (min-width: 1024px) {
  .works-container {
    padding-bottom: 0px;
    padding-top: 79px;
  }
}

.works-container .works-title {
  margin-bottom: 32px;
  font-family: Outfit, sans-serif;
  font-size: 86px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 92px;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .works-container .works-title {
    margin-bottom: 30px;
    font-size: clamp(11.25rem,6.2291rem + 7.8452vw,15.9375rem);
    line-height: 250px;
  }
}

@media (min-width: 1920px) {
  .works-container .works-title {
    font-size: 255px;
  }
}

.works-container .works-grid-container {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media (min-width: 768px) {
  .works-container .works-grid-container {
    gap: 80px;
  }
}

@media (min-width: 1024px) {
  .works-container .works-grid-container {
    margin-bottom: 0px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 32px;
  }
}

@media (min-width: 1920px) {
  .works-container .works-grid-container {
    row-gap: 48px;
  }
}

.works-container .works-grid-container.last-grid {
  margin-bottom: 56px;
}

.works-container .button-container {
  margin-bottom: 130px;
  margin-top: 48px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .works-container .button-container {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .works-container .button-container {
    margin-bottom: 150px;
    margin-top: 56px;
  }
}

.work-post {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.work-post .hero-section {
  height: auto;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 1024px) {
  .work-post .hero-section {
    height: 100dvh;
    padding: 16px;
  }

  .work-post .hero-section.more-than-one-media {
    height: auto;
  }
}

.work-post .hero-section .media-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .work-post .hero-section .media-wrapper {
    height: 100%;
  }
}

.work-post .hero-section .media-wrapper .image-banner {
  width: 100%;
}

@media (min-width: 768px) {
  .work-post .hero-section .media-wrapper .image-banner {
    height: 100%;
  }
}

.work-post .hero-section .media-wrapper video,
			.work-post .hero-section .media-wrapper iframe,
			.work-post .hero-section .media-wrapper .video-banner,
			.work-post .hero-section .media-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .work-post .hero-section .media-wrapper video,
			.work-post .hero-section .media-wrapper iframe,
			.work-post .hero-section .media-wrapper .video-banner,
			.work-post .hero-section .media-wrapper img {
    height: 100%;
  }
}

@media screen and (max-width: 768px) and (max-height: 901px) {
  .work-post .hero-section .media-wrapper img {
    height: 100%;
    max-height: 62dvh;
  }
}

@media screen and (min-width: 768px) {
  .work-post .hero-section .media-wrapper img {
    min-height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .work-post .hero-section video,
			.work-post .hero-section iframe {
    aspect-ratio: 414 / 606;
  }
}

@media screen and (min-width: 768px) {
  .work-post .hero-section video,
			.work-post .hero-section iframe {
    height: 100%;
  }
}

.work-post .hero-section .masks-svgs-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

@media (min-width: 768px) {
  .work-post .hero-section .masks-svgs-container {
    height: 100dvh;
  }
}

@media (min-width: 1024px) {
  .work-post .hero-section .masks-svgs-container {
    top: -4px;
  }
}

.work-post .hero-section .masks-svgs-container .mask-svg {
  display: none;
}

@media (min-width: 1024px) {
  .work-post .hero-section .masks-svgs-container .mask-svg {
    display: block;
  }
}

.work-post .hero-section .masks-svgs-container .mask-svg-mobile {
  display: block;
  height: 100%;
}

@media (min-width: 1024px) {
  .work-post .hero-section .masks-svgs-container .mask-svg-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .work-post .hero-section .masks-svgs-container .mask-svg {
    height: 100%;
  }
}

.work-post .hero-section .masks-svgs-container .mask-svg,
			.work-post .hero-section .masks-svgs-container .mask-svg-mobile {
  width: 100%;
}

.work-post .hero-section .masks-svgs-container .mask-svg rect, .work-post .hero-section .masks-svgs-container .mask-svg-mobile rect {
  transform-origin: center;
}

@media (min-width: 1024px) {
  .work-post .hero-section .masks-svgs-container .mask-svg rect, .work-post .hero-section .masks-svgs-container .mask-svg-mobile rect {
    --tw-scale-x: 1.03;
    --tw-scale-y: 1.03;
    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));
  }
}

.work-post .hero-section .bottom-left-text,
		.work-post .hero-section .bottom-right-text {
  font-family: Outfit, sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .work-post .hero-section .bottom-left-text,
		.work-post .hero-section .bottom-right-text {
    font-size: 42px;
    line-height: 53px;
    letter-spacing: 0px;
  }
}

.work-post .hero-section .bottom-left-text {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

@media (min-width: 1024px) {
  .work-post .hero-section .bottom-left-text {
    bottom: 19px;
    left: 40px;
  }
}

.work-post .hero-section .bottom-right-text {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

@media (min-width: 1024px) {
  .work-post .hero-section .bottom-right-text {
    bottom: 19px;
    right: 40px;
  }
}

.work-post .work-description {
  margin-top: 32px;
}

@media (min-width: 1024px) {
  .work-post .work-description {
    margin-top: 52px;
  }
}

.work-post .work-description .title-work-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .work-post .work-description .title-work-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

.work-post .work-description .title-work-container {
  min-height: 92px;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  line-height: 53px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 1024px) {
  .work-post .work-description .title-work-container {
    font-size: 86px;
    line-height: 110px;
    letter-spacing: 0px;
  }
}

.work-post .work-description .title-work-container h1 {
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.work-post .work-description .work-description-container {
  margin-top: 32px;
  display: flex;
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container {
    margin-top: 96px;
    gap: 30px;
  }
}

.work-post .work-description .work-description-container .col1 {
  display: none;
  width: 100%;
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col1 {
    display: block;
    width: 30%;
    padding-left: 40px;
  }
}

.work-post .work-description .work-description-container .col1 h1 {
  position: sticky;
  top: 65px;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  line-height: 53px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.work-post .work-description .work-description-container .col2 {
  width: 100%;
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col2 {
    width: 70%;
  }
}

.work-post .work-description .work-description-container .col2 .work-title {
  margin-bottom: 26px;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col2 .work-title {
    padding-left: 0px;
    padding-right: 2.5rem;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0px;
  }
}

.work-post .work-description .work-description-container .col2 .divider {
  margin-left: 1rem;
  margin-top: 32px;
  margin-bottom: 20px;
  height: 2px;
  width: 95px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col2 .divider {
    margin-left: 0px;
    margin-top: 55px;
    margin-bottom: 32px;
    padding-left: 0px;
  }
}

.work-post .work-description .work-description-container .col2 .description {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col2 .description {
    margin-bottom: 72px;
    padding-left: 0px;
    padding-right: 2.5rem;
  }
}

.work-post .work-description .work-description-container .col2 .images-container {
  overflow: hidden;
  border-radius: 32px;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col2 .images-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.work-post .work-description .work-description-container .col2 .images-container picture {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-post .work-description .work-description-container .col2 .images-container picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-post .work-description .work-description-container .col2 .modal-preview {
  position: relative;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  overflow: hidden;
  border-radius: 32px;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 1024px) {
  .work-post .work-description .work-description-container .col2 .modal-preview {
    aspect-ratio: 16/9;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.work-post .work-description .work-description-container .col2 .modal-preview svg {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
}

.work-post .work-description .work-description-container .col2 .modal-preview picture {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-post .work-description .work-description-container .col2 .modal-preview picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-post .flexible-section {
  margin-top: 44px;
  margin-bottom: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .work-post .flexible-section {
    margin-top: 105px;
    margin-bottom: 120px;
    gap: 20px;
  }
}

.work-post .flexible-section .layout {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1024px) {
  .work-post .flexible-section .layout {
    flex-direction: row;
  }
}

.work-post .flexible-section .layout img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.work-post .flexible-section .layout-three-imagenes .image-container {
  aspect-ratio: 375/317;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 16px;
}

@media (min-width: 1024px) {
  .work-post .flexible-section .layout-three-imagenes .image-container {
    aspect-ratio: 467/400;
  }
}

.work-post .flexible-section .layout-three-imagenes .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.work-post .flexible-section .layout-two-images .image-container {
  aspect-ratio: 375/317;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 16px;
}

@media (min-width: 1024px) {
  .work-post .flexible-section .layout-two-images .image-container {
    aspect-ratio: 896/618;
  }
}

.work-post .flexible-section .layout-two-images .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.work-post .flexible-section .layout-one-image .image-container {
  aspect-ratio: 375/317;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 16px;
}

@media (min-width: 1024px) {
  .work-post .flexible-section .layout-one-image .image-container {
    aspect-ratio: 1440/757;
  }
}

.work-post .flexible-section .layout-one-image .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.visible {
  visibility: visible;
}

.block {
  display: block;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.max-w-none {
  max-width: none;
}

.bg-primary-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.bg-secondary-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

@keyframes fadeInMove {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutMove {
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

/**
 * Custom styles to immediately follow Tailwindâ€™s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwindâ€™s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */
</pre></body></html>