@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Circularstd book;
  src: url('../fonts/CircularStd-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-BookItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --grey: #7a7a7a;
  --coral: #ff894f;
  --dim-grey-3: #494949;
  --blue: #0047ab;
  --dark-orange: #ff912c;
  --sandy-brown: #fdad64;
  --chocolate: #c37025;
  --dim-grey-2: #5b617c1a;
  --light-coral: #fc7c7c;
  --sandy-brown-2: #ffa351;
  --medium-slate-blue: #6165ff;
  --dim-grey: #5b617c;
  --highlightblue: #0047ab2e;
  --coral-2: #ff894f;
  --black: black;
  --chocolate-2: #c75f00;
  --peach-puff: #ffcead;
  --black-2: #00000059;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.header {
  z-index: 999999;
  opacity: .93;
  object-fit: contain;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 10vh;
  margin-right: 0;
  padding: 153px 3% 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.container-h3 {
  z-index: 100;
  flex-flow: row;
  flex: 0 auto;
  place-content: space-around space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
  position: static;
}

.block-left-hero {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  margin-top: -50px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.hero_heading {
  opacity: 0;
  color: var(--white);
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularstd, sans-serif;
  font-size: 60px;
  line-height: 53px;
  display: block;
}

.para_white {
  color: #f5f7fd;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.para_white.phone {
  display: none;
}

.block-right-hero {
  flex-direction: row;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
  transform: translate(0);
}

.nav-link-n7 {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.logo-block-n7 {
  margin-right: 15px;
}

.nav-07 {
  border: 1px #000;
  height: 80px;
  padding: 10px 5%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block-n7 {
  position: absolute;
  inset: 0;
}

.button-n7 {
  color: #173049;
  background-color: #e9e9f62b;
  border: 1px solid #1730492e;
  border-radius: 4px;
  margin-left: 15px;
  padding: 11px 35px;
}

.button-n7:hover {
  background-color: #d2d2eb2b;
}

.container-flex-n8 {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-wrap-n7 {
  color: #173049;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-wrap-left-n7 {
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdown-n7.w--open {
  background-color: #fff;
  border-radius: 4px;
  min-width: 140px;
  padding: 8px;
  box-shadow: 0 1px 3px #17304921;
}

.search-icon-n8 {
  margin-right: 15px;
}

.nav-wrap-right-n7 {
  align-items: center;
  display: flex;
}

.register-wrap-n8 {
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 500;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.icon_wrap {
  width: 100%;
  margin-top: -18px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.text_features1 {
  clear: none;
  color: var(--grey);
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  place-content: stretch flex-start;
  margin: 20px 0 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.card_col_2 {
  z-index: 10;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between stretch;
  align-items: center;
  width: auto;
  height: auto;
  margin: 40px 0 20px;
  padding: 0 220px;
  display: flex;
  position: static;
  top: auto;
}

.icon {
  width: 5vw;
  max-width: 100%;
  font-size: 15px;
}

.card_base {
  z-index: 100;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  min-height: auto;
  margin-top: -1px;
  margin-bottom: 70px;
  margin-left: 70px;
  padding: 20px 40px;
  position: relative;
  top: 0;
  left: 140px;
  overflow: visible;
  box-shadow: 9px 14px 20px 2px #00000029, 1px 1px 30px #afb3b624;
}

.h1_example {
  width: auto;
  color: var(--coral);
  text-align: center;
  flex-direction: row;
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 30px;
  padding-right: 0;
  font-family: Circularstd, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 46px;
  display: block;
}

.card_title_wrap1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.col_60 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: static;
  top: auto;
  left: auto;
}

.col_40 {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.dropdown-toggle, .dropdown-toggle-2 {
  color: #fff;
}

.h1_features-2 {
  color: #353535;
  text-align: center;
  flex-direction: column;
  align-self: auto;
  margin-bottom: -25px;
  font-family: Circularstd, sans-serif;
  font-size: 25px;
  line-height: 20px;
  display: flex;
}

.content-left-co2 {
  z-index: 2;
  background-color: #0000;
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.check-co2 {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.text-block-22 {
  color: var(--blue);
  text-transform: none;
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  margin-right: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.text-block-22:hover {
  color: var(--blue);
}

.container_flex {
  perspective: 1000px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 81%;
  margin-top: 60px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% 8%;
}

.n06_navbar {
  background-color: #0000;
  height: 90px;
  padding-left: 0%;
  padding-right: 0%;
}

.n06 {
  z-index: 999999;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  position: absolute;
  inset: 0% 0% auto;
}

.n06_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.n06_link_wrap {
  align-items: center;
  height: 100%;
  display: flex;
}

.n06_btn {
  border: 3px solid var(--white);
  width: 15vw;
  height: 7vh;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 7px 11px;
  font-family: Circularstd, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.n06_btn:hover {
  background-color: var(--white);
  color: var(--blue);
  border-style: solid;
}

.n06_link {
  min-width: 90px;
  height: 100%;
  color: var(--dark-orange);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 40px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.n06_link:hover {
  transform: translate(0, -3px);
}

.n06_link_text {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.f03 {
  background-color: var(--blue);
  min-height: 200px;
  margin-top: -95px;
  padding: 0 0%;
}

.our-money-back-guarantee {
  z-index: 0;
  background-color: var(--blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 0 5%;
  display: flex;
  position: relative;
}

.content_wrap_02 {
  background-color: #ff854f;
  background-image: linear-gradient(#fd7466, #fe835a);
  justify-content: center;
  align-items: center;
  padding: 20px 0% 0;
  display: block;
}

.h1_c_2 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin: 0;
  padding-right: 0;
  font-family: Circularstd, sans-serif;
  font-size: 50px;
  line-height: 44px;
  display: block;
}

.icon-2 {
  display: none;
}

.section_02 {
  z-index: 10;
  object-fit: cover;
  background-image: url('../images/h2red.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  padding: 0 5% 220px;
  display: block;
  position: relative;
}

.button-b2 {
  z-index: 9999999;
  background-color: var(--white);
  width: auto;
  min-width: 200px;
  max-width: 275px;
  height: auto;
  min-height: 60px;
  color: var(--blue);
  border: 1px #1730492e;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 0 18px -3px #00000078;
}

.button-b2:hover {
  background-color: var(--blue);
  color: var(--white);
}

.button-b2.form {
  box-shadow: none;
  font-family: Sfprodisplay, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button-b2.form:hover {
  transform: scale(1.01);
  box-shadow: 0 0 18px -3px #00000078;
}

.button-b2.home:hover, .button-b2.start:hover {
  background-color: var(--white);
  color: var(--blue);
}

.link_cover {
  z-index: 2147483647;
  color: var(--white);
  background-color: #0000;
  padding-left: 0;
  font-family: Circularstd, sans-serif;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 13px -6px #000000b3;
}

.homepage-text {
  width: 600px;
  height: 50%;
  margin-top: 0;
  margin-left: 118px;
}

.homepage-text.main-intro {
  z-index: 500;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: -5px;
  padding-top: 0;
  padding-left: 0;
  font-weight: 700;
  display: none;
  position: static;
}

.typedwithoutloop {
  color: var(--white);
  font-family: Circularstd, sans-serif;
  font-size: 60px;
  position: static;
  top: auto;
  left: auto;
}

.image-24 {
  clear: none;
  border: 1px none var(--white);
  border-radius: 0;
  order: -1;
  width: 140%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.image-25 {
  color: var(--blue);
  background-color: #0000;
}

.homepage-opening-section-2 {
  z-index: 100;
  perspective: 1000px;
  height: auto;
  max-height: 300px;
  color: var(--white);
  object-fit: contain;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 115px;
  margin-left: 0;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-26 {
  opacity: 1;
  width: 15vw;
  margin-top: 10px;
  margin-left: 0;
}

.loading {
  z-index: 2147483647;
  background-color: var(--white);
  opacity: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.lottie-animation {
  object-fit: fill;
  height: 200px;
  margin-left: auto;
  position: fixed;
  inset: 35% 0% 0%;
}

.block_wrap {
  cursor: pointer;
  flex-flow: column;
  place-content: stretch flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.plain_text {
  color: var(--dim-grey-3);
  text-align: center;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.container {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 133px;
  display: block;
  position: static;
}

.white_dot {
  opacity: .59;
  background-color: #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  position: absolute;
  box-shadow: 1px 1px 60px #5b3acc8c;
}

.block {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 120px;
  display: flex;
}

.h1-2 {
  width: 52%;
  color: var(--white);
  text-align: center;
  letter-spacing: -.2px;
  background-image: none;
  margin: 0 0 3vh;
  font-family: Circularstd, sans-serif;
  font-size: 44px;
  display: inline-block;
  position: static;
}

.h4 {
  color: var(--white);
  margin-top: 16px;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
}

.paragraph-3 {
  max-width: none;
  color: var(--dim-grey-3);
  text-align: center;
  letter-spacing: .3px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: none;
}

.process-wrap {
  flex-flow: wrap;
  flex: 1;
  place-content: space-between center;
  align-items: flex-start;
  max-width: 1140px;
  display: block;
  position: relative;
}

.h1 {
  z-index: 15;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularstd, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 70px;
  position: absolute;
}

.content_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.ring_03 {
  opacity: .3;
  border: 1px solid #eee;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  position: absolute;
}

.div-block {
  margin-bottom: 100px;
}

.green_dot {
  z-index: 9;
  opacity: .57;
  background-color: #4b4b4b;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: relative;
}

.ring_01 {
  opacity: .47;
  border: 1px solid #eee;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
}

.ring_02 {
  opacity: .56;
  border: 1px solid #eee;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: absolute;
}

.dot_container {
  z-index: 9999;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  background-image: linear-gradient(to bottom, var(--dark-orange), #f36e7d);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.body {
  background-color: #fff;
}

.lottie-animation-3 {
  z-index: 1;
  order: 1;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.h1_example-copy {
  color: var(--white);
  margin-bottom: 10px;
  margin-left: -200px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.email {
  width: 250px;
  height: 52px;
  box-shadow: none;
  border-style: none;
  border-radius: 3px;
  margin-bottom: 0;
  padding-top: 10px;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #333;
  justify-content: space-around;
  align-items: center;
  height: 50px;
  display: flex;
}

.container-4 {
  margin-bottom: -84px;
  padding-bottom: 0;
  display: block;
}

.player-trigger, .cell-trigger {
  display: none;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
}

.button-wrap {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.submit-button {
  color: #fff;
  background-color: #ffa351;
  border-radius: 10px;
  width: 100%;
  margin: 20px auto 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
}

.submit-button:hover {
  background-color: #c37025;
}

.form-full {
  z-index: 999999;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: block;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: block;
}

.previous-placeholder:hover {
  opacity: 1;
}

.form-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 490px;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -30px;
  display: flex;
  overflow: visible;
}

.slider-left {
  color: #fff;
  background-color: #d1d1d170;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-top: 20px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: #0000003d;
}

.arrow-2 {
  z-index: 99999999;
  opacity: 1;
  background-color: #000;
  width: 25%;
  position: relative;
}

.slider-right {
  background-color: var(--sandy-brown);
  width: 100%;
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.slider-right:hover {
  color: var(--chocolate);
  background-color: #e0e0e0;
}

.text-field {
  border: 1.3px solid #bec9d5;
  border-radius: 10px;
  min-height: 55px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  position: relative;
}

.text-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field::placeholder {
  color: #61728375;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
  overflow: visible;
}

.button-4 {
  text-align: center;
  background-color: #43cc69;
  border-radius: 5px;
  align-self: auto;
  width: 100%;
  min-width: 550px;
  margin-top: 25px;
  padding: 15px 20px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button-4:hover {
  background-color: #289447;
}

.logo {
  align-self: auto;
  margin-bottom: 30px;
  margin-right: 0;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.form-title-wrap {
  clear: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: block;
  overflow: visible;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form-paragraph-copy-copy {
  color: #5a607c;
  max-width: 550px;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.slide-content {
  color: #ffa351;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 3% 95px;
  font-family: Circularstd, sans-serif;
  display: flex;
  position: relative;
}

.success-message {
  letter-spacing: 1px;
  padding: 50px;
}

.dot {
  background-color: var(--dim-grey-2);
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot.active-dot {
  background-color: var(--dim-grey-2);
}

.slider {
  z-index: 9999999;
  background-color: #0000;
  height: 100vh;
  min-height: 850px;
  margin-bottom: -50px;
  position: relative;
}

.slide-wrapper {
  min-height: 100vh;
  display: flex;
}

.slide-counter {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  display: flex;
}

.error-message-2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-section-title {
  width: 130%;
  color: var(--sandy-brown);
  letter-spacing: normal;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  overflow: hidden;
}

.form-paragraph {
  max-width: 550px;
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Circularstd book, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.success-panel {
  background-color: var(--sandy-brown);
  background-image: linear-gradient(to bottom, var(--sandy-brown), var(--light-coral));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 140px 3%;
  display: flex;
}

.text-block-3 {
  max-width: 500px;
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}

.button-5 {
  z-index: 100;
  background-color: var(--white);
  color: var(--sandy-brown);
  border-radius: 3px;
  margin-top: 40px;
  padding: 18px 40px;
  font-family: Circularstd, sans-serif;
  display: none;
  position: sticky;
}

.html-embed-3 {
  clear: left;
  align-self: center;
  width: 1000px;
  max-width: none;
  height: 620px;
  max-height: none;
  margin-top: -10px;
  margin-left: 0;
  margin-right: 0;
  font-family: Circularstd, sans-serif;
  font-weight: 400;
  display: block;
  position: static;
  inset: 0% -12% -10% -45%;
  overflow: hidden;
}

.form-paragraph-copy-copy {
  border-top: 3px dashed var(--light-coral);
  width: 100%;
  max-width: 550px;
  color: var(--sandy-brown-2);
  text-align: center;
  margin-top: 19px;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

.form-paragraph-copy-copy-copy {
  color: #5a607c;
  border-top: 1px solid #000;
  max-width: 550px;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  display: none;
}

.image-3-copy {
  width: 250px;
  margin-bottom: 50px;
}

.bubbles {
  z-index: 0;
  opacity: .58;
  margin-bottom: 0;
  display: block;
  position: fixed;
  inset: 0%;
}

.lottie-animation-4-copy, .lottie-animation-4-copy-copy {
  display: block;
  position: fixed;
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}

.checkbox-text-wrapper {
  z-index: 9;
  cursor: pointer;
  position: relative;
}

.price-field {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: var(--sandy-brown);
}

.price-field::placeholder {
  color: #61728375;
}

.slider-left-2 {
  color: #fff;
  background-color: #151c340f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left-2:hover {
  background-color: #151c3426;
}

.slider-left-2.slider-left {
  background-color: #ffffff70;
}

.checkbox-base {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.form-item-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: -15px;
  display: flex;
}

.form-title-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.icon-3 {
  width: 25px;
}

.form-section-title-2 {
  color: var(--sandy-brown);
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.button-wrap-2 {
  width: 100%;
  margin-top: 0;
  display: flex;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 150px;
  height: 70px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.form-paragraph-2 {
  border: 4px solid var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 5px;
  max-width: 550px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  line-height: 23px;
  text-decoration: underline;
}

.checkbox-h4-2 {
  margin-top: 0;
  margin-bottom: 3px;
}

.form-section-title-copy {
  color: #0a1f44;
  margin-bottom: 19px;
  font-family: Circularstd book, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 400;
}

.form-item-wrapper-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.form-item-wrapper-2.fixed-height {
  min-height: 120px;
  margin-top: 0;
  margin-bottom: -50px;
}

.textarea {
  border-radius: 4px;
  margin-bottom: 25px;
}

.text-block-28 {
  color: var(--white);
  text-align: center;
  font-family: Circularstd book, sans-serif;
}

.link-2 {
  color: var(--white);
  text-decoration: underline;
}

.lottie-animation-6 {
  max-width: 13%;
}

.lottie-animation-6.icon {
  max-width: 23%;
  display: inline-block;
}

.lottie-animation-6-copy {
  max-width: 13%;
}

.lottie-animation-6-copy.icon {
  max-width: 20%;
  display: inline-block;
}

.button-b2-copy {
  z-index: 100;
  min-width: 140px;
  max-width: 190px;
  min-height: 50px;
  color: var(--medium-slate-blue);
  background-color: #fff;
  border: 1px solid #1730492e;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 11px 20px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-b2-copy:hover {
  background-color: var(--white);
}

.text-block-22-copy {
  color: var(--sandy-brown);
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  margin-right: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: block;
  overflow: visible;
}

.card_base-copy {
  z-index: 10;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  width: 200%;
  min-height: 270px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: -621px;
  padding: 55px 23px 47px 22px;
  display: block;
  position: relative;
  top: 40px;
  left: 0;
  right: 0;
  box-shadow: 9px 14px 20px 2px #00000029, 1px 1px 30px #afb3b624;
}

.lottie-animation-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 2%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: 0%;
}

.div-block-35 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 2.75%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
  position: static;
  top: auto;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: block;
  position: static;
}

.container_p-copy {
  z-index: 100;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1140px;
  margin-top: 0;
  margin-left: -152px;
  display: none;
  position: absolute;
}

.submit-button-7 {
  z-index: 999999999;
  background-color: var(--sandy-brown);
  width: 100%;
  color: var(--white);
  border-radius: 10px;
  margin-top: 0;
  margin-left: -90px;
  margin-right: -55px;
  padding-top: 9px;
  padding-left: 0;
  padding-right: 16px;
  position: sticky;
}

.submit-button-7:hover {
  color: #fff;
  background-color: #e0e0e0;
}

.image-27 {
  margin-bottom: 30px;
}

.form-paragraph-2-copyyy {
  color: #62636b;
  max-width: 550px;
  margin-top: -23px;
  margin-bottom: 10px;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.link-block-5 {
  text-decoration: none;
}

.form-paragraph-2-copylol {
  border: 4px none var(--medium-slate-blue);
  color: #fff;
  background-color: #0000;
  border-radius: 5px;
  max-width: 550px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 13px;
  line-height: 23px;
  text-decoration: none;
}

.image-28 {
  margin-bottom: 20px;
}

.text-block-30 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  font-family: Circularstd, sans-serif;
  font-weight: 500;
  display: block;
  position: absolute;
  inset: auto 0% 3%;
}

.link-3 {
  color: #fff;
  text-decoration: underline;
}

.body-2-copy {
  background-color: #0000;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible;
}

.form-section-title-copy2 {
  color: var(--sandy-brown);
  text-align: left;
  margin-bottom: 19px;
  padding-right: 0;
  font-family: Circularstd, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.bold-text-9 {
  color: var(--sandy-brown);
}

.body-2-copy2 {
  background-color: #0000;
  overflow: hidden;
}

.bold-text-10-copylol {
  color: var(--dim-grey);
  background-color: #0000;
  text-decoration: none;
  display: block;
}

.form-paragraph-2-copy {
  border: 4px none var(--medium-slate-blue);
  max-width: 550px;
  color: var(--dim-grey);
  background-color: #0000;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
}

.bold-text-11 {
  color: var(--sandy-brown);
  font-family: Circularstd, sans-serif;
}

.body-2-copy-fx {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--sandy-brown), #f07a5d);
  overflow: hidden;
}

.form-section-title-copy-11 {
  color: var(--white);
  margin-bottom: 30px;
  font-family: Circularstd book, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.form-paragraph-copy-fx {
  max-width: 550px;
  color: var(--white);
  margin-bottom: 18px;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.image-29 {
  opacity: 1;
  background-color: #000;
  border-radius: 0;
  margin-left: 0;
  padding-left: 0;
  position: static;
  left: 0;
}

.paragraph-5 {
  width: 50%;
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 60px;
  font-family: Circularstd, sans-serif;
  font-size: 17px;
  text-decoration: none;
  display: block;
}

.bold-text-12 {
  color: var(--white);
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: inline;
}

.div-block-36 {
  z-index: 9999999;
  border-radius: 12px;
  width: auto;
  max-width: 100%;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 15px #00000036;
}

.text-block-31 {
  color: #3d3d3d;
  margin-top: -25px;
  padding-top: 0;
  font-family: Circularstd, sans-serif;
  transform: rotate(0);
}

.link-4 {
  text-decoration: none;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.navbar-animated {
  background-color: #0000;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-work {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-work:hover {
  color: #3e7ac1;
}

.nav-work.w--current {
  color: #fff;
}

.nav-contact {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-contact:hover {
  color: #3e7ac1;
}

.nav-contact.w--current {
  color: #fff;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.nav-button-animated {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated.w--open {
  background-color: #0000;
}

.nav-home {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-home:hover {
  color: #3e7ac1;
}

.nav-home.w--current {
  color: #fff;
}

.nav-home.w--current:hover {
  color: #d95de3;
}

.full-screen-menu-overlay {
  background-color: #000000e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.nav-menu {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0;
}

.div-block-37 {
  display: none;
}

.image-32 {
  width: auto;
  max-width: 150%;
  margin-left: -20px;
}

.html-embed-3-copy {
  margin-left: 0;
  font-family: Circularstd, sans-serif;
  font-weight: 400;
  display: none;
}

.card-2 {
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.card-2.card1-content {
  z-index: 2;
  background-image: linear-gradient(#47220061, #47220061), url('../images/card1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 70px 20px 150px;
  width: 25%;
  height: 450px;
  margin-left: 0;
  margin-right: 60px;
  padding-top: 29px;
  padding-left: 30px;
  padding-right: 23px;
  position: relative;
  top: 29px;
  left: 276px;
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.tagline.white-hero-tagline {
  color: #fff;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: Circularstd, sans-serif;
}

.tagline.white-hero-tagline-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 12px;
}

.card-headline {
  color: #fff;
  margin-top: 10px;
  font-family: Circularstd, sans-serif;
}

.button-9 {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-9:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button-9.default-button {
  color: #3e9b22;
  background-color: #fff;
  border: 1px solid #00000073;
  border-radius: 8px;
  align-items: flex-end;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Circularstd book, sans-serif;
  font-weight: 400;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button-9.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px 5px #0000001a;
}

.button-9.default-button.card-cta {
  color: #ff9331;
  background-color: #fff;
  border: 1px solid #00000061;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Circularstd, sans-serif;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.card-headline-copy {
  color: #fff;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Circularstd, sans-serif;
}

.div-block-39 {
  background-color: var(--white);
  border-radius: 50px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 40px;
  display: flex;
  box-shadow: 0 4px 15px 3px #0000005c;
}

.lib_section {
  margin-top: 20px;
}

.lib_section.profile {
  z-index: 999;
  margin-top: 20px;
  padding-top: 15px;
  position: relative;
}

.lib_section.links, .lib_section.social {
  z-index: 999;
  position: relative;
}

.lib_container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.lib_container.flex {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.lib_container.flex.horizontal {
  flex-direction: row;
  justify-content: center;
}

.lib_profilepic {
  object-fit: fill;
  background-image: url('../images/454EF945-DCCF-40E3-B36D-6105078DA998_1_201_a.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 100px;
  width: 96px;
  max-width: 96px;
  height: 96px;
  max-height: 96px;
}

.lib_h1 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
}

.lib_linktext {
  color: #ffa351;
  text-align: center;
  border-radius: 4px;
  flex: 1;
  margin-left: 0;
  padding-left: 56px;
  padding-right: 56px;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow: scroll;
}

.lib_linktext:hover {
  color: #fff;
}

.lib_linkblock {
  text-align: center;
  background-color: #fff;
  border: 2px #4353ff;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 58px;
  margin-bottom: 16px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
  transition: margin-left .2s ease-in-out, background-color .25s ease-in-out;
  display: flex;
}

.lib_linkblock:hover {
  color: #fff;
  background-color: #414141;
  margin-left: 10px;
}

.lib_linkblock:active {
  background-color: #414141;
  margin-left: 0;
}

.lib_linkblock.agency {
  border-radius: 10px;
}

.lib_linkblock.trades {
  display: none;
}

.lib_linkblock.spotify, .lib_linkblock.scheduler {
  border-radius: 10px;
}

.lib_linkblock.email {
  border-radius: 10px;
  padding-top: 0;
}

.instagramsvg {
  color: #fff;
}

.facebooksvg {
  color: #fff;
  object-fit: contain;
  max-width: 50px;
  max-height: 50px;
  overflow: auto;
}

.linkedinsvg, .snapchatsvg {
  color: #fff;
}

.lib_sociallinkicon {
  color: #4353ff;
  width: 30px;
  max-width: 30px;
  height: 30px;
  max-height: 30px;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  transition: color .25s ease-in-out;
  display: block;
  overflow: visible;
}

.lib_sociallinkicon:hover {
  color: #2c3ad6;
}

.youtubesvg {
  color: #fff;
}

.body-5 {
  background-image: linear-gradient(to bottom, var(--sandy-brown-2), var(--light-coral));
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.lottie-animation-10 {
  z-index: 1;
  opacity: .46;
  margin-bottom: 0;
  display: block;
  position: fixed;
  inset: 0%;
}

.text-block-33 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Circularstd, sans-serif;
}

.link-5 {
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.image-33 {
  padding-left: 0;
  transform: rotate(0);
}

.right-floating-cookie {
  background-color: #2b2b2b;
  border: 1px #000;
  border-radius: 30px;
  width: 500px;
  padding: 25px;
  position: absolute;
  inset: auto 30px 30px auto;
  box-shadow: 1px 17px 16px -17px #000;
}

.right-cookie-image {
  align-self: flex-start;
  width: 100px;
  height: 150px;
  margin-right: 25px;
}

.cookies-container {
  z-index: 9999999;
  opacity: 1;
  border: 1px #6b6b6b;
  border-radius: 5px;
  grid-template: ". Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 85vh;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 15% 0% 0%;
  overflow: hidden;
}

.white-text {
  color: #fff;
}

.margin-15 {
  margin-bottom: 15px;
}

.margin-15.white-text {
  margin-bottom: 10px;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.cookie-button-blue {
  background-color: var(--sandy-brown);
  color: #000;
  border-radius: 11px;
  margin-right: 20px;
  padding-left: 56px;
  padding-right: 56px;
}

.cookie-button-blue:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.learn-more-span {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.link_cover-copy {
  z-index: 2147483647;
  color: #ff7a00;
  background-color: #0000;
  width: auto;
  padding-left: 0;
  font-family: Circularstd, sans-serif;
  font-weight: 700;
  display: none;
  position: static;
  inset: 0%;
}

.button-b2-moreinfo {
  z-index: 100;
  width: 350px;
  min-width: 140px;
  max-width: 350px;
  height: 60px;
  min-height: 50px;
  color: var(--medium-slate-blue);
  background-color: #fff;
  background-image: linear-gradient(to right, #ff9d43, #f8961f 51%, #f60);
  border: 1px #1730492e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 10px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: none;
  position: relative;
  box-shadow: 0 0 8px -2px #0000008c;
}

.button-b2-moreinfo:hover {
  background-color: var(--white);
}

.text-block-22-copy {
  color: var(--white);
  text-transform: none;
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  margin-right: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  display: block;
  overflow: visible;
}

.text-block-22-copy:hover {
  color: var(--sandy-brown);
}

.link_cover-copy {
  z-index: 2147483647;
  color: var(--white);
  background-color: #0000;
  padding-left: 0;
  font-family: Circularstd, sans-serif;
  font-weight: 700;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-22-copy-copy {
  color: var(--white);
  text-transform: none;
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  margin-right: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  display: block;
  overflow: visible;
}

.text-block-22-copy-copy:hover {
  color: var(--sandy-brown);
}

.button-b2-copy-copy {
  z-index: 100;
  width: 300px;
  min-width: 140px;
  max-width: 300px;
  height: 60px;
  min-height: 50px;
  color: var(--medium-slate-blue);
  background-color: #fff;
  background-image: linear-gradient(to right, #ff9d43, #f8961f 51%, #f60);
  border: 1px #1730492e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 10px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
}

.html-embed-5 {
  border: 5px dashed var(--coral);
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  width: 500px;
  margin-top: 0;
  padding-top: 0;
  display: block;
  overflow: auto;
  box-shadow: 0 7px 10px -4px #000000a8;
}

.div-block-43-copy {
  background-color: #0000;
  border-radius: 10px;
  width: 650px;
  height: 640px;
  margin-left: 40px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h1_example-2 {
  color: var(--coral);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Circularstd, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 46px;
  text-decoration: none;
}

.check-wrap-co2-2 {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 40px;
}

.image-37 {
  filter: brightness(145%);
  width: 20px;
  margin-right: 12px;
}

.text-co2-2 {
  color: #5f5f5f;
  max-width: 560px;
  margin-bottom: 0;
  padding-right: 100px;
  font-family: Circularstd book, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.image-38 {
  padding-top: 12px;
  padding-bottom: 5px;
}

.container_flex-copy {
  z-index: .5;
  background-color: var(--white);
  border-radius: 0;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.section_02-copy3 {
  z-index: 5;
  background-image: url('../images/wave.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0 0% 30vh;
  display: flex;
  position: relative;
}

.footer-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-link-white {
  color: #000;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-white:hover {
  opacity: .5;
}

.paragraph-light {
  color: #00000080;
  text-align: center;
  font-family: Circularstd, sans-serif;
  font-size: 15px;
}

.footer-09 {
  z-index: 9999999;
  background-color: #fff;
  border-top: 1px #000;
  max-width: 100vw;
  margin-bottom: 0;
  padding: 0 3% 0;
  position: relative;
  overflow: hidden;
}

.footer-link-wrap-02 {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.container-7 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.footer-title-large {
  color: #000;
  background-image: none;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Circularstd, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.text-rights-light {
  color: #00000080;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: var(--dark-orange);
}

.text-span-9 {
  font-weight: 400;
}

.nav-link-3 {
  color: #fff;
  flex: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  transition: color .3s;
}

.nav-link-3:hover {
  color: #fd3f81;
}

.nav-link-3.w--current {
  color: #fd3e4f;
}

.logo-2 {
  background-image: url('../images/Untitled-1-Recovered.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 176px;
  height: 58px;
}

.logo-2.pura {
  background-image: url('../images/pura.png');
  background-size: contain;
  width: 88px;
  height: 29px;
}

.logo-2.pura.w--current {
  background-image: url('../images/Untitled-1-Recovered.png');
  width: 170px;
  height: 50px;
}

.social-icon-block {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.social-icon-block.footer {
  justify-content: flex-start;
}

.nav-menu-3 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.social-icon {
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

.social-icon.twitter {
  background-image: url('../images/PngJoy_twitter-logo-png-transparent-png-instagram-logo-no_177823.png');
}

.social-icon.red {
  background-image: url('../images/facebook-r.svg');
  margin-left: 0;
  margin-right: 20px;
}

.social-icon.red.twitter-r {
  background-image: url('../images/ig.png');
  background-size: contain;
}

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 25px 135px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-container {
  background-image: linear-gradient(#0009, #0009), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  padding-left: 135px;
  padding-right: 135px;
  display: flex;
}

.h3-sub {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h3-sub-copy {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 25px;
  font-weight: 400;
}

.btnmb {
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  border-radius: 100px;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s;
}

.btnmb:hover {
  background-color: #fd3fb3;
  background-image: linear-gradient(#ffffff26, #ffffff26), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.about-container {
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 30%, #fd3e4f 69%, #fd3e4f);
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 135px;
  display: flex;
}

.reverse {
  color: #fff;
}

.p-large {
  color: #fff;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 40px;
}

.btn-second {
  float: right;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  margin-top: 20px;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.rrow-img {
  margin-left: 20px;
}

.features-container {
  justify-content: center;
  display: flex;
  position: relative;
}

.img-column {
  background-image: url('../images/domiciliary-care-1400-x-681.jpg'), none;
  background-position: 44%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex: 1;
}

.features-content {
  flex: 1;
  padding: 80px 135px 80px 60px;
}

.p-features {
  color: #717171;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 30px;
}

.btn {
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  border-radius: 100px;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s;
}

.btn:hover {
  background-color: #fd3fb3;
  background-image: linear-gradient(#ffffff26, #ffffff26), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.text-span-10 {
  color: #fd3f81;
}

.services-p {
  color: #dfdfdf;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.services-intro {
  width: 35%;
}

.h3-services {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.features-title {
  margin-bottom: 60px;
  line-height: 50px;
}

.services-block {
  width: 48%;
  margin-bottom: 25px;
}

.services-icon {
  background-image: url('../images/icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.services-icon.icon-3, .services-icon.icon-2 {
  background-image: url('../images/icon.png');
}

.services-icon.icon-4 {
  background-image: url('../images/icon-4_1icon-4.png');
}

.services-container {
  background-color: #1d1d1d;
  align-items: center;
  padding: 80px 135px;
  display: flex;
}

.pink-text {
  color: #fd3e4f;
}

.services {
  flex-flow: wrap;
  flex: 1;
  place-content: stretch space-between;
  margin-left: 60px;
  display: flex;
}

.services-p-small {
  color: #e1e1e1;
}

.heading-14 {
  font-size: 25px;
}

.btn-copy {
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  border-radius: 100px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s;
}

.btn-copy:hover {
  background-color: #fd3fb3;
  background-image: linear-gradient(#ffffff26, #ffffff26), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.p-contact {
  color: #525151;
  margin-top: 60px;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 26px;
}

.p-contact.black {
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 17px;
}

.contact-first-row {
  justify-content: space-between;
  display: flex;
}

.contact-container {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/bg.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex-direction: column;
  align-items: center;
  padding: 80px 135px 10px;
  display: flex;
}

.contact-info-icon {
  background-image: url('../images/icon-mail_1icon-mail.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.contact-info-icon.phone {
  background-image: url('../images/icon-phone_1icon-phone.png');
}

.email-link {
  color: #222;
  font-size: 15px;
  line-height: 12px;
  text-decoration: none;
}

.h5-copyright {
  color: #fd3e4f;
  text-align: center;
  margin-top: 20px;
  margin-bottom: -9px;
  font-size: 14px;
  text-decoration: none;
}

.contact-about {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-right: 80px;
  display: flex;
}

.h5-copyright-copy {
  color: #fd3e4f;
  text-align: center;
  margin-top: 20px;
  margin-bottom: -9px;
  font-size: 14px;
  text-decoration: none;
}

.contact-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.contact-info-block {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.text-span-11 {
  color: #fd3e4f;
  line-height: 50px;
  text-decoration: none;
}

.heading-15 {
  max-width: 100%;
  color: var(--white);
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Circularstd, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.div-block-44 {
  padding-top: 10px;
  font-family: Circularstd book, sans-serif;
  font-size: 15px;
}

.heading-16 {
  color: var(--dim-grey-3);
  font-family: Circularstd, sans-serif;
  font-size: 70px;
  font-weight: 900;
}

.bold-text-13 {
  font-size: 17px;
  line-height: 50px;
  text-decoration: none;
}

.link-6 {
  text-decoration: none;
}

.div-block-39-copy {
  background-color: var(--white);
  border-radius: 11px;
  flex-wrap: wrap;
  flex: 1;
  order: 1;
  place-content: stretch space-between;
  align-self: center;
  margin: 0 0 0 60px;
  padding: 40px;
  display: flex;
  box-shadow: 4px 7px 14px -2px #0000006b;
}

.button-b2-copy-copy {
  z-index: 100;
  width: 350px;
  min-width: 140px;
  max-width: 350px;
  height: 60px;
  min-height: 50px;
  color: var(--medium-slate-blue);
  background-color: #fff;
  background-image: linear-gradient(to right, #ff9d43, #f8961f 51%, #f60);
  border: 1px #1730492e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 10px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 0 12px -2px #0000006e;
}

.button-b2-copy-copy:hover {
  background-color: var(--white);
}

.bold-text-14 {
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-39-copy {
  background-color: var(--white);
  border-radius: 50px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  margin: 0 40px;
  padding: 0 40px;
  display: none;
  box-shadow: 0 8px 14px -2px #0000006b;
}

.div-block-45 {
  flex-direction: column;
  height: 100%;
  margin-top: 40px;
  display: block;
}

.text_features-copy {
  clear: none;
  color: var(--grey);
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  place-content: stretch flex-start;
  margin: 20px 0 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

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

.typed-text {
  width: auto;
  height: 60px;
  max-height: 60px;
  color: var(--white);
  margin-left: -5px;
  font-family: Circularstd, sans-serif;
  font-size: 70px;
  font-weight: 900;
  display: none;
  position: static;
  inset: 25% 0% auto;
}

.link-7 {
  width: auto;
  height: auto;
  text-decoration: none;
}

.text-span-12 {
  color: var(--blue);
  font-size: 17px;
  font-weight: 700;
}

.div-block-46 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.button-b2-1-copy {
  z-index: 100;
  width: 350px;
  min-width: 140px;
  max-width: 350px;
  height: 60px;
  min-height: 50px;
  color: var(--medium-slate-blue);
  background-color: #fff;
  background-image: linear-gradient(to right, #ff9d43, #f8961f 51%, #f60);
  border: 1px #1730492e;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 10px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px -2px #0000008c;
}

.button-b2-1-copy:hover {
  background-color: var(--white);
}

.button-b2-moreinfo-copy {
  z-index: 100;
  width: 350px;
  min-width: 140px;
  max-width: 350px;
  height: 60px;
  min-height: 50px;
  color: var(--medium-slate-blue);
  background-color: #fff;
  background-image: linear-gradient(to right, #ff9d43, #f8961f 51%, #f60);
  border: 1px #1730492e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 10px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px -2px #0000008c;
}

.button-b2-moreinfo-copy:hover {
  background-color: var(--white);
}

.button-b2-moreinfo-copy-copy {
  z-index: 100;
  width: 350px;
  min-width: 140px;
  max-width: 350px;
  height: 60px;
  min-height: 50px;
  color: var(--white);
  background-color: #fff;
  background-image: linear-gradient(to right, #ff9d43, #f8961f 51%, #f60);
  border: 1px #1730492e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 10px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px -2px #0000008c;
}

.button-b2-moreinfo-copy-copy:hover {
  background-color: var(--white);
}

.div-block-wd {
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  margin: 0 40px;
  padding: 40px;
  display: none;
  box-shadow: 4px 7px 14px -2px #0000006b;
}

.card_title_wrap1-wd {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.button-b2-moreinfo-wd {
  z-index: 100;
  width: 350px;
  min-width: 140px;
  max-width: 350px;
  height: 60px;
  min-height: 50px;
  color: var(--medium-slate-blue);
  background-color: #fff;
  background-image: linear-gradient(to right, #ff9d43, #f8961f 51%, #f60);
  border: 1px #1730492e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 10px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: none;
  position: relative;
  box-shadow: 0 0 8px -2px #0000008c;
}

.button-b2-moreinfo-wd:hover {
  background-color: var(--white);
}

.button-b2-moreinfo-copy-copy-copy {
  z-index: 100;
  width: 350px;
  min-width: 140px;
  max-width: 350px;
  height: 60px;
  min-height: 50px;
  color: var(--white);
  background-color: #fff;
  background-image: linear-gradient(to right, #ff9d43, #f8961f 51%, #f60);
  border: 1px #1730492e;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 10px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px -2px #0000008c;
}

.button-b2-moreinfo-copy-copy-copy:hover {
  background-color: var(--white);
}

.text-block-38 {
  color: var(--grey);
  text-align: center;
  align-self: center;
  margin: 10px 220px;
  padding: 0 20px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.lottie-animation-11 {
  opacity: .47;
  position: absolute;
  inset: 0%;
}

.text-block-39 {
  padding: 10px 25px 10px 40px;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-span-14, .text-span-15, .text-span-16, .text-span-17 {
  color: var(--coral);
  font-family: Circularstd, sans-serif;
  font-weight: 900;
}

.bold-text-15 {
  font-weight: 900;
}

.bold-text-16 {
  color: var(--blue);
  font-weight: 900;
}

.bold-text-17 {
  color: var(--coral);
  font-weight: 900;
}

.bold-text-18 {
  color: var(--coral);
  font-family: Circularstd, sans-serif;
  font-weight: 900;
}

.h1_example-2-copy {
  color: var(--dim-grey-3);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 40px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  line-height: 35px;
  text-decoration: none;
}

.h1_example-2-copy-copy {
  color: var(--coral);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 46px;
  text-decoration: none;
}

.text-span-18 {
  background-color: var(--coral);
  color: var(--white);
  border-radius: 8px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  line-height: 35px;
  display: block;
}

.h1_features-2-copy {
  color: #353535;
  text-align: center;
  font-family: Circularstd, sans-serif;
  font-size: 25px;
  line-height: 27px;
}

.text-span-19 {
  background-color: var(--white);
  color: var(--dim-grey-3);
  box-shadow: 0 5px 9px #0000005c;
}

.loading-2 {
  z-index: 2147483647;
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.text-span-20 {
  text-transform: none;
  padding-top: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin: 50px 0 -30px -20px;
  padding: 40px;
  display: none;
}

.logo-img, .logo-img._50-r-m {
  margin-right: 200px;
}

.html-embed-6 {
  opacity: .7;
  width: 105%;
  height: auto;
  margin-top: -15px;
  margin-bottom: 0;
  display: none;
}

.client-slider-header {
  width: auto;
  color: var(--coral);
  text-align: center;
  flex-direction: row;
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Circularstd, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 46px;
  display: none;
}

.video {
  display: none;
}

.text-block-40 {
  color: var(--dim-grey-3);
  margin-top: 10px;
  font-family: Circularstd book, sans-serif;
  font-size: 15px;
}

.bold-text-19 {
  font-weight: 400;
}

.video-2 {
  display: none;
}

.bold-text-20 {
  font-size: 15px;
}

.video-3 {
  display: none;
}

.paragraph-6 {
  color: var(--grey);
}

.video-4 {
  display: none;
}

.text-span-21 {
  color: var(--dark-orange);
  text-decoration: underline;
}

.text-span-22 {
  color: var(--grey);
}

.html-embed-7 {
  align-self: center;
  width: auto;
  margin-top: 0;
}

.container_flex-backup {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 81%;
  margin-top: 60px;
  margin-left: 25px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  inset: 0% 0% 0% 8%;
}

.text-block-41 {
  color: var(--white);
  margin-left: 0;
  font-family: Circularstd, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-span-23 {
  font-family: Circularstd, sans-serif;
  font-weight: 500;
}

.bold-text-12-copy {
  color: var(--white);
  background-color: #0000;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  text-decoration: none;
  display: inline;
}

.div-block-47 {
  opacity: .16;
  filter: blur(8px);
  background-color: #fff;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.audience-button {
  text-align: center;
  background-color: #43cc69;
  border-radius: 5px;
  align-self: auto;
  width: 100%;
  min-width: 550px;
  margin-top: 25px;
  padding: 15px 20px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.audience-button:hover {
  background-color: #289447;
}

.text-span-24 {
  color: var(--grey);
}

.text-block-42 {
  color: #fff;
  text-align: left;
  width: auto;
  max-width: none;
  margin-top: -9px;
  margin-bottom: 60px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 0;
  display: grid;
}

.lottie-animation-12 {
  width: 85%;
  margin-top: -15px;
  margin-left: 100px;
  padding-left: 0;
}

.div-block-49 {
  flex-flow: column;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.h1_features-3 {
  color: var(--blue);
  font-family: Circularstd, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 23px;
}

.button-b2-hero-copy {
  color: #6165ff;
  background-color: #fff;
  border: 1px solid #1730492e;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 300px;
  min-height: 50px;
  padding: 15px 20px;
  font-size: 15px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-b2-hero-copy.arrow {
  opacity: 0;
  justify-content: flex-start;
  max-width: 250px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-right: 16px;
  transition: all .2s;
  display: flex;
}

.our-flagship-service {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0%;
  display: flex;
  position: static;
}

.link_cover-2 {
  display: block;
  position: absolute;
  inset: 0%;
}

.text_features {
  color: var(--grey);
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.icon_wrap-2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: center;
  padding-right: 1vw;
  display: flex;
  overflow: hidden;
}

.text-block-43 {
  color: var(--blue);
  margin-right: 0;
  font-family: Circularstd, sans-serif;
  font-weight: 700;
}

.card_col_2-2 {
  z-index: 999999;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-left: auto;
  padding: 15px 1.5vw 15px 0;
  display: flex;
  position: relative;
  top: auto;
}

.paragraph {
  color: #898ab1;
  font-size: 16px;
  line-height: 25px;
}

.paragraph.space-below {
  color: var(--grey);
  text-align: left;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Circularstd book, sans-serif;
  font-size: 17px;
}

.card_base-2 {
  z-index: 99999;
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  min-height: 270px;
  margin-bottom: 0;
  padding: 55px 25px 0;
  position: relative;
  box-shadow: 2px 2px 16px #00000030;
}

.col_40-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding-right: 0;
  display: flex;
}

.image-15 {
  filter: hue-rotate(111deg);
  margin-left: 25px;
}

.container_p {
  flex-flow: column;
  flex: 1;
  align-items: center;
  max-width: 1140px;
  padding-top: 10vh;
  display: flex;
}

.h1_example-3 {
  background-image: linear-gradient(180deg, transparent, transparent 69%, var(--highlightblue) 70%);
  width: 100%;
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Circularstd, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
}

.h1_example-3.two {
  width: 50%;
}

.text-co2 {
  color: #767ead;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 25px;
}

.the-funnel-we-use {
  justify-content: center;
  align-items: center;
  padding: 50px 0%;
  display: flex;
}

.content-left-co2-2 {
  width: 50%;
  padding-right: 55px;
  position: relative;
}

.content-right-co2 {
  width: 50%;
  transform: none;
}

.container-co2 {
  z-index: 9999999;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto 10px;
  display: flex;
  position: relative;
}

.check-wrap-co2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.bold-text-21 {
  font-weight: 500;
}

.image-39 {
  margin-left: 20px;
}

.button-b1 {
  z-index: 9999999;
  background-color: var(--coral);
  background-image: linear-gradient(69deg, var(--blue), dodgerblue 70%);
  color: #fff;
  border: 1px #1730492e;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 275px;
  min-height: 60px;
  padding: 15px 20px;
  font-family: Circularstd, sans-serif;
  font-size: 17px;
  font-weight: 900;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px -1px #00000047;
}

.button-b1:hover {
  background-color: #5b56e0;
}

.div-block-50 {
  opacity: .09;
  filter: blur(10px);
  background-color: #fff;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.h1_example-4 {
  background-image: linear-gradient(180deg, transparent 69%, var(--highlightblue) 69%, var(--highlightblue));
  width: auto;
  color: var(--blue);
  text-align: center;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Circularstd, sans-serif;
  font-size: 47px;
  font-weight: 900;
  line-height: 46px;
  display: inline-block;
}

.bold-text-21-copy {
  color: var(--grey);
  font-family: Circularstd book, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.html-embed-8 {
  border: 5px dashed var(--blue);
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  width: 500px;
  margin-top: 0;
  padding-top: 0;
  display: block;
  overflow: auto;
  box-shadow: 0 7px 10px -4px #000000a8;
}

.h1_example-5 {
  background-image: linear-gradient(180deg, transparent 69%, var(--highlightblue) 69%, var(--highlightblue));
  color: var(--blue);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 40px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Circularstd, sans-serif;
  font-size: 47px;
  font-weight: 900;
  line-height: 46px;
  text-decoration: none;
}

.text-co2-3 {
  color: #5f5f5f;
  max-width: 560px;
  margin-bottom: 0;
  padding-right: 100px;
  font-family: Circularstd book, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.h1_example-2-copy-2 {
  color: #494949;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 40px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  line-height: 35px;
  text-decoration: none;
}

.text-block-44 {
  color: var(--grey);
  padding: 10px 25px 10px 40px;
  font-family: Circularstd book, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.h1_example-2-copy-copy-2 {
  color: #ff894f;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 900;
  line-height: 46px;
  text-decoration: none;
}

.bold-text-22 {
  color: var(--blue);
  font-weight: 900;
}

.text-span-25 {
  background-color: var(--blue);
  background-image: linear-gradient(69deg, var(--blue), dodgerblue 70%);
  color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 17px;
  line-height: 35px;
  display: block;
}

.text-span-26 {
  color: #ff912c;
}

.free-demo-call {
  background-image: url('../images/Progetto-senza-titolo-9.png');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  padding: 100px 0% 220px;
  display: flex;
}

.text-span-27 {
  color: #ff894f;
  font-weight: 900;
}

.text-block-43-copy {
  color: var(--white);
  margin-right: 0;
  font-family: Circularstd, sans-serif;
  font-weight: 700;
}

.herobg {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block-51 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-span-28, .text-span-29 {
  color: var(--coral-2);
}

.navigation-side-plain {
  display: none;
}

.marquee-wrapper {
  width: 200%;
  display: flex;
}

.text-block {
  color: #f6feff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ff429a;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.left-main {
  color: #f07;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 700;
  display: flex;
}

.left-main.left-blur {
  color: #db408f;
  width: 50%;
  margin-bottom: 20px;
  font-size: 55px;
}

.text-block-7 {
  text-transform: uppercase;
  background-color: #db408f;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 22px;
}

.t-c {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-4-copy {
  text-align: right;
  text-transform: none;
  font-size: 30px;
  transform: rotate(180deg);
}

.right-para {
  color: #0075ce;
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.right-para.left-blur {
  color: #4391cb;
  text-align: left;
  justify-content: flex-start;
  width: 50%;
  font-size: 30px;
  display: block;
}

.hero-bg-right {
  z-index: 10;
  opacity: 1;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-left: 1.5px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100vh;
  min-height: 640px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.right-sub {
  color: #0077d3;
  text-align: center;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  padding: 10px 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.right-sub.right-blur {
  color: #4391cb;
  font-size: 30px;
  display: block;
}

.button-large-copy {
  color: #fff;
  text-transform: uppercase;
  background-color: #18181d;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.button-large-copy:hover {
  background-color: #272731;
}

.button-large-copy.blue-button-copy {
  text-transform: uppercase;
  background-color: #4391cb;
  border: 1px #db408f;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 10px 20px 10px 10px;
  font-size: 18px;
  position: static;
  transform: rotate(180deg);
}

.button-large-copy.blue-button-copy:hover {
  background-color: #db408f;
}

.menu-button-circle {
  color: #02676b;
  background-color: #3292e552;
  border-radius: 100px;
}

.menu-button-circle.w--open {
  background-color: #3f0a3d;
}

.kit-hero-buttons-wrap {
  z-index: 5;
  width: 56%;
  height: 10%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: none;
  position: static;
}

.right-text {
  flex-direction: column;
  align-items: flex-end;
  margin-top: -10px;
  margin-right: 60px;
  display: flex;
}

.nav-menu-centre {
  background-color: #db408f;
  border-radius: 40px;
  justify-content: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 4px 8px #0000005e;
}

.nav-menu-dark {
  background-color: #ff429a;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.gallery {
  z-index: 9999999;
  padding: 10px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.nav-link {
  color: #f6feff;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 30px;
  font-weight: 900;
  transition: all .35s;
}

.nav-link:hover {
  color: #38ebff;
}

.button-cover-right {
  z-index: 99999999;
  background-color: #0000;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.choose-your-side {
  z-index: 99999;
  color: #2a89d1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 220px;
  font-size: 40px;
  font-weight: 900;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-3 {
  z-index: 500;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.card {
  background-color: #f3f3f3;
  background-image: url('../images/06_08_Suga_Rush_MOS-92.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 160px;
  margin: 10px;
  display: flex;
  box-shadow: 0 0 10px #dadada;
}

.button-large {
  color: #fff;
  text-transform: uppercase;
  background-color: #18181d;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.button-large:hover {
  background-color: #272731;
}

.button-large.blue-button {
  text-transform: uppercase;
  background-color: #4391cb;
  border: 1px #db408f;
  border-radius: 6px;
  width: 391px;
  height: 30%;
  padding: 10px 20px 10px 10px;
  font-size: 18px;
  position: static;
}

.button-large.blue-button:hover {
  background-color: #db408f;
}

.hero {
  z-index: 999999999;
  background-color: #0000;
  background-image: url('../images/choc-drip-2.png');
  background-position: 50% -3%;
  background-repeat: repeat-x;
  background-size: 35%;
  flex-flow: row;
  grid-template: "Area"
  / .25fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  min-height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-block-4 {
  text-transform: none;
  font-size: 30px;
  transform: rotate(0);
}

.hero-bg-left {
  z-index: 10;
  opacity: 1;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  min-height: 640px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 0%;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.marquee {
  justify-content: space-between;
  width: 75%;
  display: flex;
}

.left-text {
  z-index: 999999;
  width: 100%;
  margin-left: 60px;
  position: absolute;
  transform: rotate(0);
}

.button-cover-left {
  z-index: 9999999;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav07 {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  height: 90px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.kit-hero-buttons-wrap-copy {
  z-index: 5;
  width: 80%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: none;
  position: static;
}

.nav-link-white {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
}

.image-31 {
  z-index: 99999999;
  max-width: 25%;
  margin-top: 315px;
  margin-right: 38%;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.navigation-container-full {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 60px 20px;
  display: block;
}

.icon-4 {
  color: #f6feff;
}

.left-para {
  color: #0075ce;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.right-main {
  color: #f07;
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 700;
  display: flex;
}

.right-main.right-blur {
  color: #db408f;
  margin-bottom: 20px;
  font-size: 55px;
}

.background-video {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.filter_wrapper {
  background-color: #f7f4ee;
  align-items: center;
  padding: 16px;
  display: flex;
}

.inner-link {
  color: #6b7b85;
  cursor: pointer;
  line-height: 26px;
  text-decoration: none;
}

.inner-link:hover {
  opacity: .7;
}

.inner-link.filter {
  border: 1px solid #0000;
  margin-right: 16px;
  padding: 8px 16px;
  font-size: 16px;
  display: inline-block;
}

.inner-link.filter.w--current {
  color: #000;
  border: 1px solid #000;
}

.product-content-wrapper {
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  inset: auto 0% 0%;
}

.product-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-right-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}

.products-wrapper.first {
  margin-top: 0;
  padding-top: 0;
}

.section-3 {
  background-color: #fcfaf6;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 120px 32px;
  display: none;
}

.section-3.last {
  padding-bottom: 200px;
}

.small_heading {
  color: #2c4251;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 26px;
}

.small_heading.light {
  color: #2c425180;
  font-weight: 400;
}

.small_heading.light.desktop_none {
  display: none;
}

.small-heading {
  opacity: .7;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.heading3 {
  color: #000;
  margin-top: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 44px;
}

.heading3.product_title {
  z-index: 11111;
  display: inline-block;
  position: sticky;
  inset: 16px auto auto 0%;
}

.single-product-wrapper {
  background-color: #fcfaf6;
  border-right: 1px solid #000;
  padding-bottom: 60px;
  position: relative;
}

.heading4 {
  color: #000;
  margin-top: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 44px;
}

.divider._120px {
  height: 120px;
}

.divider._24px {
  height: 24px;
}

.full_title_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.full_title_wrapper.products {
  z-index: 9999;
  background-color: #fcfaf6;
  height: 80px;
  display: block;
  position: sticky;
  top: 0;
}

.product-image {
  width: 90%;
}

.product-image-wrapper {
  text-align: center;
}

.section_title {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 792px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_title.left_align {
  text-align: left;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.section_title.left_align.products {
  margin-bottom: 0;
}

.heading2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 300;
  line-height: 58px;
}

.products_title_container {
  justify-content: flex-end;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product_category_container {
  position: relative;
}

.container-8 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  position: relative;
}

.container-8.products {
  margin-top: -58px;
}

.filter_links_container {
  border-left: 1px solid #2c42514d;
  margin-left: 16px;
  padding-left: 16px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: #272731;
}

.cta-headline-wrap {
  margin-bottom: 36px;
}

.cta-feed-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
}

.cta-feed-image:hover {
  opacity: .8;
}

.cta-feed-image.cta-feed-image1 {
  background-image: url('../images/img1.jpg');
  border: 1px solid #000;
}

.cta-feed-image.cta-feed-image4 {
  background-image: url('../images/img.jpg');
  border: 1px solid #000;
  border-style: none solid solid none;
}

.cta-feed-image.cta-feed-image2 {
  background-image: url('../images/img3.jpg');
  background-position: 50% 0;
  border: 1px solid #000;
  border-left-style: none;
}

.cta-feed-image.cta-feed-image3 {
  background-image: url('../images/img4.jpg');
  border: 1px solid #000;
  border-top-style: none;
}

.cta-pictures-feed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 376px;
  display: grid;
}

.paragraph-70 {
  opacity: .7;
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.cta-content {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 103px;
  display: flex;
}

.cta-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-10 {
  text-align: center;
  background-color: #fcfaf6;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-style: italic;
  display: none;
}

.footer-icon {
  margin-left: 4px;
  margin-right: 4px;
}

.inner-link-2 {
  color: #252323;
}

.trigger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.nav-link__img {
  z-index: -2;
  object-fit: contain;
  width: 46em;
  height: 30em;
  margin-right: -35em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cursor__dot2 {
  color: #0000;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: border-color .35s, height .35s, width .35s, background-color .35s, color .35s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.hero__wrap {
  text-align: center;
  width: 49%;
  margin-left: auto;
  margin-right: auto;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.hero__p {
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 1em;
  font-family: Fahkwang, sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: static;
}

.nav__svg {
  width: 100%;
  display: none;
}

.sublinks {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu__left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4.06em;
  display: flex;
  position: relative;
}

.nav-link-4 {
  justify-content: flex-start;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  display: flex;
  overflow: hidden;
}

.nav-link-4:hover {
  font-style: italic;
  font-weight: 700;
}

.nav-link-4.is--1 {
  margin-left: 12.4em;
}

.nav-link-4.is--3 {
  margin-left: 6.2em;
}

.nav__logo {
  width: 5.52em;
}

.nav-link__contain {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.background__fill {
  background-color: #0d0628;
  width: 100%;
  height: 100%;
}

.control__fill {
  z-index: 1;
  background-color: #0d0628;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu__icon {
  width: 3.02em;
}

.nav-link__text {
  letter-spacing: -.05em;
  font-size: 7.03em;
  line-height: 1.2;
}

.nav-link__num {
  letter-spacing: -.04em;
  margin-top: .7em;
  margin-left: .3em;
  font-size: 1.25em;
  font-style: normal;
  line-height: 1;
}

.cursor__dot1 {
  background-color: #0d0628;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: opacity .35s, background-color .35s, height .35s, width .35s;
  position: static;
}

.container-9 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container-9.is--hero {
  margin-bottom: -50px;
  padding-top: 9.36em;
  padding-bottom: 0;
}

.container-9.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.container-9.is--menu {
  z-index: 2;
  color: #e9c6dd;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container-9.is--nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  display: flex;
  position: relative;
}

.sublink {
  margin-top: 1.5em;
  overflow: hidden;
}

.menu__contain {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.trigger__line {
  background-color: #0d0628;
  width: 3em;
  height: .2em;
  margin-top: .3em;
  margin-bottom: .3em;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cursor {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  transform: rotate(-180deg);
}

.background {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 40vw;
  min-height: 41.88em;
  padding-left: .52em;
  padding-right: .52em;
  position: static;
}

.sublink__text {
  letter-spacing: -.04em;
  font-size: 1.77em;
  line-height: 1.2;
}

.nav-link__line {
  background-color: #e9c6dd;
  width: 0;
  height: .2em;
}

.menu__right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1.7em;
  padding-right: 10.99em;
  display: flex;
}

.sublink__line {
  background-color: #eed9e7;
  width: 100%;
  height: .2em;
  transform: translate(-100%);
}

.section-4.is--slider {
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
}

.section-4.is--nav {
  z-index: 900;
  position: absolute;
  inset: 0% 0% auto;
}

.section-4.is--hero {
  z-index: 3;
  position: relative;
}

.trigger__circle {
  border: .2em solid #0d0628;
  border-radius: 50%;
  width: 14.58em;
  height: 14.58em;
  position: absolute;
}

.controls {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.background__lottie {
  width: 100%;
  margin-top: -1%;
}

.body-6 {
  background-color: #e9c6dd;
}

.body-6.body {
  background-color: #ffc9a2;
}

.splide__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-17 {
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: Fahkwang, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.splogo {
  opacity: .86;
  background-color: #0000;
}

.link-block-6 {
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
  position: static;
}

.text-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 0 20px 20px 0;
  display: flex;
}

.typewriter {
  color: var(--white);
  margin-bottom: 0;
  font-family: Circularstd, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.text-block-45 {
  color: var(--white);
  margin-right: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.countdown-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-46 {
  color: #fff;
  font-size: 18px;
}

.paragraph-71 {
  color: #fff;
  max-width: 550px;
  font-size: 18px;
  line-height: 1.6;
}

.display-heading {
  color: #ff5433;
  font-size: 80px;
  line-height: 1;
}

.title {
  color: #fff;
  font-size: 20px;
}

.page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 52px;
  margin-bottom: 44px;
  display: flex;
}

.column-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.time-text {
  color: #767aff;
  font-size: 48px;
}

.submit-button-8 {
  background-color: #ff5433;
  border: 5px solid #ff5433;
  padding: 20px 24px;
  font-weight: 700;
}

.container-10 {
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form {
  width: 100%;
  max-width: 550px;
  display: flex;
}

.countdown-wrap {
  display: flex;
}

.logo-4 {
  margin-bottom: 23px;
}

.page-wrap {
  background-color: #000;
  background-image: url('../images/Pattern-Left.svg'), none;
  background-position: 0 0, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  padding-top: 132px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.text-field-2 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #fff;
  border-right-style: none;
  min-height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field-2::placeholder {
  color: #000;
  font-weight: 700;
}

.lottie-animation-13 {
  width: 30vw;
}

.bold-text-23, .bold-text-24, .bold-text-25 {
  color: var(--blue);
}

.logos-marquee {
  margin-bottom: 0%;
  padding-top: 0;
  padding-bottom: 10vh;
  position: static;
}

.embed {
  display: none;
}

.home-logo-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate {
  grid-column-gap: 3vw;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.client-logo {
  opacity: .8;
  object-fit: contain;
  width: 100%;
  min-height: 10vh;
  max-height: 7vh;
  transition: opacity .4s;
}

.client-logo:hover {
  opacity: 1;
}

.div-block-52 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding: 15vh .5% 5vh 2%;
  display: flex;
}

.section-5 {
  background-image: url('../images/Progetto-senza-titolo-9.png');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: block;
  overflow: hidden;
}

.bold-text-26 {
  font-size: 22px;
}

.bold-text-27 {
  font-size: 23px;
}

.slide-prev.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.secondary-button {
  color: #1b1b1b;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: #fff9;
}

.inner-swipe {
  display: none;
}

.slide-container {
  flex-flow: column;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.slide-item-wrapper {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 350px;
  height: 350px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-button {
  background-color: #ff5e1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: #e65517;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-container {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 3%;
}

.image-40 {
  width: 30px;
  height: 30px;
}

.text-block-2 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 140%;
}

.slide-next.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.slide-item {
  opacity: .4;
  background-color: #0000;
  border-radius: 16px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.slide-content-2 {
  background-image: url('../images/Slide-end.png');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 20px;
}

.div-block-53 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-block-47 {
  color: var(--blue);
  margin-top: 2vh;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-47.servizi {
  display: none;
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.code-embed {
  display: none;
}

.help-block {
  padding: 20px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.slide-banner {
  background-color: #1f1b3a;
  width: 30%;
  min-width: 310px;
}

.form-section-title-3 {
  color: #0a1f44;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 32px;
}

.slide-2 {
  border-radius: 20px;
  flex-wrap: wrap;
  position: static;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.submit-button-9 {
  color: #fff;
  background-color: #5b3acc;
  border-radius: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.form-wrapper-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.checkbox-base-2 {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.arrow-cta {
  width: 100px;
  position: absolute;
  inset: auto auto -120% -20%;
}

.star-row {
  margin-bottom: 30px;
}

.price-field-2 {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.price-field-2:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field-2::placeholder {
  color: #61728375;
}

.previous-placeholder-2 {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder-2:hover {
  opacity: 1;
}

.form-item-wrapper-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.form-item-wrapper-3.fixed-height {
  min-height: 160px;
}

.checkbox-2 {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox-2:active {
  border: 1px solid #000;
}

.slide-content-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0 3%;
  display: flex;
  position: relative;
}

.button-wrapper {
  position: relative;
}

.checkbox-icon {
  z-index: 9;
  background-color: #5b3acc0d;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.banner-content {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 25% 40px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.author-testimonial {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-title-wrap-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.author-name {
  color: #fff;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}

.slider-2 {
  background-color: #0000;
  min-height: 100vh;
  position: relative;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.slide-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-5 {
  margin-bottom: 0;
}

.paragraph-72 {
  color: #ffffffc7;
  max-width: 650px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.text-block-48 {
  color: #5b617c;
}

.checkbox-text {
  color: #5b617c;
  font-weight: 400;
}

.dot-2 {
  background-color: #5b617c1a;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot-2.active-dot {
  background-color: #5b617c;
}

.form-full-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.next-placeholder-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.text-field-3 {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.text-field-3:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field-3::placeholder {
  color: #61728375;
}

.form-paragraph-3 {
  color: #5b617c;
  max-width: 550px;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-block-49 {
  color: #5b617c;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 20px;
}

.button-wrap-3 {
  width: 100%;
  display: flex;
}

.slider-right-2 {
  border: 1px solid var(--blue);
  background-color: var(--white);
  width: 100%;
  color: var(--blue);
  text-align: center;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.slider-right-2:hover {
  background-color: var(--blue);
  color: var(--white);
}

.form-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 490px;
  max-width: 560px;
  margin-bottom: 0;
  display: flex;
}

.field-label {
  color: #617283;
  margin-bottom: 8px;
  font-family: Circularstd book, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.banner-logo {
  border-bottom: 1px solid #ffffff14;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.div-block-55 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-7 {
  cursor: pointer;
  text-decoration: none;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-color-primary.margin-vertical.margin-medium.contact {
  color: var(--black);
  margin-top: 0;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: center;
  max-width: 70rem;
  display: grid;
  position: sticky;
  top: 2rem;
}

.contact_tab-panel {
  margin-bottom: 1vh;
}

.contact_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  margin-top: 1vh;
  margin-bottom: 2vh;
  display: flex;
}

.contact_form-wrap.margin-top.margin-medium {
  width: 100%;
  padding-top: 0;
}

.icon-back {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .5rem;
}

.contact_trext-area {
  color: #000;
  border: 1px solid #e5e6ef;
  border-radius: .5rem;
  max-width: 456px;
  min-height: 120px;
  margin-top: 1vh;
  padding: 1rem;
  transition: all .3s;
}

.contact_trext-area:hover, .contact_trext-area:active, .contact_trext-area:focus {
  border-color: var(--blue);
}

.contact_submit-buttom {
  background-image: linear-gradient(315deg, #7422a7, #4c38bd);
  border-radius: 9999px;
  margin-top: 2rem;
  padding: .625rem 2rem;
  font-weight: 500;
  transition: all .3s;
}

.contact_submit-buttom:hover {
  background-image: linear-gradient(315deg, #4c38bd, #7422a7);
}

.required {
  color: #d11d45;
}

.section_hero {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 2vh;
  display: flex;
  position: relative;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.flex-align-center {
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal.flex-align-center.padding-vertical.padding-custom1.border_top-bottom {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}

.contact_sub-label {
  color: #aaa;
  margin-top: .5rem;
  margin-bottom: 0;
  font-weight: 300;
}

.contact_input {
  color: #000;
  border: 1px solid #e5e6ef;
  border-radius: .5rem;
  width: 456px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 1vh;
  padding: 1vh 2vw;
  transition: all .3s;
}

.contact_input:hover, .contact_input:focus {
  border-color: #7767e4;
}

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

.text-size-regular.text-color-purple {
  color: #7767e4;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.contact_form {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-color-grey {
  color: #666;
}

.text-size-xlarge {
  font-size: 2.25rem;
}

.text-size-xlarge.text-color-primary.contact {
  color: var(--black);
}

.hero_image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  margin-top: 0;
}

.link {
  color: #7767e4;
  text-decoration: none;
}

.contact_tab-link {
  background-color: #ddd0;
  border: 1px solid #e5e6ef;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 58px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.contact_tab-link:hover {
  border-color: var(--blue);
  background-color: #0047ab1a;
}

.contact_tab-link.w--current {
  border-width: 1px;
  border-color: var(--blue);
  background-color: #0047ab1a;
  min-height: 58px;
}

.contact_label {
  color: #000;
  margin-bottom: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.hero_grid {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.contact_select {
  color: #000;
  background-color: #f3f3f300;
  border: 1px solid #e5e6ef;
  border-radius: .5rem;
  max-width: 456px;
  min-height: 58px;
  margin-top: .5rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s;
  overflow: hidden;
}

.contact_select:hover, .contact_select:active, .contact_select:focus {
  border-color: #7767e4;
}

.code-embed-2 {
  display: none;
}

.navbar {
  z-index: 100;
  opacity: 1;
  object-fit: fill;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom: 1px solid #eff2ff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: fixed;
  inset: 0 0% auto;
}

.solution_accordion_wrapper {
  display: none;
}

.navigation_wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdown_list {
  background-color: #fff;
  display: none;
}

.dropdown_list.w--open {
  border: 1px solid #eff2ff;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 1px 1px 4px #6969691a;
}

.container-11 {
  z-index: 2;
  text-align: left;
  flex: 0 auto;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.container-11.header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 0%;
  display: flex;
}

.dropdown_menu {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-5 {
  float: left;
  color: #272727;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  transition: background-color .4s;
}

.nav-link-5:hover {
  color: #4c14e9;
  background-color: #0000;
  border-radius: 6px;
}

.nav-link-5.w--current {
  color: #4c14e9;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link-5.menu {
  font-size: 18px;
}

.button_wrapper {
  align-items: center;
  display: flex;
}

.dropdown-link {
  color: #272727;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  transition: color .4s, background-color .4s;
}

.dropdown-link:hover {
  color: #272727;
  background-color: #eff2ff;
}

.dropdown-link.w--current {
  color: #4c14e9;
  background-color: #eff2ff;
  margin-top: 8px;
  margin-bottom: 8px;
}

.dropdown-link.w--current:hover {
  color: #272727;
}

.image-21 {
  width: 30px;
}

.logo_link {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.logo_link.w--current {
  margin-top: 0;
}

.navigation_menu {
  display: flex;
}

.button-10 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #4c14e9;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  transition: transform .4s;
}

.button-10:hover {
  transform: translate(0, -10px);
}

.button-10.dark {
  opacity: 1;
  color: #fff;
  background-color: #4c14e9;
  border: 0 #0000;
  flex-direction: row;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  transition: transform .4s;
  display: block;
}

.button-10.dark:hover {
  transform: translate(0, -3px);
}

.button-10.dark.menu {
  display: none;
}

.button-10.full_width.w--current {
  display: block;
}

.menu-button.mobile {
  align-self: center;
  display: none;
}

.privacy_section {
  background-color: #eff2ff;
  margin-top: 80px;
  padding: 100px 20px;
}

.privacy_content_wrapper {
  background-color: #fff;
  border: 1px solid #6969691a;
  border-radius: 20px;
  padding: 24px 40px;
  overflow: visible;
}

.legal_basis_text {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4px;
  font-weight: 700;
  line-height: 1.6;
}

.datatable_mobile {
  display: none;
}

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

.read_more_data_wrapper {
  flex: 1;
  padding-left: 24px;
  display: block;
}

.content_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 40px;
  display: flex;
}

.legal_basis_wrapper {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.datatable_header_atom {
  align-items: center;
  width: 22%;
  height: 100%;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.datatable_header_atom.data_collected_shared {
  width: 26%;
}

.datatable_header_atom.data_collect {
  justify-content: center;
  width: 25%;
}

.datatable_header_atom.service_provider {
  width: 20%;
  height: 100%;
}

.datatable_header_atom.service_provider.third_party {
  width: 18%;
}

.datatable_header_atom.data_give {
  justify-content: center;
  width: 25%;
}

.datatable_header_atom.key_cookie {
  width: 30%;
  height: 100%;
}

.datatable_header_atom.purpose {
  width: 50%;
  height: 100%;
}

.datatable_header_atom.purpose.third_party {
  width: 34%;
}

.container-12 {
  z-index: 2;
  text-align: left;
  flex: 0 auto;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.datatable_text {
  color: #696969;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.8;
}

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

.sticky_menu_wrapper {
  z-index: 0;
  background-color: #0000;
  flex-direction: column;
  height: 400px;
  margin-bottom: 0;
  padding: 0 24px 0 0;
  display: flex;
  position: sticky;
  top: 182px;
  overflow: scroll;
}

.small_data_table {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.small_data_table._2 {
  margin-bottom: 8px;
}

.datatable_line {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.small_datatable_header_atom {
  justify-content: center;
  width: 25%;
  padding: 8px;
  display: flex;
}

.small_datatable_header_atom.action {
  justify-content: flex-start;
  width: 50%;
  padding: 16px;
}

.divider-2 {
  background-color: #69696926;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider-2.datatable {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.divider-2._2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.divider-2._2.mobile {
  display: none;
}

.legal_bases_meaning_wrapper {
  flex: 1;
  height: auto;
  margin-top: 0;
  padding-left: 24px;
  overflow: hidden;
}

.sticky_menu_item {
  color: #696969;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  transition: color .2s;
}

.sticky_menu_item:hover {
  color: #4c14e9;
}

.sticky_menu_item.w--current {
  cursor: pointer;
}

.item_icon_header {
  flex-direction: row-reverse;
  align-items: flex-start;
  display: flex;
}

.privacy-bloc {
  align-items: stretch;
  display: flex;
}

.privacy-bloc.how_and_why, .privacy-bloc.our-role, .privacy-bloc.privacy_choices_rights, .privacy-bloc.cookies {
  flex-direction: column;
}

.privacy-bloc.collect-data {
  flex-direction: column;
  align-items: flex-start;
}

.privacy-bloc.data_storage, .privacy-bloc.third_parties, .privacy-bloc.datatype, .privacy-bloc.making_policy_great {
  flex-direction: column;
}

.list_datatable {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 12px;
  line-height: 20px;
}

.datatable_wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.item_icon_wrapper {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.accordion_content {
  flex-direction: row-reverse;
  align-items: stretch;
  height: auto;
  margin-top: 8px;
  display: flex;
  overflow: hidden;
}

.check {
  background-color: #0000;
  border-radius: 0;
  width: 16px;
  height: 16px;
}

.check.off {
  background-color: #0000;
  background-image: url('../images/Cross.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
}

.check.on {
  background-color: #0000;
  background-image: url('../images/Check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 16px;
  height: 16px;
}

.list_item_privacy {
  color: #696969;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.list_item_privacy.datatable_text {
  font-size: 12px;
  line-height: 1.8;
}

.data_reason_wrapper {
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.item_icon_text {
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.mini_button {
  color: #fff;
  cursor: pointer;
  background-color: #4c14e9;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 1.4;
  transition: background-color .2s, color .2s;
}

.mini_button:hover {
  color: #4c14e9;
  background-color: #eff2ff;
}

.mini_button.privacy_policy {
  margin-top: 4px;
  margin-left: 0;
  margin-right: 0;
}

.mini_button.modal {
  margin-top: 10px;
}

.accordion_trigger {
  cursor: pointer;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.read_more_line {
  object-fit: none;
  object-position: 100% 0%;
  background-color: #eff2ff;
  border-radius: 16px;
  flex: 0 auto;
  width: 8px;
  margin-left: 16px;
  display: flex;
  overflow: hidden;
}

.h5_alt {
  color: #696969;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.small_datatable_line {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.arrow-4 {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  transform: rotate(0);
}

.privacy_grid {
  grid-column-gap: 0px;
  grid-template: "Lateral-Menu Content"
  / .5fr 1.25fr;
}

.intro_wrapper {
  text-align: center;
}

.datatable_header {
  background-color: #6969691a;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  display: flex;
}

.datatable_line_atom {
  align-items: flex-start;
  width: 20%;
  height: auto;
  padding: 16px;
  display: flex;
}

.datatable_line_atom.place_processing {
  width: 22%;
}

.datatable_line_atom.data_give {
  justify-content: center;
  align-items: center;
  width: 25%;
}

.datatable_line_atom.purpose {
  width: 50%;
}

.datatable_line_atom.purpose.third_party {
  width: 34%;
}

.datatable_line_atom.data_collect {
  justify-content: center;
  align-items: center;
  width: 25%;
}

.datatable_line_atom.key_cookies {
  width: 30%;
}

.datatable_line_atom.service_provider {
  flex-direction: column;
  width: 18%;
}

.datatable_line_atom.data_collected_shared {
  width: 26%;
}

.datatable_category_name {
  color: #696969;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.read_more_content_wrapper {
  flex: 1;
  padding-left: 24px;
  overflow: hidden;
}

.small_datatable_line_atom {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 16px;
  display: flex;
}

.small_datatable_line_atom.action {
  justify-content: flex-start;
  width: 50%;
}

.legal_bases_meaning_tilte_wrapper {
  margin-bottom: 22px;
}

.privacy_icon {
  width: auto;
  max-width: 32px;
  height: auto;
  max-height: 32px;
  margin-right: 16px;
}

.privacy_icon.top-margin {
  margin-top: 6px;
}

.privacy_icon.top-margin.big {
  margin-top: 10px;
}

.read_more_text {
  color: #4c14e9;
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.small_dt_header {
  background-color: #6969691a;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph_centered {
  text-align: center;
}

.container-template {
  text-align: center;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
}

.list-privacy {
  color: #696969;
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 25px;
}

.list-privacy.small {
  font-size: 14px;
  line-height: 22px;
}

.modal_privacy_header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: -24px;
  line-height: 22px;
  display: flex;
}

.link_block_social {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: relative;
}

.column-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.modal_privacy_icon {
  max-width: 20px;
  max-height: 20px;
  margin-top: 11px;
  margin-right: 16px;
}

.button_span_light {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.columns {
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.footer_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-3 {
  justify-content: flex-end;
  display: flex;
}

.vertical_divider {
  color: #272727;
  background-color: #6969691a;
  width: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.close {
  cursor: pointer;
  justify-content: flex-end;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.modal_privacy {
  z-index: 2147483647;
  background-color: #272727b3;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.privacy_grid_modal {
  grid-column-gap: 64px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
}

.logo-6.footer {
  height: 40px;
}

.cross_icon {
  width: 16px;
}

.footer_link {
  color: #272727;
  text-align: left;
  cursor: pointer;
  border: 0 #000;
  max-width: 140px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.footer_link:hover {
  color: #4c14e9;
  border-bottom: 2px #4c14e9;
  text-decoration: none;
}

.footer_section {
  background-color: #fff;
  border-top: 1px solid #eff2ff;
  padding: 0 20px;
  position: relative;
}

.privacy_link_footer {
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
  transition: color .3s;
}

.privacy_link_footer:hover {
  color: #4c14e9;
}

.footer-column-info {
  flex-direction: column;
  display: flex;
}

.social_icon {
  opacity: .6;
  filter: invert();
  background-color: #0000;
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  transition: background-color .2s;
  display: flex;
}

.social_icon:hover {
  opacity: 1;
}

.social_icon.twitter_icon {
  opacity: 1;
  filter: none;
  background-color: #0000;
  background-image: url('../images/twitter-logo-silhouette-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 0 #0000;
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-bottom: -1px;
  margin-right: -1px;
  transition: background-color .2s, opacity .4s;
  position: relative;
  overflow: hidden;
}

.social_icon.twitter_icon:hover {
  opacity: 1;
  background-color: #eff2ff;
  border-color: #eff2ff;
}

.social_icon.youtube_icon {
  opacity: 1;
  filter: none;
  background-color: #0000;
  background-image: url('../images/youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-bottom: -1px;
  margin-right: 0;
  transition: opacity .4s;
  position: relative;
  overflow: hidden;
}

.social_icon.youtube_icon:hover {
  opacity: 1;
  background-color: #eff2ff;
  border-style: solid;
  border-color: #eff2ff;
  border-radius: 0;
}

.social_icon.linkedin_icon {
  opacity: 1;
  filter: none;
  background-color: #0000;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: -1px;
  margin-right: 0;
  padding-top: 0;
  transition: background-color .2s, opacity .4s;
  position: relative;
  overflow: hidden;
}

.social_icon.linkedin_icon:hover {
  opacity: 1;
  background-color: #eff2ff;
  border-style: solid;
  border-color: #eff2ff;
  width: 40px;
  height: 40px;
}

.footer_column {
  flex-direction: column;
  align-items: flex-start;
  width: 200px;
  height: auto;
  padding-bottom: 16px;
  display: flex;
}

.text_icon_privacy {
  align-items: flex-start;
  max-width: 70%;
  display: flex;
}

.h2_modal_privacy {
  margin-top: 0;
  display: none;
}

.social_links_wrapper {
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal_privacy_content_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.modal-bg {
  z-index: 99999999;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.modal_privacy_item_header {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cta_button_wrapper {
  width: 100%;
}

.body-7 {
  background-color: var(--blue);
}

.code-embed-3 {
  display: none;
}

.text-span-30, .text-span-31, .text-span-32 {
  cursor: pointer;
}

.navbar-3 {
  z-index: 100;
  opacity: 1;
  object-fit: fill;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom: 1px solid #eff2ff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: fixed;
  inset: 0 0% auto;
}

.container-13 {
  z-index: 2;
  text-align: left;
  flex: 0 auto;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.container-13.header {
  justify-content: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.nav-link-6 {
  float: left;
  color: #272727;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  transition: background-color .4s;
}

.nav-link-6:hover {
  color: #4c14e9;
  background-color: #0000;
  border-radius: 6px;
}

.nav-link-6.w--current {
  color: #4c14e9;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link-6.menu {
  font-size: 18px;
}

.image-41 {
  width: 30px;
}

.container-14 {
  z-index: 2;
  text-align: left;
  flex: 0 auto;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.arrow-5 {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  transform: rotate(0);
}

.column-5 {
  justify-content: flex-end;
  display: flex;
}

.logo-7.footer {
  height: 40px;
}

.code-embed-4 {
  display: block;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  margin-left: .5rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
}

.text-field-wrapper._15p-right {
  margin-left: 0;
  margin-right: 0;
}

.input-label-2 {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 10px;
}

.input-4 {
  pointer-events: auto;
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 10px 10px #0000000d;
}

.input-4:hover {
  border-color: #5ad76a;
}

.input-4:focus {
  border: 1px solid #5ad76a;
}

.input-4:focus-visible, .input-4[data-wf-focus-visible] {
  border-color: #5ad76a;
}

.input-4::placeholder {
  color: #6e6e6e;
}

.text-span-33, .bold-text-28, .bold-text-29 {
  font-size: 26px;
}

@media screen and (min-width: 1280px) {
  .text-field-wrapper._15p-right {
    width: 90%;
  }

  .input-4 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-bottom: 140px;
  }

  .container-h3 {
    margin-top: 10vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .block-left-hero {
    margin-right: -131px;
    padding-right: 127px;
  }

  .para_white {
    font-size: 19px;
  }

  .card_col_2 {
    padding-right: 0;
  }

  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 25px;
    padding-left: 0;
  }

  .col_40, .content-left-co2 {
    width: 100%;
  }

  .container_flex {
    flex-direction: column;
  }

  .n06 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .n06_container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 5vh;
    padding-top: 0;
  }

  .n06_link_wrap {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .our-money-back-guarantee, .content_wrap_02, .section_02 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .typedwithoutloop {
    font-size: 60px;
    line-height: 80px;
  }

  .homepage-opening-section-2 {
    height: 100vh;
    padding-left: 5%;
    display: block;
  }

  .loading {
    display: block;
  }

  .block_wrap {
    width: 50%;
  }

  .section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .slide-content {
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .container_p-copy {
    flex-direction: column;
  }

  .navbar-animated {
    display: block;
  }

  .button-9.default-button.card-cta {
    text-align: center;
    transition: color .2s, background-color .2s, box-shadow .2s;
    display: block;
    bottom: 20px;
    left: 30px;
    right: 30px;
  }

  .container_flex-copy {
    flex-direction: column;
  }

  .section_02-copy3 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .nav-link-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .social-icon-block {
    display: none;
  }

  .social-icon-block.footer {
    display: flex;
  }

  .menu-icon-container {
    padding: 0;
  }

  .menu-icon-container.w--open {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #000;
    padding-left: 80px;
  }

  .navbar-2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .brand-container {
    flex: 1;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .header-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .h3-sub, .h3-sub-copy {
    font-size: 18px;
  }

  .btnmb {
    padding: 15px 40px;
    font-size: 14px;
  }

  .about-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .p-large {
    font-size: 18px;
    line-height: 24px;
  }

  .btn-second {
    padding: 15px 25px;
    font-size: 14px;
  }

  .img-column {
    background-position: 100%;
    background-size: 500px;
  }

  .features-content {
    padding-right: 80px;
  }

  .p-features {
    font-size: 16px;
  }

  .btn {
    padding: 15px 40px;
    font-size: 14px;
  }

  .services-intro {
    width: 100%;
    margin-bottom: 60px;
  }

  .features-title {
    line-height: 40px;
  }

  .services-container {
    flex-direction: column;
    padding-left: 80px;
    padding-right: 80px;
  }

  .services {
    margin-left: 0;
  }

  .btn-copy {
    padding: 15px 40px;
    font-size: 14px;
  }

  .contact-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .loading-2 {
    display: block;
  }

  .container_flex-backup {
    flex-direction: column;
  }

  .our-flagship-service {
    padding-left: 5%;
    padding-right: 5%;
  }

  .card_col_2-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .card_col_2-2.uno {
    display: none;
  }

  .paragraph.space-below {
    padding-top: 20px;
    padding-right: 0;
  }

  .card_base-2 {
    width: auto;
    min-height: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col_40-2 {
    width: 100%;
  }

  .container_p {
    flex-direction: column;
  }

  .the-funnel-we-use {
    padding-left: 3%;
    padding-right: 3%;
  }

  .content-left-co2-2, .content-right-co2 {
    width: 100%;
  }

  .free-demo-call {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation-side-plain {
    align-items: center;
    display: flex;
  }

  .hero-bg-right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-large-copy {
    width: 100%;
  }

  .menu-button-circle {
    color: #02676b;
    border: 1px solid #02676b1a;
  }

  .menu-button-circle.w--open {
    background-color: #02676b;
    border-color: #02676b;
  }

  .nav-menu-centre {
    display: none;
  }

  .nav-link, .button-large {
    width: 100%;
  }

  .hero-bg-left {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link-white {
    width: 100%;
  }

  .navigation-container-full {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .inner-link.filter {
    margin-right: 16px;
  }

  .section-3 {
    padding: 80px 24px;
  }

  .section-3.last {
    padding-bottom: 80px;
  }

  .small_heading.light {
    display: none;
  }

  .heading3 {
    font-size: 28px;
    line-height: 40px;
  }

  .heading4 {
    font-size: 20px;
    line-height: 30px;
  }

  .divider._120px {
    height: 60px;
  }

  .section_title.left_align {
    margin-bottom: 32px;
  }

  .heading2 {
    font-size: 40px;
    line-height: 52px;
  }

  .filter_links_container {
    border-left-color: #0000;
    margin-left: 0;
    padding-left: 0;
  }

  .cta-content {
    padding-right: 67px;
  }

  .cta-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .hero__p {
    font-size: 12px;
  }

  .background__fill {
    z-index: 1;
    position: relative;
  }

  .container-9 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .overflow {
    min-height: 100vh;
  }

  .cursor {
    display: none;
  }

  .menu {
    height: 100vh;
  }

  .background__lottie {
    z-index: 2;
    flex: none;
    position: relative;
  }

  .text-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
  }

  .typewriter {
    font-size: 52px;
    line-height: 42px;
  }

  .text-block-45 {
    font-size: 50px;
    line-height: 40px;
  }

  .div-block-52 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 3vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .inner-swipe {
    display: none;
  }

  .slide-banner {
    width: 100%;
    display: none;
  }

  .author-image {
    margin-bottom: 10px;
  }

  .checkbox-base-2 {
    height: auto;
    min-height: 100px;
  }

  .slide-content-3 {
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .banner-content {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .author-testimonial {
    flex-direction: column;
    align-items: flex-start;
  }

  .slide-wrapper-2 {
    flex-direction: column;
  }

  .logo-5 {
    margin-bottom: 40px;
  }

  .banner-logo {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .hero_content {
    position: relative;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar {
    width: 100%;
    height: 99px;
    padding-left: 0%;
    padding-right: 0%;
    position: fixed;
    inset: 0% 0% auto;
  }

  .solution_accordion_wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .accordion_trigger_menu {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-11 {
    width: 90%;
  }

  .container-11.header {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion_menu_content {
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }

  .dropdown_menu {
    display: none;
  }

  .nav-link-5 {
    color: #fff;
    text-align: left;
    width: 100%;
    display: block;
  }

  .nav-link-5:hover {
    color: #4c14e9;
    border-radius: 0;
  }

  .nav-link-5.w--current {
    color: #fff;
  }

  .nav-link-5.menu {
    color: #272727;
    text-align: center;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .nav-link-5.menu:hover {
    color: #4c14e9;
  }

  .nav-link-5.menu.sub_menu {
    font-size: 18px;
    font-weight: 400;
  }

  .nav-link-5.menu.sub_menu.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-5.menu._2 {
    width: auto;
  }

  .navigation_menu_wrapper {
    z-index: 0;
    color: #272727;
    object-fit: fill;
    background-color: #fff;
    border: 0 #eff2ff;
    border-radius: 5px;
    flex-direction: row;
    flex: 0 auto;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 0%;
    display: flex;
    inset: 0%;
  }

  .navigation_menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding: 60px 0% 0;
    display: flex;
  }

  .button-10.dark {
    display: block;
  }

  .button-10.dark.menu {
    margin-top: 20px;
    display: block;
  }

  .icon-5 {
    margin: 0 0 0 4px;
    position: static;
  }

  .menu-button {
    color: #272727;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    display: block;
  }

  .menu-button.w--open {
    color: #272727;
    background-color: #0000;
  }

  .menu-button.mobile.w--open {
    z-index: 100;
  }

  .privacy_section {
    margin-top: 99px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .datatable_mobile {
    display: none;
  }

  .datatable_header_atom.data_collected_shared {
    align-items: center;
    width: 26%;
  }

  .datatable_header_atom.place_processing {
    width: 18%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .datatable_header_atom.service_provider {
    width: 24%;
  }

  .datatable_header_atom.service_provider.third_party {
    flex-wrap: wrap;
    width: 26%;
    overflow: visible;
  }

  .datatable_header_atom.purpose {
    width: 46%;
  }

  .datatable_header_atom.purpose.third_party {
    width: 30%;
  }

  .container-12 {
    width: 90%;
  }

  .sticky_menu_wrapper {
    flex-direction: row;
    height: auto;
    display: none;
  }

  .small_data_table {
    display: none;
  }

  .small_data_table._2 {
    display: flex;
  }

  .divider-2._2.mobile {
    display: block;
  }

  .item_icon_header {
    flex-direction: row-reverse;
    align-items: flex-start;
    display: flex;
  }

  .item_icon_wrapper {
    flex-direction: column-reverse;
  }

  .privacy_grid {
    grid-template: "Lateral-Menu"
                   "Content"
                   / 1fr;
    margin-top: 0;
    display: flex;
  }

  .datatable_header {
    justify-content: space-between;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .datatable_line_atom {
    width: 24%;
  }

  .datatable_line_atom.place_processing {
    width: 18%;
  }

  .datatable_line_atom.purpose {
    width: 46%;
  }

  .datatable_line_atom.purpose.third_party {
    width: 30%;
  }

  .datatable_line_atom.service_provider {
    width: 26%;
  }

  .datatable_category_name {
    flex-wrap: nowrap;
    font-size: 10px;
    line-height: 12px;
  }

  .privacy_icon.top-margin {
    margin-top: 8px;
  }

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

  .footer_link {
    text-align: left;
  }

  .footer-column-info {
    width: 100%;
    margin-bottom: 40px;
  }

  .social_icon {
    cursor: pointer;
  }

  .footer_column {
    width: 30%;
  }

  .modal-bg {
    width: 95%;
  }

  .navbar-3 {
    width: 100%;
    height: 99px;
    padding-left: 0%;
    padding-right: 0%;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container-13 {
    width: 90%;
  }

  .container-13.header {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-6 {
    color: #fff;
    text-align: left;
    width: 100%;
    display: block;
  }

  .nav-link-6:hover {
    color: #4c14e9;
    border-radius: 0;
  }

  .nav-link-6.w--current {
    color: #fff;
  }

  .nav-link-6.menu {
    color: #272727;
    text-align: center;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .nav-link-6.menu:hover {
    color: #4c14e9;
  }

  .nav-link-6.menu.sub_menu {
    font-size: 18px;
    font-weight: 400;
  }

  .nav-link-6.menu.sub_menu.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-6.menu._2 {
    width: auto;
  }

  .icon-6 {
    margin: 0 0 0 4px;
    position: static;
  }

  .container-14 {
    width: 90%;
  }

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

  .text-field-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 140px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .container-h3 {
    flex-direction: column;
    margin-top: 5vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .block-left-hero {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .block-right-hero {
    width: 100%;
    display: none;
  }

  .card_col_2 {
    flex-direction: column;
    justify-items: stretch;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .col_60 {
    flex-direction: column;
  }

  .col_40 {
    padding-right: 0;
  }

  .content-left-co2 {
    margin-bottom: 55px;
    padding-right: 0;
  }

  .n06_navbar {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .n06 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .n06_container {
    justify-content: space-between;
    align-items: center;
  }

  .n06_link_wrap {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .homepage-text {
    width: 470px;
    margin-left: 50px;
  }

  .homepage-text.main-intro {
    width: 100%;
    padding-top: 5px;
    font-size: 90px;
  }

  .typedwithoutloop {
    width: 90%;
  }

  .image-24 {
    position: relative;
  }

  .homepage-opening-section-2 {
    overflow: hidden;
  }

  .image-26 {
    margin-left: 0;
  }

  .section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .body {
    overflow: visible;
  }

  .email {
    width: 240px;
    height: 42px;
  }

  .footer {
    flex-direction: column;
    height: 100px;
  }

  .form-wrapper {
    width: 100%;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-section-title {
    width: 100%;
  }

  .checkbox-base {
    min-height: 80px;
  }

  .form-item-wrapper, .form-item-wrapper-2 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .navbar-animated {
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .button-9.default-button.card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .right-floating-cookie {
    max-width: 90vw;
    bottom: 10px;
    right: 10px;
  }

  .right-cookie-image {
    width: 120px;
    height: 120px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .footer-09 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .img-column {
    display: none;
  }

  .contact-first-row {
    flex-direction: column;
  }

  .contact-container {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
  }

  .text-block-38 {
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animation-12 {
    margin-left: 30px;
  }

  .card_col_2-2 {
    width: 100%;
    padding-left: 0;
  }

  .col_40-2 {
    padding-right: 0;
  }

  .content-left-co2-2 {
    margin-bottom: 55px;
    padding-right: 0;
  }

  .container-co2 {
    flex-direction: column;
  }

  .herobg {
    max-width: 100vw;
  }

  .navigation-side-plain {
    width: 100%;
  }

  .hero-bg-right {
    padding-left: 0;
    padding-right: 0;
  }

  .button-large-copy.blue-button-copy {
    justify-content: center;
  }

  .kit-hero-buttons-wrap {
    flex-direction: column;
  }

  .button-large.blue-button {
    justify-content: center;
  }

  .hero-bg-left {
    padding-left: 0;
    padding-right: 0;
  }

  .kit-hero-buttons-wrap-copy {
    flex-direction: column;
  }

  .filter_wrapper {
    background-color: #f7f4ee;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 16px 8px 0;
  }

  .inner-link.filter {
    margin-right: 24px;
  }

  .product-grid {
    overflow: scroll;
  }

  .section-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .small_heading.light {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .heading3 {
    font-weight: 400;
  }

  .heading3.product_title {
    z-index: 0;
    position: relative;
  }

  .single-product-wrapper {
    width: 350px;
  }

  .heading4 {
    font-weight: 400;
  }

  .divider._120px {
    height: 40px;
  }

  .full_title_wrapper {
    flex-wrap: wrap;
  }

  .full_title_wrapper.products {
    background-color: #f7f4ee;
    height: auto;
  }

  .heading2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
  }

  .products_title_container {
    justify-content: flex-start;
    padding-left: 16px;
  }

  .container-8 {
    padding-top: 5px;
  }

  .container-8.products {
    margin-top: 24px;
    padding-right: 0;
  }

  .cta-pictures-feed {
    min-height: 360px;
    margin-bottom: 36px;
  }

  .cta-content {
    padding-right: 0;
  }

  .cta-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .trigger {
    font-size: 8px;
  }

  .hero__wrap {
    width: 90%;
  }

  .nav__svg {
    font-size: 1em;
  }

  .nav__logo, .menu__icon {
    font-size: 10px;
  }

  .container-9 {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .container-9.is--hero {
    padding-top: 136px;
    padding-bottom: 3.4em;
  }

  .container-9.is--nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .sublink {
    font-size: 7px;
  }

  .splide__slide {
    width: 100%;
    min-height: 89em;
    padding-left: .92em;
    padding-right: .92em;
  }

  .sublink__line {
    display: none;
  }

  .section-4.is--slider {
    margin-bottom: 9.9em;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .page-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .inner-swipe {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-container {
    height: 80vh;
  }

  .slide-item-wrapper {
    border-radius: 0;
    width: 300px;
    height: 200px;
  }

  .content-wrapper, .image {
    object-fit: cover;
  }

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .slide-next.desktop-arrow {
    display: none;
  }

  .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-item {
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    transform: scale(1);
  }

  .help-block {
    top: 0;
    right: 0;
  }

  .form-wrapper-2 {
    width: 100%;
  }

  .checkbox-base-2 {
    min-height: 80px;
  }

  .previous-placeholder-2 {
    z-index: 6;
    position: fixed;
  }

  .form-item-wrapper-3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .button-wrapper {
    display: none;
  }

  .next-placeholder-2 {
    z-index: 6;
    position: fixed;
  }

  .form-content-2 {
    width: 100%;
    min-width: auto;
  }

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

  .navbar {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .solution_accordion_wrapper {
    align-items: center;
  }

  .container-11 {
    width: 90%;
  }

  .container-11.header {
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion_menu_content {
    align-items: center;
  }

  .nav-link-5 {
    display: block;
  }

  .nav-link-5.menu.sub_menu {
    justify-content: center;
    display: flex;
  }

  .nav-link-5.menu.sub_menu.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation_menu_wrapper {
    z-index: 0;
  }

  .button_wrapper {
    display: block;
  }

  .logo_link {
    padding-left: 0;
  }

  .navigation_menu {
    align-items: center;
    height: 80%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .button-10.dark.menu {
    margin-top: 20px;
  }

  .privacy_section, .privacy_content_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .datatable_mobile {
    width: 100%;
    display: block;
  }

  .read_more_data_wrapper {
    padding-left: 16px;
  }

  .content_wrapper {
    padding-left: 40px;
  }

  .container-12 {
    width: 90%;
  }

  .datatable_text.mobile {
    margin-bottom: 24px;
  }

  .small_data_table {
    width: 100%;
    display: block;
  }

  .small_datatable_header_atom {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    width: 25%;
    padding: 8px 16px;
    display: flex;
  }

  .small_datatable_header_atom.action {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .datatable_header_mobile {
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .divider-2._2.mobile {
    display: block;
  }

  .legal_bases_meaning_wrapper {
    padding-left: 16px;
  }

  .list_datatable.mobile {
    margin-bottom: 24px;
  }

  .datatable_wrapper {
    display: none;
  }

  .small_datatable_line {
    justify-content: space-between;
    display: flex;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .h5_top_margin {
    margin-top: 24px;
  }

  .datatable_category_name.mobile {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .read_more_content_wrapper {
    padding-left: 16px;
  }

  .small_datatable_line_atom {
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 16px;
    display: flex;
  }

  .small_datatable_line_atom.action {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 50%;
  }

  .privacy_icon {
    width: auto;
    max-width: 24px;
    max-height: 24px;
  }

  .small_dt_header {
    background-color: #6969691a;
    border-radius: 8px;
    justify-content: space-between;
    display: flex;
  }

  .column-4 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .columns {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer_wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-3 {
    flex-direction: row;
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }

  .vertical_divider {
    height: 200px;
  }

  .privacy_grid_modal {
    flex-direction: column;
    display: flex;
  }

  .footer_section {
    overflow: hidden;
  }

  .footer-column-info {
    align-items: flex-start;
    width: 60%;
    margin-bottom: 0;
  }

  .footer_column {
    align-items: flex-start;
    width: 100%;
  }

  .navbar-3 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-13 {
    width: 90%;
  }

  .container-13.header {
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-6 {
    display: block;
  }

  .nav-link-6.menu.sub_menu {
    justify-content: center;
    display: flex;
  }

  .nav-link-6.menu.sub_menu.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-14 {
    width: 90%;
  }

  .column-5 {
    flex-direction: row;
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-image: url('../images/Progetto-senza-titolo-10.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    align-items: center;
    width: 100vw;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 30px 0% 359px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .container-h3 {
    align-items: flex-start;
    max-width: none;
    margin: 0 0 0 0;
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 0;
    display: flex;
    position: static;
    top: 200px;
  }

  .block-left-hero {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    margin: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: 5vh;
  }

  .para_white {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 2vw;
    font-family: Circularstd book, sans-serif;
    font-size: 17px;
    font-weight: 500;
    display: none;
  }

  .para_white.phone {
    display: block;
  }

  .block-right-hero {
    order: 0;
    margin-top: -4px;
    padding-top: 0;
    display: none;
  }

  .nav-07 {
    display: none;
  }

  .icon_wrap {
    height: 100%;
    margin-top: -40px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .text_features1 {
    color: var(--grey);
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-family: Circularstd book, sans-serif;
    display: block;
    overflow: visible;
  }

  .card_col_2 {
    margin: 40px 0 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    top: -48px;
    left: 13px;
  }

  .icon {
    width: 15vw;
  }

  .card_base {
    width: 100%;
    height: 70%;
    min-height: 200px;
    margin-top: 20px;
    padding-left: 22px;
    padding-right: 89px;
    left: 0;
  }

  .h1_example {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 0 5px;
    font-size: 30px;
  }

  .card_title_wrap1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .col_60 {
    width: 130%;
    margin-left: 0;
    margin-right: 5px;
    padding: 0 0 57px;
    display: block;
    position: static;
    top: -305px;
  }

  .col_40 {
    margin-top: 0;
    margin-bottom: 35px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .h1_features-2 {
    color: var(--dim-grey-3);
    text-align: center;
    font-family: Circularstd, sans-serif;
    font-size: 20px;
  }

  .content-left-co2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .check-co2 {
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
  }

  .text-block-22 {
    font-family: Circularstd, sans-serif;
    font-size: 17px;
    font-weight: 700;
  }

  .container_flex {
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    padding-top: 14px;
  }

  .n06_navbar {
    position: relative;
  }

  .n06 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2vw;
    padding-right: 4vw;
    position: relative;
    inset: 0%;
  }

  .n06_logo {
    position: relative;
  }

  .n06_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    left: auto;
  }

  .n06_link_wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .n06_btn {
    border-width: 2px;
  }

  .f03 {
    overflow: hidden;
  }

  .our-money-back-guarantee {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 16px;
    overflow: hidden;
  }

  .content_wrap_02 {
    padding-left: 0%;
    padding-right: 3%;
    overflow: hidden;
  }

  .h1_c_2 {
    margin-top: 30px;
    font-size: 35px;
  }

  .section_02 {
    z-index: 100;
    padding-top: 0;
    padding-bottom: 100px;
    display: block;
    overflow: hidden;
  }

  .button-b2 {
    width: 100%;
    max-width: 100vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }

  .button-b2.form {
    background-color: var(--blue);
    color: var(--white);
  }

  .button-b2.form:hover {
    background-color: var(--white);
    color: var(--blue);
  }

  .button-b2.home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link_cover {
    text-align: center;
    padding-left: 0;
    font-size: 12px;
    display: block;
  }

  .homepage-text {
    width: 250px;
    margin-left: 25px;
  }

  .homepage-text.main-intro {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 40px;
    position: relative;
  }

  .typedwithoutloop {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 42px;
    line-height: 70px;
    position: static;
    inset: 181% 0% -78% -248px;
  }

  .image-24 {
    margin-top: 102px;
    display: none;
  }

  .homepage-opening-section-2 {
    z-index: 1;
    background-image: none;
    width: 100%;
    height: 20vh;
    max-height: none;
    margin-top: 0;
    margin-bottom: -51px;
    margin-left: -7px;
    padding-top: 0%;
    padding-bottom: 0;
    padding-left: 0%;
    position: static;
    bottom: -72%;
    overflow: hidden;
  }

  .image-26 {
    text-align: center;
    width: 60vw;
    margin-top: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .loading {
    background-color: #fff;
    display: none;
    overflow: visible;
  }

  .block_wrap {
    width: 100%;
  }

  .plain_text {
    margin-bottom: 30px;
  }

  .container {
    margin-bottom: 60px;
    padding-top: 0;
  }

  .white_dot {
    opacity: .44;
  }

  .h1-2 {
    width: auto;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .h4 {
    margin-top: 15px;
  }

  .paragraph-3 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .ring_03 {
    opacity: .31;
    padding-bottom: 0;
  }

  .div-block {
    margin-bottom: 30px;
  }

  .ring_01 {
    opacity: .66;
  }

  .ring_02 {
    opacity: .44;
  }

  .section {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0 0;
    top: -89px;
    overflow: hidden;
  }

  .body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    background-color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 0;
    display: block;
    overflow: visible;
  }

  .lottie-animation-3 {
    display: none;
  }

  .h1_example-copy {
    margin-top: 67px;
    margin-bottom: -31px;
    padding-left: 15px;
    font-family: Circularstd, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .email {
    width: 100%;
  }

  .submit-button {
    margin-top: 50px;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .form-content {
    width: 100%;
    margin-top: 35px;
  }

  .text-field {
    margin-top: 2px;
  }

  .button-4 {
    min-width: 0;
  }

  .form-title-wrap {
    display: block;
  }

  .slide-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .slider {
    height: auto;
    min-height: 80vh;
  }

  .form-section-title {
    width: 100%;
    margin-bottom: 10px;
    font-family: Circularstd, sans-serif;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.3em;
    overflow: visible;
  }

  .form-paragraph {
    color: var(--grey);
    margin-top: 10px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .html-embed-3 {
    width: 400px;
    left: -29px;
    overflow: visible;
  }

  .bubbles {
    opacity: 1;
    width: 373%;
    height: auto;
    margin-left: 0;
    display: block;
    position: fixed;
    inset: 0% 0% 0% -63%;
    overflow: hidden;
  }

  .lottie-animation-4-copy {
    inset: 0% 0% auto auto;
    margin-top: 88px;
    display: block;
    inset: 0% 0% auto auto;
  }

  .lottie-animation-4-copy-copy {
    margin-top: 93px;
    margin-bottom: 76px;
    display: block;
    inset: auto auto 0% 0%;
  }

  .price-field {
    margin-top: 10px;
  }

  .checkbox-base {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: -20px;
  }

  .form-section-title-2 {
    font-size: 2em;
    line-height: 1.3em;
  }

  .form-section-title-copy {
    margin-bottom: 0;
    font-family: Circularstd book, sans-serif;
    font-size: 2em;
    line-height: 1.3em;
  }

  .form-item-wrapper-2 {
    flex-wrap: wrap;
  }

  .form-item-wrapper-2.fixed-height {
    min-height: 120px;
  }

  .lottie-animation-6.icon {
    max-width: 35%;
  }

  .body-3 {
    overflow: visible;
  }

  .lottie-animation-6-copy.icon {
    max-width: 35%;
  }

  .card_base-copy {
    border-radius: 15px;
    flex-direction: column;
    align-self: auto;
    align-items: flex-start;
    width: 90%;
    height: 70%;
    min-height: 200px;
    margin: 10px 0 100px;
    padding: 64px 10px 0;
    display: block;
    position: static;
    top: -15px;
    left: 14px;
    box-shadow: 9px 14px 20px 2px #0000004f, 1px 1px 30px #afb3b624;
  }

  .lottie-animation-7 {
    width: 10%;
    margin-top: -12px;
    margin-bottom: -166px;
    padding-top: 57px;
    display: block;
    top: 83%;
    bottom: -24%;
    left: 43%;
  }

  .div-block-35 {
    margin-top: 477px;
    padding-top: 0;
    display: none;
  }

  .container_p-copy {
    flex: 1;
    align-items: center;
    margin-top: 148px;
    display: none;
    position: relative;
    top: auto;
  }

  .form-paragraph-2-copyyy {
    margin-top: 0;
  }

  .form-paragraph-2-copylol {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 16px;
  }

  .body-2-copy {
    overflow: visible;
  }

  .form-section-title-copy2 {
    margin-bottom: 0;
    font-family: Circularstd book, sans-serif;
    font-size: 2em;
    line-height: 1.3em;
  }

  .body-2-copy2, .body-2-copy-fx {
    overflow: auto;
  }

  .form-section-title-copy-11 {
    margin-bottom: 0;
    font-family: Circularstd book, sans-serif;
    font-size: 2em;
    line-height: 1.3em;
  }

  .form-paragraph-copy-fx {
    margin-top: 10px;
  }

  .paragraph-5 {
    width: auto;
    margin-left: -16px;
    padding-top: 17px;
    padding-right: 20px;
  }

  .bold-text-12 {
    font-size: 17px;
    line-height: 25px;
  }

  .div-block-36 {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

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

  .middle-line {
    border-radius: 20px;
    align-self: flex-end;
    width: 30px;
    padding-left: 0;
  }

  .top-line {
    border-radius: 20px;
    align-self: flex-end;
    display: block;
  }

  .navbar-animated {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: hidden;
  }

  .nav-work {
    text-transform: none;
    font-family: Circularstd, sans-serif;
    font-size: 22px;
  }

  .nav-work:hover {
    color: var(--sandy-brown);
  }

  .nav-contact {
    text-transform: none;
    background-color: #0000;
    font-family: Circularstd, sans-serif;
    font-size: 22px;
  }

  .nav-contact:hover {
    color: var(--sandy-brown);
  }

  .bottom-line {
    border-radius: 20px;
    align-self: flex-end;
    width: 40px;
  }

  .nav-button-animated {
    text-align: center;
    flex-flow: column wrap;
    place-content: flex-end center;
    align-items: flex-end;
    width: 60px;
    height: 60px;
    margin-top: 35px;
    margin-bottom: 19px;
    display: flex;
  }

  .nav-home {
    text-transform: none;
    font-family: Circularstd, sans-serif;
    font-size: 22px;
  }

  .nav-home:hover {
    color: var(--sandy-brown);
  }

  .full-screen-menu-overlay {
    background-color: #202020eb;
  }

  .image-30 {
    margin-top: 0;
    margin-left: -10px;
  }

  .div-block-37 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between flex-start;
    place-items: center;
    margin-bottom: -115px;
    padding-top: 0;
    display: none;
  }

  .card-2.card1-content {
    z-index: 9999;
    width: 90%;
    margin-bottom: 39px;
    margin-left: -257px;
    margin-right: 13px;
    padding-bottom: 0;
    padding-right: 17px;
  }

  .div-block-39 {
    border-radius: 20px;
    align-items: center;
    margin: 0 10px 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lib_section.profile {
    margin-top: 60px;
  }

  .lib_section.social {
    margin-bottom: 20px;
  }

  .lib_container.flex {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

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

  .lib_profilepic {
    background-position: 50% 70%;
    background-size: 200% 200px;
  }

  .lib_h1 {
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 700;
  }

  .lib_linktext {
    text-align: center;
    align-self: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lib_linkblock:hover {
    margin-left: 0;
  }

  .lib_linkblock.agency, .lib_linkblock.spotify, .lib_linkblock.scheduler {
    border-radius: 10px;
  }

  .lib_linkblock.email {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .lib_sociallinkicon {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .body-5 {
    background-color: var(--sandy-brown);
    background-image: linear-gradient(to bottom, var(--sandy-brown-2), #ff7373);
    background-position: 0 0;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .lottie-animation-10 {
    opacity: 1;
    width: 1200px;
    height: auto;
    margin-left: 0;
    display: block;
    position: fixed;
    inset: 0% 0% 0% -63%;
    overflow: hidden;
  }

  .text-block-33 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .right-floating-cookie {
    width: 100%;
    max-width: none;
    bottom: 0;
    right: auto;
  }

  .right-cookie-image {
    margin-bottom: 20px;
  }

  .cookies-container {
    display: none;
  }

  .cookie-content.mobile-vertical {
    flex-direction: column;
  }

  .cookie-button-blue {
    text-align: center;
    width: 120px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-wrapper-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .button-b2-moreinfo {
    width: auto;
    color: var(--white);
    text-align: left;
    align-self: center;
    align-items: center;
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Circularstd, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }

  .text-block-22-copy {
    text-align: center;
    font-family: Circularstd, sans-serif;
    font-weight: 700;
  }

  .image-36 {
    float: none;
    width: 250px;
    height: 35.7%;
    margin-bottom: 10px;
    display: none;
    position: static;
    left: 0;
  }

  .link_cover-copy {
    padding-left: 0;
  }

  .text-block-22-copy-copy {
    font-family: Circularstd, sans-serif;
    font-weight: 700;
  }

  .button-b2-copy-copy {
    width: 260px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 17px -6px #0000008f;
  }

  .html-embed-5 {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
  }

  .div-block-43-copy {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-left: 30px;
    margin-right: 40px;
  }

  .h1_example-2 {
    text-align: left;
    padding-left: 5px;
    font-size: 39px;
  }

  .check-wrap-co2-2 {
    align-self: flex-start;
    padding-left: 0;
    display: block;
  }

  .image-37 {
    filter: brightness(145%);
  }

  .text-co2-2 {
    padding-right: 0;
    font-size: 15px;
  }

  .container_flex-copy {
    z-index: 999;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 14px;
    padding-right: 0;
    position: static;
  }

  .section_02-copy3 {
    background-size: contain;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0% 100px;
    overflow: hidden;
  }

  .footer-link-white {
    margin-left: 15px;
    margin-right: 15px;
  }

  .paragraph-light {
    margin-bottom: 0;
  }

  .footer-09 {
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
  }

  .footer-link-wrap-02 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-title-large {
    font-size: 30px;
  }

  .text-rights-light {
    padding-top: 0;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 13px;
  }

  .nav-link-3 {
    padding-bottom: 20px;
    font-size: 17px;
  }

  .nav-link-3.w--current {
    border-radius: 0;
  }

  .nav-menu-3 {
    background-color: #000;
    border-radius: 13px;
    padding-left: 20px;
  }

  .navbar-2 {
    border-bottom-left-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-container {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-sub {
    font-size: 17px;
  }

  .heading {
    font-size: 30px;
  }

  .h3-sub-copy {
    text-align: center;
    font-size: 17px;
  }

  .btnmb {
    font-size: 16px;
  }

  .about-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reverse {
    font-size: 30px;
  }

  .p-large, .text-block-37 {
    font-size: 15px;
  }

  .features-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-features {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .btn {
    font-size: 16px;
  }

  .services-p {
    font-size: 15px;
  }

  .features-title {
    margin-bottom: 30px;
  }

  .features-title.reverse {
    font-size: 30px;
  }

  .services-block {
    width: 100%;
  }

  .services-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services {
    flex-flow: column;
  }

  .services-p-small {
    font-size: 15px;
  }

  .heading-14 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .btn-copy {
    margin-top: 20px;
  }

  .p-contact {
    display: none;
  }

  .contact-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h5-copyright {
    margin-bottom: 10px;
  }

  .contact-about {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .h5-copyright-copy {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .contact-info {
    margin-bottom: 10px;
  }

  .text-span-11 {
    line-height: 25px;
  }

  .button-b2-copy-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-14 {
    color: var(--grey);
    text-align: left;
    letter-spacing: normal;
  }

  .div-block-39-copy {
    border-radius: 20px;
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 15px;
    padding: 40px 20px;
    display: none;
  }

  .div-block-45 {
    object-fit: contain;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: 4vw;
    padding-right: 2vw;
    display: block;
    position: absolute;
    bottom: auto;
  }

  .text_features-copy {
    color: var(--dim-grey);
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-family: Circularstd book, sans-serif;
  }

  .text_features-copy.text_features {
    color: var(--grey);
  }

  .typed-text {
    height: 40px;
    max-height: 40px;
    font-size: 40px;
  }

  .text-span-12 {
    font-size: 17px;
  }

  .section-2 {
    overflow: hidden;
  }

  .div-block-46 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-b2-1-copy {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .button-b2-moreinfo-copy, .button-b2-moreinfo-copy-copy {
    width: auto;
    color: var(--white);
    text-align: left;
    width: auto;
    text-align: left;
    align-self: center;
    align-items: center;
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Circularstd, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }

  .div-block-wd {
    border-radius: 20px;
    align-items: center;
    margin: 40px 10px 25px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .card_title_wrap1-wd {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .button-b2-moreinfo-wd {
    width: auto;
    color: var(--white);
    text-align: left;
    align-self: center;
    align-items: center;
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Circularstd, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }

  .button-b2-moreinfo-copy-copy-copy {
    width: auto;
    color: var(--white);
    text-align: center;
    align-self: center;
    align-items: center;
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Circularstd, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }

  .text-span-13 {
    font-size: 15px;
  }

  .text-block-38 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .text-block-39 {
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 16px;
  }

  .h1_example-2-copy {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    font-size: 16px;
  }

  .h1_example-2-copy-copy {
    padding-left: 0;
    display: block;
  }

  .text-span-18 {
    border-radius: 6px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .h1_features-2-copy {
    color: var(--dim-grey-3);
    text-align: center;
    font-family: Circularstd, sans-serif;
    font-size: 20px;
  }

  .loading-2 {
    background-color: #fff;
    display: block;
    overflow: hidden;
  }

  .client-slider-header {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 0 5px;
    font-size: 30px;
  }

  .container_flex-backup {
    margin-top: 0;
    margin-left: 0;
    padding-top: 14px;
  }

  .audience-button {
    min-width: 0;
  }

  .text-block-42 {
    line-height: 25px;
  }

  .div-block-48 {
    flex-direction: column;
    display: flex;
  }

  .lottie-animation-12 {
    align-self: center;
    margin-top: 35px;
    margin-left: 0;
  }

  .div-block-49 {
    margin-top: 40px;
  }

  .our-flagship-service {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .icon_wrap-2 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding-top: 1vh;
  }

  .card_col_2-2 {
    margin-left: 0;
  }

  .card_col_2-2.uno {
    display: block;
  }

  .paragraph.space-below {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .card_base-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container_p {
    max-width: 92vw;
    padding-top: 10vh;
  }

  .h1_example-3 {
    text-align: center;
    background-image: none;
    width: 100%;
    font-size: 30px;
  }

  .h1_example-3.two {
    justify-content: center;
    align-items: center;
    width: 75%;
    font-size: 30px;
    line-height: 30px;
    display: flex;
  }

  .content-right-co2 {
    padding-top: 0;
  }

  .container-co2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .h1_example-4 {
    text-align: left;
    background-image: none;
    font-size: 30px;
  }

  .html-embed-8 {
    width: auto;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
  }

  .h1_example-5 {
    text-align: left;
    background-image: none;
    align-self: auto;
    margin-left: 0;
    padding-left: 5px;
    font-size: 30px;
  }

  .text-co2-3 {
    padding-right: 0;
    font-size: 15px;
  }

  .h1_example-2-copy-2 {
    margin-bottom: 0;
    padding-left: 6px;
    padding-right: 0;
    font-size: 15px;
  }

  .text-block-44 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 25px;
  }

  .h1_example-2-copy-copy-2 {
    padding-left: 0;
    display: block;
  }

  .text-span-25 {
    border-radius: 6px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .free-demo-call {
    background-image: url('../images/h2red.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .herobg {
    width: 400%;
    min-width: auto;
    max-width: 400%;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: hidden;
  }

  .hero-bg-right {
    background-image: none;
    background-position: 0 0;
    inset: auto 0% 0%;
  }

  .button-large-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .kit-hero-buttons-wrap {
    flex-direction: column;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

  .hero {
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .hero-bg-left {
    background-image: none;
    background-position: 0 0;
    flex-direction: column;
    inset: 0% 0% auto;
  }

  .kit-hero-buttons-wrap-copy {
    flex-direction: column;
  }

  .filter_wrapper {
    padding-top: 0;
  }

  .inner-link.filter {
    margin-right: 27px;
  }

  .product-content-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .products-wrapper.first {
    padding-top: 0;
  }

  .section-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .small_heading.light.desktop_none {
    display: block;
  }

  .small_heading.light.mobile_none {
    display: none;
  }

  .heading3 {
    font-size: 24px;
    line-height: 36px;
  }

  .single-product-wrapper {
    width: 250px;
    height: 300px;
  }

  .heading4 {
    font-size: 24px;
    line-height: 36px;
  }

  .divider._24px {
    height: 12px;
  }

  .section_title {
    margin-bottom: 32px;
  }

  .heading2 {
    line-height: 40px;
  }

  .products_title_container {
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .filter_links_container {
    display: flex;
    overflow: scroll;
  }

  .button {
    flex: none;
    align-self: stretch;
  }

  .cta-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero__wrap {
    width: 100%;
  }

  .hero__p {
    margin-top: 0;
  }

  .sublinks {
    text-align: center;
    align-items: center;
    padding-top: 1.3em;
  }

  .menu__left {
    padding-left: 0;
    font-size: 2em;
  }

  .menu__icon {
    font-size: 2em;
  }

  .container-9.is--hero {
    padding-top: 160px;
    padding-left: .8em;
    padding-right: .8em;
  }

  .container-9.is--slider {
    padding-left: 0;
    padding-right: 0;
  }

  .container-9.is--nav {
    padding-left: 2em;
    padding-right: 2em;
  }

  .sublink {
    font-size: 2em;
  }

  .menu__contain {
    display: block;
  }

  .splide__slide {
    min-height: 30em;
  }

  .menu__right {
    text-align: center;
    align-items: center;
    padding-top: 5.3em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 5px;
  }

  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .heading-17 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .text-wrapper {
    padding-bottom: 0;
    padding-right: 0;
  }

  .typewriter {
    padding-bottom: 1px;
    font-size: 39px;
  }

  .text-block-45 {
    font-size: 37px;
  }

  .countdown-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .display-heading {
    font-size: 62px;
  }

  .page-content {
    max-width: 100%;
  }

  .form {
    flex-direction: column;
  }

  .logos-marquee {
    width: 100vw;
    padding-bottom: 0;
  }

  .home-logo-wrapper {
    grid-column-gap: 50vw;
    grid-row-gap: 50vw;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
    display: flex;
  }

  .client-logo {
    object-position: 0% 50%;
    min-height: auto;
    max-height: 5vh;
  }

  .div-block-52 {
    flex-flow: column;
    width: 100%;
    padding-top: 10vh;
    overflow: visible;
  }

  .inner-swipe {
    position: absolute;
  }

  .slide-container {
    justify-content: center;
    align-items: center;
    height: 60vh;
  }

  .wrapper {
    width: 100%;
    height: 100%;
  }

  .text-block-47 {
    text-align: center;
    margin-top: 1vh;
    font-size: 14px;
    display: block;
  }

  .text-block-47.servizi {
    margin-top: 0;
    display: block;
    position: relative;
    top: 9px;
  }

  .div-block-54 {
    width: 75%;
  }

  .form-section-title-3 {
    font-size: 2em;
    line-height: 1.3em;
  }

  .checkbox-base-2 {
    margin-bottom: 15px;
  }

  .previous-placeholder-2 {
    max-width: 75px;
    display: flex;
  }

  .form-item-wrapper-3 {
    flex-wrap: wrap;
  }

  .slide-content-3 {
    padding-top: 40px;
  }

  .slider-2 {
    height: auto;
    min-height: 80vh;
  }

  .form-content-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100vw;
  }

  .link-block-7 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 2vw;
  }

  .div-block-56 {
    max-width: 100vw;
  }

  .hero_image {
    display: none;
  }

  .hero_grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar {
    height: auto;
    position: fixed;
  }

  .container-11 {
    width: 90%;
  }

  .container-11.header {
    height: auto;
    padding: 24px 20px;
  }

  .accordion_menu_content {
    align-items: center;
    width: 100%;
  }

  .nav-link-5 {
    color: #4c14e9;
    display: block;
  }

  .nav-link-5.menu {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
  }

  .nav-link-5.menu.sub_menu {
    justify-content: center;
    padding: 10px 20px 20px;
  }

  .nav-link-5.menu.sub_menu.w--current {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .navigation_menu_wrapper {
    z-index: 0;
    width: 100%;
    height: 100vh;
    box-shadow: none;
    background-color: #fff;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    padding: 0 8%;
    display: flex;
    inset: 0%;
  }

  .button_wrapper {
    display: none;
  }

  .image-21 {
    width: 30px;
  }

  .navigation_menu {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 80%;
    margin-top: 0;
    display: flex;
  }

  .button-10 {
    margin-bottom: 10px;
  }

  .button-10.dark {
    text-align: center;
  }

  .button-10.dark.w--current {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .button-10.dark.menu {
    text-align: center;
  }

  .menu-button.mobile {
    padding: 0;
  }

  .privacy_section {
    margin-top: 78px;
    padding-left: 0;
    padding-right: 0;
  }

  .privacy_content_wrapper {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .datatable_mobile {
    width: auto;
  }

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

  .read_more_data_wrapper {
    padding-left: 24px;
  }

  .content_wrapper {
    flex: 1;
    padding-left: 24px;
  }

  .container-12 {
    width: 90%;
  }

  .legal_bases_meaning_wrapper {
    padding-left: 24px;
  }

  .item_icon_header {
    flex-direction: row-reverse;
    align-items: flex-start;
    display: flex;
  }

  .item_icon_wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .mini_button.modal {
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .read_more_line {
    margin-left: 0;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .datatable_category_name, .datatable_category_name.center {
    font-size: 9px;
  }

  .read_more_content_wrapper {
    padding-left: 24px;
  }

  .privacy_icon {
    max-width: 16px;
    max-height: 16px;
    margin-right: 8px;
  }

  .privacy_icon.top-margin {
    margin-top: 12px;
  }

  .privacy_icon.top-margin.big {
    margin-top: 15px;
  }

  .column-4 {
    flex-direction: column;
    align-items: center;
  }

  .modal_privacy_icon {
    max-width: 16px;
    max-height: 16px;
    margin-right: 8px;
  }

  .column-3 {
    flex-direction: column;
    align-items: center;
  }

  .vertical_divider {
    width: 100%;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .modal_privacy {
    display: none;
  }

  .privacy_grid_modal {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cross_icon {
    max-width: none;
  }

  .footer_section {
    padding-bottom: 0;
    overflow: hidden;
  }

  .footer_column {
    align-items: center;
    padding-bottom: 0;
  }

  .h2_modal_privacy {
    text-align: center;
  }

  .social_links_wrapper {
    margin-top: 24px;
  }

  .modal-bg {
    width: 90%;
  }

  .modal_privacy_item_header {
    flex-direction: column;
  }

  .navbar-3 {
    height: auto;
    position: fixed;
  }

  .container-13 {
    width: 90%;
  }

  .container-13.header {
    height: auto;
    padding: 24px 20px;
  }

  .nav-link-6 {
    color: #4c14e9;
    display: block;
  }

  .nav-link-6.menu {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
  }

  .nav-link-6.menu.sub_menu {
    justify-content: center;
    padding: 10px 20px 20px;
  }

  .nav-link-6.menu.sub_menu.w--current {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .image-41 {
    width: 30px;
  }

  .container-14 {
    width: 90%;
  }

  .column-5 {
    flex-direction: column;
    align-items: center;
  }

  .text-field-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_63cbc916-c55d-169b-045a-68a38bad1de4-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1de5-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1de7-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1de8-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1de9-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dea-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1deb-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dec-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1def-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df0-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df2-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df3-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df4-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df5-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df6-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df7-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dfa-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dfb-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dfe-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dff-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1e00-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1e01-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dfd-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1e02-92887111 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4421751-0a05-29c5-453b-051e4bc3ab65-92887111 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_436e205a-d8bf-4936-a504-8f74a1214e19-92887111 {
  justify-self: center;
}

#w-node-ff5c72c7-0a84-677b-050c-ee17d6c09331-fffed7d9 {
  grid-area: Lateral-Menu;
}

#w-node-ff5c72c7-0a84-677b-050c-ee17d6c09348-fffed7d9 {
  grid-area: Content;
}

#w-node-_6cd003e5-b670-33b6-9fd0-314e1d589f32-45f5af79 {
  grid-area: Lateral-Menu;
}

#w-node-_6cd003e5-b670-33b6-9fd0-314e1d589f49-45f5af79 {
  grid-area: Content;
}

#w-node-_63cbc916-c55d-169b-045a-68a38bad1de4-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1de5-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1de7-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1de8-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1de9-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dea-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1deb-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dec-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1def-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df0-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df2-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df3-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df4-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df5-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df6-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df7-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dfa-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dfb-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dfe-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dff-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1e00-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1e01-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dfd-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1e02-ff95635a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4421751-0a05-29c5-453b-051e4bc3ab65-ff95635a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_436e205a-d8bf-4936-a504-8f74a1214e19-ff95635a {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_63cbc916-c55d-169b-045a-68a38bad1de8-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df3-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dfe-92887111, #w-node-_63cbc916-c55d-169b-045a-68a38bad1de8-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1df3-ff95635a, #w-node-_63cbc916-c55d-169b-045a-68a38bad1dfe-ff95635a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_436e205a-d8bf-4936-a504-8f74a1214e19-92887111 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}