.node--type-front-page h2 {
  text-align: center;
}
.node--type-front-page .field--name-field-section-title {
  color: #1E2643;
}
.node--type-front-page .field--name-body {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
}
.node--type-front-page .group {
  position: relative;
  padding: 100px 0 0 0;
  max-width: 798px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .node--type-front-page .group:first-child {
    padding: 0;
  }
}
.node--type-front-page .group a {
  text-decoration: underline;
}
.node--type-front-page .group h2 {
  font-size: 60px;
  font-family: "HappyFew";
  line-height: 0.6;
  margin: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .node--type-front-page .group h2 {
    font-size: 40px;
  }
}
.node--type-front-page .group h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  margin-top: -16px;
  margin-bottom: -16px;
}
@media screen and (max-width: 640px) {
  .node--type-front-page .group h3 {
    margin-top: 0;
    /*line-height: 1;*/
  }
}
.node--type-front-page .group img {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}
.node--type-front-page .group button, .node--type-front-page .group a.button {
  background-color: #FFFFFF;
  color: #1E2643;
  font-weight: bold;
  margin: auto;
  text-decoration: none;
}
.node--type-front-page .group .group-inner-col-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .node--type-front-page .group .group-inner-col-container {
    flex-direction: column;
  }
}
.node--type-front-page .group .group-inner-col-container .group-inner-col-item {
  position: relative;
  background-color: white;
  width: 49%;
  max-width: 374px;
  margin-bottom: 50px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .node--type-front-page .group .group-inner-col-container .group-inner-col-item {
    width: 100%;
  }
}
.node--type-front-page .group .group-inner-col-container .group-inner-col-item svg {
  position: relative;
  display: block;
  width: 24%;
  margin: auto;
  margin-top: -12%;
  height: auto;
}
.node--type-front-page .group .group-inner-col-container .group-inner-col-item-text-container {
  padding: 0 36px 20px 36px;
  min-height: auto;
}
@media screen and (max-width: 980px) {
  .node--type-front-page .group .group-inner-col-container .group-inner-col-item-text-container {
    min-height: 144px;
  }
}
@media screen and (max-width: 640px) {
  .node--type-front-page .group .group-inner-col-container .group-inner-col-item-text-container {
    padding: 0 18px 20px 18px;
    min-height: auto;
  }
}
.node--type-front-page .group.group-blue {
  color: white;
  padding: 80px 0 120px 0;
  margin-top: 50px;
}
.node--type-front-page .group.group-blue h2, .node--type-front-page .group.group-blue h3, .node--type-front-page .group.group-blue p {
  color: white;
}
.node--type-front-page .group.group-blue h3 {
  margin-top: 16px;
  margin-bottom: -16px;
}
.node--type-front-page .group.group-blue:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - 20px);
  height: 100%;
  transform: translateX(-50%);
  background-color: #1E2643;
  z-index: -1;
}
.node--type-front-page .group.group-blue .group-inner-col-container .group-inner-col-item {
  background-color: transparent;
}
.node--type-front-page .group.group-blue .group {
  text-align: center;
  padding-top: 50px;
}

@media screen and (max-width: 640px) {
  .node--type-front-page .field--name-body {
    top: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .node--type-front-page .field--name-field-html-title, .node--type-front-page .field--name-field-html-title p {
    width: 100%;
  }
  .node--type-front-page #block-header .group-content br {
    display: inline;
  }
  .node--type-front-page .field--name-body {
    width: 100%;
  }
  .node--type-front-page #block-views-block-front-talents-block h2 {
    width: 80%;
    margin: auto;
  }
}