:root {
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-gray: #f4f4f4;
  --relume-library-lite--rl-white: white;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.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: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  min-width: 230px;
  min-height: 46px;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px 30px;
  font-family: Roboto Flex, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
  font-weight: 400;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #e4e4e4;
  border-style: none;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  color: #fff;
  background-color: #caa209;
}

.button.tab:active {
  background-color: red;
}

.button.tab.w--current {
  background-color: #ddb51c;
}

.button.tab.w--current:hover {
  color: #fff;
  background-color: #ddb51c;
}

.navigation-link {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: red;
}

.navigation-link.w--current {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.navigation-link.w--current:hover {
  color: red;
}

.navigation-bar {
  background-color: #fff;
  background-image: linear-gradient(#0000, #0000);
  position: sticky;
  top: 0;
}

.navigation-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
  position: relative;
  right: auto;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #000;
  width: auto;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 15px;
  transition: border-color .5s;
}

.white-box:hover {
  border-color: #ddb51c;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
  padding-bottom: 0;
}

.white-box._2 {
  border-top-color: #d1d1d1;
  border-bottom-color: #d1d1d1;
  border-right-color: #d1d1d1;
}

.white-box._2:hover, .white-box._3:hover {
  border-color: #ddb51c;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: url('../images/Frame-33.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-bottom: 4px #69b9ff;
  padding-top: 195px;
  padding-bottom: 195px;
  padding-right: 150px;
}

.hero-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Roboto Flex, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.hero-subheading {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 230px;
  min-height: 0;
  max-height: 46px;
  font-family: Roboto Flex, sans-serif;
  font-weight: 400;
  display: flex;
}

.hollow-button.all-caps:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Roboto Flex, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.section-heading.centered.white {
  color: #fff;
  font-family: Roboto Flex, sans-serif;
}

.section-subheading.center {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
  line-height: 31px;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  background-color: #e4e4e4;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #000;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #000;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #000;
}

.grid-image._2 {
  padding: 10px;
}

.info-icon {
  float: left;
  color: #fff;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  color: #000;
  margin-left: 30px;
}

.footer-link.with-icon:hover, .footer-link-wrapper:hover {
  color: red;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 30px;
}

.white-text {
  color: #fff;
  border-bottom: 1px #000;
  margin-top: 20px;
  margin-bottom: 30px;
  text-decoration: none;
}

.form {
  margin-top: 40px;
}

.spc {
  color: #fff;
}

.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;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 100%;
  display: flex;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  box-shadow: 0 2px 5px #00000040;
}

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

.div-block-3 {
  text-align: left;
  display: flex;
}

.text-span {
  color: #fff;
  border-bottom: 1px solid red;
  font-weight: 600;
}

.paragraph {
  color: #000;
  padding-left: 77px;
  padding-right: 77px;
}

.image {
  width: 100%;
}

.image-2 {
  overflow: visible;
}

.bold-text {
  color: #000;
  font-family: Roboto Flex, sans-serif;
  font-weight: 400;
}

.body {
  color: #fff;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: #000;
}

.heading, .heading-2, .heading-3 {
  color: #000;
  font-weight: 400;
}

.paragraph-5 {
  color: #000;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-4 {
  color: #000;
  margin-bottom: 15px;
  font-family: Roboto Flex, sans-serif;
  font-weight: 400;
}

.paragraph-6 {
  color: #000;
}

