button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  /*border-collapse: collapse;*/
  margin: 1.5em 0;
  /*table-layout: fixed;*/
  text-align: left;
  width: 100% !important; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

body {
  font-family: roboto,sans-serif;
  font-weight: 400;
  font-style: normal; }

.card .inner .desktop {
  display: none; }

.desktop {
  display: none; }

.center {
  text-align: center; }

.border-bot {
  box-shadow: 0px 25px 1px -25px lightgrey; }

.border-right {
  box-shadow: 20px 0px 1px -20px lightgrey; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-content: center;
          align-content: center;
  align-items: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0; }

.thin {
  font-weight: 100; }

.bold {
  font-weight: 700; }

.green {
  color: #26A358; }

.blue {
  color: #0071BC; }

.purple {
  color: #531A84; }

h1 {
  position: relative;
  width: 200px;
  text-align: left;
  line-height: 24px;
  font-weight: 100;
  margin: 0;
  font-size: 24px; }

h2 {
  font-weight: 100;
  font-size: 28px; }

p {
  font-size: 14px; }

.inner {
  width: 90%;
  margin: auto; }

.top .inner {
  height: 50px;
  line-height: 50px;
  text-align: left; }
  .top .inner img {
    vertical-align: middle;
    width: 40%;
    max-width: 160px; }

.banner {
  background-color: #F7F7F7;
  width: 100%;
  height: 150px; }
  .banner .inner {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: 95%;
    margin-left: 5%; }
    .banner .inner .title {
      width: 40%;
      height: 100%; }
    .banner .inner .header {
      background-image: url("../img/header.jpg");
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: -60px 0;
      height: 150px;
      width: 60%; }

.intro .inner {
  padding-top: 30px; }
  .intro .inner .flex {
    padding: 30px 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
    .intro .inner .flex .box {
      width: 100%;
      max-width: 350px; }
      .intro .inner .flex .box hr {
        width: 50%;
        margin: 20px auto; }
      .intro .inner .flex .box img {
        width: 44%;
        margin: 14px 0; }
      .intro .inner .flex .box h2 {
        font-size: 38px;
        margin: 0; }
    .intro .inner .flex > :nth-child(1) h2 {
      color: #0071BC; }
    .intro .inner .flex > :nth-child(2) h2 {
      color: #26A358; }
    .intro .inner .flex > :nth-child(3) h2 {
      color: #531A84; }

.greens {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/research.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/research.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  .greens .inner {
    width: 100%; }
    .greens .inner .research {
      color: white;
      text-align: left;
      padding: 30px 15px;
      width: 90%;
      margin: auto; }
  .greens .cards {
    background-color: #161616; }
    .greens .cards .card {
      margin: auto; }
      .greens .cards .card .inner {
        width: 90%;
        max-width: 500px;
        border-radius: 10px;
        padding: 30px 0; }
        .greens .cards .card .inner .card-header {
          padding: 10px 0;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
                  align-items: flex-end;
          -webkit-flex-wrap: nowrap;
                  flex-wrap: nowrap; }
          .greens .cards .card .inner .card-header img {
            width: 50px; }
          .greens .cards .card .inner .card-header h2 {
            position: relative;
            width: 0px;
            height: 0px;
            font-size: 90px;
            top: -86px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.4);
            margin: 0; }
          .greens .cards .card .inner .card-header h3 {
            padding-left: 8px;
            font-size: 36px;
            font-weight: 700;
            margin: 0;
            color: white; }
        .greens .cards .card .inner .content {
          background-color: white;
          border-radius: 10px;
          -webkit-box-align: stretch;
          -webkit-align-items: stretch;
                  align-items: stretch; }
          .greens .cards .card .inner .content .col {
            width: 100%;
            border-radius: 10px 10px 0 0;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
                    align-items: stretch;
            background-color: #EFEFEF; }
            .greens .cards .card .inner .content .col .box-s {
              width: 50%;
              padding: 3% 7%;
              -webkit-box-align: center;
              -webkit-align-items: center;
                      align-items: center;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                      justify-content: center; }
              .greens .cards .card .inner .content .col .box-s .box-inner .flex {
                -webkit-flex-wrap: nowrap;
                        flex-wrap: nowrap;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                        justify-content: center;
                -webkit-box-align: end;
                -webkit-align-items: flex-end;
                        align-items: flex-end; }
                .greens .cards .card .inner .content .col .box-s .box-inner .flex > p {
                  font-size: 44px;
                  line-height: 44px;
                  font-weight: 100; }
                .greens .cards .card .inner .content .col .box-s .box-inner .flex .smaller {
                  font-size: 28px;
                  line-height: 28px; }
              .greens .cards .card .inner .content .col .box-s .box-inner p {
                margin: 0; }
              .greens .cards .card .inner .content .col .box-s .box-inner > p {
                font-size: 12px; }
            .greens .cards .card .inner .content .col > :first-child {
              border-radius: 10px 0 0 0;
              background-color: #D6D6D6; }
            .greens .cards .card .inner .content .col > :nth-child(2) {
              border-radius: 0 10px 0 0; }
            .greens .cards .card .inner .content .col > :nth-child(3) {
              padding: 10% 7%; }
          .greens .cards .card .inner .content .box-b {
            text-align: left;
            padding: 20px; }

.bar {
  padding: 30px 0; }
  .bar .inner p {
    width: 84%;
    margin: auto; }

.table {
  padding: 30px 0;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/research.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/research.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  .table .inner h2 {
    color: white; }
  .table .inner p {
    color: white; }
  .table .inner #datatable_wrapper {
    background-color: white;
    border-radius: 10px;
    padding: 10px 0; }
    .table .inner #datatable_wrapper .ui-toolbar {
      display: none; }
    .table .inner #datatable_wrapper #datatable {
      border-bottom: 1px lightgray solid; }
      .table .inner #datatable_wrapper #datatable thead tr > :nth-child(1), .table .inner #datatable_wrapper #datatable thead tr > :nth-child(9) {
        background-color: transparent; }
      .table .inner #datatable_wrapper #datatable thead tr > :nth-child(2), .table .inner #datatable_wrapper #datatable thead tr > :nth-child(3), .table .inner #datatable_wrapper #datatable thead tr > :nth-child(4) {
        background: -webkit-linear-gradient(top left, #2e72b7, #63b7e8) !important;
        background: linear-gradient(to bottom right, #2e72b7, #63b7e8) !important;
        color: #fff !important; }
      .table .inner #datatable_wrapper #datatable thead tr > :nth-child(5), .table .inner #datatable_wrapper #datatable thead tr > :nth-child(6) {
        background: -webkit-linear-gradient(top left, #51a160, #82c055) !important;
        background: linear-gradient(to bottom right, #51a160, #82c055) !important;
        color: #fff !important; }
      .table .inner #datatable_wrapper #datatable thead tr > :nth-child(7), .table .inner #datatable_wrapper #datatable thead tr > :nth-child(8) {
        background: -webkit-linear-gradient(top left, #4d237f, #935FD3) !important;
        background: linear-gradient(to bottom right, #4d237f, #935FD3) !important;
        color: #fff !important; }
      .table .inner #datatable_wrapper #datatable thead tr > :nth-child(3) .DataTables_sort_icon, .table .inner #datatable_wrapper #datatable thead tr > :nth-child(4) .DataTables_sort_icon {
        display: none; }
      .table .inner #datatable_wrapper #datatable thead tr th {
        font-size: 12px;
        border: 0; }
      .table .inner #datatable_wrapper #datatable tbody {
        text-align: center; }
        .table .inner #datatable_wrapper #datatable tbody tr > :first-child {
          text-align: left; }
        .table .inner #datatable_wrapper #datatable tbody tr > :nth-child(2) {
          border-left: 1px solid #2e72b7; }
        .table .inner #datatable_wrapper #datatable tbody tr > :nth-child(2), .table .inner #datatable_wrapper #datatable tbody tr > :nth-child(3), .table .inner #datatable_wrapper #datatable tbody tr > :nth-child(4) {
          background-color: rgba(99, 183, 232, 0.05); }
        .table .inner #datatable_wrapper #datatable tbody tr > :nth-child(5) {
          border-left: 1px solid #51a160; }
        .table .inner #datatable_wrapper #datatable tbody tr > :nth-child(5), .table .inner #datatable_wrapper #datatable tbody tr > :nth-child(6) {
          background-color: rgba(130, 192, 85, 0.05); }
        .table .inner #datatable_wrapper #datatable tbody tr > :nth-child(7) {
          border-left: 1px solid #4d237f; }
        .table .inner #datatable_wrapper #datatable tbody tr > :nth-child(7), .table .inner #datatable_wrapper #datatable tbody tr > :nth-child(8) {
          background-color: rgba(147, 95, 211, 0.05); }
        .table .inner #datatable_wrapper #datatable tbody tr td ul {
          width: 100%; }
          .table .inner #datatable_wrapper #datatable tbody tr td ul li {
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: nowrap;
                    flex-wrap: nowrap;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                    justify-content: space-between; }
            .table .inner #datatable_wrapper #datatable tbody tr td ul li > :first-child {
              width: 60%; }
            .table .inner #datatable_wrapper #datatable tbody tr td ul li > :last-child {
              width: 30%; }
          .table .inner #datatable_wrapper #datatable tbody tr td ul [data-dtr-index="1"], .table .inner #datatable_wrapper #datatable tbody tr td ul [data-dtr-index="2"], .table .inner #datatable_wrapper #datatable tbody tr td ul [data-dtr-index="3"] {
            color: #0071BC; }
          .table .inner #datatable_wrapper #datatable tbody tr td ul [data-dtr-index="4"], .table .inner #datatable_wrapper #datatable tbody tr td ul [data-dtr-index="5"] {
            color: #26A358; }
          .table .inner #datatable_wrapper #datatable tbody tr td ul [data-dtr-index="6"], .table .inner #datatable_wrapper #datatable tbody tr td ul [data-dtr-index="7"] {
            color: #93278F; }

.bottom {
  padding: 30px 0; }

.footer .f-top {
  padding: 30px 0;
  background-color: #F7F7F7; }

.footer .f-bot {
  padding: 30px 0; }
  .footer .f-bot hr {
    display: none; }

@media only screen and (min-width: 380px) {
  .banner .inner .header {
    background-position: right 0; }
  .greens .inner .cards .card .inner .content .col .box-s .box-inner .flex > p {
    font-size: 52px;
    line-height: 52px;
    font-weight: 100; }
  .greens .inner .cards .card .inner .content .col .box-s .box-inner .flex .smaller {
    font-size: 40px;
    line-height: 40px; }
  .greens .inner .cards .card .inner .content .col .box-s .box-inner > p {
    font-size: 14px;
    line-height: 18px; } }

@media only screen and (min-width: 770px) {
  .intro .inner hr {
    display: none; }
  .greens .inner .cards .card .inner .content .col .box-s .box-inner .flex > p {
    font-size: 74px;
    line-height: 74px;
    font-weight: 100; }
  .greens .inner .cards .card .inner .content .col .box-s .box-inner .flex .smaller {
    font-size: 50px;
    line-height: 50px; }
  .greens .inner .cards .card .inner .content .col .box-s .box-inner > p {
    font-size: 16px;
    line-height: 20px; } }

@media only screen and (min-width: 1000px) {
  p {
    font-size: 16px; }
  h2 {
    font-size: 42px; }
  .desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .mobile {
    display: none; }
  .card .inner .mobile {
    display: none; }
  .card .inner .desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .inner {
    width: 80%;
    max-width: 1200px; }
  .top .inner {
    height: 80px;
    line-height: 80px; }
  .banner {
    height: 400px; }
    .banner .inner {
      margin: auto;
      height: 100%; }
      .banner .inner .title {
        padding: 5% 0; }
        .banner .inner .title h1 {
          font-size: 72px;
          line-height: 72px;
          width: 740px; }
      .banner .inner .header {
        height: 100%;
        background-position: -100px 0; }
      .banner .inner .header::after {
        display: block;
        position: relative;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 68%, #F7F7F7 86%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 68%, #F7F7F7 86%);
        height: 100%;
        width: 101%;
        content: ''; }
  .intro .inner {
    padding-top: 40px; }
    .intro .inner .text {
      padding: 0 30px; }
  .greens {
    padding: 40px 0; }
    .greens .inner .research {
      width: 70%;
      margin: auto;
      text-align: center; }
    .greens .inner .cards {
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
              justify-content: space-evenly;
      background-color: transparent; }
      .greens .inner .cards .card {
        background-color: transparent;
        width: 90%;
        max-width: 550px;
        height: 740px;
        margin: 30px 10px; }
        .greens .inner .cards .card .inner {
          width: 95%;
          margin-left: 5%;
          max-width: 100%;
          height: 100%;
          padding: 0; }
          .greens .inner .cards .card .inner .content {
            -webkit-flex-wrap: nowrap;
                    flex-wrap: nowrap;
            height: 100%;
            border-radius: 10px; }
            .greens .inner .cards .card .inner .content .col {
              width: 40%;
              -webkit-box-ordinal-group: 3;
              -webkit-order: 2;
                      order: 2;
              -webkit-align-content: stretch;
                      align-content: stretch;
              border-radius: 0 10px 10px 0; }
              .greens .inner .cards .card .inner .content .col > div {
                width: 100%; }
              .greens .inner .cards .card .inner .content .col > :first-child {
                border-radius: 0 10px 0 0; }
              .greens .inner .cards .card .inner .content .col > :last-child {
                border-radius: 0 0 10px 0; }
              .greens .inner .cards .card .inner .content .col > :nth-child(3) {
                box-shadow: 0px 25px 1px -25px lightgrey; }
            .greens .inner .cards .card .inner .content .box-b {
              width: 60%;
              padding: 30px 10px 20px 30px; }
              .greens .inner .cards .card .inner .content .box-b p {
                font-size: 15px; }
              .greens .inner .cards .card .inner .content .box-b .card-header {
                padding-top: 20px; }
                .greens .inner .cards .card .inner .content .box-b .card-header img {
                  position: absolute;
                  margin-left: -60px;
                  margin-top: -50px;
                  width: 70px; }
                .greens .inner .cards .card .inner .content .box-b .card-header h2 {
                  font-size: 120px;
                  top: -110px;
                  color: rgba(169, 169, 169, 0.3); }
                .greens .inner .cards .card .inner .content .box-b .card-header h3 {
                  color: black; }
  .table .inner {
    max-width: 1000px;
    padding: 50px;
    background-color: white;
    border-radius: 10px; }
    .table .inner h2 {
      color: black; }
    .table .inner p {
      color: black; }
  .bottom {
    padding: 40px 0; }
    .bottom .inner h2 {
      margin: 0; }
    .bottom .inner .bot-text {
      -webkit-column-count: 2;
              column-count: 2;
      text-align: left;
      padding: 2% 10%;
      -webkit-column-gap: 50px;
              column-gap: 50px; }
  .footer {
    background: -webkit-linear-gradient(left, white 68%, transparent 100%), url("../img/footer.jpg");
    background: linear-gradient(to right, white 68%, transparent 100%), url("../img/footer.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right; }
    .footer .f-top {
      background-color: transparent; }
    .footer hr {
      width: 30%;
      margin: auto; } }
