/*
Contendi Italia CSS
v2.0
By Elemental Concept - elementalconcept.com
*/
/** Fonts **/
/** Font Sizes **/
/** Font Weights **/
/** Line Height **/
/** Dimensions **/
/** Min-Max Width **/
/** Element Dimensions **/
/** Icon Dimensions **/
/** Basic Colours **/
/** Shadows **/
/** Fonts **/
/** Font Sizes **/
/** Font Weights **/
/** Line Height **/
/** Dimensions **/
/** Min-Max Width **/
/** Element Dimensions **/
/** Icon Dimensions **/
/** Basic Colours **/
/** Shadows **/
/** Fonts **/
/** Font Sizes **/
/** Font Weights **/
/** Line Height **/
/** Dimensions **/
/** Min-Max Width **/
/** Element Dimensions **/
/** Icon Dimensions **/
/** Basic Colours **/
/** Shadows **/
html,
body,
div,
section,
main,
header,
nav,
footer,
form,
input,
textarea,
blockquote,
a {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #f2f9f2;
  color: #252527;
  text-shadow: none;
}

::selection {
  background-color: #f2f9f2;
  color: #252527;
  text-shadow: none;
}

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #454547;
  background-color: #ffffff;
}

a {
  color: #044509;
}
a:hover {
  color: #77b21a;
}

.go-to-top {
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  border-radius: 10rem;
  background-color: #666;
  text-decoration: none;
  opacity: 0.5;
  content: url("../images/arrow-right-white.svg");
  padding: 1rem;
  transform: rotate(-90deg);
  text-align: center;
}
.go-to-top:focus {
  outline: 0;
}
.go-to-top:hover {
  opacity: 1;
  transform: rotate(-100deg) scale(1.1);
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
img.rounded {
  border-radius: 3rem;
}

/*** Colours ***/
.bg-tertiary {
  background-color: #f2f9f2;
}

/*** Margins ***/
.mt-none {
  margin-top: 0;
}

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

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

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

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

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

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

.mr-x3 {
  margin-right: 3rem;
}

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

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

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

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

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

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

.mh-x1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mh-x2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mh-x3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

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

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

/*** Padding ***/
.pt-none {
  padding-top: 0;
}

.pb-none {
  padding-bottom: 0;
}

/*** Spacers ***/
.v-spacer-x1 {
  height: 1rem;
}

.v-spacer-x2 {
  height: 2rem;
}

.v-spacer-x3 {
  height: 3rem;
}

/*** Alignment ***/
.text-align-center {
  text-align: center;
}

.block-align-center {
  margin: 0 auto;
}

/*** Max content width ***/
.mw-xsmall {
  max-width: 500px;
}

.mw-small {
  max-width: 800px;
}

.mw-medium {
  max-width: 1024px;
}

.mw-large {
  max-width: 1200px;
}

/*** Go to top ***/
.go-to-top {
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  vertical-align: middle;
  width: 3rem;
  height: 3rem;
  border-radius: 10rem;
  background-color: #666;
  text-decoration: none;
  opacity: 0.5;
  content: url("../images/arrow-right-white.svg");
  padding: 0.75rem;
  transform: rotate(-90deg);
  text-align: center;
  transition: all 0.25s;
}
@media screen and (max-width: 428px) {
  .go-to-top {
    display: none;
  }
}
@media screen and (max-height: 428px) {
  .go-to-top {
    display: none;
  }
}
.go-to-top:focus {
  outline: 0;
}
.go-to-top:hover {
  opacity: 1;
  transform: rotate(-100deg) scale(1.1);
}

hr {
  border: none;
  height: 1px;
  margin: 0.5rem 0;
}

.is-block {
  display: block;
}

@media screen and (max-width: 428px) {
  .hide-on-mobile {
    display: none;
  }
}
@media screen and (max-height: 428px) {
  .hide-on-mobile {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .hide-on-desktop {
    display: none;
  }
}

/*** Misc ***/
.is-fixed {
  position: fixed;
}

/*** Plyr.js overrides ***/
/*
:root {
  --plyr-color-main: #77b21a;
}

.plyr__video-wrapper {
  z-index: 0;
}
*/
.hide-overflow {
  overflow: hidden;
}

.rel {
  position: relative;
}

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

/** Fonts **/
/** Font Sizes **/
/** Font Weights **/
/** Line Height **/
/** Dimensions **/
/** Min-Max Width **/
/** Element Dimensions **/
/** Icon Dimensions **/
/** Basic Colours **/
/** Shadows **/
/** Fonts **/
/** Font Sizes **/
/** Font Weights **/
/** Line Height **/
/** Dimensions **/
/** Min-Max Width **/
/** Element Dimensions **/
/** Icon Dimensions **/
/** Basic Colours **/
/** Shadows **/
b,
strong {
  font-weight: 700;
}

p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #454547;
  letter-spacing: 0.025em;
  margin: 1.5rem 0;
}
p.fs-large {
  font-size: 2.8rem;
  line-height: 1.25;
}
@media screen and (max-width: 428px) {
  p.fs-large {
    font-size: 2.24rem;
  }
}
@media screen and (max-height: 428px) {
  p.fs-large {
    font-size: 2.24rem;
  }
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p.fs-normal {
  font-size: 1.6rem;
}
p.fs-medium {
  font-size: 1.8rem;
}
p.fs-small {
  font-size: 1.4rem;
}

li {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #454547;
  letter-spacing: 0.025em;
  margin: 1.5rem 0;
}
li:first-child {
  margin-top: 0;
}
li:last-child {
  margin-bottom: 0;
}
li.fs-normal {
  font-size: 1.6rem;
}
li.fs-medium {
  font-size: 1.8rem;
}
li.fs-small {
  font-size: 1.4rem;
}

h1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  color: #454547;
  margin: 2rem 0;
}
h1.fs-large {
  font-size: 7rem;
}
@media screen and (max-width: 428px) {
  h1.fs-large {
    font-size: 5.6rem;
  }
}
@media screen and (max-height: 428px) {
  h1.fs-large {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 428px) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (max-height: 428px) {
  h1 {
    font-size: 4rem;
  }
}
h1 span {
  font-weight: 400;
}
h1:first-child {
  margin-top: 0;
}
h1:last-child {
  margin-bottom: 0;
}

h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: #454547;
  margin: 1.5rem 0;
}
@media screen and (max-width: 428px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-height: 428px) {
  h2 {
    font-size: 2.8rem;
  }
}
h2 span {
  font-weight: 400;
}
h2.fs-large {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  color: #454547;
  margin: 2rem 0;
}
@media screen and (max-width: 428px) {
  h2.fs-large {
    font-size: 4rem;
  }
}
@media screen and (max-height: 428px) {
  h2.fs-large {
    font-size: 4rem;
  }
}
h2.fs-large span {
  font-weight: 400;
}
h2.section-heading {
  color: #77b21a;
  margin-bottom: 3rem;
  position: relative;
}
h2.section-heading:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 20rem;
  height: 2px;
  margin-left: 2rem;
  background-color: #77b21a;
}
@media screen and (max-width: 428px) {
  h2.section-heading:after {
    width: 10rem;
    margin-left: 1.5rem;
  }
}
@media screen and (max-height: 428px) {
  h2.section-heading:after {
    width: 10rem;
    margin-left: 1.5rem;
  }
}
h2:first-child {
  margin-top: 0;
}
h2:last-child {
  margin-bottom: 0;
}
h2.mt-none {
  margin-top: 0;
}
h2.mb-none {
  margin-bottom: 0;
}

