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

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

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

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

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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* 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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

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

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

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

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

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

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

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

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

  .container{
    max-width: 1730px;
  }
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-bottom-4{
  bottom: -1rem;
}
.-top-1{
  top: -0.25rem;
}
.-top-5{
  top: -1.25rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-\[150px\]{
  bottom: 150px;
}
.left-0{
  left: 0px;
}
.left-12{
  left: 3rem;
}
.left-2{
  left: 0.5rem;
}
.left-20{
  left: 5rem;
}
.left-32{
  left: 8rem;
}
.left-6{
  left: 1.5rem;
}
.left-7{
  left: 1.75rem;
}
.left-\[14\%\]{
  left: 14%;
}
.left-\[15\%\]{
  left: 15%;
}
.right-4{
  right: 1rem;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.top-6{
  top: 1.5rem;
}
.top-\[195px\]{
  top: 195px;
}
.top-\[43\%\]{
  top: 43%;
}
.top-\[69\%\]{
  top: 69%;
}
.bottom-0{
  bottom: 0px;
}
.top-\[-80px\]{
  top: -80px;
}
.z-\[999\]{
  z-index: 999;
}
.z-10{
  z-index: 10;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.order-4{
  order: 4;
}
.order-last{
  order: 9999;
}
.float-right{
  float: right;
}
.m-20{
  margin: 5rem;
}
.m-10{
  margin: 2.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[10px\]{
  margin-top: 10px;
  margin-bottom: 10px;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.-mb-6{
  margin-bottom: -1.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[26px\]{
  margin-bottom: 26px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[42px\]{
  margin-bottom: 42px;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-\[140px\]{
  margin-left: 140px;
}
.ml-\[calc\(\(100\%-490px\)\*0\.5\)\]{
  margin-left: calc((100% - 490px) * 0.5);
}
.mt-10{
  margin-top: 2.5rem;
}
.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-4{
  margin-top: 1rem;
}
.mt-40{
  margin-top: 10rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[24px\]{
  margin-top: 24px;
}
.mt-\[26px\]{
  margin-top: 26px;
}
.mt-\[29px\]{
  margin-top: 29px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[32px\]{
  margin-top: 32px;
}
.mt-\[43px\]{
  margin-top: 43px;
}
.mt-\[45px\]{
  margin-top: 45px;
}
.mt-\[46px\]{
  margin-top: 46px;
}
.mt-\[54px\]{
  margin-top: 54px;
}
.mt-\[55px\]{
  margin-top: 55px;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[64px\]{
  margin-top: 64px;
}
.mt-\[65px\]{
  margin-top: 65px;
}
.mt-\[68px\]{
  margin-top: 68px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-\[70px\]{
  margin-top: 70px;
}
.mt-\[9px\]{
  margin-top: 9px;
}
.mt-\[140\.5px\]{
  margin-top: 140.5px;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mt-\[140px\]{
  margin-top: 140px;
}
.mt-\[125px\]{
  margin-top: 125px;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-\[15\%\]{
  margin-left: 15%;
}
.mr-20{
  margin-right: 5rem;
}
.mt-32{
  margin-top: 8rem;
}
.ml-20{
  margin-left: 5rem;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.mb-20{
  margin-bottom: 5rem;
}
.mt-20{
  margin-top: 5rem;
}
.ml-\[8\%\]{
  margin-left: 8%;
}
.ml-\[10\%\]{
  margin-left: 10%;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-7{
  margin-right: 1.75rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-6{
  height: 1.5rem;
}
.h-\[1000px\]{
  height: 1000px;
}
.h-\[117px\]{
  height: 117px;
}
.h-\[147px\]{
  height: 147px;
}
.h-\[189px\]{
  height: 189px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[197px\]{
  height: 197px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[213px\]{
  height: 213px;
}
.h-\[218px\]{
  height: 218px;
}
.h-\[231px\]{
  height: 231px;
}
.h-\[232px\]{
  height: 232px;
}
.h-\[238px\]{
  height: 238px;
}
.h-\[244px\]{
  height: 244px;
}
.h-\[27px\]{
  height: 27px;
}
.h-\[284px\]{
  height: 284px;
}
.h-\[285px\]{
  height: 285px;
}
.h-\[289px\]{
  height: 289px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[33px\]{
  height: 33px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[37px\]{
  height: 37px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[402px\]{
  height: 402px;
}
.h-\[41px\]{
  height: 41px;
}
.h-\[426px\]{
  height: 426px;
}
.h-\[43px\]{
  height: 43px;
}
.h-\[457px\]{
  height: 457px;
}
.h-\[461px\]{
  height: 461px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[480px\]{
  height: 480px;
}
.h-\[488px\]{
  height: 488px;
}
.h-\[489px\]{
  height: 489px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[570px\]{
  height: 570px;
}
.h-\[577px\]{
  height: 577px;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[650px\]{
  height: 650px;
}
.h-\[654px\]{
  height: 654px;
}
.h-\[660px\]{
  height: 660px;
}
.h-\[667px\]{
  height: 667px;
}
.h-\[67px\]{
  height: 67px;
}
.h-\[706px\]{
  height: 706px;
}
.h-\[776px\]{
  height: 776px;
}
.h-\[815px\]{
  height: 815px;
}
.h-\[81px\]{
  height: 81px;
}
.h-\[82px\]{
  height: 82px;
}
.h-\[90px\]{
  height: 90px;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.h-\[412px\]{
  height: 412px;
}
.h-\[295px\]{
  height: 295px;
}
.max-h-\[370px\]{
  max-height: 370px;
}
.max-h-\[480px\]{
  max-height: 480px;
}
.max-h-\[567px\]{
  max-height: 567px;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.max-h-\[280px\]{
  max-height: 280px;
}
.max-h-\[55px\]{
  max-height: 55px;
}
.min-h-\[50vh\]{
  min-height: 50vh;
}
.min-h-\[412px\]{
  min-height: 412px;
}
.min-h-\[350px\]{
  min-height: 350px;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-2{
  width: 0.5rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-6{
  width: 1.5rem;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[149px\]{
  width: 149px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[17px\]{
  width: 17px;
}
.w-\[284px\]{
  width: 284px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[35px\]{
  width: 35px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[77px\]{
  width: 77px;
}
.w-\[79px\]{
  width: 79px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[82px\]{
  width: 82px;
}
.w-\[90px\]{
  width: 90px;
}
.w-\[96px\]{
  width: 96px;
}
.w-\[97px\]{
  width: 97px;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.w-6\/12{
  width: 50%;
}
.w-5\/12{
  width: 41.666667%;
}
.w-7\/12{
  width: 58.333333%;
}
.w-3\/12{
  width: 25%;
}
.w-9\/12{
  width: 75%;
}
.w-1\/4{
  width: 25%;
}
.w-2\/5{
  width: 40%;
}
.w-3\/5{
  width: 60%;
}
.w-3\/4{
  width: 75%;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[80\%\]{
  width: 80%;
}
.min-w-\[161px\]{
  min-width: 161px;
}
.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-\[262px\]{
  min-width: 262px;
}
.max-w-\[107px\]{
  max-width: 107px;
}
.max-w-\[1400px\]{
  max-width: 1400px;
}
.max-w-\[161px\]{
  max-width: 161px;
}
.max-w-\[1650px\]{
  max-width: 1650px;
}
.max-w-\[1708px\]{
  max-width: 1708px;
}
.max-w-\[175px\]{
  max-width: 175px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[203px\]{
  max-width: 203px;
}
.max-w-\[2058px\]{
  max-width: 2058px;
}
.max-w-\[217px\]{
  max-width: 217px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[268px\]{
  max-width: 268px;
}
.max-w-\[279px\]{
  max-width: 279px;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[282px\]{
  max-width: 282px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[312px\]{
  max-width: 312px;
}
.max-w-\[325px\]{
  max-width: 325px;
}
.max-w-\[356px\]{
  max-width: 356px;
}
.max-w-\[384px\]{
  max-width: 384px;
}
.max-w-\[395px\]{
  max-width: 395px;
}
.max-w-\[473px\]{
  max-width: 473px;
}
.max-w-\[534px\]{
  max-width: 534px;
}
.max-w-\[552px\]{
  max-width: 552px;
}
.max-w-\[576px\]{
  max-width: 576px;
}
.max-w-\[580px\]{
  max-width: 580px;
}
.max-w-\[605px\]{
  max-width: 605px;
}
.max-w-\[717px\]{
  max-width: 717px;
}
.max-w-\[770px\]{
  max-width: 770px;
}
.max-w-\[773px\]{
  max-width: 773px;
}
.max-w-\[787px\]{
  max-width: 787px;
}
.max-w-\[80px\]{
  max-width: 80px;
}
.max-w-\[84px\]{
  max-width: 84px;
}
.max-w-\[86px\]{
  max-width: 86px;
}
.max-w-\[88px\]{
  max-width: 88px;
}
.max-w-\[980px\]{
  max-width: 980px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[1470px\]{
  max-width: 1470px;
}
.max-w-\[546px\]{
  max-width: 546px;
}
.max-w-\[440px\]{
  max-width: 440px;
}
.max-w-\[920px\]{
  max-width: 920px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[737px\]{
  max-width: 737px;
}
.max-w-\[540px\]{
  max-width: 540px;
}
.max-w-\[50\%\]{
  max-width: 50%;
}
.max-w-\[45\%\]{
  max-width: 45%;
}
.flex-grow{
  flex-grow: 1;
}
.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));
}
@keyframes leftToRight{

  0%{
    width: 0%;
  }

  100%{
    width: 100%;
  }
}
.animate-leftToRight{
  animation: leftToRight 2s ease-in-out forwards;
}
.cursor-pointer{
  cursor: pointer;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-20{
  gap: 5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[23px\]{
  gap: 23px;
}
.gap-\[43px\]{
  gap: 43px;
}
.gap-\[68px\]{
  gap: 68px;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-8{
  gap: 2rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-1{
  gap: 0.25rem;
}
.place-self-center{
  place-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-\[1px\]{
  border-top-width: 1px;
}
.border-r-\[1px\]{
  border-right-width: 1px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-white{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-opacity-60{
  --tw-border-opacity: 0.6;
}
.bg-\[\#4BD1A0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(75 209 160 / var(--tw-bg-opacity));
}
.bg-\[\#5E5E5E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(94 94 94 / var(--tw-bg-opacity));
}
.bg-\[\#EDEDED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}
.bg-\[\#fafafa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-east-bay{
  --tw-bg-opacity: 1;
  background-color: rgb(58 81 116 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\!bg-opacity-70{
  --tw-bg-opacity: 0.7 !important;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/3876-scaled\.jpg\'\)\]{
  background-image: url('/wp-content/uploads/2023/11/3876-scaled.jpg');
}
.bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/3956_edited\.jpg\'\)\]{
  background-image: url('/wp-content/uploads/2023/11/3956_edited.jpg');
}
.bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/5885a7_09817b4ed9e144c8a2e65f21468581efmv2\.webp\'\)\]{
  background-image: url('/wp-content/uploads/2023/11/5885a7_09817b4ed9e144c8a2e65f21468581efmv2.webp');
}
.bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/5885a7_81acd48f11794d86a8292050a0bc476bmv2\.webp\'\)\]{
  background-image: url('/wp-content/uploads/2023/11/5885a7_81acd48f11794d86a8292050a0bc476bmv2.webp');
}
.bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/CMT_4391-copy-scaled\.jpg\'\)\]{
  background-image: url('/wp-content/uploads/2023/11/CMT_4391-copy-scaled.jpg');
}
.bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/DSC_7395-scaled\.jpg\'\)\]{
  background-image: url('/wp-content/uploads/2023/11/DSC_7395-scaled.jpg');
}
.bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/DSC_7899-scaled\.jpg\'\)\]{
  background-image: url('/wp-content/uploads/2023/11/DSC_7899-scaled.jpg');
}
.bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/EJ-Employees_edited\.jpg\'\)\]{
  background-image: url('/wp-content/uploads/2023/11/EJ-Employees_edited.jpg');
}
.bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/Emerson-Joseph_2\.07228036-scaled\.jpg\'\)\]{
  background-image: url('/wp-content/uploads/2023/11/Emerson-Joseph_2.07228036-scaled.jpg');
}
.bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/JRT08030-scaled\.jpg\'\)\]{
  background-image: url('/wp-content/uploads/2023/11/JRT08030-scaled.jpg');
}
.bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/JRT08144-scaled\.jpg\'\)\]{
  background-image: url('/wp-content/uploads/2023/11/JRT08144-scaled.jpg');
}
.bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/JRT08186-scaled\.jpg\'\)\]{
  background-image: url('/wp-content/uploads/2023/11/JRT08186-scaled.jpg');
}
.bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/untitled-302-scaled\.jpg\'\)\]{
  background-image: url('/wp-content/uploads/2023/11/untitled-302-scaled.jpg');
}
.bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/untitled-306-scaled\.jpg\'\)\]{
  background-image: url('/wp-content/uploads/2023/11/untitled-306-scaled.jpg');
}
.bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/untitled-607\.jpg\'\)\]{
  background-image: url('/wp-content/uploads/2023/11/untitled-607.jpg');
}
.bg-\[length\:110\%_110\%\]{
  background-size: 110% 110%;
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-bottom{
  background-position: bottom;
}
.bg-center{
  background-position: center;
}
.bg-right{
  background-position: right;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-4{
  padding: 1rem;
}
.p-\[20px\]{
  padding: 20px;
}
.p-10{
  padding: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.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-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[7px\]{
  padding-bottom: 7px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-\[56px\]{
  padding-left: 56px;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-\[56px\]{
  padding-right: 56px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[14px\]{
  padding-top: 14px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pt-\[55px\]{
  padding-top: 55px;
}
.pt-\[5px\]{
  padding-top: 5px;
}
.pt-\[65px\]{
  padding-top: 65px;
}
.pt-2{
  padding-top: 0.5rem;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pt-\[150px\]{
  padding-top: 150px;
}
.pb-\[55px\]{
  padding-bottom: 55px;
}
.pb-\[70px\]{
  padding-bottom: 70px;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-20{
  padding-right: 5rem;
}
.pl-20{
  padding-left: 5rem;
}
.pl-0{
  padding-left: 0px;
}
.text-center{
  text-align: center;
}
.text-start{
  text-align: start;
}
.font-avenir-light{
  font-family: AvenirLight, sans-serif;
}
.font-cormorant-light{
  font-family: CormorantGaramond Light, serif;
}
.font-didot-italic{
  font-family: Didot Italic, sans-serif;
}
.font-heebo{
  font-family: Heebo, sans-serif;
}
.font-helvetica-light{
  font-family: Helvetica Light, sans-serif;
}
.font-kanit{
  font-family: Kanit Regular, sans-serif;
}
.font-lato{
  font-family: Lato, sans-serif;
}
.font-lato-light{
  font-family: Lato Light, sans-serif;
}
.font-lulo-clean{
  font-family: Lulo Clean One Bold, sans-serif;
}
.font-monserrat{
  font-family: Montserrat, sans-serif;
}
.font-playfair{
  font-family: Playfair, sans-serif;
}
.font-rubik{
  font-family: Rubik, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[27px\]{
  font-size: 27px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[31px\]{
  font-size: 31px;
}
.text-\[33px\]{
  font-size: 33px;
}
.text-\[37px\]{
  font-size: 37px;
}
.text-\[38px\]{
  font-size: 38px;
}
.text-\[39px\]{
  font-size: 39px;
}
.text-\[46px\]{
  font-size: 46px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[54px\]{
  font-size: 54px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[85px\]{
  font-size: 85px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.font-\[700\]{
  font-weight: 700;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-\[0\.8em\]{
  line-height: 0.8em;
}
.leading-\[0\.9em\]{
  line-height: 0.9em;
}
.leading-\[1\.4em\]{
  line-height: 1.4em;
}
.leading-\[1\.5em\]{
  line-height: 1.5em;
}
.leading-\[1\.6em\]{
  line-height: 1.6em;
}
.leading-\[1\.8em\]{
  line-height: 1.8em;
}
.leading-\[1em\]{
  line-height: 1em;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.15em\]{
  letter-spacing: 0.15em;
}
.tracking-\[0\.1em\]{
  letter-spacing: 0.1em;
}
.tracking-\[0em\]{
  letter-spacing: 0em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#0F0F0F\]{
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}
.text-\[\#4BD1A0\]{
  --tw-text-opacity: 1;
  color: rgb(75 209 160 / var(--tw-text-opacity));
}
.text-\[\#FAFAFA\]{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-east-bay{
  --tw-text-opacity: 1;
  color: rgb(58 81 116 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-50{
  opacity: 0.5;
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter{
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px){

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

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

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

  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption{
  display: inline-block;
}
.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}
article > *:not(.entry-content),
.entry-content > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.entry-content h1, .block-editor-block-list__layout h1{
  font-size: 1.5rem;
  line-height: 2rem;
}
.entry-content h2, .block-editor-block-list__layout h2{
  font-size: 1.25rem;
}
.entry-content h3, .block-editor-block-list__layout h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
  text-decoration-line: none;
}
.entry-content p,
  .entry-content ul,
  .entry-content ol,
  .block-editor-block-list__layout p,
  .block-editor-block-list__layout ul,
  .block-editor-block-list__layout ol{
  margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
  list-style-position: inside;
  list-style-type: decimal;
}
.custom-img {
  background-image: url("/wp-content/uploads/2023/11/JRT08186-scaled.jpg");
}
.custom-img2 {
  background-image: url("/wp-content/uploads/2023/11/ejhero1-scaled.jpg");
}
.custom-img3 {
  background-image: url("/wp-content/uploads/2023/11/untitled-607-scaled.jpg");
}
.custom-img4 {
  background-image: url("/wp-content/uploads/2023/11/EJ-Employees_edited.jpg");
}
.shadow-custom {
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}
.bg-img {
  background-size: cover;
  background-position: center;
}
@media (min-width: 1730px) and (max-width: 1920px) {
  .bg-custom {
    background-size: auto 110%;
  }
}
@media (min-width: 1921px) {
  .bg-custom {
    background-size: 650px 1200px;
  }
}
.coltorow {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .coltorow {
    flex-direction: row;
  }
}
.profession {
  opacity: 0 !important;
}
@keyframes animeText {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
  width: 22px;
}
.nav-toggle .bar {
  height: 2px;
  width: 100%;
  background-color: white;
  transition: all 300ms ease-in-out;
}
.nav-toggle:hover {
  cursor: pointer;
}
.x:nth-of-type(1) {
  transition: all 300ms ease-in-out;
  transform: rotate(45deg);
  transform-origin: top left;
  width: 28px;
}
.x:nth-of-type(2) {
  transition: all 100ms ease-in-out;
  transform-origin: center;
  width: 0;
}
.x:nth-of-type(3) {
  transition: all 300ms ease-in-out;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  width: 28px;
}
.form-container {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form-section {
  gap: 24px;
}
.small-field-container {
  display: flex;
  flex-direction: column;
}
.bigger-field-container {
  display: flex;
  flex-direction: column;
}
.form-label {
  color: #373b4d;
  font-family: Lato;
  padding-right: 20px;
}
.form-label-margin9 {
  margin-bottom: 9px;
}
.form-label-margin6 {
  margin-bottom: 6px;
}
.small-input {
  border-bottom: solid black 3px;
  padding: 3px 0 3px 12px;
  width: 100%;
}
.small-input:focus {
  outline: none;
}
.bigger-input {
  border-bottom: solid black 3px !important;
  height: 76px;
  max-width: 450px;
  width: 100%;
}
.bigger-input:focus {
  outline: none;
}
.buttonCf7 {
  background-color: black;
  color: white;
  font-size: 17px;
  font-family: Lato;
  width: 120px;
  height: 42px;
  text-transform: uppercase;
  place-self: center;
}
.buttonNewsletter {
  text-transform: uppercase;
  color: black;
  font-family: Lato;
  background-color: white;
  height: 50px;
  width: 150px;
}
.news {
  display: flex;
  width: 100%;
}
.news span {
  width: 100%;
}
.buttonNewsletter:hover {
  background-color: black;
  color: white;
  border: 1px solid white;
}
.buttonCf7:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
}
.newsletter-input {
  height: 50px;
  width: 100%;
  background-color: black;
  border: 1px solid white;
  padding-left: 16px;
}
.newsletter-input:focus {
  background-color: black 0.2;
  outline: none;
}
.newsletter-input::-moz-placeholder {
  color: white !important;
  font-size: 14px;
}
.newsletter-input::placeholder {
  color: white !important;
  font-size: 14px;
}
.esthetic-above-title {
  font-family: Lato;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: -20px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.esthetic-title {
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  text-transform: uppercase;
  font-weight: bold;
}
.esthetic-below-title {
  font-family: Lato;
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.scissor-svg {
  width: 73px;
  height: 81px;
  margin-top: 22px;
  margin-bottom: 21px;
}
.plane-svg {
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bear-svg {
  width: 83px;
  height: 94px;
  margin-top: 16px;
  margin-bottom: 14px;
}
.empathy-svg {
  width: 106px;
  height: 82px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.wpcf7-response-output {
  border-color: transparent;
}
@media screen and (min-width: 990px) {
  .show:hover .profession {
    opacity: 1 !important;
  }
  .show:hover .name {
    top: 30% !important;
    transition: all 0.5s ease-in-out;
  }
  .empathy-svg {
    width: 109px;
    height: 97px;
    margin-top: 66px;
    margin-bottom: 28px;
  }
  .scissor-svg {
    width: 84px;
    height: 83px;
    margin-top: 65px;
    margin-bottom: 42px;
  }
  .plane-svg {
    width: 104px;
    height: 104px;
    margin-top: 65px;
    margin-bottom: 22px;
  }
  .bear-svg {
    width: 72px;
    height: 94px;
    margin-top: 65px;
    margin-bottom: 32px;
  }
  .esthetic-below-title {
    font-size: 18px;
    margin-top: -16px;
  }
  .esthetic-title {
    font-size: 61px;
  }
  .buttonCf7 {
    font-size: 18px;
    width: 200px;
    height: 50px;
  }
  .form-container {
    padding-top: 118px;
    gap: 48px;
  }
  .form-section {
    gap: 48px;
  }
  .small-field-container {
    max-width: 200px;
  }
  .bigger-field-container {
    max-width: 450px;
    width: 100%;
  }
  .form-label {
    padding-right: 0px;
  }
  .small-input {
    max-width: 200px;
  }
  .buttonNewsletter {
    min-width: 150px;
  }
  .backtotop {
    display: none;
  }
}
/*careers page*/
.svg-icon svg {
  height: 105px;
  /*width: 105px;*/
}
.column2-logo {
  padding: 0 25%;
}
/* position dots in carousel */
.flickity-page-dots {
  bottom: 5%;
  z-index: 9999;
}
/* white circles */
.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: #0000004d;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #0000004d;
}
/* no circle */
.flickity-button {
  background: transparent !important;
  outline: none !important;
}
/* hide disabled button */
.flickity-button:disabled {
  display: none;
}
.flickity-button:focus {
  box-shadow: none !important;
}
.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  top: 60%;
}
@media screen and (max-width: 768px) {
  .flickity-prev-next-button {
    width: 40px;
    height: 40px;
  }
}
.backtotop {
  box-shadow: 0px 3px 3px 0px #00000033;
  display: none;
}
@font-face {
  font-family: "Kanit Regular";
  src: url(../fonts/Kanit-Regular.ttf?f3bae13d78ced30b6ea34e1b0216014f);
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-VariableFont_wght.ttf?7e687123cd4528224ce5a4daf9a8141e);
}
@font-face {
  font-family: "CormorantGaramond Light";
  src: url(../fonts/CormorantGaramond-Light.ttf?5a46964bcf8ba603b8c0544f31e94b59);
}
@font-face {
  font-family: "Rubik";
  src: url(../fonts/Rubik-VariableFont_wght.ttf?3a4acc0356c6ea73f2c363d86501e1f4);
}
@font-face {
  font-family: "Playfair";
  src: url(../fonts/PlayfairDisplay-VariableFont_wght.ttf?20240034b80f50c3ad00d64c685bc6ff);
}
@font-face {
  font-family: "Lato Light";
  src: url(../fonts/Lato-Light.ttf?c7400fcad9e48ca9043f49d9a5f389dc);
}
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Regular.ttf?9d883d540ee2b4de80247a522dd59656);
}
@font-face {
  font-family: "Heebo";
  src: url(../fonts/Heebo-VariableFont_wght.ttf?546f69c3420c6a1216da789077fdd046);
}
@font-face {
  font-family: "AvenirLight";
  src: url(../fonts/Avenir-LT-35-Light-Regular.ttf?e7bf75f074188cf63c75192d902fb090);
}
@font-face {
  font-family: "Lulo Clean One Bold";
  src: url(../fonts/Lulo-Clean-W01-One-Bold.ttf?cf6ce051896b18d3449b7b3c89d4af88);
}
@font-face {
  font-family: "Didot Italic";
  src: url(../fonts/Didot-W01-Italic.ttf?6f45e21ba768c896eb56877ce73085e1);
}
@font-face {
  font-family: "Helvetica Light";
  src: url(../fonts/Helvetica-W01-Light.ttf?b0ce5400c8c10adc67870add31b5e219);
}
.hover\:border:hover{
  border-width: 1px;
}
.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 320px){

  .xxs\:left-0{
    left: 0px;
  }
}
@media (min-width: 480px){

  .xs\:\!left-\[17\%\]{
    left: 17% !important;
  }

  .xs\:\!top-\[35\%\]{
    top: 35% !important;
  }

  .xs\:\!h-\[667px\]{
    height: 667px !important;
  }

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

  .xs\:w-\[534\]{
    width: 534;
  }

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

  .xs\:\!text-\[48px\]{
    font-size: 48px !important;
  }
}
@media (min-width: 600px){

  .sm\:block{
    display: block;
  }

  .sm\:hidden{
    display: none;
  }
}
@media (min-width: 782px){

  .md\:ml-\[15\%\]{
    margin-left: 15%;
  }

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

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 960px){

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

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

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

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

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

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

  .lg\:left-32{
    left: 8rem;
  }

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

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:order-4{
    order: 4;
  }

  .lg\:order-first{
    order: -9999;
  }

  .lg\:order-last{
    order: 9999;
  }

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

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

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

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

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

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

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

  .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:mb-\[25px\]{
    margin-bottom: 25px;
  }

  .lg\:mb-\[30px\]{
    margin-bottom: 30px;
  }

  .lg\:mb-\[40px\]{
    margin-bottom: 40px;
  }

  .lg\:mb-\[45px\]{
    margin-bottom: 45px;
  }

  .lg\:mb-\[50px\]{
    margin-bottom: 50px;
  }

  .lg\:mb-\[80px\]{
    margin-bottom: 80px;
  }

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

  .lg\:ml-44{
    margin-left: 11rem;
  }

  .lg\:ml-\[calc\(\(100\%-440px\)\*0\.5\)\]{
    margin-left: calc((100% - 440px) * 0.5);
  }

  .lg\:ml-\[calc\(\(100\%-588px\)\*0\.5\)\]{
    margin-left: calc((100% - 588px) * 0.5);
  }

  .lg\:ml-\[calc\(\(100\%-735px\)\*0\.5\)\]{
    margin-left: calc((100% - 735px) * 0.5);
  }

  .lg\:ml-\[calc\(\(100\%-980px\)\*0\.5\)\]{
    margin-left: calc((100% - 980px) * 0.5);
  }

  .lg\:mr-24{
    margin-right: 6rem;
  }

  .lg\:mr-\[28px\]{
    margin-right: 28px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:\!h-\[794px\]{
    height: 794px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-h-none{
    max-height: none;
  }

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

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

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

  @media (min-width: 960px){

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[calc\(100\%-80px-80px\)\]{
    width: calc(100% - 80px - 80px);
  }

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

  .lg\:w-6\/12{
    width: 50%;
  }

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

  .lg\:w-2\/5{
    width: 40%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  @keyframes fadeIn{

    0%{
      opacity: 0;
    }

    100%{
      opacity: 1;
    }
  }

  .lg\:animate-fadeIn{
    animation: fadeIn 2s ease-in-out forwards;
  }

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

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

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

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-\[35px\]{
    gap: 35px;
  }

  .lg\:gap-\[36px\]{
    gap: 36px;
  }

  .lg\:gap-\[53px\]{
    gap: 53px;
  }

  .lg\:place-self-start{
    place-self: start;
  }

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

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

  .lg\:bg-\[url\(\'\/wp-content\/uploads\/2023\/11\/untitled-1144-scaled\.jpg\'\)\]{
    background-image: url('/wp-content/uploads/2023/11/untitled-1144-scaled.jpg');
  }

  .lg\:bg-\[length\:140\%_140\%\]{
    background-size: 140% 140%;
  }

  .lg\:bg-contain{
    background-size: contain;
  }

  .lg\:bg-fixed{
    background-attachment: fixed;
  }

  .lg\:bg-\[38\%_100\%\]{
    background-position: 38% 100%;
  }

  .lg\:bg-right{
    background-position: right;
  }

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

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

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

  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:\!pl-\[180px\]{
    padding-left: 180px !important;
  }

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

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

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

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

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

  .lg\:pl-\[180px\]{
    padding-left: 180px;
  }

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

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

  .lg\:pt-52{
    padding-top: 13rem;
  }

  .lg\:pt-\[120px\]{
    padding-top: 120px;
  }

  .lg\:pt-\[159px\]{
    padding-top: 159px;
  }

  .lg\:pt-\[45px\]{
    padding-top: 45px;
  }

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

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

  .lg\:font-playfair{
    font-family: Playfair, sans-serif;
  }

  .lg\:font-rubik{
    font-family: Rubik, sans-serif;
  }

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

  .lg\:text-\[148px\]{
    font-size: 148px;
  }

  .lg\:text-\[14px\]{
    font-size: 14px;
  }

  .lg\:text-\[16px\]{
    font-size: 16px;
  }

  .lg\:text-\[18px\]{
    font-size: 18px;
  }

  .lg\:text-\[20px\]{
    font-size: 20px;
  }

  .lg\:text-\[21px\]{
    font-size: 21px;
  }

  .lg\:text-\[22px\]{
    font-size: 22px;
  }

  .lg\:text-\[24px\]{
    font-size: 24px;
  }

  .lg\:text-\[25px\]{
    font-size: 25px;
  }

  .lg\:text-\[30px\]{
    font-size: 30px;
  }

  .lg\:text-\[38px\]{
    font-size: 38px;
  }

  .lg\:text-\[41px\]{
    font-size: 41px;
  }

  .lg\:text-\[48px\]{
    font-size: 48px;
  }

  .lg\:text-\[50px\]{
    font-size: 50px;
  }

  .lg\:text-\[61px\]{
    font-size: 61px;
  }

  .lg\:text-\[71px\]{
    font-size: 71px;
  }

  .lg\:text-\[86px\]{
    font-size: 86px;
  }

  .lg\:text-\[85px\]{
    font-size: 85px;
  }

  .lg\:text-\[40px\]{
    font-size: 40px;
  }

  .lg\:text-\[15px\]{
    font-size: 15px;
  }

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

  .lg\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.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));
  }

  .lg\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.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));
  }

  .lg\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
@media (min-width: 1280px){

  .xl\:gap-\[43px\]{
    gap: 43px;
  }
}
@media (min-width: 1650px){

  .\33xl\:justify-start{
    justify-content: flex-start;
  }
}
@media (min-width: 1730px){

  .xxl\:block{
    display: block;
  }

  .xxl\:hidden{
    display: none;
  }
}

.wc-block-cart{
	margin-top: 100px !important;
}

.wc-block-checkout{
	margin-top: 50px !important;
}

.wc-block-components-checkout-place-order-button{
	border: 2px solid #1A1E39;
	color: #1A1E39;
}
