@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

/* Scrollbar */

/* width */

::-webkit-scrollbar{
  width: 0.625rem;
}

/* Track */

::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 243 / var(--tw-bg-opacity));
}

/* Handle */

::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(207 216 222 / var(--tw-bg-opacity));
}

html {
        scroll-behavior: smooth !important;
        max-width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

body {
        top: 0 !important;
        font-family: 'Inter', sans-serif;
        font-size: 0.875rem;
        font-size: clamp(0.875rem, 0.8405172413793104rem + 0.1724137931034483vw, 1rem);
        line-height: 1.5;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        max-width: 100%;
        overflow-x: hidden;
        --tw-text-opacity: 1;
        color: rgb(7 29 45 / var(--tw-text-opacity));
    }

main {
        max-width: calc(1480px + 4rem);
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: left;
    }

@media (min-width: 768px){

  main{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.menu-open{
  overflow: hidden;
}

@media (min-width: 768px){

  .menu-open{
    overflow: auto;
  }
}

a{
  cursor: pointer;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

h1, h2, h3, h4, h5, h6, p{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child{
  margin-top: 0px;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child{
  margin-bottom: 0px;
}

main > h1:first-child, main > h2:first-child, main > h3:first-child, main > h4:first-child, main > h5:first-child, main > h6:first-child, main > p:first-child{
  margin-top: 2.5rem;
}

@media (min-width: 768px){

  main > h1:first-child, main > h2:first-child, main > h3:first-child, main > h4:first-child, main > h5:first-child, main > h6:first-child, main > p:first-child{
    margin-top: 5rem;
  }
}

h1, h2, h3, h4, h5, h6, main strong{
  font-weight: 500;
}

h1, .has-h1-font-size {
        font-size: 2.5rem;
        font-size: clamp(2.5rem, 2.2241379310344827rem + 1.3793103448275863vw, 3.5rem);
        line-height: 1.2;
    }

h2, .has-h2-font-size {
        font-size: 2rem;
        font-size: clamp(2rem, 1.7241379310344827rem + 1.3793103448275863vw, 3rem);
        line-height: 1.2;
    }

h3, .has-h3-font-size {
        font-size: 1.75rem;
        font-size: clamp(1.75rem, 1.543103448275862rem + 1.0344827586206897vw, 2.5rem);
        line-height: 1.2;
    }

h4, .has-h4-font-size {
        font-size: 1.5rem;
        font-size: clamp(1.5rem, 1.3620689655172413rem + 0.6896551724137931vw, 2rem);
        line-height: 1.35;
    }

h5, .has-h5-font-size {
        font-size: 1.25rem;
        font-size: clamp(1.25rem, 1.1810344827586208rem + 0.3448275862068966vw, 1.5rem);
        line-height: inherit;
    }

h6, .has-h6-font-size {
        font-size: 1.125rem;
        font-size: clamp(1.125rem, 1.0905172413793103rem + 0.1724137931034483vw, 1.25rem);
        line-height: inherit;
    }

.has-x-large-font-size {
        font-size: 1.25rem;
        font-size: clamp(1.25rem, 1.1810344827586208rem + 0.3448275862068966vw, 1.5rem);
        line-height: inherit;
    }

.has-large-font-size,
    .text-xl {
        font-size: 1.125rem;
        font-size: clamp(1.125rem, 1.0905172413793103rem + 0.1724137931034483vw, 1.25rem);
        line-height: inherit;
    }

.has-medium-font-size,
    .text-lg {
        font-size: 1rem;
        font-size: clamp(1rem, 0.9655172413793104rem + 0.1724137931034483vw, 1.125rem);
        line-height: inherit;
    }

.has-normal-font-size,
    .text-base {
        font-size: 0.875rem;
        font-size: clamp(0.875rem, 0.8405172413793104rem + 0.1724137931034483vw, 1rem);
        line-height: inherit;
    }

.has-small-font-size,
    .text-sm {
        font-size: 0.8125rem;
        font-size: clamp(0.8125rem, 0.7952586206896551rem + 0.08620689655172414vw, 0.875rem);
        line-height: inherit;
    }

@media (min-width: 1024px){

  .ingress{
    max-width: 60%;
  }
}

*, ::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: 640px){

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){

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

@media (min-width: 1440px){

  .container{
    max-width: 1440px;
  }
}

/* Container */

.container {
        max-width: calc(1480px + 4rem);
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }

@media (min-width: 768px){

  .container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* header */

#site-header{
  position: fixed;
  top: 1rem;
  z-index: 30;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

@media (min-width: 768px){

  #site-header{
    top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.header-scrolled #site-header{
  --tw-translate-y: -100px;
  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));
}

@media (min-width: 768px){

  .header-scrolled #site-header{
    --tw-translate-y: -130px;
    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));
  }
}

.header-scrolled-up #site-header{
  --tw-translate-y: 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));
}

#site-header .container {
        max-width: 1480px;
        filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 0.25rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-left: 0px;
        padding-right: 0px;
        --tw-text-opacity: 1;
        color: rgb(11 46 72 / var(--tw-text-opacity));
    }

#site-header a{
  --tw-text-opacity: 1;
  color: rgb(11 46 72 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

#site-header a:hover{
  --tw-text-opacity: 1;
  color: rgb(14 58 90 / var(--tw-text-opacity));
}

#site-header ul a{
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

#site-header ul a:after {
        content: '';
        position: absolute;
        bottom: 0px;
        display: block;
        height: 0.25rem;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

#site-header ul a:hover:after{
  --tw-bg-opacity: 1;
  background-color: rgb(54 120 198 / var(--tw-bg-opacity));
}

#site-header .header-logo{
  margin-left: 1rem;
  margin-right: auto;
  justify-content: flex-start !important;
}

@media (min-width: 768px){

  #site-header .header-logo{
    margin-left: 2rem;
  }
}

#site-header .header-logo img{
  height: 37px !important;
  width: auto;
}

@media (min-width: 768px){

  #site-header .header-logo img{
    height: 56px !important;
  }
}

#site-header ul{
  display: none;
  gap: 2.5rem;
}

@media (min-width: 768px){

  #site-header ul{
    align-items: center;
  }
}

@media (min-width: 1024px){

  #site-header ul{
    display: flex;
  }
}

#site-header ul li {
    }

#site-header ul li.current-menu-item {
    }

#site-header ul li a {
    }

#site-header .header-logo, #site-header ul li a, #site-header .icon-menu, #site-header .icon-search, #site-header .icon-globe, #site-header .icon-user{
  display: flex;
  height: 72px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px){

  #site-header .header-logo, #site-header ul li a, #site-header .icon-menu, #site-header .icon-search, #site-header .icon-globe, #site-header .icon-user{
    height: 90px;
  }
}

#site-header .icon-menu, #site-header .icon-search, #site-header .icon-globe, #site-header .icon-user{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 24px;
}

#site-header .icon-menu{
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px){

  #site-header .icon-menu{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#site-header .icon-search{
  margin-left: auto;
}

#site-header .icon-globe{
  padding-right: 1.5rem;
}

@media (min-width: 768px){

  #site-header .icon-globe{
    padding-right: 2rem;
  }
}