h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  color: #454547;
  margin: 2rem 0 1rem 0;
  position: relative;
}
h3 span {
  font-weight: 400;
}
h3:first-child {
  margin-top: 0;
}
h3:last-child {
  margin-bottom: 0;
}
h3 .round-number {
  position: absolute;
  top: -1rem;
  left: -6.5rem;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background-color: #77b21a;
  color: #ffffff;
  border-radius: 100%;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  vertical-align: center;
}

h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.15;
  color: #454547;
  margin: 1rem 0;
}
h4 span {
  font-weight: 400;
}
h4:first-child {
  margin-top: 0;
}
h4:last-child {
  margin-bottom: 0;
}

.fw-bold p {
  font-weight: 700;
}
.fw-bold li {
  font-weight: 700;
}

.contract u {
  display: inline-block;
  width: 15rem;
  border-bottom: 1px solid #252527;
}
.contract li {
  font-size: 1.6rem;
}
.contract li p:first-child {
  display: inline;
}
.contract > ol {
  padding-left: 1.5rem;
}
.contract > ol li > ol {
  padding-left: 3rem;
}
.contract p {
  font-size: 1.6rem;
}
.contract p:not(.text-align-center) {
  text-align: justify;
}
.contract h1 {
  font-size: 2.5rem;
  margin-top: 5rem;
}
.contract h1.main {
  font-size: 3.5rem;
  margin-top: 0;
}
.contract h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 3rem;
  line-height: 1.5;
}

/** Fonts **/
/** Font Sizes **/
/** Font Weights **/
/** Line Height **/
/** Dimensions **/
/** Min-Max Width **/
/** Element Dimensions **/
/** Icon Dimensions **/
/** Basic Colours **/
/** Shadows **/
/** Fonts **/
/** Font Sizes **/
/** Font Weights **/
/** Line Height **/
/** Dimensions **/
/** Min-Max Width **/
/** Element Dimensions **/
/** Icon Dimensions **/
/** Basic Colours **/
/** Shadows **/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background-color: #ffffff;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
@media screen and (max-width: 428px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 70px;
  }
}
@media screen and (max-height: 428px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 70px;
  }
}

.logo {
  padding: 1.5rem 3rem;
  height: 100%;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 428px) {
  .logo {
    display: inline-block;
    padding: 1.5rem;
  }
}
@media screen and (max-height: 428px) {
  .logo {
    display: inline-block;
    padding: 1.5rem;
  }
}
.logo:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #f9f9fb;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  z-index: 0;
  transform: skew(-20deg, 0);
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 428px) {
  .logo:before {
    width: 100vw;
    left: -40vw;
  }
}
@media screen and (max-height: 428px) {
  .logo:before {
    width: 100vw;
    left: -40vw;
  }
}
.logo img {
  display: block;
  position: relative;
  z-index: 1;
  width: auto;
  height: 4rem;
}
.logo:hover:before {
  right: -1rem;
  opacity: 0.5;
}

.hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 2.2rem;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  background-color: #77b21a;
  width: 70px;
  height: 70px;
  display: none;
}
@media screen and (max-width: 428px) {
  .hamburger {
    display: block;
  }
}
@media screen and (max-height: 428px) {
  .hamburger {
    display: block;
  }
}
.hamburger img {
  width: 100%;
  height: auto;
}

