/*
! tailwindcss v3.3.0 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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: Poppins, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  
}
.\!container{
  width: 100% !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important
}
.container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem
}
@media (min-width: 480px){

  .\!container{
    max-width: 480px !important
  }

  .container{
    max-width: 480px
  }
}
@media (min-width: 600px){

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

  .container{
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem
  }
}
@media (min-width: 782px){

  .\!container{
    max-width: 782px !important
  }

  .container{
    max-width: 782px
  }
}
@media (min-width: 1366px){

  .\!container{
    max-width: 1366px !important;
    padding-right: 4rem !important;
    padding-left: 4rem !important
  }

  .container{
    max-width: 1366px;
    padding-right: 4rem;
    padding-left: 4rem
  }
}
@media (min-width: 1440px){

  .\!container{
    max-width: 1440px !important;
    padding-right: 6rem !important;
    padding-left: 6rem !important
  }

  .container{
    max-width: 1440px;
    padding-right: 6rem;
    padding-left: 6rem
  }
}
.visible{
  visibility: visible
}
.static{
  position: static
}
.absolute{
  position: absolute
}
.relative{
  position: relative
}
.bottom-0{
  bottom: 0px
}
.bottom-\[25px\]{
  bottom: 25px
}
.left-0{
  left: 0px
}
.left-2{
  left: 0.5rem
}
.left-\[15px\]{
  left: 15px
}
.right-0{
  right: 0px
}
.right-3{
  right: 0.75rem
}
.top-0{
  top: 0px
}
.top-1\/2{
  top: 50%
}
.top-\[40\%\]{
  top: 40%
}
.z-0{
  z-index: 0
}
.z-10{
  z-index: 10
}
.z-50{
  z-index: 50
}
.float-right{
  float: right
}
.m-8{
  margin: 2rem
}
.m-auto{
  margin: auto
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem
}
.mx-auto{
  margin-left: auto;
  margin-right: auto
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}
.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem
}
.-mt-28{
  margin-top: -7rem
}
.mb-0{
  margin-bottom: 0px
}
.mb-10{
  margin-bottom: 2.5rem
}
.mb-14{
  margin-bottom: 3.5rem
}
.mb-2{
  margin-bottom: 0.5rem
}
.mb-20{
  margin-bottom: 5rem
}
.mb-3{
  margin-bottom: 0.75rem
}
.mb-4{
  margin-bottom: 1rem
}
.mb-6{
  margin-bottom: 1.5rem
}
.mb-8{
  margin-bottom: 2rem
}
.ml-3{
  margin-left: 0.75rem
}
.mr-0{
  margin-right: 0px
}
.mr-4{
  margin-right: 1rem
}
.mt-0{
  margin-top: 0px
}
.mt-12{
  margin-top: 3rem
}
.mt-2{
  margin-top: 0.5rem
}
.mt-4{
  margin-top: 1rem
}
.mt-6{
  margin-top: 1.5rem
}
.mb-7{
  margin-bottom: 1.75rem
}
.mt-10{
  margin-top: 2.5rem
}
.mt-1{
  margin-top: 0.25rem
}
.mb-1{
  margin-bottom: 0.25rem
}
.block{
  display: block
}
.inline-block{
  display: inline-block
}
.flex{
  display: flex
}
.table{
  display: table
}
.grid{
  display: grid
}
.contents{
  display: contents
}
.hidden{
  display: none
}
.h-1{
  height: 0.25rem
}
.h-5{
  height: 1.25rem
}
.h-6{
  height: 1.5rem
}
.h-\[225px\]{
  height: 225px
}
.h-\[240px\]{
  height: 240px
}
.h-\[275px\]{
  height: 275px
}
.h-\[340px\]{
  height: 340px
}
.h-\[375px\]{
  height: 375px
}
.h-\[380px\]{
  height: 380px
}
.h-\[400px\]{
  height: 400px
}
.h-\[450px\]{
  height: 450px
}
.h-\[600px\]{
  height: 600px
}
.h-full{
  height: 100%
}
.h-screen{
  height: 100vh
}
.h-4{
  height: 1rem
}
.max-h-\[65px\]{
  max-height: 65px
}
.min-h-\[420px\]{
  min-height: 420px
}
.min-h-screen{
  min-height: 100vh
}
.w-16{
  width: 4rem
}
.w-3\/4{
  width: 75%
}
.w-5{
  width: 1.25rem
}
.w-6{
  width: 1.5rem
}
.w-\[160px\]{
  width: 160px
}
.w-\[260px\]{
  width: 260px
}
.w-auto{
  width: auto
}
.w-full{
  width: 100%
}
.w-4{
  width: 1rem
}
.min-w-0{
  min-width: 0px
}
.min-w-\[266px\]{
  min-width: 266px
}
.min-w-full{
  min-width: 100%
}
.max-w-full{
  max-width: 100%
}
.max-w-none{
  max-width: none
}
.max-w-screen-lg{
  max-width: 1366px
}
.max-w-screen-xl{
  max-width: 1440px
}
.max-w-sm{
  max-width: 24rem
}
.flex-1{
  flex: 1 1 0%
}
.flex-shrink{
  flex-shrink: 1
}
.flex-grow{
  flex-grow: 1
}
.basis-full{
  flex-basis: 100%
}
.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
}
.resize{
  resize: both
}
.list-decimal{
  list-style-type: decimal
}
.list-disc{
  list-style-type: disc
}
.list-none{
  list-style-type: none
}
.columns-1{
  -moz-columns: 1;
       columns: 1
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr))
}
.flex-row{
  flex-direction: row
}
.flex-col{
  flex-direction: column
}
.flex-col-reverse{
  flex-direction: column-reverse
}
.items-start{
  align-items: flex-start
}
.items-center{
  align-items: center
}
.justify-center{
  justify-content: center
}
.justify-between{
  justify-content: space-between
}
.gap-2{
  gap: 0.5rem
}
.gap-3{
  gap: 0.75rem
}
.gap-4{
  gap: 1rem
}
.gap-6{
  gap: 1.5rem
}
.gap-8{
  gap: 2rem
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}
.overflow-hidden{
  overflow: hidden
}
.rounded{
  border-radius: 0.25rem
}
.rounded-lg{
  border-radius: 0.5rem
}
.rounded-md{
  border-radius: 0.375rem
}
.rounded-sm{
  border-radius: 0.125rem
}
.rounded-xl{
  border-radius: 0.75rem
}
.border{
  border-width: 1px
}
.border-0{
  border-width: 0px
}
.border-2{
  border-width: 2px
}
.border-\[2px\]{
  border-width: 2px
}
.border-b{
  border-bottom-width: 1px
}
.border-b-4{
  border-bottom-width: 4px
}
.border-b-\[1px\]{
  border-bottom-width: 1px
}
.border-b-\[2px\]{
  border-bottom-width: 2px
}
.border-r{
  border-right-width: 1px
}
.border-r-\[10px\]{
  border-right-width: 10px
}
.border-\[\#dee2e6\]{
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity))
}
.border-\[\#e5e7eb\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity))
}
.border-lightgrey{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity))
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(0 163 183 / var(--tw-border-opacity))
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(2 8 22 / var(--tw-border-opacity))
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity))
}
.border-b-lightgrey{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity))
}
.border-b-primary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 163 183 / var(--tw-border-opacity))
}
.border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity))
}
.border-r-transparent{
  border-right-color: transparent
}
.bg-\[\#C02\]{
  --tw-bg-opacity: 1;
  background-color: rgb(204 0 34 / var(--tw-bg-opacity))
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 183 / var(--tw-bg-opacity))
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(2 8 22 / 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-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity))
}
.bg-cover{
  background-size: cover
}
.bg-no-repeat{
  background-repeat: no-repeat
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover
}
.p-0{
  padding: 0px
}
.p-1{
  padding: 0.25rem
}
.p-1\.5{
  padding: 0.375rem
}
.p-12{
  padding: 3rem
}
.p-2{
  padding: 0.5rem
}
.p-3{
  padding: 0.75rem
}
.p-4{
  padding: 1rem
}
.p-8{
  padding: 2rem
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem
}
.px-\[11\.2px\]{
  padding-left: 11.2px;
  padding-right: 11.2px
}
.px-\[7px\]{
  padding-left: 7px;
  padding-right: 7px
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem
}
.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px
}
.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px
}
.py-\[calc\(0\.375rem-2px\)\]{
  padding-top: calc(0.375rem - 2px);
  padding-bottom: calc(0.375rem - 2px)
}
.py-\[calc\(1rem-2px\)\]{
  padding-top: calc(1rem - 2px);
  padding-bottom: calc(1rem - 2px)
}
.pb-0{
  padding-bottom: 0px
}
.pb-1{
  padding-bottom: 0.25rem
}
.pb-10{
  padding-bottom: 2.5rem
}
.pb-12{
  padding-bottom: 3rem
}
.pb-14{
  padding-bottom: 3.5rem
}
.pb-16{
  padding-bottom: 4rem
}
.pb-2{
  padding-bottom: 0.5rem
}
.pb-3{
  padding-bottom: 0.75rem
}
.pb-4{
  padding-bottom: 1rem
}
.pb-5{
  padding-bottom: 1.25rem
}
.pb-6{
  padding-bottom: 1.5rem
}
.pb-8{
  padding-bottom: 2rem
}
.pl-5{
  padding-left: 1.25rem
}
.pl-6{
  padding-left: 1.5rem
}
.pr-8{
  padding-right: 2rem
}
.pt-0{
  padding-top: 0px
}
.pt-1{
  padding-top: 0.25rem
}
.pt-10{
  padding-top: 2.5rem
}
.pt-12{
  padding-top: 3rem
}
.pt-3{
  padding-top: 0.75rem
}
.pt-4{
  padding-top: 1rem
}
.pt-6{
  padding-top: 1.5rem
}
.pt-8{
  padding-top: 2rem
}
.text-left{
  text-align: left
}
.text-center{
  text-align: center
}
.font-sans{
  font-family: Poppins, sans-serif
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem
}
.text-5xl{
  font-size: 3rem;
  line-height: 1
}
.text-\[14px\]{
  font-size: 14px
}
.text-\[16px\]{
  font-size: 16px
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem
}
.text-normal{
  font-size: 1.1rem
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem
}
.text-small{
  font-size: 0.875rem
}
.text-xl{
  font-size: 1.25rem
}
.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
}
.normal-case{
  text-transform: none
}
.leading-normal{
  line-height: 1.5
}
.leading-tight{
  line-height: 1.25
}
.tracking-wide{
  letter-spacing: 0.025em
}
.tracking-widest{
  letter-spacing: 0.1em
}
.text-\[\#AAA\]{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity))
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity))
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity))
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 163 183 / var(--tw-text-opacity))
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(2 8 22 / var(--tw-text-opacity))
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity))
}
.underline{
  text-decoration-line: underline
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity))
}
.placeholder-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity))
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.blur{
  --tw-blur: blur(8px);
  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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}
.delay-0{
  transition-delay: 0s
}
.delay-150{
  transition-delay: 150ms
}
.delay-200{
  transition-delay: 200ms
}
.delay-75{
  transition-delay: 75ms
}
.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw
}
.alignwide{
  margin: 2rem 0;
  max-width: 1440px !important
}
.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%
}
.aligncenter{
  margin: 0.5rem auto;
  display: block
}
@media (min-width: 600px){

  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left
  }

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right
  }

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem
  }

  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem
  }
}
.wp-caption{
  display: inline-block
}
.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1
}
.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563
}
/* #main-content .container, #downloads .container, #text-images-grid .container, #image-rollover-text .container,
#featured-posts .container, #featured-pages .container, #content .container, .container.news
 {
  @apply md:px-16 lg:px-24;
} */
p{
  margin-bottom: 0.75rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(2 8 22 / var(--tw-text-opacity))
}
p:last-child{
  margin-bottom: 0px
}
body{
  font-family: Poppins, sans-serif
}
h1{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700
}
@media (min-width: 1366px){

  h1{
    font-size: 2.25rem;
    line-height: 2.5rem
  }
}
h2{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700
}
@media (min-width: 1366px){

  h2{
    font-size: 1.875rem;
    line-height: 2.25rem
  }
}
h3{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700
}
@media (min-width: 1366px){

  h3{
    font-size: 1.5rem;
    line-height: 2rem
  }
}
h4{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700
}
@media (min-width: 1366px){

  h4{
    font-size: 1.25rem
  }
}
.custom-logo-link img{
  position: relative;
  top: 0px;
  bottom: 25px;
  width: 160px
}
@media (min-width: 1366px){

  .custom-logo-link img{
    top: 35px;
    width: 230px
  }
}
select{
  border-right-width: 10px;
  border-right-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem
}
ul.children{
  display: none
}
label.gfield_label.gform-field-label{
  font-weight: 700
}
.gform_button.button{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important
}
.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 163 183 / var(--tw-bg-opacity)) !important
}
#hero_slider, #hero_image{
  padding-bottom: 1rem
}
@media (min-width: 1366px){

  #hero_slider, #hero_image{
    padding-bottom: 2rem
  }
}
p strong{
  --tw-text-opacity: 1;
  color: rgb(0 163 183 / var(--tw-text-opacity))
}
.mySwiper2{
  padding-bottom: 4rem !important
}
.side-menu{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding: 1rem;
  font-weight: 600
}
.side-menu ul li{
  margin-bottom: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(2 8 22 / var(--tw-text-opacity))
}
.side-menu ul li:last-child{
  margin-bottom: 0px;
  border-width: 0px;
  padding-bottom: 0px
}
.side-menu ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 163 183 / var(--tw-text-opacity));
  transition-delay: 100ms
}
.side-menu p{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 163 183 / var(--tw-text-opacity))
}
a.inner-btn{
  margin-top: 0.5rem !important;
  display: inline-block !important;
  border-radius: 0.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 163 183 / var(--tw-bg-opacity)) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}
