@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");

/*
! tailwindcss v3.0.23 | 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: #EDF2F7;
  /* 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 */
  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::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #CBCBCB;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

/* import roboto black */

html,body {
  height: 100%;
}

body{
  font-family: Roboto, 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";
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.services .flex{
  height: 10rem;
}

a {
  font-family: Roboto, 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";
  --tw-text-opacity: 1;
  color: rgb(78 120 172 / var(--tw-text-opacity));
}

input[name=acceptance-931] {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

@media (min-width: 1024px) {
  .services .flex{
    height: auto;
  }
}

.services .flex p{
  margin-bottom: 0px;
}

.max-w-screen-xxl{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .max-w-screen-xxl{
    padding-left: 0px;
    padding-right: 0px;
  }
}

p{
  margin-bottom: 2rem;
}

#servizi svg {
  max-width: 240px;
}

#etica {
  background-image: url("../images/immagini/raggruppa.png");
  background-position: center;
  position: relative;
}

.slick-slider-wrapper{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.slick-slide {
  height: auto;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  margin-top: 2.5rem;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(78, 120, 172, 0.5);
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: rgba(78, 120, 172, 1);
}

.bg-link-light {
  background-color: rgba(78, 120, 172, 0.05);
}

footer svg {
  width: 151px;
}

.map img {
  height: 450px;
  margin: 0 auto;
}

.certificazioni > div{
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .certificazioni > div{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.certificazioni > div{
  align-items: center;
}

.certificazioni svg {
  width: 140px;
}

.certificazioni > div:nth-child(even) {
  background-color: rgba(78, 120, 172, 0.05);
}

@media (min-width: 1024px){
  .certificazioni > div:nth-child(even){
    background-color: transparent;
  }

  .certificazioni-wrapper:nth-child(odd) {
    background-color: rgba(78, 120, 172, 0.05);
  }
}
.pagina_servizi section p {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(15 44 80 / var(--tw-text-opacity));
}
.pagina_servizi section ul li{
  margin-bottom: 2rem;
  font-family: Roboto, 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";
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(15 44 80 / var(--tw-text-opacity));
}

.pagina_servizi section ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #0F2C50;
  border-radius: 100%;
  margin-right: 10px;
}

.pagina_servizi .bg-blue p {
  color: #fff;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 1.5rem;
}

form > div{
  position: relative;
  margin-bottom: 1rem;
}

form > div select, form > div input:not([type=submit]):not([type=checkbox]){
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 2rem;
  font-family: Roboto, 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";
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

form > div select:hover, form > div input:not([type=submit]):not([type=checkbox]):hover{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

form > div select:focus, form > div input:not([type=submit]):not([type=checkbox]):focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

form div.grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
}

/* form div.relative.my-6.mr-auto.inline-block.w-full.text-left {
  @apply relative my-6 mr-auto inline-block w-full text-left;
}
form .text-link.font-roboto {
  @apply text-link font-roboto;
} */

form textarea{
  padding: 1.25rem;
}

.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: 1508px){
  .container{
    max-width: 1508px;
  }
}

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

.hamburger {
  z-index: 100;
}

.swipe {
  transition: 1s;
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.01);
}

.swipe-left {
  transform: translateX(-100%);
}

.swipe-right {
  transform: translateX(0%);
}

.menu_item {
  opacity: 0;
  transition: all;
  transform: translateX(-100px);
}

.menu_item.active {
  opacity: 1;
  transition: 0.5s;
  transform: translateX(0px);
}

.menu_item.active:nth-of-type(1) {
  transition-delay: 0.5s;
}

.menu_item.active:nth-of-type(2) {
  transition-delay: 0.6s;
}

.menu_item.active:nth-of-type(3) {
  transition-delay: 0.7s;
}

.menu_item.active:nth-of-type(4) {
  transition-delay: 0.8s;
}

.menu_item.active:nth-of-type(5) {
  transition-delay: 0.9s;
}

.menu_item.active:nth-of-type(6) {
  transition-delay: 1s;
}

.menu_item.active:nth-of-type(7) {
  transition-delay: 1.1s;
}

.menu_item.exit {
  transform: translateX(-100px);
  transition: 0.5s;
}

.menu_item.exit:nth-of-type(1) {
  transition-delay: 0.5s;
}

.menu_item.exit:nth-of-type(2) {
  transition-delay: 0.6s;
}

.menu_item.exit:nth-of-type(3) {
  transition-delay: 0.7s;
}

.menu_item.exit:nth-of-type(4) {
  transition-delay: 0.8s;
}

.menu_item.exit:nth-of-type(5) {
  transition-delay: 0.9s;
}

.menu_item.exit:nth-of-type(6) {
  transition-delay: 1s;
}

.menu_item.exit:nth-of-type(7) {
  transition-delay: 1.1s;
}

nav{
  position: fixed;
  top: 0px;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

nav a{
  font-size: 1.25rem;
  line-height: 1.5rem;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-scrolled{
  z-index: 30;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.nav-scrolled a{
  --tw-text-opacity: 1;
  color: rgb(15 44 80 / var(--tw-text-opacity));
}

.nav-scrolled .text-white{
  --tw-text-opacity: 1;
  color: rgb(15 44 80 / var(--tw-text-opacity));
}

.nav-scrolled #lang-switch svg path {
  fill: #0F2C50;
}

.nav-scrolled #nav-brand svg {
  width: 80%;
}

.nav-scrolled {
  padding: 0;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#nav-desktop li a {
  position: relative;
}

#nav-desktop li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: transparent;
  bottom: -5px;
  left: 0;
  transition: all 0.3s;
}
#nav-desktop li.current-menu-item a::after,
#nav-desktop li:hover a::after,
#nav-desktop li.active a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #7ad32a;
  bottom: -5px;
  left: 0;
  transition: all 0.5s;
}