.nav-container {
  padding: 1.5rem 3rem;
  width: 100%;
}
.nav-container .close-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 2.2rem;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  background-color: #77b21a;
  width: 70px;
  height: 70px;
  display: none;
}
@media screen and (max-width: 428px) {
  .nav-container .close-menu {
    display: block;
  }
}
@media screen and (max-height: 428px) {
  .nav-container .close-menu {
    display: block;
  }
}
.nav-container .close-menu img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 428px) {
  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: calc(2rem + 70px) 2rem 2rem 2rem;
    display: none;
    overflow: auto;
  }
}
@media screen and (max-height: 428px) {
  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: calc(2rem + 70px) 2rem 2rem 2rem;
    display: none;
    overflow: auto;
  }
}
.nav-container nav {
  display: flex;
  flex: 1 1 auto;
  align-content: center;
  justify-content: space-between;
}
@media screen and (max-width: 428px) {
  .nav-container nav {
    display: block;
  }
}
@media screen and (max-height: 428px) {
  .nav-container nav {
    display: block;
  }
}
.nav-container nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 428px) {
  .nav-container nav ul {
    display: block;
  }
}
@media screen and (max-height: 428px) {
  .nav-container nav ul {
    display: block;
  }
}
.nav-container nav ul.categories {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 54px;
}
.nav-container nav li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 428px) {
  .nav-container nav li {
    display: block;
  }
}
@media screen and (max-height: 428px) {
  .nav-container nav li {
    display: block;
  }
}
.nav-container nav .category {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1.3335 0.666687L6.66683 6.00002L1.3335 11.3334' stroke='%23000' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center right;
  padding-right: 16px;
  background-repeat: no-repeat;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.64px;
  color: #08090b;
  cursor: pointer;
  margin-bottom: 20px;
}
.nav-container nav .category.active {
  color: #60BA60;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1.3335 0.666687L6.66683 6.00002L1.3335 11.3334' stroke='%2360BA60' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.nav-container nav .category-items {
  display: none;
  opacity: 0;
  transform: scaleY(0.8);
  align-self: flex-start;
}
.nav-container nav .category-items.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  animation: showDropdown 0.25s forwards ease-in-out;
}
.nav-container nav .category-items li a:not(.button) {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  padding: 0;
}
.nav-container nav .category-items li:not(:last-child) {
  margin-bottom: 12px;
}
.nav-container nav a:not(.button) {
  display: inline-block;
  text-decoration: none;
  color: #252527;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  position: relative;
  transition: all 0.25s;
  white-space: nowrap;
}
@media screen and (max-width: 428px) {
  .nav-container nav a:not(.button) {
    font-size: 1.6rem;
    display: block;
    border-left: 3px solid transparent;
    padding: 1rem;
    margin: 0.5rem 0;
  }
}
@media screen and (max-height: 428px) {
  .nav-container nav a:not(.button) {
    font-size: 1.6rem;
    display: block;
    border-left: 3px solid transparent;
    padding: 1rem;
    margin: 0.5rem 0;
  }
}
.nav-container nav a:not(.button):not(.active):hover {
  color: #98a5bb;
}
.nav-container nav a:not(.button):not(.active):hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #98a5bb;
  left: calc(50% - 0.25rem);
}
@media screen and (max-width: 428px) {
  .nav-container nav a:not(.button):not(.active):hover:after {
    display: none;
  }
}
@media screen and (max-height: 428px) {
  .nav-container nav a:not(.button):not(.active):hover:after {
    display: none;
  }
}
.nav-container nav a:not(.button).active {
  color: #77b21a;
}
@media screen and (max-width: 428px) {
  .nav-container nav a:not(.button).active {
    border-left: 3px solid #d4edb0;
  }
}
@media screen and (max-height: 428px) {
  .nav-container nav a:not(.button).active {
    border-left: 3px solid #d4edb0;
  }
}
.nav-container nav a:not(.button).active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #77b21a;
  left: calc(50% - 0.25rem);
}
@media screen and (max-width: 428px) {
  .nav-container nav a:not(.button).active:after {
    display: none;
  }
}
@media screen and (max-height: 428px) {
  .nav-container nav a:not(.button).active:after {
    display: none;
  }
}
.nav-container nav a:not(.button).sign-in {
  font-weight: 700;
  color: #77b21a;
}
@media screen and (max-width: 428px) {
  .nav-container nav a:not(.button).sign-in {
    margin-top: 3rem;
  }
}
@media screen and (max-height: 428px) {
  .nav-container nav a:not(.button).sign-in {
    margin-top: 3rem;
  }
}
.nav-container nav a:not(.button).whatsapp {
  align-self: center;
  padding: 0.5rem 2rem 0.5rem 2rem;
  line-height: 24px;
  color: #77b21a;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 428px) {
  .nav-container nav a:not(.button).whatsapp {
    padding: 1rem;
    margin-top: 3rem;
  }
}
@media screen and (max-height: 428px) {
  .nav-container nav a:not(.button).whatsapp {
    padding: 1rem;
    margin-top: 3rem;
  }
}
.nav-container nav a:not(.button).whatsapp img {
  width: 24px;
  height: auto;
  margin-right: 1rem;
  display: inline-block;
}
.nav-container nav .dropdown {
  position: fixed;
  top: 8rem;
  margin-left: -2rem;
  background-color: #ffffff;
  padding: 3rem 18rem 3rem 3rem;
  border-top: 4px solid #77b21a;
  background-image: url("../images/dropdown-background.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
  display: none;
  opacity: 0;
  transform: scaleY(0.8);
  transform-origin: top center;
  animation-duration: 0.3s;
  z-index: 5;
}
@media screen and (max-width: 428px) {
  .nav-container nav .dropdown {
    position: relative;
    top: auto;
    margin: 0;
    padding: 1rem;
    border: none;
    border-left: 3px solid transparent;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    transform-origin: top left;
  }
}
@media screen and (max-height: 428px) {
  .nav-container nav .dropdown {
    position: relative;
    top: auto;
    margin: 0;
    padding: 1rem;
    border: none;
    border-left: 3px solid transparent;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    transform-origin: top left;
  }
}
.nav-container nav .dropdown-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.nav-container nav .dropdown.show-dropdown {
  animation: showDropdown 0.25s forwards ease-in-out;
  display: flex;
}
@keyframes showDropdown {
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.nav-container nav .dropdown .dd-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, min-content));
  grid-gap: 4rem;
  margin-bottom: 3rem;
  white-space: nowrap;
}
@media screen and (max-width: 428px) {
  .nav-container nav .dropdown .dd-cols {
    display: block;
    margin: 0;
  }
  .nav-container nav .dropdown .dd-cols .dd-col {
    padding: 1rem 0;
  }
  .nav-container nav .dropdown .dd-cols h4 {
    font-size: 1.4rem;
  }
}
@media screen and (max-height: 428px) {
  .nav-container nav .dropdown .dd-cols {
    display: block;
    margin: 0;
  }
  .nav-container nav .dropdown .dd-cols .dd-col {
    padding: 1rem 0;
  }
  .nav-container nav .dropdown .dd-cols h4 {
    font-size: 1.4rem;
  }
}
.nav-container nav .dropdown a:not(.button) {
  display: block;
  text-decoration: none;
  text-transform: none;
  color: #252527;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem 0;
  position: relative;
  transition: all 0.25s;
  white-space: nowrap;
}
@media screen and (max-width: 428px) {
  .nav-container nav .dropdown a:not(.button) {
    padding: 1rem 0;
    border: none;
  }
}
@media screen and (max-height: 428px) {
  .nav-container nav .dropdown a:not(.button) {
    padding: 1rem 0;
    border: none;
  }
}
.nav-container nav .dropdown a:not(.button):hover:after {
  display: none;
}

