@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  font-family: "Archivo", sans-serif;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.-top-\[16px\]{
  top: -16px;
}

.-top-\[7px\]{
  top: -7px;
}

.end-5{
  inset-inline-end: 1.25rem;
}

.left-0{
  left: 0px;
}

.left-2\/4{
  left: 50%;
}

.left-\[50\%\]{
  left: 50%;
}

.right-0{
  right: 0px;
}

.right-1\/2{
  right: 50%;
}

.right-\[7px\]{
  right: 7px;
}

.top-0{
  top: 0px;
}

.top-3\.5{
  top: 0.875rem;
}

.top-5{
  top: 1.25rem;
}

.top-\[42\%\]{
  top: 42%;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.z-\[-1\]{
  z-index: -1;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-\[6px\]{
  margin-top: 6px;
  margin-bottom: 6px;
}

.-mt-\[22px\]{
  margin-top: -22px;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-\[22px\]{
  margin-bottom: 22px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[34px\]{
  margin-bottom: 34px;
}

.mb-\[5px\]{
  margin-bottom: 5px;
}

.ml-\[5px\]{
  margin-left: 5px;
}

.ms-3{
  margin-inline-start: 0.75rem;
}

.ms-\[7px\]{
  margin-inline-start: 7px;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mt-\[10px\]{
  margin-top: 10px;
}

.mt-\[13px\]{
  margin-top: 13px;
}

.mt-\[16px\]{
  margin-top: 16px;
}

.mt-\[18px\]{
  margin-top: 18px;
}

.mt-\[19px\]{
  margin-top: 19px;
}

.mt-\[22px\]{
  margin-top: 22px;
}

.mt-\[23px\]{
  margin-top: 23px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mt-\[5px\]{
  margin-top: 5px;
}

.mt-\[6px\]{
  margin-top: 6px;
}

.mt-\[7px\]{
  margin-top: 7px;
}

.mt-\[9px\]{
  margin-top: 9px;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-4{
  height: 1rem;
}

.h-\[21\.96px\]{
  height: 21.96px;
}

.h-\[23px\]{
  height: 23px;
}

.h-\[25px\]{
  height: 25px;
}

.h-\[calc\(100vh-75px\)\]{
  height: calc(100vh - 75px);
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-full{
  max-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.w-\[225px\]{
  width: 225px;
}

.w-\[245px\]{
  width: 245px;
}

.w-\[44px\]{
  width: 44px;
}

.w-\[85px\]{
  width: 85px;
}

.w-\[90\%\]{
  width: 90%;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

.min-w-\[155px\]{
  min-width: 155px;
}

.max-w-\[200px\]{
  max-width: 200px;
}

.max-w-\[685px\]{
  max-width: 685px;
}

.flex-none{
  flex: none;
}

.grow{
  flex-grow: 1;
}

.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scroll-mt-6{
  scroll-margin-top: 1.5rem;
}

.flex-col{
  flex-direction: column;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-4{
  gap: 1rem;
}

.gap-\[12px\]{
  gap: 12px;
}

.gap-\[23px\]{
  gap: 23px;
}

.gap-\[44px\]{
  gap: 44px;
}

.gap-\[4px\]{
  gap: 4px;
}

.gap-\[73px\]{
  gap: 73px;
}

.gap-\[7px\]{
  gap: 7px;
}

.gap-x-\[20px\]{
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-y-\[20px\]{
  row-gap: 20px;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[14px\]{
  border-radius: 14px;
}

.rounded-\[21px\]{
  border-radius: 21px;
}

.rounded-\[24px\]{
  border-radius: 24px;
}

.rounded-\[35px\]{
  border-radius: 35px;
}

.rounded-\[6px\]{
  border-radius: 6px;
}

.border{
  border-width: 1px;
}

.border-\[2px\]{
  border-width: 2px;
}

.border-\[5px\]{
  border-width: 5px;
}

.border-solid{
  border-style: solid;
}

.border-none{
  border-style: none;
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(164 206 55 / var(--tw-border-opacity));
}

.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(3 61 32 / var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[unset\]{
  background-color: unset;
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(164 206 55 / var(--tw-bg-opacity));
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(3 61 32 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 220 / var(--tw-bg-opacity));
}

.bg-gradient{
  background-image: linear-gradient(90deg, rgba(192, 255, 148, 0) 0%, #003744 100%);
}

.bg-gradient-2{
  background-image: linear-gradient(90deg, #A4CE37 -73.03%, #7EAB3A -52.88%, #48793E -22.65%, #306340 -10.57%, #205541 -2.49%, #083F43 17.66%, #003744 27.74%);
}

.bg-image{
  background-image: url('../img/bg.jpg');
}

.bg-image-mb{
  background-image: url('../img/bg-mb.jpg');
}

.bg-image-mb-2{
  background-image: url('../img/bg-mb-2.jpg');
}

.bg-cover{
  background-size: cover;
}

.bg-fixed{
  background-attachment: fixed;
}

.bg-\[center_bottom_25\%\]{
  background-position: center bottom 25%;
}

.bg-\[top_center\]{
  background-position: top center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[28px\]{
  padding-left: 28px;
  padding-right: 28px;
}

.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}

.px-\[45px\]{
  padding-left: 45px;
  padding-right: 45px;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}

.pb-\[136px\]{
  padding-bottom: 136px;
}

.pb-\[27px\]{
  padding-bottom: 27px;
}

.pb-\[34px\]{
  padding-bottom: 34px;
}

.pl-\[25px\]{
  padding-left: 25px;
}

.pl-\[8px\]{
  padding-left: 8px;
}

.pt-\[37px\]{
  padding-top: 37px;
}

.pt-\[40px\]{
  padding-top: 40px;
}

.pt-\[53px\]{
  padding-top: 53px;
}

.text-center{
  text-align: center;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[17px\]{
  font-size: 17px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[25px\]{
  font-size: 25px;
}

.text-\[38px\]{
  font-size: 38px;
}

.text-\[9px\]{
  font-size: 9px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-black{
  font-weight: 900;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.leading-\[10px\]{
  line-height: 10px;
}

.leading-\[12px\]{
  line-height: 12px;
}

.leading-\[13px\]{
  line-height: 13px;
}

.leading-\[14px\]{
  line-height: 14px;
}

.leading-\[16\.9px\]{
  line-height: 16.9px;
}

.leading-\[16px\]{
  line-height: 16px;
}

.leading-\[18px\]{
  line-height: 18px;
}

.leading-\[22px\]{
  line-height: 22px;
}

.leading-\[25px\]{
  line-height: 25px;
}

.leading-\[41px\]{
  line-height: 41px;
}

.text-\[\#013844\]{
  --tw-text-opacity: 1;
  color: rgb(1 56 68 / var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(164 206 55 / var(--tw-text-opacity));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(3 61 32 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.underline-offset-2{
  text-underline-offset: 2px;
}

.mix-blend-plus-lighter{
  mix-blend-mode: plus-lighter;
}

.shadow-\[0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0 4px 4px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 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);
}

.shadow-input{
  --tw-shadow: 4.98021px 4.98021px 8.5375px rgba(0, 0, 0, 0.7);
  --tw-shadow-colored: 4.98021px 4.98021px 8.5375px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[animation-delay\:0\.3s\]{
  animation-delay: 0.3s;
}

.\[animation-delay\:0\.6s\]{
  animation-delay: 0.6s;
}

.\[animation-delay\:0\.9s\]{
  animation-delay: 0.9s;
}

.\[animation-delay\:1\.2s\]{
  animation-delay: 1.2s;
}

.hover\:scale-\[1\.1\]:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.has-\[overflow-hidden\]\:overflow-y-hidden:has(overflow-hidden){
  overflow-y: hidden;
}

@media (min-width: 640px){
  .sm\:right-auto{
    right: auto;
  }

  .sm\:block{
    display: block;
  }
}

@media (min-width: 768px){
  .md\:inset-0{
    inset: 0px;
  }

  .md\:end-12{
    inset-inline-end: 3rem;
  }

  .md\:top-12{
    top: 3rem;
  }

  .md\:top-2\/4{
    top: 50%;
  }

  .md\:top-\[50\%\]{
    top: 50%;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-\[30px\]{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:-mt-\[30px\]{
    margin-top: -30px;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-\[10px\]{
    margin-top: 10px;
  }

  .md\:mt-\[11px\]{
    margin-top: 11px;
  }

  .md\:mt-\[14px\]{
    margin-top: 14px;
  }

  .md\:mt-\[24px\]{
    margin-top: 24px;
  }

  .md\:mt-\[27px\]{
    margin-top: 27px;
  }

  .md\:mt-\[30px\]{
    margin-top: 30px;
  }

  .md\:mt-\[40px\]{
    margin-top: 40px;
  }

  .md\:mt-\[50px\]{
    margin-top: 50px;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[28px\]{
    height: 28px;
  }

  .md\:h-\[37px\]{
    height: 37px;
  }

  .md\:h-\[46px\]{
    height: 46px;
  }

  .md\:h-\[calc\(100vh-99px\)\]{
    height: calc(100vh - 99px);
  }

  .md\:w-\[28px\]{
    width: 28px;
  }

  .md\:w-\[306px\]{
    width: 306px;
  }

  .md\:w-\[37px\]{
    width: 37px;
  }

  .md\:w-\[460px\]{
    width: 460px;
  }

  .md\:w-\[540px\]{
    width: 540px;
  }

  .md\:w-\[93px\]{
    width: 93px;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:min-w-\[270px\]{
    min-width: 270px;
  }

  .md\:max-w-\[700px\]{
    max-width: 700px;
  }

  .md\:max-w-\[unset\]{
    max-width: unset;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:rounded-\[14px\]{
    border-radius: 14px;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  .md\:bg-image{
    background-image: url('../img/bg.jpg');
  }

  .md\:bg-fixed{
    background-attachment: fixed;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[49px\]{
    padding-left: 49px;
    padding-right: 49px;
  }

  .md\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:px-\[65px\]{
    padding-left: 65px;
    padding-right: 65px;
  }

  .md\:px-\[80px\]{
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:py-\[10px\]{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:pb-\[34px\]{
    padding-bottom: 34px;
  }

  .md\:pb-\[50px\]{
    padding-bottom: 50px;
  }

  .md\:pb-\[65px\]{
    padding-bottom: 65px;
  }

  .md\:pl-4{
    padding-left: 1rem;
  }

  .md\:pl-\[10px\]{
    padding-left: 10px;
  }

  .md\:pl-\[22px\]{
    padding-left: 22px;
  }

  .md\:pr-0{
    padding-right: 0px;
  }

  .md\:pt-\[43px\]{
    padding-top: 43px;
  }

  .md\:pt-\[50px\]{
    padding-top: 50px;
  }

  .md\:pt-\[60px\]{
    padding-top: 60px;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-\[12\.18px\]{
    font-size: 12.18px;
  }

  .md\:text-\[14px\]{
    font-size: 14px;
  }

  .md\:text-\[15px\]{
    font-size: 15px;
  }

  .md\:text-\[16px\]{
    font-size: 16px;
  }

  .md\:text-\[19px\]{
    font-size: 19px;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }

  .md\:text-\[21px\]{
    font-size: 21px;
  }

  .md\:text-\[22px\]{
    font-size: 22px;
  }

  .md\:text-\[24px\]{
    font-size: 24px;
  }

  .md\:text-\[36px\]{
    font-size: 36px;
  }

  .md\:text-\[44px\]{
    font-size: 44px;
  }

  .md\:text-\[53px\]{
    font-size: 53px;
  }

  .md\:text-\[55px\]{
    font-size: 55px;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:italic{
    font-style: italic;
  }

  .md\:leading-5{
    line-height: 1.25rem;
  }

  .md\:leading-\[15px\]{
    line-height: 15px;
  }

  .md\:leading-\[17px\]{
    line-height: 17px;
  }

  .md\:leading-\[19px\]{
    line-height: 19px;
  }

  .md\:leading-\[23px\]{
    line-height: 23px;
  }

  .md\:leading-\[25px\]{
    line-height: 25px;
  }

  .md\:leading-\[26px\]{
    line-height: 26px;
  }

  .md\:leading-\[46px\]{
    line-height: 46px;
  }

  .md\:leading-\[48px\]{
    line-height: 48px;
  }

  .md\:leading-\[58px\]{
    line-height: 58px;
  }

  .md\:leading-\[61px\]{
    line-height: 61px;
  }

  .md\:leading-normal{
    line-height: 1.5;
  }
}

@media (min-width: 1024px){
  .lg\:-mt-\[36px\]{
    margin-top: -36px;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:w-\[589px\]{
    width: 589px;
  }

  .lg\:w-\[656px\]{
    width: 656px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:max-w-\[828px\]{
    max-width: 828px;
  }

  .lg\:gap-\[35px\]{
    gap: 35px;
  }

  .lg\:text-\[19px\]{
    font-size: 19px;
  }
}

@media (min-width: 1280px){
  .xl\:relative{
    position: relative;
  }

  .xl\:-top-\[25px\]{
    top: -25px;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:right-\[66px\]{
    right: 66px;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:mb-\[18px\]{
    margin-bottom: 18px;
  }

  .xl\:mb-\[31px\]{
    margin-bottom: 31px;
  }

  .xl\:mt-\[-12rem\]{
    margin-top: -12rem;
  }

  .xl\:mt-\[15px\]{
    margin-top: 15px;
  }

  .xl\:mt-\[44px\]{
    margin-top: 44px;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:w-\[40\%\]{
    width: 40%;
  }

  .xl\:w-\[41\%\]{
    width: 41%;
  }

  .xl\:w-\[55\%\]{
    width: 55%;
  }

  .xl\:w-\[70\%\]{
    width: 70%;
  }

  .xl\:translate-x-0{
    --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));
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:items-start{
    align-items: flex-start;
  }

  .xl\:items-end{
    align-items: flex-end;
  }

  .xl\:justify-center{
    justify-content: center;
  }

  .xl\:gap-\[64px\]{
    gap: 64px;
  }

  .xl\:gap-\[88px\]{
    gap: 88px;
  }

  .xl\:gap-y-\[30px\]{
    row-gap: 30px;
  }

  .xl\:bg-image-2{
    background-image: url('../img/bg-2.jpg');
  }

  .xl\:bg-bottom-15{
    background-position: center bottom -15px;
  }

  .xl\:px-\[165px\]{
    padding-left: 165px;
    padding-right: 165px;
  }

  .xl\:px-\[90px\]{
    padding-left: 90px;
    padding-right: 90px;
  }

  .xl\:pl-\[65px\]{
    padding-left: 65px;
  }

  .xl\:pr-\[25px\]{
    padding-right: 25px;
  }
}