@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@charset "UTF-8";
/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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 */
}
/*
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;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::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%;
}
@media (min-width: 420px){
  .container{
    max-width: 420px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-top-10{
  top: -2.5rem;
}
.left-\[6\.43rem\]{
  left: 6.43rem;
}
.bottom-\[-6\.25rem\]{
  bottom: -6.25rem;
}
.top-\[9rem\]{
  top: 9rem;
}
.left-0{
  left: 0px;
}
.top-4{
  top: 1rem;
}
.right-\[-7\%\]{
  right: -7%;
}
.bottom-\[-19\%\]{
  bottom: -19%;
}
.bottom-0{
  bottom: 0px;
}
.right-\[50\%\]{
  right: 50%;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.left-11{
  left: 2.75rem;
}
.bottom-\[-3\.43rem\]{
  bottom: -3.43rem;
}
.top-8{
  top: 2rem;
}
.left-8{
  left: 2rem;
}
.bottom-\[-4\.68rem\]{
  bottom: -4.68rem;
}
.-top-0{
  top: -0px;
}
.-top-12{
  top: -3rem;
}
.-top-16{
  top: -4rem;
}
.z-10{
  z-index: 10;
}
.order-\[-1\]{
  order: -1;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mr-auto{
  margin-right: auto;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.-ml-1{
  margin-left: -0.25rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.ml-8{
  margin-left: 2rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.h-\[1\.5rem\]{
  height: 1.5rem;
}
.h-\[1rem\]{
  height: 1rem;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-5{
  height: 1.25rem;
}
.h-\[10\.06rem\]{
  height: 10.06rem;
}
.h-\[2\.5rem\]{
  height: 2.5rem;
}
.h-\[12\.5rem\]{
  height: 12.5rem;
}
.h-\[13\.18rem\]{
  height: 13.18rem;
}
.h-9{
  height: 2.25rem;
}
.h-20{
  height: 5rem;
}
.h-\[15\.56rem\]{
  height: 15.56rem;
}
.h-\[18rem\]{
  height: 18rem;
}
.h-\[24\.25rem\]{
  height: 24.25rem;
}
.h-\[8\.81rem\]{
  height: 8.81rem;
}
.h-\[64\%\]{
  height: 64%;
}
.h-64{
  height: 16rem;
}
.max-h-\[8\.81rem\]{
  max-height: 8.81rem;
}
.w-full{
  width: 100%;
}
.w-5{
  width: 1.25rem;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[64\%\]{
  width: 64%;
}
.w-\[29\%\]{
  width: 29%;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-\[27\.68rem\]{
  max-width: 27.68rem;
}
.max-w-\[62\%\]{
  max-width: 62%;
}
.max-w-\[80rem\]{
  max-width: 80rem;
}
.translate-x-\[50\%\]{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[50\%\]{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-5{
  gap: 1.25rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.place-self-center{
  place-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-\[3\.06rem\]{
  border-radius: 3.06rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-gray_070{
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-\[\#ffffff33\]{
  border-color: #ffffff33;
}
.border-blue_658{
  --tw-border-opacity: 1;
  border-color: rgb(49 70 88 / var(--tw-border-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-blue_658{
  --tw-bg-opacity: 1;
  background-color: rgb(49 70 88 / var(--tw-bg-opacity));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-blue_fc2{
  --tw-bg-opacity: 1;
  background-color: rgb(132 159 194 / var(--tw-bg-opacity));
}
.bg-beige_dd2{
  --tw-bg-opacity: 1;
  background-color: rgb(227 221 210 / var(--tw-bg-opacity));
}
.bg-beige_4ba{
  --tw-bg-opacity: 1;
  background-color: rgb(201 196 186 / var(--tw-bg-opacity));
}
.bg-\[url\(\'\/img\/banner-contato\.png\'\)\]{
  background-image: url('/img/banner-contato.png');
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-1{
  padding: 0.25rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.text-center{
  text-align: center;
}
.font-Lufga{
  font-family: Lufga;
}
.font-Montserrat{
  font-family: Montserrat, sans-serif;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-black{
  font-weight: 900;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-none{
  line-height: 1;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-beige_dd2{
  --tw-text-opacity: 1;
  color: rgb(227 221 210 / var(--tw-text-opacity));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-gray_070{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-blue_658{
  --tw-text-opacity: 1;
  color: rgb(49 70 88 / var(--tw-text-opacity));
}
.text-blue_557{
  --tw-text-opacity: 1;
  color: rgb(48 69 87 / var(--tw-text-opacity));
}
.opacity-25{
  opacity: 0.25;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-40{
  opacity: 0.4;
}
.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black{
  --tw-shadow-color: #000000;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-toast,
.form-toast-error {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.form-toast.fade-hidden, 
.form-toast-error.fade-hidden{
  opacity: 0;
}
@font-face {
  font-family: "Lufga";
  src: url("/fonts/Lufga-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Lufga";
  src: url("/fonts/Lufga-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Lufga";
  src: url("/fonts/Lufga-ExtraBold.otf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Lufga";
  src: url("/fonts/Lufga-Black.otf") format("opentype");
  font-weight: 900;
}
html,  body{
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  html, body {
    font-size: 14px;
  }
}
.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  .container{
    max-width: 1140px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1280px;
  }
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 1790px) {
  .entre-em-contato .image{
    left: 50%;
    height: 106%;
    width: auto;
  }
}
.quem-somos .text .content p{
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .quem-somos .text .content p{
    margin-bottom: 1.5rem;
  }
}
.quem-somos .text .content blockquote{
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #849fc233;
  padding: 1rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  text-align: center;
}
@media (min-width: 1024px){
  .quem-somos .text .content blockquote{
    min-height: 7.18rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.quem-somos .text .content blockquote p{
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(49 70 88 / var(--tw-text-opacity));
}
.quem-somos .text .content blockquote p::before{
  position: absolute;
  left: 0px;
  top: 50%;
  --tw-translate-y: -20%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-family: Montserrat, sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(132 159 194 / var(--tw-text-opacity));
  --tw-content: "“";
  content: var(--tw-content);
}
.quem-somos .text .content blockquote p::after{
  position: absolute;
  right: 0px;
  top: 50%;
  --tw-translate-y: -50%;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-family: Montserrat, sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(132 159 194 / var(--tw-text-opacity));
  --tw-content: "“";
  content: var(--tw-content);
}
@media (min-width: 1024px){
  .quem-somos .text .content blockquote p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .quem-somos .text .content blockquote p::before{
    left: -1.5rem;
    content: var(--tw-content);
    font-size: 6rem;
    line-height: 1;
  }
  .quem-somos .text .content blockquote p::after{
    right: -1.8rem;
    content: var(--tw-content);
    font-size: 6rem;
    line-height: 1;
  }
}
.nossas-marcas .swiper .swiper-button-next, 
.nossas-marcas .swiper .swiper-button-prev{
  --tw-text-opacity: 1;
  color: rgb(49 70 88 / var(--tw-text-opacity));
}
.nossas-marcas .swiper .swiper-button-next::after, 
.nossas-marcas .swiper .swiper-button-prev::after{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.banner .swiper .swiper-button-next, 
.banner .swiper .swiper-button-prev{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.banner .swiper .swiper-button-next::after, 
.banner .swiper .swiper-button-prev::after{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 1800px) {
  .areas-disponiveis .image{
    left: 52%;
    height: 115%;
    width: 80%;
    max-width: 905px;
  }
}
.placeholder\:font-Montserrat::-moz-placeholder{
  font-family: Montserrat, sans-serif;
}
.placeholder\:font-Montserrat::placeholder{
  font-family: Montserrat, sans-serif;
}
.placeholder\:text-sm::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.placeholder\:text-sm::placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.placeholder\:font-light::-moz-placeholder{
  font-weight: 300;
}
.placeholder\:font-light::placeholder{
  font-weight: 300;
}
.placeholder\:text-white::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-white::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.after\:block::after{
  content: var(--tw-content);
  display: block;
}
.after\:h-1::after{
  content: var(--tw-content);
  height: 0.25rem;
}
.after\:w-\[4rem\]::after{
  content: var(--tw-content);
  width: 4rem;
}
.after\:bg-blue_658::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(49 70 88 / var(--tw-bg-opacity));
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.focus\:border-2:focus{
  border-width: 2px;
}
.focus\:border-\[\#ffffff33\]:focus{
  border-color: #ffffff33;
}
@media (min-width: 420px){
  .xs\:h-\[2rem\]{
    height: 2rem;
  }
  .xs\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .xs\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 640px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:h-\[3\.125rem\]{
    height: 3.125rem;
  }
  .sm\:min-h-\[22rem\]{
    min-height: 22rem;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
}
@media (min-width: 768px){
  .md\:bottom-0{
    bottom: 0px;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:right-\[50\%\]{
    right: 50%;
  }
  .lg\:top-\[-33\%\]{
    top: -33%;
  }
  .lg\:right-7{
    right: 1.75rem;
  }
  .lg\:top-7{
    top: 1.75rem;
  }
  .lg\:left-\[66\%\]{
    left: 66%;
  }
  .lg\:left-\[48\%\]{
    left: 48%;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:left-\[46\%\]{
    left: 46%;
  }
  .lg\:order-none{
    order: 0;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mb-11{
    margin-bottom: 2.75rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }
  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-5{
    height: 1.25rem;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-\[7\.56rem\]{
    height: 7.56rem;
  }
  .lg\:h-12{
    height: 3rem;
  }
  .lg\:h-48{
    height: 12rem;
  }
  .lg\:h-\[25rem\]{
    height: 25rem;
  }
  .lg\:h-\[77svh\]{
    height: 77svh;
  }
  .lg\:h-\[88\%\]{
    height: 88%;
  }
  .lg\:h-\[115\%\]{
    height: 115%;
  }
  .lg\:h-\[5\.81rem\]{
    height: 5.81rem;
  }
  .lg\:h-\[70\%\]{
    height: 70%;
  }
  .lg\:h-\[105\%\]{
    height: 105%;
  }
  .lg\:h-\[108\%\]{
    height: 108%;
  }
  .lg\:h-\[20rem\]{
    height: 20rem;
  }
  .lg\:h-\[89\%\]{
    height: 89%;
  }
  .lg\:max-h-\[28\.87rem\]{
    max-height: 28.87rem;
  }
  .lg\:w-\[19\.5rem\]{
    width: 19.5rem;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-\[40\%\]{
    width: 40%;
  }
  .lg\:w-\[58\%\]{
    width: 58%;
  }
  .lg\:w-\[95\%\]{
    width: 95%;
  }
  .lg\:w-\[74\%\]{
    width: 74%;
  }
  .lg\:w-\[38\%\]{
    width: 38%;
  }
  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:w-\[31rem\]{
    width: 31rem;
  }
  .lg\:w-\[80\%\]{
    width: 80%;
  }
  .lg\:w-\[66\%\]{
    width: 66%;
  }
  .lg\:w-\[60\%\]{
    width: 60%;
  }
  .lg\:min-w-\[14\.37rem\]{
    min-width: 14.37rem;
  }
  .lg\:max-w-\[15\.625rem\]{
    max-width: 15.625rem;
  }
  .lg\:max-w-\[30\.75rem\]{
    max-width: 30.75rem;
  }
  .lg\:max-w-\[19\.06rem\]{
    max-width: 19.06rem;
  }
  .lg\:max-w-\[31rem\]{
    max-width: 31rem;
  }
  .lg\:max-w-\[45\%\]{
    max-width: 45%;
  }
  .lg\:max-w-\[21rem\]{
    max-width: 21rem;
  }
  .lg\:translate-x-\[50\%\]{
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-\[-100\%\]{
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .lg\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .lg\:gap-y-8{
    row-gap: 2rem;
  }
  .lg\:gap-y-0{
    row-gap: 0px;
  }
  .lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lg\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .lg\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .lg\:rounded-\[3\.06rem\]{
    border-radius: 3.06rem;
  }
  .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .lg\:rounded-\[3\.062rem\]{
    border-radius: 3.062rem;
  }
  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }
  .lg\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }
  .lg\:p-4{
    padding: 1rem;
  }
  .lg\:p-5{
    padding: 1.25rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:pl-3{
    padding-left: 0.75rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pt-14{
    padding-top: 3.5rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pt-11{
    padding-top: 2.75rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pl-20{
    padding-left: 5rem;
  }
  .lg\:pr-5{
    padding-right: 1.25rem;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-end{
    text-align: end;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-\[2rem\]{
    font-size: 2rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:placeholder\:text-base::-moz-placeholder{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:placeholder\:text-base::placeholder{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:after\:w-\[5\.375rem\]::after{
    content: var(--tw-content);
    width: 5.375rem;
  }
  .lg\:after\:w-\[6\.5rem\]::after{
    content: var(--tw-content);
    width: 6.5rem;
  }
  .lg\:after\:w-\[4\.8rem\]::after{
    content: var(--tw-content);
    width: 4.8rem;
  }
}
@media (min-width: 1280px){
  .xl\:left-\[57\%\]{
    left: 57%;
  }
  .xl\:bottom-\[unset\]{
    bottom: unset;
  }
  .xl\:-top-14{
    top: -3.5rem;
  }
  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .xl\:max-w-\[825px\]{
    max-width: 825px;
  }
  .xl\:gap-0{
    gap: 0px;
  }
  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1536px){
  .\32xl\:left-\[40\%\]{
    left: 40%;
  }
  .\32xl\:mt-9{
    margin-top: 2.25rem;
  }
  .\32xl\:mb-12{
    margin-bottom: 3rem;
  }
  .\32xl\:mb-10{
    margin-bottom: 2.5rem;
  }
  .\32xl\:h-\[30rem\]{
    height: 30rem;
  }
  .\32xl\:h-\[24\.12rem\]{
    height: 24.12rem;
  }
  .\32xl\:h-\[106\%\]{
    height: 106%;
  }
  .\32xl\:h-\[28\.87rem\]{
    height: 28.87rem;
  }
  .\32xl\:min-w-\[17\.37rem\]{
    min-width: 17.37rem;
  }
  .\32xl\:max-w-\[19\.75rem\]{
    max-width: 19.75rem;
  }
  .\32xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .\32xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .\32xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .\32xl\:text-\[3rem\]{
    font-size: 3rem;
  }
  .\32xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .\32xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