#nav-brand svg {
  width: 100px;
  transition: all;
}

@media (min-width: 1024px) {
  #nav-brand svg {
    width: 100%;
    transition: all;
  }
}

.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7ad32a;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s;
}

.btn{
  border-radius: 30px;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  text-transform: capitalize;
}

.btn-primary{
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Roboto Black, 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";
  font-size: 28px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(15 44 80 / var(--tw-text-opacity));
}

.btn-secondary{
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(78 120 172 / var(--tw-bg-opacity));
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Roboto Black, 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";
  font-size: 28px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-scrolled .btn-secondary{
  --tw-text-opacity: 1;
  color: rgb(15 44 80 / var(--tw-text-opacity));
}

.hamburger{
  position: fixed;
  top: 2rem;
  right: 1rem;
}

.home header{
  position: relative;
  height: 100%;
  background-size: cover;
  background-image: url("../images/immagini/HP/Slider_HP.png");
}

.page-template-default:not(.home) header,
.page-template-contatti header{
  position: relative;
  background-size: cover;
  height: 500px;
  background-image: url("../images/immagini/04. Contatti/01. Header_Contatti.png");
}

.page-template-certificazioni header{
  position: relative;
  background-size: cover;
  height: 500px;
  background-image: url("../images/immagini/03. Certificazioni/01. Header_Certificazioni.png");
}

.page-template-servizi header{
  position: relative;
  background-size: cover;
  height: 500px;
  background-image: url("../images/immagini/02. Servizi/01. Header_Servizi.png");
}

#lang-switch span::after{
}

#lang-switch-select{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.banner-wrapper{
  position: relative;
  display: flex;
  align-items: center;
}

.services .banner-wrapper{
  height: 10rem;
  height: auto;
}

.services .banner-wrapper p{
  margin-bottom: 0px;
}

.banner-wrapper {
  height: calc(100% - 118px);
  /* height: 100%; */
  bottom: 0;
  position: absolute;
  width: 100%;
}

