/*
Theme Name: Umake
Author: Yves Gautheron
Description: Theme Umake 2024
*/

/*
! tailwindcss v3.4.1 | 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: currentColor;
  /* 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 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1z) {
  .container {
    max-width: 1z;
  }
}

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

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

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

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

.h1 {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 53 94 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .h1 {
    margin-bottom: 2.5rem;
    margin-top: 1rem;
  }
}

.link {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(247 173 92 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

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

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

.btn {
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-weight: 700;
}

.expertise img.btn {
  height: 338px;
}

.btn.h-full iframe {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

@media (min-width: 1024px) {
  .btn.h-full iframe {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(247 173 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary:hover svg path {
  fill: var(--cl-secondary);
  stroke: var(--cl-secondary);
}

.btn-primary svg path {
  fill: white;
  stroke: white;
}

.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 173 92 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(247 173 92 / var(--tw-text-opacity));
}

.btn-white-on-orange {
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(247 173 92 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-white-on-orange:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 53 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-blue-on-orange {
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 53 94 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-blue-on-orange:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 53 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-white-on-red {
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 85 101 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-white-on-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 53 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-white-on-blue {
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 53 94 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-white-on-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 173 92 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 173 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-inverse {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(247 173 92 / var(--tw-text-opacity));
}

.btn-inverse:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 173 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-field {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 300;
}

.expertise img.form-field {
  height: 338px;
}

.form-field.h-full iframe {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

@media (min-width: 1024px) {
  .form-field.h-full iframe {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.form-absolute-label {
  position: absolute;
  top: 0.75rem;
  left: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: text;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form-error {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(214 54 56 / var(--tw-text-opacity));
}

footer .form-error a {
  color: #D9D9D9;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-bottom-4 {
  bottom: -1rem;
}

.-left-24 {
  left: -6rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-1\/4 {
  left: 25%;
}

.left-16 {
  left: 4rem;
}

.left-5 {
  left: 1.25rem;
}

.left-\[6\%\] {
  left: 6%;
}

.left-\[8\%\] {
  left: 8%;
}

.left-\[80\%\] {
  left: 80%;
}

.left-\[80px\] {
  left: 80px;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-\[-1px\] {
  right: -1px;
}

.right-\[24\%\] {
  right: 24%;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-24 {
  top: 6rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-\[-100px\] {
  top: -100px;
}

.top-\[-11\%\] {
  top: -11%;
}

.top-\[-156px\] {
  top: -156px;
}

.top-\[-27px\] {
  top: -27px;
}

.top-\[54\%\] {
  top: 54%;
}

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

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

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

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

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-6 {
  grid-column-start: 6;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

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

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

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

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

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

.-ml-2 {
  margin-left: -0.5rem;
}

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

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

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

.mb-1 {
  margin-bottom: 0.25rem;
}

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

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

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

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

.ml-11 {
  margin-left: 2.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

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

.ml-6 {
  margin-left: 1.5rem;
}

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

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

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

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

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

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

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

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

.mt-11 {
  margin-top: 2.75rem;
}

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

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

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

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

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[10px\] {
  margin-top: 10px;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-\[107px\] {
  height: 107px;
}

.h-\[180px\] {
  height: 180px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[216px\] {
  height: 216px;
}

.h-\[22px\] {
  height: 22px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[270px\] {
  height: 270px;
}

.h-\[290px\] {
  height: 290px;
}

.h-\[320px\] {
  height: 320px;
}

.h-\[372px\] {
  height: 372px;
}

.h-\[420px\] {
  height: 420px;
}

.h-\[463px\] {
  height: 463px;
}

.h-\[472px\] {
  height: 472px;
}

.h-\[83px\] {
  height: 83px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-full {
  max-height: 100%;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-24 {
  width: 6rem;
}

.w-3\/4 {
  width: 75%;
}

.w-8 {
  width: 2rem;
}

.w-\[130px\] {
  width: 130px;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[19px\] {
  width: 19px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[216px\] {
  width: 216px;
}

.w-\[235px\] {
  width: 235px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[312px\] {
  width: 312px;
}

.w-\[320px\] {
  width: 320px;
}

.w-\[32px\] {
  width: 32px;
}

.w-\[355px\] {
  width: 355px;
}

.w-\[36px\] {
  width: 36px;
}

.w-\[38px\] {
  width: 38px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[661px\] {
  width: 661px;
}

.w-\[80\%\] {
  width: 80%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

.basis-auto {
  flex-basis: auto;
}

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

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.-translate-y-9 {
  --tw-translate-y: -2.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[150\%\] {
  --tw-translate-x: 150%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(247 173 92 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(26 53 94 / var(--tw-border-opacity));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(255 85 101 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-450 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 226 219 / var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 231 231 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 199 133 / var(--tw-bg-opacity));
}

.bg-marron {
  --tw-bg-opacity: 1;
  background-color: rgb(246 243 243 / var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(247 173 92 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 94 / var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 85 101 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(247 173 92 / var(--tw-bg-opacity));
}

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

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

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

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

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

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

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

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

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pl-12 {
  padding-left: 3rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

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

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

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

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

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

.pt-3 {
  padding-top: 0.75rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

.text-2-1xl {
  font-size: 1.75rem;
}

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

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

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

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

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

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

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(247 173 92 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(26 53 94 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(255 85 101 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(247 173 92 / var(--tw-text-opacity));
}

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

.underline {
  text-decoration-line: underline;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

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

.delay-1000 {
  transition-delay: 1000ms;
}

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --cl-secondary: #F7AD5C;
  --cl-orange: #F7AD5C;
  --cl-primary: #1A355E;
  --cl-green: #2ed19b;
  --cl-bleu: #1A355E;
  --cl-red: #FF5565;
  --header-height: 180px;
}

@media (min-width: 768px) {
  :root {
    --header-height: 219px;
  }
}

@media (min-width: 1024px) {
  :root {
    --header-height: calc(84px + 2.5rem);
  }
}

@media (min-width: 1600px) {
  :root {
    --header-height: calc(101px + 2.5rem);
  }
}

.container,
.md\:container,
.lg\:container {
  max-width: 100% !important;
}

@media (min-width: 1024px) {
  .container,
    .md\:container,
    .lg\:container {
    max-width: 960px !important;
  }
}

@media (min-width: 1400px) {
  .container,
    .md\:container,
    .lg\:container {
    max-width: 1200px !important;
  }
}

@media (min-width: 1600px) {
  .container,
    .md\:container,
    .lg\:container {
    max-width: 1372px !important;
  }
}

@media (min-width: 1024px) {
  #main {
    margin-top: var(--header-height);
  }
}

/*
header{
  background-color: aquamarine;
}

.container, .md\:container{
  background-color: antiquewhite;
}
*/

