/*
! 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: Raleway, Helvetica, Arial, sans-serif;
  /* 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:  ;
}

.container {
  width: 100%;
}

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-\[102px\] {
  top: 102px;
}

.-left-full {
  left: -100%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.left-0 {
  left: 0px;
}

.top-full {
  top: 100%;
}

.left-auto {
  left: auto;
}

.top-\[calc\(100\%-88px\)\] {
  top: calc(100% - 88px);
}

.right-10 {
  right: 2.5rem;
}

.top-10 {
  top: 2.5rem;
}

.z-20 {
  z-index: 20;
}

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

.z-30 {
  z-index: 30;
}

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.-m-5 {
  margin: -1.25rem;
}

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

.mx-\[4vw\] {
  margin-left: 4vw;
  margin-right: 4vw;
}

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

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.mb-4 {
  margin-bottom: 1rem;
}

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

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

.mb-36 {
  margin-bottom: 9rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

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

.mr-4 {
  margin-right: 1rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

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

.ml-3 {
  margin-left: 0.75rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

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

.-ml-1 {
  margin-left: -0.25rem;
}

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-\[calc\(100vh-102px\)\] {
  height: calc(100vh - 102px);
}

.h-full {
  height: 100%;
}

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

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

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

.h-8 {
  height: 2rem;
}

.h-11 {
  height: 2.75rem;
}

.h-6 {
  height: 1.5rem;
}

.h-screen {
  height: 100vh;
}

.h-20 {
  height: 5rem;
}

.h-7 {
  height: 1.75rem;
}

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

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

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

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

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

.h-12 {
  height: 3rem;
}

.h-4 {
  height: 1rem;
}

.h-16 {
  height: 4rem;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

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

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

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

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

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

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

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

.w-12 {
  width: 3rem;
}

.w-4 {
  width: 1rem;
}

.w-16 {
  width: 4rem;
}

.w-\[calc\(33\.33\%-7px\)\] {
  width: calc(33.33% - 7px);
}

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

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

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

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

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

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.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));
}

.-scale-x-100 {
  --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));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

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

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

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

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

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

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

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-\[\#eee\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.border {
  border-width: 1px;
}

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

.border-r-0 {
  border-right-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

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

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

.border-color-1 {
  border-color: #00263ae6;
}

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

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

.bg-color-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(177 204 192 / var(--tw-bg-opacity));
}

.bg-color-6 {
  background-color: #b7cdc2cc;
}

.bg-color-4 {
  background-color: rgba(0,38,58,.9);
}

.bg-color-1 {
  background-color: #00263ae6;
}

.bg-color-3 {
  background-color: rgba(177,204,192,.8);
}

.bg-color-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(182 205 192 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\)\] {
  background-color: rgba(0,0,0,0);
}

.bg-\[rgba\(183\2c 205\2c 194\2c \.18\)\] {
  background-color: rgba(183,205,194,.18);
}

.bg-color-8 {
  background-color: rgba(0, 38, 58, 0.9);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#EFEFF2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 242 / var(--tw-bg-opacity));
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.44\)\] {
  background-color: rgba(255,255,255,.44);
}

.bg-color-10 {
  background-color: rgba(242,246,244,1);
}

.bg-\[\#f3f4f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 245 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\.\/images\/contact\.jpg\'\)\] {
  background-image: url('../images/contact.jpg');
}

.bg-\[url\(\'\.\.\/images\/img-1\.png\'\)\] {
  background-image: url('../images/img-1.png');
}

.bg-\[url\(\'\.\.\/images\/img-2\.png\'\)\] {
  background-image: url('../images/img-2.png');
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-\[2\.8\%\] {
  padding: 2.8%;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

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

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

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

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

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.py-\[21px\] {
  padding-top: 21px;
  padding-bottom: 21px;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

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

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

.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}

.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

.px-\[15vw\] {
  padding-left: 15vw;
  padding-right: 15vw;
}

.py-\[20vh\] {
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.pt-12 {
  padding-top: 3rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-36 {
  padding-top: 9rem;
}

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

.pt-14 {
  padding-top: 3.5rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

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

.pl-4 {
  padding-left: 1rem;
}

.pt-\[25\%\] {
  padding-top: 25%;
}

.pt-28 {
  padding-top: 7rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

.pb-4 {
  padding-bottom: 1rem;
}

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

.text-center {
  text-align: center;
}

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

.font-serif {
  font-family: Freeserif;
}

.font-\[\'Helvetica\'\] {
  font-family: 'Helvetica';
}

.text-d13 {
  font-size: 1.429em;
  line-height: 1.5;
}

.text-d3 {
  font-size: 1.286em;
  line-height: 1.5;
}

.text-d2 {
  font-size: 1.214em;
  line-height: 1.5;
}

.text-d4 {
  font-size: 1.357em;
  line-height: 1.5;
}

.text-d0 {
  font-size: 0.857em;
  line-height: 1.5;
}

.text-d15 {
  font-size: 2.571em;
  line-height: 1.5;
}

.text-d6 {
  font-size: 1.714em;
  line-height: 1.5;
}

.text-d {
  font-size: 1em;
  line-height: 1.5;
}

.text-d12 {
  font-size: 2.000em;
  line-height: 1.5;
}

.text-d1 {
  font-size: 1.143em;
  line-height: 1.5;
}

.text-d10 {
  font-size: 3.000em;
  line-height: 1.5;
}

.text-d5 {
  font-size: 1.571em;
  line-height: 1.5;
}

.text-d7 {
  font-size: 1.786em;
  line-height: 1.5;
}

.text-d11 {
  font-size: 2.143em;
  line-height: 1.5;
}

.text-d2n {
  font-size: 0.952em;
  line-height: 1.5;
}

.text-d1n {
  font-size: 0.786em;
  line-height: 1.5;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

.text-color-1 {
  color: #00263ae6;
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-color-9 {
  color: rgba(0,40,62,.69);
}

.text-\[\#008000\] {
  --tw-text-opacity: 1;
  color: rgb(0 128 0 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.invert-0 {
  --tw-invert: invert(0);
  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;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-300 {
  transition-duration: 300ms;
}

html {
  color: #00263ae6;
  font-size: 14px;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

nav .nav__items{
  padding: 7px 17px;
}
nav.scrolled, nav.dark {
  position: fixed;
  top: 0px;
  background-color: #b7cdc2cc;
}

nav.scrolled .nav__items, nav.dark .nav__items {
  padding:.5rem 1.25rem;
}

nav.scrolled .nav__menu:hover span, nav.dark .nav__menu:hover span {
  color: #00263ae6;
}

nav.scrolled .nav__accounts, nav.dark .nav__accounts {
  --tw-invert: invert(100%);
  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);
}

nav.scrolled .nav__menu span, nav.dark .nav__menu span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

nav.scrolled .logo, nav.dark .logo {
  display: none;
}

nav.scrolled .logo.scrolled, nav.dark .logo.scrolled {
  display: block;
}

nav:not(.scrolled).dark {
  top: 42px;
}

.announcement.mobile-active {
  position: fixed;
  top: 0px;
  z-index: 50;
}

nav.mobile-active {
/*  position: fixed;*/
/*  top: 42px;*/
}

