/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/blocks/hero/hero.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
:root {
  --theme-font-h1: var(--wp--preset--font-size--h-1);
  --theme-font-h2: var(--wp--preset--font-size--h-2);
  --theme-font-h3: var(--wp--preset--font-size--h-3);
  --theme-font-h4: var(--wp--preset--font-size--h-4);
  --theme-font-h5: var(--wp--preset--font-size--h-5);
  --theme-font-h6: var(--wp--preset--font-size--h-6);
  --theme-gap-blocks-page: 140px;
  --theme-gap-blocks-single: 70px;
}
@media screen and (max-width: 768px) {
  :root {
    --wp--preset--font-size--paragraph: 15px;
    --wp--preset--font-size--h-1: 38px;
    --wp--preset--font-size--h-2: 36px;
    --wp--preset--font-size--h-3: 30px;
    --wp--preset--font-size--h-4: 24px;
    --wp--preset--font-size--h-5: 20px;
    --wp--preset--font-size--h-6: 16px;
    --theme-gap-blocks-page: 70px;
    --theme-gap-blocks-single: 70px;
  }
}

section.hero div.container {
  color: #fff;
}
section.hero div.container h1 {
  font-size: 30px !important;
  width: 100%;
  max-width: 700px;
}
@media (min-width: 500px) {
  section.hero div.container h1 {
    font-size: 50px !important;
  }
}
section.hero div.container div.description {
  width: 100%;
  max-width: 700px;
}
section.hero div.container div.description p {
  margin: 0;
}
section.hero.version1 {
  background: -webkit-gradient(linear, left top, right top, color-stop(16%, #0024d3), to(#88ea8d));
  background: -webkit-linear-gradient(left, #0024d3 16%, #88ea8d 100%);
  background: -moz-linear-gradient(left, #0024d3 16%, #88ea8d 100%);
  background: -o-linear-gradient(left, #0024d3 16%, #88ea8d 100%);
  background: linear-gradient(90deg, #0024d3 16%, #88ea8d 100%);
  padding: 100px 0;
}
section.hero.version1 div.container h1 {
  max-width: 100%;
}
section.hero.version1 div.container div.description a {
  color: #fff;
}
section.hero.version3 {
  background: -webkit-gradient(linear, left top, right top, color-stop(16%, #0024d3), to(#88ea8d));
  background: -webkit-linear-gradient(left, #0024d3 16%, #88ea8d 100%);
  background: -moz-linear-gradient(left, #0024d3 16%, #88ea8d 100%);
  background: -o-linear-gradient(left, #0024d3 16%, #88ea8d 100%);
  background: linear-gradient(90deg, #0024d3 16%, #88ea8d 100%);
  padding: 100px 0;
}
section.hero.version3 div.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  gap: 20px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
}
@media (max-width: 1150px) {
  section.hero.version3 div.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
section.hero.version3 div.container h1 {
  max-width: 100%;
  margin: 0;
}
section.hero.version3 div.container div.description {
  max-width: 100%;
}
section.hero.version3 div.container div.description a {
  color: #fff;
}
section.hero.version2 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background-color: var(--wp--preset--color--color-1);
  position: relative;
}
section.hero.version2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(16%, #0024d3), to(#88ea8d));
  background: -webkit-linear-gradient(left, #0024d3 16%, #88ea8d 100%);
  background: -moz-linear-gradient(left, #0024d3 16%, #88ea8d 100%);
  background: -o-linear-gradient(left, #0024d3 16%, #88ea8d 100%);
  background: linear-gradient(90deg, #0024d3 16%, #88ea8d 100%);
}
section.hero.version2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--color-1);
  opacity: 0.8;
  z-index: -1;
}
section.hero.version2 picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.hero.version2 picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero.version2 div.container {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: 100%;
}
section.hero.version2 div.container div.pictogram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 10px;
  color: var(--wp--preset--color--color-2);
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.hero.version2 div.container div.pictogram img {
  height: 40px;
  width: auto;
}
section.hero.version2 div.container h1 {
  max-width: 700px;
}
section.hero.version2 div.container div.description a {
  color: var(--wp--preset--color--color-2);
}
section.hero.version4 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
section.hero.version4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--color-1);
  opacity: 0.8;
  z-index: -1;
}
section.hero.version4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(16%, #0024d3), to(#88ea8d));
  background: -webkit-linear-gradient(left, #0024d3 16%, #88ea8d 100%);
  background: -moz-linear-gradient(left, #0024d3 16%, #88ea8d 100%);
  background: -o-linear-gradient(left, #0024d3 16%, #88ea8d 100%);
  background: linear-gradient(90deg, #0024d3 16%, #88ea8d 100%);
}
section.hero.version4 picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.hero.version4 picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero.version4 div.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  section.hero.version4 div.container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
section.hero.version4 div.container h1 {
  max-width: 700px;
}
section.hero.version4 div.container div.description a {
  color: var(--wp--preset--color--color-2);
}
section.hero.version5 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background-color: var(--wp--preset--color--color-1);
  position: relative;
  overflow: hidden;
}
section.hero.version5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(16%, #0024d3), to(#88ea8d));
  background: -webkit-linear-gradient(left, #0024d3 16%, #88ea8d 100%);
  background: -moz-linear-gradient(left, #0024d3 16%, #88ea8d 100%);
  background: -o-linear-gradient(left, #0024d3 16%, #88ea8d 100%);
  background: linear-gradient(90deg, #0024d3 16%, #88ea8d 100%);
}
section.hero.version5:before {
  content: url(../svg/shape-line-materiact-white-2.svg);
  position: absolute;
  bottom: 11%;
  left: 2%;
  right: 8%;
  width: 110%;
  height: 125%;
}
section.hero.version5 .container {
  position: relative;
  z-index: 1;
}
section.hero.version5 .tags {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
section.hero.version5 .description {
  max-width: 1024px !important;
}
section.hero.version5 .description p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 1024px) {
  section.hero.version5 .description p {
    font-size: 34px;
    line-height: 50px;
  }
}
section.hero.version5 .keys-featured-list {
  margin-top: 60px;
  display: grid;
  gap: 30px 120px;
}
@media (min-width: 600px) {
  section.hero.version5 .keys-featured-list {
    gap: 40px 120px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  section.hero.version5 .keys-featured-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.hero.version5 .keys-featured-list .key {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 10px;
}
section.hero.version5 .keys-featured-list .key picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 70px;
}
section.hero.version5 .keys-featured-list .key picture img {
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
section.hero.version5 .keys-featured-list .content p {
  margin-top: 0;
}
section.hero.version5 .keys-featured-list .content p:last-of-type {
  margin-bottom: 0;
}
section.hero:first-of-type {
  padding-top: 180px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