@font-face {
  font-family: "Neue Haas Grotesk";

  src: url("./assets/font/NeueHaasDisplayRoman.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Neue Haas Grotesk";

  src: url("./assets/font/NeueHaasDisplayMedium.woff2") format("woff2");

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "Neue Haas Grotesk";

  src: url("./assets/font/NeueHaasDisplayBold.woff2") format("woff2");

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: "Neue Haas Grotesk";

  src: url("./assets/font/NeueHaasDisplayBlack.woff2") format("woff2");

  font-weight: 700;

  font-style: normal;
}

body {
  font-family: "Neue Haas Grotesk";
  line-height: normal;
}

h1.h1 {
  position: relative;
}

h1.h1:not(.sharp):not(.clean)::before {
  content: "{";
  font-size: 2.75rem;
  color: var(--cl-secondary);
  margin-right: 6px;
  top: 0px;
  position: absolute;
  margin-left: -24px;
}

h1.h1:not(.sharp):not(.clean)::after {
  content: "}";
  font-size: 2.75rem;
  color: var(--cl-secondary);
  margin-left: 4px;
  position: absolute;
  top: 0;
}

@media (min-width: 768px) {
  h1.h1:not(.sharp):not(.clean)::before {
    font-size: 3rem;
    margin-right: 6px;
    top: -2px;
    margin-left: -36px;
  }

  h1.h1:not(.sharp):not(.clean)::after {
    font-size: 3rem;
    margin-left: 8px;
    top: -2px;
  }
}

h1.h1.sharp::before {
  content: "#";
  font-size: 2.75rem;
  color: var(--cl-secondary);
  margin-right: 16px;
}

@media (min-width: 768px) {
  h1.h1.sharp::before {
    font-size: 4rem;
    margin-right: 16px;
  }
}

h1.h1.sharp.sharp-white::before {
  color: white;
}

@media (min-width: 1024px) {
  .lg\:text-3-3xl,
  .lg\:text-3-2xl {
    line-height: 40px;
  }
}

.p-p-18 p {
  margin-bottom: 14px;
}

@media all and (max-width: 768px) {
  body.nous-contacter .h1 {
    font-size: 2.25rem;
  }
}

.domaine-expertise .icon img {
  width: 18px;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .domaine-expertise.odd > div:first-child {
    order: 2;
  }

  .domaine-expertise.odd > div:last-child {
    order: 1;
  }
}

.domaine-expertise.odd > div:last-child div {
  left: unset;
  right: 0;
}

.domaine-expertise.odd > div:last-child ul {
  margin-left: 12px;
}

.expertise.odd > div:first-child {
  order: 2;
}

.expertise.odd > div:last-child {
  order: 1;
}

.expertise.odd > div:last-child div {
  left: unset;
  right: 0;
}

.expertise.odd > div:last-child ul {
  margin-left: 12px;
}

.expertise img.w-full {
  height: 338px;
}

/* new */

.de-preview {
  overflow: hidden;
}

@media (min-width: 768px) {
  .de-preview > div {
    grid-template-columns: 2fr 6fr 1fr 1fr 1fr;
    transition: all .7s ease-in-out;
  }

  .de-preview > div.slide-0 {
    grid-template-columns: 2fr 6fr 1fr 1fr 1fr;
  }

  .de-preview > div.slide-1 {
    grid-template-columns: 2fr 1fr 6fr 1fr 1fr;
  }

  .de-preview > div.slide-2 {
    grid-template-columns: 2fr 1fr 1fr 6fr 1fr;
  }

  .de-preview > div.slide-3 {
    grid-template-columns: 2fr 1fr 1fr 1fr 6fr;
  }

  .de-preview .domaine {
    position: relative;
    height: 300px;
  }
}

@media (min-width: 1024px) {
  .de-preview .domaine {
    height: 300px;
  }
}

@media (min-width: 1400px) {
  .de-preview .domaine {
    height: 348px;
  }
}

@media (min-width: 1600px) {
  .de-preview .domaine {
    height: 537px;
  }
}

@media (min-width: 1024px) {
  .de-preview .domaine .illu {
    height: 300px;
  }
}

@media (min-width: 1400px) {
  .de-preview .domaine .illu {
    height: 348px;
  }
}

@media (min-width: 1600px) {
  .de-preview .domaine .illu {
    height: 537px;
  }
}

.de-preview .domaine .icon,
  .de-preview .domaine .icon2 {
  position: absolute;
}

@media (min-width: 768px) {
  .de-preview .domaine .icon,
      .de-preview .domaine .icon2 {
    opacity: 0;
  }
}

.de-preview .domaine .name {
  position: absolute;
  left: 2.5rem;
  white-space: nowrap;
  font-size: 3rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.de-preview .domaine .name svg path {
  fill: white;
  stroke: white;
}

.de-preview .domaine .name {
  top: 167px;
}

@media (min-width: 768px) {
  .de-preview .domaine .name {
    top: 9rem;
    left: 4rem;
    font-size: 2.25rem;
    opacity: 0;
    transition: opacity .5s ease-in-out;
  }
}

@media (min-width: 1600px) {
  .de-preview .domaine .name {
    font-size: 3rem;
  }
}

.de-preview .domaine .name2-wrapper {
  position: absolute;
  bottom: 18%;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.de-preview .domaine .name2 {
  --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));
  white-space: nowrap;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 53 94 / var(--tw-text-opacity));
  transform-origin: 0 0;
  margin-left: 8px;
}