a.inner-btn:hover{
  text-decoration-line: underline !important
}
button.inner-btn{
  margin-top: 0.5rem !important;
  display: inline-block !important;
  border-radius: 0.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 163 183 / var(--tw-bg-opacity)) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}
button.inner-btn:hover{
  text-decoration-line: underline !important
}
#main-content h1, #main-content h2, #main-content h3, #main-content h4{
  margin-top: 0.5rem;
  margin-bottom: 0px;
  padding-bottom: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 163 183 / var(--tw-text-opacity))
}
#main-content h2{
  font-size: 1.875rem;
  line-height: 2.25rem
}
#main-content h1 strong, #main-content h2 strong, #main-content h3 strong, #main-content h4 strong{
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 8 22 / var(--tw-text-opacity)) !important
}
.page-template-page-std-php #main-content{
  padding-top: 0px !important
}
.page-template-page-std-php #main-content h2{
  margin-top: 0px !important
}
.page-template-page-std-php #main-content p > h2{
  margin-top: 0.5rem !important
}
span.Uncategorized{
  display: none
}
.entry-content ul{
  margin-bottom: 2rem
}
.entry-content p, #main-content p{
  margin-left: auto;
  margin-right: auto;
  text-align: left
}
.entry-header img{
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}
@media (min-width: 1366px){

  .entry-header img{
    height: 600px
  }
}
.single-news img{
  height: 275px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}
