/*!*****************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./production/src/style.scss ***!
  \*****************************************************************************************************************************************************************/
html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
html.height-100 {
  height: 100%;
}

body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.height-100 body {
  height: 100%;
}
body.no-scroll {
  overflow-y: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.app {
  position: relative;
  width: 100%;
}
.height-100 .app {
  height: 100%;
}
.section {
  position: relative;
  width: 100%;
}

.column {
  padding-right: 20px;
  padding-left: 20px;
}

.column-1,
.column-2,
.column-3,
.column-4 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column-1 {
  max-width: 680px;
}

.column-2 {
  max-width: 1150px;
}

.column-3 {
  max-width: 1366px;
}

.column-4 {
  max-width: 1920px;
}

.img-blk img {
  display: block;
  width: 100%;
  height: auto;
}

.img-svg {
  position: relative;
}
.img-svg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bk-p {
  background-color: #8a8889;
}

.bk-b {
  background-color: #cccccc;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.flex.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex.flex-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex .fl-align-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flex .col-6 {
  position: relative;
  width: 50%;
}
.flex .col-4 {
  position: relative;
  width: 33.333333%;
}
.flex.has-cols .col-6 {
  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;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .flex .col-sr-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .flex .col-md-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .flex.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex .col-sm-12 {
    width: 100%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next,
.project-hero-thumbs-prev,
.project-hero-thumbs-next {
  position: absolute;
  z-index: 9;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.project-hero-thumbs-prev:hover,
.project-hero-thumbs-prev:focus,
.project-hero-thumbs-next:hover,
.project-hero-thumbs-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.project-hero-thumbs-prev.slick-disabled:before,
.project-hero-thumbs-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before,
.project-hero-thumbs-prev:before,
.project-hero-thumbs-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.slick-prev,
.project-hero-thumbs-prev {
  left: 20px;
}
.slick-prev:before,
.project-hero-thumbs-prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media only screen and (max-width: 640px) {
  .slick-prev,
  .project-hero-thumbs-prev {
    left: 15px;
  }
}

.slick-next,
.project-hero-thumbs-next {
  right: 20px;
}
.slick-next:before,
.project-hero-thumbs-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 640px) {
  .slick-next,
  .project-hero-thumbs-next {
    right: 15px;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
.slick-dots li.slick-active button:before {
  background-color: #ffffff;
}
@media only screen and (max-width: 640px) {
  .slick-dots {
    bottom: 5px;
  }
}

#register-form {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#register-form.is-active {
  opacity: 0.5;
}

input,
select,
textarea,
button.submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  border: 0;
}

textarea {
  resize: none;
}

input[type=text],
input[type=email],
textarea {
  display: block;
  width: 100%;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-family: "basic-sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: normal;
}
input[type=text].error,
input[type=email].error,
textarea.error {
  border-bottom-color: #8a8889;
}

textarea {
  height: 140px;
  padding-top: 8px;
}

button.submit {
  position: relative;
  display: inline-block;
  padding-top: 14px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-left: 30px;
  background-color: #8a8889;
  border: 1px solid #8a8889;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  font-family: "basic-sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #ffffff;
  font-size: 16px;
}

:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  font-size: 16px;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  font-size: 16px;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
  font-size: 16px;
}

::-ms-input-placeholder { /* Edge */
  color: #ffffff;
  font-size: 16px;
}

:-moz-placeholder-shown { /* Standard one last! */
  color: #ffffff;
  font-size: 16px;
}

:-ms-input-placeholder { /* Standard one last! */
  color: #ffffff;
  font-size: 16px;
}

:placeholder-shown { /* Standard one last! */
  color: #ffffff;
  font-size: 16px;
}

.error::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #8a8889;
  font-size: 16px;
}
.error:-moz-placeholder { /* Firefox 18- */
  color: #8a8889;
  font-size: 16px;
}
.error::-moz-placeholder { /* Firefox 19+ */
  color: #8a8889;
  font-size: 16px;
}
.error:-ms-input-placeholder { /* IE 10+ */
  color: #8a8889;
  font-size: 16px;
}
.error::-ms-input-placeholder { /* Edge */
  color: #8a8889;
  font-size: 16px;
}
.error:-moz-placeholder-shown { /* Standard one last! */
  color: #8a8889;
  font-size: 16px;
}
.error:-ms-input-placeholder { /* Standard one last! */
  color: #8a8889;
  font-size: 16px;
}
.error:placeholder-shown { /* Standard one last! */
  color: #8a8889;
  font-size: 16px;
}

.register-select-hidden {
  position: relative;
  height: 0;
  overflow: hidden;
}

.register-select {
  position: relative;
  white-space: nowrap;
}

.register-select-field {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  cursor: pointer;
}
.register-select-field:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-width: 7px 5px 0;
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
}
.register-select-field.error {
  border-bottom-color: #8a8889;
}
.register-select-field.error:after {
  border-color: #8a8889 transparent transparent transparent;
}

.register-select-label {
  position: absolute;
  top: 0;
  left: 0;
}

.has-value .register-select-label {
  opacity: 0;
}