@media (min-width: 1024px) {
  .de-preview .domaine .name2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .de-preview .domaine .name2 {
    --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));
    font-size: 1.5rem;
  }

  footer .de-preview .domaine .name2 {
    line-height: 24px;
    margin-top: -4px;
  }
}

.de-preview .domaine .fleche {
  transition: all .7s ease-in-out;
  position: absolute;
  cursor: pointer;
}

.de-preview .domaine svg path {
  transition: all .6s ease-in-out;
  fill: #fff;
}

.de-preview .domaine .icon {
  top: 6rem;
  left: 2.5rem;
  transition: all .4s ease-in-out;
}

.de-preview .domaine .icon svg {
  width: 54px;
  height: 54px;
}

@media (min-width: 768px) {
  .de-preview .domaine .icon {
    top: 4rem;
    left: 4rem;
  }
}

.de-preview .domaine .icon2 {
  top: 4rem;
  left: 50%;
  width: 2rem;
  --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));
  transition: all .4s ease-in-out .3s;
}

@media (min-width: 768px) {
  .de-preview .domaine.active svg path {
    fill: #fff;
  }

  .de-preview .domaine.active .name {
    opacity: 1;
  }

  .de-preview .domaine.active .icon {
    opacity: 1;
  }

  .de-preview .domaine.active .icon2 {
    transition: opacity .2s ease-in-out;
  }

  .de-preview .domaine.active .name2 {
    transition: opacity .2s ease-in-out;
  }

  .de-preview .domaine.active .fleche {
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .de-preview .domaine.inactive svg path {
    fill: var(--cl-primary);
  }

  .de-preview .domaine.inactive .illu {
    opacity: 0.5;
  }

  .de-preview .domaine.inactive .icon2 {
    opacity: 1;
  }

  .de-preview .domaine.inactive .name2-wrapper {
    opacity: 1;
  }

  .de-preview .domaine.inactive .fleche {
    bottom: 1.25rem;
    left: 50%;
    width: 2rem;
    --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));
  }
}