@media (min-width: 782px){

  .single-news img{
    height: 425px;
    -o-object-fit: contain;
       object-fit: contain
  }
}
@media (min-width: 1366px){

  .single-news img{
    padding-top: 2rem
  }
}
.entry-content p img, #main-content p img{
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: auto
}
@media (min-width: 1366px){

  .entry-content p img, #main-content p img{
    float: left
  }
}
/* .entry-content p img:last-child, #main-content p img {
  @apply mb-0;
} */
.entry-content> p> img{
  float: left;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-right: 2rem;
  padding-top: 0px
}
@media (min-width: 600px){

  .entry-content> p> img{
    height: 200px;
    width: 200px
  }
}
@media (min-width: 782px){

  .entry-content> p> img{
    padding-right: 0px
  }
}
.entry-content> p:has(img){
  margin-bottom: 0px;
  padding-top: 1rem
}
@media (min-width: 1366px){

  .entry-content> p:has(img){
    display: inline-block
  }
}
.entry-content ul li{
  list-style-type: disc !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 8 22 / var(--tw-text-opacity)) !important
}
#featured-pages h2{
  margin-top: 0px
}
#featured-pages h4{
  font-size: 1.1rem
}
#featured-pages a:hover h4, #featured-pages a:hover svg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}
#featured-pages .black-arrow, #featured-pages .white-arrow{
  width: 1.75rem
}
#featured-pages a:hover .black-arrow{
  display: none
}
#featured-pages a:hover .white-arrow{
  display: block
}
#featured-pages a:hover .card-text-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 183 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}
.card-text-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity))
}
#text-images-grid ul, #text-images-grid ol{
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem
}
#text-images-grid img{
  height: 380px;
  width: 100%
}
@media (min-width: 1366px){

  #text-images-grid img{
    position: absolute;
    top: 0px;
    height: 100%
  }
}
#quarter-text-images-grid img{
  height: 380px
}
@media (min-width: 1366px){

  #quarter-text-images-grid img{
    height: 425px
  }
}
#quarter-text-images-grid .Cover img{
  height: 380px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important
}
@media (min-width: 1366px){

  #quarter-text-images-grid .Cover img{
    height: 425px !important
  }
}
#quarter-text-images-grid .Contain img, #quarter-text-images-grid .Logo img{
  height: 380px !important;
  width: 100% !important
}
@media (min-width: 1366px){

  #quarter-text-images-grid .Contain img, #quarter-text-images-grid .Logo img{
    height: auto !important
  }
}
#text-images-grid .Contain img{
  -o-object-fit: contain;
     object-fit: contain
}
#text-images-grid .wrapper.Blue, #quarter-text-images-grid .Blue, #quarter-text-images-grid .wrapper.Blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 183 / var(--tw-bg-opacity))
}
#quarter-text-images-grid .White, #quarter-text-images-grid .wrapper.White{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
@media (min-width: 1366px){

  #quarter-text-images-grid h4{
    margin-top: 0px
  }
}
#text-images-grid .Logo img, #quarter-text-images-grid .Logo img{
  left: 0px !important;
  right: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: table !important;
  width: 260px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important
}
#text-images-grid .wrapper.Grey, #quarter-text-images-grid .wrapper.Grey, #quarter-text-images-grid .Grey{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity))
}
#text-images-grid .wrapper.Blue p, #text-images-grid .wrapper.Blue ul, #text-images-grid .wrapper.Blue span, #text-images-grid .wrapper.Blue ol,
#text-images-grid .wrapper.Blue li, #text-images-grid .wrapper.Blue h1, #text-images-grid .wrapper.Blue h2, #text-images-grid .wrapper.Blue h3, #text-images-grid .wrapper.Blue h4{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}
#quarter-text-images-grid .wrapper.Blue p, #quarter-text-images-grid .wrapper.Blue ul, #quarter-text-images-grid .wrapper.Blue span, #quarter-text-images-grid .wrapper.Blue ol,
#quarter-text-images-grid .wrapper.Blue li, #quarter-text-images-grid .wrapper.Blue h1, #quarter-text-images-grid .wrapper.Blue h2, #quarter-text-images-grid .wrapper.Blue h3, #quarter-text-images-grid .wrapper.Blue h4{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}
#quarter-text-images-grid .wrapper.Grey p, #quarter-text-images-grid .wrapper.Grey ul, #quarter-text-images-grid .wrapper.Grey li, 
#quarter-text-images-grid .wrapper.Grey span, #quarter-text-images-grid .wrapper.Grey ol, #quarter-text-images-grid .wrapper.Grey h1, 
#quarter-text-images-grid .wrapper.Grey h2, #quarter-text-images-grid .wrapper.Grey h3, #quarter-text-images-grid .wrapper.Grey h4{
  --tw-text-opacity: 1;
  color: rgb(2 8 22 / var(--tw-text-opacity))
}
#text-images-grid .wrapper.Grey p, #text-images-grid .wrapper.Grey ul, #text-images-grid .wrapper.Grey li, 
#text-images-grid .wrapper.Grey span, #text-images-grid .wrapper.Grey ol, #text-images-grid .wrapper.Grey h1, 
#text-images-grid .wrapper.Grey h2, #text-images-grid .wrapper.Grey h3, #text-images-grid .wrapper.Grey h4{
  --tw-text-opacity: 1;
  color: rgb(2 8 22 / var(--tw-text-opacity))
}
#text-images-grid .wrapper.White p, #text-images-grid .wrapper.White ul, #text-images-grid .wrapper.White li, 
#text-images-grid .wrapper.White span, #text-images-grid .wrapper.White ol, #text-images-grid .wrapper.White h1, #text-images-grid .wrapper.White h2, #text-images-grid .wrapper.White h3, #text-images-grid .wrapper.White h4{
  --tw-text-opacity: 1;
  color: rgb(2 8 22 / var(--tw-text-opacity))
}
#text-images-grid .Cover img{
  -o-object-fit: cover;
     object-fit: cover
}
@media (min-width: 1366px){

  .images-text-wrapper.Right .image-wrapper{
    grid-row: 1 / -1
  }

  #quarter-text-images-grid .Right.images-text-wrapper{
    grid-row: 1 / -1
  }
}
#main-content ul{
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(2 8 22 / var(--tw-text-opacity))
}
#images-grid h2{
  margin-top: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 163 183 / var(--tw-text-opacity)) !important
}
#main-content{
  margin-left: auto;
  margin-right: auto
}
@media (min-width: 1440px){

  #main-content{
    width: 85%
  }
}
#main-content a, .entry-content a{
  --tw-text-opacity: 1;
  color: rgb(0 163 183 / var(--tw-text-opacity));
  text-decoration-line: underline
}
#main-content ul li, #text-images-grid ul li{
  list-style-type: disc;
  text-align: left
}
.gform-theme--framework .gfield_list_group_item:before, .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){
  font-weight: 700
}
header form{
  padding-left: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 183 / var(--tw-bg-opacity))
}
#featured-pages img{
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}
#searchform button{
  position: absolute;
  top: 50%;
  left: 0.5rem;
  margin-right: 1rem;
  --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))
}
a.home-link{
  position: relative
}
.text-bg-image p, .text-bg-image a, .text-bg-image ul li, #image-rollover-text p, #image-rollover-text a, 
#image-rollover-text span, #image-rollover-text h1, #image-rollover-text h2, #image-rollover-text h3, #image-rollover-text h4{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}
#image-rollover-text p, #image-rollover-text a, #image-rollover-text span, #image-rollover-text ul li{
  font-size: 1.1rem
}
@media (min-width: 1366px){

  #image-rollover-text p, #image-rollover-text a, #image-rollover-text span, #image-rollover-text ul li{
    font-size: 1.25rem
  }
}
footer a:hover{
  text-decoration-line: underline;
  transition-delay: 500ms
}
#swiper-side h1, #hero_image h1{
  margin-top: 0px
}
/* .side-by-side-image {
  @apply mx-auto table;
} */
.side-by-side-image img{
  width: 100%
}
.swiper-slide img{
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
#hero_image img{
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
#featured-posts .swiper-slide img, #featured-posts img{
  --tw-brightness: brightness(1);
  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)
}
#menu-footer-navigation{
  gap: 1rem;
  text-align: center
}
@media (min-width: 1366px){

  #menu-footer-navigation{
    float: right;
    display: flex;
    text-align: left
  }

  footer ul li:not(:last-child), footer ul a:not(:last-child){
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding-right: 0.75rem
  }
}
#featured-posts img{
  height: 225px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}
