@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap);
@charset "UTF-8";
:root {
  --transition-base: all .3s linear 0s;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
p {
  cursor: default;
}

a,
a span {
  cursor: pointer;
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 2px;
  border-radius: 2px;
}

*::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #fff;
}

*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #A06644;
}

/*
! tailwindcss v3.3.3 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-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;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 100%){
  .container{
    max-width: 100%;
  }
}
@media (min-width: 1320px){
  .container{
    max-width: 1320px;
  }
}
@media (min-width: 1340px){
  .container{
    max-width: 1340px;
  }
}
@media (min-width: 1470px){
  .container{
    max-width: 1470px;
  }
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-left-110px{
  left: -110px;
}
.bottom-\[114px\]{
  bottom: 114px;
}
.bottom-\[394px\]{
  bottom: 394px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-\[382px\]{
  top: 382px;
}
.z-0{
  z-index: 0;
}
.z-1{
  z-index: 1;
}
.z-3{
  z-index: 3;
}
.z-9{
  z-index: 9;
}
.z-99{
  z-index: 99;
}
.m-auto{
  margin: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.mb-100px{
  margin-bottom: 100px;
}
.mb-10px{
  margin-bottom: 10px;
}
.mb-140px{
  margin-bottom: 140px;
}
.mb-160px{
  margin-bottom: 160px;
}
.mb-20px{
  margin-bottom: 20px;
}
.mb-220px{
  margin-bottom: 220px;
}
.mb-30px{
  margin-bottom: 30px;
}
.mb-40px{
  margin-bottom: 40px;
}
.mb-48px{
  margin-bottom: 48px;
}
.mb-50px{
  margin-bottom: 50px;
}
.mb-6px{
  margin-bottom: 6px;
}
.mb-80px{
  margin-bottom: 80px;
}
.mb-8px{
  margin-bottom: 8px;
}
.mb-\[14px\]{
  margin-bottom: 14px;
}
.ml-auto{
  margin-left: auto;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-15px{
  margin-right: 15px;
}
.mr-28px{
  margin-right: 28px;
}
.mr-6px{
  margin-right: 6px;
}
.mr-70px{
  margin-right: 70px;
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-10px{
  margin-top: 10px;
}
.mt-140px{
  margin-top: 140px;
}
.mt-150px{
  margin-top: 150px;
}
.mt-30px{
  margin-top: 30px;
}
.mt-45px{
  margin-top: 45px;
}
.mt-50px{
  margin-top: 50px;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-100p{
  height: 100%;
}
.h-10px{
  height: 10px;
}
.h-70px{
  height: 70px;
}
.h-\[55px\]{
  height: 55px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-650px{
  min-height: 650px;
}
.w-1\/2{
  width: 50%;
}
.w-10px{
  width: 10px;
}
.w-160px{
  width: 160px;
}
.w-180px{
  width: 180px;
}
.w-250px{
  width: 250px;
}
.w-270px{
  width: 270px;
}
.w-3\/12{
  width: 25%;
}
.w-4\/12{
  width: 33.333333%;
}
.w-5\/12{
  width: 41.666667%;
}
.w-50vw{
  width: 50vw;
}
.w-6\/12{
  width: 50%;
}
.w-7\/12{
  width: 58.333333%;
}
.w-74px{
  width: 74px;
}
.w-8\/12{
  width: 66.666667%;
}
.w-816px{
  width: 816px;
}
.w-\[1028px\]{
  width: 1028px;
}
.w-\[65\%\]{
  width: 65%;
}
.w-full{
  width: 100%;
}
.min-w-74px{
  min-width: 74px;
}
.min-w-\[392px\]{
  min-width: 392px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-\[710px\]{
  max-width: 710px;
}
.max-w-full{
  max-width: 100%;
}
.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));
}
.resize{
  resize: both;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10px{
  gap: 10px;
}
.gap-15px{
  gap: 15px;
}
.gap-20px{
  gap: 20px;
}
.gap-40px{
  gap: 40px;
}
.gap-8{
  gap: 2rem;
}
.gap-\[136px\]{
  gap: 136px;
}
.gap-x-32px{
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-20px{
  row-gap: 20px;
}
.gap-y-50px{
  row-gap: 50px;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-full{
  border-radius: 100%;
}
.bg-brown-1{
  --tw-bg-opacity: 1;
  background-color: rgb(160 102 68 / var(--tw-bg-opacity));
}
.bg-general{
  --tw-bg-opacity: 1;
  background-color: rgb(31 37 48 / var(--tw-bg-opacity));
}
.bg-light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 66 / var(--tw-bg-opacity));
}
.bg-omni{
  background-color: rgba(250, 226, 213, 0.80);
}
.bg-orho{
  background-color: rgba(142, 89, 58, 0.80);
}
.bg-white-1{
  --tw-bg-opacity: 1;
  background-color: rgb(247 244 240 / var(--tw-bg-opacity));
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-50px{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-80px{
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-87px{
  padding-top: 87px;
  padding-bottom: 87px;
}
.py-90px{
  padding-top: 90px;
  padding-bottom: 90px;
}
.pb-10px{
  padding-bottom: 10px;
}
.pb-140px{
  padding-bottom: 140px;
}
.pl-104px{
  padding-left: 104px;
}
.pl-110px{
  padding-left: 110px;
}
.pl-15px{
  padding-left: 15px;
}
.pl-8{
  padding-left: 2rem;
}
.pl-8\.625{
  padding-left: 8.625rem;
}
.pl-99px{
  padding-left: 99px;
}
.pr-104px{
  padding-right: 104px;
}
.pr-20{
  padding-right: 5rem;
}
.pr-40{
  padding-right: 10rem;
}
.pr-40px{
  padding-right: 40px;
}
.pt-140px{
  padding-top: 140px;
}
.pt-16px{
  padding-top: 16px;
}
.pt-20px{
  padding-top: 20px;
}
.pt-30px{
  padding-top: 30px;
}
.text-center{
  text-align: center;
}
.text-justify{
  text-align: justify;
}
.text-0\.875{
  font-size: 0.875rem;
}
.text-1{
  font-size: 1rem;
}
.text-1\.125{
  font-size: 1.125rem;
}
.text-1\.375{
  font-size: 1.375rem;
}
.text-1\.75{
  font-size: 1.75rem;
}
.text-2\.125{
  font-size: 2.125rem;
}
.text-title{
  font-size: 28px;
}
.uppercase{
  text-transform: uppercase;
}
.\!leading-\[140\%\]{
  line-height: 140% !important;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-9{
  line-height: 2.25rem;
}
.-tracking-0\.16{
  letter-spacing: -0.16px;
}
.tracking-2\.24{
  letter-spacing: 2.24px;
}
.tracking-\[\.28px\]{
  letter-spacing: .28px;
}
.text-brown-1{
  --tw-text-opacity: 1;
  color: rgb(160 102 68 / var(--tw-text-opacity));
}
.text-brown-2{
  --tw-text-opacity: 1;
  color: rgb(217 181 162 / var(--tw-text-opacity));
}
.text-general{
  --tw-text-opacity: 1;
  color: rgb(31 37 48 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -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);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
html {
  font-family: "Montserrat", sans-serif;
  color: #1F2530;
  letter-spacing: -0.14px;
  font-size: 16px;
  line-height: 175%;
  min-width: 320px;
}

body {
  overflow-x: hidden;
}

[data-split] span {
  display: inline-block;
  height: 38px;
}

.title-cabinet[data-split] span {
  height: 1.1666em;
}

/* [data-split] .inner {
	display: block;
	position: relative;
	overflow: hidden;
} */
[data-split] .char {
  transition: all 0.4s ease-in-out;
  transition-delay: calc(0.05s * var(--index));
  opacity: 0;
  transform: translateY(101%);
}

