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

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

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

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

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

@media (min-width: 960px) {
    html {
        zoom: 0.9;
    }
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@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;
  }
}
.collapse{
  visibility: collapse;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-bottom-10{
  bottom: -2.5rem;
}
.-bottom-12{
  bottom: -3rem;
}
.-bottom-8{
  bottom: -2rem;
}
.-left-16{
  left: -4rem;
}
.-left-4{
  left: -1rem;
}
.-right-full{
  right: -100%;
}
.bottom-0{
  bottom: 0px;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[35\%\]{
  top: 35%;
}
.-top-4{
  top: -1rem;
}
.-top-8{
  top: -2rem;
}
.-right-6{
  right: -1.5rem;
}
.-left-6{
  left: -1.5rem;
}
.-left-1\/2{
  left: -50%;
}
.-right-1\/2{
  right: -50%;
}
.-left-1\/4{
  left: -25%;
}
.-right-1\/4{
  right: -25%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[9\]{
  z-index: 9;
}
.\!m-0{
  margin: 0px !important;
}
.m-8{
  margin: 2rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[15\%\]{
  margin-top: 15%;
  margin-bottom: 15%;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.-mr-4{
  margin-right: -1rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-px{
  margin-bottom: 1px;
}
.ml-3{
  margin-left: 0.75rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.-mb-1{
  margin-bottom: -0.25rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-4{
  margin-top: -1rem;
}
.ml-auto{
  margin-left: auto;
}
.-mt-3{
  margin-top: -0.75rem;
  font-size: x-large;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-1\/2{
  height: 50%;
}
.h-12{
  height: 3rem;
}
.h-20{
  height: 5rem;
}
.h-40{
  height: 10rem;
}
.h-6{
  height: 1.5rem;
}
.h-60{
  height: 15rem;
}
.h-8{
  height: 2rem;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[620px\]{
  height: 620px;
}
.h-\[900px\]{
  height: 900px;
}
.h-\[95\%\]{
  height: 95%;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-10{
  height: 2.5rem;
}
.max-h-20{
  max-height: 4rem;
}
.max-h-\[640px\]{
  max-height: 640px;
}
.max-h-\[610px\]{
  max-height: 610px;
}
.min-h-\[470px\]{
  min-height: 470px;
}
.min-h-screen{
  min-height: 100vh;
}
.min-h-\[600px\]{
  min-height: 600px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-\[570px\]{
  min-height: 570px;
}
.\!w-10{
  width: 2.5rem !important;
}
.\!w-fit{
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-10\/12{
  width: 83.333333%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-16{
  width: 4rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\/4{
  width: 75%;
}
.w-3\/5{
  width: 60%;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[100vw\]{
  width: 100vw;
}
.w-\[12\.5\%\]{
  width: 12.5%;
}
.w-\[22\.5\%\]{
  width: 22.5%;
}
.w-\[32\%\]{
  width: 32%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[95\%\]{
  width: 95%;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.w-4\/5{
  width: 80%;
}
.w-1\/2{
  width: 50%;
}
.min-w-44{
  min-width: 11rem;
}
.min-w-5{
  min-width: 1.25rem;
}
.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-\[700px\]{
  min-width: 700px;
}
.min-w-\[800px\]{
  min-width: 800px;
}
.max-w-10{
  max-width: 2.5rem;
}
.max-w-1\/2 {
  max-width: 50%;
} 
.max-w-20{

}
.max-w-40{
  max-width: 10rem;
}
.max-w-9{
  max-width: 2.25rem;
}
.max-w-\[102\%\]{
  max-width: 102%;
}
.max-w-\[200\%\]{
  max-width: 200%;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[45\%\]{
  max-width: 42%;
}
.max-w-\[52px\]{
  max-width: 52px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[70\%\]{
  max-width: 70%;
}
.max-w-\[950px\]{
  max-width: 950px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-\[77px\]{
  max-width: 77px;
}
.max-w-\[74px\]{
  max-width: 74px;
}
.max-w-\[75px\]{
  max-width: 75px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.cursor-pointer{
  cursor: pointer;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-\[70px\]{
  gap: 70px;
}
.gap-y-20{
  row-gap: 5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[37px\]{
  border-radius: 37px;
}
.rounded-\[3px\]{
  border-radius: 3px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-\[10px\]{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-t-\[10px\]{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-br-\[22px\]{
  border-bottom-right-radius: 22px;
}
.rounded-br-\[24px\]{
  border-bottom-right-radius: 24px;
}
.rounded-br-\[90px\]{
  border-bottom-right-radius: 90px;
}
.rounded-tl-\[230px\]{
  border-top-left-radius: 230px;
}
.rounded-tl-\[57px\]{
  border-top-left-radius: 57px;
}
.rounded-tl-\[85px\]{
  border-top-left-radius: 85px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-none{
  border-style: none;
}
.border-\[\#888\]{
  --tw-border-opacity: 1;
  border-color: rgb(136 136 136 / var(--tw-border-opacity));
}
.border-\[\#8F9EBA33\]{
  border-color: #8F9EBA33;
}
.border-\[\#8F9EBA\]{
  --tw-border-opacity: 1;
  border-color: rgb(143 158 186 / var(--tw-border-opacity));
}
.border-\[\#DCE4E6\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 228 230 / var(--tw-border-opacity));
}
.border-\[\#DCE4e6\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 228 230 / var(--tw-border-opacity));
}
.border-\[\#E1E1E1\]{
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}
.border-\[\#EAEAEA\]{
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity));
}
.border-\[\#FBFCFC33\]{
  border-color: #FBFCFC33;
}
.border-\[\#eee\]{
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.border-dark-blue{
  --tw-border-opacity: 1;
  border-color: rgb(28 61 84 / var(--tw-border-opacity));
}
.border-orange{
  --tw-border-opacity: 1;
  border-color: rgb(219 132 45 / var(--tw-border-opacity));
}
.border-sealt{
  --tw-border-opacity: 1;
  border-color: rgb(251 252 252 / var(--tw-border-opacity));
}
.border-vatage{
  --tw-border-opacity: 1;
  border-color: rgb(15 34 48 / var(--tw-border-opacity));
}
.border-opacity-30{
  --tw-border-opacity: 0.3;
}
.bg-\[\#0B0B0B0D\]{
  background-color: #FFEBEB;
}
.bg-\[\#0F2230\]{
  --tw-bg-opacity: 1;
  background-color: #C82727;
}
.bg-\[\#3A4553\]{
  --tw-bg-opacity: 1;
  background-color: rgb(58 69 83 / var(--tw-bg-opacity));
}
.bg-\[\#DCE4E6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 228 230 / var(--tw-bg-opacity));
}
.bg-\[\#F7F7F7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-\[\#FBFCFC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(251 252 252 / var(--tw-bg-opacity));
}
.bg-\[\#FDFDFD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}
.bg-\[\#ffffffc9\]{
  background-color: #C82727;
}

.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-orange{
  --tw-bg-opacity: 1;
  background-color: #5208A5;
  border-radius: 10px;
}
.bg-sealt{
  --tw-bg-opacity: 1;
  background-image: url(../images/banner.png);
}
.bg-vatage{
  --tw-bg-opacity: 1;
  background-color: #C82727;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-image: url(../images/banner.png);
  border-radius: 10px;
}
.bg-roxo{
  --tw-bg-opacity: 1;
  background-color: #5208A5;
}
.bg-gradient-orange-to-b{
  background-image: linear-gradient(to bottom, #E2B737 0%, #DB842D 100%);
}
.bg-gradient-white{
  background-image: linear-gradient(to bottom, #f9f9f9, #AAAAAA);
}
.bg-\[position\:-5\%_20\%\]{
  background-position: -5% 20%;
}
.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;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-9{
  padding: 2.25rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.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;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-montserrat{
  font-family: OpenSauceOne-Light;
}
.font-nixie{
  font-family: OpenSauceOne-Regular;
}
.font-poppins{
  font-family: OpenSauceOne-Regular;
}
.font-roboto{
  font-family: Roboto;
}
.text-2xl{
  font-size: 1.4rem;
  line-height: 2rem;
}
.text-3xl{
  font-family: OpenSauceOne-ExtraBold;
  font-size: 50px;
  line-height: 3rem;
  margin-bottom: 2rem;
}
.text-4xl{
  font-size: 2.1rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 18px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 18px;
}
.text-\[17px\]{
  font-size: 20px;
  font-family: OpenSauceOne-Regular;
}
.text-\[18px\]{
  font-size: 17px;
}
.text-\[22px\]{
  font-size: 21px;
}
.text-\[23px\]{
  font-size: 20px;
}
.text-\[25px\]{
  font-size: 22px;
}
.text-\[27px\]{
  font-size: 27px;
}
.text-\[30px\]{
  font-size: 40px;
}
.text-\[34px\]{
  font-size: 30px;
}
.text-\[35px\]{
  font-size: 18px;
  font-family: OpenSauceOne-ExtraBold;
}
.text-\[40px\]{
  font-size: 50px;
}
.text-\[42px\]{
  font-size: 37px;
}
.text-\[80px\]{
  font-size: 80px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-large{
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xxl{
  font-size: 26px;
}
.text-xxxl{
  font-size: 1.875rem;
}
.text-\[20px\]{
  font-size: 20px;
}
.font-\[275\]{
  font-weight: 275;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 600;
  
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{

}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[1\.439em\]{
  line-height: 1.439em;
}
.leading-\[1\.45em\]{
  line-height: 1.45em;
}
.leading-\[27px\]{
  line-height: 27px;
}
.leading-\[52px\]{
  line-height: 52px;
}
.leading-normal{
  line-height: 1.5;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[-0\.02em\]{
  letter-spacing: -0.02em;
}
.tracking-\[-1\.9\%\]{
  letter-spacing: -1.9%;
}
.tracking-\[0\.15em\]{
  letter-spacing: 0.15em;
}
.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#0B0B0B0D\]{
  color: #0B0B0B0D;
}
.text-\[\#0F2230\]{
  --tw-text-opacity: 1;
  color: #C82727;
}
.text-\[\#0b0b0be1\]{
  color: #0b0b0be1;
}
.text-\[\#20A383\]{
  --tw-text-opacity: 1;
  color: rgb(32 163 131 / var(--tw-text-opacity));
}
.text-\[\#4646460C\]{
  color: #4646460C;
}
.text-\[\#8f9EBA\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#A33020\]{
  --tw-text-opacity: 1;
  color: rgb(163 48 32 / var(--tw-text-opacity));
}
.text-\[\#B2B3CF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#FBFCFC\]{
  --tw-text-opacity: 1;
  color: rgb(251 252 252 / 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-dark-blue{
  --tw-text-opacity: 1;
  color: #C82727;
}
.text-fblack{
  --tw-text-opacity: 1;
  color: #C82727;
}
.text-fblack2{
  --tw-text-opacity: 1;
  color: #101010;
}
.text-orange{
  --tw-text-opacity: 1;
  color: rgb(219 132 45 / var(--tw-text-opacity));
}
.text-sealt{
  --tw-text-opacity: 1;
  color: rgb(251 252 252 / var(--tw-text-opacity));
}
.text-vatage{
  --tw-text-opacity: 1;
  color: #C82727;
}
.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-0{
  opacity: 0;
}
.opacity-50{
  opacity: 0.5;
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur-3xl{
  --tw-blur: blur(64px);
  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);
}
.brightness-75{
  --tw-brightness: brightness(.75);
  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);
}
.brightness-90{
  --tw-brightness: brightness(.9);
  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);
}
.brightness-95{
  --tw-brightness: brightness(.95);
  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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-500{
  transition-duration: 500ms;
}
.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: #718096;
}
ul{
  list-style-position: inside;
  list-style-type: disc;
}
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;
}
.bg-hero {
  background-image: url(../images/Fundo.png?882e0f00b2d124d7d15ca9f874d0df4c);
}
.bg-textured {
  background-image: url(../images/banner.png);
}
.bg-vantagens {
  background-color: #C82727;
}
.bg-vantagens2 {
  background-color: #FFEBEB;
}
#seja-um-parceiro form input,
.wpcf7-list-item-label{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 228 230 / var(--tw-border-opacity));
  padding: 0.625rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity));
}
#seja-um-parceiro form input::-moz-placeholder, .wpcf7-list-item-label::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}
#seja-um-parceiro form input::placeholder,
.wpcf7-list-item-label::placeholder{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}
.wpcf7-list-item-label{
  margin: 0px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-style: none;
  padding: 0px;
}
#seja-um-parceiro form .wpcf7-submit {
  margin-inline: auto !important;
  color: white !important;
}
.wpcf7-list-item {
  margin: 0;
}
@media (min-width: 960px) {
  .lg\:overflow-l-hidden {
    clip-path: inset(-100vw -100vw -100vw 0);
  }

  form h3.text-base {
    font-size: 20px;
  }

  form span.wpcf7-form-control-wrap {
    display: block;
  }

  form span[data-name="razaosocial"] {
    width: 57%;
  }

  form span[data-name="nomefantasia"] {
    width: 40%;
  }

  form span[data-name="cnpj"],
  form span[data-name="telefone"],
  form span[data-name="dataabertura"] {
    width: 32%;
  }

  form span[data-name="endereco"] {
    width: 100%;
  }

  form span[data-name="bairro"] {
    width: 20%;
  }

  form span[data-name="cep"] {
    width: 15%;
  }

  form span[data-name="cidade"] {
    width: 30%;
  }

  form span[data-name="estado"] {
    width: 30%;
  }

  form span[data-name="email"],
  form span[data-name="emailfatura"],
  form span[data-name="site"] {
    width: 32%;
  }

  form span[data-name="emailacionista1"],
  form span[data-name="emailacionista2"],
  form span[data-name="emailacionista3"],
  form span[data-name="emailacionista4"] {
    width: 29%;
  }

  form span[data-name="cpfacionista1"],
  form span[data-name="cpfacionista2"],
  form span[data-name="cpfacionista3"],
  form span[data-name="cpfacionista4"] {
    width: 19%;
  }

  form span[data-name="nomeacionista1"],
  form span[data-name="nomeacionista2"],
  form span[data-name="nomeacionista3"],
  form span[data-name="nomeacionista4"] {
    width: 39%;
  }

  form span[data-name="banco"],
  form span[data-name="agencia"],
  form span[data-name="conta"] {
    width: 32%;
  }

  form span[data-name="nomeempresa1"],
  form span[data-name="nomeempresa2"],
  form span[data-name="contatoempresa1"],
  form span[data-name="contatoempresa2"],
  form span[data-name="telefoneempresa1"],
  form span[data-name="telefoneempresa2"] {
    width: 32%;
  }

  form span[data-name="promotor"] {
    margin-inline: 0 !important;
  }

  .sub-menu {
    background-color: white;
    color: #666666;
    padding-block: 15px;
    min-width: 240px;
    font-family: OpenSauceOne-Regular;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    z-index: 100;
    box-shadow: 10px 10px 40px 0px #00000017;
  }

  .sub-menu li + li {
    padding-top: 12.5px !important;
  }

  .sub-menu li {
    padding: 0 !important;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#comunicados .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-list-item label {
  display: flex;
  gap: 0.5rem;
}
.wpcf7-list-item label input {
  margin-block: 0 !important;
  margin-right: 10px !important;
}
form span[data-name="promotor"] {
  display: flex;
  align-items: center;
  margin-inline: auto;
}
.max-lg\:w-\[19px\] {
  width: 10px;
}
.page-numbers {
  padding-block: 12px;
  padding-inline: 16px;
  color: #0b0b0b;
}
.current {
  background: #1c3d54;
  color: white;
  border-radius: 5px;
}
.next,
.prev {
  padding-inline: 12.5px;
  background: #cccccc;
  color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.next::before,
.prev::before {
  content: "";
  display: block;
  width: 10px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDcgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjU2MjUgNS4zNzMwNUwyLjU3ODEyIDkuMzU3NDJDMi4yODUxNiA5LjY1MDM5IDEuODQ1NyA5LjY1MDM5IDEuNTgyMDMgOS4zNTc0MkwwLjkwODIwMyA4LjcxMjg5QzAuNjQ0NTMxIDguNDE5OTIgMC42NDQ1MzEgNy45ODA0NyAwLjkwODIwMyA3LjcxNjhMMy43NSA0LjkwNDNMMC45MDgyMDMgMi4wNjI1QzAuNjQ0NTMxIDEuNzk4ODMgMC42NDQ1MzEgMS4zNTkzOCAwLjkwODIwMyAxLjA2NjQxTDEuNTgyMDMgMC4zOTI1NzhDMS44NDU3IDAuMTI4OTA2IDIuMjg1MTYgMC4xMjg5MDYgMi41NzgxMiAwLjM5MjU3OEw2LjU2MjUgNC4zNzY5NUM2LjgyNjE3IDQuNjY5OTIgNi44MjYxNyA1LjEwOTM4IDYuNTYyNSA1LjM3MzA1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}
.prev {
  transform: rotate(180deg);
}
body {
  overflow-x: hidden;
}
#post-content a {
  color: #db842d;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 960px){

  .lg\:container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  
  .lg\:h-full {
    height: 100%;
  }

  @media (min-width: 480px){

    .lg\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 600px){

    .lg\:container{
      max-width: 600px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 782px){

    .lg\:container{
      max-width: 782px;
    }
  }

  @media (min-width: 960px){

    .lg\:container{
      max-width: 960px;
      padding-right: 0rem;
      padding-left: 0rem;
    }
  }

  @media (min-width: 1280px){

    .lg\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px){

    .lg\:container{
      max-width: 1440px;
    }
  }
}
.placeholder\:text-\[\#AAA\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#AAA\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}
.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}
.last-of-type\:mb-0:last-of-type{
  margin-bottom: 0px;
}
.last-of-type\:border-none:last-of-type{
  border-style: none;
}
.last-of-type\:pb-0:last-of-type{
  padding-bottom: 0px;
}
@media not all and (min-width: 1440px){

  .max-2xl\:max-h-\[550px\]{
    max-height: 550px;
  }
}
@media not all and (min-width: 1280px){
  .max-xl\:max-h-\[350px\]{
    max-height: 350px;
  }
}
@media (min-width: 1280px) {
    .xl\:container {
        max-width: 1440px;
    }
}
@media not all and (min-width: 960px){

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

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

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

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

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

  .max-lg\:block{
    display: block;
  }

  .max-lg\:hidden{
    display: none;
  }

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

  .max-lg\:h-dvh{
    height: 100dvh;
  }

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

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

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

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

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

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

  .max-lg\:flex-col{
    flex-direction: column;
  }

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

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

  .max-lg\:rounded-b-\[21px\]{
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
  }

  .max-lg\:rounded-t-\[21px\]{
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
  }

  .max-lg\:border-b{
    border-bottom-width: 1px;
  }

  .max-lg\:border-b-2{
    border-bottom-width: 2px;
  }

  .max-lg\:border-\[\#E1E1E1\]{
    --tw-border-opacity: 1;
    border-color: rgb(225 225 225 / var(--tw-border-opacity));
  }

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

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

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

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

  .max-lg\:pb-5{
    padding-bottom: 1.25rem;
  }

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

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

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

  .max-lg\:text-center{
    text-align: center;
  }

  .max-lg\:text-right{
    text-align: right;
  }

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

  .max-lg\:uppercase{

  }
}
@media (min-width: 782px){

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

  .md\:flex{
    display: flex;
  }

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

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

  .lg\:static{
    position: static;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:\!-left-10{
    left: -2.5rem !important;
  }

  .lg\:\!-right-10{
    right: -2.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-14{
    margin-top: 3.25rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-9{
    height: 2.25rem;
  }

  .lg\:h-\[90vh\]{
    height: 90vh;
  }

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

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

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

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

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

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

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

  .lg\:w-3\/4{
    width: 610px;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-5\/6{
    width: 650px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:max-w-20{
    max-width: 5rem;
  }

  .lg\:max-w-56{
    max-width: 14rem;
  }

  .lg\:max-w-80{
    max-width: 20rem;
  }

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

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

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

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

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

  .lg\:max-w-\[20ch\]{
    max-width: 20ch;
  }

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

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

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

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

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

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

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

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

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:basis-\[30\%\]{
    flex-basis: 30%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-br-\[74px\]{
    border-bottom-right-radius: 74px;
  }

  .lg\:rounded-tl-\[124px\]{
    border-top-left-radius: 124px;
  }

  .lg\:border-x{
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .lg\:border-y{
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:border-\[\#8F9EBA\]{
    --tw-border-opacity: 1;
    border-color: rgb(143 158 186 / var(--tw-border-opacity));
  }

  .lg\:border-\[\#E1E1E1\]{
    --tw-border-opacity: 1;
    border-color: rgb(225 225 225 / var(--tw-border-opacity));
  }

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

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: #C82727;
  }

  .lg\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .lg\:bg-\[position\:98\%_-20\%\]{
    background-position: 98% -20%;
  }

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

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

  .lg\:p-10{
    padding: 2.5rem;
  }

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

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

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

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

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

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

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

  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

  .lg\:py-24{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

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

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

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

  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[42px\]{
    font-size: 39px;
    font-family: OpenSauceOne-ExtraBold;
  }

  .lg\:text-\[45px\]{
    font-family: OpenSauceOne-ExtraBold;
    font-size: 40px;
  }

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

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

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

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

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

  .lg\:leading-7{
    line-height: 1.75rem;
  }

  .lg\:leading-\[1\.5em\]{
    line-height: 1em;
    
  }

  .lg\:leading-\[20px\]{
    line-height: 20px;
  }

  .lg\:leading-\[60px\]{
    line-height: 1;
  }

  .lg\:leading-\[70px\]{
    line-height: 1.25;
  }

  .lg\:leading-\[75px\]{
    line-height: 75px;
  }

  .lg\:leading-snug{
    line-height: 1.375;
  }

  .lg\:leading-tight{
    line-height: 1.25;
  }

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

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

  .lg\:text-yellow{
    --tw-text-opacity: 1;
    color: rgb(226 183 55 / var(--tw-text-opacity));
  }

  .lg\:opacity-50{
    opacity: 0.5;
  }

  .lg\:blur-\[50px\]{
    --tw-blur: blur(50px);
    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);
  }

  .lg\:blur-\[90px\]{
    --tw-blur: blur(90px);
    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);
  }
}
.\[\&\.swiper-slide-active\]\:opacity-100.swiper-slide-active{
  opacity: 1;
}
.\[\&\>a\>img\]\:w-full>a>img{
  width: 100%;
}
@media (min-width: 960px){

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

  .lg\:\[\&\>div\]\:w-\[30\%\]>div{
    width: 30%;
  }
}
.\[\&\>em\]\:text-orange>em{
  --tw-text-opacity: 1;
  color: rgb(219 132 45 / var(--tw-text-opacity));
}
.\[\&\>iframe\]\:h-full>iframe{
  height: 100%;
}
.\[\&\>li\]\:pb-0>li{
  padding-bottom: 0px;
}
.\[\&\>li\]\:pt-5>li{
  padding-top: 1.25rem;
}
.\[\&\>p\>strong\]\:mt-5>p>strong{
  margin-top: 1.25rem;
}
.\[\&\>p\>strong\]\:font-semibold>p>strong{
  font-weight: 600;
}
.\[\&\>strong\]\:mt-10>strong{
  margin-top: 2.5rem;
}
.\[\&\>strong\]\:block>strong{
  display: block;
}
.\[\&\>strong\]\:bg-\[\#D9D9D9\]>strong{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.\[\&\>strong\]\:bg-dark-blue>strong{
  --tw-bg-opacity: 1;
  background-color: rgb(28 61 84 / var(--tw-bg-opacity));
}
.\[\&\>strong\]\:bg-gray>strong{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.\[\&\>strong\]\:bg-vatage>strong{
  --tw-bg-opacity: 1;
  background-color: rgb(15 34 48 / var(--tw-bg-opacity));
}
.\[\&\>strong\]\:px-1>strong{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.\[\&\>strong\]\:px-2>strong{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&\>strong\]\:px-4>strong{
  padding-left: 1rem;
  padding-right: 1rem;
}
.\[\&\>strong\]\:text-\[20px\]>strong{
  font-size: 20px;
}
.\[\&\>strong\]\:text-\[30px\]>strong{
  font-size: 30px;
}
.\[\&\>strong\]\:text-xl>strong{
  font-size: 1.25rem;
}
.\[\&\>strong\]\:font-black>strong{
  font-weight: 900;
}
.\[\&\>strong\]\:font-extrabold>strong{
  
  font-family: OpenSauceOne-ExtraBold;
}
.\[\&\>strong\]\:font-medium>strong{
  font-weight: 500;
}
.\[\&\>strong\]\:font-semibold>strong{
  font-weight: 600;
}
.\[\&\>strong\]\:leading-snug>strong{
  line-height: 1.375;
}
.\[\&\>strong\]\:text-fblack>strong{
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity));
}
.\[\&\>strong\]\:text-white>strong{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 960px){

  .lg\:\[\&\>strong\]\:text-\[40px\]>strong{
    font-size: 40px;
  }
}
.\[\&\>ul\>li\]\:mb-1>ul>li{
  margin-bottom: 0.25rem;
}
.\[\&\>ul\]\:mt-4>ul{
  margin-top: 1rem;
}
.\[\&\>ul\]\:list-outside>ul{
  list-style-position: outside;
}
.\[\&\>ul\]\:pl-6>ul{
  padding-left: 1.5rem;
}
.\[\&_em\]\:block em{
  display: block;
}
.\[\&_em\]\:not-italic em{
  font-style: normal;
}
.\[\&_em\]\:text-orange em{
  --tw-text-opacity: 1;
  color: rgb(219 132 45 / var(--tw-text-opacity));
}
@media (min-width: 960px){

  .lg\:\[\&_em\]\:text-\[47px\] em{
    font-size: 36px;
  }
}
.\[\&_strong\]\:bg-vatage strong{
  --tw-bg-opacity: 1;
  background-color: rgb(15 34 48 / var(--tw-bg-opacity));
}
.\[\&_strong\]\:text-\[30px\] strong{
  font-size: 30px;
}
.\[\&_strong\]\:leading-snug strong{
  line-height: 1.375;
}
.\[\&_strong\]\:tracking-wide strong{
  letter-spacing: 0.025em;
}
.\[\&_strong\]\:tracking-wider strong{
  letter-spacing: 0.05em;
}
.\[\&_strong\]\:tracking-widest strong{
  letter-spacing: 0.1em;
}
.\[\&_strong\]\:text-yellow strong{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: OpenSauceOne-ExtraBold;
  font-size: 40px;
  	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 5px solid #F87F07;
	margin: auto;
	text-align: center;
}
@media (min-width: 960px){

  .lg\:\[\&_strong\]\:text-\[50px\] strong{
    font-size: 42px;
  }
  .lg\:overflow-y-hidden {
      overflow-y: hidden;
  }
}

.menu-item {
    font-size: 18px;
}

@media (max-width: 1400px)and (min-width: 960px)  {
    .menu-item {
        font-size: 18px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    a.border-sealt {
        font-size: 14px;
    }
    .lg\:text-\[100px\] {
        font-size: 60px;
    }
}

@media (max-width: 1400px)and (min-width: 1300px)  {
    .max-h-\[610px\] {
        max-height: 570px;
    }
    .min-w-\[800px\] {
        width: 600px;
        min-width: 450px;
    }
}
@media (max-width: 1500px)and (min-width: 1400px) {
    .max-h-\[610px\] {
        max-height: 550px;
    }
    .min-w-\[800px\] {
        width: 600px;
        min-width: 450px;
    }
}
@media (max-width: 1700px)and (min-width: 1600px) {
    .min-w-\[800px\] {
        width: 700px;
        min-width: 450px;
    }
}
@media (max-width: 1600px)and (min-width: 1500px) {
    .max-h-\[610px\] {
        max-height: 540px;
    }
    .min-w-\[800px\] {
        width: 670px;
        min-width: 450px;
    }
}
@media (max-width: 1500px) and (min-width: 1200px) {
    .min-h-\[570px\] {
        min-height: 450px;
    }
    .bg-white.pt-10.lg\:py-24 {
        padding-block: 60px
    }
}
@media (max-width: 1500px) and (min-width: 960px) {
    .max-h-\[700px\] {
        top: 60%;
        transform: translate(0, -50%);
        max-height: 500px;
    }
    .pl-8 {
        padding-left: 0;
    }
    .min-w-\[800px\] {
        min-width: 720px;
    }
}
.text-yellow {
		--tw-text-opacity: 1;
		color: rgb(255 255 255/var(--tw-text-opacity))
	}


.min-w-\[800px\] {
  max-width: 720px;
}