.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  height: 100%;
  padding-left: 329px;
  background-color: #f7f7f7;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
}

a {
  color: #6b55b2;
  text-decoration: underline;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

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

.button.full-width {
  display: block;
  width: 100%;
  background-color: #00137f;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #edeff2;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1px;
}

.section {
  position: relative;
  padding: 63px 40px;
  background-color: #fff;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.call-to-action-section {
  padding: 44px 40px;
  background-color: #00137f;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  margin-bottom: 20px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 25px;
  color: #fff;
  font-weight: 300;
}

.hero-subheading.red {
  color: #bec3c7;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

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

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #edeff2;
  background-color: #6b55b2;
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #cf404d;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.hollow-button.violet {
  border-color: #6b55b2;
  background-color: #6b55b2;
  color: #f0f0f0;
}

.hollow-button.violet:hover {
  border-color: #bf3a30;
  background-color: #f0f0f0;
  color: #404047;
}

.hollow-button.red-violet {
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 2px;
  border-color: #00137f;
  font-family: Oswald, sans-serif;
  color: #00137f;
  font-size: 16px;
  font-weight: 400;
}

.hollow-button.red-violet:hover {
  box-shadow: 0 3px 15px 0 rgba(107, 85, 178, 0.5);
}

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

.section-heading.centered {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: #313131;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading.center {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bec3c7;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: #6b55b2;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.section-subheading.center.no-sub {
  border-bottom-style: none;
}

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

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

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

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 4px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(53, 53, 53, 0.97);
  text-align: center;
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #b4b9d9;
  font-size: 13px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.grid-image {
  margin-bottom: 20px;
  padding-top: 0px;
}

.hero-title-wrapper {
  position: relative;
  top: 50%;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  text-align: center;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  padding: 20px 50px;
  background-color: #6b55b2;
}

.nav-link {
  display: block;
  padding: 20px 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #bec3c7;
}

.nav-link.w--current {
  color: #b4b9d9;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  float: none;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  text-align: center;
}

.social-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #00137f;
  text-align: center;
}

.banner {
  height: 100%;
  background-color: #bec3c7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.97)), to(rgba(53, 53, 53, 0.97))), url('../images/LNS-1024x1024.png');
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.97), rgba(53, 53, 53, 0.97)), url('../images/LNS-1024x1024.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.column-0-padding {
  background-color: transparent;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  display: block;
  max-width: 1200px;
  margin: 10px auto;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 18px;
  text-align: justify;
}

.paragraph.italic {
  line-height: 27px;
  font-style: italic;
  text-align: left;
}

.columns {
  text-align: center;
}

.subtitle-paragraph {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 27px;
}

.grid-three {
  width: 33%;
  padding: 10px;
  float: left;
}

.image-projects {
  border-style: solid;
  border-width: 1px;
  border-color: #b4b9d9;
  border-radius: 3px;
}

.heading {
  margin-top: 10px;
  font-size: 20px;
}

.section-alternate {
  position: relative;
  padding: 63px 40px;
  background-color: hsla(0, 0%, 96.7%, 0.7);
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 300;
}

.list {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.go-up-button {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 10px auto 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 50%;
  background-color: rgba(107, 85, 178, 0.9);
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 15px 100%;
  background-repeat: no-repeat;
  box-shadow: 0 3px 20px 0 rgba(0, 19, 127, 0.56);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
}

.go-up-button.w--current {
  z-index: 100;
  background-color: #c33c54;
}

.rich-text-block {
  line-height: 28px;
}

.paragraph-6 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 29px;
  font-weight: 300;
}

.image-2 {
  padding-top: 15px;
}

.div-button-center {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.image-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-recaptcha {
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox-field {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: left;
}

.checkbox {
  margin-top: 2px;
}

.checkbox-label {
  padding-left: 5px;
  color: #555a63;
  text-transform: none;
}

.div-block-10 {
  margin-bottom: 40px;
}

.generic-go-up-button {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(53, 53, 53, 0.75);
  box-shadow: 0 0 40px 0 #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 15px;
  font-weight: 200;
  text-transform: uppercase;
}

.generic-go-up-button:hover {
  color: #fff;
}

.generic-go-up-button.w--current {
  z-index: 100;
}

.body {
  padding-left: 0px;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-link {
  z-index: 1;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 60px;
  border-radius: 6px;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.navigation-link:hover {
  background-color: transparent;
}

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

.navigation-link.w--open {
  background-color: transparent;
}

.navigation-text {
  padding: 5px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-dropdown-list {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}

.nav-dropdown-list.w--open {
  margin-top: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  background-color: #6b55b2;
}

.dropdown-space {
  position: absolute;
  left: 0px;
  top: -12px;
  right: 0px;
  height: 12px;
}

.dropdown-link {
  display: block;
  padding: 15px 40px;
  background-color: #8977c1;
  -webkit-transition: padding 400ms ease, background-color 200ms ease;
  transition: padding 400ms ease, background-color 200ms ease;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: #edeff2;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.dropdown-link:hover {
  padding-right: 28px;
  padding-left: 32px;
  background-color: transparent;
}

.dropdown-link.w--current {
  padding: 15px 40px;
  color: #f0f0f0;
}

.dropdown-link.w--current:hover {
  color: #f0f0f0;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }

  .hamburger-button {
    margin: 5px;
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #6b55b2;
  }

  .brand-text {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }

  .footer-text {
    padding-left: 0px;
    text-align: center;
  }

  .hero-title-wrapper {
    top: 40%;
  }

  .nav-link {
    padding-left: 13px;
    text-align: center;
  }

  .nav-link.w--current {
    text-align: center;
  }

  .nav-menu {
    background-color: #8977c1;
  }

  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }

  .social-footer {
    position: absolute;
    display: inline-block;
  }

  .banner {
    height: 500px;
  }

  .container {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 300;
  }

  .generic-go-up-button {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-link:hover {
    background-color: transparent;
    text-decoration: none;
  }

  .navigation-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
  }

  .nav-dropdown-list {
    position: relative;
    z-index: 2;
  }

  .nav-dropdown-list.w--open {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: none;
  }

  .dropdown-space {
    display: none;
  }

  .dropdown-link {
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

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

  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }

  .align-right {
    text-align: center;
  }

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

  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }

  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph {
    letter-spacing: 0.3%;
    white-space: pre-line;
  }

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

  .grid-three {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-projects {
    display: block;
  }

  .image-projects {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .section-alternate {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-dropdown-list.w--open {
    margin-left: 8px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-heading {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }

  .footer-text {
    padding-right: 5px;
    padding-left: 5px;
  }

  .hero-title-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
  }

  .paragraph {
    text-align: justify;
    white-space: break-spaces;
  }

  .checkbox-field {
    display: block;
    padding-right: 0px;
  }

  .checkbox-label {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .dropdown {
    z-index: 30;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-dropdown-list.w--open {
    margin-left: 0px;
  }

  .dropdown-link.w--current {
    padding: 15px 40px;
  }
}