[data-split] br + .empty {
  display: none;
}

[data-split-type=scroll] {
  opacity: 0;
}

[data-split-type=scroll].is-animated {
  opacity: 1;
}

[data-split-type=scroll].is-animated .char {
  opacity: 1;
  transform: translateY(0);
}

.margin-left-container {
  margin-left: calc((100vw - 1340px) / 2 + 15px);
}

.line-invasive {
  position: relative;
  width: calc(100% + 390px);
  height: 26px;
  left: -195px;
  background: linear-gradient(270deg, rgba(217, 198, 192, 0) 0%, #A06644 10.33%, #E6BCA5 86.57%, rgba(230, 211, 201, 0) 100%);
}
.line-invasive.compact {
  width: 100%;
  left: 0;
}

.address {
  position: relative;
  padding: 10px;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  transition: var(--transition-base);
}
.address.address-brown {
  border: 1px solid #A06644;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.address.address-brown:hover {
  border-top-color: #A06644;
  border-bottom-color: #A06644;
}
.address:hover {
  transition: var(--transition-base);
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.phone {
  position: relative;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  transition: var(--transition-base);
}
.phone:hover {
  transition: var(--transition-base);
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.phone.phone-brown {
  border: 1px solid #A06644;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.phone.phone-brown:hover {
  border-top-color: #A06644;
  border-bottom-color: #A06644;
}

.wp-text {
  color: #1F2530;
}
.wp-text a {
  color: #A06644;
}
.wp-text a:hover {
  opacity: 0.7;
}
.wp-text h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 2.24px;
  margin: 15px 0;
}
.wp-text h1:first-child {
  margin-top: 0;
}
.wp-text h1:last-child {
  margin-bottom: 0;
}
.wp-text h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 2.24px;
  margin: 15px 0;
}
.wp-text h2:first-child {
  margin-top: 0;
}
.wp-text h2:last-child {
  margin-bottom: 0;
}
.wp-text h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 15px 0;
}
.wp-text h3:first-child {
  margin-top: 0;
}
.wp-text h3:last-child {
  margin-bottom: 0;
}
.wp-text h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 15px 0;
}
.wp-text h4:first-child {
  margin-top: 0;
}
.wp-text h4:last-child {
  margin-bottom: 0;
}
.wp-text h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 15px 0;
}
.wp-text h5:first-child {
  margin-top: 0;
}
.wp-text h5:last-child {
  margin-bottom: 0;
}
.wp-text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  margin: 15px 0;
}
.wp-text p:not(.has-text-align-right,
.has-text-align-left,
.has-text-align-center) {
  text-align: justify;
}
.wp-text p:first-child {
  margin-top: 0;
}
.wp-text p:last-child {
  margin-bottom: 0;
}
.wp-text ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  position: relative;
  color: #1F2530;
  padding-left: 15px;
  margin-bottom: 5px;
  text-align: justify;
}
.wp-text ul li:last-child {
  margin-bottom: 0;
}
.wp-text ul li:before {
  content: "•";
  position: absolute;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  color: #1F2530;
  top: -2px;
  left: 0;
}
.wp-text ol li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.16px;
}
.wp-text .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 48px 0;
  width: 100%;
}
.wp-text .wp-block-image img {
  width: 100%;
}
.wp-text .wp-block-columns {
  margin-top: 16px;
}
.wp-text .wp-block-columns *:first-child {
  margin-top: 0;
}
.wp-text .wp-block-columns *:last-child {
  margin-bottom: 0;
}
.wp-text .wp-block-columns .wp-block-image {
  margin: 0;
}
.wp-text .wp-block-column .wp-block-image {
  margin: 0;
}