/** Fonts **/
/** Font Sizes **/
/** Font Weights **/
/** Line Height **/
/** Dimensions **/
/** Min-Max Width **/
/** Element Dimensions **/
/** Icon Dimensions **/
/** Basic Colours **/
/** Shadows **/
/** Fonts **/
/** Font Sizes **/
/** Font Weights **/
/** Line Height **/
/** Dimensions **/
/** Min-Max Width **/
/** Element Dimensions **/
/** Icon Dimensions **/
/** Basic Colours **/
/** Shadows **/
section .section-heading-top {
  color: #5e5f60;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 140%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
  transform: translateY(20px);
}
section .section-heading-top::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #60BA60;
  margin-right: 8px;
}
@media (min-width: 768px) {
  section .section-heading-top {
    transform: translateY(40px);
  }
}
section .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 3rem;
}
@media screen and (min-width: 1025px) {
  section .content.spaced {
    padding: 9rem 3rem;
  }
}
@media screen and (max-width: 428px) {
  section .content {
    padding: 2.5rem;
  }
}
@media screen and (max-height: 428px) {
  section .content {
    padding: 2.5rem;
  }
}
section .content.pt-none {
  padding-top: 0;
}
section .content.pb-none {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  section .content.with-swiper {
    padding: 6rem;
  }
}

.columns {
  display: grid;
  grid-gap: 4rem;
}
.columns.cols-1-1 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 428px) {
  .columns.cols-1-1 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-height: 428px) {
  .columns.cols-1-1 {
    grid-template-columns: 1fr;
  }
}
.columns.cols-2-1 {
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 428px) {
  .columns.cols-2-1 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-height: 428px) {
  .columns.cols-2-1 {
    grid-template-columns: 1fr;
  }
}
.columns.cols-1d5-1 {
  grid-template-columns: 1.5fr 1fr;
}
@media screen and (max-width: 428px) {
  .columns.cols-1d5-1 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-height: 428px) {
  .columns.cols-1d5-1 {
    grid-template-columns: 1fr;
  }
}
.columns.cols-1-2 {
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 428px) {
  .columns.cols-1-2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-height: 428px) {
  .columns.cols-1-2 {
    grid-template-columns: 1fr;
  }
}
.columns.cols-1-1-1 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 428px) {
  .columns.cols-1-1-1 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-height: 428px) {
  .columns.cols-1-1-1 {
    grid-template-columns: 1fr;
  }
}
.columns.gap-x2 {
  grid-gap: 5rem;
}
@media screen and (max-width: 428px) {
  .columns.gap-x2 {
    grid-gap: 2.5rem;
  }
}
@media screen and (max-height: 428px) {
  .columns.gap-x2 {
    grid-gap: 2.5rem;
  }
}

.flex {
  display: flex;
  flex: 1 1 auto;
}
.flex.inline {
  display: inline-flex;
  align-self: center;
}
@media screen and (max-width: 428px) {
  .flex.block-on-mobile {
    display: block;
  }
}
@media screen and (max-height: 428px) {
  .flex.block-on-mobile {
    display: block;
  }
}
.flex.columns {
  flex-direction: column;
}
.flex.fill {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 428px) {
  .flex.fill {
    width: auto;
    height: auto;
  }
}
@media screen and (max-height: 428px) {
  .flex.fill {
    width: auto;
    height: auto;
  }
}
.flex .flex-spacer {
  flex: 1;
  height: 100%;
}
@media screen and (max-width: 428px) {
  .flex .flex-spacer {
    display: none;
  }
}
@media screen and (max-height: 428px) {
  .flex .flex-spacer {
    display: none;
  }
}

