@import url("https://fonts.googleapis.com/css?family=Open+Sans");
* {box-sizing: border-box;}
ol,ul{list-style:none}
img { width:100%; height: auto; }
body {
  float:left;
  width:100%;
  padding: 0;
  background-color: #f9f3f3;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  /**background:url(../images/bg.png) top center repeat-y;**/
  background-size:100% auto;
}
html{
  scroll-behavior: smooth;
}

section h1 {
  text-align: center;
}

section {
  width:100%;
  float:left;
  padding:0px;
}


section#header {
  background: linear-gradient(to right, #d6e5ec, #e1e9ec);
  float: none;
}
section#header h1 {
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 2001px) {
  section#header h1 {
    max-width: 2000px;
    margin: auto;
  }
}

section#header img {
  width: 100%;
  height: auto;
}

.footer {
  background-color: #196b23;
  clear: both;
}
.footer img {
  max-width: 1200px;
  margin: auto;
}

.custom-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
}
.custom-relative {
  position: relative;
}


.custom-img {
  display: block;
  height: auto;
}

#block_title1 .block-title {
  position: absolute;
  width: 100%;
  top: 0;
}
#block_title1 .block-title h1 {
  margin: 0;
}
#block_desc_types {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-top: 30px;
}
#block_desc_types > div {
  margin-top: 10px;
}
#block_desc_types > div:nth-child(2) {
  max-width: 600px;
  display: flex;
  flex-direction: row;
  align-items: end;
}

#block_5_steps {
  background-color: #e5f0df;
}

.custom-sub-list {
  list-style-position: outside;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: clamp(0.5rem, 0.5rem + 1.5vw, 1.5rem);
}
.custom-sub-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.custom-sub-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1.5em;
  line-height: 1;
}
.custom-sub-list li:nth-child(3n+1)::before { color: #28a13a; }
.custom-sub-list li:nth-child(3n+2)::before { color: #87b828; }
.custom-sub-list li:nth-child(3n+3)::before { color: #d0d521; }
.custom-sub-list li:nth-child(3n+4)::before { color: #eee327; }


.block-title h1 {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  font-size: clamp(1rem, 1rem + 2.5vw, 3.5rem);
}
.block-title h1 strong {
  color: #28a13a;
  font-size: clamp(1.1rem, 1rem + 2.7vw, 3.6rem);
}
.block-title h1::before,
.block-title h1::after {
  color: #ccc;
  font-weight: lighter;
  font-size: smaller;
  align-self: center;
}
.block-title h1::before {
  content: '[';
  margin-right: 2%;
}
.block-title h1::after {
  content: ']';
  margin-left: 2%;
}

#block_product_types {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#block_product_types a {
  width: 50%;
}

#block_title2 {
  margin-top: 30px;
}


@media (min-width: 0) {
  .container {
    /* max-width: 100%; */
    max-width: 1200px;
    /* min-width: 375px; */
    /* min-width: 760px; */
    margin-left: auto;
    margin-right: auto;
  }

  .custom-xs { display: block; }
  .custom-xl { display: none; }

  .custom-sub-list {
    padding-left: 0.25em;
    font-size: clamp(0.5rem, 0.225rem + 1.25vw, 1.5rem);
  }
  .custom-sub-list li {
    padding-left: 1em;
  }
}
@media (min-width: 550px) {
  .custom-sub-list {
    font-size: clamp(0.5rem, 0.5rem + 1.5vw, 1.5rem);
  }
}
@media (min-width: 640px) {
  .custom-sub-list {
    padding-left: 30px;
  }
  .custom-sub-list li {
    padding-left: 1.5em;
  }
}

@media (min-width: 2001px) {
  .custom-xs { display: none; }
  .custom-xl { display: block; }
}

@media (min-width: 1600px) {
  #block_desc_types {
    aspect-ratio: 1280/500;
  }
}

a {
  text-decoration: none;
  color: rgba(34, 34, 34, 0.8);
}
a:hover, a :focus {
  color: black;
}