.individual-post img{
  height: 340px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}
#featured-posts h4{
  --tw-text-opacity: 1;
  color: rgb(2 8 22 / var(--tw-text-opacity))
}
@media (min-width: 1366px){

  #featured-posts h4{
    min-height: 54px
  }
}
#images-grid img{
  margin: auto;
  height: 375px;
  width: 100%
}
#std-content h1{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem
}
#std-content h2{
  margin-bottom: 1rem;
  font-size: 1.25rem
}
#std-content h3{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem
}
#std-content p a, #std-content ul a, #std-content ol a{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline
}
#std-content p a:hover, #std-content ul a:hover, #std-content ol a:hover{
  text-decoration-line: none
}
#std-content p, #std-content ul, #std-content ol{
  margin-bottom: 2rem
}
#std-content ul:not(.block-editor-block-variation-picker__variations) li{
  list-style-position: inside;
  list-style-type: disc
}
#std-content ol li{
  list-style-position: inside;
  list-style-type: decimal
}
#contact svg path{
  fill: #020816
}
.col.active button{
  --tw-bg-opacity: 1;
  background-color: rgb(204 0 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}
ol{
  list-style-type: decimal;
  padding-left: 1.5rem
}
.col button{
  margin-right: 1rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(2 8 22 / var(--tw-text-opacity))
}
.gform_wrapper form{
  padding-top: 1.5rem
}
.gform_heading{
  display: none !important
}
.gform_heading p{
  font-size: 1.125rem;
  line-height: 1.75rem
}
.gform_required_legend{
  display: none
}
.gform_wrapper form{
  margin: auto
}
@media (min-width: 1366px){

  .gform_wrapper form{
    width: 85%
  }
}
.gform_button{
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  border-radius: 0.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 163 183 / var(--tw-bg-opacity)) !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  text-transform: uppercase !important
}
.gform_button:hover{
  text-decoration-line: underline !important
}
.legend.gfield_label.gform-field-label.gfield_label_before_complex{
  font-weight: 700
}
.pagination-wrapper{
  margin-top: 3rem;
  padding-bottom: 2rem
}
.global-address a, .global-address p > a, .partner-address a, .partner-address p > a{
  --tw-text-opacity: 1;
  color: rgb(0 163 183 / var(--tw-text-opacity));
  text-decoration-line: underline
}
.global-address p, .partner-address p{
  overflow-wrap: break-word
}
.partner-address img{
  max-height: 65px
}
hr{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity))
}
.center-field .gfield_label.gform-field-label{
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 700
}
@media (min-width: 1366px){

  .ginput_container_radio, .ginput_container_checkbox{
    margin-left: auto !important;
    margin-right: auto !important;
    display: table !important
  }
}
span.current{
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 163 183 / var(--tw-bg-opacity)) !important;
  padding-left: 11.2px !important;
  padding-right: 11.2px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}
