@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);
/*
! tailwindcss v3.0.24 | 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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}/*
Ensure the default browser behavior of the `hidden` attribute.
*/[hidden] {
  display: none;
}*, ::before, ::after{
  --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:  }[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration="200"]{transition-duration:.2s}[data-sal][data-sal-duration="250"]{transition-duration:.25s}[data-sal][data-sal-duration="300"]{transition-duration:.3s}[data-sal][data-sal-duration="350"]{transition-duration:.35s}[data-sal][data-sal-duration="400"]{transition-duration:.4s}[data-sal][data-sal-duration="450"]{transition-duration:.45s}[data-sal][data-sal-duration="500"]{transition-duration:.5s}[data-sal][data-sal-duration="550"]{transition-duration:.55s}[data-sal][data-sal-duration="600"]{transition-duration:.6s}[data-sal][data-sal-duration="650"]{transition-duration:.65s}[data-sal][data-sal-duration="700"]{transition-duration:.7s}[data-sal][data-sal-duration="750"]{transition-duration:.75s}[data-sal][data-sal-duration="800"]{transition-duration:.8s}[data-sal][data-sal-duration="850"]{transition-duration:.85s}[data-sal][data-sal-duration="900"]{transition-duration:.9s}[data-sal][data-sal-duration="950"]{transition-duration:.95s}[data-sal][data-sal-duration="1000"]{transition-duration:1s}[data-sal][data-sal-duration="1050"]{transition-duration:1.05s}[data-sal][data-sal-duration="1100"]{transition-duration:1.1s}[data-sal][data-sal-duration="1150"]{transition-duration:1.15s}[data-sal][data-sal-duration="1200"]{transition-duration:1.2s}[data-sal][data-sal-duration="1250"]{transition-duration:1.25s}[data-sal][data-sal-duration="1300"]{transition-duration:1.3s}[data-sal][data-sal-duration="1350"]{transition-duration:1.35s}[data-sal][data-sal-duration="1400"]{transition-duration:1.4s}[data-sal][data-sal-duration="1450"]{transition-duration:1.45s}[data-sal][data-sal-duration="1500"]{transition-duration:1.5s}[data-sal][data-sal-duration="1550"]{transition-duration:1.55s}[data-sal][data-sal-duration="1600"]{transition-duration:1.6s}[data-sal][data-sal-duration="1650"]{transition-duration:1.65s}[data-sal][data-sal-duration="1700"]{transition-duration:1.7s}[data-sal][data-sal-duration="1750"]{transition-duration:1.75s}[data-sal][data-sal-duration="1800"]{transition-duration:1.8s}[data-sal][data-sal-duration="1850"]{transition-duration:1.85s}[data-sal][data-sal-duration="1900"]{transition-duration:1.9s}[data-sal][data-sal-duration="1950"]{transition-duration:1.95s}[data-sal][data-sal-duration="2000"]{transition-duration:2s}[data-sal][data-sal-delay="50"]{transition-delay:.05s}[data-sal][data-sal-delay="100"]{transition-delay:.1s}[data-sal][data-sal-delay="150"]{transition-delay:.15s}[data-sal][data-sal-delay="200"]{transition-delay:.2s}[data-sal][data-sal-delay="250"]{transition-delay:.25s}[data-sal][data-sal-delay="300"]{transition-delay:.3s}[data-sal][data-sal-delay="350"]{transition-delay:.35s}[data-sal][data-sal-delay="400"]{transition-delay:.4s}[data-sal][data-sal-delay="450"]{transition-delay:.45s}[data-sal][data-sal-delay="500"]{transition-delay:.5s}[data-sal][data-sal-delay="550"]{transition-delay:.55s}[data-sal][data-sal-delay="600"]{transition-delay:.6s}[data-sal][data-sal-delay="650"]{transition-delay:.65s}[data-sal][data-sal-delay="700"]{transition-delay:.7s}[data-sal][data-sal-delay="750"]{transition-delay:.75s}[data-sal][data-sal-delay="800"]{transition-delay:.8s}[data-sal][data-sal-delay="850"]{transition-delay:.85s}[data-sal][data-sal-delay="900"]{transition-delay:.9s}[data-sal][data-sal-delay="950"]{transition-delay:.95s}[data-sal][data-sal-delay="1000"]{transition-delay:1s}[data-sal][data-sal-easing=linear]{transition-timing-function:linear}[data-sal][data-sal-easing=ease]{transition-timing-function:ease}[data-sal][data-sal-easing=ease-in]{transition-timing-function:ease-in}[data-sal][data-sal-easing=ease-out]{transition-timing-function:ease-out}[data-sal][data-sal-easing=ease-in-out]{transition-timing-function:ease-in-out}[data-sal][data-sal-easing=ease-in-cubic]{transition-timing-function:cubic-bezier(.55,.055,.675,.19)}[data-sal][data-sal-easing=ease-out-cubic]{transition-timing-function:cubic-bezier(.215,.61,.355,1)}[data-sal][data-sal-easing=ease-in-out-cubic]{transition-timing-function:cubic-bezier(.645,.045,.355,1)}[data-sal][data-sal-easing=ease-in-circ]{transition-timing-function:cubic-bezier(.6,.04,.98,.335)}[data-sal][data-sal-easing=ease-out-circ]{transition-timing-function:cubic-bezier(.075,.82,.165,1)}[data-sal][data-sal-easing=ease-in-out-circ]{transition-timing-function:cubic-bezier(.785,.135,.15,.86)}[data-sal][data-sal-easing=ease-in-expo]{transition-timing-function:cubic-bezier(.95,.05,.795,.035)}[data-sal][data-sal-easing=ease-out-expo]{transition-timing-function:cubic-bezier(.19,1,.22,1)}[data-sal][data-sal-easing=ease-in-out-expo]{transition-timing-function:cubic-bezier(1,0,0,1)}[data-sal][data-sal-easing=ease-in-quad]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-sal][data-sal-easing=ease-out-quad]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-sal][data-sal-easing=ease-in-out-quad]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-sal][data-sal-easing=ease-in-quart]{transition-timing-function:cubic-bezier(.895,.03,.685,.22)}[data-sal][data-sal-easing=ease-out-quart]{transition-timing-function:cubic-bezier(.165,.84,.44,1)}[data-sal][data-sal-easing=ease-in-out-quart]{transition-timing-function:cubic-bezier(.77,0,.175,1)}[data-sal][data-sal-easing=ease-in-quint]{transition-timing-function:cubic-bezier(.755,.05,.855,.06)}[data-sal][data-sal-easing=ease-out-quint]{transition-timing-function:cubic-bezier(.23,1,.32,1)}[data-sal][data-sal-easing=ease-in-out-quint]{transition-timing-function:cubic-bezier(.86,0,.07,1)}[data-sal][data-sal-easing=ease-in-sine]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-sal][data-sal-easing=ease-out-sine]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-sal][data-sal-easing=ease-in-out-sine]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-sal][data-sal-easing=ease-in-back]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-sal][data-sal-easing=ease-out-back]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-sal][data-sal-easing=ease-in-out-back]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-sal|=fade]{opacity:0;transition-property:opacity}[data-sal|=fade].sal-animate,body.sal-disabled [data-sal|=fade]{opacity:1}[data-sal|=slide]{opacity:0;transition-property:opacity,transform}[data-sal=slide-up]{transform:translateY(20%)}[data-sal=slide-down]{transform:translateY(-20%)}[data-sal=slide-left]{transform:translateX(20%)}[data-sal=slide-right]{transform:translateX(-20%)}[data-sal|=slide].sal-animate,body.sal-disabled [data-sal|=slide]{opacity:1;transform:none}[data-sal|=zoom]{opacity:0;transition-property:opacity,transform}[data-sal=zoom-in]{transform:scale(.5)}[data-sal=zoom-out]{transform:scale(1.1)}[data-sal|=zoom].sal-animate,body.sal-disabled [data-sal|=zoom]{opacity:1;transform:none}[data-sal|=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}[data-sal=flip-left]{transform:perspective(2000px) rotateY(-91deg)}[data-sal=flip-right]{transform:perspective(2000px) rotateY(91deg)}[data-sal=flip-up]{transform:perspective(2000px) rotateX(-91deg)}[data-sal=flip-down]{transform:perspective(2000px) rotateX(91deg)}[data-sal|=flip].sal-animate,body.sal-disabled [data-sal|=flip]{transform:none}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{transition:transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:flex!important;justify-content:center;align-items:center;transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:flex;justify-content:center;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:flex;width:auto}.zoomed .gslide-media{box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;flex-direction:column}.gslide-description{position:relative;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;order:2!important;max-height:78vh;overflow:auto!important;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{transition:opacity .5s ease;opacity:1}.greset{transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes lightboxLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}.gbtn{
  display: flex !important;
  height: 4rem !important;
  width: 4rem !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(11 133 55 / var(--tw-bg-opacity)) !important;
  padding: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  opacity: 1 !important}.gbtn svg{
  width: 1.5rem !important}.gbtn.gclose{
  height: 3rem !important;
  width: 3rem !important}.gbtn.gclose svg{
  width: 1.5rem !important}.gbtn:not(.disabled):hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important}.gbtn.disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity)) !important;
  opacity: 0.2 !important}.gslide-media{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important}.gslide-description{
  height: auto !important;
  background-color: transparent !important;
  text-align: center !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important}.gslide-description .gslide-title{
  margin-bottom: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important}.gslide-description *{
  background-color: transparent !important;
  --tw-bg-opacity: 0.7 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important}html, body{
  height: 100%;
  width: 100%}body{
  overflow-x: hidden;
  font-family: Lato, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))}*, :focus, :hover{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important}.active > a, .current > a{
  --tw-text-opacity: 1;
  color: rgb(11 133 55 / var(--tw-text-opacity))}ul, ol{
  margin: 0px;
  list-style-type: none;
  padding: 0px}.text ol:not(ul), .text ul:not(ul), .text ol:not(ol), .text ul:not(ol){
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem}.text ol:not(ul) li, .text ul:not(ul) li, .text ol:not(ol) li, .text ul:not(ol) li{
  padding-left: 1rem}.text ol:not(ul) li strong, .text ul:not(ul) li strong, .text ol:not(ol) li strong, .text ul:not(ol) li strong{
  --tw-text-opacity: 1;
  color: rgb(11 133 55 / var(--tw-text-opacity))}.text ul:not(ul) li, .text ul:not(ol) li{
  position: relative}.text ul:not(ul) li::before, .text ul:not(ol) li::before {
                content: "\25CF";
                position: absolute;
                left: 0px;
                top: 0px;
                margin-left: -2rem;
                display: inline-block;
                width: 2rem;
                text-align: right;
                font-weight: 700;
                line-height: 1.25;
                --tw-text-opacity: 1;
                color: rgb(11 133 55 / var(--tw-text-opacity));
            }.text ol:not(ul), .text ol:not(ol){
  list-style-type: decimal}.neg.text ul:not(ul) li::before, .neg .text ul:not(ul) li::before, .neg.text ul:not(ol) li::before, .neg .text ul:not(ol) li::before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.text ol:not(.list-none), .text ul:not(.list-none){
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem}.text ol:not(.list-none) li, .text ul:not(.list-none) li{
  padding-left: 1rem}.text ol:not(.list-none) li strong, .text ul:not(.list-none) li strong{
  --tw-text-opacity: 1;
  color: rgb(11 133 55 / var(--tw-text-opacity))}.text ul:not(.list-none) li{
  position: relative}.text ul:not(.list-none) li::before {
                content: "\25CF";
                position: absolute;
                left: 0px;
                top: 0px;
                margin-left: -2rem;
                display: inline-block;
                width: 2rem;
                text-align: right;
                font-weight: 700;
                line-height: 1.25;
                --tw-text-opacity: 1;
                color: rgb(11 133 55 / var(--tw-text-opacity));
            }.text ol:not(.list-none){
  list-style-type: decimal}hr{
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity))}hr.hr-pri{
  --tw-border-opacity: 1;
  border-color: rgb(11 133 55 / var(--tw-border-opacity))}strong{
  font-weight: 600}p{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem}svg{
  height: 100%;
  width: 100%}section{
  padding-left: 3%;
  padding-right: 3%}h1, h2, h3, h4{
  display: block;
  --tw-text-opacity: 1;
  color: rgb(11 133 55 / var(--tw-text-opacity))}h2 strong, h3 strong, h4 strong{
  font-weight: 600}h1{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.25 !important}h2{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.25 !important}h3{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1 !important}h4{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))}a{
  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));
  --tw-text-opacity: 1;
  color: rgb(11 133 55 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1)}a:not(.btn):hover{
  --tw-text-opacity: 1;
  color: rgb(11 133 55 / var(--tw-text-opacity))}a:not(.btn):hover line{
  stroke: #0B8537}.text a{
  position: relative;
  font-weight: 400}.text a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.text a::before {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0px;
            z-index: -10;
            height: 0.5rem;
            width: 100%;
            --tw-skew-x: -6deg;
            --tw-skew-y: -1deg;
            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));
            --tw-bg-opacity: 1;
            background-color: rgb(94 234 212 / var(--tw-bg-opacity));
            transition-duration: 300ms;
        }.text a:hover::before{
  height: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 161 67 / var(--tw-bg-opacity))}.text a[target="_blank"]::after {
                content: "\f14c";
                margin-left: 0.25rem;
                font-family: 'Font Awesome 6 Pro';
                font-size: 0.8em;
            }em{
  font-style: normal}em::before {
        content: "« ";
        transform: translateY(-5%);
        position: relative;
        margin-right: 0.25rem;
        display: inline-block;
    }em::after {
        content: " »";
        transform: translateY(-5%);
        position: relative;
        margin-left: 0.25rem;
        display: inline-block;
    }svg{
  max-height: 100%;
  max-width: 100%}svg line, svg path, svg polygon{
  transition-duration: 300ms}table{
  margin: 0px;
  margin-top: 0.5rem;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px}table th, table td{
  margin: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  padding-right: 1rem;
  text-align: left}.text table{
  border-top-width: 1px;
  text-align: left}.text table th, .text table td{
  border-bottom-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 400}.text table th{
  width: 25%;
  padding-right: 3rem}@media (min-width: 640px) {
    h1, h2{
    font-size: 1.875rem;
    line-height: 2.25rem}
    h3{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem}
    h4{
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem}
}@media (min-width: 768px) {
    h1, h2{
    font-size: 2.25rem;
    line-height: 2.5rem}
}@media (min-width: 1024px) {
    h1, h2{
    margin-bottom: 1.5rem;
    font-size: 3rem;
    line-height: 1}
}@media (min-width: 1280px) {
    body{
    font-size: 1.125rem;
    line-height: 1.75rem}
    h1, h2{
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem}
    section{
    padding-left: 0px;
    padding-right: 0px}
}@media (min-width: 1681px) {
    h1, h2{
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem}
        h1 strong, h2 strong{
    font-size: 3rem;
    line-height: 1}
    h3{
    font-size: 1.5rem;
    line-height: 2rem}
    h4{
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem}
}@media (min-width: 1921px) {
    h1{
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem}
        h1 strong{
    font-size: 3rem;
    line-height: 1}
    h2{
    margin-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 2.5rem}
        h2 strong{
    font-size: 3rem;
    line-height: 1}
    h3{
    font-size: 1.5rem;
    line-height: 2rem}
        h3 strong{
    font-size: 1.875rem;
    line-height: 2.25rem}
    h4{
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem}
}.neg h1:not(.btn), .neg h2:not(.btn), .neg h3:not(.btn), .neg h4:not(.btn), .neg p:not(.btn), .neg th:not(.btn), .neg td:not(.btn){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important}.neg ol *, .neg ul *, .neg p *{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important}.neg a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.neg a:hover{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity))}.neg strong{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.neg.text, .neg .text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.neg.text ul:not(.list-none) li::before, .neg .text ul:not(.list-none) li::before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.small {

    font-size: 80%;

}.small h2{
  font-size: 1.5rem;
  line-height: 2rem}.small h3{
  font-size: 1.125rem;
  line-height: 1.75rem}.rights{
  margin-top: 3rem}.rights h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0em}.rights h3{
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: none;
  letter-spacing: 0em}header.header{
  margin-top: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms}header.header .logo{
  display: flex;
  height: 8rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms}header.header .logo svg{
  max-height: none;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms}header.header .logo svg path{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms}.scrolling header.header{
  margin-top: 0px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(51 65 85 / 0));
  --tw-gradient-to: #475569}.scrolling header.header a{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important}.scrolling header.header a *{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.scrolling header.header .right{
  justify-content: center;
  gap: 0px}.scrolling header.header .logo, .scrolling header.header .galabau{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 3.5rem}.scrolling header.header .logo path, .scrolling header.header .galabau path{
  fill: #fff}.scrolling header.header .galabau{
  margin-top: 0.5rem;
  height: 2rem}.scrolling header.header .contacts{
  height: 0px;
  overflow: hidden}footer.footer .contact{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))}footer.footer .contact a:not(.btn){
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))}footer.footer .contact a:not(.btn):hover{
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important}footer.footer .contact a:not(.btn):hover *{
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important}body.scrolling footer.footer #btn-top{
  bottom: 5rem}.nav-open .ovl {
    }@media (min-width: 640px) {
}@media (min-width: 768px) {
}@media (min-width: 1024px) {
}@media (min-width: 1280px) {
}@media (min-width: 1681px) {
}@media (min-width: 1921px) {
}nav.main a{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))}nav.main a .title{
  margin-left: 0.75rem}.scrolling nav.main a .title{
  margin-left: 0px;
  max-width: 0rem}.scrolling nav.main a:hover .title{
  margin-left: 0.75rem;
  max-width: 36rem}@media (min-width: 1280px) {
        nav.main a {
        }
                .scrolling nav.main a.active{
    --tw-bg-opacity: 1;
    background-color: rgb(11 133 55 / var(--tw-bg-opacity))}
                .scrolling nav.main a:hover{
    background-color: rgb(255 255 255 / 0.1)}
        nav.site a{
    position: relative;
    text-transform: uppercase}
                nav.site a:not(.special):hover{
    --tw-text-opacity: 1 !important;
    color: rgb(15 23 42 / var(--tw-text-opacity)) !important}
                nav.site a:not(.special)::before {
                    content: "";
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                    z-index: -10;
                    height: 0.75rem;
                    width: 100%;
                    --tw-skew-x: -6deg;
                    --tw-skew-y: -1deg;
                    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));
                    --tw-bg-opacity: 1;
                    background-color: rgb(13 161 67 / var(--tw-bg-opacity));
                    opacity: 0;
                    transition-duration: 300ms;
                }
                    nav.site a:not(.special):hover::before{
    opacity: 1}
                    nav.site a:not(.special).active::before{
    --tw-bg-opacity: 1;
    background-color: rgb(11 133 55 / var(--tw-bg-opacity));
    opacity: 1}
}nav.page .link *{
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity)) !important}@media (min-width: 1280px){nav.page .link *:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(226 232 240 / var(--tw-text-opacity)) !important}}nav.page .current .link *{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important}.page-nav-content{
  transition-delay: 300ms;
  transition-duration: 700ms}.page-nav-content.current{
  --tw-bg-opacity: 1;
  background-color: rgb(11 133 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.page-nav-content.current h2, .page-nav-content.current h3, .page-nav-content.current h4{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.page-nav-content.current .box-text{
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.4);
  background-color: transparent}.page-nav-content.current *{
  border-color: rgb(255 255 255 / 0.2)}.page-nav-content.current .box{
  border-color: rgb(255 255 255 / 0.6)}.page-nav-content.current .sticky{
  border-color: rgb(255 255 255 / 0.6)}body.scrolling nav.page {
    }.btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.375rem;
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(12 147 61 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}@media (min-width: 768px){.btn{
    font-size: 1rem;
    line-height: 1.5rem}}@media (min-width: 1280px){.btn{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem}}.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(9 109 45 / var(--tw-bg-opacity))}@media (min-width: 1280px){.btn:hover .fa-icon.fa-caret-right{
    margin-right: 0.5rem !important;
    max-width: 1rem}}.btn .fa-icon{
  margin-right: 0.5rem;
  padding-top: 1px}.btn .fa-icon.fa-caret-right{
  max-width: 0rem;
  padding-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms}@media (min-width: 1280px){.btn .fa-icon.fa-caret-right{
    margin-right: 0px !important;
    overflow: hidden}}.btn .fa-icon.icon-before{
  margin-right: 0.5rem}.btn .fa-icon.icon-after{
  margin-left: 0.5rem}.btn.btn-trans{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))}.btn.btn-trans:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity))}.btn.btn-small{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem}@media (min-width: 1280px){.btn.btn-small{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem}}.btn.btn-small .fa-icon{
  font-size: 0.75rem;
  line-height: 1rem}.btn.btn-large{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem}@media (min-width: 1280px){.btn.btn-large{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem}}.btn.btn-large .fa-icon:not(.fa-caret-right){
  font-size: 1.125rem;
  line-height: 1.75rem}.btn.btn-large .fa-icon.fa-caret-right{
  font-size: 0.875rem;
  line-height: 1.25rem}.btn.btn-larger{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem}.btn.btn-larger .fa-icon:not(.fa-caret-right){
  margin-right: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem}.btn.btn-larger .fa-icon.fa-caret-right{
  font-size: 1rem;
  line-height: 1.5rem}@media (min-width: 1280px){.btn.btn-larger:hover .fa-icon.fa-caret-right{
    margin-right: 1rem !important;
    max-width: 1rem}}.btn.btn-circle{
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 1rem}.btn.btn-circle .fa-icon{
  padding: 0px}.btn.btn-square{
  aspect-ratio: 1 / 1;
  width: 3rem;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 2rem}.btn.btn-square .fa-icon{
  margin: 0px;
  padding: 0px}.btn.btn-sec{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity))}.btn.btn-sec:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity))}.btn.btn-white, .btn.btn-neg{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))}.btn.btn-white:hover, .btn.btn-neg:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-light{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))}.btn.btn-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-gray{
  background-color: rgb(203 213 225 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(11 133 55 / var(--tw-text-opacity))}.btn.btn-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity))}.btn.btn-darker{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-darker:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity))}.btn.btn-teal{
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-teal:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-cyan{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-cyan:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-sky{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-sky:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-pink:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-violet{
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-violet:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-fuchsia{
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-fuchsia:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-red{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-green{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.btn-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.btn.active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(11 133 55 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important}.btn.active .fa-icon{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}@media (min-width: 1280px){a:hover .btn .fa-icon.fa-caret-right{
    margin-right: 0.5rem !important;
    max-width: 1rem}}a:hover .btn{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.link.link-default{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))}.link.link-default:hover{
  --tw-text-opacity: 1;
  color: rgb(11 133 55 / var(--tw-text-opacity))}.link.link-light{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity))}.link.link-light:hover{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity))}.link.link-gray{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity))}.link.link-gray:hover{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity))}.link.link-dark{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity))}.link.link-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))}.link.link-darker{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))}.link.link-darker:hover{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity))}.box{
  --tw-bg-opacity: 1;
  background-color: rgb(11 133 55 / var(--tw-bg-opacity));
  padding: 1rem}@media (min-width: 1280px){.box{
    padding: 3rem}}.box.box-text{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem}@media (min-width: 1280px){.box.box-text{
    padding-left: 1.25rem;
    padding-right: 1.25rem}}.box.box-small{
  padding: 0.5rem}@media (min-width: 1280px){.box.box-small{
    padding: 2rem}}.box-line{
  position: relative}.box-line > *{
  position: relative;
  z-index: 10}.box-line::before {
        content: '';
        position: absolute;
        left: 1.5rem;
        top: 1.5rem;
        z-index: 0;
        height: calc(100% - 3rem);
        width: calc(100% - 3rem);
        border-width: 1px;
        border-style: dashed;
        --tw-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity));
    }.container{
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 94vw !important}@media (min-width: 1681px){.container{
    max-width: 1681px !important}}@media (min-width: 1921px){.container{
    max-width: 1921px !important}}.section-space-y{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem}@media (min-width: 1280px){.section-space-y{
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem}}.section-space-y-lg{
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem}@media (min-width: 1280px){.section-space-y-lg{
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem}}.section-space-y-xl{
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem}@media (min-width: 1280px){.section-space-y-xl{
    margin-top: 10rem;
    margin-bottom: 10rem;
    padding-top: 10rem;
    padding-bottom: 10rem}}.hamburger{
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)}.hamburger span{
  position: absolute;
  left: 50%;
  display: block;
  --tw-translate-x: -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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms; 
        height: 2px;
        width: calc(100% - 1.25rem)}.hamburger span:nth-child(1) {
            top: 0.9rem;
        }.hamburger span:nth-child(2), .hamburger span:nth-child(3){
  top: 50%;
  transform-origin: left}.hamburger span:nth-child(4) {
            top: calc(100% - 0.9rem);
            transform-origin: left; 
        }body.nav__open .hamburger{
  --tw-bg-opacity: 1;
  background-color: rgb(11 133 55 / var(--tw-bg-opacity))}body.nav__open .hamburger span{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))}body.nav__open .hamburger span:nth-child(1) {
                top: 50%;
                width: 0%;
                left: 50%;
            }body.nav__open .hamburger span:nth-child(2) {
                transform: rotate(45deg) translate(-50%, 0);
            }body.nav__open .hamburger span:nth-child(3) {
                transform: rotate(-45deg) translate(-50%, 0);
            }body.nav__open .hamburger span:nth-child(4) {
                top: 50%;
                width: 0%;
                left: 50%;
            }@media (min-width: 640px) {
}@media (min-width: 1024px) {
            .hamburger span:nth-child(1) {
                top: 1.075rem;
            }
            .hamburger span:nth-child(4) {
                top: calc(100% - 1.075rem);
                transform-origin: left; 
            }
}@media (min-width: 1280px) {
        .hamburger span {
            height: 2px;
        }
            .hamburger span:nth-child(1) {
                top: 1rem;
            }
            .hamburger span:nth-child(4) {
                top: calc(100% - 1rem);
            }
            .hamburger:hover span{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))}

}@media (min-width: 1681px) {
}@media (min-width: 1921px) {
}.dropdown{
  position: relative}.dropdown .link{
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1}.dropdown .link .icon{
  position: relative;
  z-index: 20;
  width: 1.75rem;
  text-align: center;
  line-height: 1}.dropdown .more{
  pointer-events: none;
  position: absolute;
  top: 0px;
  z-index: 10;
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(11 133 55 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-duration: 300ms}.dropdown .more .caret{
  position: absolute;
  top: 0px;
  z-index: -1;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(11 133 55 / var(--tw-text-opacity));
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 300ms}.dropdown:hover .link {
        }.dropdown:hover .more{
  top: 0.25rem;
  opacity: 1}.dropdown:hover .more .caret{
  top: -1rem;
  opacity: 1}.dropdown .btn-square + .more{
  top: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem}.dropdown .btn-square + .more .caret{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))}.dropdown .btn-square:hover + .more{
  top: 2rem}.dropdown:not(.dropdown-left) .more{
  left: -0.75rem}.dropdown:not(.dropdown-left) .more .caret{
  left: 1rem}.dropdown:not(.dropdown-left) .btn-square + .more{
  left: 0px}.dropdown.dropdown-left .more{
  right: -0.75rem}.dropdown.dropdown-left .more .caret{
  right: 1rem}.dropdown.dropdown-left .btn-square + .more{
  right: 0px}.ellipse {
      shape-outside: ellipse(50% 20%);
      -webkit-clip-path: ellipse(50% 20%);
              clip-path: ellipse(50% 20%);
    }.slides .thumbs .slide.active .title{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important}.slides .thumbs .slide.active:hover .title{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important}.slides .slider .slide{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms}.slides .slider .slide.active{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  opacity: 1}.slides .slider .slide.active .bg{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  opacity: 1}.slides .slider .slide.active .image img{
  --tw-translate-y: -0.75rem;
  --tw-translate-x: 0.75rem;
  --tw-rotate: 0deg;
  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));
  opacity: 1}.slides .slider .slide.active .content{
  --tw-translate-x: 0px;
  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));
  opacity: 1}.slides .swiper-nav.disabled{
  pointer-events: none;
  opacity: 0.3}body.scrolling section.hero .scroll-down{
  pointer-events: none;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
  opacity: 0}.container{
  width: 100%}@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: 1681px){.container{
    max-width: 1681px}}@media (min-width: 1921px){.container{
    max-width: 1921px}}.pointer-events-none{
  pointer-events: none}.fixed{
  position: fixed}.absolute{
  position: absolute}.relative{
  position: relative}.sticky{
  position: -webkit-sticky;
  position: sticky}.left-1\/2{
  left: 50%}.-bottom-4{
  bottom: -1rem}.left-8{
  left: 2rem}.-top-28{
  top: -7rem}.top-12{
  top: 3rem}.left-10{
  left: 2.5rem}.top-32{
  top: 8rem}.top-0{
  top: 0px}.left-0{
  left: 0px}.left-12{
  left: 3rem}.bottom-12{
  bottom: 3rem}.right-0{
  right: 0px}.-top-16{
  top: -4rem}.-top-4{
  top: -1rem}.bottom-2{
  bottom: 0.5rem}.left-2{
  left: 0.5rem}.top-1\/2{
  top: 50%}.bottom-8{
  bottom: 2rem}.top-40{
  top: 10rem}.bottom-0{
  bottom: 0px}.-top-8{
  top: -2rem}.-left-8{
  left: -2rem}.-right-8{
  right: -2rem}.top-6{
  top: 1.5rem}.-left-32{
  left: -8rem}.-right-32{
  right: -8rem}.-top-12{
  top: -3rem}.right-12{
  right: 3rem}.right-8{
  right: 2rem}.-bottom-20{
  bottom: -5rem}.bottom-\[-2px\]{
  bottom: -2px}.right-\[-2px\]{
  right: -2px}.top-\[calc\(100vh\/2\)\]{
  top: calc(100vh / 2)}.-right-7{
  right: -1.75rem}.left-\[-7\.5rem\]{
  left: -7.5rem}.-top-20{
  top: -5rem}.top-20{
  top: 5rem}.z-10{
  z-index: 10}.z-20{
  z-index: 20}.z-50{
  z-index: 50}.z-0{
  z-index: 0}.z-40{
  z-index: 40}.z-30{
  z-index: 30}.-z-10{
  z-index: -10}.z-\[900\]{
  z-index: 900}.z-\[-1\]{
  z-index: -1}.-z-20{
  z-index: -20}.col-span-2{
  grid-column: span 2 / span 2}.col-span-3{
  grid-column: span 3 / span 3}.row-span-2{
  grid-row: span 2 / span 2}.m-0{
  margin: 0px}.\!m-0{
  margin: 0px !important}.m-auto{
  margin: auto}.m-4{
  margin: 1rem}.m-6{
  margin: 1.5rem}.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem}.-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem}.mx-auto{
  margin-left: auto;
  margin-right: auto}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem}.my-0{
  margin-top: 0px;
  margin-bottom: 0px}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem}.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem}.-mr-16{
  margin-right: -4rem}.mb-0{
  margin-bottom: 0px}.mt-4{
  margin-top: 1rem}.mt-0{
  margin-top: 0px}.mb-4{
  margin-bottom: 1rem}.ml-12{
  margin-left: 3rem}.mb-8{
  margin-bottom: 2rem}.mr-6{
  margin-right: 1.5rem}.mt-2{
  margin-top: 0.5rem}.mr-1{
  margin-right: 0.25rem}.mr-0{
  margin-right: 0px}.mb-16{
  margin-bottom: 4rem}.mb-20{
  margin-bottom: 5rem}.mr-4{
  margin-right: 1rem}.-ml-28{
  margin-left: -7rem}.-mb-60{
  margin-bottom: -15rem}.-mt-px{
  margin-top: -1px}.-ml-px{
  margin-left: -1px}.-mr-px{
  margin-right: -1px}.mr-12{
  margin-right: 3rem}.-ml-6{
  margin-left: -1.5rem}.-mr-6{
  margin-right: -1.5rem}.-mt-6{
  margin-top: -1.5rem}.-mr-10{
  margin-right: -2.5rem}.mt-12{
  margin-top: 3rem}.mt-6{
  margin-top: 1.5rem}.mb-6{
  margin-bottom: 1.5rem}.mt-8{
  margin-top: 2rem}.mr-2{
  margin-right: 0.5rem}.mr-8{
  margin-right: 2rem}.mb-1{
  margin-bottom: 0.25rem}.-mb-20{
  margin-bottom: -5rem}.-mb-4{
  margin-bottom: -1rem}.ml-2{
  margin-left: 0.5rem}.-ml-2{
  margin-left: -0.5rem}.mt-\[-0\.125rem\]{
  margin-top: -0.125rem}.mb-12{
  margin-bottom: 3rem}.mt-40{
  margin-top: 10rem}.mb-2{
  margin-bottom: 0.5rem}.mb-\[-1px\]{
  margin-bottom: -1px}.ml-1{
  margin-left: 0.25rem}.block{
  display: block}.inline{
  display: inline}.flex{
  display: flex}.table{
  display: table}.grid{
  display: grid}.hidden{
  display: none}.aspect-square{
  aspect-ratio: 1 / 1}.aspect-\[5\/2\]{
  aspect-ratio: 5 / 2}.aspect-\[9\/4\]{
  aspect-ratio: 9 / 4}.h-full{
  height: 100%}.h-\[calc\(100\%\+8rem\)\]{
  height: calc(100% + 8rem)}.h-48{
  height: 12rem}.h-7{
  height: 1.75rem}.h-52{
  height: 13rem}.h-60{
  height: 15rem}.h-24{
  height: 6rem}.h-8{
  height: 2rem}.h-0{
  height: 0px}.h-20{
  height: 5rem}.h-10{
  height: 2.5rem}.h-5{
  height: 1.25rem}.h-4{
  height: 1rem}.h-16{
  height: 4rem}.min-h-\[60\%\]{
  min-height: 60%}.w-12{
  width: 3rem}.w-full{
  width: 100%}.w-6{
  width: 1.5rem}.w-2\/3{
  width: 66.666667%}.w-96{
  width: 24rem}.w-\[calc\(100\%\+8rem\)\]{
  width: calc(100% + 8rem)}.w-2\/6{
  width: 33.333333%}.w-4\/6{
  width: 66.666667%}.w-8\/12{
  width: 66.666667%}.w-3\/12{
  width: 25%}.w-7{
  width: 1.75rem}.w-4{
  width: 1rem}.w-9\/12{
  width: 75%}.w-16{
  width: 4rem}.w-1\/2{
  width: 50%}.w-4\/12{
  width: 33.333333%}.w-\[50\%\]{
  width: 50%}.w-10{
  width: 2.5rem}.w-32{
  width: 8rem}.w-5{
  width: 1.25rem}.w-3{
  width: 0.75rem}.w-8{
  width: 2rem}.w-screen{
  width: 100vw}.w-48{
  width: 12rem}.max-w-lg{
  max-width: 32rem}.max-w-2xl{
  max-width: 42rem}.max-w-xl{
  max-width: 36rem}.max-w-xs{
  max-width: 20rem}.max-w-\[300px\]{
  max-width: 300px}.max-w-3xl{
  max-width: 48rem}.flex-shrink-0{
  flex-shrink: 0}.flex-grow{
  flex-grow: 1}.translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-2\/3{
  --tw-translate-x: -66.666667%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/3{
  --tw-translate-x: 33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-32{
  --tw-translate-x: -8rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-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-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-px{
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-28{
  --tw-translate-x: -7rem;
  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-\[-20deg\]{
  --tw-rotate: -20deg;
  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-12{
  --tw-rotate: -12deg;
  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))}.rotate-\[-60deg\]{
  --tw-rotate: -60deg;
  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-\[-160deg\]{
  --tw-rotate: -160deg;
  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-\[-30deg\]{
  --tw-rotate: -30deg;
  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-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{
  --tw-rotate: 45deg;
  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-45{
  --tw-rotate: -45deg;
  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-\[-65deg\]{
  --tw-rotate: -65deg;
  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-\[65deg\]{
  --tw-rotate: 65deg;
  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-\[30deg\]{
  --tw-rotate: 30deg;
  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-\[-50deg\]{
  --tw-rotate: -50deg;
  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-\[-25deg\]{
  --tw-rotate: -25deg;
  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))}.scale-y-flip{
  --tw-scale-y: -1;
  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))}.scale-x-flip{
  --tw-scale-x: -1;
  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))}@-webkit-keyframes spin{to{
    transform: rotate(360deg)}}@keyframes spin{to{
    transform: rotate(360deg)}}.animate-spin-slow{
  -webkit-animation: spin 240s linear infinite;
          animation: spin 240s linear infinite}.scroll-mt-52{
  scroll-margin-top: 13rem}.scroll-mt-40{
  scroll-margin-top: 10rem}.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr)}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr))}.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr))}.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr))}.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr))}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr))}.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-end{
  align-items: flex-end}.items-center{
  align-items: center}.justify-start{
  justify-content: flex-start}.justify-end{
  justify-content: flex-end}.justify-center{
  justify-content: center}.justify-between{
  justify-content: space-between}.gap-10{
  gap: 2.5rem}.gap-4{
  gap: 1rem}.gap-2{
  gap: 0.5rem}.gap-20{
  gap: 5rem}.gap-3{
  gap: 0.75rem}.gap-1{
  gap: 0.25rem}.gap-8{
  gap: 2rem}.gap-12{
  gap: 3rem}.gap-6{
  gap: 1.5rem}.gap-40{
  gap: 10rem}.gap-y-2{
  row-gap: 0.5rem}.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem}.overflow-hidden{
  overflow: hidden}.overflow-visible{
  overflow: visible}.scroll-smooth{
  scroll-behavior: smooth}.whitespace-nowrap{
  white-space: nowrap}.rounded-full{
  border-radius: 9999px}.rounded-none{
  border-radius: 0px}.rounded-lg{
  border-radius: 0.5rem}.rounded{
  border-radius: 0.25rem}.border-2{
  border-width: 2px}.border-\[2\.5rem\]{
  border-width: 2.5rem}.border{
  border-width: 1px}.border-\[2px\]{
  border-width: 2px}.border-4{
  border-width: 4px}.border-t{
  border-top-width: 1px}.border-b{
  border-bottom-width: 1px}.border-t-2{
  border-top-width: 2px}.border-l-2{
  border-left-width: 2px}.border-r-2{
  border-right-width: 2px}.border-t-\[1rem\]{
  border-top-width: 1rem}.border-l-\[1rem\]{
  border-left-width: 1rem}.border-r-\[1rem\]{
  border-right-width: 1rem}.border-l{
  border-left-width: 1px}.border-dashed{
  border-style: dashed}.border-sec{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity))}.border-sec\/20{
  border-color: rgb(100 116 139 / 0.2)}.border-sec-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity))}.border-sec-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity))}.border-white\/20{
  border-color: rgb(255 255 255 / 0.2)}.border-sec-400\/30{
  border-color: rgb(148 163 184 / 0.3)}.border-pri{
  --tw-border-opacity: 1;
  border-color: rgb(11 133 55 / var(--tw-border-opacity))}.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity))}.bg-sec-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity))}.bg-sec-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity))}.bg-sec-600\/0{
  background-color: rgb(71 85 105 / 0)}.bg-pri{
  --tw-bg-opacity: 1;
  background-color: rgb(11 133 55 / var(--tw-bg-opacity))}.\!bg-sec-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important}.bg-sec-100\/70{
  background-color: rgb(241 245 249 / 0.7)}.bg-sec-600{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity))}.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity))}.bg-sec-300\/60{
  background-color: rgb(203 213 225 / 0.6)}.bg-sec-500{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity))}.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1)}.bg-sec-200\/50{
  background-color: rgb(226 232 240 / 0.5)}.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3)}.bg-teal-400{
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity))}.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity))}.bg-pri-50{
  --tw-bg-opacity: 1;
  background-color: rgb(16 197 81 / var(--tw-bg-opacity))}.bg-sec-400{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity))}.bg-sec-400\/40{
  background-color: rgb(148 163 184 / 0.4)}.bg-sec-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity))}.bg-pri-400{
  --tw-bg-opacity: 1;
  background-color: rgb(12 147 61 / var(--tw-bg-opacity))}.bg-sec-800\/95{
  background-color: rgb(30 41 59 / 0.95)}.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7)}.bg-pri-100{
  --tw-bg-opacity: 1;
  background-color: rgb(16 190 78 / var(--tw-bg-opacity))}.bg-sec{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity))}.bg-transparent{
  background-color: transparent}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))}.bg-sec-200\/70{
  background-color: rgb(226 232 240 / 0.7)}.bg-opacity-80{
  --tw-bg-opacity: 0.8}.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops))}.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops))}.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))}.from-pri\/90{
  --tw-gradient-from: rgb(11 133 55 / 0.9);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(11 133 55 / 0))}.from-pri\/80{
  --tw-gradient-from: rgb(11 133 55 / 0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(11 133 55 / 0))}.from-pri\/40{
  --tw-gradient-from: rgb(11 133 55 / 0.4);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(11 133 55 / 0))}.from-pri{
  --tw-gradient-from: #0B8537;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(11 133 55 / 0))}.from-black\/10{
  --tw-gradient-from: rgb(0 0 0 / 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0))}.from-sec-50{
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(248 250 252 / 0))}.via-pri-600\/0{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(9 109 45 / 0), var(--tw-gradient-to, rgb(9 109 45 / 0))}.via-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgb(0 0 0 / 0))}.to-pri-400\/20{
  --tw-gradient-to: rgb(12 147 61 / 0.2)}.to-pri-600\/0{
  --tw-gradient-to: rgb(9 109 45 / 0)}.to-yellow-300{
  --tw-gradient-to: #fde047}.to-black\/30{
  --tw-gradient-to: rgb(0 0 0 / 0.3)}.to-sec-50{
  --tw-gradient-to: #f8fafc}.bg-cover{
  background-size: cover}.bg-center{
  background-position: center}.fill-sec-500{
  fill: #64748b}.fill-sec-500\/80{
  fill: rgb(100 116 139 / 0.8)}.fill-pri-500{
  fill: #0B8537}.fill-white{
  fill: #fff}.object-cover{
  -o-object-fit: cover;
     object-fit: cover}.p-0{
  padding: 0px}.p-12{
  padding: 3rem}.p-\[5vw\]{
  padding: 5vw}.p-2{
  padding: 0.5rem}.p-20{
  padding: 5rem}.p-4{
  padding: 1rem}.px-\[3vw\]{
  padding-left: 3vw;
  padding-right: 3vw}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem}.px-4{
  padding-left: 1rem;
  padding-right: 1rem}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem}.px-8{
  padding-left: 2rem;
  padding-right: 2rem}.px-20{
  padding-left: 5rem;
  padding-right: 5rem}.py-0{
  padding-top: 0px;
  padding-bottom: 0px}.px-12{
  padding-left: 3rem;
  padding-right: 3rem}.pb-20{
  padding-bottom: 5rem}.pt-0{
  padding-top: 0px}.pl-4{
  padding-left: 1rem}.pr-4{
  padding-right: 1rem}.pt-1{
  padding-top: 0.25rem}.pt-px{
  padding-top: 1px}.pb-0{
  padding-bottom: 0px}.pt-6{
  padding-top: 1.5rem}.pl-3{
  padding-left: 0.75rem}.pb-8{
  padding-bottom: 2rem}.pr-10{
  padding-right: 2.5rem}.text-center{
  text-align: center}.align-top{
  vertical-align: top}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem}.text-6xl{
  font-size: 3.75rem;
  line-height: 1}.text-base{
  font-size: 1rem;
  line-height: 1.5rem}.text-\[300px\]{
  font-size: 300px}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem}.\!text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important}.text-5xl{
  font-size: 3rem;
  line-height: 1}.\!text-4xl{
  font-size: 2.25rem !important;
  line-height: 2.5rem !important}.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem}.font-bold{
  font-weight: 700}.font-normal{
  font-weight: 400}.font-semibold{
  font-weight: 600}.font-medium{
  font-weight: 500}.font-black{
  font-weight: 900}.font-light{
  font-weight: 300}.uppercase{
  text-transform: uppercase}.lowercase{
  text-transform: lowercase}.normal-case{
  text-transform: none}.italic{
  font-style: italic}.leading-snug{
  line-height: 1.375}.leading-normal{
  line-height: 1.5}.leading-none{
  line-height: 1}.leading-7{
  line-height: 1.75rem}.leading-loose{
  line-height: 2}.leading-\[100\%\]{
  line-height: 100%}.\!leading-10{
  line-height: 2.5rem !important}.leading-6{
  line-height: 1.5rem}.leading-8{
  line-height: 2rem}.tracking-wider{
  letter-spacing: 0.05em}.text-sec{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))}.text-sec-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity))}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.text-sec-100{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity))}.text-default{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))}.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important}.\!text-sec{
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important}.text-pri{
  --tw-text-opacity: 1;
  color: rgb(11 133 55 / var(--tw-text-opacity))}.text-sec-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))}.text-pri-400{
  --tw-text-opacity: 1;
  color: rgb(12 147 61 / var(--tw-text-opacity))}.text-pri-500{
  --tw-text-opacity: 1;
  color: rgb(11 133 55 / var(--tw-text-opacity))}.text-sec-50{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity))}.text-pri-200{
  --tw-text-opacity: 1;
  color: rgb(15 175 73 / var(--tw-text-opacity))}.\!text-pri-800{
  --tw-text-opacity: 1 !important;
  color: rgb(5 62 26 / var(--tw-text-opacity)) !important}.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity))}.opacity-10{
  opacity: 0.1}.opacity-20{
  opacity: 0.2}.opacity-0{
  opacity: 0}.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-teal-500\/50{
  --tw-shadow-color: rgb(20 184 166 / 0.5);
  --tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/50{
  --tw-shadow-color: rgb(234 88 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored)}.shadow-pri-800\/30{
  --tw-shadow-color: rgb(5 62 26 / 0.3);
  --tw-shadow: var(--tw-shadow-colored)}.shadow-sec-400\/40{
  --tw-shadow-color: rgb(148 163 184 / 0.4);
  --tw-shadow: var(--tw-shadow-colored)}.shadow-sec-400\/30{
  --tw-shadow-color: rgb(148 163 184 / 0.3);
  --tw-shadow: var(--tw-shadow-colored)}.ring-\[1rem\]{
  --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(1rem + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.ring-\[0\.5rem\]{
  --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(0.5rem + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.ring-4{
  --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.ring-8{
  --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(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.ring-sec-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity))}.ring-pri{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(11 133 55 / var(--tw-ring-opacity))}.ring-sec-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity))}.ring-teal-300\/70{
  --tw-ring-color: rgb(94 234 212 / 0.7)}.ring-orange-300\/70{
  --tw-ring-color: rgb(253 186 116 / 0.7)}.ring-teal-400\/30{
  --tw-ring-color: rgb(45 212 191 / 0.3)}.ring-offset-\[1rem\]{
  --tw-ring-offset-width: 1rem}.ring-offset-sec-50{
  --tw-ring-offset-color: #f8fafc}.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms}.delay-200{
  transition-delay: 200ms}.duration-300{
  transition-duration: 300ms}.duration-200{
  transition-duration: 200ms}.duration-500{
  transition-duration: 500ms}.line{
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 0px;
  width: 100%;
  border-top-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(11 133 55 / var(--tw-border-opacity))}@media (min-width: 1280px){.line{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem}}.neg .line{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity))}.before\:left-1\/2::before{
  content: var(--tw-content);
  left: 50%}.before\:z-20::before{
  content: var(--tw-content);
  z-index: 20}.before\:-translate-x-1\/2::before{
  content: var(--tw-content);
  --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))}.before\:border-sec::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity))}.hover\:z-10:hover{
  z-index: 10}.hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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))}.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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))}.hover\:rounded-lg:hover{
  border-radius: 0.5rem}.hover\:border-pri\/0:hover{
  border-color: rgb(11 133 55 / 0)}.hover\:border-pri:hover{
  --tw-border-opacity: 1;
  border-color: rgb(11 133 55 / var(--tw-border-opacity))}.hover\:bg-sec-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity))}.hover\:bg-pri:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(11 133 55 / var(--tw-bg-opacity))}.hover\:bg-pri-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(9 109 45 / var(--tw-bg-opacity))}.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:bg-sec-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity))}.hover\:bg-sec:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity))}.hover\:text-pri:hover{
  --tw-text-opacity: 1;
  color: rgb(11 133 55 / var(--tw-text-opacity))}.hover\:\!text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important}.hover\:\!text-sec-50:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(248 250 252 / var(--tw-text-opacity)) !important}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.group:hover .group-hover\:-mt-4{
  margin-top: -1rem}.group:hover .group-hover\:translate-y-16{
  --tw-translate-y: 4rem;
  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))}.group:hover .group-hover\:bg-sec-600\/80{
  background-color: rgb(71 85 105 / 0.8)}.group:hover .group-hover\:bg-sec-700{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-sec-600{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-sec-600\/90{
  background-color: rgb(71 85 105 / 0.9)}.group:hover .group-hover\:bg-sec-800\/0{
  background-color: rgb(30 41 59 / 0)}.group:hover .group-hover\:bg-sec-400\/0{
  background-color: rgb(148 163 184 / 0)}.group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))}.group:hover .group-hover\:text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem}.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}.group:hover .group-hover\:text-pri{
  --tw-text-opacity: 1;
  color: rgb(11 133 55 / var(--tw-text-opacity))}.group:hover .group-hover\:text-sec-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity))}.group:hover .group-hover\:opacity-100{
  opacity: 1}.prose-h2\:mt-0 :is(:where(h2):not(:where([class~="not-prose"] *))){
  margin-top: 0px}@media (min-width: 768px){.md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem}.md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem}}@media (min-width: 1024px){.lg\:gap-2{
    gap: 0.5rem}}@media (min-width: 1280px){.xl\:absolute{
    position: absolute}.xl\:relative{
    position: relative}.xl\:-bottom-8{
    bottom: -2rem}.xl\:left-\[8vw\]{
    left: 8vw}.xl\:top-1\/2{
    top: 50%}.xl\:right-14{
    right: 3.5rem}.xl\:top-auto{
    top: auto}.xl\:left-auto{
    left: auto}.xl\:z-\[1010\]{
    z-index: 1010}.xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem}.xl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem}.xl\:mb-12{
    margin-bottom: 3rem}.xl\:mt-20{
    margin-top: 5rem}.xl\:mt-12{
    margin-top: 3rem}.xl\:mt-60{
    margin-top: 15rem}.xl\:mb-8{
    margin-bottom: 2rem}.xl\:block{
    display: block}.xl\:hidden{
    display: none}.xl\:h-32{
    height: 8rem}.xl\:h-24{
    height: 6rem}.xl\:h-12{
    height: 3rem}.xl\:w-16{
    width: 4rem}.xl\:w-12{
    width: 3rem}.xl\:w-20{
    width: 5rem}.xl\:max-w-\[500px\]{
    max-width: 500px}.xl\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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))}.xl\:flex-row{
    flex-direction: row}.xl\:flex-row-reverse{
    flex-direction: row-reverse}.xl\:items-start{
    align-items: flex-start}.xl\:gap-12{
    gap: 3rem}.xl\:gap-10{
    gap: 2.5rem}.xl\:gap-20{
    gap: 5rem}.xl\:bg-transparent{
    background-color: transparent}.xl\:p-4{
    padding: 1rem}.xl\:p-8{
    padding: 2rem}.xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem}.xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem}.xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem}.xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem}.xl\:pt-12{
    padding-top: 3rem}.xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem}.xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem}.xl\:text-5xl{
    font-size: 3rem;
    line-height: 1}.xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem}.xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem}.xl\:ring-8{
    --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(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.xl\:hover\:\!bg-pri:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(11 133 55 / var(--tw-bg-opacity)) !important}.xl\:hover\:bg-pri-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(15 175 73 / var(--tw-bg-opacity))}}@media (min-width: 1681px){.\32xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem}.\32xl\:mb-20{
    margin-bottom: 5rem}.\32xl\:mt-48{
    margin-top: 12rem}.\32xl\:ml-auto{
    margin-left: auto}.\32xl\:mr-0{
    margin-right: 0px}.\32xl\:mt-0{
    margin-top: 0px}.\32xl\:ml-2{
    margin-left: 0.5rem}.\32xl\:block{
    display: block}.\32xl\:flex{
    display: flex}.\32xl\:hidden{
    display: none}.\32xl\:max-w-lg{
    max-width: 32rem}.\32xl\: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))}.\32xl\:flex-row-reverse{
    flex-direction: row-reverse}.\32xl\:items-end{
    align-items: flex-end}.\32xl\:justify-end{
    justify-content: flex-end}.\32xl\:gap-20{
    gap: 5rem}.\32xl\:gap-\[5vw\]{
    gap: 5vw}.\32xl\:bg-transparent{
    background-color: transparent}.\32xl\:p-8{
    padding: 2rem}.\32xl\:p-0{
    padding: 0px}.\32xl\:p-20{
    padding: 5rem}.\32xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem}.\32xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem}.\32xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem}.\32xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem}.\32xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem}.\32xl\:text-pri{
    --tw-text-opacity: 1;
    color: rgb(11 133 55 / var(--tw-text-opacity))}.\32xl\:hover\:text-pri:hover{
    --tw-text-opacity: 1;
    color: rgb(11 133 55 / var(--tw-text-opacity))}}@media (min-width: 1921px){.\33xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem}.\33xl\:mb-32{
    margin-bottom: 8rem}.\33xl\:mb-40{
    margin-bottom: 10rem}.\33xl\:mb-20{
    margin-bottom: 5rem}.\33xl\:mt-72{
    margin-top: 18rem}.\33xl\:mt-8{
    margin-top: 2rem}.\33xl\:max-w-\[600px\]{
    max-width: 600px}.\33xl\:gap-32{
    gap: 8rem}.\33xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem}.\33xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem}.\33xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem}.\33xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem}}