.wp-small-block > h2 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > h3 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > h4 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > h5 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > p {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > ol {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > ul {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.single-page .wp-text h2 {
  color: #A06644;
  margin-bottom: 16px;
  margin-top: 48px;
}
.single-page .wp-text h3 {
  color: #A06644;
  margin-bottom: 16px;
  margin-top: 48px;
}
.single-page .wp-text h4 {
  color: #A06644;
  margin-bottom: 16px;
  margin-top: 48px;
}
.single-page .wp-text h5 {
  color: #A06644;
  margin-bottom: 16px;
  margin-top: 48px;
}
.single-page .wp-text h6 {
  color: #A06644;
  margin-bottom: 16px;
  margin-top: 48px;
}
.single-page .wp-text p {
  margin-top: 16px;
  margin-bottom: 16px;
}
.single-page .line {
  max-width: calc((100% - 866px) / 2);
}
.single-page .line svg {
  width: 100%;
  height: auto;
}

body.page-template-page-content,
body.conseils-omni-template-default,
body.conseils-orto-template-default,
body.traitements-orto-template-default,
body.traitements-omni-template-default {
  background-color: #F7F4F0;
}

.postid-1096 .wp-text h2 + h4,
.postid-1099 .wp-text h2 + h4,
.postid-1621 .wp-text h2 + h4,
.postid-1624 .wp-text h2 + h4 {
  margin-top: 16px;
}

.title-single-page{
  margin-bottom: 30px;
  font-size: 2.125rem;
  text-transform: uppercase;
  line-height: 2.525rem;
  --tw-text-opacity: 1;
  color: rgb(160 102 68 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .title-single-page{
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 1024px) {
  .single-page .line {
    display: none;
  }
  .wp-small-block > h2, .wp-small-block > h3, .wp-small-block > h4, .wp-small-block > h5, .wp-small-block > p, .wp-small-block > ol, .wp-small-block > ul {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-text h2 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.24px;
  }
  .wp-text h3 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.24px;
  }
  .wp-text h4 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.24px;
  }
  .wp-text p {
    font-size: 14px;
    line-height: 21px;
  }
}
.btn {
  display: flex;
  padding: 0 22px;
  justify-content: center;
  align-items: center;
  height: 34px;
  font-size: 14px;
  text-transform: uppercase;
  transition: var(--transition-base);
}
.btn:hover {
  transition: var(--transition-base);
}
.btn-border-white {
  border: 1px solid #fff;
}
.btn-border-brown {
  border: 1px solid #A06644;
}
.btn-border-pink {
  border: 1px solid #EB5757;
}

.header {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(247, 244, 240, 0.3);
}
.header.active {
  background-color: rgb(247, 244, 240);
}
.header .phone {
  border: none;
  gap: 0 10px;
}
.header .phone span {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: var(--transition-base);
}
.header .phone:hover span {
  max-width: 100%;
}
.header .menu-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  gap: 20px;
}
.header .menu-items > li > a {
  height: 70px;
  display: flex;
  align-items: center;
}
.header .menu-items .menu-item-has-children {
  position: relative;
}
.header .menu-items .menu-item-has-children:hover a:after {
  transform: rotate(180deg);
  transition: var(--transition-base);
}
.header .menu-items .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: var(--transition-base);
}
.header .menu-items .menu-item-has-children > a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 6px;
}
.header .menu-items .menu-item-has-children > a:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("../img/svg/arrow-menu.svg");
  transition: var(--transition-base);
}
.header .menu-items .menu-item-has-children .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: calc(100% - 0px);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: #A06644;
  padding: 5px 10px;
  width: 200px;
}
.header .menu-items .menu-item-has-children .sub-menu li {
  padding-top: 4px;
  padding-bottom: 4px;
}
.header .menu-items .menu-item-has-children .sub-menu .menu-item-has-children a.active {
  color: #fff;
}
.header .menu-items .menu-item-has-children .sub-menu .menu-item-has-children a.active:after {
  transform: rotate(0deg);
  transition: var(--transition-base);
  opacity: 1;
}
.header .menu-items .menu-item-has-children .sub-menu .menu-item-has-children a.active ~ .sub-menu a {
  color: #fff;
}
.header .menu-items .menu-item-has-children .sub-menu .menu-item-has-children > a:after {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: block;
  background-image: url("../img/svg/arrow-menu-white.svg");
  opacity: 0.5;
}
.header .menu-items .menu-item-has-children .sub-menu .sub-menu {
  opacity: 1;
  visibility: visible;
  position: static;
  width: 100%;
  display: none;
  transition: none;
}
.header .menu-items .menu-item-has-children .sub-menu .sub-menu li {
  padding-top: 2px;
  padding-bottom: 2px;
}
.header .menu-items .menu-item-has-children .sub-menu a {
  color: #d3ae98;
}
.header .menu-items .menu-item-has-children .sub-menu a:hover {
  color: #FFFFFF;
}
.header .menu-items a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.14px;
  transition: var(--transition-base);
}
.header .menu-items a:hover {
  color: #A06644;
  transition: var(--transition-base);
}
.header .btn-rdv {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.14px;
  display: flex;
  position: relative;
  padding: 0 10px;
  height: 28px;
  border-left: 1px solid #A06644;
  border-right: 1px solid #A06644;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: var(--transition-base);
}
.header .btn-rdv:hover {
  border-top: 1px solid #A06644;
  border-bottom: 1px solid #A06644;
  transition: var(--transition-base);
}
.header .language-switcher li.active {
  opacity: 1;
}
.header .language-switcher li {
  opacity: 0.7;
  cursor: pointer;
  text-transform: capitalize;
}
.header .language-switcher li svg {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
}