.heading-5 {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.text-span-2 {
  border: 1px #000;
  border-bottom: 2px solid #ddb51c;
}

.text-span-3 {
  border-bottom: 1px solid red;
}

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

.text-span-5, .text-span-6, .text-span-7 {
  border-bottom: 1px solid red;
}

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

.text-span-9 {
  border-bottom: 1px red;
  font-weight: 400;
}

.text-span-10, .text-span-11 {
  border-bottom: 1px solid #ddb51c;
  font-weight: 400;
}

.heading-6 {
  color: #000;
  font-family: Roboto Flex, sans-serif;
  font-weight: 400;
}

.heading-7 {
  color: #000;
  font-weight: 400;
}

.paragraph-7 {
  color: #000;
  padding-left: 82px;
  padding-right: 82px;
}

.text-span-12 {
  border-bottom: 2px solid #ddb51c;
  font-weight: 400;
}

.text-span-13 {
  border-bottom: 2px solid #ddb51c;
  border-right: 1px red;
  font-weight: 400;
}

.paragraph-8 {
  color: #000;
}

.heading-8 {
  font-weight: 400;
}

.carru-div {
  background-image: url('../images/Industrie-16.04.2024-1.webp');
  background-position: 0 0;
  background-size: auto;
  min-width: 940px;
  min-height: 625px;
  margin-bottom: 40px;
}

.carru-div._1 {
  background-image: url('../images/Batiment---16.04.2024.jpg');
}

.carru-div._2 {
  background-image: url('../images/Protection-16.04.2024-1.webp');
}

.container-carru {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.carru-inf._1 {
  min-width: 0;
  max-width: 300px;
}

.carru-inf._3, .carru-inf._4, .carruinf._2 {
  max-width: 300px;
}

.carruinf._2.exp {
  margin-top: 5px;
  margin-left: 40px;
}

.carruinf._5 {
  max-width: 300px;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4.exp {
  min-width: 337px;
}

.text-carru {
  color: #91c9e8;
  text-align: left;
  font-size: 20px;
}

.ico-carru {
  width: 25px;
  height: 25px;
}

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

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

.div-block-6 {
  margin-top: 10px;
  padding-right: 0;
}

.descrip-carru {
  text-align: left;
  font-size: 12px;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blogpost1_author-text-large {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blogpost1_details-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.rl_blogpost1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.rl_blogpost1_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_blogpost1_spacing-block-8 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_blogpost1_spacing-block-7 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_tag-item {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_blogpost1_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.rl_blogpost1_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.rl_blogpost1_tag-list-wrapper {
  width: 50%;
}

.rl_blogpost1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_blogpost1_social-link {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  border-radius: 20px;
  padding: .25rem;
}

.rl_blogpost1_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.rl_blogpost1_spacing-block-6 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_blogpost1_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.rl_blogpost1_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.rl_blogpost1_spacing-block-5 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-text-rich-text {
  color: #000;
  font-family: Roboto Flex, sans-serif;
  font-weight: 400;
}

.rl_blogpost1_content {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_blogpost1_spacing-block-4 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blogpost1_image {
  object-fit: cover;
  background-image: url('../images/frame_35_4x.webp');
  background-position: 0 0;
  background-size: auto;
  width: auto;
  height: auto;
  margin-top: 5%;
  display: inline-block;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.rl_blogpost1_image-wrapper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.rl_blogpost1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blogpost1_text-divider {
  color: var(--relume-library-lite--rl-black);
  margin-left: .5rem;
  margin-right: .5rem;
}

.rl_blogpost1_date-wrapper {
  display: flex;
}

.rl_blogpost1_author-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blogpost1_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.rl_blogpost1_spacing-block-2 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_blogpost1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-breadcrumb-link-active {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link-active.w--current {
  font-weight: 600;
}

.rl-breadcrumb-divider {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-breadcrumb-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link.w--current {
  font-weight: 600;
}

.rl_blogpost1_breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_blogpost1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_blogpost1 {
  background-color: var(--relume-library-lite--rl-white);
}

.heading-9 {
  color: #000;
  text-align: center;
}

.bold-text-2 {
  font-family: Roboto Flex, sans-serif;
  font-weight: 400;
}

.bold-text-3 {
  color: #000;
}

.bold-text-4 {
  font-weight: 600;
}

.paragraph-9, .paragraph-10, .paragraph-11, .pt {
  font-family: Open Sans, sans-serif;
}

.ptt {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.paragraph-12, .paragraph-13, .paragraph-14 {
  color: #000;
}

.bold-text-5 {
  color: #9e9e9e;
}

@media screen and (min-width: 1920px) {
  .navigation-bar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container {
    flex-flow: row;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .rl_blogpost1_spacing-block-8, .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_image-wrapper {
    padding-top: 56.25%;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .rl_blogpost1_author-text-large {
    font-size: 1rem;
  }

  .rl_blogpost1_spacing-block-8 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-6 {
    padding-bottom: 1rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_blogpost1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .button {
    min-width: 200px;
    margin-bottom: 25px;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hamburger-button {
    color: #000;
  }

  .navigation-menu {
    background-color: #000;
  }

  .hero-section.centered {
    padding: 60px 10px;
  }

  .hero-heading {
    margin-bottom: 25px;
  }

  .hollow-button.all-caps {
    min-height: 46px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-heading.centered {
    margin-bottom: 30px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .container {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6 {
    margin-top: 20px;
  }

  .paragraph-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carru-div._1 {
    background-position: 0 0;
    background-size: cover;
    min-height: 720px;
  }

  .container-carru {
    max-width: 300px;
  }

  .carruinf._2.exp {
    margin-left: 0;
  }

  .text-carru {
    max-width: 200px;
  }

  .descrip-carru {
    margin-top: 20px;
  }

  .rl_blogpost1_author-wrapper {
    margin-bottom: 1rem;
  }

  .rl_blogpost1_tag-list {
    justify-content: flex-start;
  }

  .rl_blogpost1_tag-list-wrapper {
    width: 100%;
  }

  .rl_blogpost1_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_content-bottom, .rl_blogpost1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }
}


