h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.div-block {
  background-color: #c2dd14;
}

.body {
  height: 100%;
  background-color: #f0f0f0;
}

.main-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #262626;
  background-image: -webkit-linear-gradient(270deg, rgba(38, 38, 38, .3), rgba(38, 38, 38, .3)), -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .3)), url('../images/header.jpg');
  background-image: linear-gradient(180deg, rgba(38, 38, 38, .3), rgba(38, 38, 38, .3)), linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .3)), url('../images/header.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.borders {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.border-top {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  height: 45px;
  padding-left: 45px;
  background-color: #fff;
}

.border-bottom {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  height: 45px;
  background-color: #fff;
}

.border-left {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1000;
  width: 45px;
  height: 100%;
  background-color: #fff;
}

.border-right {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  width: 45px;
  height: 100%;
  background-color: #fff;
}

.main-header-color {
  width: 50%;
  background-color: #c2dd14;
}

.link-block {
  display: block;
  width: 125px;
  height: 30px;
  margin-top: 8px;
  background-image: url('../images/BRAIN-Brand-Strategy-2.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 100px;
  z-index: 5;
  width: 30vw;
  height: 220px;
  margin: auto;
  background-image: url('../images/BRAIN Brand Strategy P&B.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.scroll-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 65px;
  z-index: 5;
  display: block;
  width: 55px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/arrow.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  cursor: s-resize;
}

.about-section {
  position: relative;
  overflow: hidden;
  background-image: -webkit-linear-gradient(270deg, rgba(38, 38, 38, .5), rgba(38, 38, 38, .5)), url('../images/process.jpg');
  background-image: linear-gradient(180deg, rgba(38, 38, 38, .5), rgba(38, 38, 38, .5)), url('../images/process.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.info-block {
  position: absolute;
  left: 50%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 30px 60px 30px 30px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  padding-right: 60px;
  padding-left: 60px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #262626;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: -3.5px;
  text-transform: uppercase;
}

.title.negative {
  color: #fff;
}

.title.negative.top {
  top: 0px;
  bottom: auto;
}

.dot {
  color: #c2dd14;
}

.dot.negative {
  color: #262626;
}

.solutions-section {
  position: relative;
  background-image: -webkit-linear-gradient(270deg, rgba(38, 38, 38, .5), rgba(38, 38, 38, .5)), url('../images/process.jpg');
  background-image: linear-gradient(180deg, rgba(38, 38, 38, .5), rgba(38, 38, 38, .5)), url('../images/process.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-2 {
  width: 100px;
  height: 5000px;
  background-color: #0098ff;
}

.main-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-block-color {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  width: 2000px;
  height: 100%;
  background-color: rgba(194, 221, 20, .8);
}

.info-block-color.negative {
  background-color: #fff;
}

.solutions-info-block {
  position: static;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.solutions-info-block.top-padding {
  padding-top: 30px;
}

.solutions-second-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(38, 38, 38, .5);
  font-size: 22px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.contact-section {
  background-color: #262626;
}

.contact-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form {
  margin-bottom: 20px;
  padding-top: 10px;
  color: hsla(0, 0%, 94%, .5);
}

.text-field {
  height: 50px;
  margin-bottom: 30px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #c2dd14;
  background-color: transparent;
  color: #f0f0f0;
}

.text-field:focus {
  border-bottom-color: #f0f0f0;
}

.text-area {
  min-height: 100px;
  margin-bottom: 30px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #c2dd14;
  background-color: transparent;
  color: #f0f0f0;
}

.text-area:focus {
  border-bottom-color: #f0f0f0;
}

.submit {
  display: inline-block;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #c2dd14;
  font-family: Oswald, sans-serif;
  color: #262626;
  font-size: 16px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.animation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1500;
  display: none;
  border: 45px solid #fff;
}

.left {
  position: absolute;
  top: 0px;
  right: 50%;
  bottom: 0px;
  width: 50%;
  height: 100%;
  background-color: #c2dd14;
}

.right {
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  background-color: #262626;
}

.graph-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.graph-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.graph-cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 210px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f0f0f0;
  background-color: rgba(38, 38, 38, .2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.graph-cell:hover {
  background-color: rgba(38, 38, 38, .3);
}

.graph-cell.padding-right {
  padding-right: 130px;
  padding-left: 30px;
}

.graph-cell.padding-left {
  padding-right: 30px;
  padding-left: 130px;
  text-align: right;
}

.graph {
  position: absolute;
  right: -150px;
  bottom: -150px;
  z-index: 10;
  display: block;
  width: 300px;
  height: 300px;
  background-image: url('../images/graph.svg');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.h3 {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #c2dd14;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.h3.negative {
  border-bottom-color: rgba(38, 38, 38, .1);
}

.approach-section {
  position: relative;
  background-image: -webkit-linear-gradient(270deg, rgba(38, 38, 38, .5), rgba(38, 38, 38, .5)), url('../images/woman.jpg');
  background-image: linear-gradient(180deg, rgba(38, 38, 38, .5), rgba(38, 38, 38, .5)), url('../images/woman.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.approach-section-bottom {
  overflow: hidden;
  background-color: #c2dd14;
}

.approach-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.approach-container {
  position: relative;
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(38, 38, 38, .8);
}

.approach-container:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.approach-container.center {
  border-right: 2px solid rgba(38, 38, 38, .1);
  border-left: 2px solid rgba(38, 38, 38, .1);
}

.approach-color-left {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 2000px;
  height: 100%;
  background-color: #c2dd14;
}

.approach-color-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  width: 2000px;
  background-color: #c2dd14;
}

.brands-section {
  background-image: -webkit-linear-gradient(270deg, rgba(38, 38, 38, .5), rgba(38, 38, 38, .5)), url('../images/city.jpg');
  background-image: linear-gradient(180deg, rgba(38, 38, 38, .5), rgba(38, 38, 38, .5)), url('../images/city.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.logos-wrapper.associados {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-padding {
  margin-right: 60px;
}

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

.hub-section {
  background-color: #c2dd14;
  background-image: -webkit-linear-gradient(270deg, rgba(194, 221, 20, .8), rgba(194, 221, 20, .8)), url('../images/city.jpg');
  background-image: linear-gradient(180deg, rgba(194, 221, 20, .8), rgba(194, 221, 20, .8)), url('../images/city.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.text-link {
  padding-bottom: 5px;
  border-bottom: 1px solid #c2dd14;
  color: #c2dd14;
  text-decoration: none;
}

.hub-image-slider {
  width: 50%;
  height: 50%;
  margin-left: 50%;
  background-color: transparent;
}

.slide1 {
  background-image: url('../images/hub1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2 {
  background-image: url('../images/hub2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask {
  padding-right: 60px;
}

.address-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.address {
  margin-bottom: 0px;
  padding-left: 60px;
  color: #262626;
}

.form-message {
  font-family: Roboto, sans-serif;
  color: #262626;
  text-align: center;
}

.back {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  margin-right: 60px;
  background-color: #c2dd14;
  background-image: url('../images/arrow.svg');
  background-position: 50% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.content-wrapper {
  overflow: hidden;
  background-color: #f0f0f0;
}

.content-wrapper.color {
  background-color: #c2dd14;
}

.title-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 30px 30px 30px 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-column {
  position: relative;
  width: 50%;
  height: 100%;
  padding-right: 30px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-column {
  position: relative;
  width: 50%;
  height: 100%;
  padding-left: 30px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-title-container {
  padding-bottom: 100px;
}

.pattern-bg {
  position: absolute;
  top: 0px;
  right: 97%;
  bottom: 100px;
  z-index: 0;
  width: 2000px;
  background-image: url('../images/pattern.png');
  background-position: 100% 100%;
  opacity: 0.4;
}

.main-header-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(194, 221, 20, 0), #c2dd14 85%);
  background-image: linear-gradient(180deg, rgba(194, 221, 20, 0), #c2dd14 85%);
  opacity: 0;
}

.logo-block {
  width: 20%;
  padding: 30px 15px;
}

.div-block-3 {
  margin-right: 45px;
  float: right;
}

.menu {
  height: 45px;
  margin-right: 45px;
  float: right;
}

.menu-link {
  display: inline-block;
  height: 45px;
  margin-left: 30px;
  padding-top: 9px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: rgba(38, 38, 38, .5);
  font-size: 12px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-link:hover {
  color: #262626;
}

.menu-dot {
  display: inline-block;
  font-family: Oswald, sans-serif;
  color: #c2dd14;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.politica{ background-color: #fff; }
.politica .border-top{ border-bottom: 1px solid #e4e4e4 }
.politica .text{
  display: block;
  padding: 45px 45px 0;
}
.politica .text p{
  color: #000;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
  margin: 0 0 40px;
}
.politica .text p a{
  color: #c2dd14;
}
.politica .text h1,
.politica .text h2,
.politica .text h3,
.politica .text h4{
  color: #000;
  font-family: Roboto, sans-serif;
  letter-spacing: 2px;
  margin: 0;
}
.politica .text h1{
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  margin: 80px 0;
}
.politica .text h2{
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  margin: 0 0 80px;
}
.politica .text h3{
  font-size: 36px;
  font-weight: 900;
  line-height: 42px;
  margin: 100px 0 0;
  text-transform: initial;
}
.politica .text h4{
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 50px;
}
.politica .address-section{
  border-top: 1px solid #e4e4e4;
  margin-top: 60px;
}

/* ÁREA DE PRIVACIDADE */
.privacy-section {
  position: relative;
  background-image: -webkit-linear-gradient(270deg, rgba(194, 221, 20, .8), rgba(194, 221, 20, .8)), url('../images/woman.jpg');
  background-image: linear-gradient(180deg, rgba(194, 221, 20, .8), rgba(194, 221, 20, .8)), url('../images/woman.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.approach-wrapper.privacy .approach-container p {
  text-align: center;
  margin: 0;
}

.approach-wrapper.privacy .approach-container.dpo p {
  text-align: right;
  font-size: .8em;
  line-height: 1;
  font-style: italic;
  color: #9e9e9e;
}

.privacy-section .main-container h3 {
  color: #333;
}

.privacy-section .main-container h4 {
  margin: 20px 0 0;
}

#send-form {
  position: relative;
}

select#subject {
  background-color: #262626;
  color: #ededed;
  border: none;
  border-bottom: solid #c2dd14;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 0;
}

select#subject option {
  height: 30px;
  padding: 8px;
}

a {
  color: #4b4e22;
  text-decoration-color: #c2dd14;
  font-weight: 600;
}

.aviso {
  color: #ff4c4c;
  display: none;
  float: right;
  padding: 15px 25px;
  border: solid 1px;
  border-radius: 4px;
}

.aviso strong {
  color: #fff;
}

#form-message {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  height: 0;
}

#form-message.success {
  color: #fff;
  border: solid 1px #c2dd14;
  height: 42px;
  transition: height .5s;
}

.enviando {
  display: none;
  position: absolute;
  left: -60px;
  bottom: 0;
}

@media (max-width: 991px) {
  p {
    line-height: 26px;
  }
  .header-logo {
    width: 70vw;
  }
  .title {
    font-size: 70px;
    letter-spacing: -1.5px;
  }
  .main-container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .graph-cell.padding-right {
    min-height: 300px;
    padding-right: 80px;
  }
  .graph-cell.padding-left {
    min-height: 300px;
    padding-left: 80px;
  }
  .graph {
    right: -100px;
    bottom: -100px;
    width: 200px;
    height: 200px;
    background-size: 200px;
  }
  .approach-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .approach-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .approach-container.center {
    border-right-style: none;
    border-left-style: none;
  }
  .mask {
    padding-right: 45px;
  }
  .address {
    width: 100%;
    padding-left: 45px;
  }
  .back {
    margin-right: 45px;
  }
  .logo-block {
    width: 33.333%;
  }
  .menu-link {
    margin-left: 15px;
    font-size: 12px;
    letter-spacing: 1px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .border-top {
    padding-left: 20px;
  }
  .border-bottom {
    height: 20px;
  }
  .border-left {
    width: 20px;
  }
  .border-right {
    width: 20px;
  }
  .header-logo {
    width: 60vw;
    height: 130px;
  }
  .scroll-down {
    bottom: 20px;
    height: 30px;
    background-size: auto 55px;
  }
  .scroll-down.w--current {
    height: 30px;
    background-size: auto 45px;
  }
  .about-section {
    height: auto;
  }
  .info-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 40px 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .title-block {
    height: auto;
    padding: 40px;
  }
  .title {
    position: static;
    font-size: 50px;
    letter-spacing: 0px;
  }
  .main-container {
    padding: 60px 40px;
  }
  .solutions-info-block {
    padding-right: 40px;
    padding-left: 40px;
  }
  .solutions-info-block.top-padding {
    padding-top: 20px;
  }
  .solutions-second-title {
    font-size: 18px;
    line-height: 26px;
  }
  .contact-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form {
    width: 100%;
    margin-top: 40px;
    margin-left: 0%;
    padding-right: 0px;
  }
  .graph-wrapper {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .graph-cell.padding-right {
    min-height: 250px;
    padding-right: 50px;
    padding-left: 20px;
  }
  .graph-cell.padding-left {
    min-height: 250px;
    padding-right: 20px;
    padding-left: 50px;
  }
  .graph {
    right: -75px;
    bottom: -75px;
    width: 150px;
    height: 150px;
    background-size: 150px;
  }
  .approach-container {
    padding: 0px 10px;
  }
  .hub-section {
    height: auto;
  }
  .hub-image-slider {
    display: none;
  }
  .address-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .address {
    padding-right: 0px;
    padding-left: 0px;
  }
  .back {
    margin-right: 20px;
  }
  .left-column {
    width: 100%;
    padding-right: 0px;
  }
  .right-column {
    width: 100%;
    padding-left: 0px;
  }
  .menu {
    display: none;
  }
}

@media (max-width: 479px) {
  .header-logo {
    width: 75vw;
    height: 100px;
  }
  .title.negative {
    font-size: 36px;
    line-height: 110%;
  }
  .main-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .graph-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .graph-cell.padding-right {
    min-height: auto;
    padding-right: 20px;
  }
  .graph-cell.padding-left {
    min-height: auto;
    padding-left: 20px;
    text-align: left;
  }
  .graph {
    display: none;
  }
  .address {
    padding-right: 0px;
    padding-left: 0px;
  }
  .back {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-position: 50% -12px;
  }
  .logo-block {
    width: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

