:root {
  --white: white;
  --black--100: #111;
  --bambino-primary: #7e257a;
  --bambino-green: #75ae12;
  --grey--extra-light: #f7f7f7;
  --grey--extra-light--80: rgba(247, 247, 247, .8);
  --grey--medium: #82848b;
  --grey--dark: #3c3d41;
  --grey: white;
  --bambino-blue: #3b68ff;
  --black: black;
  --grey--light: #ced0d5;
  --babino-green-light: #c4e884;
  --quetermary: rgba(253, 214, 99, .4);
  --color-3: rgba(172, 213, 100, .2);
  --color-2: white;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  z-index: 100;
  background-color: var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 64px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand.mobile-only {
  display: none;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--black--100);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  background-color: var(--bambino-primary);
  color: var(--white);
  letter-spacing: .25px;
  text-transform: none;
  border-radius: 4px;
  padding: 12px 34px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block {
  color: var(--bambino-green);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.hero-heading-left {
  background-color: var(--white);
  color: var(--white);
  border-bottom: 1px #e4ebf3;
  padding: 72px 0 72px 64px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-split.right {
  padding-left: 10px;
  padding-right: 0;
}

.hero-split.left {
  padding-right: 10px;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading {
  font-family: Poppins, sans-serif;
  font-size: 46px;
  line-height: 60px;
}

.heading-2 {
  color: var(--bambino-green);
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  line-height: 60px;
}

.text-span {
  color: var(--black--100);
}

.paragraph {
  color: var(--black--100);
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.button {
  background-color: var(--bambino-primary);
  color: var(--white);
  letter-spacing: .25px;
  border-radius: 4px;
  padding: 12px 34px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button.with-scroll {
  margin-top: 60px;
}

.text-block-2 {
  color: var(--black--100);
  margin-left: 6px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.div-block {
  background-color: var(--grey--extra-light);
  border-radius: 6px;
  margin-top: 24px;
  margin-right: 12px;
  padding: 9px 12px;
  display: flex;
}

.image {
  color: var(--bambino-green);
}

.div-block-2 {
  display: flex;
}

.hero-stack {
  background-color: var(--white);
  border-bottom: 0 #e4ebf3;
  padding: 48px 64px 88px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-bottom: 92px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  color: var(--black--100);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  line-height: 44px;
}

.image-2 {
  margin-top: 6px;
}

.text-block-3 {
  color: var(--bambino-green);
  text-align: left;
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-4 {
  color: var(--black--100);
  text-align: left;
  margin-top: 12px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-5 {
  color: var(--black--100);
  text-align: left;
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-3 {
  width: 347px;
  padding-left: 12px;
  padding-right: 12px;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-6 {
  color: var(--grey--medium);
  text-align: left;
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.hero-heading-center {
  background-color: var(--grey--extra-light);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.text-block-7 {
  color: var(--grey--dark);
  text-align: center;
  max-width: 647px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-5 {
  background-color: var(--grey);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 300px;
  height: 483px;
  margin-top: 0;
  padding: 24px 0 0;
  display: flex;
  position: relative;
}

.text-block-8 {
  color: var(--bambino-blue);
  text-align: center;
  width: auto;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
}

.text-block-8.green {
  color: var(--bambino-green);
}

.text-block-9 {
  color: var(--black);
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-span-2 {
  color: var(--bambino-blue);
}

.text-span-2.green {
  color: var(--bambino-green);
}

.image-3 {
  margin-bottom: 12px;
}

.div-block-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-span-3 {
  color: var(--bambino-green);
}

.text-block-10 {
  background-color: var(--white);
  color: var(--black--100);
  border-radius: 100%;
  margin-left: 58px;
  margin-right: 58px;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.image-4 {
  margin-bottom: 12px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  background-color: var(--white);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 46px;
  padding: 12px 24px;
  display: flex;
}

.text-block-11 {
  color: var(--bambino-green);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-12 {
  color: var(--black--100);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.image-5 {
  margin-bottom: 8px;
}

.div-block-9 {
  position: static;
  right: -46px;
}

.div-block-10 {
  justify-content: space-between;
  align-items: center;
  margin-top: 61px;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
}

.div-block-11 {
  background-color: var(--grey--light);
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-12 {
  background-color: var(--grey--light);
  color: var(--grey--light);
  flex: 1;
  width: 11%;
  height: 1px;
}

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.text-block-13 {
  color: var(--black--100);
  text-align: center;
  border-radius: 0;
  padding: 8px 24px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.text-span-4 {
  font-size: 12px;
  line-height: 16px;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  font-weight: 600;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  display: flex;
}

.text-block-14 {
  color: var(--black--100);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-15 {
  color: var(--black--100);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.text-block-16 {
  color: var(--black--100);
  text-align: center;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.hero-heading-right {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 120px 64px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-wrapper-3 {
  background-color: var(--grey--extra-light);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.text-block-17 {
  color: var(--black--100);
  -webkit-text-stroke-color: var(--black--100);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-10, .text-span-11 {
  color: var(--bambino-green);
  font-weight: 600;
}

.image-6 {
  margin-bottom: 12px;
}

.container-6 {
  flex-flow: column;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-18 {
  color: var(--black--100);
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-19 {
  color: var(--black--100);
  margin-top: 12px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.hero-stack-2 {
  background-color: var(--white);
  border-bottom: 0 #e4ebf3;
  padding: 0 30px 120px;
  position: relative;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two-3.wider {
  min-width: 100%;
  max-width: 100%;
  position: static;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.heading-4 {
  color: var(--black--100);
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.hero-stack-3 {
  background-color: var(--grey--extra-light);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px 100px;
  position: relative;
}

.heading-5 {
  font-size: 37px;
}

.text-block-20 {
  color: var(--grey--dark);
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-20._0-margin {
  margin-bottom: 0;
}

.text-block-20._0-margin._740 {
  max-width: 740px;
  font-size: 16px;
}

.hero-heading-left-2 {
  background-color: var(--grey--extra-light);
  border-bottom: 1px #e4ebf3;
  padding: 120px 30px 80px;
  display: none;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-6 {
  color: var(--black);
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
}

.text-block-21 {
  font-size: 24px;
}

.text-block-22 {
  font-family: Poppins, sans-serif;
}

.text-block-23 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.text-span-12 {
  color: var(--bambino-green);
}

.div-block-15 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.form {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-block {
  flex-flow: row;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  display: flex;
}

.text-field {
  border: 1px solid var(--grey--light);
  color: var(--black);
  border-radius: 6px;
  align-self: auto;
  height: 48px;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.select-field {
  border: 1px solid var(--grey--light);
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  height: 48px;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.submit-button {
  background-color: var(--bambino-primary);
  color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 12px 34px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 0;
  display: flex;
}

.text-block-24 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.section {
  background-color: rgba(172, 213, 100, .4);
  padding-left: 205px;
  padding-right: 205px;
  display: none;
}

.text-block-25 {
  color: var(--bambino-green);
  margin-left: 6px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.hero-heading-left-3 {
  border-top: 1px solid var(--grey--light);
  background-color: var(--white);
  border-bottom: 1px #000;
  padding: 120px 30px 80px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.hero-wrapper-5 {
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55%;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-7 {
  color: var(--black);
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 34px;
}

.text-block-26 {
  color: var(--black);
  margin-top: 12px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-17 {
  max-width: 44%;
  display: flex;
}

.text-block-27 {
  margin-top: 12px;
}

.footer-light {
  border: 1px solid var(--grey--light);
  background-color: var(--grey--extra-light);
  padding: 40px 64px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-block-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--black);
  margin-top: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-container {
  padding-left: 24px;
}

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

.footer-form-field {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--grey--light);
  color: var(--grey--dark);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  max-width: 212px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--grey--light);
  background-color: var(--white);
  background-image: url('../images/send.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-copyright {
  color: var(--grey--medium);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.section-2 {
  background-color: var(--grey--extra-light);
  flex-flow: row;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  overflow: visible;
}

.text-block-28 {
  font-family: Poppins, sans-serif;
}

.text-block-29 {
  color: var(--black);
  white-space: nowrap;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-29.last {
  padding-right: 0;
}

.div-block-18 {
  flex: 1;
  min-width: 0%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  left: auto;
  overflow: hidden;
}

.image-7, .image-8, .image-9 {
  margin-right: 6px;
}

.div-block-19 {
  flex: 1;
  display: flex;
  overflow: hidden;
}

.div-block-20 {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  min-width: 100%;
  display: flex;
  position: relative;
}

.text-block-30 {
  color: var(--grey--dark);
  -webkit-text-stroke-color: var(--grey--dark);
  margin-top: 25px;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.image-10 {
  position: absolute;
  top: -16px;
  right: -68px;
}

.image-11, .image-12, .image-13 {
  margin-right: 6px;
}

.text-block-31 {
  color: var(--black);
  text-align: left;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.div-block-21 {
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-32 {
  color: var(--grey--medium);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-33 {
  color: var(--bambino-green);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-34 {
  color: var(--black);
  text-align: left;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-35 {
  color: var(--black);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.div-block-22 {
  margin-bottom: 12px;
  display: flex;
}

.image-14 {
  margin-right: 12px;
}

.div-block-23 {
  border: 1px solid var(--grey--light);
  background-color: var(--white);
  border-radius: 6px;
  width: 348px;
  margin-top: 0;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-23.favorit {
  border-width: 3px;
  border-color: var(--babino-green-light);
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 24px;
}

.image-15 {
  margin-right: 12px;
}

.div-block-24 {
  clear: none;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: 0 auto;
  display: flex;
  overflow: visible;
}

.image-16 {
  margin-right: 12px;
}

.div-block-25 {
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.text-block-36 {
  color: var(--black--100);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-26 {
  background-color: var(--quetermary);
  border-radius: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 12px 6px 6px;
  display: flex;
}

.div-block-26.price {
  background-color: var(--color-3);
}

.image-17 {
  margin-right: 10px;
}

.text-block-37 {
  color: var(--black);
  text-align: left;
  margin-top: 16px;
  padding-left: 13px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.div-block-27 {
  justify-content: space-between;
  padding-top: 12px;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
}

.text-block-38 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-decoration: line-through;
}

.text-block-39 {
  color: var(--bambino-green);
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.text-span-13 {
  color: var(--bambino-green);
  font-weight: 600;
}

.text-span-14 {
  font-weight: 600;
}

.div-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  min-width: 0%;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: -20px;
  padding-bottom: 20px;
  display: flex;
  overflow: auto;
}

.div-block-29 {
  width: 313px;
  min-width: 313px;
}

.text-span-15, .text-span-16 {
  font-weight: 600;
}

.div-block-30 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.image-18 {
  align-self: auto;
}

.image-19 {
  cursor: pointer;
  margin-right: 0;
}

.link-block {
  background-color: var(--bambino-primary);
  border-radius: 4px;
  padding: 12px 34px 12px 38px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: #b960b5;
}

.link-block.over-scroll {
  cursor: pointer;
  margin-top: 60px;
}

.link-block.navbar {
  display: none;
}

.text-block-40 {
  outline-offset: 0px;
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: rgba(87, 0, 0, 0);
  background-color: rgba(126, 37, 122, 0);
  border-radius: 4px;
  outline: 3px #570000;
  margin-right: 8px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #f5efef;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: -2rem;
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  overflow: hidden;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  transform: rotate(-45deg);
}

.modal-content-w {
  padding: 3rem;
}

.modal-1-popup {
  z-index: 25;
  background-color: rgba(41, 40, 40, .4);
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.modal {
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
  border-radius: .75rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn-w {
  color: #fffefa;
  text-align: center;
  background-color: #4353ff;
  border-radius: 2em;
  min-width: 11em;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-w:hover {
  background-color: #3e4ceb;
}

.image-20 {
  display: block;
}

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

.modal-background {
  filter: blur(5px);
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, .15);
  width: 100%;
  height: 100%;
  position: static;
}

.modal-container {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 12px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  width: 90%;
  max-width: 1027px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.div-block-32 {
  background-color: rgba(172, 213, 100, .4);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 26px 12px 34px;
  display: flex;
}

.div-block-32.success {
  background-color: var(--white);
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
}

.text-block-41 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-42 {
  color: #009934;
  margin-left: 6px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.image-24 {
  margin-left: 13px;
}

.div-block-33, .div-block-34 {
  display: flex;
}

.div-block-35 {
  padding-top: 60px;
  padding-left: 34px;
  padding-right: 34px;
}

.image-25 {
  margin-right: 12px;
}

.text-block-43 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-36 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 60px 34px;
  display: flex;
}

.div-block-37 {
  width: 55%;
}

.div-block-38 {
  width: 45%;
}

.text-block-44 {
  color: var(--black);
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}

.text-block-45 {
  color: var(--black);
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.text-span-17 {
  color: var(--bambino-green);
}

.text-field-2, .text-field-3 {
  color: var(--black);
  border-radius: 6px;
  height: 48px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.submit-button-2 {
  background-color: var(--bambino-primary);
  color: var(--white);
  border-radius: 4px;
  width: 100%;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-39 {
  background-color: var(--grey--extra-light);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-right: 0;
  padding: 24px 34px;
}

.text-block-46 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-47 {
  color: var(--black);
  margin-top: 12px;
  font-family: Poppins, sans-serif;
}

.image-26 {
  cursor: pointer;
  padding: 8px;
}

.image-26.success {
  order: 0;
}

.text-block-48 {
  color: var(--black);
  margin-right: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-40 {
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
}

.div-block-41 {
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.text-block-49 {
  color: var(--black);
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}

.text-block-50 {
  font-family: Poppins, sans-serif;
}

.text-block-51 {
  color: var(--black);
  text-align: left;
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.text-span-18 {
  color: var(--bambino-green);
}

.text-block-52 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-block-53 {
  color: var(--bambino-green);
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.success-message {
  border-radius: 12px;
  padding: 0;
}

.text-block-54 {
  color: var(--bambino-primary);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.div-block-42 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  margin-top: 24px;
  display: flex;
}

.text-block-55 {
  color: #e44c4c;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.image-27 {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: auto;
  max-width: 424px;
}

.image-28 {
  cursor: pointer;
}

.div-block-44 {
  display: flex;
  overflow: hidden;
}

.utility-page-wrap {
  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;
  width: 260px;
  display: flex;
}

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

.text-block-56 {
  text-align: left;
  font-family: Poppins, sans-serif;
}

.text-span-19, .text-span-20, .text-span-21 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.text-span-22 {
  font-weight: 600;
}

.text-span-23 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.text-span-24, .text-span-25 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.text-span-26, .text-span-27, .text-span-28, .text-span-29 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.fs-cc-banner3_text {
  color: var(--bambino-green);
  font-size: 1.25rem;
  font-weight: 700;
}

.fs-cc-banner3_text-link {
  color: #4b53eb;
  border-bottom: 2px solid #4b53eb;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner3_paragraph {
  color: #000;
  margin-top: .75rem;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
}

.fs-cc-banner3_button {
  background-color: var(--bambino-green);
  color: #fff;
  border-radius: 500px;
  padding: .875rem 2rem;
  font-size: 1.125rem;
  text-decoration: none;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  border: 2px solid var(--grey--medium);
  color: var(--grey--medium);
  background-color: rgba(223, 105, 102, 0);
  margin-right: .75rem;
  text-decoration: none;
}

.fs-cc-banner3_button-text {
  display: inline-block;
}

.fs-cc-banner3_button-icon {
  width: 1rem;
  margin-right: .625rem;
}

.fs-cc-banner3_block {
  margin-right: 2rem;
}

.fs-cc-banner3_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-cc-banner3_component {
  z-index: 998;
  background-color: #fff;
  border-radius: 1rem;
  margin: 2rem;
  padding: 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 12px rgba(0, 0, 0, .1);
}

.fs-cc-manager3-link {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.fs-cc-manager3_icon {
  color: var(--bambino-green);
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.fs-cc-manager3_text {
  color: var(--bambino-green);
  margin-left: .625rem;
  font-weight: 700;
  display: inline-block;
}

.fs-cc-prefs3_checkbox-label {
  display: none;
}

.fs-cc-prefs3_component {
  z-index: 997;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fs-cc-prefs3_buttons-wrapper {
  background-color: #f2f3ff;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem 2rem;
  display: flex;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs3_title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

.fs-cc-prefs3_checkbox {
  border-radius: 999rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: .75rem;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  background-color: #129657;
  background-size: 16px;
  border-color: #129657;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #129657;
}

.fs-cc-preferences3_close-icon {
  color: var(--bambino-green);
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs3_option {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.fs-cc-prefs3_header {
  background-color: var(--bambino-green);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.fs-cc-prefs3_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-prefs3_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs3_button {
  border: 2px solid var(--bambino-green);
  background-color: var(--bambino-green);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  padding: .875rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  color: #7e7e7e;
  background-color: #fff;
  border-color: #a8a8a8;
  margin-right: .75rem;
}

.fs-cc-prefs3_close {
  background-color: #fff;
  border-radius: 999rem;
  padding: .75rem;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: auto;
  right: 2rem;
}

.fs-cc-prefs3_content {
  padding: 2rem;
}

.fs-cc-prefs3_line {
  background-color: #e9e9e9;
  flex: 1;
  height: 1px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.fs-cc-prefs3_submit {
  color: #fff;
  text-align: center;
  background-color: #4b53eb;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.fs-cc-prefs3_label {
  color: #4b53eb;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.fs-cc-prefs3_icon {
  color: #fff;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
}

.fs-cc-prefs3_form-wrapper {
  background-color: #fff;
  border-radius: .75rem;
  max-width: 45rem;
  margin-bottom: 0;
  overflow: hidden;
}

.fs-cc-prefs3_form {
  position: relative;
}

.text-block-57 {
  font-family: Poppins, sans-serif;
}

.text-block-58 {
  margin-top: 10px;
}

.checkbox-label {
  font-family: Poppins, sans-serif;
}

.checkbox {
  font-size: 14px;
}

.checkbox-field {
  margin-top: 8px;
}

.text-span-30 {
  color: var(--bambino-primary);
  text-decoration: none;
}

.text-span-31, .text-span-32 {
  color: var(--bambino-primary);
  text-decoration: underline;
}

.modal-newsletter {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-span-33 {
  color: var(--bambino-green);
}

.image-29 {
  height: 26px;
}

.image-30 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left {
    margin-left: 0;
    margin-right: 0;
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .modal {
    display: flex;
  }

  .div-block-32 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .image-26 {
    padding: 8px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper-two-2 {
    margin-bottom: 60px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    width: 20px;
    height: 20px;
  }

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

  .text-block-13 {
    font-size: 14px;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-9 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    padding-left: 0;
  }

  .footer-form-block {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form-field {
    max-width: 212px;
  }

  .div-block-18.mobile-none {
    display: none;
  }

  .text-block-37 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .div-block-27 {
    justify-content: space-between;
    margin-top: 12px;
    padding-left: 13px;
    padding-right: 13px;
    display: flex;
  }

  .text-block-38 {
    color: var(--black);
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-decoration: line-through;
  }

  .text-block-39 {
    color: var(--black);
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 22px;
  }

  .text-span-13, .text-span-14 {
    font-weight: 600;
  }

  .div-block-28 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    object-fit: fill;
    flex: 0 auto;
    align-self: auto;
    align-items: stretch;
    margin-top: 60px;
    display: flex;
    overflow: auto;
  }

  .div-block-29 {
    width: 313px;
    margin-right: 0;
  }

  .div-block-36 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 34px 12px;
  }

  .div-block-37, .div-block-38 {
    width: 100%;
  }

  .image-30 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left, .hero-stack, .hero-heading-center, .hero-heading-right, .hero-stack-2, .hero-stack-3, .hero-heading-left-2, .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .modal-content-w {
    padding: 2rem;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    background-color: rgba(247, 247, 247, .8);
  }

  .navbar-logo-left-container.shadow-three {
    background-color: rgba(255, 255, 255, 0);
    width: auto;
    max-width: none;
    padding: 8px 12px;
  }

  .container {
    width: auto;
    max-width: none;
  }

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

  .navbar-brand.mobile-only {
    margin-right: 8px;
    display: flex;
  }

  .nav-menu-wrapper {
    z-index: auto;
    width: auto;
    margin-top: 0;
    display: none;
    position: relative;
  }

  .nav-menu-two {
    z-index: 100;
    border-radius: 0;
    flex-direction: column;
    width: 100vw;
    margin-top: 0;
    position: relative;
    left: 0;
    right: 0;
  }

  .hero-heading-left {
    padding: 0 0 20px;
  }

  .container-2 {
    max-width: none;
  }

  .hero-wrapper {
    margin-bottom: 0;
  }

  .hero-split.right {
    display: none;
  }

  .hero-split.left {
    margin-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-2 {
    margin-top: 30px;
  }

  .div-block, .div-block.mobile {
    background-color: var(--grey--extra-light--80);
  }

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

  .div-block-2.mobile {
    object-fit: fill;
    margin-left: 13px;
    display: flex;
    position: absolute;
    bottom: 13px;
    left: 0;
  }

  .hero-stack {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-3 {
    max-width: none;
  }

  .hero-wrapper-two-2 {
    margin-bottom: 40px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .heading-3 {
    font-size: 34px;
  }

  .div-block-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .div-block-5 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-6 {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-11 {
    width: 14px;
    height: 14px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .text-block-13 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .hero-heading-right {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-5 {
    max-width: none;
  }

  .container-6, .hero-stack-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-stack-3 {
    padding: 40px 12px 60px;
  }

  .container-7 {
    max-width: none;
  }

  .hero-heading-left-3 {
    padding-bottom: 70px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-8 {
    max-width: none;
  }

  .hero-wrapper-5 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column-reverse;
    margin-bottom: 0;
  }

  .hero-split-5 {
    margin-bottom: 0;
  }

  .div-block-17 {
    max-width: 100%;
  }

  .container-9 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 40px;
  }

  .footer-form-container {
    padding-left: 0;
  }

  .footer-form-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-field {
    width: 100%;
    max-width: none;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .section-2 {
    display: none;
  }

  .text-block-29 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-18 {
    overflow: hidden;
  }

  .div-block-20 {
    overflow: visible;
  }

  .div-block-20.mobile-none {
    display: flex;
    overflow: hidden;
  }

  .image-10 {
    width: 109px;
    max-width: none;
    top: -13px;
    right: -32px;
  }

  .image-11, .image-12, .image-13 {
    width: 18px;
    height: 18px;
  }

  .div-block-23 {
    width: 100%;
    padding-bottom: 24px;
  }

  .div-block-24 {
    flex-flow: column;
  }

  .div-block-30 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .image-19 {
    margin-right: 0;
  }

  .link-block.navbar {
    padding: 10px 16px;
    display: flex;
  }

  .text-block-40 {
    margin-right: 8px;
  }

  .text-block-40.navbar {
    background-color: var(--bambino-primary);
    margin-right: 0;
    padding: 10px 16px;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .modal-content-w {
    padding: 1.5rem;
  }

  .modal-1-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    top: 0%;
  }

  .btn-w {
    font-size: .9375rem;
  }

  .image-20 {
    min-width: 100%;
    display: block;
  }

  .div-block-31 {
    flex-flow: row;
    min-width: 100%;
    margin-top: -63px;
    display: flex;
    position: relative;
  }

  .image-21, .image-22, .image-23 {
    min-width: 100%;
  }

  .margin {
    margin-top: 60px;
  }

  .modal-container {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .div-block-32 {
    border-radius: 0;
    min-width: 100px;
    padding-left: 12px;
    padding-right: 4px;
  }

  .div-block-32.success {
    padding-left: 12px;
    padding-right: 4px;
  }

  .text-block-42 {
    margin-left: 0;
  }

  .div-block-33 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
  }

  .div-block-39 {
    border-radius: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-40 {
    width: 100%;
    display: flex;
  }

  .container-10 {
    width: 100%;
  }

  .div-block-41 {
    border-radius: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block-49, .text-block-53 {
    text-align: left;
  }

  .success-message {
    border-radius: 0;
  }

  .image-27 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    max-width: 100%;
  }

  .div-block-43 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-prefs3_title {
    font-size: 1.125rem;
  }

  .fs-cc-prefs3_option {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-bottom: .25rem;
    margin-right: 0;
  }

  .fs-cc-prefs3_line {
    min-width: .75rem;
    margin-left: .75rem;
    margin-right: .75rem;
    display: none;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    display: flex;
  }

  .fs-cc-prefs3_label {
    font-size: .75rem;
  }

  .fs-cc-prefs3_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .fs-cc-prefs3_form-wrapper {
    width: 100%;
  }

  .image-29 {
    display: none;
  }

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