svg.red path {
  fill: var(--cl-red);
}

svg.orange path {
  fill: var(--cl-orange);
}

svg.blue path {
  fill: var(--cl-bleu);
}

svg.blue:hover path {
  fill: var(--cl-orange);
}

svg.inverse .umake {
  fill: #fff;
}

svg.over-orange:hover path {
  fill: var(--cl-orange);
}

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

.desaturate {
  filter: brightness(0) invert(1);
}

.agence-video,
.agence-video video,
.agence-video .splash {
  width: 100%;
  height: 196px;
}

@media (min-width: 768px) {
  .agence-video,
    .agence-video video,
    .agence-video .splash {
    height: 421px;
    width: 738px;
  }
}

@media (min-width: 1024px) {
  .agence-video,
    .agence-video video,
    .agence-video .splash {
    width: 640px;
    height: 359px;
  }
}

@media (min-width: 1400px) {
  .agence-video,
    .agence-video video,
    .agence-video .splash {
    width: 904px;
    height: 508px;
  }
}

@media (min-width: 768px) {
  .bloc-umake {
    width: 453px;
  }
}

@media (min-width: 1024px) {
  .bloc-umake {
    width: 553px;
  }
}

@media (min-width: 768px) {
  .tax-domaine-expertise .bloc-umake {
    width: 468px;
  }
}