.mobile-menu {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.mobile-menu.open {
  left: 0px;
}

.mobile-menu__item.open .mobile-menu__first {
  color: #00263ae6;
}

.mobile-menu__item.open .mobile-menu__arrow img{
  transform:rotate(-180deg);
}

.single-product input::-webkit-outer-spin-button,
.single-product input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.single-product input[type=number] {
  -moz-appearance:textfield;
  /* Firefox */
}

.single-product .swiper-button-prev, .single-product .swiper-button-next {
  color: #00263ae6;
}

.rate-color{
  filter:invert(9%) sepia(68%) saturate(2374%) hue-rotate(181deg) brightness(99%) contrast(101%);
}

.see-all.active .icon {
  --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));
}

.program__menu.active{
  background:#adc9bc;
}

.swiper-ingredient .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-ingredient .swiper-slide > div {
  height: 70vh;
  width: 95vw;
}

@media (min-width: 769px) {
  .swiper-ingredient .swiper-slide > div {
    width: 85vw;
  }
}

.swiper-ingredient .swiper-button-next,
.swiper-ingredient .swiper-button-prev{
  top:90%;
}

.swiper-ingredient .swiper-button-next:after,
.swiper-ingredient .swiper-button-prev:after{
  font-size:20px;
}

.swiper-ingredient .swiper-button-next{
  right:calc(50% - 40px);
}

.swiper-ingredient .swiper-button-prev{
  left:calc(50% - 40px);
}

.ingredient-slide .swiper-slide-prev>div, .ingredient-slide .swiper-slide-next>div {
  opacity: 0.5;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-\[5px\]::before {
  content: var(--tw-content);
  top: 5px;
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:bg-\[url\(\'\.\.\/images\/ban\.svg\'\)\]::before {
  content: var(--tw-content);
  background-image: url('../images/ban.svg');
}

.before\:invert::before {
  content: var(--tw-content);
  --tw-invert: invert(100%);
  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);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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\:bg-color-7:hover {
  background-color: rgba(0,38,58,.8);
}

.hover\:bg-\[url\(\'\.\.\/images\/img-1-2\.png\'\)\]:hover {
  background-image: url('../images/img-1-2.png');
}

.hover\:bg-\[url\(\'\.\.\/images\/img-2-2\.png\'\)\]:hover {
  background-image: url('../images/img-2-2.png');
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:scale-110 {
  --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));
}

.group:hover .group-hover\:bg-\[rgba\(0\2c 0\2c 0\2c \.5\)\] {
  background-color: rgba(0,0,0,.5);
}

.group:hover .group-hover\:text-color-1 {
  color: #00263ae6;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 769px) {
  .md\:top-\[calc\(100vh-178px\)\] {
    top: calc(100vh - 178px);
  }

  .md\:left-\[60px\] {
    left: 60px;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[60vh\] {
    height: 60vh;
  }

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

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

  .md\:h-\[300px\] {
    height: 300px;
  }

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

  .md\:min-h-\[413px\] {
    min-height: 413px;
  }

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

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

  .md\:w-1\/5 {
    width: 20%;
  }

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

  .md\:w-2\/6 {
    width: 33.333333%;
  }

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

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

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

  .md\:p-7 {
    padding: 1.75rem;
  }

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

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

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

  .md\:pt-20 {
    padding-top: 5rem;
  }

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

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

  .md\:text-center {
    text-align: center;
  }

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

  .md\:text-d11 {
    font-size: 2.143em;
    line-height: 1.5;
  }

  .md\:text-d7 {
    font-size: 1.786em;
    line-height: 1.5;
  }

  .md\:text-d8 {
    font-size: 2.286em;
    line-height: 1.5;
  }

  .md\:text-d15 {
    font-size: 2.571em;
    line-height: 1.5;
  }

  .md\:filter-none {
    filter: none;
  }
}

@media (min-width: 1025px) {
  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

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

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

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

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

  .lg\:text-d2 {
    font-size: 1.214em;
    line-height: 1.5;
  }

  .lg\:text-d9 {
    font-size: 2.714em;
    line-height: 1.5;
  }

  .lg\:text-d14 {
    font-size: 3.571em;
    line-height: 1.5;
  }
}