.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;
}
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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#CJdQUh4vpo01ayaRklDMe2Ezcgsvs60R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CJdQUh4vpo01ayaRklDMe2Ezcgsvs60R > .row .container { background-color: transparent; background-image: none; }#CJdQUh4vpo01ayaRklDMe2Ezcgsvs60R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJdQUh4vpo01ayaRklDMe2Ezcgsvs60R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJdQUh4vpo01ayaRklDMe2Ezcgsvs60R > .row .container > .video-iframe-container { display: none; }#CJdQUh4vpo01ayaRklDMe2Ezcgsvs60R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJdQUh4vpo01ayaRklDMe2Ezcgsvs60R > .row > .video-iframe-container { display: none; }#CJdQUh4vpo01ayaRklDMe2Ezcgsvs60R > .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); }#CJdQUh4vpo01ayaRklDMe2Ezcgsvs60R > .row .container { border-width: 0; border-radius: 0; }#CJdQUh4vpo01ayaRklDMe2Ezcgsvs60R > .row > .video-iframe-container {  }#CJdQUh4vpo01ayaRklDMe2Ezcgsvs60R > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#kwT80mFkN4WqJI1NTJBTC7XuaKFTeGMg { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:12.125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#ASOiJCZ14gArQvlvII5sCQKuccXv76yh { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:12.125rem;top:1.25rem;left:0rem;overflow:hidden;display:none; }
#IL06G9xPtRTCGhoPosfnIf0GZ3l705Tk { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:1.25rem;left:48.75rem;height:1.625rem;display:block; }
#LPKA7GISbfZn5WQTzeqCdqNoEsgbN3Dt { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:3.375rem;left:63.6875rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#x5ZIeOe7UZlvwV10zw7u6r78MaOwl8Am { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:3.375rem;left:53.75rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BTvTJXlmmWssvo5PUDbnUEMkppAadXpv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#BTvTJXlmmWssvo5PUDbnUEMkppAadXpv > .row .container { border-width: 0; border-radius: 0; }#BTvTJXlmmWssvo5PUDbnUEMkppAadXpv > .row > .video-iframe-container {  }#BTvTJXlmmWssvo5PUDbnUEMkppAadXpv > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#aT5sl0anfExIKWLT410prTpDMLyOGpKm { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:12.125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#PKuc9TyOl1bAWxrc9P4WBvRCl3rMhUmE { background-color:#0050a0;background-image:none;background-position:top left !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.4375rem 0.625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:1.625rem;left:60rem;display:block; }
#PuFPmXbFbzCivGgvrKzM4J5lk8HE1L17 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zJLE8RxDcPBmiJeXPHb087hpOLbyTiw0 { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:"proxima nova";font-size:3rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:10rem;left:0rem;height:7.199225rem;font-style:normal;display:none; }
#AVdUvTNpIlim1TohJP92KwB9a3r8D520 { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:"proxima nova";font-size:1.75rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:20rem;left:0rem;height:;font-style:normal;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:none; }
#pTucRWQdEpHUvW86LHfGxBQ0noTRSSRS { background-color:#0050a0;background-image:none;background-position:top left !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.4375rem 0.625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:26.25rem;left:30rem;display:none; }
#ViXE2E2z4Xas6Xk5xrGzTmOgSzvtI7Lq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c585dd49-48ca-4b3e-8301-d2321b9c4866/image.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,80,160,0.48); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,80,160,0.48); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;overflow:visible;position:relative;display:block; }#VMQfWmTevMT9eqiyTpK2kkloTXhdzNzb { color:#ffffff;display:block;width:40rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:20rem;left:35rem;height:;font-style:normal;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; }
#g7yLU447lTWcQ6OAZELLabK53dTEnN9W { color:#ffffff;display:block;width:40rem;position:absolute;font-family:"proxima nova";font-size:3rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:7.5rem;left:35rem;height:10.7988125rem;font-style:normal;display:block; }
#KgfpQIzGuLtGQ42FXIS9IgLWq0NVC2sQ { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:"proxima nova";font-size:1.75rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:20rem;left:0rem;height:;font-style:normal;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:none; }
#bqisNd8C7k8ekg17MOHKZ0yBVXcSqhEd { background-color:#e11136;background-image:none;background-position:top left !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.4375rem 0.625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:23.75rem;left:35rem;display:block; }
#n7TW1rQ9XHeutBkapQEWSAJBHieqdQAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xSRpBiwGl2QBoBGpPkMmJhvIMZpkKLVS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xSRpBiwGl2QBoBGpPkMmJhvIMZpkKLVS > .row .container { background-color: transparent; background-image: none; }#xSRpBiwGl2QBoBGpPkMmJhvIMZpkKLVS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSRpBiwGl2QBoBGpPkMmJhvIMZpkKLVS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSRpBiwGl2QBoBGpPkMmJhvIMZpkKLVS > .row .container > .video-iframe-container { display: none; }#xSRpBiwGl2QBoBGpPkMmJhvIMZpkKLVS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSRpBiwGl2QBoBGpPkMmJhvIMZpkKLVS > .row > .video-iframe-container { display: none; }#xSRpBiwGl2QBoBGpPkMmJhvIMZpkKLVS > .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); }#xSRpBiwGl2QBoBGpPkMmJhvIMZpkKLVS > .row .container { border-width: 0; border-radius: 0; }#xSRpBiwGl2QBoBGpPkMmJhvIMZpkKLVS > .row > .video-iframe-container {  }#xSRpBiwGl2QBoBGpPkMmJhvIMZpkKLVS > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#PFdpmBrkUP9JAWlWchUJLNdT5rrVRc5T { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:31.625rem;left:3.75rem;height:3.5996125rem;font-style:normal;display:block; }
#iTOKe3sXWTSS6V5M9WJL1abQbPCkfC3k { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:23.75rem;left:0rem;overflow:hidden;display:block; }
#JyRM0Hm5REvB9saI9ucoGKXUGHtmRNlG { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:31.25rem;left:0rem;overflow:hidden;display:block; }
#g4lsnd691nRDpOTnAnEGUxsCvbuuV9Ml { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:24.125rem;left:3.75rem;height:3.5996125rem;font-style:normal;display:block; }
#zZobTFvdzS53fx46Au7xQBwm4Af5eDId { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:35.8125rem;width:17.6875rem;top:5rem;left:47.5rem;overflow:hidden;display:block; }
#FqR13DIqC1pe2FBhhZfyUPeRRTzH993g { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:16.25rem;left:0rem;overflow:hidden;display:block; }
#vat2FOk0WXfRM235WAK6c2livXH20x1T { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:400;z-index:100009;line-height:1.2;letter-spacing:0;top:16.5625rem;left:3.75rem;height:3.5996125rem;font-style:normal;display:block; }
#yT6uoGSUZ041RDb3wbuNoapN6Kb2tFoG { color:#1d1d1d;display:block;width:40rem;position:absolute;font-family:"proxima nova";font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:10rem;left:0rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UoKDC3rftJfTnrm6QCZy40cpuLHhcTuK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UoKDC3rftJfTnrm6QCZy40cpuLHhcTuK > .row .container { background-color: transparent; background-image: none; }#UoKDC3rftJfTnrm6QCZy40cpuLHhcTuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoKDC3rftJfTnrm6QCZy40cpuLHhcTuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoKDC3rftJfTnrm6QCZy40cpuLHhcTuK > .row .container > .video-iframe-container { display: none; }#UoKDC3rftJfTnrm6QCZy40cpuLHhcTuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoKDC3rftJfTnrm6QCZy40cpuLHhcTuK > .row > .video-iframe-container { display: none; }#UoKDC3rftJfTnrm6QCZy40cpuLHhcTuK > .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); }#UoKDC3rftJfTnrm6QCZy40cpuLHhcTuK > .row .container { border-width: 0; border-radius: 0; }#UoKDC3rftJfTnrm6QCZy40cpuLHhcTuK > .row > .video-iframe-container {  }#UoKDC3rftJfTnrm6QCZy40cpuLHhcTuK > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#SXCV8EnBIVlHdsVdXSEdvQLUBEUbUx2x { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:11.1875rem;left:0rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VvPXNm9tWWy064a5729MTwd6xZVNQ1hk { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"proxima nova";font-size:3.125rem;font-weight:700;z-index:100008;line-height:1.2;letter-spacing:0;top:6.1875rem;left:0rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wETzr8Z2AQoZtgruCTmTTXtVa701vESQ { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:18.6875rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uT2IflyHxeWwUkclHN0uPHf96JXvhuNR { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:18.6875rem;left:29.3125rem;overflow:hidden;display:block; }
#Bs0J2Ks0KlmoBKLpKqMXGKv9nuW4ou3F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Bs0J2Ks0KlmoBKLpKqMXGKv9nuW4ou3F > .row .container { background-color: transparent; background-image: none; }#Bs0J2Ks0KlmoBKLpKqMXGKv9nuW4ou3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bs0J2Ks0KlmoBKLpKqMXGKv9nuW4ou3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bs0J2Ks0KlmoBKLpKqMXGKv9nuW4ou3F > .row .container > .video-iframe-container { display: none; }#Bs0J2Ks0KlmoBKLpKqMXGKv9nuW4ou3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bs0J2Ks0KlmoBKLpKqMXGKv9nuW4ou3F > .row > .video-iframe-container { display: none; }#Bs0J2Ks0KlmoBKLpKqMXGKv9nuW4ou3F > .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); }#Bs0J2Ks0KlmoBKLpKqMXGKv9nuW4ou3F > .row .container { border-width: 0; border-radius: 0; }#Bs0J2Ks0KlmoBKLpKqMXGKv9nuW4ou3F > .row > .video-iframe-container {  }#Bs0J2Ks0KlmoBKLpKqMXGKv9nuW4ou3F > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#nWz41muvWM7iTlpKRuP91b5HMxIv88OI { color:#000000;display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:0.9375rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SAwOSyWEJGC0LtcUXMA3vfltuTRJ9oQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SAwOSyWEJGC0LtcUXMA3vfltuTRJ9oQd > .row .container { background-color: transparent; background-image: none; }#SAwOSyWEJGC0LtcUXMA3vfltuTRJ9oQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAwOSyWEJGC0LtcUXMA3vfltuTRJ9oQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAwOSyWEJGC0LtcUXMA3vfltuTRJ9oQd > .row .container > .video-iframe-container { display: none; }#SAwOSyWEJGC0LtcUXMA3vfltuTRJ9oQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAwOSyWEJGC0LtcUXMA3vfltuTRJ9oQd > .row > .video-iframe-container { display: none; }#SAwOSyWEJGC0LtcUXMA3vfltuTRJ9oQd > .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); }#SAwOSyWEJGC0LtcUXMA3vfltuTRJ9oQd > .row .container { border-width: 0; border-radius: 0; }#SAwOSyWEJGC0LtcUXMA3vfltuTRJ9oQd > .row > .video-iframe-container {  }#SAwOSyWEJGC0LtcUXMA3vfltuTRJ9oQd > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#fwAzWJLMSoWPAJXdHCBu8CWGTszvx0yI { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OHE2G8UMkTXniBdW7ryG9OV1Ck0agJwm { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:2.25rem;left:27.875rem;overflow:hidden;display:block; }
#nWPLIRDf8kJTOIKsBD5CwZfCCXibPdZJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nWPLIRDf8kJTOIKsBD5CwZfCCXibPdZJ > .row .container { background-color: transparent; background-image: none; }#nWPLIRDf8kJTOIKsBD5CwZfCCXibPdZJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWPLIRDf8kJTOIKsBD5CwZfCCXibPdZJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWPLIRDf8kJTOIKsBD5CwZfCCXibPdZJ > .row .container > .video-iframe-container { display: none; }#nWPLIRDf8kJTOIKsBD5CwZfCCXibPdZJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWPLIRDf8kJTOIKsBD5CwZfCCXibPdZJ > .row > .video-iframe-container { display: none; }#nWPLIRDf8kJTOIKsBD5CwZfCCXibPdZJ > .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); }#nWPLIRDf8kJTOIKsBD5CwZfCCXibPdZJ > .row .container { border-width: 0; border-radius: 0; }#nWPLIRDf8kJTOIKsBD5CwZfCCXibPdZJ > .row > .video-iframe-container {  }#nWPLIRDf8kJTOIKsBD5CwZfCCXibPdZJ > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#elO1IzeN9BkQT0GNEG3PIy7Ta7t3082h { color:#000000;display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:0.9375rem;left:0rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#drbJOKqlAyxDIOimOEsAaQ8cbbf8NWIC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#drbJOKqlAyxDIOimOEsAaQ8cbbf8NWIC > .row .container { background-color: transparent; background-image: none; }#drbJOKqlAyxDIOimOEsAaQ8cbbf8NWIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drbJOKqlAyxDIOimOEsAaQ8cbbf8NWIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drbJOKqlAyxDIOimOEsAaQ8cbbf8NWIC > .row .container > .video-iframe-container { display: none; }#drbJOKqlAyxDIOimOEsAaQ8cbbf8NWIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drbJOKqlAyxDIOimOEsAaQ8cbbf8NWIC > .row > .video-iframe-container { display: none; }#drbJOKqlAyxDIOimOEsAaQ8cbbf8NWIC > .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); }#drbJOKqlAyxDIOimOEsAaQ8cbbf8NWIC > .row .container { border-width: 0; border-radius: 0; }#drbJOKqlAyxDIOimOEsAaQ8cbbf8NWIC > .row > .video-iframe-container {  }#drbJOKqlAyxDIOimOEsAaQ8cbbf8NWIC > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#gCbWRvMhbQWuIFTfOOSlKIuSocKrixR7 { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VnaAT9L5XkZtI0cRwG8F4P14Zs6ohL62 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:2.1875rem;left:40.5625rem;overflow:hidden;display:block; }
#TkTbvioWJdKDUFVsKsVVv2bAKhdulS2Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TkTbvioWJdKDUFVsKsVVv2bAKhdulS2Q > .row .container { background-color: transparent; background-image: none; }#TkTbvioWJdKDUFVsKsVVv2bAKhdulS2Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkTbvioWJdKDUFVsKsVVv2bAKhdulS2Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkTbvioWJdKDUFVsKsVVv2bAKhdulS2Q > .row .container > .video-iframe-container { display: none; }#TkTbvioWJdKDUFVsKsVVv2bAKhdulS2Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkTbvioWJdKDUFVsKsVVv2bAKhdulS2Q > .row > .video-iframe-container { display: none; }#TkTbvioWJdKDUFVsKsVVv2bAKhdulS2Q > .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); }#TkTbvioWJdKDUFVsKsVVv2bAKhdulS2Q > .row .container { border-width: 0; border-radius: 0; }#TkTbvioWJdKDUFVsKsVVv2bAKhdulS2Q > .row > .video-iframe-container {  }#TkTbvioWJdKDUFVsKsVVv2bAKhdulS2Q > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#poFzhDSv0eImTrlA6yns9uc4oWW8MDWz { color:#000000;display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:0.9375rem;left:0rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h9onJIVNwoe1De4deasM2k62zRedmzmy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#h9onJIVNwoe1De4deasM2k62zRedmzmy > .row .container { background-color: transparent; background-image: none; }#h9onJIVNwoe1De4deasM2k62zRedmzmy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9onJIVNwoe1De4deasM2k62zRedmzmy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9onJIVNwoe1De4deasM2k62zRedmzmy > .row .container > .video-iframe-container { display: none; }#h9onJIVNwoe1De4deasM2k62zRedmzmy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9onJIVNwoe1De4deasM2k62zRedmzmy > .row > .video-iframe-container { display: none; }#h9onJIVNwoe1De4deasM2k62zRedmzmy > .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); }#h9onJIVNwoe1De4deasM2k62zRedmzmy > .row .container { border-width: 0; border-radius: 0; }#h9onJIVNwoe1De4deasM2k62zRedmzmy > .row > .video-iframe-container {  }#h9onJIVNwoe1De4deasM2k62zRedmzmy > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#RVsukU5raKTT3otTJ5HQ28ABI4mnF2zx { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#asgCT7H2oqDXOzkH2yZU7z3xt1u9RxxQ { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:2.1875rem;left:34.6875rem;overflow:hidden;display:block; }
#d3AS53uSLJlG0rvtbqWZVWuK0mNleRRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#d3AS53uSLJlG0rvtbqWZVWuK0mNleRRO > .row .container { background-color: transparent; background-image: none; }#d3AS53uSLJlG0rvtbqWZVWuK0mNleRRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3AS53uSLJlG0rvtbqWZVWuK0mNleRRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3AS53uSLJlG0rvtbqWZVWuK0mNleRRO > .row .container > .video-iframe-container { display: none; }#d3AS53uSLJlG0rvtbqWZVWuK0mNleRRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3AS53uSLJlG0rvtbqWZVWuK0mNleRRO > .row > .video-iframe-container { display: none; }#d3AS53uSLJlG0rvtbqWZVWuK0mNleRRO > .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); }#d3AS53uSLJlG0rvtbqWZVWuK0mNleRRO > .row .container { border-width: 0; border-radius: 0; }#d3AS53uSLJlG0rvtbqWZVWuK0mNleRRO > .row > .video-iframe-container {  }#d3AS53uSLJlG0rvtbqWZVWuK0mNleRRO > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#MfQLfaIf7y8COP0Q3CaFir6buOWbu9Sq { color:#000000;display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:0.9375rem;left:0rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M6a7lioEdmIDvJSsBgU1eHo9Kz0dzaFC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#M6a7lioEdmIDvJSsBgU1eHo9Kz0dzaFC > .row .container { background-color: transparent; background-image: none; }#M6a7lioEdmIDvJSsBgU1eHo9Kz0dzaFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6a7lioEdmIDvJSsBgU1eHo9Kz0dzaFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6a7lioEdmIDvJSsBgU1eHo9Kz0dzaFC > .row .container > .video-iframe-container { display: none; }#M6a7lioEdmIDvJSsBgU1eHo9Kz0dzaFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6a7lioEdmIDvJSsBgU1eHo9Kz0dzaFC > .row > .video-iframe-container { display: none; }#M6a7lioEdmIDvJSsBgU1eHo9Kz0dzaFC > .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); }#M6a7lioEdmIDvJSsBgU1eHo9Kz0dzaFC > .row .container { border-width: 0; border-radius: 0; }#M6a7lioEdmIDvJSsBgU1eHo9Kz0dzaFC > .row > .video-iframe-container {  }#M6a7lioEdmIDvJSsBgU1eHo9Kz0dzaFC > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#ZSx0Gki0JyE7fLZZzMnLAT91UWasc6AH { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#slxBBJT0oZSm8X698BgNdOXNih8knk1O { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:2.1875rem;left:28.125rem;overflow:hidden;display:block; }
#IiNCb5T6AT0TDb2UDUiewwmPBnO9WD4R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IiNCb5T6AT0TDb2UDUiewwmPBnO9WD4R > .row .container { background-color: transparent; background-image: none; }#IiNCb5T6AT0TDb2UDUiewwmPBnO9WD4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiNCb5T6AT0TDb2UDUiewwmPBnO9WD4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiNCb5T6AT0TDb2UDUiewwmPBnO9WD4R > .row .container > .video-iframe-container { display: none; }#IiNCb5T6AT0TDb2UDUiewwmPBnO9WD4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiNCb5T6AT0TDb2UDUiewwmPBnO9WD4R > .row > .video-iframe-container { display: none; }#IiNCb5T6AT0TDb2UDUiewwmPBnO9WD4R > .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); }#IiNCb5T6AT0TDb2UDUiewwmPBnO9WD4R > .row .container { border-width: 0; border-radius: 0; }#IiNCb5T6AT0TDb2UDUiewwmPBnO9WD4R > .row > .video-iframe-container {  }#IiNCb5T6AT0TDb2UDUiewwmPBnO9WD4R > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#sixe8x6xc5ILEAuoO7WFuOrTWLwCseVw { color:#000000;display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:0.9375rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EaH8k1TnQdZXrmoCHUQZqABLblHF6RfV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EaH8k1TnQdZXrmoCHUQZqABLblHF6RfV > .row .container { background-color: transparent; background-image: none; }#EaH8k1TnQdZXrmoCHUQZqABLblHF6RfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaH8k1TnQdZXrmoCHUQZqABLblHF6RfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaH8k1TnQdZXrmoCHUQZqABLblHF6RfV > .row .container > .video-iframe-container { display: none; }#EaH8k1TnQdZXrmoCHUQZqABLblHF6RfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaH8k1TnQdZXrmoCHUQZqABLblHF6RfV > .row > .video-iframe-container { display: none; }#EaH8k1TnQdZXrmoCHUQZqABLblHF6RfV > .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); }#EaH8k1TnQdZXrmoCHUQZqABLblHF6RfV > .row .container { border-width: 0; border-radius: 0; }#EaH8k1TnQdZXrmoCHUQZqABLblHF6RfV > .row > .video-iframe-container {  }#EaH8k1TnQdZXrmoCHUQZqABLblHF6RfV > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#sILzwypcVu9EeizAWBMgTPuqOTs9KiTW { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N7308ArsJTck0nnkCr9gQPWamAUwWKLl { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:2.1875rem;left:29.6875rem;overflow:hidden;display:block; }
#L6Wc8xB1nqboN7bi0iRX0FOrnqs32fa7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#L6Wc8xB1nqboN7bi0iRX0FOrnqs32fa7 > .row .container { background-color: transparent; background-image: none; }#L6Wc8xB1nqboN7bi0iRX0FOrnqs32fa7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6Wc8xB1nqboN7bi0iRX0FOrnqs32fa7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6Wc8xB1nqboN7bi0iRX0FOrnqs32fa7 > .row .container > .video-iframe-container { display: none; }#L6Wc8xB1nqboN7bi0iRX0FOrnqs32fa7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6Wc8xB1nqboN7bi0iRX0FOrnqs32fa7 > .row > .video-iframe-container { display: none; }#L6Wc8xB1nqboN7bi0iRX0FOrnqs32fa7 > .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); }#L6Wc8xB1nqboN7bi0iRX0FOrnqs32fa7 > .row .container { border-width: 0; border-radius: 0; }#L6Wc8xB1nqboN7bi0iRX0FOrnqs32fa7 > .row > .video-iframe-container {  }#L6Wc8xB1nqboN7bi0iRX0FOrnqs32fa7 > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#xNqqOuCoTh5e7PpTTnWpnh9ditsQeJS0 { color:#000000;display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:0.9375rem;left:0rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qqUGW16L2PWhBobMn4B6CTrvnnQSeFq0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qqUGW16L2PWhBobMn4B6CTrvnnQSeFq0 > .row .container { background-color: transparent; background-image: none; }#qqUGW16L2PWhBobMn4B6CTrvnnQSeFq0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqUGW16L2PWhBobMn4B6CTrvnnQSeFq0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqUGW16L2PWhBobMn4B6CTrvnnQSeFq0 > .row .container > .video-iframe-container { display: none; }#qqUGW16L2PWhBobMn4B6CTrvnnQSeFq0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqUGW16L2PWhBobMn4B6CTrvnnQSeFq0 > .row > .video-iframe-container { display: none; }#qqUGW16L2PWhBobMn4B6CTrvnnQSeFq0 > .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); }#qqUGW16L2PWhBobMn4B6CTrvnnQSeFq0 > .row .container { border-width: 0; border-radius: 0; }#qqUGW16L2PWhBobMn4B6CTrvnnQSeFq0 > .row > .video-iframe-container {  }#qqUGW16L2PWhBobMn4B6CTrvnnQSeFq0 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#G9p6fzQ9WJJpx6mL3V8EiREx2yW81oxR { color:#000000;display:block;width:40rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d8tGtNd572nCnvB90aarWXdFGq2ziV0r { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:2.1875rem;left:41.25rem;overflow:hidden;display:block; }
#Qeeih2eXOthpwtxkBatk0aAX5k78acq7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Qeeih2eXOthpwtxkBatk0aAX5k78acq7 > .row .container { background-color: transparent; background-image: none; }#Qeeih2eXOthpwtxkBatk0aAX5k78acq7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qeeih2eXOthpwtxkBatk0aAX5k78acq7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qeeih2eXOthpwtxkBatk0aAX5k78acq7 > .row .container > .video-iframe-container { display: none; }#Qeeih2eXOthpwtxkBatk0aAX5k78acq7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qeeih2eXOthpwtxkBatk0aAX5k78acq7 > .row > .video-iframe-container { display: none; }#Qeeih2eXOthpwtxkBatk0aAX5k78acq7 > .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); }#Qeeih2eXOthpwtxkBatk0aAX5k78acq7 > .row .container { border-width: 0; border-radius: 0; }#Qeeih2eXOthpwtxkBatk0aAX5k78acq7 > .row > .video-iframe-container {  }#Qeeih2eXOthpwtxkBatk0aAX5k78acq7 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#sVdToK1ZZCnZdzoTK943z6laNVa7rIfm { color:#000000;display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:0.9375rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EpUUZxpb0GCmg23avBKRPRd6s5xGnrGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EpUUZxpb0GCmg23avBKRPRd6s5xGnrGT > .row .container { background-color: transparent; background-image: none; }#EpUUZxpb0GCmg23avBKRPRd6s5xGnrGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpUUZxpb0GCmg23avBKRPRd6s5xGnrGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpUUZxpb0GCmg23avBKRPRd6s5xGnrGT > .row .container > .video-iframe-container { display: none; }#EpUUZxpb0GCmg23avBKRPRd6s5xGnrGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpUUZxpb0GCmg23avBKRPRd6s5xGnrGT > .row > .video-iframe-container { display: none; }#EpUUZxpb0GCmg23avBKRPRd6s5xGnrGT > .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); }#EpUUZxpb0GCmg23avBKRPRd6s5xGnrGT > .row .container { border-width: 0; border-radius: 0; }#EpUUZxpb0GCmg23avBKRPRd6s5xGnrGT > .row > .video-iframe-container {  }#EpUUZxpb0GCmg23avBKRPRd6s5xGnrGT > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#ftVyqFk08MN4bwidAIgmHwEkQVGEc8xU { color:#000000;display:block;width:45rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TEnznU6gnGbaGuqXFH29hRMCuZ5JCaF0 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:2.1875rem;left:46.25rem;overflow:hidden;display:block; }
#Sfftk3QTlHJTDKfp7qcyVCiP8VDRXT59 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Sfftk3QTlHJTDKfp7qcyVCiP8VDRXT59 > .row .container { background-color: transparent; background-image: none; }#Sfftk3QTlHJTDKfp7qcyVCiP8VDRXT59::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sfftk3QTlHJTDKfp7qcyVCiP8VDRXT59 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sfftk3QTlHJTDKfp7qcyVCiP8VDRXT59 > .row .container > .video-iframe-container { display: none; }#Sfftk3QTlHJTDKfp7qcyVCiP8VDRXT59 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sfftk3QTlHJTDKfp7qcyVCiP8VDRXT59 > .row > .video-iframe-container { display: none; }#Sfftk3QTlHJTDKfp7qcyVCiP8VDRXT59 > .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); }#Sfftk3QTlHJTDKfp7qcyVCiP8VDRXT59 > .row .container { border-width: 0; border-radius: 0; }#Sfftk3QTlHJTDKfp7qcyVCiP8VDRXT59 > .row > .video-iframe-container {  }#Sfftk3QTlHJTDKfp7qcyVCiP8VDRXT59 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#eRd1o11d0nULPg2TsHoQV4CF1EWHEb4J { color:#000000;display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:0.9375rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h3h6IKqKk5eObsfiqtNN5SGxSMsnA2kT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#h3h6IKqKk5eObsfiqtNN5SGxSMsnA2kT > .row .container { background-color: transparent; background-image: none; }#h3h6IKqKk5eObsfiqtNN5SGxSMsnA2kT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3h6IKqKk5eObsfiqtNN5SGxSMsnA2kT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3h6IKqKk5eObsfiqtNN5SGxSMsnA2kT > .row .container > .video-iframe-container { display: none; }#h3h6IKqKk5eObsfiqtNN5SGxSMsnA2kT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3h6IKqKk5eObsfiqtNN5SGxSMsnA2kT > .row > .video-iframe-container { display: none; }#h3h6IKqKk5eObsfiqtNN5SGxSMsnA2kT > .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); }#h3h6IKqKk5eObsfiqtNN5SGxSMsnA2kT > .row .container { border-width: 0; border-radius: 0; }#h3h6IKqKk5eObsfiqtNN5SGxSMsnA2kT > .row > .video-iframe-container {  }#h3h6IKqKk5eObsfiqtNN5SGxSMsnA2kT > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#l7he8zlUfrp1CTTwzFlzZJf0vB0qttQx { color:#000000;display:block;width:56.3125rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hOAMVrch1fmbEbgRT8G0xz9hTdW6Q3QH { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:2.1875rem;left:56.5625rem;overflow:hidden;display:block; }
#gKDiktfBTHHQBWsnhd6lMWTn0XuN7TfP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gKDiktfBTHHQBWsnhd6lMWTn0XuN7TfP > .row .container { background-color: transparent; background-image: none; }#gKDiktfBTHHQBWsnhd6lMWTn0XuN7TfP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKDiktfBTHHQBWsnhd6lMWTn0XuN7TfP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKDiktfBTHHQBWsnhd6lMWTn0XuN7TfP > .row .container > .video-iframe-container { display: none; }#gKDiktfBTHHQBWsnhd6lMWTn0XuN7TfP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKDiktfBTHHQBWsnhd6lMWTn0XuN7TfP > .row > .video-iframe-container { display: none; }#gKDiktfBTHHQBWsnhd6lMWTn0XuN7TfP > .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); }#gKDiktfBTHHQBWsnhd6lMWTn0XuN7TfP > .row .container { border-width: 0; border-radius: 0; }#gKDiktfBTHHQBWsnhd6lMWTn0XuN7TfP > .row > .video-iframe-container {  }#gKDiktfBTHHQBWsnhd6lMWTn0XuN7TfP > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#oxqP6QxLn7Ls3wisrbZJWy8IPqftM4ok { color:#000000;display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:0.9375rem;left:0rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jevn1Z25BO0R1TKocZk3hegXDtGZ3eHA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Jevn1Z25BO0R1TKocZk3hegXDtGZ3eHA > .row .container { background-color: transparent; background-image: none; }#Jevn1Z25BO0R1TKocZk3hegXDtGZ3eHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jevn1Z25BO0R1TKocZk3hegXDtGZ3eHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jevn1Z25BO0R1TKocZk3hegXDtGZ3eHA > .row .container > .video-iframe-container { display: none; }#Jevn1Z25BO0R1TKocZk3hegXDtGZ3eHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jevn1Z25BO0R1TKocZk3hegXDtGZ3eHA > .row > .video-iframe-container { display: none; }#Jevn1Z25BO0R1TKocZk3hegXDtGZ3eHA > .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); }#Jevn1Z25BO0R1TKocZk3hegXDtGZ3eHA > .row .container { border-width: 0; border-radius: 0; }#Jevn1Z25BO0R1TKocZk3hegXDtGZ3eHA > .row > .video-iframe-container {  }#Jevn1Z25BO0R1TKocZk3hegXDtGZ3eHA > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#guh3ugxvcw4fh72SPUyMRue7HDpPthWG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0050a0;background-image:none;position:relative;display:block; }#guh3ugxvcw4fh72SPUyMRue7HDpPthWG > .row .container { background-color: transparent; background-image: none; }#guh3ugxvcw4fh72SPUyMRue7HDpPthWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guh3ugxvcw4fh72SPUyMRue7HDpPthWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guh3ugxvcw4fh72SPUyMRue7HDpPthWG > .row .container > .video-iframe-container { display: none; }#guh3ugxvcw4fh72SPUyMRue7HDpPthWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guh3ugxvcw4fh72SPUyMRue7HDpPthWG > .row > .video-iframe-container { display: none; }#guh3ugxvcw4fh72SPUyMRue7HDpPthWG > .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); }#guh3ugxvcw4fh72SPUyMRue7HDpPthWG > .row .container { border-width: 0; border-radius: 0; }#guh3ugxvcw4fh72SPUyMRue7HDpPthWG > .row > .video-iframe-container {  }#guh3ugxvcw4fh72SPUyMRue7HDpPthWG > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#iTnod8gTPfi6IGAe7zIJgoGF5Ex4FT02 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:6.25rem;left:0rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KplCQTV49yOkVI0mq8wyWm7B8ApA0eem { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:11.25rem;left:0rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5kIwvfi6Z34eLheNfauXMgWGhQOtV43 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"proxima nova";font-size:1.75rem;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:15.25rem;left:21.25rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gColhltgkdfR3eLBg2ayTNgieWSvv9Zy { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:15rem;left:17.5rem;overflow:hidden;display:block; }
#JWhOTWKo5rSceSD7Acl76hKBt50FlryE { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:15rem;left:38.75rem;overflow:hidden;display:block; }
#S9z9a484hSn4ZNPCSVmdaks5n4ZuZE99 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"proxima nova";font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;top:15.25rem;left:42.5rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CJdQUh4vpo01ayaRklDMe2Ezcgsvs60R { display:block; }#CJdQUh4vpo01ayaRklDMe2Ezcgsvs60R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwT80mFkN4WqJI1NTJBTC7XuaKFTeGMg { top:1.25rem;left:0rem;width:12.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASOiJCZ14gArQvlvII5sCQKuccXv76yh { top:1.25rem;left:0rem;width:12.125rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IL06G9xPtRTCGhoPosfnIf0GZ3l705Tk { top:1.25rem;left:21.5rem;width:26.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPKA7GISbfZn5WQTzeqCdqNoEsgbN3Dt { top:3.375rem;left:36.4375rem;width:11.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ZIeOe7UZlvwV10zw7u6r78MaOwl8Am { top:3.375rem;left:40.125rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTvTJXlmmWssvo5PUDbnUEMkppAadXpv { display:none; }#BTvTJXlmmWssvo5PUDbnUEMkppAadXpv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aT5sl0anfExIKWLT410prTpDMLyOGpKm { top:1.25rem;left:0rem;width:12.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKuc9TyOl1bAWxrc9P4WBvRCl3rMhUmE { width:15rem;height:3rem;top:1.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuFPmXbFbzCivGgvrKzM4J5lk8HE1L17 { display:block; }
 }@media only screen and (max-width: 763px) { #zJLE8RxDcPBmiJeXPHb087hpOLbyTiw0 { width:20rem;height:8.375rem;top:3.75rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVdUvTNpIlim1TohJP92KwB9a3r8D520 { width:20rem;height:;top:13.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTucRWQdEpHUvW86LHfGxBQ0noTRSSRS { width:15rem;height:3rem;top:26.25rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViXE2E2z4Xas6Xk5xrGzTmOgSzvtI7Lq { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMQfWmTevMT9eqiyTpK2kkloTXhdzNzb { width:40rem;height:1.75rem;top:20rem;left:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7yLU447lTWcQ6OAZELLabK53dTEnN9W { width:40rem;height:10.75rem;top:7.5rem;left:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgfpQIzGuLtGQ42FXIS9IgLWq0NVC2sQ { width:18.5rem;height:;top:22.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqisNd8C7k8ekg17MOHKZ0yBVXcSqhEd { width:20rem;height:3rem;top:23.75rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7TW1rQ9XHeutBkapQEWSAJBHieqdQAs { display:block; }
 }@media only screen and (max-width: 763px) { #xSRpBiwGl2QBoBGpPkMmJhvIMZpkKLVS { display:block; }#xSRpBiwGl2QBoBGpPkMmJhvIMZpkKLVS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFdpmBrkUP9JAWlWchUJLNdT5rrVRc5T { top:31.625rem;left:0rem;width:36.25rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTOKe3sXWTSS6V5M9WJL1abQbPCkfC3k { top:23.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyRM0Hm5REvB9saI9ucoGKXUGHtmRNlG { top:31.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4lsnd691nRDpOTnAnEGUxsCvbuuV9Ml { top:24.125rem;left:0rem;width:36.25rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZobTFvdzS53fx46Au7xQBwm4Af5eDId { top:5rem;left:30.0625rem;width:17.6875rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqR13DIqC1pe2FBhhZfyUPeRRTzH993g { top:16.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vat2FOk0WXfRM235WAK6c2livXH20x1T { top:16.5625rem;left:0rem;width:36.25rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT6uoGSUZ041RDb3wbuNoapN6Kb2tFoG { width:40rem;height:2.6875rem;top:10rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoKDC3rftJfTnrm6QCZy40cpuLHhcTuK { display:block; }#UoKDC3rftJfTnrm6QCZy40cpuLHhcTuK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXCV8EnBIVlHdsVdXSEdvQLUBEUbUx2x { top:11.1875rem;left:0rem;width:42.6875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvPXNm9tWWy064a5729MTwd6xZVNQ1hk { top:6.1875rem;left:0rem;width:6.875rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wETzr8Z2AQoZtgruCTmTTXtVa701vESQ { top:18.6875rem;left:0rem;width:28.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT2IflyHxeWwUkclHN0uPHf96JXvhuNR { top:18.6875rem;left:15.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs0J2Ks0KlmoBKLpKqMXGKv9nuW4ou3F { display:block; }#Bs0J2Ks0KlmoBKLpKqMXGKv9nuW4ou3F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWz41muvWM7iTlpKRuP91b5HMxIv88OI { top:0.9375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAwOSyWEJGC0LtcUXMA3vfltuTRJ9oQd { display:block; }#SAwOSyWEJGC0LtcUXMA3vfltuTRJ9oQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwAzWJLMSoWPAJXdHCBu8CWGTszvx0yI { top:2.1875rem;left:0rem;width:27.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHE2G8UMkTXniBdW7ryG9OV1Ck0agJwm { top:2.25rem;left:14.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWPLIRDf8kJTOIKsBD5CwZfCCXibPdZJ { display:block; }#nWPLIRDf8kJTOIKsBD5CwZfCCXibPdZJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elO1IzeN9BkQT0GNEG3PIy7Ta7t3082h { top:0.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drbJOKqlAyxDIOimOEsAaQ8cbbf8NWIC { display:block; }#drbJOKqlAyxDIOimOEsAaQ8cbbf8NWIC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCbWRvMhbQWuIFTfOOSlKIuSocKrixR7 { top:2.1875rem;left:0rem;width:39.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnaAT9L5XkZtI0cRwG8F4P14Zs6ohL62 { top:2.1875rem;left:26.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTbvioWJdKDUFVsKsVVv2bAKhdulS2Q { display:block; }#TkTbvioWJdKDUFVsKsVVv2bAKhdulS2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poFzhDSv0eImTrlA6yns9uc4oWW8MDWz { top:0.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9onJIVNwoe1De4deasM2k62zRedmzmy { display:block; }#h9onJIVNwoe1De4deasM2k62zRedmzmy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVsukU5raKTT3otTJ5HQ28ABI4mnF2zx { top:2.1875rem;left:0rem;width:33.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #asgCT7H2oqDXOzkH2yZU7z3xt1u9RxxQ { top:2.1875rem;left:21.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3AS53uSLJlG0rvtbqWZVWuK0mNleRRO { display:block; }#d3AS53uSLJlG0rvtbqWZVWuK0mNleRRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfQLfaIf7y8COP0Q3CaFir6buOWbu9Sq { top:0.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6a7lioEdmIDvJSsBgU1eHo9Kz0dzaFC { display:block; }#M6a7lioEdmIDvJSsBgU1eHo9Kz0dzaFC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSx0Gki0JyE7fLZZzMnLAT91UWasc6AH { top:2.1875rem;left:0rem;width:27.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slxBBJT0oZSm8X698BgNdOXNih8knk1O { top:2.1875rem;left:14.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiNCb5T6AT0TDb2UDUiewwmPBnO9WD4R { display:block; }#IiNCb5T6AT0TDb2UDUiewwmPBnO9WD4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sixe8x6xc5ILEAuoO7WFuOrTWLwCseVw { top:0.9375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaH8k1TnQdZXrmoCHUQZqABLblHF6RfV { display:block; }#EaH8k1TnQdZXrmoCHUQZqABLblHF6RfV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sILzwypcVu9EeizAWBMgTPuqOTs9KiTW { top:2.1875rem;left:0rem;width:28.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7308ArsJTck0nnkCr9gQPWamAUwWKLl { top:2.1875rem;left:16.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Wc8xB1nqboN7bi0iRX0FOrnqs32fa7 { display:block; }#L6Wc8xB1nqboN7bi0iRX0FOrnqs32fa7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNqqOuCoTh5e7PpTTnWpnh9ditsQeJS0 { top:0.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqUGW16L2PWhBobMn4B6CTrvnnQSeFq0 { display:block; }#qqUGW16L2PWhBobMn4B6CTrvnnQSeFq0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9p6fzQ9WJJpx6mL3V8EiREx2yW81oxR { top:2.1875rem;left:0rem;width:40rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8tGtNd572nCnvB90aarWXdFGq2ziV0r { top:2.1875rem;left:27.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qeeih2eXOthpwtxkBatk0aAX5k78acq7 { display:block; }#Qeeih2eXOthpwtxkBatk0aAX5k78acq7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVdToK1ZZCnZdzoTK943z6laNVa7rIfm { top:0.9375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpUUZxpb0GCmg23avBKRPRd6s5xGnrGT { display:block; }#EpUUZxpb0GCmg23avBKRPRd6s5xGnrGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftVyqFk08MN4bwidAIgmHwEkQVGEc8xU { top:2.1875rem;left:0rem;width:45rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEnznU6gnGbaGuqXFH29hRMCuZ5JCaF0 { top:2.1875rem;left:32.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfftk3QTlHJTDKfp7qcyVCiP8VDRXT59 { display:block; }#Sfftk3QTlHJTDKfp7qcyVCiP8VDRXT59 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRd1o11d0nULPg2TsHoQV4CF1EWHEb4J { top:0.9375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3h6IKqKk5eObsfiqtNN5SGxSMsnA2kT { display:block; }#h3h6IKqKk5eObsfiqtNN5SGxSMsnA2kT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7he8zlUfrp1CTTwzFlzZJf0vB0qttQx { top:2.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOAMVrch1fmbEbgRT8G0xz9hTdW6Q3QH { top:2.1875rem;left:42.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKDiktfBTHHQBWsnhd6lMWTn0XuN7TfP { display:block; }#gKDiktfBTHHQBWsnhd6lMWTn0XuN7TfP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxqP6QxLn7Ls3wisrbZJWy8IPqftM4ok { top:0.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jevn1Z25BO0R1TKocZk3hegXDtGZ3eHA { display:block; }#Jevn1Z25BO0R1TKocZk3hegXDtGZ3eHA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guh3ugxvcw4fh72SPUyMRue7HDpPthWG { display:block; }#guh3ugxvcw4fh72SPUyMRue7HDpPthWG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTnod8gTPfi6IGAe7zIJgoGF5Ex4FT02 { width:47.75rem;height:2.6875rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KplCQTV49yOkVI0mq8wyWm7B8ApA0eem { top:11.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5kIwvfi6Z34eLheNfauXMgWGhQOtV43 { top:15.25rem;left:7.625rem;width:11.25rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gColhltgkdfR3eLBg2ayTNgieWSvv9Zy { top:15rem;left:3.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWhOTWKo5rSceSD7Acl76hKBt50FlryE { top:15rem;left:25.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9z9a484hSn4ZNPCSVmdaks5n4ZuZE99 { top:15.25rem;left:28.875rem;width:16.25rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CJdQUh4vpo01ayaRklDMe2Ezcgsvs60R { position:relative;z-index:auto;display:block; }#CJdQUh4vpo01ayaRklDMe2Ezcgsvs60R > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwT80mFkN4WqJI1NTJBTC7XuaKFTeGMg { width:13.625rem;height:4.375rem;top:0.51171875rem;left:3.1875001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASOiJCZ14gArQvlvII5sCQKuccXv76yh { width:7.5rem;height:2.5rem;top:1.25rem;left:6.25rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #IL06G9xPtRTCGhoPosfnIf0GZ3l705Tk { width:20rem;height:0;top:5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPKA7GISbfZn5WQTzeqCdqNoEsgbN3Dt { width:7.5rem;height:0;top:9.5rem;left:6.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5ZIeOe7UZlvwV10zw7u6r78MaOwl8Am { width:7.5rem;height:auto;top:3.375rem;left:6.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTvTJXlmmWssvo5PUDbnUEMkppAadXpv { background-color:#0050a0;background-image:none;display:block; }#BTvTJXlmmWssvo5PUDbnUEMkppAadXpv > .row .container { background-color: transparent; background-image: none; }#BTvTJXlmmWssvo5PUDbnUEMkppAadXpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTvTJXlmmWssvo5PUDbnUEMkppAadXpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTvTJXlmmWssvo5PUDbnUEMkppAadXpv > .row .container > .video-iframe-container { display: none; }#BTvTJXlmmWssvo5PUDbnUEMkppAadXpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTvTJXlmmWssvo5PUDbnUEMkppAadXpv > .row > .video-iframe-container { display: none; }#BTvTJXlmmWssvo5PUDbnUEMkppAadXpv > .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); }#BTvTJXlmmWssvo5PUDbnUEMkppAadXpv > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aT5sl0anfExIKWLT410prTpDMLyOGpKm { width:13.625rem;height:4.375rem;top:0.51171875rem;left:3.1875001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKuc9TyOl1bAWxrc9P4WBvRCl3rMhUmE { width:15rem;height:3.125rem;top:5.38671875rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuFPmXbFbzCivGgvrKzM4J5lk8HE1L17 { display:block; }
 }@media only screen and (max-width: 763px) { #zJLE8RxDcPBmiJeXPHb087hpOLbyTiw0 { width:20rem;height:8.3984375rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #AVdUvTNpIlim1TohJP92KwB9a3r8D520 { width:20rem;height:;top:13.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pTucRWQdEpHUvW86LHfGxBQ0noTRSSRS { width:20rem;height:3.125rem;top:17.5rem;left:0rem;z-index:100017;color:#ffffff;background-color:#e11136;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ViXE2E2z4Xas6Xk5xrGzTmOgSzvtI7Lq { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c6781f66-3b70-495b-8d5d-84c69920e0ff/jennyueberbergBaSeK7rwc1Aunsplash1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VMQfWmTevMT9eqiyTpK2kkloTXhdzNzb { width:18.5rem;height:0;top:17.0625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7yLU447lTWcQ6OAZELLabK53dTEnN9W { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #KgfpQIzGuLtGQ42FXIS9IgLWq0NVC2sQ { width:20rem;height:0;top:7.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100002;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #bqisNd8C7k8ekg17MOHKZ0yBVXcSqhEd { width:15rem;height:3.125rem;top:5.38671875rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7TW1rQ9XHeutBkapQEWSAJBHieqdQAs { display:block; }
 }@media only screen and (max-width: 763px) { #xSRpBiwGl2QBoBGpPkMmJhvIMZpkKLVS { display:block; }#xSRpBiwGl2QBoBGpPkMmJhvIMZpkKLVS > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFdpmBrkUP9JAWlWchUJLNdT5rrVRc5T { width:17.5rem;height:2.3984375rem;top:40rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTOKe3sXWTSS6V5M9WJL1abQbPCkfC3k { width:1.25rem;height:1.25rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyRM0Hm5REvB9saI9ucoGKXUGHtmRNlG { width:1.25rem;height:1.25rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4lsnd691nRDpOTnAnEGUxsCvbuuV9Ml { width:17.5rem;height:2.3984375rem;top:36.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZobTFvdzS53fx46Au7xQBwm4Af5eDId { width:9.5rem;height:20rem;top:3.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqR13DIqC1pe2FBhhZfyUPeRRTzH993g { width:1.25rem;height:1.25rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vat2FOk0WXfRM235WAK6c2livXH20x1T { width:17.5rem;height:3.59765625rem;top:31.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT6uoGSUZ041RDb3wbuNoapN6Kb2tFoG { width:20rem;height:3.5996125rem;top:26.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoKDC3rftJfTnrm6QCZy40cpuLHhcTuK { display:block; }#UoKDC3rftJfTnrm6QCZy40cpuLHhcTuK > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXCV8EnBIVlHdsVdXSEdvQLUBEUbUx2x { width:20rem;height:3.59765625rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvPXNm9tWWy064a5729MTwd6xZVNQ1hk { width:6.875rem;height:2.3994125rem;top:3.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wETzr8Z2AQoZtgruCTmTTXtVa701vESQ { width:17.5rem;height:2.3984375rem;top:13.6875rem;left:2.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uT2IflyHxeWwUkclHN0uPHf96JXvhuNR { width:1.25rem;height:1.25rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs0J2Ks0KlmoBKLpKqMXGKv9nuW4ou3F { display:block; }#Bs0J2Ks0KlmoBKLpKqMXGKv9nuW4ou3F > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWz41muvWM7iTlpKRuP91b5HMxIv88OI { width:17.5rem;height:4.796875rem;top:1.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAwOSyWEJGC0LtcUXMA3vfltuTRJ9oQd { display:block; }#SAwOSyWEJGC0LtcUXMA3vfltuTRJ9oQd > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwAzWJLMSoWPAJXdHCBu8CWGTszvx0yI { width:17.5rem;height:2.3984375rem;top:2.5rem;left:2.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OHE2G8UMkTXniBdW7ryG9OV1Ck0agJwm { width:1.25rem;height:1.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWPLIRDf8kJTOIKsBD5CwZfCCXibPdZJ { display:block; }#nWPLIRDf8kJTOIKsBD5CwZfCCXibPdZJ > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elO1IzeN9BkQT0GNEG3PIy7Ta7t3082h { width:17.5rem;height:8.3945rem;top:1.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drbJOKqlAyxDIOimOEsAaQ8cbbf8NWIC { display:block; }#drbJOKqlAyxDIOimOEsAaQ8cbbf8NWIC > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCbWRvMhbQWuIFTfOOSlKIuSocKrixR7 { width:17.5rem;height:2.3984375rem;top:2.75rem;left:2.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VnaAT9L5XkZtI0cRwG8F4P14Zs6ohL62 { width:1.25rem;height:1.25rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTbvioWJdKDUFVsKsVVv2bAKhdulS2Q { display:block; }#TkTbvioWJdKDUFVsKsVVv2bAKhdulS2Q > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poFzhDSv0eImTrlA6yns9uc4oWW8MDWz { width:17.5rem;height:5.99609375rem;top:1.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9onJIVNwoe1De4deasM2k62zRedmzmy { display:block; }#h9onJIVNwoe1De4deasM2k62zRedmzmy > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVsukU5raKTT3otTJ5HQ28ABI4mnF2zx { width:17.5rem;height:2.3984375rem;top:2.75rem;left:2.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #asgCT7H2oqDXOzkH2yZU7z3xt1u9RxxQ { width:1.25rem;height:1.25rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3AS53uSLJlG0rvtbqWZVWuK0mNleRRO { display:block; }#d3AS53uSLJlG0rvtbqWZVWuK0mNleRRO > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfQLfaIf7y8COP0Q3CaFir6buOWbu9Sq { width:17.5rem;height:8.3945rem;top:1.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6a7lioEdmIDvJSsBgU1eHo9Kz0dzaFC { display:block; }#M6a7lioEdmIDvJSsBgU1eHo9Kz0dzaFC > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSx0Gki0JyE7fLZZzMnLAT91UWasc6AH { width:17.5rem;height:2.3984375rem;top:2.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slxBBJT0oZSm8X698BgNdOXNih8knk1O { width:1.25rem;height:1.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiNCb5T6AT0TDb2UDUiewwmPBnO9WD4R { display:block; }#IiNCb5T6AT0TDb2UDUiewwmPBnO9WD4R > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sixe8x6xc5ILEAuoO7WFuOrTWLwCseVw { width:17.5rem;height:4.796875rem;top:1.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaH8k1TnQdZXrmoCHUQZqABLblHF6RfV { display:block; }#EaH8k1TnQdZXrmoCHUQZqABLblHF6RfV > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sILzwypcVu9EeizAWBMgTPuqOTs9KiTW { width:17.5rem;height:2.3984375rem;top:2.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7308ArsJTck0nnkCr9gQPWamAUwWKLl { width:1.25rem;height:1.25rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Wc8xB1nqboN7bi0iRX0FOrnqs32fa7 { display:block; }#L6Wc8xB1nqboN7bi0iRX0FOrnqs32fa7 > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNqqOuCoTh5e7PpTTnWpnh9ditsQeJS0 { width:17.5rem;height:7.1953125rem;top:1.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqUGW16L2PWhBobMn4B6CTrvnnQSeFq0 { display:block; }#qqUGW16L2PWhBobMn4B6CTrvnnQSeFq0 > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9p6fzQ9WJJpx6mL3V8EiREx2yW81oxR { width:17.5rem;height:3.59765625rem;top:2.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8tGtNd572nCnvB90aarWXdFGq2ziV0r { width:1.25rem;height:1.25rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qeeih2eXOthpwtxkBatk0aAX5k78acq7 { display:block; }#Qeeih2eXOthpwtxkBatk0aAX5k78acq7 > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVdToK1ZZCnZdzoTK943z6laNVa7rIfm { width:17.5rem;height:2.3984375rem;top:0.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpUUZxpb0GCmg23avBKRPRd6s5xGnrGT { display:block; }#EpUUZxpb0GCmg23avBKRPRd6s5xGnrGT > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftVyqFk08MN4bwidAIgmHwEkQVGEc8xU { width:17.5rem;height:3.59765625rem;top:2.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEnznU6gnGbaGuqXFH29hRMCuZ5JCaF0 { width:1.25rem;height:1.25rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfftk3QTlHJTDKfp7qcyVCiP8VDRXT59 { display:block; }#Sfftk3QTlHJTDKfp7qcyVCiP8VDRXT59 > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRd1o11d0nULPg2TsHoQV4CF1EWHEb4J { width:17.5rem;height:4.796875rem;top:0.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3h6IKqKk5eObsfiqtNN5SGxSMsnA2kT { display:block; }#h3h6IKqKk5eObsfiqtNN5SGxSMsnA2kT > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7he8zlUfrp1CTTwzFlzZJf0vB0qttQx { width:17.5rem;height:3.59765625rem;top:2.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOAMVrch1fmbEbgRT8G0xz9hTdW6Q3QH { width:1.25rem;height:1.25rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKDiktfBTHHQBWsnhd6lMWTn0XuN7TfP { display:block; }#gKDiktfBTHHQBWsnhd6lMWTn0XuN7TfP > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxqP6QxLn7Ls3wisrbZJWy8IPqftM4ok { width:17.5rem;height:10.793rem;top:0.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jevn1Z25BO0R1TKocZk3hegXDtGZ3eHA { display:block; }#Jevn1Z25BO0R1TKocZk3hegXDtGZ3eHA > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guh3ugxvcw4fh72SPUyMRue7HDpPthWG { display:block; }#guh3ugxvcw4fh72SPUyMRue7HDpPthWG > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTnod8gTPfi6IGAe7zIJgoGF5Ex4FT02 { width:20rem;height:1.79980625rem;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:"proxima nova";display:block; }
 }@media only screen and (max-width: 763px) { #KplCQTV49yOkVI0mq8wyWm7B8ApA0eem { width:20rem;height:2.3984375rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5kIwvfi6Z34eLheNfauXMgWGhQOtV43 { width:10rem;height:1.79980625rem;top:13rem;left:6.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gColhltgkdfR3eLBg2ayTNgieWSvv9Zy { width:2.5rem;height:2.5rem;top:12.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWhOTWKo5rSceSD7Acl76hKBt50FlryE { width:2.5rem;height:2.5rem;top:16.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9z9a484hSn4ZNPCSVmdaks5n4ZuZE99 { width:13.0625rem;height:1.79980625rem;top:16.75rem;left:5.375rem;font-size:1.5rem;display:block; }
 }