/** Fonts **/
/** Font Sizes **/
/** Font Weights **/
/** Line Height **/
/** Dimensions **/
/** Min-Max Width **/
/** Element Dimensions **/
/** Icon Dimensions **/
/** Basic Colours **/
/** Shadows **/
/** Fonts **/
/** Font Sizes **/
/** Font Weights **/
/** Line Height **/
/** Dimensions **/
/** Min-Max Width **/
/** Element Dimensions **/
/** Icon Dimensions **/
/** Basic Colours **/
/** Shadows **/
.hero-section {
  overflow: hidden;
  position: relative;
}
.hero-section .swiper {
  position: relative;
  background-color: #252527;
  margin-top: 70px;
}
@media screen and (max-width: 428px) {
  .hero-section .swiper {
    width: 100vw;
    overflow: hidden;
    height: 100%;
  }
}
@media screen and (max-height: 428px) {
  .hero-section .swiper {
    width: 100vw;
    overflow: hidden;
    height: 100%;
  }
}
.hero-section .swiper .swiper-pagination {
  transform: scale(1.25);
  padding-bottom: 2rem;
}
.hero-section .swiper .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #ffffff;
  opacity: 1;
  background-color: transparent;
}
.hero-section .swiper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.hero-section .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.hero {
  height: 60rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f9f9fb;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 428px) {
  .hero {
    min-height: 100%;
    background-position: center left;
  }
}
@media screen and (max-height: 428px) {
  .hero {
    min-height: 100%;
    background-position: center left;
  }
}
.hero.stripe {
  height: 9.6rem;
  background-color: #77b21a;
}
@media screen and (max-width: 428px) {
  .hero.stripe {
    height: auto;
    min-height: 60vh;
    background-position: center left;
  }
}
@media screen and (max-height: 428px) {
  .hero.stripe {
    height: auto;
    min-height: 60vh;
    background-position: center left;
  }
}
.hero.small {
  height: 48rem;
}
@media screen and (max-width: 428px) {
  .hero.small {
    height: auto;
    min-height: 60vh;
    background-position: center left;
  }
}
@media screen and (max-height: 428px) {
  .hero.small {
    height: auto;
    min-height: 60vh;
    background-position: center left;
  }
}
.hero .hero-content-container {
  padding: 10rem 3rem 3rem 3rem;
  width: 60%;
  height: 100%;
  margin: 0 0 0 auto;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 428px) {
  .hero .hero-content-container {
    width: 100%;
    min-height: 60vh;
    padding: calc(8rem + 70px) 3rem 9rem 3rem;
  }
}
@media screen and (max-height: 428px) {
  .hero .hero-content-container {
    width: 100%;
    min-height: 60vh;
    padding: calc(8rem + 70px) 3rem 9rem 3rem;
  }
}
.hero .hero-content-container.align-end {
  align-items: flex-end;
  padding-bottom: 10rem;
}
.hero .hero-content-container .hero-content-overlay {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: -6rem;
  background: rgb(4, 69, 9);
  background: linear-gradient(90deg, rgba(4, 69, 9, 0.65) 0%, rgba(40, 53, 70, 0.65) 100%);
  transform: skew(-20deg, 0);
  z-index: 0;
}
@media screen and (max-width: 428px) {
  .hero .hero-content-container .hero-content-overlay {
    min-height: 90vh;
  }
}
@media screen and (max-height: 428px) {
  .hero .hero-content-container .hero-content-overlay {
    min-height: 90vh;
  }
}
.hero .hero-content-container .hero-content {
  max-width: 500px;
  z-index: 1;
}
.hero .hero-content-container .hero-content h1,
.hero .hero-content-container .hero-content h2 {
  color: #ffffff;
}
.hero .hero-content-container .hero-content p {
  font-size: 1.8rem;
  color: #ffffff;
}
.hero .hero-content-container .hero-content.faqs .button {
  margin-top: 96px;
}
.hero.hero-dieselgate-image {
  background-image: url("../images/hero-dieselgate.jpg");
}
.hero.hero-eni-carbolette-image {
  background-image: url("../images/horizontal/enel.png");
}
.hero.hero-enel-carbolette-image {
  background-image: url("../images/horizontal/enell.png");
}
.hero.hero-autostrade-image {
  background-image: url("../images/horizontal/autostrade.jpg");
  background-position: center top;
}
.hero.hero-camion-image {
  background-image: url("../images/horizontal/scania.jpg");
}
.hero.hero-finanziamenti-image {
  background-image: url("../images/hero-finanziamenti.jpg");
}
.hero.hero-google-image {
  background-image: url("../images/hero-google.jpg");
}
.hero.hero-facebook-image {
  background-image: url("../images/hero-facebook.jpg");
}
.hero.hero-sky-image {
  background-image: url("../images/hero-sky.jpg");
}
.hero.hero-cemento-image {
  background-image: url("../images/hero-cemento.jpg");
}
.hero.hero-about-image {
  background-image: url("../images/hero-about.jpg");
}
.hero.hero-privacy-image {
  background-image: url("../images/hero-privacy.jpg");
}
.hero.hero-alternator-image {
  background-image: url("../images/horizontal/alternator.jpg");
}
.hero.hero-amazon-image {
  background-image: url("../images/horizontal/amazon.png");
}
.hero.hero-apple-image {
  background-image: url("../images/horizontal/apple.jpg");
}
.hero.hero-assicurazioni2-image {
  background-image: url("../images/horizontal/assicurazioni 2.png");
}
.hero.hero-assicurazioni-image {
  background-image: url("../images/horizontal/assicurazioni.png");
}
.hero.hero-bank-image {
  background-image: url("../images/horizontal/bank.png");
}
.hero.hero-bond-image {
  background-image: url("../images/horizontal/bond.png");
}
.hero.hero-cartone-image {
  background-image: url("../images/horizontal/cartone.jpg");
}
.hero.hero-cavi-image {
  background-image: url("../images/horizontal/cavi sottomarini.png");
}
.hero.hero-cemento-image {
  background-image: url("../images/horizontal/cemento.png");
}
.hero.hero-condizionatori-image {
  background-image: url("../images/horizontal/condizionatori.jpg");
}
.hero.hero-eni-image {
  background-image: url("../images/horizontal/enel.png");
}
.hero.hero-hp2-image {
  background-image: url("../images/horizontal/hp2 .png");
}
.hero.hero-hp-image {
  background-image: url("../images/horizontal/hp.png");
}
.hero.hero-iliad-image {
  background-image: url("../images/horizontal/iliad.jpg");
}
.hero.hero-iphone-image {
  background-image: url("../images/horizontal/iphone.png");
}
.hero.hero-mastercard-image {
  background-image: url("../images/horizontal/mastercard.png");
}
.hero.hero-toyota-image {
  background-image: url("../images/horizontal/toyota.png");
}
.hero.hero-trasporto-image {
  background-image: url("../images/horizontal/trasporto auto.png");
}
.hero.hero-valuta-image {
  background-image: url("../images/horizontal/valuta estera.png");
}
.hero.hero-amazon-logistica-image {
  background-image: url("../images/horizontal/amazon-logistica.jpg");
}
.hero.hero-amazon-ricerche-image {
  background-image: url("../images/horizontal/amazon-ricerche.jpg");
}
.hero.hero-apple-NFC-image {
  background-image: url("../images/horizontal/apple-NFC.jpg");
}
.hero.hero-cartone-oauto-image {
  background-image: url("../images/horizontal/cartone-oauto.jpg");
}
.hero.hero-cartone-ondulato-image {
  background-image: url("../images/horizontal/cartone-ondulato.jpg");
}
.hero.hero-condizionatory-auto-image {
  background-image: url("../images/horizontal/condizionatory-auto.jpg");
}
.hero.hero-danni-glifosato-image {
  background-image: url("../images/horizontal/danni-glifosato.jpg");
}
.hero.hero-enel-image {
  background-image: url("../images/horizontal/enel.jpg");
}
.hero.hero-energia-image {
  background-image: url("../images/horizontal/energia.jpg");
}
.hero.hero-trasporto-auto-image {
  background-image: url("../images/horizontal/trasporto-auto.jpg");
}
.hero.hero-trasporto-energia-image {
  background-image: url("../images/horizontal/trasporto-energia.jpg");
}
.hero.hero-auto-mercedes-e-bmw-image {
  background-image: url("../images/horizontal/auto-mercedes-e-bmw.png");
}
.hero.hero-cartello-auto-giaponnesi-image {
  background-image: url("../images/horizontal/cartello-auto-giaponnesi.jpg");
}
.hero.hero-cartello-autoveicoli-image {
  background-image: url("../images/horizontal/cartello-autoveicoli.jpg");
}
.hero.hero-google-plus-image {
  background-image: url("../images/horizontal/google+.jpg");
}
.hero.hero-google-more-image {
  background-image: url("../images/horizontal/google-more.jpg");
}
.hero.hero-facebook-pubblicita-image {
  background-image: url("../images/horizontal/facebook-pubblicita.jpg");
}