@media (min-width: 1024px) {
  .tax-domaine-expertise .bloc-umake {
    width: 468px;
  }
}

.spinner {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 20px;
}

.spinner.active {
  display: block;
}

.spinner .anim {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid var(--cl-secondary);
  border-color: var(--cl-secondary) transparent var(--cl-secondary) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.effect-long {
  transition: 1s ease-in-out;
}

.effect-late {
  transition-delay: .2s;
}

.effect-late-2 {
  transition-delay: .4s;
}

.effect-late-3 {
  transition-delay: .6s;
}

.duration-md {
  transition-duration: 0.4s !important;
}

.duration-lg {
  transition-duration: 0.7s !important;
}

.appear {
  opacity: 0;
  transition: .4s ease-in-out;
}

.appear.appear-visible {
  opacity: 1;
}

.reveal {
  opacity: 0;
  transition: .4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .reveal.no-xs {
    transform: none !important;
    opacity: 1;
  }
}

.reveal.reveal-y-xs {
  transform: translateY(2rem);
}

.reveal.reveal-y-sm {
  transform: translateY(3rem);
}

.reveal.reveal-y-md {
  transform: translateY(5rem);
}

.reveal.reveal-y-lg {
  transform: translateY(8rem);
}

.reveal.reveal-y-xl {
  transform: translateY(12rem);
}

.reveal.reveal-y-2xl {
  transform: translateY(18rem);
}

.reveal.reveal-visible {
  opacity: 1;
  transform: translateY(0px) !important;
}

.reveal.reveal-visible.reveal-y-50 {
  transform: translateY(50%) !important;
}

@media (min-width: 1024px) {
  header {
    position: fixed !important;
    background-color: #fff;
    top: 0;
    z-index: 999;
  }
}

header #burger {
  cursor: pointer;
}

header nav a::after {
  content: ' ';
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -0.75rem;
  background-color: #f7ad5c;
  left: 0;
  transition: all .3s ease-in-out;
}

header nav a:hover::after, header nav a.active::after {
  width: 75%;
}

header .sirh1, header .sirh-overlay {
  padding: 6px 32px;
  background-color: #fff;
}

header .sirh {
  padding: 6px 32px;
  color: transparent;
  background-image: linear-gradient(to right, #F7AD5C, #FF5565);
  -webkit-background-clip: text;
  background-clip: text;
}

header .sirh::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  border: 2px solid transparent;
  background: linear-gradient(-45deg, #FF5565, #F7AD5C) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

header .sirh:hover {
  background: var(--cl-orange);
  background-image: unset;
  color: #fff;
}

header .sirh:hover::before {
  background: var(--cl-orange);
}

body.home header.active .container > :first-child,
body:not(.home) header .container > :first-child {
  transform: translateX(0);
}

body.home header.active .container > :last-child,
body:not(.home) header .container > :last-child {
  transform: translateX(0);
}

body.home header.active .container .tagline,
body:not(.home) header .container .tagline {
  opacity: 1;
  transform: translateX(0);
}

body.home header.active .sirh1, body.home header.active .sirh-overlay,
body:not(.home) header .sirh1,
body:not(.home) header .sirh-overlay {
  opacity: 0;
}

body.home header.active .sirh2,
body:not(.home) header .sirh2 {
  opacity: 1;
}

body.home header.active .menu-wrapper,
body:not(.home) header .menu-wrapper {
  opacity: 1;
  z-index: 40;
}

@media (min-width: 1024px) {
  body.home header:not(.active) .container > div > :first-child {
    transform: translateX(-48px);
  }

  body.home header:not(.active) .container > div .move-right {
    transform: translateX(48px);
  }

  body.home header:not(.active) .container > div .sirh1, body.home header:not(.active) .container > div .sirh-overlay {
    opacity: 1;
  }

  body.home header:not(.active) .container > div .sirh2 {
    opacity: 0;
  }

  body.home header:not(.active) .container > div .menu-wrapper {
    opacity: 0;
  }
}

#menu-mobile {
  border-right: 2rem solid white;
  border-bottom: 2rem solid white;
}

#menu-mobile .sirh {
  padding: 6px 32px;
  color: transparent;
  background-image: linear-gradient(to right, #1A355E, #FF5565);
  -webkit-background-clip: text;
  background-clip: text;
}

#menu-mobile .sirh::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  border: 2px solid transparent;
  background: linear-gradient(-45deg, #FF5565, #1A355E) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

#menu-mobile .sirh:hover {
  background-image: unset;
  color: #fff;
  border: 2px solid #fff;
}

#menu-mobile .sirh:hover::before {
  background: var(--cl-orange);
}