.register-select-menu {
  display: none;
  position: absolute;
  z-index: 99;
  top: 40px;
  left: 0;
  width: 100%;
  max-height: 160px;
  overflow: auto;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.register-select-item {
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 17px;
  background-color: #ffffff;
  border-bottom: 1px solid #303030;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.register-select-item:hover:not(.is-selected) {
  background-color: #8a8889;
  color: #ffffff;
}
.register-select-item.is-selected {
  color: #303030;
}

.register-select-label,
.register-select-item,
.register-select-detail {
  height: 39px;
  color: #ffffff;
  font-size: 16px;
  font-family: "basic-sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 39px;
}
.error .register-select-label,
.error .register-select-item,
.error .register-select-detail {
  color: #8a8889;
}

.register-select-item {
  height: 40px;
  color: #000000;
  line-height: 37px;
}

.qualifier {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qualifier label {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3333333333em;
  font-family: "basic-sans", Helvetica, Arial, sans-serif;
}
.qualifier .qualifier-question {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3333333333em;
  font-family: "basic-sans", Helvetica, Arial, sans-serif;
}
.qualifier .register-title {
  display: inline-block;
  vertical-align: middle;
}
.qualifier .col-fl:not(:last-child) {
  padding-right: 25px;
}
.qualifier .col-fl label {
  white-space: nowrap;
}
.qualifier .col-fl .register-title {
  margin-right: 9px;
}
.qualifier .custom-radio {
  vertical-align: middle;
}
@media only screen and (max-width: 450px) {
  .qualifier .col-fl:not(:last-child) {
    padding-right: 10px;
  }
}

.eligible .qualifier label {
  padding-left: 0;
  font-size: 16px;
}
.eligible .qualifier .qualifier-question {
  font-size: 16px;
}

html[lang=zh] .qualifier label {
  padding-right: 20px;
}
@media only screen and (max-width: 640px) {
  html[lang=zh] .qualifier label {
    padding-right: 0;
  }
}

.custom-check {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  left: 0;
  border: 1px solid #ffffff;
}
.custom-check .check {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.custom-check .check:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0;
}
.custom-check input[type=checkbox] {
  visibility: hidden;
}
.custom-check input[type=checkbox]:checked + .check:after {
  opacity: 1;
}

.eligible .custom-check {
  position: relative;
  display: inline-block;
  top: 0;
  vertical-align: middle;
}
.eligible a {
  text-decoration: underline;
}
.eligible .qualifier {
  margin-top: 5px;
}

.custom-radio {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
}
.custom-radio .radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.custom-radio .radio:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0;
}
.custom-radio input[type=radio] {
  visibility: hidden;
}
.custom-radio input[type=radio]:checked + .radio:after {
  opacity: 1;
}

.qualifier.error label,
.qualifier.error .qualifier-question {
  color: #8a8889;
}
.qualifier.error .custom-check,
.qualifier.error .custom-radio {
  border: 1px solid #8a8889;
}

.no-touchevents button.submit {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.no-touchevents button.submit:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#recaptcha,
.grecaptcha-badge {
  visibility: hidden;
}

h1,
h2,
h3,
h4 {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2em;
  font-family: "basic-sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1 {
  font-size: 55px;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 45px;
  }
}
h2 {
  font-size: 45px;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
h3 {
  font-weight: 300;
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}
p,
ul {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3125em;
  font-family: "basic-sans", Helvetica, Arial, sans-serif;
}

p.intro {
  font-size: 24px;
}
@media only screen and (max-width: 990px) {
  p.intro {
    font-size: 20px;
  }
}

p.qualifier {
  font-size: 10px;
}

p.disclaimer {
  color: #000000;
  font-size: 10px;
}

.feature {
  margin-bottom: 10px;
  color: #303030;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.2em;
  font-family: "basic-sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.space {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  color: #303030;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2em;
  font-family: "basic-sans", Helvetica, Arial, sans-serif;
}

.lnk-blk {
  position: relative;
  display: inline-block;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 14px;
  padding-left: 20px;
  background-color: #8a8889;
  border: 1px solid #8a8889;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  font-family: "basic-sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .lnk-blk {
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 11px;
    padding-left: 20px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 370px) {
  .lnk-blk {
    padding-right: 15px;
    padding-left: 15px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: 600;
}

i {
  font-style: italic;
}

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

.nowrap {
  white-space: nowrap;
}

.the-content p:not(:last-child),
.the-content ul:not(:last-child) {
  margin-bottom: 20px;
}

.no-touchevents .lnk-blk {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.no-touchevents .lnk-blk:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.section-standard {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 990px) {
  .section-standard {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .section-standard {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

nav.nav-site {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #303030;
}
nav.nav-site .flex .col:last-child {
  padding-left: 10px;
}
@media only screen and (max-width: 640px) {
  nav.nav-site {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.nav-logo-pci,
.nav-logo-translink {
  display: inline-block;
  vertical-align: middle;
}
.nav-logo-pci img,
.nav-logo-translink img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.nav-logo-pci {
  width: 71px;
  margin-right: 30px;
}
@media only screen and (max-width: 640px) {
  .nav-logo-pci {
    width: 57px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 370px) {
  .nav-logo-pci {
    width: 50px;
    margin-right: 15px;
  }
}

.nav-logo-translink {
  width: 105px;
}
@media only screen and (max-width: 640px) {
  .nav-logo-translink {
    width: 80px;
  }
}
@media only screen and (max-width: 370px) {
  .nav-logo-translink {
    width: 70px;
  }
}

.footer {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer .flex .col-fl:last-child {
  margin-left: auto;
  text-align: right;
}
.footer .flex .col-fl:last-child p {
  max-width: 640px;
}
.footer .footer-logos {
  white-space: nowrap;
}
.footer .footer-logos a {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.footer .footer-logos .logo-translink {
  width: 95px;
}
.footer .footer-logos .logo-translink img {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .footer .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer .flex .col-fl {
    width: 100%;
  }
  .footer .flex .col-fl:first-child {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer .flex .col-fl:last-child {
    margin-left: 0;
    text-align: center;
  }
  .footer .footer-logos a {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.section-register {
  background-color: #303030;
}
.section-register .column-1 {
  margin-bottom: 50px;
  max-width: 500px;
}
.section-register .column-1 h2 {
  margin-bottom: 30px;
}
.section-register .column-1 p {
  font-weight: 200;
  font-size: 20px;
}
.section-register .register-form {
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}
.section-register .register-form .other-text {
  display: none;
}
.section-register .is-reg-mobile {
  display: none;
}
@media only screen and (max-width: 640px) {
  .section-register .column-1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 390px) {
  .section-register .no-reg-mobile {
    display: none;
  }
  .section-register .is-reg-mobile {
    display: inline;
  }
}

.register-form {
  position: relative;
}
.register-form .row.questions {
  margin-bottom: 35px;
}
.register-form .row.questions .register-question:not(:last-child) {
  margin-bottom: 15px;
}
.register-form .row.eligible {
  margin-bottom: 30px;
}
.register-form .row.consent {
  margin-bottom: 50px;
}
.register-form .row.submit {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .register-form .row.consent {
    margin-bottom: 30px;
  }
}

.section-intro h1 {
  margin-bottom: 25px;
}
.section-intro h3 {
  max-width: 540px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}
.section-intro .text {
  padding-left: 15%;
}
@media only screen and (max-width: 1024px) {
  .section-intro .text {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .section-intro h3 {
    margin-bottom: 50px;
  }
  .section-intro .col-sr-12:first-child {
    margin-bottom: 50px;
  }
  .section-intro .text {
    padding-left: 0;
  }
}
.section-icons {
  padding-bottom: 20px;
}
.section-icons .column-2 {
  max-width: 950px;
}
.section-icons .col-6 {
  position: relative;
  margin-bottom: 130px;
}
.section-icons .icon-text {
  color: #303030;
  font-weight: 200;
  font-size: 120px;
  line-height: 1em;
  font-family: "basic-sans", Helvetica, Arial, sans-serif;
}
.section-icons .including {
  position: absolute;
  top: 50%;
  left: 0;
  padding-top: 6px;
  padding-bottom: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #303030;
  font-weight: 600;
  font-size: 12px;
  line-height: 1em;
  font-family: "basic-sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.section-icons .including:before, .section-icons .including:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #303030;
}
.section-icons .including:before {
  top: 0;
}
.section-icons .including:after {
  bottom: 0;
}
.section-icons .icon {
  margin-bottom: 30px;
}
.section-icons .space {
  margin-top: 7px;
}
.section-icons .icon-transit {
  padding-top: 20px;
}
.section-icons .icon-retail {
  padding-top: 10px;
}
.section-icons .icon-pedestrian {
  padding-top: 7px;
}
@media only screen and (max-width: 768px) {
  .section-icons {
    padding-bottom: 0px;
  }
  .section-icons .col-6 {
    position: relative;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .section-icons {
    padding-bottom: 50px;
  }
  .section-icons .col-6 {
    margin-bottom: 75px;
  }
  .section-icons .col-6:last-child {
    margin-bottom: 0;
  }
  .section-icons .col-6 .including {
    top: -47px;
    left: 50%;
  }
}

.section-transit .column-2 {
  max-width: 640px;
}
.section-transit p,
.section-transit h4,
.section-transit h2 {
  margin-bottom: 30px;
  color: #303030;
}
.page-thank-you .section-thank-you {
  min-height: calc(100vh - 190px);
  background-color: #8a8889;
}
.page-thank-you .section-thank-you .column,
.page-thank-you .section-thank-you .column-1 {
  min-height: calc(100vh - 190px);
}
.page-thank-you .section-thank-you .column-1 {
  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;
}
.page-thank-you .section-thank-you h1 {
  margin-bottom: 30px;
}
.page-thank-you .section-thank-you p {
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .page-thank-you .section-thank-you {
    min-height: calc(100vh - 95px);
  }
  .page-thank-you .section-thank-you .column,
  .page-thank-you .section-thank-you .column-1 {
    min-height: calc(100vh - 95px);
  }
}