#site-header .icon-user{
  display: none;
  padding-right: 2rem;
}

/* Header search */

.header-search{
  position: absolute;
  margin-left: auto;
  margin-right: 0.75rem;
  display: none;
  width: 100%;
  --tw-translate-y: 70px;
  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));
}

@media (min-width: 768px){

  .header-search{
    position: relative;
    width: 250px;
    --tw-translate-y: 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));
  }
}

/* Country selector */

.country-selector {
        right: calc( (100vw - 1480px) / 2 ) !important;
        filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));
        bottom: auto !important;
        top: 140px;
        display: none;
        border-radius: 0.25rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

.country-selector label{
  display: none !important;
}

.country-selector a{
  padding: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

@media screen and (max-width: 1540px) {
        .country-selector{
    right: 2rem !important;
  }
    }

@media screen and (max-width: 767px) {
        .country-selector{
    right: 1rem !important;
    top: 96px !important;
  }
    }

/* Flyout Menu */

.flyout-menu-wrp{
  pointer-events: none;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -50;
  background-color: rgb(0 0 0 / 0.5);
  opacity: 0;
  transition-property: all;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.flyout-menu-wrp.open{
  pointer-events: auto;
  z-index: 50;
  opacity: 1;
}

.flyout-menu-content {
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 0px;
        bottom: 0px;
        width: 100%;
        --tw-translate-x: -100%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        overflow-y: auto;
        overflow-x: hidden;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
    }

@media (min-width: 768px){

  .flyout-menu-content{
    width: 600px;
  }
}

.open .flyout-menu-content{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flyout-menu-content.close{
  --tw-translate-x: -100% !important;
  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)) !important;
}

.flyout-menu-content a{
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  color: rgb(7 29 45 / 0.5);
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.flyout-menu-content .has-large-font-size.last{
  margin-bottom: 0.75rem;
}

.flyout-menu-content .has-large-font-size a{
  --tw-text-opacity: 1;
  color: rgb(7 29 45 / var(--tw-text-opacity));
}

/* Top Content */

#top-content{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(7 29 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity));
}

#top-content .top-content-bg{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

#top-content .top-content-bg.overlay{
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

@media (min-width: 640px){

  #top-content .top-content-bg.overlay{
    left: 25%;
  }
}

@media (min-width: 1280px){

  #top-content .top-content-bg.overlay{
    left: 50%;
  }
}

#top-content .top-content-bg.overlay:before {
        content: '';
        background: linear-gradient(90deg, #071D2D 0%, rgba(7, 29, 45, 0.75) 100%);
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        display: block;
    }

@media screen and (max-width: 1024px) {
        #top-content .top-content-bg.overlay:before {
            background: linear-gradient(90deg, #071D2D 0%, rgba(7, 29, 45, 0.42) 100%);
        }
    }

#top-content .top-content-video{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

#top-content .top-content-video:after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        display: block;
        background-color: rgb(11 46 72 / 0.6);
    }

#top-content .top-content-video video{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top-content .container{
  position: relative;
  display: flex;
  height: 540px;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 104px;
}

@media (min-width: 768px){

  #top-content .container{
    padding-top: 164px;
  }
}

#top-content #breadcrumbs{
  margin-bottom: auto;
}

#top-content .top-content-content{
  padding-bottom: 2rem;
}

@media (min-width: 768px){

  #top-content .top-content-content{
    padding-bottom: 3rem;
  }
}

#top-content h1, #top-content h2{
  margin: 0px;
}

#top-content h2{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 1280px){

  #top-content h2{
    margin-bottom: 0px;
  }
}

#top-content .top-content-buttons{
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (min-width: 768px){

  #top-content .top-content-buttons{
    gap: 1.5rem;
  }
}

@media (min-width: 1280px){

  #top-content .top-content-buttons{
    position: absolute;
    bottom: 3rem;
    right: 2rem;
  }
}

#top-content .top-content-buttons .btn{
  flex: 1 1 0%;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px){

  #top-content .top-content-buttons .btn{
    flex: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#top-content .top-content-social-buttons{
  display: none;
}

.home #top-content .container{
  height: 540px;
  justify-content: flex-start;
}

@media (min-width: 768px){

  .home #top-content .container{
    height: 720px;
  }
}

.home #top-content #breadcrumbs{
  display: none;
}

.home #top-content .top-content-content{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.home #top-content .top-content-buttons{
  position: relative;
  bottom: auto;
  right: auto;
  margin-top: auto;
}

.home #top-content .top-content-social-buttons{
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  display: none;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (min-width: 768px){

  .home #top-content .top-content-social-buttons{
    display: flex;
  }
}

.home #top-content .top-content-social-buttons a{
  display: block;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(7 29 45 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.home #top-content .top-content-social-buttons a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(207 216 222 / var(--tw-bg-opacity));
}

@media (min-width: 768px){

  .tax-product_cat #top-content .top-content-content, .tax-support_taxonomy #top-content .top-content-content, .single-support #top-content .top-content-content, .single-job #top-content .top-content-content{
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(54 120 198 / var(--tw-border-opacity));
    padding-left: 2rem;
    padding-bottom: 3rem;
  }
}

.single-product #top-content .container{
  height: 310px;
}

@media (min-width: 640px){

  .single-product #top-content .container{
    height: 540px;
  }
}

.single-product #top-content .top-content-content{
  padding-bottom: 0px;
}

/* Buttons */

.btn{
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-radius: 0.125rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){

  .btn{
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 16px;
  }
}

.btn-darkblue{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 216 222 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(11 46 72 / var(--tw-text-opacity));
}

.btn-darkblue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(11 46 72 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(11 46 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity));
}

.btn-lightblue{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 216 222 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity));
}

.btn-lightblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(207 216 222 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(14 58 90 / var(--tw-text-opacity));
}

.btn-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(54 120 198 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity));
}

.btn-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(43 96 158 / var(--tw-bg-opacity));
}

.btn-red{
  --tw-bg-opacity: 1;
  background-color: rgb(180 64 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity));
}

.btn-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(135 48 42 / var(--tw-bg-opacity));
}

.btn.loading{
  --tw-bg-opacity: 1;
  background-color: rgb(11 46 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.loading svg{
  display: block;
}

/* Pagination */

.pagination, .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.pagination a, .pagination span{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 243 / var(--tw-bg-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pagination a:hover, .pagination span:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.pagination span{
  --tw-bg-opacity: 1;
  background-color: rgb(7 29 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagination span:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(7 29 45 / var(--tw-bg-opacity));
}

/* Footer */

#site-footer .footer-social-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (min-width: 768px){

  #site-footer .footer-social-buttons{
    gap: 1rem;
  }
}

#site-footer .footer-social-buttons a{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(7 29 45 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#site-footer .footer-social-buttons a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(207 216 222 / var(--tw-bg-opacity));
}

@media (min-width: 768px){

  #site-footer .footer-social-buttons a{
    height: 2.5rem;
    width: 2.5rem;
    font-size: 20px;
  }
}

#site-footer .footer-info strong {
        font-size: clamp(0.875rem, 0.8405172413793104rem + 0.1724137931034483vw, 1rem);
        line-height: inherit;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 500;
    }