.banner-wrapper h1{
  font-family: Roboto Black, 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";
  font-size: 2.5rem;
  line-height: 2;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-scrolled .banner-wrapper h1{
  --tw-text-opacity: 1;
  color: rgb(15 44 80 / var(--tw-text-opacity));
}

.home .banner-content{
  height: 50%;
}

.quote{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.quote p{
  margin-bottom: 0px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-scrolled .quote p{
  --tw-text-opacity: 1;
  color: rgb(15 44 80 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .quote p{
    font-size: 2rem;
    line-height: 1.5;
  }
}

.quote::after {
  content: "";
  position: absolute;
  bottom: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(15 44 80 / var(--tw-bg-opacity));
  background-size: cover;
  background-image: url("../images/immagini/HP/Sfondo_HP_1.jpg");
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger{
  font:inherit;
  display:inline-block;
  overflow:visible;
  margin:0;
  padding:15px;
  cursor:pointer;
  transition-timing-function:linear;
  transition-duration:.15s;
  transition-property:opacity,filter;
  text-transform:none;
  color:inherit;
  border:0;
  background-color:transparent
}

.hamburger.is-active:hover,.hamburger:hover{
  opacity:.7
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{
  background-color:#000
}

.hamburger-box{
  position:relative;
  display:inline-block;
  width:40px;
  height:24px
}

.hamburger-inner{
  top:50%;
  display:block;
  margin-top:-2px
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{
  position:absolute;
  width:40px;
  height:4px;
  transition-timing-function:ease;
  transition-duration:.15s;
  transition-property:transform;
  border-radius:4px;
  background-color:#000
}

.hamburger-inner:after,.hamburger-inner:before{
  display:block;
  content:""
}

.hamburger-inner:before{
  top:-10px
}

.hamburger-inner:after{
  bottom:-10px
}

.hamburger--3dx .hamburger-box{
  perspective:80px
}

.hamburger--3dx .hamburger-inner{
  transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{
  transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx.is-active .hamburger-inner{
  transform:rotateY(180deg);
  background-color:transparent!important
}

.hamburger--3dx.is-active .hamburger-inner:before{
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after{
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box{
  perspective:80px
}

.hamburger--3dx-r .hamburger-inner{
  transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{
  transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner{
  transform:rotateY(-180deg);
  background-color:transparent!important
}

.hamburger--3dx-r.is-active .hamburger-inner:before{
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after{
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box{
  perspective:80px
}

.hamburger--3dy .hamburger-inner{
  transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{
  transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy.is-active .hamburger-inner{
  transform:rotateX(-180deg);
  background-color:transparent!important
}

.hamburger--3dy.is-active .hamburger-inner:before{
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after{
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box{
  perspective:80px
}

.hamburger--3dy-r .hamburger-inner{
  transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{
  transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner{
  transform:rotateX(180deg);
  background-color:transparent!important
}

.hamburger--3dy-r.is-active .hamburger-inner:before{
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after{
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box{
  perspective:80px
}

.hamburger--3dxy .hamburger-inner{
  transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{
  transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner{
  transform:rotateX(180deg) rotateY(180deg);
  background-color:transparent!important
}

.hamburger--3dxy.is-active .hamburger-inner:before{
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after{
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box{
  perspective:80px
}

.hamburger--3dxy-r .hamburger-inner{
  transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{
  transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner{
  transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color:transparent!important
}

.hamburger--3dxy-r.is-active .hamburger-inner:before{
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after{
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before{
  transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after{
  transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before{
  transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after{
  transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before{
  transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt .hamburger-inner:after{
  transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
  transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after{
  bottom:0;
  transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
  transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before{
  transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r .hamburger-inner:after{
  transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
  transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after{
  bottom:0;
  transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
  transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner{
  transform:rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before{
  transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after{
  transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner{
  transform:rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before{
  transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after{
  transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{
  transition-property:none
}

.hamburger--boring.is-active .hamburger-inner{
  transform:rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before{
  top:0;
  opacity:0
}

.hamburger--boring.is-active .hamburger-inner:after{
  bottom:0;
  transform:rotate(-90deg)
}

.hamburger--collapse .hamburger-inner{
  top:auto;
  bottom:0;
  transition-delay:.13s;
  transition-timing-function:cubic-bezier(.55,.055,.675,.19);
  transition-duration:.13s
}

.hamburger--collapse .hamburger-inner:after{
  top:-20px;
  transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before{
  transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse.is-active .hamburger-inner{
  transition-delay:.22s;
  transition-timing-function:cubic-bezier(.215,.61,.355,1);
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after{
  top:0;
  transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
  opacity:0
}

.hamburger--collapse.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
  transform:rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner{
  top:auto;
  bottom:0;
  transition-delay:.13s;
  transition-timing-function:cubic-bezier(.55,.055,.675,.19);
  transition-duration:.13s
}

.hamburger--collapse-r .hamburger-inner:after{
  top:-20px;
  transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before{
  transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse-r.is-active .hamburger-inner{
  transition-delay:.22s;
  transition-timing-function:cubic-bezier(.215,.61,.355,1);
  transform:translate3d(0,-10px,0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after{
  top:0;
  transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
  opacity:0
}

.hamburger--collapse-r.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
  transform:rotate(90deg)
}

.hamburger--elastic .hamburger-inner{
  top:2px;
  transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);
  transition-duration:.275s
}

.hamburger--elastic .hamburger-inner:before{
  top:10px;
  transition:opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after{
  top:20px;
  transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic.is-active .hamburger-inner{
  transition-delay:75ms;
  transform:translate3d(0,10px,0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before{
  transition-delay:0s;
  opacity:0
}

.hamburger--elastic.is-active .hamburger-inner:after{
  transition-delay:75ms;
  transform:translate3d(0,-20px,0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner{
  top:2px;
  transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);
  transition-duration:.275s
}

.hamburger--elastic-r .hamburger-inner:before{
  top:10px;
  transition:opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after{
  top:20px;
  transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner{
  transition-delay:75ms;
  transform:translate3d(0,10px,0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before{
  transition-delay:0s;
  opacity:0
}

.hamburger--elastic-r.is-active .hamburger-inner:after{
  transition-delay:75ms;
  transform:translate3d(0,-20px,0) rotate(270deg)
}

.hamburger--emphatic{
  overflow:hidden
}

.hamburger--emphatic .hamburger-inner{
  transition:background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before{
  left:0;
  transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after{
  top:10px;
  right:0;
  transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner{
  transition-delay:0s;
  transition-timing-function:ease-out;
  background-color:transparent!important
}

.hamburger--emphatic.is-active .hamburger-inner:before{
  top:-80px;
  left:-80px;
  transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
  transform:translate3d(80px,80px,0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after{
  top:-80px;
  right:-80px;
  transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
  transform:translate3d(-80px,80px,0) rotate(-45deg)
}

.hamburger--emphatic-r{
  overflow:hidden
}

.hamburger--emphatic-r .hamburger-inner{
  transition:background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before{
  left:0;
  transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after{
  top:10px;
  right:0;
  transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner{
  transition-delay:0s;
  transition-timing-function:ease-out;
  background-color:transparent!important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before{
  top:80px;
  left:-80px;
  transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
  transform:translate3d(80px,-80px,0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after{
  top:80px;
  right:-80px;
  transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
  transform:translate3d(-80px,-80px,0) rotate(45deg)
}

.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{
  transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{
  transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
  opacity:0
}

.hamburger--minus.is-active .hamburger-inner:before{
  top:0
}

.hamburger--minus.is-active .hamburger-inner:after{
  bottom:0
}

.hamburger--slider .hamburger-inner{
  top:2px
}

.hamburger--slider .hamburger-inner:before{
  top:10px;
  transition-timing-function:ease;
  transition-duration:.15s;
  transition-property:transform,opacity
}

.hamburger--slider .hamburger-inner:after{
  top:20px
}

.hamburger--slider.is-active .hamburger-inner{
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before{
  transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);
  opacity:0
}

.hamburger--slider.is-active .hamburger-inner:after{
  transform:translate3d(0,-20px,0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner{
  top:2px
}

.hamburger--slider-r .hamburger-inner:before{
  top:10px;
  transition-timing-function:ease;
  transition-duration:.15s;
  transition-property:transform,opacity
}

.hamburger--slider-r .hamburger-inner:after{
  top:20px
}

.hamburger--slider-r.is-active .hamburger-inner{
  transform:translate3d(0,10px,0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before{
  transform:rotate(45deg) translate3d(5.71429px,-6px,0);
  opacity:0
}

.hamburger--slider-r.is-active .hamburger-inner:after{
  transform:translate3d(0,-20px,0) rotate(90deg)
}

.hamburger--spin .hamburger-inner{
  transition-timing-function:cubic-bezier(.55,.055,.675,.19);
  transition-duration:.22s
}

.hamburger--spin .hamburger-inner:before{
  transition:top .1s ease-in .25s,opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after{
  transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin.is-active .hamburger-inner{
  transition-delay:.12s;
  transition-timing-function:cubic-bezier(.215,.61,.355,1);
  transform:rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s ease-out,opacity .1s ease-out .12s;
  opacity:0
}

.hamburger--spin.is-active .hamburger-inner:after{
  bottom:0;
  transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
  transform:rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner{
  transition-timing-function:cubic-bezier(.55,.055,.675,.19);
  transition-duration:.22s
}

.hamburger--spin-r .hamburger-inner:before{
  transition:top .1s ease-in .25s,opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after{
  transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin-r.is-active .hamburger-inner{
  transition-delay:.12s;
  transition-timing-function:cubic-bezier(.215,.61,.355,1);
  transform:rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s ease-out,opacity .1s ease-out .12s;
  opacity:0
}

.hamburger--spin-r.is-active .hamburger-inner:after{
  bottom:0;
  transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
  transform:rotate(90deg)
}

.hamburger--spring .hamburger-inner{
  top:2px;
  transition:background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before{
  top:10px;
  transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring .hamburger-inner:after{
  top:20px;
  transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring.is-active .hamburger-inner{
  transition-delay:.22s;
  background-color:transparent!important
}

.hamburger--spring.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after{
  top:0;
  transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
  transform:translate3d(0,10px,0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner{
  top:auto;
  bottom:0;
  transition-delay:0s;
  transition-timing-function:cubic-bezier(.55,.055,.675,.19);
  transition-duration:.13s
}

.hamburger--spring-r .hamburger-inner:after{
  top:-20px;
  transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before{
  transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring-r.is-active .hamburger-inner{
  transition-delay:.22s;
  transition-timing-function:cubic-bezier(.215,.61,.355,1);
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after{
  top:0;
  transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;
  opacity:0
}

.hamburger--spring-r.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
  transform:rotate(90deg)
}

.hamburger--stand .hamburger-inner{
  transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before{
  transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand .hamburger-inner:after{
  transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand.is-active .hamburger-inner{
  transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;
  transform:rotate(90deg);
  background-color:transparent!important
}

.hamburger--stand.is-active .hamburger-inner:before{
  top:0;
  transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
  transform:rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after{
  bottom:0;
  transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
  transform:rotate(45deg)
}

.hamburger--stand-r .hamburger-inner{
  transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before{
  transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand-r .hamburger-inner:after{
  transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner{
  transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;
  transform:rotate(-90deg);
  background-color:transparent!important
}

.hamburger--stand-r.is-active .hamburger-inner:before{
  top:0;
  transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
  transform:rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after{
  bottom:0;
  transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
  transform:rotate(45deg)
}

.hamburger--squeeze .hamburger-inner{
  transition-timing-function:cubic-bezier(.55,.055,.675,.19);
  transition-duration:75ms
}

.hamburger--squeeze .hamburger-inner:before{
  transition:top 75ms ease .12s,opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after{
  transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze.is-active .hamburger-inner{
  transition-delay:.12s;
  transition-timing-function:cubic-bezier(.215,.61,.355,1);
  transform:rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before{
  top:0;
  transition:top 75ms ease,opacity 75ms ease .12s;
  opacity:0
}

.hamburger--squeeze.is-active .hamburger-inner:after{
  bottom:0;
  transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  transform:rotate(-90deg)
}

.hamburger--vortex .hamburger-inner{
  transition-timing-function:cubic-bezier(.19,1,.22,1);
  transition-duration:.2s
}

.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{
  transition-delay:.1s;
  transition-timing-function:linear;
  transition-duration:0s
}

.hamburger--vortex .hamburger-inner:before{
  transition-property:top,opacity
}

.hamburger--vortex .hamburger-inner:after{
  transition-property:bottom,transform
}

.hamburger--vortex.is-active .hamburger-inner{
  transition-timing-function:cubic-bezier(.19,1,.22,1);
  transform:rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{
  transition-delay:0s
}

.hamburger--vortex.is-active .hamburger-inner:before{
  top:0;
  opacity:0
}

.hamburger--vortex.is-active .hamburger-inner:after{
  bottom:0;
  transform:rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner{
  transition-timing-function:cubic-bezier(.19,1,.22,1);
  transition-duration:.2s
}

.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{
  transition-delay:.1s;
  transition-timing-function:linear;
  transition-duration:0s
}

.hamburger--vortex-r .hamburger-inner:before{
  transition-property:top,opacity
}

.hamburger--vortex-r .hamburger-inner:after{
  transition-property:bottom,transform
}

.hamburger--vortex-r.is-active .hamburger-inner{
  transition-timing-function:cubic-bezier(.19,1,.22,1);
  transform:rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{
  transition-delay:0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before{
  top:0;
  opacity:0
}

.hamburger--vortex-r.is-active .hamburger-inner:after{
  bottom:0;
  transform:rotate(-90deg)
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.right-0{
  right: 0px;
}

.top-8{
  top: 2rem;
}

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

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

.mb-0{
  margin-bottom: 0px;
}

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-20{
  height: 5rem;
}

.h-screen{
  height: 100vh;
}

.h-3{
  height: 0.75rem;
}

.w-screen{
  width: 100vw;
}

.w-full{
  width: 100%;
}

.max-w-screen-xxl{
  max-width: 1508px;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-screen-xl{
  max-width: 1280px;
}

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

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

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

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

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

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

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

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

.gap-4{
  gap: 1rem;
}

.gap-x-2{
  column-gap: 0.5rem;
}

.gap-x-14{
  column-gap: 3.5rem;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.rounded-3xl{
  border-radius: 1.5rem;
}

.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 117 / var(--tw-bg-opacity));
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(15 44 80 / var(--tw-bg-opacity));
}

.bg-link{
  --tw-bg-opacity: 1;
  background-color: rgb(78 120 172 / var(--tw-bg-opacity));
}

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

.p-8{
  padding: 2rem;
}

.p-2{
  padding: 0.5rem;
}

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

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

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

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

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

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

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

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

.font-robotoBlack{
  font-family: Roboto Black, 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";
}

.text-menu-text{
  font-size: 1.25rem;
  line-height: 1.5rem;
}

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

.text-h2-text{
  font-size: 2rem;
  line-height: 1.5;
}

.text-h4-text{
  font-size: 1.25rem;
}

.text-base-text{
  font-size: 1rem;
}

.text-h1-text{
  font-size: 2.5rem;
  line-height: 2;
}

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

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-h3-text{
  font-size: 1.5rem;
  line-height: 1.3;
}

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

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

.font-light{
  font-weight: 300;
}

.uppercase{
  text-transform: uppercase;
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(15 44 80 / var(--tw-text-opacity));
}

.text-link{
  --tw-text-opacity: 1;
  color: rgb(78 120 172 / var(--tw-text-opacity));
}

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

.text-dark{
  --tw-text-opacity: 1;
  color: rgb(0 167 117 / var(--tw-text-opacity));
}

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

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

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

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

@media (min-width: 768px){
  .md\:order-2{
    order: 2;
  }

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

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

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

@media (min-width: 1024px){
  .lg\:col-start-2{
    grid-column-start: 2;
  }

  .lg\:col-start-3{
    grid-column-start: 3;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:max-w-screen-xxl{
    max-width: 1508px;
  }

  .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\:flex-row{
    flex-direction: row;
  }

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

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

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

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-x-14{
    column-gap: 3.5rem;
  }

  .lg\:gap-x-20{
    column-gap: 5rem;
  }

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

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

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

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

  .lg\:pr-24{
    padding-right: 6rem;
  }

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

.overflow-hidden{
  overflow: hidden;
}

.hamburger {
  z-index: 1000;
}

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