a.page-numbers{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity)) !important;
  padding-left: 11.2px !important;
  padding-right: 11.2px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 163 183 / var(--tw-text-opacity)) !important
}
a.page-numbers:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 163 183 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-delay: 75ms !important
}
ul#menu-primary-menu{
  margin-bottom: 0px
}
ul.sub-menu{
  margin-top: 0px;
  display: none;
  transition-delay: 150ms
}
@media (min-width: 1366px){

  ul.sub-menu{
    width: 275px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 163 183 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }
}
li.menu-item-has-children{
  position: relative;
  text-align: left
}
.sub-menu li{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  text-align: left !important;
  font-size: 16px !important
}
.sub-menu li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 183 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-delay: 0s
}
#primary-menu{
  margin-bottom: 0px
}
@media (min-width: 1366px){

  #primary-menu{
    background-image: none
  }

  #menu-primary-menu li:hover, #menu-primary-menu li:hover ul li:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important
  }

  #menu-primary-menu li:hover ul li{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important
  }
}
@media (min-width: 961px){
      li.menu-item-has-children:hover > ul.sub-menu{
    display: block;
    transition-delay: 75ms
  }
      @media (min-width: 1366px){

    li.menu-item-has-children:hover > ul.sub-menu{
      position: absolute;
      top: 40px;
      left: 0px
    }
  }
      
      #menu-main-navigation li.menu-item-has-children:hover > ul.sub-menu{
    transition-delay: 0s
  }
      
      #menu-main-navigation li.menu-item-has-children:hover > ul.sub-menu:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 163 183 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
      #menu-main-navigation li.menu-item-has-children:hover > ul.sub-menu li{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-delay: 0s
  }
      #menu-main-navigation li.menu-item-has-children:hover > ul.sub-menu li:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 163 183 / var(--tw-bg-opacity))
  }
      #menu-main-navigation li.menu-item{
    transition-delay: 0s
  }
      #menu-main-navigation li.menu-item:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 163 183 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: underline
  }

      #menu-main-navigation li.menu-item-has-children:hover > ul.sub-menu li:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 163 183 / var(--tw-text-opacity));
    text-decoration-line: none
  }

      .sub-menu{
    padding-left: 0.25rem;
    padding-right: 0.25rem
  }
  }
