:root {
  --color-2: #4f4745;
  --color-3: #dacdb9;
  --color: #54595f;
  --color-4: #a6a48d;
  --white: white;
  --black: black;
  --cta: #a39bff;
  --hover: #5b4dff;
  --hover-2: rgba(0, 0, 0, .1);
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--color-2);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: lower-alpha;
}

strong {
  font-weight: bold;
}

.todelete {
  text-align: left;
  background-color: #ffe837;
  margin-bottom: 0;
  padding: 40px 15%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: none;
}

.todelete strong {
  font-weight: 800;
}

.form_component {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.returnbtn {
  z-index: 1000;
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 2px solid #000;
  display: none;
  position: fixed;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.contact_component {
  width: 100%;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--color-2);
  color: var(--color-2);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  transition: color .35s cubic-bezier(.25, .46, .45, .94), background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  background-color: var(--color-2);
  color: var(--color-3);
}

.button.tablet-mobile {
  display: none;
}

.button_component {
  cursor: pointer;
  margin-top: 20px;
  text-decoration: none;
}

.button_icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  max-width: 1100px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.is-centred {
  align-items: center;
}

.section.is-technical {
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/login-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  display: flex;
}

.section.bg-image {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/imcos-servizi-home-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 250px 100px;
}

.section.padding-large {
  padding: 57px 228px;
}

.header_component {
  z-index: 9;
  min-height: 100vh;
  background-color: var(--color-3);
  justify-content: center;
  align-items: center;
  padding: 100px 20px 40px;
  display: flex;
  position: relative;
}

.scroll_lottie {
  width: 60px;
  height: 60px;
}

.nav_component {
  z-index: 10;
  grid-row-gap: 48px;
  background-color: var(--color-3);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 19px 60px 18px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cookie-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #cacaca;
  background-image: url('../images/check_dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #cacaca;
  border-radius: 30px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-prefs_checkbox.w--redirected-checked {
  background-color: #4353ff;
  background-image: url('../images/check_dot.svg');
  background-position: 100%;
  background-size: contain;
  border-color: #4353ff;
}

.cookie-prefs_checkbox.w--redirected-focus {
  box-shadow: none;
}

.cookie-prefs_open-txt {
  height: 24px;
  opacity: .5;
  color: #000;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: 70px;
}

.cookie-prefs_trigger, .cookie-banner_trigger, .manager_trigger {
  display: none;
}

.fit-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-logo_container {
  width: 120px;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-logo_container.menu {
  display: none;
}

.list {
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: none;
  display: flex;
}

.navbar_link {
  color: var(--color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.navbar_link:hover {
  color: #333;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.navbar_link.w--current {
  background-image: url('../images/pointer.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 5px 5px;
}

.nav-line {
  width: 1px;
  height: 10px;
  background-color: rgba(84, 89, 95, .5);
}

.form_text {
  font-size: .78em;
  line-height: 1.4;
}

.form {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6e6e6e;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_wrap {
  width: 100%;
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-2.contact {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.contact_column {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact_column.gap {
  width: 60%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.contact_column.gap.width-50 {
  width: 50%;
}

.button_tertiary {
  color: #2e2e2e;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding: 6px 4px;
  font-size: 1em;
  line-height: 1;
  transition: border-color .5s cubic-bezier(.455, .03, .515, .955), letter-spacing .5s cubic-bezier(.455, .03, .515, .955), padding .5s cubic-bezier(.455, .03, .515, .955);
}

.button_tertiary:hover {
  letter-spacing: .5px;
  border-bottom-color: #2e2e2e;
  padding-left: 10px;
  padding-right: 10px;
}

.form_link {
  color: #474747;
}

.form_field {
  color: #6e6e6e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #6e6e6e;
  border-bottom-style: solid;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.form_field:focus {
  border-bottom-color: #6e6e6e;
}

.form_field::-ms-input-placeholder {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 1;
}

.form_field::placeholder {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 1;
}

.form_field.message {
  min-height: 100px;
  border-style: solid;
  padding: 10px;
}

.form_field.capitalize {
  text-transform: capitalize;
}

.form_field.capitalize::-ms-input-placeholder {
  text-transform: none;
}

.form_field.capitalize::placeholder {
  text-transform: none;
}

.checkbox_wrap {
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.form_title {
  margin-bottom: 32px;
  font-size: 45px;
  font-weight: 100;
  line-height: 40px;
letter-spacing: -2px;
}

.form_checkbox {
  color: #474747;
  flex: none;
  margin-top: 2px;
  margin-right: 10px;
}

.form_checkbox.w--redirected-checked {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

.form_checkbox.w--redirected-focus {
  box-shadow: none;
}

.mappa {
  width: 100%;
  height: 500px;
}

.contact_wrap {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.contact_wrap.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
}

.contact_container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-small {
  color: var(--color-4);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.text-small.color-2 {
  color: var(--color-2);
}

.text-small.color-2.size-9 {
  max-width: 450px;
  font-size: 9px;
  line-height: 14px;
}

.link-contatti {
  color: var(--color-2);
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .35s;
}

.link-contatti:hover {
  text-decoration: underline;
}

.link-contatti.width-160 {
  width: 160px;
  text-decoration: none;
}

.link-contatti.width-160:hover {
  text-decoration: underline;
}

.link-contatti.size-40 {
  font-size: 40px;
  font-weight: 100;
  line-height: 45px;
  transition-property: none;
}

.link-contatti.size-40:hover {
  text-decoration: none;
}

.section-title {
  max-width: 900px;
  color: var(--color-3);
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
}

.footer_component-copy {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  background-color: var(--color-2);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  padding: 19px 228px 18px;
  display: grid;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer-row {
  grid-column-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.footer-row.is-centred {
  justify-content: center;
}

.footer_link {
  color: var(--color-3);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .35s;
}

.footer_link:hover {
  color: var(--color-4);
  background-repeat: repeat;
  background-size: auto;
}

.footer_link.w--current {
  background-image: url('../images/pointer.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 5px 5px;
}

.footer-line {
  width: 1px;
  height: 10px;
  background-color: var(--color-3);
}

.footer-logo_container {
  width: 120px;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-title {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 100;
  line-height: 75px;
}

.paragraph {
  width: 396px;
  color: var(--color);
  text-align: justify;
}

.text_column {
  width: 50%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.partner-logo {
  width: 197px;
  height: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-medium {
  color: var(--color-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.nav-space {
  width: 168px;
}

.stylesheet {
  min-width: 30%;
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  background-color: rgba(0, 0, 0, .16);
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 0 .5rem .5rem;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 40px;
  display: none;
  position: relative;
}

.policy-flag {
  flex-direction: row;
  align-items: flex-start;
  font-size: 13px;
  display: flex;
}

.button-4 {
  cursor: pointer;
  font-size: 14px;
}

.button-4.is-submit {
  width: 100%;
  background-color: var(--color-2);
  color: var(--color-3);
  align-self: flex-start;
  font-size: 16px;
  transition: color .35s, background-color .35s;
}

.button-4.is-submit:hover {
  color: var(--color-2);
  background-color: rgba(0, 0, 0, 0);
}

.button-4.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color-3);
  align-items: center;
  display: flex;
}

.button-4.is-icon:hover {
  text-decoration: none;
}

.policyflagscontainer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.form_link-2 {
  color: var(--color-2);
  font-size: 13px;
  text-decoration: underline;
}

.form_link-2:hover {
  text-decoration: none;
}

.form_field-2 {
  width: 100%;
  border: 1px solid var(--color-2);
  color: var(--color-2);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.form_field-2:active {
  border-color: var(--color-2);
  color: var(--color-2);
}

.form_field-2:focus {
  border-color: var(--color-2);
  color: var(--color-2);
  border-radius: 0;
}

.form_field-2::-ms-input-placeholder {
  color: var(--color-4);
}

.form_field-2::placeholder {
  color: var(--color-4);
}

.form_field-2.text-capitalize-everyword::-ms-input-placeholder {
  text-transform: none;
}

.form_field-2.text-capitalize-everyword::placeholder {
  text-transform: none;
}

.form_field-2.text-capitalize-lowercase::-ms-input-placeholder {
  text-transform: none;
}

.form_field-2.text-capitalize-lowercase::placeholder {
  text-transform: none;
}

.form_field-2.is-message {
  min-height: 100px;
}

.display-none {
  display: none;
}

.form_field_wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form_message {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.form_text-2 {
  color: var(--color-2);
  font-size: 12px;
}

.container-3 {
  max-width: 1100px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3.is-technical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
}

.button-5 {
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  color: var(--color-2);
  text-transform: uppercase;
  padding: 10px 20px;
  transition: color .35s, background-color .35s;
}

.button-5:hover {
  color: var(--color-3);
  background-color: rgba(0, 0, 0, 0);
}

.heading, .text-block {
  color: var(--color-3);
}

.button-technical_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.menu_burger {
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .contact_component {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    z-index: 11;
    border-color: var(--color-3);
    background-color: var(--color-3);
    display: none;
  }

  .button:hover {
    border-color: var(--color-3);
  }

  .button.tablet-mobile {
    margin-top: 40px;
    display: block;
  }

  .section.padding-large {
    padding-left: 80px;
    padding-right: 80px;
  }

  .header_component {
    padding: 40px 80px 60px;
  }

  .nav_component {
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
  }

  .fit-contain {
    width: 100%;
    height: 100%;
  }

  .nav-logo_container.menu {
    z-index: 10;
    width: 120px;
    display: none;
    position: relative;
  }

  .list {
    z-index: 9;
    width: 100%;
    height: 100%;
    grid-row-gap: 30px;
    background-color: var(--color-2);
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar_link {
    color: var(--color-3);
    font-size: 18px;
  }

  .navbar_link:hover {
    color: var(--color-3);
  }

  .nav-line {
    width: 200px;
    height: 1px;
    background-color: rgba(218, 205, 185, .5);
  }

  .form_wrap {
    width: 100%;
    max-width: none;
  }

  .container-2 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    align-items: center;
  }

  .container-2.contact {
    flex-direction: column;
  }

  .contact_column {
    width: auto;
    max-width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .contact_column.gap, .contact_column.gap.width-50 {
    width: 100%;
  }

  .form_field {
    line-height: 20px;
  }

  .form_title {
    font-weight: 300;
  }

  .contact_wrap.flex-vertical {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .contact_container.tablet-horizontal {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: row;
  }

  .text-small.color-2.size-9 {
    max-width: none;
  }

  .link-contatti.width-160 {
    width: auto;
  }

  .link-contatti.size-40 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title {
    font-size: 30px;
    line-height: 45px;
  }

  .footer_component-copy {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .footer-row {
    grid-column-gap: 25px;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_link {
    font-size: 16px;
  }

  .footer-line {
    background-color: rgba(218, 205, 185, .5);
  }

  .big-title {
    font-size: 40px;
    font-weight: 300;
    line-height: 60px;
  }

  .paragraph {
    width: auto;
  }

  .text_column {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .nav-space {
    display: none;
  }

  .form_field-2 {
    line-height: 20px;
  }

  .menu_burger {
    z-index: 10;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .lottie-animation {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .contact_component {
    padding-left: 0;
    padding-right: 0;
  }

  .section.bg-image {
    padding: 150px 40px;
  }

  .section.padding-large, .header_component {
    padding-left: 40px;
    padding-right: 40px;
  }

  .list {
    overflow: visible;
  }

  .contact_column {
    width: 100%;
  }

  .contact_column.gap.width-50 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .form_title {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
  }

  .mappa {
    height: 350px;
  }

  .contact_wrap, .contact_wrap.flex-vertical {
    flex-direction: column;
  }

  .contact_container.tablet-horizontal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .link-contatti.size-40, .section-title {
    font-size: 25px;
    line-height: 35px;
  }

  .footer-row {
    grid-row-gap: 20px;
    flex-direction: column;
    overflow: visible;
  }

  .footer-line {
    width: 100%;
    height: 1px;
  }

  .big-title {
    font-size: 30px;
    line-height: 40px;
  }

  .text_column {
    width: 100%;
  }

  .form_field-2.text-capitalize-everyword, .form_field-2.text-capitalize-lowercase {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .header_component, .nav_component {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-prefs_open-txt {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .container-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: flex-start;
  }

  .contact_column {
    flex-direction: column;
    display: flex;
  }

  .form_title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .contact_container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .contact_container.tablet-horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-contatti.size-40 {
    font-size: 21px;
    line-height: 30px;
  }

  .footer_component-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-title {
    font-size: 25px;
    line-height: 35px;
  }

  .text_column {
    flex-direction: column;
    display: flex;
  }
}

#w-node-_8cb9dcce-04d3-b0cd-eb33-8d796e0234c1-e9a73aad, #w-node-_8cb9dcce-04d3-b0cd-eb33-8d796e0234c5-e9a73aad, #w-node-_8cb9dcce-04d3-b0cd-eb33-8d796e0234c9-e9a73aad, #w-node-_8cb9dcce-04d3-b0cd-eb33-8d796e0234cd-e9a73aad, #w-node-_8cb9dcce-04d3-b0cd-eb33-8d796e0234dd-e9a73aad, #w-node-_8cb9dcce-04d3-b0cd-eb33-8d796e023515-e9a73aad, #policyFlagsContainer.w-node-_8cb9dcce-04d3-b0cd-eb33-8d796e023518-e9a73aad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8cb9dcce-04d3-b0cd-eb33-8d796e02351b-e9a73aad {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_8cb9dcce-04d3-b0cd-eb33-8d796e02351c-e9a73aad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8cb9dcce-04d3-b0cd-eb33-8d796e0234dd-e9a73aad, #w-node-_8cb9dcce-04d3-b0cd-eb33-8d796e023515-e9a73aad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #policyFlagsContainer.w-node-_8cb9dcce-04d3-b0cd-eb33-8d796e023518-e9a73aad {
    grid-column: span 1 / span 1;
  }

  #w-node-_8cb9dcce-04d3-b0cd-eb33-8d796e02351b-e9a73aad {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}