.adaptive-menu {
  display: none;
}

.burger {
  transform: translateX(10px);
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0;
}

.burger svg {
  width: 50px;
  height: 50px;
}

.burger .line {
  fill: none;
  stroke: #A06644;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.burger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.burger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 3;
}

.burger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.burger.active .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

.burger.active .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
}

.burger.active .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

@media (max-width: 1530px) {
  .header .menu-items {
    gap: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    background-color: #F7F4F0;
  }
  .burger {
    display: flex;
  }
  .adaptive-menu {
    display: flex;
    position: fixed;
    top: 126px;
    background: #A06644;
    color: #ffffff;
    width: 40vw;
    right: 0;
    height: calc(100vh - 126px);
    overflow-y: auto;
    z-index: 999;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(100%);
    transition: var(--transition-base);
  }
  .adaptive-menu.active {
    transform: translateX(0%);
    transition: var(--transition-base);
  }
  .adaptive-menu .phone {
    border: none;
  }
  .adaptive-menu .menu-items {
    padding: 0;
    gap: 30px;
    display: flex;
    flex-direction: column;
  }
  .adaptive-menu .menu-items a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.14px;
  }
  .adaptive-menu .menu-items .menu-item-has-children > a {
    display: flex;
    align-items: center;
  }
  .adaptive-menu .menu-items .menu-item-has-children .box-svg {
    margin-left: 10px;
    transition: var(--transition-base);
  }
  .adaptive-menu .menu-items .menu-item-has-children a.active .box-svg {
    transform: rotate(180deg);
    transition: var(--transition-base);
  }
  .adaptive-menu .menu-items .menu-item-has-children .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .adaptive-menu-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 80px 30px;
    position: relative;
  }
  .adaptive-menu-box:before {
    position: absolute;
    left: 15px;
    top: 4px;
    height: 1px;
    width: calc(100% - 30px);
    background-color: #D9B5A2;
  }
  .btn-rdv {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.14px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 10px;
  }
  .language-switcher li.active {
    opacity: 1;
  }
  .language-switcher li {
    opacity: 0.7;
    cursor: pointer;
    text-transform: capitalize;
  }
  .language-switcher li svg {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .adaptive-menu {
    width: 60%;
  }
  .adaptive-menu-box {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .adaptive-menu {
    width: 100%;
  }
}
.portal-page .portal-item .bg-item {
  min-height: 350px;
  transition: var(--transition-base);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.portal-page .portal-item .info-item {
  min-height: 350px;
  cursor: pointer;
}
.portal-page .portal-item .info-item .title-item {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 10px;
  text-transform: uppercase;
  padding: 0 15px;
}

@media only screen and (min-width: 1024px) {
  .portal-page .portal-item .info-item .title-item {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 10px;
    text-transform: uppercase;
  }
  .portal-page .portal-item .info-item:hover + .bg-item {
    min-height: 100vh;
    transition: var(--transition-base);
  }
}
@media only screen and (max-width: 767px) {
  .portal-page .portal-item .info-item .title-item {
    font-size: 22px;
    line-height: 26px;
  }
}
.hero {
  width: 100%;
  position: relative;
}
.hero .sound {
  position: absolute;
  bottom: 15%;
  right: 5%;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 13L14 17H10V23H14L19 27V13Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31 17L25 23' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25 17L31 23' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='0.5' y='0.5' width='39' height='39' rx='19.5' stroke='white'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  z-index: 10;
}
.hero .sound.active {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 13L14 17H10V23H14L19 27V13Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.07 12.9299C28.9447 14.8052 29.9979 17.3483 29.9979 19.9999C29.9979 22.6516 28.9447 25.1947 27.07 27.0699M23.54 16.4599C24.4774 17.3976 25.004 18.6691 25.004 19.9949C25.004 21.3208 24.4774 22.5923 23.54 23.5299' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='0.5' y='0.5' width='39' height='39' rx='19.5' stroke='white'/%3E%3C/svg%3E%0A");
}

.hero-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  pointer-events: none;
}
.hero-video:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: matrix(1, 0, 0, -1, 0, 0);
  background: radial-gradient(51.38% 51.38% at 50% 100%, #F9F9F9 0%, rgba(249, 249, 249, 0) 100%);
}
.hero-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cabinet .title-cabinet {
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 135.714% */
  letter-spacing: 2.24px;
  text-transform: uppercase;
}
.cabinet h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 135.714% */
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

.row-cabinet {
  display: flex;
  margin-left: calc((100% - 1340px) / 2 + 15px);
  flex-direction: row;
  z-index: 2;
  position: relative;
}
.row-cabinet.bg-color_omni:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30vw;
  width: calc(100% + 30vw);
  height: 100%;
  background: rgba(160, 102, 68, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 0;
}
.row-cabinet.bg-color_ortho:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30vw;
  width: calc(100% + 30vw);
  height: 100%;
  background: rgba(247, 244, 240, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 0;
}
.row-cabinet .img {
  width: 50vw;
  min-width: 50vw;
}
.row-cabinet .img img {
  width: 100%;
}

.equipe .doctor-name {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 127.273% */
}
.equipe .doctor-office {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.equipe .text p {
  position: relative;
  padding-left: 15px;
}
.equipe .text p:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "•";
  display: block;
  margin-right: 5px;
}
.equipe .row-first:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: calc(50% - 104px);
  height: 100%;
  width: calc(50vw + 104px);
  background-color: #F7F4F0;
  z-index: 1;
}
.equipe .row-second:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: calc(50% - 104px);
  height: 100%;
  width: calc(50vw + 104px);
  background: linear-gradient(270deg, #EEE1D5 0%, rgba(238, 225, 213, 0) 100%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .equipe .doctor-name {
    font-size: 19px;
  }
  .equipe .doctor-office {
    font-size: 16px;
  }
  .equipe .row-first:before {
    width: 100%;
    left: 0;
  }
  .equipe .row-second:before {
    width: 100%;
    right: 0;
  }
}
.gallery .swiper-slide {
  position: relative;
}
.gallery .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  transition: var(--transition-base);
}
.gallery .swiper-slide.swiper-slide-active:before {
  opacity: 0;
  transition: var(--transition-base);
}