#site-footer .footer-info p{
  max-width: 340px;
}

#site-footer .footer-info div{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#site-footer .footer-info div br{
  display: none;
}

#site-footer .footer-info div a{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

#site-footer .footer-info div a i{
  font-size: 20px;
}

#site-footer ul li{
  margin-top: 0.75rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / .15);
}

#site-footer ul a{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

/* Woocommerce term description */

.archive-description strong {
        font-size: 1.125rem;
        font-size: clamp(1.125rem, 1.0905172413793103rem + 0.1724137931034483vw, 1.25rem);
        line-height: inherit;
    }

.flyout-menu-content .archive-description strong.last{
  margin-bottom: 0.75rem;
}

.flyout-menu-content .archive-description strong a{
  --tw-text-opacity: 1;
  color: rgb(7 29 45 / var(--tw-text-opacity));
}

.archive-description strong{
  font-weight: 600;
}

/* Woocommerce products */

.products{
  display: grid;
  gap: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){

  .products{
    gap: 2rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* Woocommerce single product */

.single-product .product{
  clear: both;
}

.single-product .product:after {
        content: "";
        clear: both;
        display: table;
        height: 0px;
    }

.single-product .summary{
  padding-top: 2rem;
}

@media (min-width: 640px){

  .single-product .summary{
    padding-top: 3rem;
  }
}

@media (min-width: 1024px){

  .single-product .summary{
    float: right;
    width: 33%;
  }

  .single-product .woocommerce-product-gallery, .single-product .woocommerce-tabs{
    float: left;
    margin-right: 3rem;
    width: calc(67% - 3rem) !important;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(54 120 198 / var(--tw-border-opacity));
    padding-right: 3rem;
  }
}

@media (min-width: 1440px){

  .single-product .woocommerce-product-gallery, .single-product .woocommerce-tabs{
    margin-right: 5rem;
    width: calc(67% - 5rem) !important;
    padding-right: 5rem;
  }
}

.single-product .woocommerce-product-gallery{
  position: relative;
  margin-top: -100px;
  overflow: hidden;
  border-radius: 0.25rem;
}

@media (min-width: 640px){

  .single-product .woocommerce-product-gallery{
    margin-top: -230px;
    width: 75%;
    --tw-translate-x: 17%;
    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));
  }
}

@media (min-width: 1024px){

  .single-product .woocommerce-product-gallery{
    --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));
    border-radius: 0px;
  }
}

.single-product .woocommerce-product-gallery .flex-viewport{
  max-width: 100% !important;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 10;
  display: flex;
  display: none;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-indent: -1000px;
  line-height: 0;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 1024px){

  .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    right: 4rem;
    top: 0.75rem;
  }
}

@media (min-width: 1440px){

  .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    right: 6rem;
  }
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
        font-family: 'icomoon';
        content: "\e919";
        text-indent: 0px;
        font-size: 20px;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

.single-product .woocommerce-product-gallery > div{
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0.25rem;
}

.single-product .woocommerce-product-gallery figure{
  aspect-ratio: 16 / 9;
}

.single-product .woocommerce-product-gallery a{
  position: relative;
  display: flex;
  aspect-ratio: 16 / 9;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 243 / var(--tw-bg-opacity));
}

.single-product .woocommerce-product-gallery a img{
  position: absolute;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 243 / var(--tw-bg-opacity));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single-product .woocommerce-product-gallery figure div{
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 243 / var(--tw-bg-opacity));
}

.single-product .woocommerce-product-gallery figure img{
  aspect-ratio: 1 / 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single-product .flex-control-thumbs{
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 10;
  display: flex;
  gap: 1rem;
}

.single-product .flex-control-thumbs li{
  position: relative;
  height: 0.25rem;
  width: 3rem;
  overflow: hidden;
  background-color: rgb(14 58 90 / 0.25);
}

.single-product .flex-control-thumbs img{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  max-height: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
}

.single-product .flex-control-thumbs img.flex-active {
        filter: invert(43%) sepia(90%) saturate(407%) hue-rotate(171deg) brightness(86%) contrast(96%);
        opacity: 1;
    }

.single-product .woocommerce-product-gallery ul{
  position: absolute;
  top: 50%;
  left: 1rem;
  right: 1rem;
  z-index: 10;
  display: flex;
  --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));
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px){

  .single-product .woocommerce-product-gallery ul{
    left: 1.5rem;
    right: 1.5rem;
  }
}

@media (min-width: 1024px){

  .single-product .woocommerce-product-gallery ul{
    right: 4.5rem;
  }
}

@media (min-width: 1440px){

  .single-product .woocommerce-product-gallery ul{
    right: 6.5rem;
  }
}

.single-product .woocommerce-product-gallery li a{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-indent: -1000px;
  line-height: 0;
  --tw-text-opacity: 1;
  color: rgb(54 120 198 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 768px){

  .single-product .woocommerce-product-gallery li a{
    height: 3.5rem;
    width: 3.5rem;
  }
}

.single-product .woocommerce-product-gallery li a:before {
        font-family: 'icomoon';
        display: flex;
        width: 100%;
        justify-content: center;
        text-indent: 0px;
        font-size: 20px;
    }

@media (min-width: 768px){

  .single-product .woocommerce-product-gallery li a:before{
    font-size: 24px;
  }
}

.single-product .woocommerce-product-gallery li:first-child a:before {
        content: "\e903";
    }

.single-product .woocommerce-product-gallery li:last-child a:before {
        content: "\e904";
    }

/* Woocommerce product description */

.single-product .woocommerce-Tabs-panel--description strong{
  font-weight: 600;
}

/* Woocommerce product variations */

.single-product .product-variations:before,
    .single-product .product-variations:after {
        content: '';
        position: absolute;
        top: 0px;
        z-index: 10;
        display: block;
        height: 100%;
        width: 1rem;
    }

@media (min-width: 768px){

  .single-product .product-variations:before, .single-product .product-variations:after{
    display: none;
  }
}

.single-product .product-variations:before{
  left: 0px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #F4F4F3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(244 244 243 / 0));
}

.single-product .product-variations:after{
  right: 0px;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #F4F4F3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(244 244 243 / 0));
}

.single-product .product-variations > div {
        -webkit-overflow-scrolling: touch;
    }

.single-product .product-variations > div::-webkit-scrollbar{
  height: 0px;
  width: 100%;
}

.single-product .product-variations > div::-webkit-scrollbar-track{
  background-color: transparent;
}

.single-product .product-variations > div::-webkit-scrollbar-thumb{
  background-color: transparent;
}

.single-product .product-variations > div::-webkit-scrollbar-thumb:hover{
  background-color: transparent;
}

/* Good to know */

.good-to-know strong {
        font-size: 0.875rem;
        font-size: clamp(0.875rem, 0.8405172413793104rem + 0.1724137931034483vw, 1rem);
        line-height: inherit;
        font-weight: 500;
    }

/* FAQ */

.faq-question.active i:before {
        content: "\e90c";
    }

/* Timeline */

.timeline:before {
        content: '';
        position: absolute;
        top: 1.5rem;
        left: 0px;
        display: block;
        height: 100%;
        width: 1px;
        --tw-translate-x: 1.5rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-bg-opacity: 1;
        background-color: rgb(54 120 198 / var(--tw-bg-opacity));
    }

@media (min-width: 640px){

  .timeline:before{
    left: 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));
  }
}

