@import url('https://fonts.googleapis.com/css2?family=Faustina:ital,wght@0,600;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('/themes/custom/medical_platform_base/css/libraries/blocks/back-to-top.css');

:root {
  --red: #DD023E;
  --blue: #001489;
  --base-f: 18px;
  /* --basic-grid: 1fr 170px 140px 120px minmax(768px, 1fr) 120px 140px 170px 1fr;
  --basic-grid: 1fr minmax(0, 170px) minmax(0, 140px) minmax(0, 120px) minmax(768px, 1fr)   minmax(0, 120px)  minmax(0, 140px)  minmax(0, 170px), */
  /* --basic-grid: 1fr minmax(20px, 170px) minmax(20px, 140px) minmax(20px, 120px) minmax(768px, 50vw) minmax(20px, 120px) minmax(20px, 140px) minmax(20px, 170px) 1fr; */
  --basic-grid: 1fr minmax(20px, 170px) minmax(20px, 140px) minmax(20px, 120px) minmax(200px, 750px) minmax(20px, 120px) minmax(20px, 140px) minmax(20px, 170px) 1fr;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  height: auto;
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  color: var(--blue);
  font-size: var(--base-f);
  /* max-width: 1950px;
  margin: 0 auto; */
}
.wwrap {
  display: grid;
  grid-template-columns: var(--basic-grid);
}

.w-privacy,
.w-terms {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    text-align: left;
    max-width: 930px;
    margin: 0 auto;
}
.w-privacy h3,
.w-terms  h3{
  color: #ffba00
}
.w-privacy.slide-d,
.w-terms.slide-d {
    max-height: 20500px;
    transition: max-height 0.25s ease-in;
}
header {
      grid-column: 1/-1;
      background: transparent url(/sites/default/files/2020-12/head_0.jpg);
      background-repeat: no-repeat;
      /* padding-top: 34.25%; */
      background-size: cover;
      position: relative;
      display: grid;
      /* grid-template-columns: minmax(auto,1370px) 768px; */
      /* grid-auto-rows: 30% 20% 50%; */
      overflow: hidden;
      height: 50vh;
      height: calc(320px + 22vh);
      height: calc(100vw * (6/16));
      /* height: calc(20vw + 47vh); */
      /* max-height: 720px; */
      margin-bottom: -160px;

      height: calc(100vw * (16/9));
      max-height: calc(65em * (9/16));

      grid-template-columns: minmax(auto,1470px) 768px;
      max-height: calc(72em * (9/16));
      grid-auto-rows: 47% 20% auto;
}
header h1 {
  z-index: 1;
  grid-column: 2;
  grid-row: 2;
  position: relative;
}
header h1:after {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 90%;
  height: 33vw;
  top: -190%;
  right: 10%;
  border-radius: 50%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+23,ffffff+92&1+2,0+71 */
  background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 2%, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 71%, rgba(255,255,255,0) 92%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 2%,rgba(255,255,255,0.7) 23%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 92%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 2%,rgba(255,255,255,0.7) 23%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  z-index: -2;
  opacity: .9;
}
header h1:before {
    content: "";
    position: absolute;
    top: -102px;
    left: -19px;
    width: 390px;
    height: 91px;
    background: url(/sites/default/files/2020-12/logo-wyeth-nutrition.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    z-index: 4;
}    
header h1 span {
  position: relative;
  display: block;
  color: white;
  margin-bottom: 14px;
  float: left;
  padding: 5px 35px;
  line-height: 2em;
  /* font-size: calc(28px + (40 - 28) * ((100vw - 320px) / (1600 - 300))); */
  font-size: calc(28px + (32 - 28) * ((100vw - 320px) / (1600 - 300)));
}
header h1 span::after {
  background: var(--red);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  transform: skew(28deg);
  z-index: -1;
}

header h1 span:last-child {
  margin-left: 80px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Faustina', serif;
  color: var(--red);
}
h1 {
  font-size: calc(var(--base-f) + 30px);
  line-height: 58px;
}
h2 {
  font-size: calc(28px + (42 - 28) * ((100vw - 320px) / (1600 - 300)));
  line-height: 1.45;
  font-style: italic;
  text-align: center;
  position: relative;
  padding: 40px 96px;
  color: var(--blue);
  grid-column: 3 / -3;
  z-index: 1;
  margin-bottom: 48px;
}
h2:after {
  background: #F6F6FB;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.85;
}
h3 {
  font-size: calc(var(--base-f) + 27px);
  line-height: 68px;
  text-align: center;
}
.w-about {
  display: grid;
  grid-template-columns: 40% 60%;
  background: #F3F3FA;
  max-width: 100%;
  grid-column: 3 / -3;
  margin: 0 0 68px 0;
}
.w-about h3{
  color: var(--red);
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}
.w-about small {
  color: #9595AB;
  font-size: calc(var(--base-f) - 2px);
  line-height: 26px;
}
.w-about p {
  color: var(--blue);
  font-size: var(--base-f);
  line-height: 28px;
  margin-top: 0;
}
.w-about p b {
  font-size: calc(var(--base-f) + 2px);
  line-height: 30px;
}
.w-about-card__content {
  max-width: 650px;
  margin-left: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.w-about-card__content h4 {
    font-size: calc(var(--base-f) + 10px);
    margin-top: 10px;
}    
.w-about-card__media {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-about-card__media img {
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
}

.w-partnerships {
  grid-column: 1/-1;
  grid-template-columns: var(--basic-grid);
  display: grid;
  padding: 96px 0;
  position: relative;
  background-color: #F3F3FA;
}
.w-partnerships:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background:url(../img/world.png); */
  background: url(/sites/default/files/2020-12/world.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: .3;
  content: "";
  z-index: 0;
}
.w-partnerships__wrap {
  display: grid;
  /* grid-template-columns: 1fr minmax(70px,170px) 1fr; */
  grid-template-columns: 1fr 6vw 1fr;
  margin: 0 auto;
  grid-column: 4/-4;
  z-index: 1;
}
.w-partnerships__wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.w-partnerships__wrap ul li {
  display: grid;
  grid-template-columns: 140px 1fr;
  font-size: 15px;
  text-align: left;
  margin: 0 0 7px 0;
  text-align: right;
  grid-gap: 20px;
}
.w-partnerships__wrap ul li a {
    text-align: left;
}
.w-partnerships img {
  margin: 0 auto;
  position: relative;
  display: block;
}
.w-partnerships p {
  text-align: center;
  font-size: calc(var(--base-f) + 2px);
  padding: 24px 0;
  max-width: 500px;
}
.w-partnerships h3 {
  grid-column: 1/-1;
  margin: 0;
  padding: 0;
  padding-bottom: 48px;
  color: var(--red);
}
.w-partnership {
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.w-partnership:nth-child(2) {
  grid-column: 3;
}
.w-initiatives {
  margin: 0 auto;
  grid-column: 5/-5;
  padding: 96px 0;
}
.w-initiatives .dl-button {
  background: #F5F6FB;
  border: 1px solid #E8EDF6;
  border-radius: 16px;
  position: relative;
  font-family: 'Faustina', serif;
  padding: 20px 44px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: var(--blue);
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  transition: all .25s ease;
  margin-top: 1em;
  display: inline-block;
  text-decoration: none;
}
.w-initiatives .dl-button:hover {
  transition: all .25s ease;
  background: #E8EDF6;
}
.w-initiatives .dl-button:after {
  background: url(/sites/default/files/2020-12/ico-pdf.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 52px;
  height: 24px;
  top: 0%;
  left: 0;
  transform: translateY(-50%) translateX(40%);
}
.w-contact h4,
.w-initiatives h4 {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: var(--blue);
}
.w-initiatives h3 {
  margin-top: 0;
}
.w-initiatives p {
  margin-bottom: 2em;
  font-size: var(--base-f);
  line-height: calc(var(--base-f) + 10px);
}
.w-initiatives p a {
  position: relative;
}
.w-initiatives p a:hover {
  text-decoration: none;
}
.w-initiatives p a:after {
  /* background: url(../img/ico-pdf-small.png); */
  background: url(/sites/default/files/2020-12/ico-pdf-small.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 24px;
  height: 12px;
  top: 0%;
  right: 0;
  transform: translateY(-20%) translateX(80%);
}
.w-contact {
    grid-column: 1/-1;
    grid-template-columns: var(--basic-grid);
    display: grid;
    background: #F3F3FA;
}
.w-contact__wrapper h3 {
  margin: 0;
}
.w-contact__wrapper {
  padding: 66px 0 58px 0;
  grid-column: 1/-1;
  text-align: center;
  display: flex;
  flex-direction: column;
   align-items: center;
}
.w-contact__wrapper .send-button {
  display: flex;
  justify-content: center;
  position: relative;
}
footer {
    grid-column: 1/-1;
    padding: 96px 0;
    background: #144266;
    color: white;
    grid-template-columns: var(--basic-grid);
    display: grid;
}
footer .footer__wrap {
  grid-column: 3/-3;
  text-align: center;
}
footer .terms-conditions {
  padding: 1em;
}
footer a {
  color: white;
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
}
footer p {
    padding: 0;
    margin: 0;
    font-family: 'Roboto',sans-serif;
    font-weight: 100;
}
footer p.w-year {
  padding: 2em 0 0 0;
}
footer .headline.policy-object {
    color: #ffba00;
    font-weight: 500;
    font-family: 'Faustina',serif;
    font-size: 25px;
    margin: 16px 0 8px 0;
}
footer .w-tc p {
  margin: 13px 0;
  line-height: 1.4;
  word-break: break-all;
}
footer .w-tc ol li {
    margin: 10px 0;
}
footer .w-tc a {
  color: white;
  text-decoration: none;
  font-weight: 300;
  position: relative;
}
footer .w-tc ul li {
  font-weight: 100;
}

a:hover,
a {
  text-decoration: none;
}
a {
  position: relative;
}
footer a:after,
.w-partnerships__wrap ul li a:after {
  transition: all .25s ease;
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  height: .75px;
  background:blue;
}
footer a:hover:after,
.w-partnerships__wrap ul li a:hover:after {
    opacity: 1;
    transition: all .25s ease;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: .75px;
}
footer a:after {
      background: white;
}
footer a:hover:after {
      background: white;
}
.w-partnerships__wrap ul li a {
  position: relative;
  float: left;
  display: inline-block;
  width: fit-content;
  color: blue;
}
footer h4 {
  color: white;
}
/* -------------------------------------------------------------------------------------EMAIL----------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------EMAIL----------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------EMAIL----------------------------------------------------------------------------------------------------- */

.w-contact__wrapper a {
  text-decoration: none;
}
.w-contact__wrapper a:hover {
  text-decoration: none;
}
.letter-image {
  width: 200px;
  height: 200px;
  cursor: pointer;
  position: relative;
}

.animated-mail {
  position: absolute;
  height: 150px;
  width: 200px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}
.animated-mail .body {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 200px;
  border-color: transparent transparent #e95f55 transparent;
  z-index: 2;
}
.animated-mail .top-fold {
  position: absolute;
  top: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  -webkit-transform-origin: 50% 0%;
  -webkit-transition: transform .4s .4s, z-index .2s .4s;
  -moz-transform-origin: 50% 0%;
  -moz-transition: transform .4s .4s, z-index .2s .4s;
  transform-origin: 50% 0%;
  transition: transform .4s .4s, z-index .2s .4s;
  border-color: #cf4a43 transparent transparent transparent;
  z-index: 2;
}
.animated-mail .back-fold {
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 100px;
  background: #cf4a43;
  z-index: 0;
}
.animated-mail .left-fold {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 100px;
  border-color: transparent transparent transparent #e15349;
  z-index: 2;
}
.animated-mail .letter {
  left: 20px;
  bottom: 0px;
  position: absolute;
  width: 160px;
  height: 60px;
  background: white;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .4s .2s;
  -moz-transition: .4s .2s;
  transition: .4s .2s;
}
.animated-mail .letter .letter-border {
  height: 10px;
  width: 100%;
  background: repeating-linear-gradient(-45deg, #cb5a5e, #cb5a5e 8px, transparent 8px, transparent 18px);
}
.animated-mail .letter .letter-title {
  margin-top: 10px;
  margin-left: 5px;
  height: 10px;
  width: 40%;
  background: #cb5a5e;
}
.animated-mail .letter .letter-context {
  margin-top: 10px;
  margin-left: 5px;
  height: 10px;
  width: 20%;
  background: #cb5a5e;
}
.animated-mail .letter .letter-stamp {
  margin-top: 30px;
  margin-left: 120px;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  background: #cb5a5e;
  opacity: 0.3;
}

.shadow {
  position: absolute;
  top: 170px;
  left: 50%;
  width: 400px;
  height: 30px;
  transition: .4s;
  transform: translateX(-50%);
  -webkit-transition: .4s;
  -webkit-transform: translateX(-50%);
  -moz-transition: .4s;
  -moz-transform: translateX(-50%);
  border-radius: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  opacity: .5;
}

.letter-image:hover .animated-mail {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
}
.letter-image:hover .animated-mail .top-fold {
  transition: transform .4s, z-index .2s;
  transform: rotateX(180deg);
  -webkit-transition: transform .4s, z-index .2s;
  -webkit-transform: rotateX(180deg);
  -moz-transition: transform .4s, z-index .2s;
  -moz-transform: rotateX(180deg);
  z-index: 0;
}
.letter-image:hover .animated-mail .letter {
  height: 180px;
}
.letter-image:hover .shadow {
  width: 250px;
}
.w-contact h4 {
    margin-bottom: 0;
}

#environment-indicator,
#toolbar-administration,
.dialog-off-canvas-main-canvas {
  grid-column: 1/-1;
}
nav.w-top-naw {
    background: var(--red);
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: var(--basic-grid);
}
.nav-wrap {
    grid-column: 3/-3;
    display: grid;
    grid-template-columns: 1fr 100px 100px;
    align-items: center;
    min-height: 60px;
}
.nav-wrap a {
    color: white;
    text-decoration: none;
    display: inline-block;
}
.nav-wrap a img {
    max-height: 16px;
    display: inline-block;
}
.nav-wrap a:hover {
    text-decoration: underline;
}
.nav-wrap .w-logo img {
    max-width: 250px;
    max-height: unset;
}

/* -------------------------------------------------------------------------------------MQ----------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------MQ----------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------MQ----------------------------------------------------------------------------------------------------- */
@media all and (max-width: 1500px) {
  header {
    /* grid-auto-rows: 30% 20% 50%; */
    grid-auto-rows: 50% 20% auto;
    grid-template-columns: minmax(auto,1470px) 648px;
  }
  header h1 span {
      font-size: calc(24px + (24 - 20) * ((100vw - 320px) / (1600 - 300)));
  }
}
@media all and (max-width: 1268px) {
  :root {
    --red: #DD023E;
    --blue: #001489;
    --base-f: 16px;
    /* --basic-grid: 1fr minmax(20px, 170px) minmax(20px, 140px) minmax(20px, 120px) minmax(200px, 750px) minmax(20px, 120px) minmax(20px, 140px) minmax(20px, 170px) 1fr; */
    --basic-grid: 20px 1fr 20px;
  }

  .w-contact__wrapper {
    padding: 26px 0 48px 0;
  }
  .w-partnerships__wrap {
    grid-column: 3/-3;
  }
  header {
    grid-template-columns: auto 578px;
  }
  header h1 span {
      font-size: calc(20px + (36 - 20) * ((100vw - 320px) / (1600 - 300)));
  }
  .w-initiatives {
      grid-column: 3/-3;
  }
  .w-partnerships__wrap {
      grid-template-columns: 1fr 46px 1fr;
      grid-column: 2/-2;
  }
  .w-about {
    margin: auto;
    margin: 0 auto 38px auto;
    max-width: 700px;
    background: #F3F3FA;
    grid-template-columns: 1fr;
  }
  h2 {
    grid-column: 2 / -2;
    padding: 40px 76px;
    margin-bottom: 38px;
    margin-right: 2vw;
    margin-left: 2vw;
    font-size: calc(26px + (40 - 26) * ((100vw - 320px) / (1600 - 300)));
    line-height: 1.45;
  }
  .w-about {
    grid-column: 2 / -2;
  }
  .w-initiatives {
      grid-column: 2/-2;
      max-width: 768px;
  }  
  footer {
    padding: 36px 0;
  }  
  .w-about-card__content {
      max-width: 90%;
      margin-left: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      margin: 0 auto;
  }
  footer .terms-conditions {
      padding: 1em 3em 1em 3em;
  }
  .w-partnerships {
      padding: 36px 0;
  }
}
@media all and (max-width: 858px) {
  header h1 span {
      font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1600 - 300)));
  }
  header {
    grid-template-columns: auto 498px;
  }
  h2 {
    grid-column: 2 / -2;
    padding: 30px 46px;
    margin-bottom: 26px;
    font-size: calc(28px + (32 - 28) * ((100vw - 320px) / (1600 - 300)));
    margin-right: 0;
    margin-left: 0;
  }
  .w-about {
      max-width: 100%;
      grid-template-rows: 380px 1fr;
  }
  .w-about-card__media img {
    object-position: bottom;
  }
  .w-partnerships h3 {
    padding-bottom: 28px;
  }
  .w-partnerships__wrap {
      display: flex;
      flex-direction: column;
      max-width: 100%;
  }
  .w-initiatives {
      padding: 36px 0;
  }
  .w-contact__wrapper {
      padding: 36px 0 28px 0;
  }
  .w-initiatives .dl-button {
      font-size: 18px;
      line-height: 30px;
  }
}



/* MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */

@media all and (max-width: 858px) {
  .w-partnerships__wrap {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    margin: auto;
    grid-column: 2;
  }
  .w-partnership:nth-child(2) {
    margin-bottom: 4em;
  }
    header h1:before {
    display: none;
  }
}

/* MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */

@media all and (max-width: 558px) {

  footer .terms-conditions {
    padding: 1em 0;
  }
  .w-contact__wrapper,
  .w-initiatives,
  .w-partnerships {
    padding: 36px 0;
  }
  .w-about-card__content {
    padding: 20px;
}
  header {
    grid-auto-rows: 44% 20% 36%;
  }
  .w-about {
    grid-template-rows: 270px 1fr;
  }
  header {
      margin-bottom: -100px;
      height: calc(100vw * (16/9));
      max-height: calc(50em * (9/16));

      grid-auto-rows: 49% 20% 36%;
      grid-template-columns: 1fr 360px;
  }
  h2 {
      padding: 20px 26px;
      font-size: 22px;
  }
  h3 {
      font-size: 30px;
      line-height: 1.5;
      margin: 0;
  }
  .w-about-card__content h4 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 16px;
  }
  header h1 span {
    font-size: 17px;
    margin-bottom: 5px;
}
.w-partnership:nth-child(2) {
    margin-bottom: 2em;
}
  .w-partnerships__wrap h3 {
    padding: 0;
  }
  .w-partnerships__wrap ul li {
    grid-template-columns: 1fr 1fr;
    font-size: 18px;
  }
  .w-partnerships__wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 2em;
  }
  .w-initiatives .dl-button {
    padding: 20px 24px;
  }
  .w-contact h4 {
    margin-bottom: 0;
    margin-top: 6px;
  }
  .w-partnership:nth-child(2),
  .w-partnerships__wrap h3,
  .w-partnerships__wrap section {
    grid-column: 1/-1;
    grid-row: auto;
    display: grid;
    justify-items: center;
  }
  .w-about-card__media,
  .w-about-card__content {
    grid-column: 2 / -2;
  }
  .w-about-card__media {
      max-height: 470px;
  }
  .w-partnerships p,
  .w-initiatives p,
  .w-about p,
  .w-partnerships__wrap ul li {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
  header h1:after {
    height: 83vw;
  }
  .w-contact h4, 
  .w-initiatives h4 {
    font-size: 24px;
    line-height: 1.3;
  }
  .w-about {
    grid-column: 1 / -1;
    grid-template-columns: 20px 1fr 20px;
  }
  .w-about-card__content {
    grid-column: 2 / -2;
    max-width: unset;
    margin: 0;
    padding: 20px;
  }
  header {
    grid-template-columns: 1fr 1fr;
  }
  header h1 {
      min-width: 428px;
  }
  .nav-wrap {
    grid-template-columns: auto 80px 95px;
    grid-gap: 10px;
  }
  .nav-wrap .w-logo img {
      max-width: 165px;
      max-height: unset;
  }
  .nav-wrap a {
    display:flex;
    align-items: center;
  }
  .nav-wrap a img {
    max-height: 11px;
  }
}
/* MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */

@media all and (max-width: 428px) {
  .w-partnerships__wrap ul li {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 0;
  }
  .w-partnerships__wrap ul li a {
    text-align: center;
    width: 100%;
  }
  .w-contact h4, .w-initiatives h4 {
      font-size: 20px;
  }
  .w-initiatives p a {
    position: relative;
    display: inline-block;
    padding: 4px;
    margin: 10px 0;
    float: none;
  }
  .w-initiatives .dl-button {
      padding: 16px 15px;
      font-size: 16px;
      line-height: 1.4;
  }
  .w-about-card__content {
    padding: 0px;
  }
  .w-initiatives .dl-button:after {
      width: 37px;
      height: 19px;
    }
    .w-partnerships p {
      margin: 0;
    }
    .w-partnerships img {
        max-height: 48px;
    }
    .w-partnership:nth-child(2) {
        margin-bottom: 0em;
    }
    header h1 {
      min-width: unset;
    }
    header {
        max-height: calc(40em * (9/16));
    }
    header {
      grid-auto-rows: 40% 20% 40%;
    }
    footer img {
        max-width: 220px;
        margin: 0 auto;
    }
    .w-about h3 {
      padding-top: 15px;
    }
    .nav-wrap .w-logo img {
      max-width: 137px;
    }
    .nav-wrap {
      grid-template-columns: 1fr 56px 70px;
      grid-gap: 5px;
    }
    .nav-wrap a img {
      max-height: 11px;
    }
    .nav-wrap {
      min-height: 42px;
    }
    h2 {
      grid-column: 1 / -1;
    }
}
/* MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
@media all and (max-width: 340px) {
  h3 {
      font-size: 27px;
  }
  h2 {
      padding: 16px 16px;
      font-size: 20px;
      grid-column: 1/-1;
  }
  header h1 span {
      font-size: 16px;
      margin-bottom: 5px;
      padding: 5px 20px;
  }
  header h1 span:last-child {
      margin-left: 70px;
  }
  header {
      grid-template-columns: 15px 1fr;
  }
  .nav-wrap a {
      color: white;
      text-decoration: none;
      font-size: 14px;
  }
  .nav-wrap {
      grid-template-columns: 1fr 52px 65px;
      grid-gap: 4px;
  }
}

.visually-hidden {
	display: none;
}

.w-terms-p,
.w-privacy-p {
	  background: transparent;
    color: #fff;
    border: none;
}

.w-terms-p:hover,
.w-privacy-p:hover {
	text-decoration: underline;
}