.swiper-button-next, .swiper-button-prev {
  margin-top: 0;
  width: 25px;
  height: 26px;
  cursor: pointer;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.invasive {
  background-color: #F7F4F0;
}

.traitements {
  overflow: hidden;
}

.traitements .traitements-box .img {
  width: 55%;
  padding-left: 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.traitements .traitements-box .img .img-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 14px solid #fbf1e5;
  filter: drop-shadow(6px 7px 26px rgba(140, 113, 104, 0.1));
}

.traitements .traitements-box .img .default-box {
  position: relative;
  width: 100%;
}

.traitements .traitements-box .img .default-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 4;
}

.traitements .traitements-box .img .imgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.traitements .traitements-box .imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}

.traitements .traitements-box .img .img-box:before {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  border: 4px solid #fcf7f2;
}

.traitements .traitements-box .img .img-box img {
  width: 100%;
  height: 100%;
}

.traitements .traitements-box {
  position: relative;
}

.traitements .traitements-box .traitements-items {
  display: flex;
  flex-direction: column;
  width: 45%;
  padding-left: 128px;
  padding-right: var(--margin-right-global);
  gap: 4px;
}

.traitements .traitements-box .traitements-items.traitements-bg-omni:before {
  content: "";
  position: absolute;
  left: 45%;
  top: 0;
  width: 55vw;
  height: 100%;
  background-color: #F7F4F0;
  z-index: 1;
}

.traitements .traitements-box .traitements-items .traitements-item {
  cursor: pointer;
  position: relative;
  padding: 15px 0;
}

.traitements .traitements-box .traitements-items .traitements-item:before {
  content: "";
  left: -128px;
  top: 0;
  width: 60vw;
  height: 100%;
  position: absolute;
  background-color: #F4EEE9;
  z-index: 2;
  opacity: 0;
  transition: var(--transition-base);
}

.traitements .traitements-box .traitements-items .traitements-item.active:before {
  opacity: 1;
  transition: var(--transition-base);
}

.traitements .traitements-box .traitements-items .traitements-item .top {
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.traitements .traitements-box .traitements-items .traitements-item .title-item {
  cursor: pointer;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #1F2530;
  transition: var(--transition-base);
}

.traitements .traitements-box .traitements-items .traitements-item .title-item:hover {
  color: #A06644;
  transition: var(--transition-base);
}

.traitements .traitements-box .traitements-items .traitements-item.active {
  cursor: default;
}

.traitements .traitements-box .traitements-items .traitements-item.active .title-item {
  color: #A06644;
  transition: var(--transition-base);
}

.traitements .traitements-box .traitements-items .traitements-item .bottom {
  display: none;
  position: relative;
  z-index: 3;
}

.traitements .traitements-box .traitements-items .traitements-item .bottom ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.traitements .traitements-box .traitements-items .traitements-item .bottom ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.traitements .traitements-box .traitements-items .traitements-item .bottom ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition-base);
}

.traitements .traitements-box .traitements-items .traitements-item .bottom ul li a:hover {
  color: #A06644;
  transition: var(--transition-base);
}

@media only screen and (max-width: 1024px) {
  .traitements .traitements-box .traitements-items {
    padding-left: 40px;
  }
  .traitements .traitements-box .traitements-items .traitements-item:before {
    left: -40px;
  }
}
@media only screen and (max-width: 992px) {
  .traitements .traitements-box {
    flex-direction: column;
  }
  .traitements .traitements-box .traitements-items {
    width: 100%;
  }
  .traitements .traitements-box .traitements-items .traitements-item:before {
    width: calc(100% + 40px);
  }
}
@media only screen and (max-width: 767px) {
  .traitements .traitements-box .traitements-items.traitements-bg-omni:before {
    display: none;
  }
  .traitements .traitements-box .traitements-items .traitements-item .title-item {
    font-size: 18px;
    line-height: 24px;
  }
  .traitements .traitements-box .traitements-items .traitements-item .bottom ul li {
    font-size: 14px;
    line-height: 18px;
  }
}
.parallax-section {
  height: 650px;
  width: 100%;
  margin-bottom: 140px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.parallax-section .bg-mobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  .parallax-section {
    height: auto;
    background-image: none !important;
    margin-bottom: 50px;
  }
  .parallax-section .bg-mobile {
    display: block;
    width: 100%;
    height: auto;
  }
}
.main-omni,
.main-ortho {
  background-color: #F7F4F0;
}

