.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,217,223;--color-primary-1:246,129,149;--color-primary-2:236,2,43;--color-primary-3:118,1,22;--color-primary-4:35,0,6;--color-secondary-0:197,191,191;--color-secondary-1:144,138,138;--color-secondary-2:96,91,91;--color-secondary-3:53,49,49;--color-secondary-4:18,16,16;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Fraunces";--paragraphs-font-family:"Fraunces"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/05b180e5-2a84-49c2-9bb6-05a81bb14260/pitt_revised_slidespptx1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE.adaptive-delivery-prevent-bg, #RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE.lazyload, #RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE.lazyloading { background-image: none; }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row .container { background-color: transparent; background-image: none; }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row .container > .video-iframe-container { display: none; }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row > .video-iframe-container { display: none; }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row .container { border-width: 0; border-radius: 0; }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#Xq78MtN6FlKgN1P18DEPD9v0aT6izFTE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:30.9375rem;top:-1.25rem;left:-2.4121621621622rem;overflow:hidden;display:block; }
#MpbOdZM1id5p4OR1yqU5kKmRXiG341IX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#dgOHHH9dWoTLzFFO0BonOFz9CgqdFef5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LotDSS4rbyzPk3OBqkhSR1l4iHT5ibFm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:41.4375rem;display:block; }
#aL20JSPMhpJNgJI2ITlmE653PaqnKOcG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QCNaW2AaqVMDxVOJTvkz1yPxsKTKNiSI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:50.4375rem;display:block; }
#CXAhzcPxxIRTueIdMzdcglF8znyAIEbN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdV30DyIQemLuPrvsTa638ntowRkwlhg { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/f505e700-179e-42d0-9612-dff533143f24/assets__ga__locations__metfifthave.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg.adaptive-delivery-prevent-bg, #mdV30DyIQemLuPrvsTa638ntowRkwlhg.lazyload, #mdV30DyIQemLuPrvsTa638ntowRkwlhg.lazyloading { background-image: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container { background-color: transparent; background-image: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container > .video-iframe-container { display: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row > .video-iframe-container { display: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container { border-width: 0; border-radius: 0; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container { font-size:0.875rem;font-family:fraunces;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#P4TLULHGzMFIvPD7sSG8lPq88yfzU5fd { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:19.974609375rem;left:0.8125rem;height:10.19925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gCZsGNu1UX45k5Xytb6pOKUrxJkMOGVy { color:rgba(var(--color-tertiary-0),1);display:block;width:41.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:33.5625rem;left:0.8125rem;height:4.4624rem;display:block; }
#wuxITKGOJmqVxcCAgEorsR1J5FrhzyZX { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#ut7I4HT1kWqUF3v9RW1JzdofB0Ky8vfw { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:4.875rem;display:block; }
#re1fxsKpT2DDpuIZlP44e7fDEwsdqpxR { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:9.625rem;display:block; }
#zMe8PkNGXZW5Fqm4K32Vi6HAwsUyTnp8 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:7.25rem;display:block; }
#eVXStAghFxpIvsxTUz5HefAJa5fnwEyf { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/05b180e5-2a84-49c2-9bb6-05a81bb14260/pitt_revised_slidespptx1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:43.9375rem;top:0rem;left:0rem;display:block; }#eVXStAghFxpIvsxTUz5HefAJa5fnwEyf.adaptive-delivery-prevent-bg, #eVXStAghFxpIvsxTUz5HefAJa5fnwEyf.lazyload, #eVXStAghFxpIvsxTUz5HefAJa5fnwEyf.lazyloading { background-image: none; }
#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/05b180e5-2a84-49c2-9bb6-05a81bb14260/pitt_revised_slidespptx1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW.adaptive-delivery-prevent-bg, #k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW.lazyload, #k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW.lazyloading { background-image: none; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container { background-color: transparent; background-image: none; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container > .video-iframe-container { display: none; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row > .video-iframe-container { display: none; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container { border-width: 0; border-radius: 0; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container { font-size:0.875rem;font-family:fraunces;height:46.6875rem;width:75rem;position:relative;display:block; }#XzGveBS0iueH80WGpSnSLEVupqraKh0O { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:11.59375rem;left:1.25rem;height:21.99708125rem;display:block; }
#rrJMgq2VAIpSbMumpnkt4Ihazykcad8p { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#rcHfXd30FABxhtpZF28KZHzLv9bPZT4y { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#VXPHcaf4ufauwdTQJGUOTHenLdtLQNfb { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#HmFAszN6c3gyD2vStEzph1w4FnwuAOr7 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#EAVPkw2AqFSEul6KuHVILHdbUnS4m5OZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.125rem;width:67.6875rem;top:5.4375rem;left:26.784361049107rem;overflow:hidden;display:block; }
#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a0cbce2-f2be-4c25-a96f-6c45501dcb0a/278a88bb42289e60035c3ff18fb03b92a13cf1745120x5120.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ.adaptive-delivery-prevent-bg, #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ.lazyload, #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ.lazyloading { background-image: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { background-color: transparent; background-image: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container > .video-iframe-container { display: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row > .video-iframe-container { display: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { border-width: 0; border-radius: 0; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { font-size:0.875rem;font-family:fraunces;height:51.0625rem;width:75rem;position:relative;display:block; }#tQflTKIoEJ7gVAW8sGvCHokfG50dNBUp { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(107,93,93,0.34), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(107,93,93,0.34), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(107,93,93,0.34), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(107,93,93,0.34), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b5d5d56', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b5d5d56', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(107,93,93,0.34), rgba(0,0,0,0));background-size:auto !important;border-top:0.0625rem solid #3d3f43;border-left:0.0625rem solid #3d3f43;border-right:0.0625rem solid #3d3f43;border-bottom:0.0625rem solid #3d3f43;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.9375rem;width:25.375rem;top:25.4375rem;left:4.875rem;display:block; }
#dE9kQ9lSRM30bsJ34MH3GTSUihS4IVXL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:27.375rem;left:8.875rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kW1F2tSktThkanCRl90WSCMDGvstQqxr { color:rgba(var(--color-tertiary-1),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:32.765625rem;left:6rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RxBHsFL2h86DSlsMticR7UCPxEXek4ml { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.76171875rem;left:1.1875rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bWFfOAt9TaXgtJCxuWfc09yNwKR2zqzl { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#LcgIfPT8R9mm0uHc2CU4ZysdthSwtzJO { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#d5bkyog4TrLTXh2rZJJaRUvRzXPHbcrE { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#ccqLy5UsODgniWBoJrSKIDw28qb8bWDN { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#goQrPWBbTLhNEby32lRz6meJxovqyM79 { color:rgba(var(--color-tertiary-0),1);display:block;width:61rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:14.5rem;left:1.1875rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JANRQdr7T1VBkXMUnZpsRWEdNCkWrhTw { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(107,93,93,0.34), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(107,93,93,0.34), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(107,93,93,0.34), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(107,93,93,0.34), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b5d5d56', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b5d5d56', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(107,93,93,0.34), rgba(0,0,0,0));background-size:auto !important;border-top:0.0625rem solid #3d3f43;border-left:0.0625rem solid #3d3f43;border-right:0.0625rem solid #3d3f43;border-bottom:0.0625rem solid #3d3f43;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.75rem;width:25.375rem;top:25.4375rem;left:42.875rem;display:block; }
#GouhHZShmGQMfFhsTQHSNO5a8eRlHtrk { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:27.375rem;left:43.90625rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqv0msPLQwpxCTwkR07XMznXKnSxe2ee { color:rgba(var(--color-tertiary-1),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:32.71875rem;left:44rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xEy9q57EUwrWVm8SsayNc72JIxqT3rm8 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:40.4375rem;left:8.875rem;display:block; }
#T13Nxro5dMtcKmSfJu8DJ2oRz3Vxsqeo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZW8J51TV5BSkz1ktZ8kZ3uTPHIDghoMF { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:40.4375rem;left:46.875rem;display:block; }
#ADepE5iDx04bJ3G9n5rw44FO8LadtPl2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/05b180e5-2a84-49c2-9bb6-05a81bb14260/pitt_revised_slidespptx1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL.adaptive-delivery-prevent-bg, #NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL.lazyload, #NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL.lazyloading { background-image: none; }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row .container { background-color: transparent; background-image: none; }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row .container > .video-iframe-container { display: none; }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row > .video-iframe-container { display: none; }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row .container { border-width: 0; border-radius: 0; }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row .container { font-size:0.875rem;font-family:fraunces;height:59.9375rem;width:75rem;position:relative;display:block; }#UkVGkpionpUQg0AvwLvME0EV5fzdusUW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:36.8125rem;top:7.8125rem;left:38.1875rem;overflow:hidden;display:block; }
#SodWd3Qb5my9KZHv5XAB3E3C9awHMIrT { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:10.25rem;left:1.40625rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OdyHUOTmqXnrvmgcy0Mon2LQ171HRoUR { color:rgba(var(--color-tertiary-1),1);display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:17.93115234375rem;left:1.40625rem;height:6.599125rem;text-align:left;text-align-last:left;display:block; }
#kkZSQdxFSktBPuxevrBaxBXGUWMhSgcT { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:71.8125rem;display:block; }
#Squ3nX4AsTzTMlhfV1uZ5QBQA27iuSyq { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:69.75rem;display:block; }
#avBPZffPXR3L3TFlT018CmrM4exG3JNp { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:67.806640625rem;display:block; }
#dl4LFh8Wds4uc4ArsbyyfT42f3TGlDsI { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66.0625rem;display:block; }
#EkuOzaFknqxK5KT7z9wszn4yKmfEzBlU { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:33.81201171875rem;left:5.21875rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M5oxT6ezqLwZkLTPQmTaw4Zf10rfv5Ns { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:33.81201171875rem;left:43.244140625rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sapuhARpbgpNHSATPMDT7IBvrGSl9yKM { color:rgba(var(--color-tertiary-1),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:38.8974609375rem;left:8.34375rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6ol5tSQXWt4LVIdSDCa3ecGX8kdbTTn { color:rgba(var(--color-tertiary-1),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:38.8974609375rem;left:43.087890625rem;height:6.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtCwoSa7odUnkpPF37EntvhLXlHwXKrc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:46.224609375rem;left:9.4375rem;display:block; }
#ph7vmFdmsyNqXq8WEDgEVWn0M96QKzku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTq4SPevnEg0bvnpfHar6OLApQwdkE9H { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:46.224609375rem;left:46.962890625rem;display:block; }
#virQDQKIHSSBaLwZmzydFiO4cDvTSNDw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mg9Uz5ZmAs8J1b17xeboMHqDXpRiDVZ4 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(60,53,53,0.34), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(60,53,53,0.34), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(60,53,53,0.34), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(60,53,53,0.34), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c353556', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c353556', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(60,53,53,0.34), rgba(0,0,0,0));background-size:auto !important;border-top:0.0625rem solid #3d3f43;border-left:0.0625rem solid #3d3f43;border-right:0.0625rem solid #3d3f43;border-bottom:0.0625rem solid #3d3f43;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.9375rem;width:25.375rem;top:31.25rem;left:5.4375rem;display:block; }
#XgIkTAGwnGol6FINERW1LdghwuRT3E5d { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(60,53,53,0.34), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(60,53,53,0.34), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(60,53,53,0.34), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(60,53,53,0.34), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c353556', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c353556', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(60,53,53,0.34), rgba(0,0,0,0));background-size:auto !important;border-top:0.0625rem solid #3d3f43;border-left:0.0625rem solid #3d3f43;border-right:0.0625rem solid #3d3f43;border-bottom:0.0625rem solid #3d3f43;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.9375rem;width:25.375rem;top:31.25rem;left:42.369140625rem;display:block; }
#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd2db6bc-0020-46e0-a6fc-a1a61bd8a275/Making_Met_031.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw.adaptive-delivery-prevent-bg, #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw.lazyload, #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw.lazyloading { background-image: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { background-color: transparent; background-image: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container > .video-iframe-container { display: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row > .video-iframe-container { display: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { border-width: 0; border-radius: 0; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { font-size:0.875rem;font-family:fraunces;height:48.8125rem;width:75rem;position:relative;display:block; }#HEk7PlytA21dAwPvrc5hB3zPMrBOmP6s { color:rgba(var(--color-tertiary-0),1);display:block;width:59.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.82421875rem;left:1.875rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mqlsu9sp3MLlxiNQnfxs3alR9NhwTR6i { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#lwTPuGCUKhnMLITKzckRXOaDasd45Wpd { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#TPwJcdT7umZluIwmUn6E1pu6WMSsvEnC { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#J3SvJgvkVAnnZlevyK6JyWwAKmcPN6iX { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#frGIm5sV0x8fxt3OpWMII144LenlFcLb { color:rgba(var(--color-tertiary-0),1);display:block;width:58.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:14.7802734375rem;left:1.875rem;height:21.99709375rem;text-align:left;text-align-last:left;display:block; }
#WdAJtdzK7AQbB9CbDZAb55AvSrt7Wsla { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:41.037109375rem;left:1.875rem;display:block; }
#pvT3WuHIqRqooqmkZsKXr3CDgLGP9Quv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/05b180e5-2a84-49c2-9bb6-05a81bb14260/pitt_revised_slidespptx1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX.adaptive-delivery-prevent-bg, #aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX.lazyload, #aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX.lazyloading { background-image: none; }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row .container { background-color: transparent; background-image: none; }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row .container > .video-iframe-container { display: none; }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row > .video-iframe-container { display: none; }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row .container { border-width: 0; border-radius: 0; }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row .container { font-size:0.875rem;font-family:fraunces;height:34.875rem;width:75rem;position:relative;display:block; }#uP1yFJbDTwC5oFCFD61hrTL2kutTHoAg { color:rgba(var(--color-tertiary-0),1);display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:5.76220703125rem;left:1.75rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mo9fKa5PQNfMydJI2wkpHtXvHf5BUudO { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:13.65625rem;left:0.25rem;overflow:hidden;display:block; }
#AcIpZUouxu3rtaifdfCLQyn0TJoTwerH { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.6875rem;left:15.625rem;overflow:hidden;display:block; }
#xcgPtg1dOAU1syamNFmwuHsFdimgUOdA { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.6875rem;left:31.25rem;overflow:hidden;display:block; }
#ySQNNaRpJsNxes9d1y3LpBXh1HdNZ97V { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.6875rem;left:47rem;overflow:hidden;display:block; }
#ADTNUF9Sps5k4FoVIwwaVWHO7mqd1zhD { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.6875rem;left:62.375rem;overflow:hidden;display:block; }
#sgNk3aN3kzaTTdyz6nrlfpg3ey76p0Nf { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#zQn0Vgi31HPDSt6UcQTvgRiHMTJ7BIUs { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#s9rTTxUWIuzox7RN7ODl42UiNrWRi7qC { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#fwC05K9x8g3pC76FWTazBb8TZb2X5EQS { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { background-color: transparent; background-image: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { border-width: 0; border-radius: 0; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { font-size:0.875rem;font-family:fraunces;height:7.5rem;width:75rem;position:relative;display:block; }#knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { color:rgba(var(--color-tertiary-0),1);display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:10rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:25.25rem;top:-0.375rem;left:-2.9685314685314rem;overflow:hidden;display:block; }
#mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:3rem;left:67.0625rem; }
#mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:3rem;left:71.25rem; }
#LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3rem;left:69.125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE { display:block; }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xq78MtN6FlKgN1P18DEPD9v0aT6izFTE { width:30.9375rem;height:15.9375rem;top:-1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpbOdZM1id5p4OR1yqU5kKmRXiG341IX { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgOHHH9dWoTLzFFO0BonOFz9CgqdFef5 { display:block; }
 }@media only screen and (max-width: 763px) { #LotDSS4rbyzPk3OBqkhSR1l4iHT5ibFm { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL20JSPMhpJNgJI2ITlmE653PaqnKOcG { display:block; }
 }@media only screen and (max-width: 763px) { #QCNaW2AaqVMDxVOJTvkz1yPxsKTKNiSI { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXAhzcPxxIRTueIdMzdcglF8znyAIEbN { display:block; }
 }@media only screen and (max-width: 763px) { #mdV30DyIQemLuPrvsTa638ntowRkwlhg { display:block; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4TLULHGzMFIvPD7sSG8lPq88yfzU5fd { top:19.9375rem;left:0rem;width:39.5rem;height:10.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCZsGNu1UX45k5Xytb6pOKUrxJkMOGVy { top:33.5625rem;left:0rem;width:41.0625rem;height:4.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuxITKGOJmqVxcCAgEorsR1J5FrhzyZX { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut7I4HT1kWqUF3v9RW1JzdofB0Ky8vfw { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #re1fxsKpT2DDpuIZlP44e7fDEwsdqpxR { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMe8PkNGXZW5Fqm4K32Vi6HAwsUyTnp8 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVXStAghFxpIvsxTUz5HefAJa5fnwEyf { width:43.9375rem;height:50rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW { display:block; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzGveBS0iueH80WGpSnSLEVupqraKh0O { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrJMgq2VAIpSbMumpnkt4Ihazykcad8p { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcHfXd30FABxhtpZF28KZHzLv9bPZT4y { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXPHcaf4ufauwdTQJGUOTHenLdtLQNfb { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmFAszN6c3gyD2vStEzph1w4FnwuAOr7 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAVPkw2AqFSEul6KuHVILHdbUnS4m5OZ { top:5.4375rem;left:0rem;width:47.75rem;height:26.189750692521rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ { display:block; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQflTKIoEJ7gVAW8sGvCHokfG50dNBUp { width:25.375rem;height:18.9375rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE9kQ9lSRM30bsJ34MH3GTSUihS4IVXL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW1F2tSktThkanCRl90WSCMDGvstQqxr { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxBHsFL2h86DSlsMticR7UCPxEXek4ml { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWFfOAt9TaXgtJCxuWfc09yNwKR2zqzl { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcgIfPT8R9mm0uHc2CU4ZysdthSwtzJO { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bkyog4TrLTXh2rZJJaRUvRzXPHbcrE { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccqLy5UsODgniWBoJrSKIDw28qb8bWDN { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goQrPWBbTLhNEby32lRz6meJxovqyM79 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JANRQdr7T1VBkXMUnZpsRWEdNCkWrhTw { width:25.375rem;height:18.75rem;top:25.4375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GouhHZShmGQMfFhsTQHSNO5a8eRlHtrk { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqv0msPLQwpxCTwkR07XMznXKnSxe2ee { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEy9q57EUwrWVm8SsayNc72JIxqT3rm8 { width:17.5rem;height:2.4375rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T13Nxro5dMtcKmSfJu8DJ2oRz3Vxsqeo { display:block; }
 }@media only screen and (max-width: 763px) { #ZW8J51TV5BSkz1ktZ8kZ3uTPHIDghoMF { width:17.5rem;height:2.4375rem;top:40.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADepE5iDx04bJ3G9n5rw44FO8LadtPl2 { display:block; }
 }@media only screen and (max-width: 763px) { #NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL { display:block; }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkVGkpionpUQg0AvwLvME0EV5fzdusUW { top:7.8125rem;left:10.9375rem;width:36.8125rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SodWd3Qb5my9KZHv5XAB3E3C9awHMIrT { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdyHUOTmqXnrvmgcy0Mon2LQ171HRoUR { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkZSQdxFSktBPuxevrBaxBXGUWMhSgcT { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Squ3nX4AsTzTMlhfV1uZ5QBQA27iuSyq { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #avBPZffPXR3L3TFlT018CmrM4exG3JNp { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl4LFh8Wds4uc4ArsbyyfT42f3TGlDsI { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkuOzaFknqxK5KT7z9wszn4yKmfEzBlU { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5oxT6ezqLwZkLTPQmTaw4Zf10rfv5Ns { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sapuhARpbgpNHSATPMDT7IBvrGSl9yKM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ol5tSQXWt4LVIdSDCa3ecGX8kdbTTn { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtCwoSa7odUnkpPF37EntvhLXlHwXKrc { width:17.5rem;height:2.4375rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph7vmFdmsyNqXq8WEDgEVWn0M96QKzku { display:block; }
 }@media only screen and (max-width: 763px) { #kTq4SPevnEg0bvnpfHar6OLApQwdkE9H { width:17.5rem;height:2.4375rem;top:46.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #virQDQKIHSSBaLwZmzydFiO4cDvTSNDw { display:block; }
 }@media only screen and (max-width: 763px) { #mg9Uz5ZmAs8J1b17xeboMHqDXpRiDVZ4 { width:25.375rem;height:18.9375rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgIkTAGwnGol6FINERW1LdghwuRT3E5d { width:25.375rem;height:18.9375rem;top:31.25rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw { display:block; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEk7PlytA21dAwPvrc5hB3zPMrBOmP6s { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqlsu9sp3MLlxiNQnfxs3alR9NhwTR6i { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwTPuGCUKhnMLITKzckRXOaDasd45Wpd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPwJcdT7umZluIwmUn6E1pu6WMSsvEnC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3SvJgvkVAnnZlevyK6JyWwAKmcPN6iX { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frGIm5sV0x8fxt3OpWMII144LenlFcLb { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdAJtdzK7AQbB9CbDZAb55AvSrt7Wsla { width:17.5rem;height:2.4375rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvT3WuHIqRqooqmkZsKXr3CDgLGP9Quv { display:block; }
 }@media only screen and (max-width: 763px) { #aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX { display:block; }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uP1yFJbDTwC5oFCFD61hrTL2kutTHoAg { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo9fKa5PQNfMydJI2wkpHtXvHf5BUudO { width:12.5625rem;height:12.5625rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcIpZUouxu3rtaifdfCLQyn0TJoTwerH { width:12.5rem;height:12.5rem;top:13.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcgPtg1dOAU1syamNFmwuHsFdimgUOdA { width:12.5rem;height:12.5rem;top:13.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySQNNaRpJsNxes9d1y3LpBXh1HdNZ97V { width:12.5rem;height:12.5rem;top:13.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADTNUF9Sps5k4FoVIwwaVWHO7mqd1zhD { width:12.5rem;height:12.5rem;top:13.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgNk3aN3kzaTTdyz6nrlfpg3ey76p0Nf { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQn0Vgi31HPDSt6UcQTvgRiHMTJ7BIUs { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9rTTxUWIuzox7RN7ODl42UiNrWRi7qC { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwC05K9x8g3pC76FWTazBb8TZb2X5EQS { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { width:25.25rem;height:12.6875rem;top:-0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/05b180e5-2a84-49c2-9bb6-05a81bb14260/pitt_revised_slidespptx1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE.adaptive-delivery-prevent-bg, #RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE.lazyload, #RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE.lazyloading { background-image: none; }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row .container { background-color: transparent; background-image: none; }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row .container > .video-iframe-container { display: none; }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row > .video-iframe-container { display: none; }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row .container { border-width: 0; border-radius: 0; }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTOOrgqJDgiIbIPBHqs5RT6VTAmEPQUE > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xq78MtN6FlKgN1P18DEPD9v0aT6izFTE { width:18.6875rem;height:9.5625rem;top:1rem;left:-2.5653409090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpbOdZM1id5p4OR1yqU5kKmRXiG341IX { width:8.1875rem;height:2rem;top:6.90625rem;left:11.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgOHHH9dWoTLzFFO0BonOFz9CgqdFef5 { display:block; }
 }@media only screen and (max-width: 763px) { #LotDSS4rbyzPk3OBqkhSR1l4iHT5ibFm { width:8.125rem;height:3.75rem;top:2.125rem;left:11.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aL20JSPMhpJNgJI2ITlmE653PaqnKOcG { display:block; }
 }@media only screen and (max-width: 763px) { #QCNaW2AaqVMDxVOJTvkz1yPxsKTKNiSI { width:10rem;height:3.75rem;top:3.90625rem;left:10rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CXAhzcPxxIRTueIdMzdcglF8znyAIEbN { display:block; }
 }@media only screen and (max-width: 763px) { #mdV30DyIQemLuPrvsTa638ntowRkwlhg { background-color:#1c1c1c;background-image:url("https://images.assets-landingi.com/uc/f505e700-179e-42d0-9612-dff533143f24/assets__ga__locations__metfifthave.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg.adaptive-delivery-prevent-bg, #mdV30DyIQemLuPrvsTa638ntowRkwlhg.lazyload, #mdV30DyIQemLuPrvsTa638ntowRkwlhg.lazyloading { background-image: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container { background-color: transparent; background-image: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container > .video-iframe-container { display: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row > .video-iframe-container { display: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container { border-width: 0; border-radius: 0; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4TLULHGzMFIvPD7sSG8lPq88yfzU5fd { width:19.25rem;height:4.5rem;top:3.724609375rem;left:0.375rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCZsGNu1UX45k5Xytb6pOKUrxJkMOGVy { width:17.5rem;height:1.9121125rem;top:9.38720703125rem;left:1.25rem;font-size:1.125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuxITKGOJmqVxcCAgEorsR1J5FrhzyZX { width:0.4375rem;height:18.1875rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut7I4HT1kWqUF3v9RW1JzdofB0Ky8vfw { width:0.5625rem;height:17.875rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #re1fxsKpT2DDpuIZlP44e7fDEwsdqpxR { width:0.5rem;height:18.0625rem;top:1.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMe8PkNGXZW5Fqm4K32Vi6HAwsUyTnp8 { width:0.5rem;height:18.0625rem;top:1.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVXStAghFxpIvsxTUz5HefAJa5fnwEyf { width:20rem;height:12.0625rem;top:1.25rem;left:0rem;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/05b180e5-2a84-49c2-9bb6-05a81bb14260/pitt_revised_slidespptx1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#eVXStAghFxpIvsxTUz5HefAJa5fnwEyf.adaptive-delivery-prevent-bg, #eVXStAghFxpIvsxTUz5HefAJa5fnwEyf.lazyload, #eVXStAghFxpIvsxTUz5HefAJa5fnwEyf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/05b180e5-2a84-49c2-9bb6-05a81bb14260/pitt_revised_slidespptx1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW.adaptive-delivery-prevent-bg, #k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW.lazyload, #k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW.lazyloading { background-image: none; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container { background-color: transparent; background-image: none; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container > .video-iframe-container { display: none; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row > .video-iframe-container { display: none; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container { border-width: 0; border-radius: 0; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5IiW18mCtTH2wK5nkGlfcONSlTxwqHW > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzGveBS0iueH80WGpSnSLEVupqraKh0O { width:18.4375rem;height:17.5956875rem;top:2.93701171875rem;left:0.78125rem;font-size:1rem;z-index:15030;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrJMgq2VAIpSbMumpnkt4Ihazykcad8p { width:0.5rem;height:16.5625rem;top:0rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcHfXd30FABxhtpZF28KZHzLv9bPZT4y { width:0.5rem;height:17rem;top:0rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXPHcaf4ufauwdTQJGUOTHenLdtLQNfb { width:0.5rem;height:20.5625rem;top:0rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmFAszN6c3gyD2vStEzph1w4FnwuAOr7 { width:0.5rem;height:24.125rem;top:0rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAVPkw2AqFSEul6KuHVILHdbUnS4m5OZ { width:20rem;height:10.9375rem;top:21.9697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a0cbce2-f2be-4c25-a96f-6c45501dcb0a/278a88bb42289e60035c3ff18fb03b92a13cf1745120x5120.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ.adaptive-delivery-prevent-bg, #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ.lazyload, #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ.lazyloading { background-image: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { background-color: transparent; background-image: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container > .video-iframe-container { display: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row > .video-iframe-container { display: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { border-width: 0; border-radius: 0; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQflTKIoEJ7gVAW8sGvCHokfG50dNBUp { width:19.875rem;height:17.1875rem;top:20.28515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE9kQ9lSRM30bsJ34MH3GTSUihS4IVXL { width:17.5rem;height:2.79980625rem;top:22.09765625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kW1F2tSktThkanCRl90WSCMDGvstQqxr { width:17.5rem;height:6.9995rem;top:26.05078125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxBHsFL2h86DSlsMticR7UCPxEXek4ml { width:20rem;height:1.57470625rem;top:4.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWFfOAt9TaXgtJCxuWfc09yNwKR2zqzl { width:0.5rem;height:11.25rem;top:0rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcgIfPT8R9mm0uHc2CU4ZysdthSwtzJO { width:0.5rem;height:11.25rem;top:0rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bkyog4TrLTXh2rZJJaRUvRzXPHbcrE { width:0.5rem;height:11.25rem;top:0rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccqLy5UsODgniWBoJrSKIDw28qb8bWDN { width:0.5rem;height:11.25rem;top:0rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goQrPWBbTLhNEby32lRz6meJxovqyM79 { width:18.375rem;height:6.3984375rem;top:9.51171875rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JANRQdr7T1VBkXMUnZpsRWEdNCkWrhTw { width:19.875rem;height:18.75rem;top:43.41015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GouhHZShmGQMfFhsTQHSNO5a8eRlHtrk { width:17.1875rem;height:2.625rem;top:45.41015625rem;left:1.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqv0msPLQwpxCTwkR07XMznXKnSxe2ee { width:18.0625rem;height:5.5996125rem;top:50.0478515625rem;left:0.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xEy9q57EUwrWVm8SsayNc72JIxqT3rm8 { width:10.4375rem;height:1.8125rem;top:34.91015625rem;left:4.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T13Nxro5dMtcKmSfJu8DJ2oRz3Vxsqeo { display:block; }
 }@media only screen and (max-width: 763px) { #ZW8J51TV5BSkz1ktZ8kZ3uTPHIDghoMF { width:10.3125rem;height:1.875rem;top:58.34765625rem;left:4.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADepE5iDx04bJ3G9n5rw44FO8LadtPl2 { display:block; }
 }@media only screen and (max-width: 763px) { #NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/05b180e5-2a84-49c2-9bb6-05a81bb14260/pitt_revised_slidespptx1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL.adaptive-delivery-prevent-bg, #NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL.lazyload, #NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL.lazyloading { background-image: none; }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row .container { background-color: transparent; background-image: none; }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row .container > .video-iframe-container { display: none; }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row > .video-iframe-container { display: none; }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row .container { border-width: 0; border-radius: 0; }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NlqcxgxTMHxJTSsAqIeZHeoNotTS2KIL > .row .container { width:20rem;height:84.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkVGkpionpUQg0AvwLvME0EV5fzdusUW { width:19.5rem;height:11rem;top:24.30859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SodWd3Qb5my9KZHv5XAB3E3C9awHMIrT { width:20rem;height:4.8994125rem;top:3.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdyHUOTmqXnrvmgcy0Mon2LQ171HRoUR { width:18rem;height:9.597625rem;top:11.2109375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkZSQdxFSktBPuxevrBaxBXGUWMhSgcT { width:0.5rem;height:31.25rem;top:0rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Squ3nX4AsTzTMlhfV1uZ5QBQA27iuSyq { width:0.5rem;height:31.25rem;top:0rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avBPZffPXR3L3TFlT018CmrM4exG3JNp { width:0.5rem;height:31.25rem;top:0rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl4LFh8Wds4uc4ArsbyyfT42f3TGlDsI { width:0.5rem;height:31.25rem;top:0rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkuOzaFknqxK5KT7z9wszn4yKmfEzBlU { width:16.25rem;height:2.79980625rem;top:40.05859375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M5oxT6ezqLwZkLTPQmTaw4Zf10rfv5Ns { width:16.6875rem;height:2.79980625rem;top:64.04541015625rem;left:1.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sapuhARpbgpNHSATPMDT7IBvrGSl9yKM { width:16.25rem;height:4.19970625rem;top:46.0400390625rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6ol5tSQXWt4LVIdSDCa3ecGX8kdbTTn { width:18.0625rem;height:6.9995rem;top:68.0771484375rem;left:0.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wtCwoSa7odUnkpPF37EntvhLXlHwXKrc { width:10.0625rem;height:1.9375rem;top:53.3955078125rem;left:4.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph7vmFdmsyNqXq8WEDgEVWn0M96QKzku { display:block; }
 }@media only screen and (max-width: 763px) { #kTq4SPevnEg0bvnpfHar6OLApQwdkE9H { width:11.4375rem;height:2.0625rem;top:77.12939453125rem;left:4.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #virQDQKIHSSBaLwZmzydFiO4cDvTSNDw { display:block; }
 }@media only screen and (max-width: 763px) { #mg9Uz5ZmAs8J1b17xeboMHqDXpRiDVZ4 { width:19.875rem;height:18.9375rem;top:38.6083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgIkTAGwnGol6FINERW1LdghwuRT3E5d { width:19.875rem;height:18.9375rem;top:62.0458984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd2db6bc-0020-46e0-a6fc-a1a61bd8a275/Making_Met_031.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw.adaptive-delivery-prevent-bg, #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw.lazyload, #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw.lazyloading { background-image: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { background-color: transparent; background-image: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container > .video-iframe-container { display: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row > .video-iframe-container { display: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { border-width: 0; border-radius: 0; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEk7PlytA21dAwPvrc5hB3zPMrBOmP6s { width:20rem;height:4.8994125rem;top:4.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqlsu9sp3MLlxiNQnfxs3alR9NhwTR6i { width:0.5rem;height:11.25rem;top:0rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwTPuGCUKhnMLITKzckRXOaDasd45Wpd { width:0.5rem;height:11.25rem;top:0rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPwJcdT7umZluIwmUn6E1pu6WMSsvEnC { width:0.5rem;height:11.25rem;top:0rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3SvJgvkVAnnZlevyK6JyWwAKmcPN6iX { width:0.5rem;height:11.25rem;top:0rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #frGIm5sV0x8fxt3OpWMII144LenlFcLb { width:18.875rem;height:22.3984375rem;top:12.71142578125rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdAJtdzK7AQbB9CbDZAb55AvSrt7Wsla { width:10.8125rem;height:1.9375rem;top:38.67236328125rem;left:4.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvT3WuHIqRqooqmkZsKXr3CDgLGP9Quv { display:block; }
 }@media only screen and (max-width: 763px) { #aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/05b180e5-2a84-49c2-9bb6-05a81bb14260/pitt_revised_slidespptx1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX.adaptive-delivery-prevent-bg, #aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX.lazyload, #aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX.lazyloading { background-image: none; }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row .container { background-color: transparent; background-image: none; }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row .container > .video-iframe-container { display: none; }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row > .video-iframe-container { display: none; }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row .container { border-width: 0; border-radius: 0; }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aPHI5DutNhVL4SozQqaCaCkpIbKQtfbX > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uP1yFJbDTwC5oFCFD61hrTL2kutTHoAg { width:20rem;height:2.44970625rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mo9fKa5PQNfMydJI2wkpHtXvHf5BUudO { width:10.0625rem;height:10.0625rem;top:6.57421875rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcIpZUouxu3rtaifdfCLQyn0TJoTwerH { width:10rem;height:10rem;top:18.07421875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcgPtg1dOAU1syamNFmwuHsFdimgUOdA { width:10.0625rem;height:10.0625rem;top:29.44921875rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySQNNaRpJsNxes9d1y3LpBXh1HdNZ97V { width:10.3125rem;height:10.3125rem;top:41.19921875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADTNUF9Sps5k4FoVIwwaVWHO7mqd1zhD { width:10.625rem;height:10.625rem;top:52.94921875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgNk3aN3kzaTTdyz6nrlfpg3ey76p0Nf { width:0.5rem;height:9.375rem;top:0rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQn0Vgi31HPDSt6UcQTvgRiHMTJ7BIUs { width:0.5rem;height:9.375rem;top:0rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9rTTxUWIuzox7RN7ODl42UiNrWRi7qC { width:0.5rem;height:9.375rem;top:0rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwC05K9x8g3pC76FWTazBb8TZb2X5EQS { width:0.5rem;height:9.375rem;top:0rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { background-color: transparent; background-image: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { border-width: 0; border-radius: 0; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { width:20rem;height:1.0625rem;top:6.5625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { width:20rem;height:8.875rem;top:1.1591090556211rem;left:-3.0430327868853rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR { display:flex;width:1.375rem;height:1.375rem;top:3.125rem;left:12.375rem; }
 }@media only screen and (max-width: 763px) { #mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo { display:flex;width:1.4375rem;height:1.4375rem;top:3.09375rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 { display:flex;width:1.4375rem;height:1.4375rem;top:3.09375rem;left:14.3125rem; }
 }