@media (max-width: 960px){
    #primary-menu{
    z-index: 50;
    margin-top: 1.5rem;
    height: 100vh;
    text-align: left;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
    li.menu-item-has-children:hover > ul.sub-menu{
    margin-bottom: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 163 183 / var(--tw-bg-opacity));
    padding-top: 20px;
    padding-bottom: 20px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
    #primary-menu li{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 163 183 / var(--tw-border-opacity))
  }
    .sub-menu{
    margin-bottom: 0px !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important
  }
    .sub-menu li{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important
  }

    .sub-menu.show{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 163 183 / var(--tw-bg-opacity)) !important;
    padding-top: 0px !important
  }

    .sub-menu.show li{
    border-bottom-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important
  }
  
  }
legend.gfield_label.gform-field-label.gfield_label_before_complex{
  font-weight: 700
}
.Contain img{
  -o-object-fit: contain;
     object-fit: contain
}
.Full img{
  height: 100% !important;
  width: 100% !important
}
.Cover img{
  -o-object-fit: cover;
     object-fit: cover
}
.gfield_checkbox{
  text-align: left !important
}
.clearing{
  clear: both
}
#datasheet-search-form select{
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity))
}
@media (min-width: 1440px){

  .xl\:container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem
  }

  @media (min-width: 480px){

    .xl\:container{
      max-width: 480px
    }
  }

  @media (min-width: 600px){

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

  @media (min-width: 782px){

    .xl\:container{
      max-width: 782px
    }
  }

  @media (min-width: 1366px){

    .xl\:container{
      max-width: 1366px;
      padding-right: 4rem;
      padding-left: 4rem
    }
  }

  @media (min-width: 1440px){

    .xl\:container{
      max-width: 1440px;
      padding-right: 6rem;
      padding-left: 6rem
    }
  }
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 183 / var(--tw-bg-opacity))
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}
.hover\:underline:hover{
  text-decoration-line: underline
}
.hover\:delay-200:hover{
  transition-delay: 200ms
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px
}
@media (min-width: 600px){

  .sm\:h-\[200px\]{
    height: 200px
  }

  .sm\:w-\[200px\]{
    width: 200px
  }

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

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem
  }
}
@media (min-width: 782px){

  .md\:m-0{
    margin: 0px
  }

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

  .md\:ml-0{
    margin-left: 0px
  }

  .md\:flex{
    display: flex
  }

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

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

  .md\:basis-1\/2{
    flex-basis: 50%
  }

  .md\:basis-1\/5{
    flex-basis: 20%
  }

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

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

  .md\:flex-wrap{
    flex-wrap: wrap
  }

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

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

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

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem
  }

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem
  }

  .md\:pl-0{
    padding-left: 0px
  }

  .md\:pr-0{
    padding-right: 0px
  }

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

  .lg\:absolute{
    position: absolute
  }

  .lg\:left-0{
    left: 0px
  }

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

  .lg\:top-0{
    top: 0px
  }

  .lg\:top-\[35px\]{
    top: 35px
  }

  .lg\:top-\[40px\]{
    top: 40px
  }

  .lg\:float-right{
    float: right
  }

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

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

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

  .lg\:ml-4{
    margin-left: 1rem
  }

  .lg\:ml-\[55px\]{
    margin-left: 55px
  }

  .lg\:mr-3{
    margin-right: 0.75rem
  }

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

  .lg\:block{
    display: block
  }

  .lg\:inline-block{
    display: inline-block
  }

  .lg\:flex{
    display: flex
  }

  .lg\:table{
    display: table
  }

  .lg\:grid{
    display: grid
  }

  .lg\:hidden{
    display: none
  }

  .lg\:h-\[425px\]{
    height: 425px
  }

  .lg\:h-\[600px\]{
    height: 600px
  }

  .lg\:h-\[60px\]{
    height: 60px
  }

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

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

  .lg\:min-h-\[54px\]{
    min-height: 54px
  }

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

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

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

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

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

  .lg\:w-3\/4{
    width: 75%
  }

  .lg\:w-\[230px\]{
    width: 230px
  }

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

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

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

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

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

  .lg\:basis-1\/2{
    flex-basis: 50%
  }

  .lg\:basis-1\/3{
    flex-basis: 33.333333%
  }

  .lg\:columns-2{
    -moz-columns: 2;
         columns: 2
  }

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

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

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

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

  .lg\:justify-end{
    justify-content: flex-end
  }

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

  .lg\:gap-12{
    gap: 3rem
  }

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

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

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

  .lg\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(0 163 183 / var(--tw-bg-opacity))
  }

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

  .lg\:bg-none{
    background-image: none
  }

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

  .lg\:p-20{
    padding: 5rem
  }

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

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

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

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

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

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

  .lg\:pb-8{
    padding-bottom: 2rem
  }

  .lg\:pl-4{
    padding-left: 1rem
  }

  .lg\:pr-8{
    padding-right: 2rem
  }

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

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

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

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem
  }

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

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

  .lg\:leading-6{
    line-height: 1.5rem
  }

  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
}
@media (min-width: 1440px){

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

  .xl\:w-\[85\%\]{
    width: 85%
  }

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

  .xl\:text-normal{
    font-size: 1.1rem
  }
}