.breadcrumbs {
  display: flex;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
.breadcrumbs li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  color: #1F2530;
  transition: var(--transition-base);
  display: flex;
  align-items: center;
}
.breadcrumbs li:hover {
  color: #A06644;
  transition: var(--transition-base);
}
.breadcrumbs li:after {
  content: "|";
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  margin: 0 6px 0 3px;
  color: #1F2530;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li a {
  white-space: nowrap;
}
.breadcrumbs li span {
  white-space: nowrap;
}

.acces {
  background: linear-gradient(180deg, rgba(247, 244, 240, 0) 0%, #E5D1C6 95.31%);
}
.acces .map {
  height: 100%;
  width: calc(100% - 100px);
}
.acces-patern {
  position: absolute;
  right: calc(100% + 35px);
}

.row-contactez {
  display: flex;
  align-items: center;
  margin-left: calc((100% - 1340px) / 2 + 15px);
  flex-direction: row;
  z-index: 2;
  position: relative;
}
.row-contactez .col {
  width: 50%;
}
.row-contactez .img {
  width: calc(43vw + 26px);
  min-width: calc(43vw + 26px);
}
.row-contactez .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.contactez br {
  display: none;
}
.contactez p {
  width: 100%;
}
.contactez .wpcf7-form {
  width: 100%;
}
.contactez label {
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
.contactez label .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
}
.contactez label .wpcf7-form-control-wrap input {
  background-color: transparent;
  width: 100%;
  border-bottom: 1px solid #fff;
  height: 50px;
  border-radius: 0;
}
.contactez label .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #ffffff;
}
.contactez label .wpcf7-form-control-wrap input::placeholder {
  color: #ffffff;
}
.contactez label .wpcf7-form-control-wrap textarea {
  background-color: transparent;
  width: 100%;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
  height: 123px;
  border-radius: 0;
  resize: none;
}
.contactez label .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #ffffff;
}
.contactez label .wpcf7-form-control-wrap textarea::placeholder {
  color: #ffffff;
}
.contactez label .label {
  position: absolute;
  opacity: 0;
  font-size: 12px;
  line-height: 1;
  left: 0;
  top: -3px;
  transition: var(--transition-base);
}
.contactez label.active-label .label {
  opacity: 1;
  transition: var(--transition-base);
}
.contactez .wpcf7-not-valid-tip {
  font-size: 11px;
  position: absolute;
  top: calc(100% - 6px);
}
.contactez .box-radio {
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
}
.contactez .box-radio .radio-txt {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.contactez .box-radio label {
  margin-bottom: 0;
}
.contactez .box-radio .radio-items {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 10px 30px;
}
.contactez .box-radio .radio-items .block-radio {
  cursor: pointer;
  width: auto;
  min-width: calc(33.3333333333% - 19.999px);
  display: flex;
}
.contactez .box-radio .radio-items .block-radio .wpcf7-not-valid-tip {
  display: none;
}
.contactez .box-radio .radio-items .block-radio:nth-child(1) .wpcf7-not-valid-tip {
  display: block;
}
.contactez .box-radio .radio-items .block-radio .wpcf7-form-control-wrap {
  display: flex;
  position: static;
}
.contactez .box-radio .radio-items .block-radio .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
}
.contactez .box-radio .radio-items .block-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: flex;
  margin: 0;
}
.contactez .box-radio .radio-items .block-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  cursor: pointer;
}
.contactez .box-radio .radio-items .block-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  display: none;
}
.contactez .box-radio .radio-items .block-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
  transition: var(--transition-base);
}
.contactez .box-radio .radio-items .block-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after {
  background-color: #A06644;
  transition: var(--transition-base);
}
.contactez .box-radio .radio-items .block-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
.contactez .box-radio .radio-items .block-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 6px;
  top: 11px;
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: var(--transition-base);
}
.contactez .box-radio .radio-items .block-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #4D545F;
  left: 0;
  top: 5px;
  z-index: 1;
  position: absolute;
  transition: var(--transition-base);
}
.contactez .wpcf7-submit {
  margin-top: 50px;
  width: 180px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  transition: var(--transition-base);
}
.contactez .wpcf7-submit:hover {
  background-color: #fff;
  color: #A06644;
  transition: var(--transition-base);
}