.timeline-event:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        height: 3rem;
        width: 3rem;
        border-radius: 9999px;
        background-color: rgb(54 120 198 / 0.15);
    }

@media (min-width: 640px){

  .timeline-event:before{
    left: 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));
  }
}

.timeline-event:after {
        content: '';
        position: absolute;
        top: 1rem;
        left: 0px;
        display: block;
        height: 1rem;
        width: 1rem;
        --tw-translate-x: 1rem;
        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));
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(54 120 198 / var(--tw-bg-opacity));
    }

@media (min-width: 640px){

  .timeline-event:after{
    left: 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));
  }
}

.scroll-in-view {
        opacity: 0;
        transition: opacity 1s ease-out;
        will-change: opacity;
    }

.scroll-in-view.is-visible,
    .scroll-in-view:first-child {
        opacity: 1;
    }

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-7{
  top: 1.75rem;
}

.left-6{
  left: 1.5rem;
}

.top-3{
  top: 0.75rem;
}

.right-3{
  right: 0.75rem;
}

.top-6{
  top: 1.5rem;
}

.bottom-1{
  bottom: 0.25rem;
}

.right-2{
  right: 0.5rem;
}

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

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

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

.z-\[1\]{
  z-index: 1;
}

.order-4{
  order: 4;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.clear-both{
  clear: both;
}

.m-0{
  margin: 0px;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.\!my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

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

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

.mr-auto{
  margin-right: auto;
}

.\!ml-0{
  margin-left: 0px !important;
}

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

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

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

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

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

.mt-2{
  margin-top: 0.5rem;
}

.mt-auto{
  margin-top: auto;
}

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

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

.-mt-8{
  margin-top: -2rem;
}

.ml-auto{
  margin-left: auto;
}

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

.mt-4{
  margin-top: 1rem;
}

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

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

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

.mr-0{
  margin-right: 0px;
}

.mr-10{
  margin-right: 2.5rem;
}

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.\!h-\[46px\]{
  height: 46px !important;
}

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

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

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

.h-20{
  height: 5rem;
}

.h-5{
  height: 1.25rem;
}

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

.h-full{
  height: 100%;
}

.h-\[56\.25vw\]{
  height: 56.25vw;
}

.max-h-full{
  max-height: 100%;
}

.min-h-full{
  min-height: 100%;
}

.w-full{
  width: 100%;
}

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

.w-5{
  width: 1.25rem;
}

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

.w-screen{
  width: 100vw;
}

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

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

.min-w-\[177\.77vh\]{
  min-width: 177.77vh;
}

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

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

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

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

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

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

.basis-full{
  flex-basis: 100%;
}

.basis-\[200px\]{
  flex-basis: 200px;
}

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

.basis-3\/4{
  flex-basis: 75%;
}

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

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

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

.basis-\[120px\]{
  flex-basis: 120px;
}

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

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

@-webkit-keyframes spin{

  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-6{
  gap: 1.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-\[25\%\]{
  -moz-column-gap: 25%;
       column-gap: 25%;
}

.overflow-hidden{
  overflow: hidden;
}

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

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-none{
  border-radius: 0px;
}

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

.border{
  border-width: 1px;
}

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

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

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

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

.border-white\/\[\.15\]{
  border-color: rgb(255 255 255 / .15);
}

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

.border-darkblue700{
  --tw-border-opacity: 1;
  border-color: rgb(7 29 45 / var(--tw-border-opacity));
}

.border-blue400{
  --tw-border-opacity: 1;
  border-color: rgb(155 188 226 / var(--tw-border-opacity));
}

.border-darkblue200{
  --tw-border-opacity: 1;
  border-color: rgb(207 216 222 / var(--tw-border-opacity));
}

.bg-darkblue600{
  --tw-bg-opacity: 1;
  background-color: rgb(11 46 72 / var(--tw-bg-opacity));
}

.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}

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

.bg-grey200{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 243 / var(--tw-bg-opacity));
}

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

.bg-darkblue700{
  --tw-bg-opacity: 1;
  background-color: rgb(7 29 45 / var(--tw-bg-opacity));
}

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

.bg-darkblue600\/30{
  background-color: rgb(11 46 72 / 0.3);
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-darkblue600\/80{
  --tw-gradient-from: rgb(11 46 72 / 0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(11 46 72 / 0));
}

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

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

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

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

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

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

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

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-\[10\%\]{
  padding: 10%;
}

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

.pr-10{
  padding-right: 2.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pr-32{
  padding-right: 8rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.pl-0{
  padding-left: 0px;
}

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

.pr-4{
  padding-right: 1rem;
}

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

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

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

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

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

.pb-8{
  padding-bottom: 2rem;
}

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

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

.pb-2{
  padding-bottom: 0.5rem;
}

.pr-8{
  padding-right: 2rem;
}

.pl-8{
  padding-left: 2rem;
}

.pr-3{
  padding-right: 0.75rem;
}

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

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

.align-top{
  vertical-align: top;
}

.align-bottom{
  vertical-align: bottom;
}

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

.\!text-\[16px\]{
  font-size: 16px !important;
}

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

.text-\[1rem\]{
  font-size: 1rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

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

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

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

.text-grey100\/50{
  color: rgb(249 249 249 / 0.5);
}

.text-darkblue500{
  --tw-text-opacity: 1;
  color: rgb(14 58 90 / var(--tw-text-opacity));
}

.text-darkblue600{
  --tw-text-opacity: 1;
  color: rgb(11 46 72 / var(--tw-text-opacity));
}

.text-blue500{
  --tw-text-opacity: 1;
  color: rgb(54 120 198 / var(--tw-text-opacity));
}

.text-darkblue700{
  --tw-text-opacity: 1;
  color: rgb(7 29 45 / 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));
}

.text-darkblue200{
  --tw-text-opacity: 1;
  color: rgb(207 216 222 / var(--tw-text-opacity));
}

.text-blue400{
  --tw-text-opacity: 1;
  color: rgb(155 188 226 / var(--tw-text-opacity));
}

.text-red500{
  --tw-text-opacity: 1;
  color: rgb(225 80 70 / var(--tw-text-opacity));
}

.text-blue600{
  --tw-text-opacity: 1;
  color: rgb(43 96 158 / var(--tw-text-opacity));
}

.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-75{
  opacity: 0.75;
}

.mix-blend-screen{
  mix-blend-mode: screen;
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.outline-0{
  outline-width: 0px;
}

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

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

/* Gutenberg Group */

.wp-block-group{
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px){

  .wp-block-group{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.wp-block-group__inner-container {
    max-width: calc(1480px + 4rem);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.wp-block-group.has-background .wp-block-group__inner-container{
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){

  .wp-block-group.has-background .wp-block-group__inner-container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.wp-block-group.alignfull,
.break-out,
.wp-block-navigation,
.woocommerce-MyAccount-navigation {
    margin: 0 calc( 50% - 50vw );
}

@media screen and (max-width: 1480px) {
    .wp-block-group.alignfull,
    .break-out,
    .wp-block-navigation,
    .woocommerce-MyAccount-navigation {
        margin: 0 -2rem;
    }
}

@media screen and (max-width: 767px) {
    .wp-block-group.alignfull,
    .break-out,
    .wp-block-navigation,
    .woocommerce-MyAccount-navigation {
        margin: 0 -1rem;
    }
}

/* Gutenberg Columns */

main .wp-block-columns{
  margin: 0px !important;
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
  display: grid !important;
  gap: 1rem !important;
}

@media (min-width: 768px){

  main .wp-block-columns{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
    gap: 2rem !important;
  }
}

main .wp-block-column{
  position: relative;
  min-width: 0px !important;
  overflow: hidden;
}

main .wp-block-column.has-background{
  padding: 1rem;
}

@media (min-width: 768px){

  main .wp-block-column.has-background{
    padding: 2rem;
  }
}

main .has-4-columns{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px){

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

@media (min-width: 1280px){

  main .has-4-columns{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

main .has-3-columns{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px){

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

@media (min-width: 1024px){

  main .has-3-columns{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

main .has-3-columns .wp-block-column:last-child{
  grid-column: span 1 / span 1;
}

@media (min-width: 640px){

  main .has-3-columns .wp-block-column:last-child{
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1024px){

  main .has-3-columns .wp-block-column:last-child{
    grid-column: span 1 / span 1;
  }
}

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

@media (min-width: 640px){

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

main p + .wp-block-columns, main h1 + .wp-block-columns, main h2 + .wp-block-columns, main h3 + .wp-block-columns, main h4 + .wp-block-columns, main h5 + .wp-block-columns, main h6 + .wp-block-columns{
  margin-top: 1rem !important;
}

@media (min-width: 1024px){

  main p + .wp-block-columns, main h1 + .wp-block-columns, main h2 + .wp-block-columns, main h3 + .wp-block-columns, main h4 + .wp-block-columns, main h5 + .wp-block-columns, main h6 + .wp-block-columns{
    margin-top: 2rem !important;
  }
}

/* Gutenberg Text Image */

.wp-block-media-text{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex !important;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px){

  .wp-block-media-text{
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: grid !important;
    gap: 2rem;
  }
}

@media (min-width: 1024px){

  .wp-block-media-text{
    gap: 2.5rem;
  }
}

@media (min-width: 1280px){

  .wp-block-media-text{
    gap: 5rem;
  }
}

.wp-block-media-text .wp-block-media-text__media{
  order: 1;
  width: 100%;
  border-radius: 0.25rem;
}

@media (min-width: 768px){

  .wp-block-media-text .wp-block-media-text__media{
    width: auto;
  }
}

.wp-block-media-text .wp-block-media-text__content{
  order: 2;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 768px){

  .wp-block-media-text .wp-block-media-text__content{
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(54 120 198 / var(--tw-border-opacity));
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 1023px) {
    .wp-block-media-text {
        grid-template-columns: 50% auto !important;
    }
}

main p + .wp-block-media-text, main h1 + .wp-block-media-text, main h2 + .wp-block-media-text, main h3 + .wp-block-media-text, main h4 + .wp-block-media-text, main h5 + .wp-block-media-text, main h6 + .wp-block-media-text{
  margin-top: 1rem !important;
}

@media (min-width: 768px){

  main p + .wp-block-media-text, main h1 + .wp-block-media-text, main h2 + .wp-block-media-text, main h3 + .wp-block-media-text, main h4 + .wp-block-media-text, main h5 + .wp-block-media-text, main h6 + .wp-block-media-text{
    margin-top: 2rem !important;
  }
}

/* Gutenberg Cover */

.wp-block-cover{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px){

  .wp-block-cover{
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.wp-block-group .wp-block-cover{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px){

  .wp-block-group .wp-block-cover{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.wp-block-group .wp-block-cover .has-text-align-center{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px){

  .wp-block-group .wp-block-cover p{
    max-width: 500px;
  }
}

/* Gutenberg block image */

.wp-block-image{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

@media (min-width: 768px){

  .wp-block-image{
    margin-top: 1.5rem !important;
    margin-bottom: 2rem !important;
  }
}

.wp-block-image .aligncenter{
  text-align: center;
}

.wp-block-image .alignright{
  text-align: right;
}

main p + .wp-block-image, main h1 + .wp-block-image, main h2 + .wp-block-image, main h3 + .wp-block-image, main h4 + .wp-block-image, main h5 + .wp-block-image, main h6 + .wp-block-image{
  margin-top: 1rem;
}

@media (min-width: 1024px){

  main p + .wp-block-image, main h1 + .wp-block-image, main h2 + .wp-block-image, main h3 + .wp-block-image, main h4 + .wp-block-image, main h5 + .wp-block-image, main h6 + .wp-block-image{
    margin-top: 1rem;
  }
}

main p + .wp-block-image + p, main h1 + .wp-block-image + h1, main h2 + .wp-block-image + h2, main h3 + .wp-block-image + h3, main h4 + .wp-block-image + h4, main h5 + .wp-block-image + h5, main h6 + .wp-block-image + h6{
  margin-top: 1rem;
}

@media (min-width: 1024px){

  main p + .wp-block-image + p, main h1 + .wp-block-image + h1, main h2 + .wp-block-image + h2, main h3 + .wp-block-image + h3, main h4 + .wp-block-image + h4, main h5 + .wp-block-image + h5, main h6 + .wp-block-image + h6{
    margin-top: 1.5rem;
  }
}

.wp-block-image.size-full img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Gutenberg Embed */

.wp-block-embed{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px){

  .wp-block-embed{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.wp-block-embed .wp-block-embed__wrapper{
  position: relative;
  height: 0px;
  max-width: none !important;
  padding-bottom: 56.25%;
}

.wp-block-embed .wp-block-embed__wrapper iframe{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100% !important;
  width: 100% !important;
}

/* Gutenberg Video */

.wp-block-video{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
  border-radius: 0.25rem;
}

@media (min-width: 768px){

  .wp-block-video{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

/* Gutenberg Blockquote */

.wp-block-quote{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.25rem;
}

@media (min-width: 768px){

  .wp-block-quote{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-left: 2.5rem;
  }
}

/* Gutenberg Buttons */

.wp-block-buttons{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  gap: 1.25rem;
}

.wp-block-buttons .wp-block-button {
}

.wp-block-buttons .wp-block-button__link{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-radius: 0.125rem;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){

  .wp-block-buttons .wp-block-button__link{
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 16px;
  }
}

.wp-block-buttons .is-style-fill .has-red-500-background-color:hover, .wp-block-buttons .is-style-fill .has-red-600-background-color:hover, .wp-block-buttons .is-style-fill .has-red-700-background-color:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(135 48 42 / var(--tw-bg-opacity));
}

.wp-block-buttons .is-style-fill .has-blue-400-background-color:hover, .wp-block-buttons .is-style-fill .has-blue-500-background-color:hover, .wp-block-buttons .is-style-fill .has-blue-600-background-color:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(43 96 158 / var(--tw-bg-opacity));
}

.wp-block-buttons .is-style-outline .wp-block-button__link{
  background-color: transparent;
}

.wp-block-buttons .is-style-outline .has-darkblue-200-background-color{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 216 222 / var(--tw-border-opacity));
}

.wp-block-buttons .is-style-outline .has-darkblue-200-background-color:hover{
  --tw-border-opacity: 1;
  border-color: rgb(11 46 72 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(11 46 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity));
}

/* Gutenberg Navigation */

.wp-block-navigation, .woocommerce-MyAccount-navigation{
  position: relative;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.wp-block-navigation:before,
.wp-block-navigation:after,
.woocommerce-MyAccount-navigation:before,
.woocommerce-MyAccount-navigation:after {
    content: '';
    position: absolute;
    top: 0px;
    z-index: 10;
    display: block;
    height: 100%;
    width: 1rem;
}

.wp-block-navigation:before, .woocommerce-MyAccount-navigation:before{
  left: 0px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}

.wp-block-navigation:after, .woocommerce-MyAccount-navigation:after{
  right: 0px;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}

.wp-block-navigation ul,
.woocommerce-MyAccount-navigation ul {
    max-width: calc(1480px + 4rem);
    -webkit-overflow-scrolling: touch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px){

  .wp-block-navigation ul, .woocommerce-MyAccount-navigation ul{
    gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.wp-block-navigation a, .woocommerce-MyAccount-navigation a{
  display: block;
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.wp-block-navigation a:hover, .woocommerce-MyAccount-navigation a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.wp-block-navigation li.current-menu-item a:hover, .woocommerce-MyAccount-navigation li.current-menu-item a:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.wp-block-navigation a:after,
.woocommerce-MyAccount-navigation a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    display: block;
    height: 2px;
    width: 100%;
}

.wp-block-navigation li.current-menu-item a:after, .woocommerce-MyAccount-navigation li.current-menu-item a:after{
  --tw-bg-opacity: 1;
  background-color: rgb(54 120 198 / var(--tw-bg-opacity));
}

.wp-block-navigation ul::-webkit-scrollbar, .woocommerce-MyAccount-navigation ul::-webkit-scrollbar{
  height: 0px;
  width: 100%;
}

.wp-block-navigation ul::-webkit-scrollbar-track, .woocommerce-MyAccount-navigation ul::-webkit-scrollbar-track{
  background-color: transparent;
}

.wp-block-navigation ul::-webkit-scrollbar-thumb, .woocommerce-MyAccount-navigation ul::-webkit-scrollbar-thumb{
  background-color: transparent;
}

.wp-block-navigation ul::-webkit-scrollbar-thumb:hover, .woocommerce-MyAccount-navigation ul::-webkit-scrollbar-thumb:hover{
  background-color: transparent;
}

.wp-block-navigation + h1, .wp-block-navigation + h2, .wp-block-navigation + h3, .wp-block-navigation + h4, .wp-block-navigation + h5, .wp-block-navigation + h6, .wp-block-navigation + p{
  margin-top: 2.5rem;
}

@media (min-width: 768px){

  .wp-block-navigation + h1, .wp-block-navigation + h2, .wp-block-navigation + h3, .wp-block-navigation + h4, .wp-block-navigation + h5, .wp-block-navigation + h6, .wp-block-navigation + p{
    margin-top: 5rem;
  }
}

/* Gutenberg Downloads */

.wp-block-file{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  color: inherit !important;
}

.wp-block-file:first-child{
  margin-top: 0px;
}

.wp-block-file:last-child{
  margin-bottom: 0px;
}

.wp-block-file.aligncenter{
  justify-content: center;
}

.wp-block-file.alignright{
  justify-content: flex-end;
}

.wp-block-file a:first-child{
  display: none;
}

.wp-block-file a:last-child{
  position: relative;
  margin-left: 0px;
  display: block;
  width: 100% !important;
  border-radius: 0.25rem;
  background-color: rgb(0 0 0 / 0.1);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
  color: inherit !important;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.wp-block-file a:last-child:hover{
  background-color: rgb(0 0 0 / 0.2);
  opacity: 1;
}

.wp-block-file a:last-child:after{
  pointer-events: none;
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  display: block;
}

/* Gutenberg Block Separator */

.wp-block-separator{
  position: relative;
  height: 1px;
  overflow: hidden;
  border-style: none;
}

.wp-block-separator.is-style-wide{
  height: 5px;
}

.wp-block-separator.is-style-dots{
  height: 10px;
}

.wp-block-separator.is-style-dots:before {
    content: '.........................................................................................................';
    position: absolute;
    left: 0px;
    top: -17px;
    padding: 0px;
    font-size: 60px;
    line-height: 10px;
    letter-spacing: 0.025em;
}

/* Gravity forms */

.gform_wrapper {
        font-size: clamp(0.8125rem, 0.7952586206896551rem + 0.08620689655172414vw, 0.875rem);
        line-height: inherit;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
        width: 100%;
        flex-wrap: wrap;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

@media (min-width: 768px){

  .gform_wrapper{
    margin-top: 5rem;
    margin-bottom: 5rem;
    gap: 2.5rem;
  }
}

@media (min-width: 1024px){

  .gform_wrapper{
    display: flex;
  }
}

.gform_wrapper.job-request_wrapper{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: block;
}

.gform_wrapper .gform_heading {
        font-size: clamp(1rem, 0.9655172413793104rem + 0.1724137931034483vw, 1.125rem);
        line-height: inherit;
        flex-basis: 25%;
        padding-bottom: 1.5rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

.gform_wrapper .gform_heading h2 {
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 1.3620689655172413rem + 0.6896551724137931vw, 2rem);
    line-height: 1.35;
}

.gform_wrapper form{
  flex: 1 1 0%;
}

.gform_wrapper .gform_required_legend{
  display: none;
}

.gform_wrapper .gform_fields{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 640px){

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

  .gform_wrapper .gfield{
    grid-column: span 2 / span 2;
  }

  .gform_wrapper .gfield.half{
    grid-column: span 1 / span 1;
  }
}

.gform_wrapper .gfield--type-honeypot{
  display: none;
}

.gform_wrapper .gfield_label{
  display: block;
  font-weight: 500;
}

.gform_wrapper .gsection_title {
        font-size: clamp(1.125rem, 1.0905172413793103rem + 0.1724137931034483vw, 1.25rem);
        line-height: inherit;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

.gform_wrapper .hidden_label .gfield_label{
  display: none;
}

.gform_wrapper .gfield_description {
        font-size: clamp(0.8125rem, 0.7952586206896551rem + 0.08620689655172414vw, 0.875rem);
        line-height: inherit;
        margin-top: 0.375rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

.gform_wrapper .gfield_required_asterisk{
  margin-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(225 80 70 / var(--tw-text-opacity));
}

.gform_wrapper .gform_fileupload_rules{
  display: none;
}

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=search], .gform_wrapper input[type=url], .gform_wrapper input[type=date], .gform_wrapper input[type=time], .gform_wrapper input[type=search], .gform_wrapper input[type=file], .gform_wrapper textarea, .gform_wrapper select{
  width: 100%;
  border-radius: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(7 29 45 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  outline-width: 0px;
}

.gform_wrapper textarea{
  margin-top: 0.5rem;
  height: 10rem;
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 1rem;
}

.gform_wrapper input[type=file]{
  margin-top: 0.5rem;
  cursor: pointer;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(7 29 45 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

.ginput_container_checkbox, .ginput_container_radio, .ginput_container_consent{
  margin-top: 0.5rem;
}

.ginput_container_checkbox input[type=radio], .ginput_container_radio input[type=radio], .ginput_container_consent input[type=radio], .checkbox input[type=radio], .ginput_container_checkbox input[type=checkbox], .ginput_container_radio input[type=checkbox], .ginput_container_consent input[type=checkbox], .checkbox input[type=checkbox]{
  display: none;
}

.ginput_container_checkbox input + label, .ginput_container_radio input + label, .ginput_container_consent input + label, .checkbox input + span{
  position: relative;
  margin-bottom: 0px !important;
  display: inline-flex;
  max-width: none !important;
  align-items: center;
  font-weight: 400;
}

.ginput_container_checkbox input + label:before,
.ginput_container_radio input + label:before,
.ginput_container_consent input + label:before,
.checkbox input + span:before {
    content: '';
    margin-right: 0.5rem;
    display: block;
    height: 20px;
    width: 20px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(7 29 45 / var(--tw-border-opacity));
}

.ginput_container_checkbox input:checked + label:before, .ginput_container_radio input:checked + label:before, .ginput_container_consent input:checked + label:before, .checkbox input:checked + span:before{
  --tw-bg-opacity: 1;
  background-color: rgb(7 29 45 / var(--tw-bg-opacity));
}

.ginput_container_checkbox input:checked + label:after,
.ginput_container_consent input:checked + label:after,
.checkbox input:checked + span:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    display: block;
    height: 11px;
    width: 7px;
    --tw-translate-x: 7px;
    --tw-translate-y: -8px;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border: solid white;
    border-width: 0 2px 2px 0;
}

.ginput_container_radio input + label:before{
  border-radius: 9999px;
}

.ginput_container_radio input:checked + label:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    display: block;
    height: 9px;
    width: 9px;
    --tw-translate-x: 6px;
    --tw-translate-y: -5px;
    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));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.gform_wrapper .gchoice_other_control:disabled{
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:focus-visible,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.gform_wrapper input[type=submit]{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(180 64 56 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.gform_wrapper input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(135 48 42 / var(--tw-bg-opacity));
}

@media (min-width: 768px){

  .gform_wrapper input[type=submit]{
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 16px;
  }
}

.gform_wrapper .gform_footer{
  margin-top: 2.5rem;
}

/* Gutenberg Colors */

.has-darkblue-200-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(207 216 222 / var(--tw-bg-opacity));
}

.has-darkblue-200-color{
  --tw-text-opacity: 1;
  color: rgb(207 216 222 / var(--tw-text-opacity));
}

.has-darkblue-500-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(14 58 90 / var(--tw-bg-opacity));
}

.has-darkblue-500-color{
  --tw-text-opacity: 1;
  color: rgb(14 58 90 / var(--tw-text-opacity));
}

.has-darkblue-600-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(11 46 72 / var(--tw-bg-opacity));
}

.has-darkblue-600-color{
  --tw-text-opacity: 1;
  color: rgb(11 46 72 / var(--tw-text-opacity));
}

.has-darkblue-700-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(7 29 45 / var(--tw-bg-opacity));
}

.has-darkblue-700-color{
  --tw-text-opacity: 1;
  color: rgb(7 29 45 / var(--tw-text-opacity));
}

.has-blue-400-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(155 188 226 / var(--tw-bg-opacity));
}

.has-blue-400-color{
  --tw-text-opacity: 1;
  color: rgb(155 188 226 / var(--tw-text-opacity));
}

.has-blue-500-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(54 120 198 / var(--tw-bg-opacity));
}

.has-blue-500-color{
  --tw-text-opacity: 1;
  color: rgb(54 120 198 / var(--tw-text-opacity));
}

.has-blue-600-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(43 96 158 / var(--tw-bg-opacity));
}

.has-blue-600-color{
  --tw-text-opacity: 1;
  color: rgb(43 96 158 / var(--tw-text-opacity));
}

.has-red-500-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(225 80 70 / var(--tw-bg-opacity));
}

.has-red-500-color{
  --tw-text-opacity: 1;
  color: rgb(225 80 70 / var(--tw-text-opacity));
}

.has-red-600-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(180 64 56 / var(--tw-bg-opacity));
}

.has-red-600-color{
  --tw-text-opacity: 1;
  color: rgb(180 64 56 / var(--tw-text-opacity));
}

.has-red-700-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(135 48 42 / var(--tw-bg-opacity));
}

.has-red-700-color{
  --tw-text-opacity: 1;
  color: rgb(135 48 42 / var(--tw-text-opacity));
}

.has-grey-100-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.has-grey-100-color{
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity));
}

.has-grey-200-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 243 / var(--tw-bg-opacity));
}

.has-grey-200-color{
  --tw-text-opacity: 1;
  color: rgb(244 244 243 / var(--tw-text-opacity));
}

.has-grey-300-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.has-grey-300-color{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}

/* Icomoon */

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?6wwbbt');
    src:  url('fonts/icomoon.eot?6wwbbt#iefix') format('embedded-opentype'),
    url('fonts/icomoon.woff2?6wwbbt') format('woff2'),
    url('fonts/icomoon.ttf?6wwbbt') format('truetype'),
    url('fonts/icomoon.woff?6wwbbt') format('woff'),
    url('fonts/icomoon.svg?6wwbbt#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-expand:before {
    content: "\e919";
}

.icon-email:before {
    content: "\e917";
}

.icon-phone:before {
    content: "\e918";
}

.icon-facebook:before {
    content: "\e914";
}

.icon-instagram:before {
    content: "\e915";
}

.icon-linkedin:before {
    content: "\e916";
}

.icon-globe:before {
    content: "\e909";
}

.icon-search:before {
    content: "\e912";
}

.icon-user:before {
    content: "\e913";
}

.icon-close:before {
    content: "\e900";
}

.icon-angle:before {
    content: "\e901";
}

.icon-arrow-decision:before {
    content: "\e902";
}

.icon-arrow-left:before {
    content: "\e903";
}

.icon-arrow-right:before {
    content: "\e904";
}

.icon-arrow-top-right:before {
    content: "\e905";
}

.icon-calendar:before {
    content: "\e906";
}

.icon-download:before {
    content: "\e907";
}

.icon-info:before {
    content: "\e908";
}

.icon-marker:before {
    content: "\e90a";
}

.icon-menu:before {
    content: "\e90b";
}

.icon-minus:before {
    content: "\e90c";
}

.icon-package:before {
    content: "\e90d";
}

.icon-pdf:before {
    content: "\e90e";
}

.icon-play:before {
    content: "\e90f";
}

.icon-plus:before {
    content: "\e910";
}

.icon-shield:before {
    content: "\e911";
}

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

.after\:inset-0::after{
  content: var(--tw-content);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.after\:block::after{
  content: var(--tw-content);
  display: block;
}

.after\:bg-darkblue600\/30::after{
  content: var(--tw-content);
  background-color: rgb(11 46 72 / 0.3);
}

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

.first\:pt-0\.5:first-child{
  padding-top: 0.125rem;
}

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

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

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

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

.last\:border-none:last-child{
  border-style: none;
}

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

.last\:pr-0:last-child{
  padding-right: 0px;
}

.group:hover .group-hover\:-right-2{
  right: -0.5rem;
}

.group:hover .group-hover\:right-0{
  right: 0px;
}

.group:hover .group-hover\:-left-2{
  left: -0.5rem;
}

.group:hover .group-hover\:scale-\[1\.02\]{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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\:scale-\[1\.2\]{
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  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\:underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media (min-width: 640px){
    .sm\:has-large-font-size,
    .text-xl {
        font-size: 1.125rem;
        font-size: clamp(1.125rem, 1.0905172413793103rem + 0.1724137931034483vw, 1.25rem);
        line-height: inherit;
    }
    .flyout-menu-content .sm\:has-large-font-size.last{
    margin-bottom: 0.75rem;
  }
    .flyout-menu-content .sm\:has-large-font-size a{
    --tw-text-opacity: 1;
    color: rgb(7 29 45 / var(--tw-text-opacity));
  }
    .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
    .sm\:mb-0{
    margin-bottom: 0px;
  }
    .sm\:mr-6{
    margin-right: 1.5rem;
  }
    .sm\:mb-8{
    margin-bottom: 2rem;
  }
    .sm\:mt-0{
    margin-top: 0px;
  }
    .sm\:mb-10{
    margin-bottom: 2.5rem;
  }
    .sm\:flex{
    display: flex;
  }
    .sm\:aspect-square{
    aspect-ratio: 1 / 1;
  }
    .sm\:h-\[76px\]{
    height: 76px;
  }
    .sm\:h-\[250px\]{
    height: 250px;
  }
    .sm\:w-full{
    width: 100%;
  }
    .sm\:w-auto{
    width: auto;
  }
    .sm\:max-w-\[300px\]{
    max-width: 300px;
  }
    .sm\:basis-auto{
    flex-basis: auto;
  }
    .sm\:basis-3\/4{
    flex-basis: 75%;
  }
    .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
    .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
    .sm\:flex-row{
    flex-direction: row;
  }
    .sm\:flex-col{
    flex-direction: column;
  }
    .sm\:items-end{
    align-items: flex-end;
  }
    .sm\:items-center{
    align-items: center;
  }
    .sm\:gap-6{
    gap: 1.5rem;
  }
    .sm\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
    .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
    .sm\:pl-16{
    padding-left: 4rem;
  }
    .sm\:pl-0{
    padding-left: 0px;
  }
    .sm\:pb-20{
    padding-bottom: 5rem;
  }
    .sm\:pb-4{
    padding-bottom: 1rem;
  }
    .sm\:pt-12{
    padding-top: 3rem;
  }
    .sm\:pb-10{
    padding-bottom: 2.5rem;
  }
    .sm\:text-darkblue500{
    --tw-text-opacity: 1;
    color: rgb(14 58 90 / var(--tw-text-opacity));
  }
}

@media (min-width: 768px){

  .md\:order-1{
    order: 1;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:\!my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

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

  .md\:mr-10{
    margin-right: 2.5rem;
  }

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

  .md\:mt-20{
    margin-top: 5rem;
  }

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

  .md\:ml-8{
    margin-left: 2rem;
  }

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

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mr-0{
    margin-right: 0px;
  }

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

  .md\:flex{
    display: flex;
  }

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

  .md\:h-32{
    height: 8rem;
  }

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

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

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

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

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

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

  .md\:basis-1\/4{
    flex-basis: 25%;
  }

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

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

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

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

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

  .md\:gap-8{
    gap: 2rem;
  }

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

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

  .md\:border-t-0{
    border-top-width: 0px;
  }

  .md\:border-blue500{
    --tw-border-opacity: 1;
    border-color: rgb(54 120 198 / var(--tw-border-opacity));
  }

  .md\:bg-contain{
    background-size: contain;
  }

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

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

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

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

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

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

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

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

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pr-12{
    padding-right: 3rem;
  }

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

  .md\:pl-6{
    padding-left: 1.5rem;
  }

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

  .md\:pb-12{
    padding-bottom: 3rem;
  }

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

@media (min-width: 1024px){
    .lg\:has-large-font-size,
    .text-xl {
        font-size: 1.125rem;
        font-size: clamp(1.125rem, 1.0905172413793103rem + 0.1724137931034483vw, 1.25rem);
        line-height: inherit;
    }
    .flyout-menu-content .lg\:has-large-font-size.last{
    margin-bottom: 0.75rem;
  }
    .flyout-menu-content .lg\:has-large-font-size a{
    --tw-text-opacity: 1;
    color: rgb(7 29 45 / var(--tw-text-opacity));
  }
    .lg\:absolute{
    position: absolute;
  }
    .lg\:bottom-12{
    bottom: 3rem;
  }
    .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
    .lg\:ml-10{
    margin-left: 2.5rem;
  }
    .lg\:ml-\[calc\(320px_\+_2\.5rem\)\]{
    margin-left: calc(320px + 2.5rem);
  }
    .lg\:ml-0{
    margin-left: 0px;
  }
    .lg\:mb-0{
    margin-bottom: 0px;
  }
    .lg\:mt-0{
    margin-top: 0px;
  }
    .lg\:block{
    display: block;
  }
    .lg\:flex{
    display: flex;
  }
    .lg\:hidden{
    display: none;
  }
    .lg\:h-\[435px\]{
    height: 435px;
  }
    .lg\:max-w-none{
    max-width: none;
  }
    .lg\:max-w-\[60\%\]{
    max-width: 60%;
  }
    .lg\:basis-\[320px\]{
    flex-basis: 320px;
  }
    .lg\:basis-auto{
    flex-basis: auto;
  }
    .lg\:basis-\[25\%\]{
    flex-basis: 25%;
  }
    .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
    .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
    .lg\:justify-end{
    justify-content: flex-end;
  }
    .lg\:gap-10{
    gap: 2.5rem;
  }
    .lg\:border-l{
    border-left-width: 1px;
  }
    .lg\:border-none{
    border-style: none;
  }
    .lg\:border-blue500{
    --tw-border-opacity: 1;
    border-color: rgb(54 120 198 / var(--tw-border-opacity));
  }
    .lg\:p-6{
    padding: 1.5rem;
  }
    .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
    .lg\:pt-20{
    padding-top: 5rem;
  }
    .lg\:pl-0{
    padding-left: 0px;
  }
    .lg\:pl-10{
    padding-left: 2.5rem;
  }
    .lg\:pt-0{
    padding-top: 0px;
  }
    .lg\:pb-44{
    padding-bottom: 11rem;
  }
    .lg\:pt-2{
    padding-top: 0.5rem;
  }
}

@media (min-width: 1280px){

  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xl\:flex{
    display: flex;
  }

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

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

  .xl\:max-w-\[calc\(100\%_-_440px\)\]{
    max-width: calc(100% - 440px);
  }

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

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

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

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

@media (min-width: 1440px){

  .xxl\:w-64{
    width: 16rem;
  }
}

/*# sourceMappingURL=main.css.map */