footer {
  padding: 5rem 3rem 0 3rem;
  min-height: 40rem;
  text-align: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  background-image: url("../images/eye-colour.svg");
  background-repeat: no-repeat;
  background-position: calc(100% + 40rem) calc(100% + 40rem);
  background-size: 80rem;
}
footer .v-line {
  flex: 1;
  align-items: stretch;
  position: relative;
}
footer .v-line:after {
  position: absolute;
  left: calc(50% - 1px);
  display: block;
  content: "";
  width: 2px;
  top: 2rem;
  bottom: 0;
  background-color: #77b21a;
}
footer .footer-logo {
  display: inline-block;
  margin: 0 auto 1.5rem 0;
}
footer .footer-logo img {
  display: block;
  width: auto;
  height: 4rem;
}
footer p {
  font-size: 1.4rem;
}
footer a {
  color: #283546;
  text-decoration: none;
}
footer a:hover {
  color: #77b21a;
  text-decoration: underline;
}

.cover-image {
  display: block;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.cover-image img {
  display: block;
  position: relative;
  z-index: 0;
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
}
.cover-image:after {
  display: block;
  content: "";
  position: absolute;
  background: rgb(4, 69, 9);
  background: linear-gradient(90deg, rgba(4, 69, 9, 0.65) 0%, rgba(40, 53, 70, 0.65) 100%);
  top: 0;
  right: -5rem;
  width: 0;
  height: 100%;
  z-index: 1;
  transform: skew(-20deg, 0);
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
.cover-image:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
}
.cover-image:hover:after {
  left: -5rem;
  width: calc(100% + 10rem);
  opacity: 0.3;
}

.cta-banner {
  background-color: #77b21a;
  color: #ffffff;
  border-radius: 3rem;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s;
  background-image: url("../images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 2rem) center;
  background-size: 2rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.cta-banner:hover {
  background-color: #044509;
}
.cta-banner .cta-banner-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 80%;
  background-color: #f2f9f2;
  transform: skew(-20deg, 0);
  z-index: 0;
  opacity: 0.15;
}
.cta-banner .cta-banner-content {
  padding: 3rem 5rem 3rem 3rem;
}
.cta-banner h2 {
  font-size: 2.975rem;
  color: #ffffff;
  margin: 0;
}
.cta-banner p {
  color: #ffffff;
  margin: 0.5rem 0 0 0;
  line-height: 1.15;
}

.cta-section {
  position: relative;
  background-color: #d4edb0;
  background-image: url("../images/cta-photo-1.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  overflow: hidden;
}
.cta-section .cta-background {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 25vw;
  background-color: #77b21a;
  transform: skew(-20deg, 0);
  z-index: 0;
  opacity: 0.95;
}
.cta-section .cta-content {
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 6rem 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta-section .cta-content h2,
.cta-section .cta-content h3,
.cta-section .cta-content h4,
.cta-section .cta-content p {
  color: #ffffff;
}

.frame {
  border-radius: 3rem;
  padding: 4rem;
  border: 1px solid #d4edb0;
}
@media screen and (max-width: 428px) {
  .frame {
    padding: 2.5rem;
  }
}
@media screen and (max-height: 428px) {
  .frame {
    padding: 2.5rem;
  }
}

.register-form {
  border-radius: 3rem;
  padding: 3rem;
  background-color: #d4edb0;
}
@media screen and (max-width: 428px) {
  .register-form {
    padding: 2.5rem;
  }
}
@media screen and (max-height: 428px) {
  .register-form {
    padding: 2.5rem;
  }
}
.register-form:not(:last-child) {
  margin-bottom: 4rem;
}

.social-block {
  background: #f2f9f2;
  border-radius: 30px;
  padding: 32px;
}
.social-block h5 {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.16px;
  text-align: center;
}
.social-block ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.social-block ul li {
  padding: 0 30px;
  border-right: 1px solid #b0b5a2;
  margin: 0;
}
.social-block ul li:last-child {
  border-right: none;
}
.social-block ul li a {
  display: flex;
}

.car-brands {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 6rem;
}
.car-brands.single {
  display: block;
}
.car-brands.single > div {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .car-brands.single > div {
    max-width: 33%;
  }
}
@media screen and (max-width: 428px) {
  .car-brands {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
  }
}
@media screen and (max-height: 428px) {
  .car-brands {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
  }
}
.car-brands .rows-auto {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column-reverse;
}
.car-brands h3 {
  font-size: 2.5rem;
  margin: 1rem 0 0.5rem 0;
}
.car-brands p {
  margin: 0.5rem 0 1.5rem 0;
  font-size: 1.6rem;
}
.car-brands .button.with-arrow {
  display: block;
}
.car-brands .car-logo > a {
  display: block;
  border-radius: 2rem;
  overflow: hidden !important;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.car-brands .car-logo > a:after {
  display: block;
  content: "";
  position: absolute;
  background: rgb(4, 69, 9);
  background: linear-gradient(90deg, rgba(4, 69, 9, 0.65) 0%, rgba(40, 53, 70, 0.65) 100%);
  top: 0;
  right: -5rem;
  width: 0;
  height: 100%;
  z-index: 1;
  transform: skew(-20deg, 0);
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
.car-brands .car-logo > a img {
  display: block;
  position: relative;
  z-index: 0;
}
.car-brands .car-logo > a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
}
.car-brands .car-logo > a:hover:after {
  left: -5rem;
  width: calc(100% + 10rem);
  opacity: 0.3;
}

.icon {
  width: 24px;
  height: auto;
}
.icon.small {
  width: 16px;
  height: auto;
}

.popup {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: auto;
  padding: 4rem;
  display: none;
}
.popup .popup-content {
  background-color: #ffffff;
  padding: 4rem;
  border-radius: 3rem;
  max-width: 800px;
  margin: 0 auto;
}
.popup h3:first-child {
  margin-top: 1rem;
}
.popup h3:last-child {
  margin-bottom: 1rem;
}

.faqs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faqs li {
  padding: 40px 0;
  border-bottom: 1px solid #b0b5a2;
}
.faqs li h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faqs li h3 button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid;
  color: #333;
  cursor: pointer;
  padding: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
}
.faqs li h3 button::before, .faqs li h3 button::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #333;
  position: absolute;
}
.faqs li h3 button::after {
  transform: rotate(90deg);
}
.faqs li h3 button.active::after {
  transform: rotate(0deg);
}
.faqs li p {
  display: none;
}

.informa {
  display: grid;
  gap: 20px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .informa {
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
  }
}
.informa-video {
  position: relative;
  width: 100%;
}
.informa-video::after {
  content: "";
  background-image: url("../images/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
}
.informa-video.playing::after {
  display: none;
}
.informa video {
  border-radius: 22px;
}
.informa .swiper-slide h3 {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  font-weight: 700;
  margin-bottom: 0;
}
.informa .swiper-slide label {
  padding: 8px 12px;
  background-color: #77b21a;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin: 12px 0 8px;
  border-radius: 12px;
}
.informa .swiper-slide p {
  margin: 0 0 0.5rem;
  font-size: 16px;
}

#register-btn {
  display: none;
}

/** Fonts **/
/** Font Sizes **/
/** Font Weights **/
/** Line Height **/
/** Dimensions **/
/** Min-Max Width **/
/** Element Dimensions **/
/** Icon Dimensions **/
/** Basic Colours **/
/** Shadows **/
/** Fonts **/
/** Font Sizes **/
/** Font Weights **/
/** Line Height **/
/** Dimensions **/
/** Min-Max Width **/
/** Element Dimensions **/
/** Icon Dimensions **/
/** Basic Colours **/
/** Shadows **/
form .form-row {
  padding: 1rem 0;
}

input,
textarea,
button,
select {
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.15;
  color: #454547;
}

.button,
button,
input[type=submit] {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #77b21a;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
  transition: all 0.25s ease-in-out;
  position: relative;
  border: none;
}
.button:hover,
button:hover,
input[type=submit]:hover {
  background-color: #86c81d;
  transform: translateY(-3px);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.button.with-arrow,
button.with-arrow,
input[type=submit].with-arrow {
  padding-right: 5rem;
  background-image: url("../images/arrow-right-white.svg");
  background-position: calc(100% - 1.5rem) center;
  background-repeat: no-repeat;
  background-size: 16px;
}
@media screen and (max-width: 428px) {
  .button.with-arrow,
button.with-arrow,
input[type=submit].with-arrow {
    padding: 1rem 4rem 1rem 1.5rem;
  }
}
@media screen and (max-height: 428px) {
  .button.with-arrow,
button.with-arrow,
input[type=submit].with-arrow {
    padding: 1rem 4rem 1rem 1.5rem;
  }
}
.button.with-arrow:hover,
button.with-arrow:hover,
input[type=submit].with-arrow:hover {
  background-position: calc(100% - 1rem) center;
}
.button.secondary,
button.secondary,
input[type=submit].secondary {
  background-color: #f2f9f2;
  color: #252527;
}
.button.secondary:hover,
button.secondary:hover,
input[type=submit].secondary:hover {
  background-color: white;
}
.button.secondary.with-arrow,
button.secondary.with-arrow,
input[type=submit].secondary.with-arrow {
  padding-right: 5rem;
  background-image: url("../images/arrow-right.svg");
}
.button.tertiary,
button.tertiary,
input[type=submit].tertiary {
  background-color: #b0b5a2;
}
.button.is-block,
button.is-block,
input[type=submit].is-block {
  display: block;
}
.button.large,
button.large,
input[type=submit].large {
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
  border-radius: 3rem;
}
.button.large.with-arrow,
button.large.with-arrow,
input[type=submit].large.with-arrow {
  padding-right: 5rem;
}

input[type=text],
input[type=email],
input[type=tel] {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.15;
  background-color: #ffffff;
  color: #454547;
  padding: 1rem 2rem;
  border-radius: 3rem;
  position: relative;
  width: 100%;
  border: 2px solid #ffffff;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  border: 2px solid #d4edb0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

/** Fonts **/
/** Font Sizes **/
/** Font Weights **/
/** Line Height **/
/** Dimensions **/
/** Min-Max Width **/
/** Element Dimensions **/
/** Icon Dimensions **/
/** Basic Colours **/
/** Shadows **/
.swiper {
  position: relative;
  overflow: hidden;
}
.swiper-button-next.class-action, .swiper-button-prev.class-action {
  top: 210px !important;
  display: none;
}
@media screen and (min-width: 1025px) {
  .swiper-button-next.class-action, .swiper-button-prev.class-action {
    display: flex;
  }
}
.swiper-button-next.class-action::after, .swiper-button-prev.class-action::after {
  content: "" !important;
}
.swiper-button-next.class-action img, .swiper-button-prev.class-action img {
  width: 42px !important;
}
.swiper-button-prev {
  left: 0px !important;
}
.swiper-button-next {
  right: 0px !important;
}

#swiper-evidenza .swiper-slide {
  width: 340px;
}

#swiper-altro .swiper-slide {
  width: 280px;
}

#swiper-video .swiper-button-next, #swiper-video .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #60BA60;
  position: absolute;
  top: unset !important;
  bottom: 0 !important;
  content: url("../images/arrow-right-white.svg");
  padding: 8px;
}
#swiper-video .swiper-slide {
  padding-bottom: 40px;
}
#swiper-video .swiper-button-prev {
  transform: rotate(180deg);
  left: unset !important;
  right: 60px;
}
.contract-form {
  display: flex;
  flex-direction: column;
}
.contract-form span {
  display: flex;
}
.contract-form span u {
  flex: 1;
}
.contract h1 {
  text-align: center;
}
.contract ul h2,
.contract ul h3,
.contract ul h4,
.contract ol h2,
.contract ol h3,
.contract ol h4 {
  display: inline-block;
}
.contract ol:not([type=a]),
.contract ol:not([type=i]) {
  counter-reset: item;
}
.contract ol:not([type=a]) > li,
.contract ol:not([type=i]) > li {
  display: block;
}
.contract ol:not([type=a]) > li:before,
.contract ol:not([type=i]) > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: 600;
}
.contract ol[type=a] li::marker {
  font-weight: 600;
  content: counter(list-item, lower-alpha) ") ";
}
.contract ol[type=i] > li {
  display: list-item;
}
.contract ol[type=i] > li::before {
  display: none;
}
.contract ol[type=i] li::marker {
  font-weight: 600;
  content: "(" counter(list-item, lower-roman) ") ";
}

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