.technologies-page-section,
.single-equipe-section {
  position: relative;
}
.technologies-page-section:before,
.single-equipe-section:before {
  content: "";
  width: 100%;
  height: 900px;
  background: linear-gradient(180deg, rgba(247, 244, 240, 0) 0%, #E5D1C6 95.31%);
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: -400px;
}

.technologies-left {
  background: rgba(44, 53, 66, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: relative;
}
.technologies-left svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.technologies-left .desc {
  position: relative;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.technologies-right .swiper {
  height: 100%;
}
.technologies-right .swiper-wrapper {
  height: 100%;
}
.technologies-right .swiper-slide {
  height: 100%;
}
.technologies-right .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1320px) {
  .technologies-left .desc {
    padding-left: calc((100vw - 1320px) / 2 + 15px);
    padding-right: 60px;
  }
}
@media (min-width: 1340px) {
  .technologies-left .desc {
    padding-left: calc((100vw - 1340px) / 2 + 15px);
  }
}
@media (min-width: 1470px) {
  .technologies-left .desc {
    padding-left: calc((100vw - 1470px) / 2 + 15px);
    padding-right: 122px;
  }
}
.category-cliniques {
  margin-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
.category-cliniques .termsSwiper {
  overflow-x: hidden;
}
.category-cliniques .termsSwiper .swiper-button-next, .category-cliniques .termsSwiper .swiper-button-prev {
  top: 0;
}
.category-cliniques .termsSwiper .swiper-slide {
  padding-bottom: 10px;
}
.category-cliniques .active {
  color: #A06644;
  position: relative;
}
.category-cliniques .active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -6px;
  left: 0;
  background-color: #A06644;
}

.horaires-items .horaires-item p {
  margin-top: 0;
  margin-bottom: 0;
}
.horaires-items .horaires-item.active {
  color: #A06644 !important;
}
@media only screen and (max-width: 1600px) {
  .category-cliniques {
    padding-left: 50px;
    padding-right: 50px;
  }
  .margin-left-container {
    margin-left: calc((100vw - 1340px) / 2 + 15px);
  }
  .row-cabinet {
    margin-left: 0;
  }
  .row-cabinet .col {
    padding-left: calc((100vw - 1340px) / 2 + 15px);
    width: 50vw;
  }
  .row-cabinet .img {
    width: 50vw;
  }
  .row-contactez {
    margin-left: 0;
  }
  .row-contactez .col {
    padding-left: calc((100vw - 1340px) / 2 + 15px);
    width: calc(50vw + 108px);
  }
  .row-contactez .img {
    width: calc(50vw - 108px);
    min-width: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .margin-left-container {
    margin-left: 20px;
  }
  .row-cabinet .col {
    padding-left: 20px;
  }
  .row-contactez .col {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .row-cabinet {
    flex-direction: column;
  }
  .row-cabinet .col {
    width: 100%;
  }
  .row-cabinet .img {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .row-cabinet .img {
    width: 100%;
  }
  html {
    font-size: 14px;
  }
  .adaptive-menu {
    top: 106px;
    height: calc(100vh - 106px);
  }
  .cabinet .title-cabinet {
    font-size: 24px;
    line-height: 28px; /* 135.714% */
    letter-spacing: 2.24px;
  }
  .cabinet h2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2.24px;
  }
  .line-invasive {
    left: 0;
    height: 100%;
    width: 26px;
    background: linear-gradient(0deg, rgba(217, 198, 192, 0) 0%, #A06644 10.33%, #E6BCA5 86.57%, rgba(230, 211, 201, 0) 100%);
  }
  .line-invasive.compact {
    width: 26px;
  }
  .line-color-item br {
    display: none;
  }
  .acces .map {
    width: 100%;
  }
  .row-contactez .col {
    width: 100%;
  }
  .contactez .box-radio .radio-txt {
    margin-bottom: 10px;
  }
  .contactez .box-radio .radio-items {
    flex-direction: column;
  }
  .contactez .box-radio .radio-items .block-radio {
    width: 100%;
    min-width: 100%;
  }
  .menu-items a {
    font-size: 14px;
  }
}
.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

.text-block a {
  transition: var(--transition-base);
}

.text-block a:hover {
  color: #D9B5A2;
  transition: var(--transition-base);
}

.footer .menu-items.menu-items-general a:hover {
  color: #fff;
}

.footer ul.menu-items:not(.menu-items-general) a:hover {
  color: #D9B5A2;
}

.conseils-item__img img {
  transition: 0.4s;
}
.conseils-item:hover .conseils-item__img img {
  transform: scale(1.1);
}

.technologies + .traitements {
  padding-top: 100px;
}

.technologies + .traitement {
  padding-top: 100px;
}

@media (max-width: 600px) {
  .wp-block-media-text__media img, .wp-block-media-text__media video {
    width: auto;
    margin: 0 auto;
  }
}

.hover\:bg-brown-1:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(160 102 68 / var(--tw-bg-opacity));
}

.hover\:bg-pink:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 87 87 / var(--tw-bg-opacity));
}

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

.hover\:text-brown-1:hover{
  --tw-text-opacity: 1;
  color: rgb(160 102 68 / var(--tw-text-opacity));
}

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

.group\/block:hover .group-hover\/block\:bg-brown-1{
  --tw-bg-opacity: 1;
  background-color: rgb(160 102 68 / var(--tw-bg-opacity));
}

.group\/traitement:hover .group-hover\/traitement\:opacity-100{
  opacity: 1;
}

@media (min-width: 1919px){
  .\33xl\:absolute{
    position: absolute;
  }
  .\33xl\:-right-\[170px\]{
    right: -170px;
  }
  .\33xl\:mr-28px{
    margin-right: 28px;
  }
  .\33xl\:mr-66px{
    margin-right: 66px;
  }
  .\33xl\:mr-\[15px\]{
    margin-right: 15px;
  }
  .\33xl\:h-80p{
    height: 80%;
  }
  .\33xl\:w-auto{
    width: auto;
  }
}

@media (max-width: 1680px){
  .\32xl\:right-\[25px\]{
    right: 25px;
  }
  .\32xl\:mr-0{
    margin-right: 0px;
  }
  .\32xl\:mr-25px{
    margin-right: 25px;
  }
  .\32xl\:w-8\/12{
    width: 66.666667%;
  }
  .\32xl\:pl-12{
    padding-left: 3rem;
  }
}

@media (max-width: 1360px){
  .xl\:right-\[25px\]{
    right: 25px;
  }
  .xl\:mb-40px{
    margin-bottom: 40px;
  }
  .xl\:mb-80px{
    margin-bottom: 80px;
  }
  .xl\:mr-0{
    margin-right: 0px;
  }
  .xl\:mr-15px{
    margin-right: 15px;
  }
  .xl\:mr-25px{
    margin-right: 25px;
  }
  .xl\:mt-40px{
    margin-top: 40px;
  }
  .xl\:h-auto{
    height: auto;
  }
  .xl\:w-100p{
    width: 100%;
  }
  .xl\:w-\[220px\]{
    width: 220px;
  }
  .xl\:pr-20px{
    padding-right: 20px;
  }
}

@media (max-width: 1024px){
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-3\/12{
    width: 25%;
  }
  .lg\:w-9\/12{
    width: 75%;
  }
  .lg\:w-\[40\%\]{
    width: 40%;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .lg\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg\:pl-40px{
    padding-left: 40px;
  }
  .lg\:pl-50px{
    padding-left: 50px;
  }
}

@media (max-width: 992px){
  .md\:mb-40px{
    margin-bottom: 40px;
  }
  .md\:mb-50px{
    margin-bottom: 50px;
  }
  .md\:mr-0{
    margin-right: 0px;
  }
  .md\:mr-15px{
    margin-right: 15px;
  }
  .md\:mr-5px{
    margin-right: 5px;
  }
  .md\:mt-80px{
    margin-top: 80px;
  }
  .md\:mt-\[106px\]{
    margin-top: 106px;
  }
  .md\:mt-\[130px\]{
    margin-top: 130px;
  }
  .md\:w-20p{
    width: 20%;
  }
  .md\:w-3\/12{
    width: 25%;
  }
  .md\:w-6\/12{
    width: 50%;
  }
  .md\:w-80p{
    width: 80%;
  }
  .md\:w-9\/12{
    width: 75%;
  }
  .md\:overflow-hidden{
    overflow: hidden;
  }
  .md\:py-50px{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .md\:pb-100px{
    padding-bottom: 100px;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pl-15px{
    padding-left: 15px;
  }
  .md\:pl-20px{
    padding-left: 20px;
  }
  .md\:pl-30px{
    padding-left: 30px;
  }
  .md\:pl-40px{
    padding-left: 40px;
  }
  .md\:pr-0{
    padding-right: 0px;
  }
  .md\:pr-20px{
    padding-right: 20px;
  }
  .md\:pr-40px{
    padding-right: 40px;
  }
  .md\:pt-100px{
    padding-top: 100px;
  }
}

@media (max-width: 767px){
  .sm\:relative{
    position: relative;
  }
  .sm\:left-0{
    left: 0px;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-10px{
    margin-bottom: 10px;
  }
  .sm\:mb-15px{
    margin-bottom: 15px;
  }
  .sm\:mb-20px{
    margin-bottom: 20px;
  }
  .sm\:mb-30px{
    margin-bottom: 30px;
  }
  .sm\:mb-40px{
    margin-bottom: 40px;
  }
  .sm\:mb-50px{
    margin-bottom: 50px;
  }
  .sm\:mb-5px{
    margin-bottom: 5px;
  }
  .sm\:mb-80px{
    margin-bottom: 80px;
  }
  .sm\:ml-12px{
    margin-left: 12px;
  }
  .sm\:mr-10px{
    margin-right: 10px;
  }
  .sm\:mr-12px{
    margin-right: 12px;
  }
  .sm\:mr-15px{
    margin-right: 15px;
  }
  .sm\:mr-5px{
    margin-right: 5px;
  }
  .sm\:mt-20px{
    margin-top: 20px;
  }
  .sm\:mt-4px{
    margin-top: 4px;
  }
  .sm\:mt-\[30px\]{
    margin-top: 30px;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-100p{
    height: 100%;
  }
  .sm\:h-300px{
    height: 300px;
  }
  .sm\:h-40px{
    height: 40px;
  }
  .sm\:h-50px{
    height: 50px;
  }
  .sm\:min-h-450px{
    min-height: 450px;
  }
  .sm\:min-h-full{
    min-height: 100%;
  }
  .sm\:w-6\/12{
    width: 50%;
  }
  .sm\:w-9\/12{
    width: 75%;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:min-w-full{
    min-width: 100%;
  }
  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:flex-col{
    flex-direction: column;
  }
  .sm\:flex-wrap{
    flex-wrap: wrap;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:gap-10px{
    gap: 10px;
  }
  .sm\:gap-20px{
    gap: 20px;
  }
  .sm\:gap-30px{
    gap: 30px;
  }
  .sm\:gap-40px{
    gap: 40px;
  }
  .sm\:gap-50px{
    gap: 50px;
  }
  .sm\:gap-y-20px{
    row-gap: 20px;
  }
  .sm\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }
  .sm\:py-20px{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm\:py-35px{
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .sm\:pb-20px{
    padding-bottom: 20px;
  }
  .sm\:pb-60px{
    padding-bottom: 60px;
  }
  .sm\:pl-0{
    padding-left: 0px;
  }
  .sm\:pl-25px{
    padding-left: 25px;
  }
  .sm\:pr-0{
    padding-right: 0px;
  }
  .sm\:pr-\[15px\]{
    padding-right: 15px;
  }
  .sm\:pt-40px{
    padding-top: 40px;
  }
  .sm\:pt-60px{
    padding-top: 60px;
  }
  .sm\:text-1{
    font-size: 1rem;
  }
  .sm\:text-1\.125{
    font-size: 1.125rem;
  }
  .sm\:text-1\.375{
    font-size: 1.375rem;
  }
  .sm\:text-title-mob{
    font-size: 22px;
  }
}