#menu-mobile svg {
  cursor: pointer;
}

#menu-mobile li a.active {
  position: relative;
}

#menu-mobile li a.active::after {
  width: 32px;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: -8px;
  left: 0;
  content: ' ';
}

footer .list-wrapper:not(.last)::after {
  position: absolute;
  content: ' ';
  background-color: #fff;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

@media (min-width: 1024px) {
  footer .list-wrapper:not(.last)::after {
    width: 1px;
    height: 100%;
    top: 0;
    bottom: unset;
    left: unset;
    right: 0;
  }
}

footer .footer-sep {
  height: 1px;
  background-color: #fff;
  width: 100%;
}

footer .text-sm a {
  color: #D9D9D9;
}

footer .text-2xl {
  line-height: 24px;
  margin-top: -4px;
}

footer svg:hover path:not(.umake) {
  fill: var(--cl-orange);
}

footer .ctas > div:last-of-type {
  order: 1;
}

footer .ctas > div:first-of-type {
  order: 2;
  margin-top: 5px;
}

.shadow-1 {
  box-shadow: 0px 0px 15px 10px rgba(26, 53, 94, 0.07);
}

.bg-r {
  background-image: url("./assets/images/icons/r.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.icon-in,
.icon-cv {
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) center;
}

.icon-in {
  background-image: url("./assets/images/icons/mini-in.svg");
  background-size: 11px 11px;
}

.icon-cv {
  background-image: url("./assets/images/icons/cv.svg");
  background-size: 16px 16px;
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bg-orange-gradient {
  background: linear-gradient(to right, #F7AD5C, #FF5565);
}

.bg-red-gradient {
  background: linear-gradient(to right, #ff817e, #ff5565);
}

.bg-orange,
.md\:bg-orange,
.lg\:bg-orange {
  background: var(--cl-orange);
}

.capsule.red:hover, .capsule.red.active {
  border-color: var(--cl-red);
  color: var(--cl-red);
}

.capsule.blue:hover, .capsule.blue.active {
  border-color: var(--cl-primary);
  color: var(--cl-primary);
}

.capsule.orange:hover, .capsule.orange.active {
  border-color: var(--cl-orange);
  color: var(--cl-orange);
}

.capsule.green:hover, .capsule.green.active {
  border-color: var(--cl-green);
  color: var(--cl-green);
}

.w-full.h-full iframe {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

@media (min-width: 1024px) {
  .w-full.h-full iframe {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.hover\:text-secondary:hover svg path {
  fill: var(--cl-secondary);
  stroke: var(--cl-secondary);
}

.text-white svg path {
  fill: white;
  stroke: white;
}

.-translate-y-9 {
  transform: translateY(-2.25rem);
}

#offres-wrapper {
  opacity: 1;
  transition: opacity 0.7s;
}

#offres-wrapper.loading {
  opacity: 0;
}

section.actualites video {
  aspect-ratio: 1 / 1;
}

body.nous-connaitre .ceos > div:last-of-type img {
  order: 2;
  margin-bottom: 0;
  margin-top: 28px;
}

body.nous-connaitre .ceos > div:last-of-type > div {
  order: 1;
}

@media screen and (max-width: 768px) {
  body.nous-connaitre .ceos > div:first-of-type > div {
    margin-left: 40px;
  }
}

@media all and (max-width: 1024px) {
  body.nous-trouver .agence:nth-child(2) {
    background-color: #F6F4F4;
  }

  body.nous-trouver .agence:nth-child(3) {
    background-color: #F2EEEE;
  }

  body.nous-trouver .agence:nth-child(4) {
    background-color: #EAE7E7;
  }

  body.nous-trouver .agence:nth-child(5) {
    background-color: #EAE7E7;
  }

  body.nous-trouver footer {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  body.nous-trouver .lg\:col-start-7 {
    grid-column-start: 7 !important;
  }
}

@media screen and (max-width: 1024px) {
  body.single-agence footer {
    margin-top: 32px;
  }

  body.home footer {
    margin-top: 32px;
  }
}

@media (min-width: 1024px) {
  body.home section {
    height: calc(100vh - var(--header-height));
    min-height: calc(550px - var(--header-height));
  }
}

body.home section {
  justify-content: center;
}

body.home section.hero .video-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}

body.home section.hero .video-wrapper .mask {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

body.home section.hero .video-wrapper .mask-together {
  -webkit-mask-image: url("./assets/images/Together.svg");
          mask-image: url("./assets/images/Together.svg");
  width: 100%;
  height: auto;
  aspect-ratio: 1035 / 228;
}

@media (min-width: 1024px) {
  body.home section.hero .video-wrapper .mask-together {
    aspect-ratio: auto;
    height: 160px;
    width: 724px;
  }
}

@media (min-width: 1400px) {
  body.home section.hero .video-wrapper .mask-together {
    height: 199px;
    width: 905px;
  }
}

@media (min-width: 1600px) {
  body.home section.hero .video-wrapper .mask-together {
    height: 229px;
    width: 1035px;
  }
}

body.home section.hero .video-wrapper .mask-asone {
  -webkit-mask-image: url("./assets/images/AsOne.svg");
          mask-image: url("./assets/images/AsOne.svg");
  width: 100%;
  height: auto;
  aspect-ratio: 1035 / 139;
}

@media (min-width: 1024px) {
  body.home section.hero .video-wrapper .mask-asone {
    height: 97px;
    width: 516px;
  }
}

@media (min-width: 1400px) {
  body.home section.hero .video-wrapper .mask-asone {
    height: 122px;
    width: 645px;
  }
}

@media (min-width: 1600px) {
  body.home section.hero .video-wrapper .mask-asone {
    height: 139px;
    width: 737px;
  }
}

body.home section.hero .video-wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
}

body.home section.hero .video-wrapper video.active {
  opacity: 1;
}

body.home section.construire .data {
  width: calc(100% - 40px);
}

@media (min-width: 768px) {
  body.home section.construire .data {
    width: auto;
  }

  body.home section.construire.construire-v2 .data {
    width: 90%;
  }
}

@media (min-width: 1400px) {
  body.home section.construire.construire-v2 .data {
    width: 80%;
  }
}

body.home section.construire .illu {
  box-shadow: 0px 4px 32px 0px rgba(26, 53, 94, 0.08);
}

body.home section.construire .illu-mini {
  -webkit-mask-image: url("./assets/images/puzzle.svg");
          mask-image: url("./assets/images/puzzle.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

@media (min-width: 768px) {
  body.home section.actualites > .grid {
    grid-template-columns: 2fr 9fr 1fr;
  }

  body.home section.actualites .inner {
    opacity: 1;
    transition: opacity 0.7s;
  }

  body.home section.actualites .inner.loading {
    opacity: 0;
  }
}

body.home section.offres {
  background-color: rgba(232, 226, 219, 0.25);
}

body.home footer .hidden {
  margin-top: 0;
}

html {
  line-height: 1.4;
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 1z) {
    .md\:container {
      max-width: 1z;
    }
  }

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

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

  @media (min-width: 1400px) {
    .md\:container {
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px) {
    .md\:container {
      max-width: 1600px;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 1z) {
    .lg\:container {
      max-width: 1z;
    }
  }

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

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

  @media (min-width: 1400px) {
    .lg\:container {
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px) {
    .lg\:container {
      max-width: 1600px;
    }
  }
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 173 92 / var(--tw-bg-opacity));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(247 173 92 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

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

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

  .md\:left-\[66\%\] {
    left: 66%;
  }

  .md\:left-\[87\%\] {
    left: 87%;
  }

  .md\:left-auto {
    left: auto;
  }

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

  .md\:right-12 {
    right: 3rem;
  }

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

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:top-\[14\%\] {
    top: 14%;
  }

  .md\:top-\[18\%\] {
    top: 18%;
  }

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

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

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

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

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

  .md\:col-start-3 {
    grid-column-start: 3;
  }

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

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

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

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

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

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

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

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-\[42px\] {
    width: 42px;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:w-\[85\%\] {
    width: 85%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .md\:items-start {
    align-items: flex-start;
  }

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

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

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:bg-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(247 173 92 / var(--tw-bg-opacity));
  }

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

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

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-\[4\%\] {
    padding-left: 4%;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
  }

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

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:left-28 {
    left: 7rem;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:m-0 {
    margin: 0px;
  }

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

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

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

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

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

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

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

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

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

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

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

  .lg\:mt-32 {
    margin-top: 8rem;
  }

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-\[180px\] {
    height: 180px;
  }

  .lg\:h-\[263px\] {
    height: 263px;
  }

  .lg\:h-\[292px\] {
    height: 292px;
  }

  .lg\:h-\[426px\] {
    height: 426px;
  }

  .lg\:h-\[436px\] {
    height: 436px;
  }

  .lg\:h-\[468px\] {
    height: 468px;
  }

  .lg\:h-\[84px\] {
    height: 84px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-\[107px\] {
    width: 107px;
  }

  .lg\:w-\[1140px\] {
    width: 1140px;
  }

  .lg\:w-\[124px\] {
    width: 124px;
  }

  .lg\:w-\[180px\] {
    width: 180px;
  }

  .lg\:w-\[550px\] {
    width: 550px;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-11 {
    gap: 2.75rem;
  }

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

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

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

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

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:bg-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(247 173 92 / var(--tw-bg-opacity));
  }

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

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

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

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

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

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

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

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

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

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

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

@media (min-width: 1400px) {
  .xl\:left-10 {
    left: 2.5rem;
  }

  .xl\:top-10 {
    top: 2.5rem;
  }

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

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:h-\[260px\] {
    height: 260px;
  }

  .xl\:h-\[298px\] {
    height: 298px;
  }

  .xl\:h-\[425px\] {
    height: 425px;
  }

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

  .xl\:w-\[260px\] {
    width: 260px;
  }

  .xl\:w-\[85\%\] {
    width: 85%;
  }

  .xl\:w-\[90\%\] {
    width: 90%;
  }

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

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

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

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

@media (min-width: 1600px) {
  .\32xl\:top-\[-150px\] {
    top: -150px;
  }

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

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

  .\32xl\:col-start-3 {
    grid-column-start: 3;
  }

  .\32xl\:h-\[101px\] {
    height: 101px;
  }

  .\32xl\:h-\[263px\] {
    height: 263px;
  }

  .\32xl\:h-\[320px\] {
    height: 320px;
  }

  .\32xl\:h-\[472px\] {
    height: 472px;
  }

  .\32xl\:w-11\/12 {
    width: 91.666667%;
  }

  .\32xl\:w-\[320px\] {
    width: 320px;
  }

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

  .\32xl\:gap-16 {
    gap: 4rem;
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:pt-16 {
    padding-top: 4rem;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem;
  }

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