.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 83vh;
  -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;
  background-color: #151c1f;
}

.navigation {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -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;
  background-color: #151c1f;
  box-shadow: 1px 1px 0 0 #000;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link {
  margin-right: 40px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #4353ff;
}

.wrapper---navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
  height: 36px;
  -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;
  border-radius: 9px;
  background-color: #4353ff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block:hover {
  background-color: #3946d3;
}

.link-block.large {
  width: 140px;
  height: 48px;
  margin-top: 30px;
  border-radius: 10px;
}

.link-block.large.degrade {
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: linear-gradient(135deg, #2d9afd, #1ee3cf);
}

.link-block.degrade {
  width: 170px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2d9afd), to(#1ee3cf));
  background-image: linear-gradient(90deg, #2d9afd, #1ee3cf);
}

.wrapper---links {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper---header-content {
  width: 100%;
}

.heading {
  margin-bottom: 20px;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 33px;
}

.header-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.text-block {
  display: block;
  width: 150px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.image {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: auto;
  max-width: 37%;
  margin-top: 74px;
  margin-right: 35px;
  margin-left: 1px;
}

.text-block-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #b3b3b3;
  font-size: 18px;
  line-height: 30px;
}

.dropdown {
  display: none;
}

.features {
  padding: 120px 0px 10px;
  background-color: #fff;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-content---text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 24px;
}

.heading-2.light {
  color: #fff;
}

.paragraph-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #535353;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-2.center {
  text-align: center;
}

.paragraph-2.center.fundo-preto {
  color: #eee;
}

.link-2 {
  margin-top: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #4353ff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-2:hover {
  color: #3946d3;
}

.feature-content---image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.image-2 {
  max-width: 350px;
}

.image-2.imagem3 {
  max-width: 170px;
}

.separator {
  height: 1px;
  margin-top: 120px;
  margin-bottom: 120px;
  background-color: #e6e6e6;
}

.separator.opacity {
  margin-bottom: 90px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.separator.primeiro-separador {
  margin-top: 0px;
  margin-bottom: 0px;
}

.separator.separador-sem {
  margin-bottom: 2px;
}

.separator.separador-3 {
  margin-top: 0px;
}

.wrapper---feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper---feature.final {
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature---center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.feature---title-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: center;
}

._3-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-3 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
}

.column {
  width: 33.33333333%;
  margin-right: 20px;
  margin-left: 20px;
}

.footer {
  padding: 120px 50px 90px;
  background-color: #151c1f;
}

.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-3 {
  max-width: 60%;
}

.text-block-4 {
  margin-bottom: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.link-3 {
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  color: grey;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.footer-content---right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-content---left {
  display: block;
  width: 30%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.link-block-2 {
  margin-bottom: 20px;
}

.image-4 {
  width: 50px;
}

.text-block-5 {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Libre Franklin', sans-serif;
  color: #5993c9;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.text-block-5.text-block {
  margin-top: 48px;
  padding-right: 100px;
  padding-left: 132px;
  color: #1c5a92;
  font-size: 19px;
  line-height: 30px;
}

.text-block-5.chamada {
  width: 70%;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  color: #356692;
  font-size: 19px;
  line-height: 30px;
}

.heading-7 {
  text-align: left;
}

.estilo_label {
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-weight: 600;
}

.feature-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  margin-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-field {
  margin-bottom: 18px;
  border-radius: 10px;
}

.main-feature-group {
  margin-top: 30px;
}

.link-4 {
  color: #3b57a2;
}

.submit-button {
  width: 110px;
  margin-bottom: 1px;
  padding-right: 0px;
  padding-left: 11px;
  background-image: linear-gradient(45deg, #382150, #3b57a2);
}

.submit-button.btn {
  padding-right: 10px;
}

.submit-button.link-block.large {
  padding-right: 11px;
  background-image: linear-gradient(135deg, #2d9afd, #1ee3cf);
  color: #000;
  font-weight: 900;
}

.heading-8 {
  color: #b9b9b9;
  font-size: 33px;
  text-align: left;
}

.heading-5 {
  font-family: 'Open Sans', sans-serif;
  color: #3b57a2;
  font-weight: 300;
}

.heading-5.carreiras {
  color: #616161;
}

.estilo {
  margin-top: 30px;
  color: #616161;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
}

.div-block {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190%;
  margin-left: -26px;
  padding-right: 4px;
  padding-left: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-2 {
  width: 30%;
  margin-top: 21px;
  margin-left: 226px;
}

.textarea {
  border-radius: 10px;
}

.columns {
  margin-top: 39px;
  margin-bottom: 61px;
}

.image-5 {
  margin-bottom: -112px;
  margin-left: -98px;
  padding-right: 0px;
}

.div-block-3 {
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}

.success-message {
  position: static;
  margin-right: -99px;
  margin-left: 120px;
  background-color: transparent;
  text-align: center;
}

.text-block-6 {
  padding-right: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 15px;
}

.error-message {
  margin-left: -23px;
  border-radius: 7px;
  background-color: #3f3f3f;
}

.text-block-7 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
}

@media (max-width: 991px) {
  .container-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .image {
    max-width: 60%;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .div-block-2 {
    margin-left: 163px;
  }
}

@media (max-width: 767px) {
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .link {
    margin-right: 30px;
  }
  .wrapper---navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .wrapper---links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper---header-content {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-content {
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .image {
    right: 0px;
    bottom: 0px;
    display: none;
    max-width: 70%;
  }
  .dropdown {
    display: none;
  }
  .dropdown-toggle {
    display: none;
  }
  .feature-content---text {
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .feature-content---image {
    width: 80%;
    margin-bottom: 30px;
  }
  .image-2 {
    max-width: 100%;
  }
  .wrapper---feature {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    text-align: center;
  }
  .wrapper---feature.left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature---title-center {
    max-width: 80%;
  }
  ._3-columns {
    width: 80%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column {
    width: 100%;
    margin-bottom: 30px;
  }
  .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-content---right {
    width: 100%;
    margin-top: 30px;
  }
  .footer-content---left {
    width: 100%;
  }
  .text-block-5.text-block {
    padding-right: 25px;
    padding-left: 25px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .div-block-2 {
    margin-left: 126px;
  }
  .image-5 {
    position: absolute;
    left: 90px;
    top: 206px;
  }
  .image-6 {
    margin-top: 40px;
  }
  .image-7 {
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .navigation {
    height: 60px;
  }
  .wrapper---links {
    display: none;
  }
  .header-content {
    width: auto;
  }
  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }
  .menu-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    -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;
  }
  .menu-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown-list {
    top: 0px;
    right: 0px;
  }
  .dropdown-list.w--open {
    top: 46px;
  }
  .dropdown-link {
    width: 150px;
    padding: 15px;
    background-color: #fff;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .dropdown-link:hover {
    background-color: #f2f2f2;
  }
  .dropdown-link.sign-in {
    background-color: #4353ff;
    background-image: linear-gradient(135deg, #2d9afd, #1ee3cf);
    color: #000;
  }
  .dropdown-link.sign-in:hover {
    background-color: #3946d3;
  }
  .features {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .feature-content---text {
    width: auto;
  }
  .feature-content---image {
    width: auto;
    margin-bottom: 30px;
  }
  .image-2 {
    max-width: 100%;
  }
  .separator {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .wrapper---feature {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .feature---title-center {
    max-width: 100%;
  }
  ._3-columns {
    width: 100%;
  }
  .heading-3 {
    width: 100%;
  }
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-left: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .footer {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .footer-links {
    width: 50%;
    margin-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-content---right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-content---left {
    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-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;
  }
  .div-block-2 {
    width: 63%;
    margin-left: 0px;
  }
}

