.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:237,221,227;--color-primary-1:195,143,160;--color-primary-2:134,31,65;--color-primary-3:67,16,33;--color-primary-4:20,5,10;--color-secondary-0:229,218,221;--color-secondary-1:169,131,143;--color-secondary-2:83,6,31;--color-secondary-3:42,3,16;--color-secondary-4:12,1,5;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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,0,0,0); }#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,0,0,0); }#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 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;overflow:visible;position:relative;display:block; }#oVURRTQCu8NO5vFxqcbzeRlZZgCLywgd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4375rem;left:62.0625rem;display:block; }
#tTUHXTMzqOGIikbuBTVDzI5CGF2R2pef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCqsTEDdkmSNFK9MTOwAccxW68QTJlSR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:14.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QKu0UPniLr27owMmiBWDdxeS6y0Si682 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QKu0UPniLr27owMmiBWDdxeS6y0Si682 > .row .container { background-color: transparent; background-image: none; }#QKu0UPniLr27owMmiBWDdxeS6y0Si682::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKu0UPniLr27owMmiBWDdxeS6y0Si682 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKu0UPniLr27owMmiBWDdxeS6y0Si682 > .row .container > .video-iframe-container { display: none; }#QKu0UPniLr27owMmiBWDdxeS6y0Si682 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKu0UPniLr27owMmiBWDdxeS6y0Si682 > .row > .video-iframe-container { display: none; }#QKu0UPniLr27owMmiBWDdxeS6y0Si682 > .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); }#QKu0UPniLr27owMmiBWDdxeS6y0Si682 > .row .container { border-width: 0; border-radius: 0; }#QKu0UPniLr27owMmiBWDdxeS6y0Si682 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKu0UPniLr27owMmiBWDdxeS6y0Si682 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6a277f33-da4e-4ef4-ada8-de92c56e6b58/Group20.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { border-width: 0; border-radius: 0; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.1875rem;left:25.625rem;height:2.92480625rem;font-style:normal;text-align:right;text-align-last:right;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; }
#vHTZeoE5WSxu8RQcBM5t4G6v9FQ7xVAx { color:rgba(var(--color-primary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.125rem;left:39.3125rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN { position:relative;display:block; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN { background-color: transparent; background-image: none; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .row .container > .video-iframe-container { display: none; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .row > .video-iframe-container { display: none; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .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); }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN { border-width: 0; border-radius: 0; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G1DS35ft1sRRqAkw74uZ8ldR9ketOsne { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:38.5625rem;left:0rem;height:12.6699375rem;font-style:normal;display:block; }
#GLkeTDpgkfyd8UyeasZQNtbslbXPPalk { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:37.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:none; }
#dFQQTRPUkpI5LvGx6gOLqooXe6eZlRC1 { position:absolute;display:block;z-index:15003;height:57.3125rem;width:36.5625rem;top:1.5rem;left:38.4375rem;display:block; }
#ioxPqyS6DqahJs4RPW1PAnNMH1He6UX0 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:;font-style:normal;display:block; }
#zdtaJMwzKnmX9QtSTtP6ucU5w9TqnGta { box-sizing:content-box;height:3.375rem;width:36.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.625rem;left:0.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:2rem;border-bottom-left-radius:0.25rem;border-top-left-radius:2rem;display:block; }
#h87vqOpo6WI2Bvq2VDMeNa0w3W9UE023 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#Aqd70IEHRIzsbMIXArKNlvH7grECEs5n { box-sizing:content-box;height:3.375rem;width:36.5625rem;position:absolute;display:block;z-index:15016;background-color:#9b2242;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.625rem;left:0.0625rem;border-top-right-radius:2rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:2rem;border-top-left-radius:0.25rem;display:block; }
#B7zy3VUBpHOmHGBSSUHAinF4GZ8zKbAi { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#FKOAxNaISzNHQHv1LBWLuQ6sr4TFgs5A { box-sizing:content-box;height:3.375rem;width:36.5625rem;position:absolute;display:block;z-index:15018;background-color:#ca4473;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:0.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:2rem;border-bottom-left-radius:0.25rem;border-top-left-radius:2rem;display:block; }
#XiUHoTGu3AUoivk7EIfVE2TisdMMZUuL { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#oTHJMFmvDxmKIlV3IHF9WNnAyffa9EVT { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:16.5625rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#TIEFhetUzq5Tc1T3pQoLEVzvETseK2KJ { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18rem;left:0rem;height:;text-align:center;text-align-last:center;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; }
#uc9WiOoRD0lSFT7bbruEHGXIB527ArFG { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:23.1748046875rem;left:1.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#i9ZZzVVnt0ZGbN1x38pP7NN81PnFqtsk { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:16.5625rem;left:18.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#EHvHqr1Iq1OZGDuoDr9mf5TF1PhfTxya { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:18rem;left:18.5625rem;height:4.54980625rem;text-align:center;text-align-last:center;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; }
#AudzdEskG1FeBCussR5Q22zdqnxTvsfS { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:23.1748046875rem;left:20.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#uCeGC2WQWSgDBUoNClMouKiiFVrx3JbM { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:27.1875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ccTMvoPeF5Av1cchEJCmaR1mPGoqgmP5 { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:31.9111328125rem;left:0rem;height:4.54980625rem;text-align:center;text-align-last:center;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; }
#KIyGJNfmsNA5iODzdMhalLUFF5zFER6k { color:rgba(var(--color-primary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:30.25rem;left:1.34375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EbnemxyWuGAhbOZXMWCX1xsQT9fDDa5I { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:27.1875rem;left:18.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ZzQTdhNds0qmrrtP7Xd3st2Usuhb17za { color:rgba(var(--color-primary-2),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:28.625rem;left:22.4375rem;height:4.54980625rem;text-align:center;text-align-last:center;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; }
#UQs9o74hW1c2shFwznFtV4eezE2gARJ4 { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:33.7998046875rem;left:20.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row .container { background-color: transparent; background-image: none; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row .container > .video-iframe-container { display: none; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row > .video-iframe-container { display: none; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .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); }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row .container { border-width: 0; border-radius: 0; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#TMgZqaVJOQnMxCAA4cECPv8Dr5fhd3dU { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#IGTxg69VEARoFi0Ok3fOqk1icSfygQTT { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.75rem;left:0rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#nrFtbVikwRcdIyelWWM7ZGVAAHeOpqc9 { position:absolute;display:block;z-index:15002;height:14.8125rem;width:32.125rem;top:6.75rem;left:42.875rem;display:block; }
#oG3ccPznPQiqkkPSDHQEx5zm9wPEHX1W { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:13.1875rem;left:73rem;overflow:hidden;display:block; }
#K5cn91GLDPJ96PAA0Sq07VAmdM8WtNOu { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:13.1875rem;left:42.875rem;overflow:hidden;display:block; }
#Tw3GtkAZP2sHNhA6FrJPtHGCBqsJipUl { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:57.375rem;display:block; }
#hNPNJQbCTTq7iSaPZntd5J231ZWy4007 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:58.625rem;display:block; }
#Czv6NumIEJgwivecP22MtPIwfRC7dZBu { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:59.875rem;display:block; }
#oc85vtmcM0c19FhKEIQzWrxytTNoBenZ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:61.125rem;display:block; }
#qZyyGWVeqasrFzNhk5lVDVRx1f6uQL30 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qZyyGWVeqasrFzNhk5lVDVRx1f6uQL30 > .row .container { background-color: transparent; background-image: none; }#qZyyGWVeqasrFzNhk5lVDVRx1f6uQL30::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZyyGWVeqasrFzNhk5lVDVRx1f6uQL30 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZyyGWVeqasrFzNhk5lVDVRx1f6uQL30 > .row .container > .video-iframe-container { display: none; }#qZyyGWVeqasrFzNhk5lVDVRx1f6uQL30 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZyyGWVeqasrFzNhk5lVDVRx1f6uQL30 > .row > .video-iframe-container { display: none; }#qZyyGWVeqasrFzNhk5lVDVRx1f6uQL30 > .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); }#qZyyGWVeqasrFzNhk5lVDVRx1f6uQL30 > .row .container { border-width: 0; border-radius: 0; }#qZyyGWVeqasrFzNhk5lVDVRx1f6uQL30 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qZyyGWVeqasrFzNhk5lVDVRx1f6uQL30 > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:75rem;position:relative;display:block; }#BTnLbPs46ofaeQDM9KWV5Oho6hg1i964 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.1875rem;left:0rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#PaalJ3InwDaf2J8dlihTxL0QH85u3n5r { box-sizing:content-box;height:29.375rem;width:18.4375rem;position:absolute;display:block;z-index:15003;background-color:#f3f3f3;background-image:none;top:19.75rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wTG0DShWh2HOzD0x27UOh9RPSQz57TT6 { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.0625rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;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; }
#aipUT8J6JhARSmldlkg2xN6r997V6nBr { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.375rem;width:9.375rem;top:19.75rem;left:4.53125rem;overflow:hidden;display:block; }
#U088CsvlgKbvLPfKaQ6iFDNN6wZtTWQn { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.51171875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;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; }
#qygBhh1vV2bPJTB8SRc5ECtwN5b2Qpxk { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.375rem;width:9.375rem;top:19.75rem;left:23.34375rem;overflow:hidden;display:block; }
#cRPOkC1adlX2A5hEwMVF57JJylzLZpLf { box-sizing:content-box;height:29.375rem;width:18.4375rem;position:absolute;display:block;z-index:15006;background-color:#f3f3f3;background-image:none;top:19.75rem;left:18.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mAhtL3kfIBa3a3PDLfhF38fihJXo9yR4 { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.0625rem;left:18.8125rem;height:1.94921875rem;text-align:center;text-align-last:center;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; }
#TErcpgiphJS211NNXDn0TDOvwQTaJrtk { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.375rem;width:9.375rem;top:19.8125rem;left:61.09375rem;overflow:hidden;display:block; }
#bxwbeDVzt5KQPHkaniE5T7W4gqgWV2lL { box-sizing:content-box;height:29.375rem;width:18.4375rem;position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;top:19.75rem;left:56.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#f59RP3qcmhZGHZcCkgvrE1mdI1zOgeBe { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:31.0625rem;left:56.5625rem;height:1.94921875rem;text-align:center;text-align-last:center;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; }
#mFcVhnr4HAOBBMHAsSNUDz7tHnteO7gt { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.375rem;width:9.375rem;top:19.75rem;left:42.15625rem;overflow:hidden;display:block; }
#oZJZwIT2P9gHF6FSQxbxzMis97ArQTvB { box-sizing:content-box;height:29.375rem;width:18.4375rem;position:absolute;display:block;z-index:15006;background-color:#f3f3f3;background-image:none;top:19.75rem;left:37.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oGCOawJiPT2xZJXplp7VtWDDit0N7Oid { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.0625rem;left:37.625rem;height:3.8984375rem;text-align:center;text-align-last:center;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; }
#xbTu6Pp48ToRp1Jk3ev4giyEpPIO8hqK { color:#212721;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:36.96484375rem;left:1.28125rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#ZfyE29zmDJHeqvJ5RTe5xxTCoEW0Vhmc { color:#212721;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:36.8125rem;left:20.28125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#VgIvKgrxGoR2tilVPpwJKA3riKxoz75A { color:#212721;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:36.8125rem;left:39.40625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#A8vzThumQlgrc8gB9oHUnK2LZVH85Uzc { color:#212721;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:36.78515625rem;left:57.84375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#RTkk7w0G2ayvoJUAhUA1BiyRmEHwa6x1 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.75rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:51.1875rem;left:30.5625rem;display:block; }
#tt4ebUo4dotl3zoX35IXd7KgwzXXGZMJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container { background-color: transparent; background-image: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container > .video-iframe-container { display: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row > .video-iframe-container { display: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .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); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container { border-width: 0; border-radius: 0; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#XiUgMl1ad07Byga845hQBlBVmnMDTN2C { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#gFkAp6bledvhgxEIWi8fQsapMCwTaJQE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8994140625rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;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; }
#uPdQ8qhMnez8JCqGP0tO7EFwMp52r92x { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.4375rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.69921875rem;left:0rem;display:block; }
#qQI7FIJhpgfDxpwVom13NAaLyeqHDFAm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F2I4PA3rmGU2iV0qUTaBlbaFr8ciboFS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F2I4PA3rmGU2iV0qUTaBlbaFr8ciboFS > .row .container { background-color: transparent; background-image: none; }#F2I4PA3rmGU2iV0qUTaBlbaFr8ciboFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2I4PA3rmGU2iV0qUTaBlbaFr8ciboFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2I4PA3rmGU2iV0qUTaBlbaFr8ciboFS > .row .container > .video-iframe-container { display: none; }#F2I4PA3rmGU2iV0qUTaBlbaFr8ciboFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2I4PA3rmGU2iV0qUTaBlbaFr8ciboFS > .row > .video-iframe-container { display: none; }#F2I4PA3rmGU2iV0qUTaBlbaFr8ciboFS > .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); }#F2I4PA3rmGU2iV0qUTaBlbaFr8ciboFS > .row .container { border-width: 0; border-radius: 0; }#F2I4PA3rmGU2iV0qUTaBlbaFr8ciboFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2I4PA3rmGU2iV0qUTaBlbaFr8ciboFS > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#UhnvilCpPbUMTquJmi6HJmfrXFOUuNys { box-sizing:content-box;height:13.4375rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:0.03125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#mL6xG0LmBAGscboI5DQtB6H8CiFiOZpt { color:rgba(var(--color-secondary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.0625rem;left:0.875rem;height:5.19921875rem;display:block; }
#Ca5ZZelnDrUcqMl2g5cqJ9XB6fmChJbU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:11.625rem;left:1.0625rem;overflow:hidden;display:block; }
#bVeSebmFseC4ghRgAbifwoKt1qFiApw0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.0625rem;left:4.78125rem;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; }
#ThKPDph0rKggf69vRmzlD3NHJx7FKE9P { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.755859375rem;left:4.78125rem;height:0.9746125rem;display:block; }
#RNvUWn4EPGVzZBD3xZV7u2PuW4sXuJNP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:25.125rem;left:21.34375rem;overflow:hidden;display:block; }
#EWGFwfQR2Ph75BPOGT2AsphLnwH0UpAa { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14rem;left:0.875rem;overflow:hidden;display:block; }
#oOIW8fRdTDES7K6wZ1SyMpCvTRA87XBO { color:#212721;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:6.037109375rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTDd8UTfxLqVy4wSJQwGunl4FJqNvfeD { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;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; }
#BaRs0gbi6riVR1qc9ubU9R3cHP8LKMRe { box-sizing:content-box;height:13.4375rem;width:24.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:25.03125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#CPnEaggDLWT2Q6LllbBqoaST1czRlJyh { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:11.625rem;left:26.0625rem;overflow:hidden;display:block; }
#BJLNEdg8kOO3NPrJ0uGGLRcADwSrJwsX { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14rem;left:25.875rem;overflow:hidden;display:block; }
#GMPLv8fl6FfcDTFfbnTFSK5ThPGVLPXs { color:rgba(var(--color-secondary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.0625rem;left:25.875rem;height:5.19921875rem;display:block; }
#ulNQ9xJm5BP2h7BnF13mXXdo5NBMxDbt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.0625rem;left:29.78125rem;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; }
#DMrnAlV5cr0C4FdS2frLI40igxZ5FavC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.755859375rem;left:29.78125rem;height:0.9746125rem;display:block; }
#uJh5zK98x1Vms84z6SX2VwdL8DpNBAdC { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:25.125rem;left:46.34375rem;overflow:hidden;display:block; }
#mMi7MZCcREo7A0qWVMxu5zuG5SWB4F0C { box-sizing:content-box;height:13.4375rem;width:24.375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:50rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#QlgeNVbDLt7FqwPtKMSuHnBy1g3pfr1n { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:11.625rem;left:51.03125rem;overflow:hidden;display:block; }
#G073ESMWNn5fgVD1sC3cCPB5l4vN3i6z { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14rem;left:50.84375rem;overflow:hidden;display:block; }
#q5qcLqKovG3JKoTHgZz7vbCobdtaFaMR { color:rgba(var(--color-secondary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:18.0625rem;left:50.84375rem;height:5.19921875rem;display:block; }
#rUF1bOUsgWlP0b7t0wXfIAQXs5dhGOGv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.0625rem;left:54.75rem;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; }
#UA463yQKa52Nk20Tq0MbiP1XlKrmd2q7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:15.755859375rem;left:54.75rem;height:0.9746125rem;display:block; }
#meO2VNQNB3N351v0hZzSJrKvUenWssmX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:25.125rem;left:71.3125rem;overflow:hidden;display:block; }
#cJp14ky1BdefZydNzwFZiFaE1CZKR4Mt { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.75rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.25rem;left:30.5625rem;display:block; }
#vMgbAJOiVIdkOvyA98MubGrqqDEbk11N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww { position:relative;display:block; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww { background-color: transparent; background-image: none; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .row .container > .video-iframe-container { display: none; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .row > .video-iframe-container { display: none; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .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); }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww { border-width: 0; border-radius: 0; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VyMgU5q3VALt89Etqq1oI8dinToPlZ7l { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:43.4375rem;height:1.94921875rem;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; }
#sh3G4TlJF229WK7UNBa1IJE7K8mB96gV { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.4375rem;left:43.4375rem;height:3.8994125rem;display:block; }
#yiDQwZXzb7TbKOnSWLqoka0UGrMUAnvq { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:2.6875rem;left:41rem;overflow:hidden;display:block; }
#IUm7S8NuuPSNKHuSgrAxGxg6hTqfEtHV { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:10.8125rem;left:41rem;overflow:hidden;display:block; }
#WkEP89waS5AasFbidHXZWHCEhDMqOXDv { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.625rem;left:43.4375rem;height:1.94921875rem;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; }
#aauzyoC5uaZqC8VXKWFcax19OiqlmVwF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.5625rem;left:43.4375rem;height:5.19921875rem;display:block; }
#FcVhCA37ddKTwIf0IDJMgnKgiKBvTLVz { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:3.4121125rem;display:block; }
#OTEJygnm4RiiiozZgStL4R8bUBH3QrlP { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:3.8994125rem;display:block; }
#QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc > .row .container { border-width: 0; border-radius: 0; }#QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:none; }#h4vowpAQd3NXTFRzUZigy7MiqgNrQQh5 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5rem;width:49.9375rem;top:2.5rem;left:12.53125rem;overflow:hidden;display:block; }
#fgJ0ZTitFSabfE59DLLPAZMSVoM1c0xx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.5rem;left:30.5625rem;display:block; }
#PmDoGeFAdO5mDC1hlPe1mioHOQ22h5HF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ePRZNApUqqFGyRKVN0lKP6ecouKZswPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ePRZNApUqqFGyRKVN0lKP6ecouKZswPQ > .row .container { background-color: transparent; background-image: none; }#ePRZNApUqqFGyRKVN0lKP6ecouKZswPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePRZNApUqqFGyRKVN0lKP6ecouKZswPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePRZNApUqqFGyRKVN0lKP6ecouKZswPQ > .row .container > .video-iframe-container { display: none; }#ePRZNApUqqFGyRKVN0lKP6ecouKZswPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePRZNApUqqFGyRKVN0lKP6ecouKZswPQ > .row > .video-iframe-container { display: none; }#ePRZNApUqqFGyRKVN0lKP6ecouKZswPQ > .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); }#ePRZNApUqqFGyRKVN0lKP6ecouKZswPQ > .row .container { border-width: 0; border-radius: 0; }#ePRZNApUqqFGyRKVN0lKP6ecouKZswPQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ePRZNApUqqFGyRKVN0lKP6ecouKZswPQ > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#IfimmsDlLd5lxILi8tLX4Cw1f2fOQXPT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.4375rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:18.4375rem;left:0rem;display:block; }
#DpuWy3dEd4wRou7RelKuGA4h61RNcN1i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTnF0cmZ5p9FLkIiZr5VqTpsLrGfsEpT { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:41.8125rem;height:;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; }
#F6ZgQvRAioqGTES1vvnl0NxNhdbMm1GM { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.125rem;left:0rem;height:2.5996125rem;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; }
#NF9u15pqZ74pE4fC3pixeHHJwEaxEkV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.29980625rem;display:block; }
#TX67pvxsCQ7MTyxhwRk2FDsHDuUG4CCG { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.125rem;left:41.8125rem;height:1.29980625rem;display:block; }
#BmcgE70IvlP1mFDcbZT3B6irz4bdeGOd { color:rgba(var(--color-primary-2),1);display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5rem;left:39.4375rem;height:2.92480625rem;display:block; }
#mNVZZ5rbRQAGF6DJM72vUTl3T0DsXedP { color:rgba(var(--color-primary-2),1);display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11rem;left:39.4375rem;height:2.92480625rem;display:block; }
#CQTaFJgsCEb27AphEbKJgW7WOD6wN3Pz { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11rem;left:41.8125rem;height:;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; }
#BWz2XHnkRQoHEikgWqqr1Tf1r2TchmO5 { color:rgba(var(--color-primary-2),1);display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.1875rem;height:2.92480625rem;display:block; }
#nROTihBOI8cqt3KIpDp3KiyVywh6fvS0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.0625rem;left:41.8125rem;height:;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; }
#WFI06qkJPJeygb9P4KiwoUPe9HGsuE6r { color:rgba(var(--color-primary-2),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:6.5rem;display:block; }
#INTZV505Q1UUDVkqpJ73AnpdOnr4xKGi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#INTZV505Q1UUDVkqpJ73AnpdOnr4xKGi > .row .container { background-color: transparent; background-image: none; }#INTZV505Q1UUDVkqpJ73AnpdOnr4xKGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INTZV505Q1UUDVkqpJ73AnpdOnr4xKGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INTZV505Q1UUDVkqpJ73AnpdOnr4xKGi > .row .container > .video-iframe-container { display: none; }#INTZV505Q1UUDVkqpJ73AnpdOnr4xKGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INTZV505Q1UUDVkqpJ73AnpdOnr4xKGi > .row > .video-iframe-container { display: none; }#INTZV505Q1UUDVkqpJ73AnpdOnr4xKGi > .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); }#INTZV505Q1UUDVkqpJ73AnpdOnr4xKGi > .row .container { border-width: 0; border-radius: 0; }#INTZV505Q1UUDVkqpJ73AnpdOnr4xKGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#INTZV505Q1UUDVkqpJ73AnpdOnr4xKGi > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#LGwd627sfrspe3uAr93psR9HmWdiotTP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:14.25rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#rTCSlfSFNyZ6Txp3MRJbH1XJEX5qJiDK { color:rgba(var(--color-tertiary-1),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:57.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#vB7moC3Jh3WTWvJDZSJsGXscEIZPOrX8 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2373046875rem;left:43.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oVURRTQCu8NO5vFxqcbzeRlZZgCLywgd { width:12.9375rem;height:2.75rem;top:1.4375rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTUHXTMzqOGIikbuBTVDzI5CGF2R2pef { display:block; }
 }@media only screen and (max-width: 1199px) { #yCqsTEDdkmSNFK9MTOwAccxW68QTJlSR { width:13.125rem;height:5.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #QKu0UPniLr27owMmiBWDdxeS6y0Si682 { display:block; }#QKu0UPniLr27owMmiBWDdxeS6y0Si682 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6a277f33-da4e-4ef4-ada8-de92c56e6b58/Group20.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { width:47.75rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { width:35.5625rem;height:5.8496125rem;top:10.75rem;left:12.1875rem;font-size:2.25rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 1199px) { #vHTZeoE5WSxu8RQcBM5t4G6v9FQ7xVAx { width:35.5625rem;height:3.8984375rem;top:16.625rem;left:12.1875rem;font-size:1.5rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 1199px) { #EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN { display:block; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .row .container { width:47.75rem;height:108.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G1DS35ft1sRRqAkw74uZ8ldR9ketOsne { width:46.25rem;height:12.6699375rem;top:93.5625rem;left:0.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #GLkeTDpgkfyd8UyeasZQNtbslbXPPalk { width:11.75rem;height:1.125rem;top:19.625rem;left:23.9375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dFQQTRPUkpI5LvGx6gOLqooXe6eZlRC1 { width:47.75rem;height:53.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ioxPqyS6DqahJs4RPW1PAnNMH1He6UX0 { width:47.75rem;height:2.92480625rem;top:56.4375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #zdtaJMwzKnmX9QtSTtP6ucU5w9TqnGta { width:47.75rem;height:3.375rem;top:59.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h87vqOpo6WI2Bvq2VDMeNa0w3W9UE023 { width:47.75rem;height:2.11230625rem;top:60.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Aqd70IEHRIzsbMIXArKNlvH7grECEs5n { width:47.75rem;height:3.375rem;top:63.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B7zy3VUBpHOmHGBSSUHAinF4GZ8zKbAi { width:47.75rem;height:2.11230625rem;top:64.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FKOAxNaISzNHQHv1LBWLuQ6sr4TFgs5A { width:47.75rem;height:3.375rem;top:67.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XiUHoTGu3AUoivk7EIfVE2TisdMMZUuL { width:47.75rem;height:2.11230625rem;top:68.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTHJMFmvDxmKIlV3IHF9WNnAyffa9EVT { width:17.8125rem;height:9.75rem;top:71.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIEFhetUzq5Tc1T3pQoLEVzvETseK2KJ { width:18.1875rem;height:4.54980625rem;top:73.1875rem;left:4.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uc9WiOoRD0lSFT7bbruEHGXIB527ArFG { width:15rem;height:2.5996125rem;top:78.3125rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i9ZZzVVnt0ZGbN1x38pP7NN81PnFqtsk { width:17.8125rem;height:9.75rem;top:71.75rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHvHqr1Iq1OZGDuoDr9mf5TF1PhfTxya { width:18.1875rem;height:4.54980625rem;top:73.1875rem;left:24.875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AudzdEskG1FeBCussR5Q22zdqnxTvsfS { width:15rem;height:2.5996125rem;top:78.3125rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uCeGC2WQWSgDBUoNClMouKiiFVrx3JbM { width:17.8125rem;height:9.75rem;top:82.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ccTMvoPeF5Av1cchEJCmaR1mPGoqgmP5 { width:18.1875rem;height:4.54980625rem;top:86.537109375rem;left:4.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KIyGJNfmsNA5iODzdMhalLUFF5zFER6k { width:15.5rem;height:1.29980625rem;top:85.2373046875rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EbnemxyWuGAhbOZXMWCX1xsQT9fDDa5I { width:17.8125rem;height:9.75rem;top:82.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZzQTdhNds0qmrrtP7Xd3st2Usuhb17za { width:10.4375rem;height:4.54980625rem;top:83.8125rem;left:28.96875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UQs9o74hW1c2shFwznFtV4eezE2gARJ4 { width:15rem;height:2.5996125rem;top:88.3623046875rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 { display:block; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row .container { width:47.75rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TMgZqaVJOQnMxCAA4cECPv8Dr5fhd3dU { width:46.25rem;height:5.8496125rem;top:2.5rem;left:0.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IGTxg69VEARoFi0Ok3fOqk1icSfygQTT { width:22.9375rem;height:21rem;top:9rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nrFtbVikwRcdIyelWWM7ZGVAAHeOpqc9 { width:22.3125rem;height:7.625rem;top:14.75rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oG3ccPznPQiqkkPSDHQEx5zm9wPEHX1W { width:2rem;height:2rem;top:17.5625rem;left:45rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5cn91GLDPJ96PAA0Sq07VAmdM8WtNOu { width:2rem;height:2rem;top:17.5625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tw3GtkAZP2sHNhA6FrJPtHGCBqsJipUl { width:0.625rem;height:0.625rem;top:23.625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hNPNJQbCTTq7iSaPZntd5J231ZWy4007 { width:0.625rem;height:0.625rem;top:23.625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Czv6NumIEJgwivecP22MtPIwfRC7dZBu { width:0.625rem;height:0.625rem;top:23.625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oc85vtmcM0c19FhKEIQzWrxytTNoBenZ { width:0.625rem;height:0.625rem;top:23.625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZyyGWVeqasrFzNhk5lVDVRx1f6uQL30 { display:block; }#qZyyGWVeqasrFzNhk5lVDVRx1f6uQL30 > .row .container { width:47.75rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BTnLbPs46ofaeQDM9KWV5Oho6hg1i964 { width:46.25rem;height:18.5625rem;top:10.1748046875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PaalJ3InwDaf2J8dlihTxL0QH85u3n5r { width:11.25rem;height:27.8125rem;top:30.875rem;left:0.75rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #wTG0DShWh2HOzD0x27UOh9RPSQz57TT6 { width:11.25rem;height:1.4619125rem;top:40.318359375rem;left:0.75rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #aipUT8J6JhARSmldlkg2xN6r997V6nBr { width:9.375rem;height:9.375rem;top:30.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U088CsvlgKbvLPfKaQ6iFDNN6wZtTWQn { width:46.25rem;height:5.8496125rem;top:2.5498046875rem;left:0.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qygBhh1vV2bPJTB8SRc5ECtwN5b2Qpxk { width:9.375rem;height:9.375rem;top:30.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRPOkC1adlX2A5hEwMVF57JJylzLZpLf { width:11.25rem;height:27.8125rem;top:30.875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mAhtL3kfIBa3a3PDLfhF38fihJXo9yR4 { width:11.25rem;height:2.923825rem;top:40.326171875rem;left:12.4375rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #TErcpgiphJS211NNXDn0TDOvwQTaJrtk { width:9.375rem;height:9.375rem;top:30.875rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxwbeDVzt5KQPHkaniE5T7W4gqgWV2lL { width:11.25rem;height:27.8125rem;top:30.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f59RP3qcmhZGHZcCkgvrE1mdI1zOgeBe { width:11.25rem;height:2.923825rem;top:40.29296875rem;left:35.8125rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #mFcVhnr4HAOBBMHAsSNUDz7tHnteO7gt { width:9.375rem;height:9.375rem;top:30.875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oZJZwIT2P9gHF6FSQxbxzMis97ArQTvB { width:11.25rem;height:27.8125rem;top:30.875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oGCOawJiPT2xZJXplp7VtWDDit0N7Oid { width:11.25rem;height:4.38574375rem;top:40.29296875rem;left:24.1875rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #xbTu6Pp48ToRp1Jk3ev4giyEpPIO8hqK { width:11.25rem;height:12.9980625rem;top:44.951171875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZfyE29zmDJHeqvJ5RTe5xxTCoEW0Vhmc { width:11.25rem;height:11.69825rem;top:44.888671875rem;left:12.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #VgIvKgrxGoR2tilVPpwJKA3riKxoz75A { width:11.25rem;height:7.7988125rem;top:44.888671875rem;left:24.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #A8vzThumQlgrc8gB9oHUnK2LZVH85Uzc { width:11.25rem;height:11.69825rem;top:44.888671875rem;left:35.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #RTkk7w0G2ayvoJUAhUA1BiyRmEHwa6x1 { width:13.875rem;height:2.75rem;top:60.625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tt4ebUo4dotl3zoX35IXd7KgwzXXGZMJ { display:block; }
 }@media only screen and (max-width: 1199px) { #GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq { background-color:transparent;background-image:none;display:block; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container { background-color: transparent; background-image: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container > .video-iframe-container { display: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row > .video-iframe-container { display: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .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); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container { width:47.75rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XiUgMl1ad07Byga845hQBlBVmnMDTN2C { width:47.75rem;height:2.92480625rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gFkAp6bledvhgxEIWi8fQsapMCwTaJQE { width:47.75rem;height:2.5996125rem;top:7.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #uPdQ8qhMnez8JCqGP0tO7EFwMp52r92x { width:36.4375rem;height:2.75rem;top:12.412109375rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qQI7FIJhpgfDxpwVom13NAaLyeqHDFAm { display:block; }
 }@media only screen and (max-width: 1199px) { #F2I4PA3rmGU2iV0qUTaBlbaFr8ciboFS { display:block; }#F2I4PA3rmGU2iV0qUTaBlbaFr8ciboFS > .row .container { width:47.75rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UhnvilCpPbUMTquJmi6HJmfrXFOUuNys { width:15rem;height:13.75rem;top:15.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mL6xG0LmBAGscboI5DQtB6H8CiFiOZpt { width:13.6875rem;height:5.84765625rem;top:21rem;left:1.375rem;font-size:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 1199px) { #Ca5ZZelnDrUcqMl2g5cqJ9XB6fmChJbU { width:2.25rem;height:1.5rem;top:14.625rem;left:1.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #bVeSebmFseC4ghRgAbifwoKt1qFiApw0 { width:10.3125rem;height:1.13671875rem;top:17rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThKPDph0rKggf69vRmzlD3NHJx7FKE9P { width:10.3125rem;height:2.111325rem;top:18.125rem;left:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RNvUWn4EPGVzZBD3xZV7u2PuW4sXuJNP { width:2.25rem;height:1.5rem;top:28.3125rem;left:12.1875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 1199px) { #EWGFwfQR2Ph75BPOGT2AsphLnwH0UpAa { width:3.4375rem;height:3.4375rem;top:17rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOIW8fRdTDES7K6wZ1SyMpCvTRA87XBO { width:46.25rem;height:3.375rem;top:7.849609375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTDd8UTfxLqVy4wSJQwGunl4FJqNvfeD { width:46.25rem;height:5.19921875rem;top:2.375rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BaRs0gbi6riVR1qc9ubU9R3cHP8LKMRe { width:15rem;height:13.75rem;top:15.5rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CPnEaggDLWT2Q6LllbBqoaST1czRlJyh { width:2.25rem;height:1.5rem;top:14.625rem;left:16.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #BJLNEdg8kOO3NPrJ0uGGLRcADwSrJwsX { width:3.4375rem;height:3.4375rem;top:17rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GMPLv8fl6FfcDTFfbnTFSK5ThPGVLPXs { width:13.6875rem;height:6.82225rem;top:21rem;left:16.75rem;font-size:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 1199px) { #ulNQ9xJm5BP2h7BnF13mXXdo5NBMxDbt { width:10.3125rem;height:1.13671875rem;top:16.875rem;left:20.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMrnAlV5cr0C4FdS2frLI40igxZ5FavC { width:10.3125rem;height:2.111325rem;top:18.125rem;left:20.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uJh5zK98x1Vms84z6SX2VwdL8DpNBAdC { width:2.25rem;height:1.5rem;top:28.3125rem;left:28.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 1199px) { #mMi7MZCcREo7A0qWVMxu5zuG5SWB4F0C { width:15rem;height:13.75rem;top:15.5rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QlgeNVbDLt7FqwPtKMSuHnBy1g3pfr1n { width:2.25rem;height:1.5rem;top:14.625rem;left:32.5rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #G073ESMWNn5fgVD1sC3cCPB5l4vN3i6z { width:3.4375rem;height:3.4375rem;top:16.9375rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q5qcLqKovG3JKoTHgZz7vbCobdtaFaMR { width:13.6875rem;height:6.82225rem;top:21rem;left:32.625rem;font-size:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 1199px) { #rUF1bOUsgWlP0b7t0wXfIAQXs5dhGOGv { width:10.3125rem;height:1.13671875rem;top:16.875rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UA463yQKa52Nk20Tq0MbiP1XlKrmd2q7 { width:10.3125rem;height:2.111325rem;top:18.125rem;left:36.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #meO2VNQNB3N351v0hZzSJrKvUenWssmX { width:2.25rem;height:1.5rem;top:28.3125rem;left:44.4375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 1199px) { #cJp14ky1BdefZydNzwFZiFaE1CZKR4Mt { width:13.875rem;height:2.75rem;top:32.3125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMgbAJOiVIdkOvyA98MubGrqqDEbk11N { display:block; }
 }@media only screen and (max-width: 1199px) { #h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww { display:block; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .row .container { width:47.75rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VyMgU5q3VALt89Etqq1oI8dinToPlZ7l { width:45.125rem;height:1.94921875rem;top:13.5rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sh3G4TlJF229WK7UNBa1IJE7K8mB96gV { width:45.125rem;height:3.8994125rem;top:15.44921875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yiDQwZXzb7TbKOnSWLqoka0UGrMUAnvq { width:1.5rem;height:1.5rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IUm7S8NuuPSNKHuSgrAxGxg6hTqfEtHV { width:1.5rem;height:1.5rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WkEP89waS5AasFbidHXZWHCEhDMqOXDv { width:45.125rem;height:1.94921875rem;top:20rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aauzyoC5uaZqC8VXKWFcax19OiqlmVwF { width:45.125rem;height:3.8994125rem;top:21.875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FcVhCA37ddKTwIf0IDJMgnKgiKBvTLVz { width:47.75rem;height:3.25rem;top:2.5rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #OTEJygnm4RiiiozZgStL4R8bUBH3QrlP { width:47.75rem;height:3.8994125rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc { display:none; }#QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc > .row .container { width:47.75rem;height:44.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #h4vowpAQd3NXTFRzUZigy7MiqgNrQQh5 { width:47.75rem;height:33.8125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgJ0ZTitFSabfE59DLLPAZMSVoM1c0xx { width:13.875rem;height:2.75rem;top:38.75rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PmDoGeFAdO5mDC1hlPe1mioHOQ22h5HF { display:block; }
 }@media only screen and (max-width: 1199px) { #ePRZNApUqqFGyRKVN0lKP6ecouKZswPQ { display:block; }#ePRZNApUqqFGyRKVN0lKP6ecouKZswPQ > .row .container { width:47.75rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IfimmsDlLd5lxILi8tLX4Cw1f2fOQXPT { width:21.25rem;height:2.75rem;top:24.787109375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DpuWy3dEd4wRou7RelKuGA4h61RNcN1i { display:block; }
 }@media only screen and (max-width: 1199px) { #UTnF0cmZ5p9FLkIiZr5VqTpsLrGfsEpT { width:21.1875rem;height:2.923825rem;top:2.4765625rem;left:25.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F6ZgQvRAioqGTES1vvnl0NxNhdbMm1GM { width:22rem;height:5.19921875rem;top:13.216796875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NF9u15pqZ74pE4fC3pixeHHJwEaxEkV2 { width:22rem;height:2.5996125rem;top:20.3125rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TX67pvxsCQ7MTyxhwRk2FDsHDuUG4CCG { width:21.1875rem;height:2.5996125rem;top:6.013671875rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BmcgE70IvlP1mFDcbZT3B6irz4bdeGOd { width:1.5rem;height:1.4619125rem;top:2.5rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mNVZZ5rbRQAGF6DJM72vUTl3T0DsXedP { width:1.5rem;height:1.4619125rem;top:10.505859375rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CQTaFJgsCEb27AphEbKJgW7WOD6wN3Pz { width:21.1875rem;height:2.923825rem;top:10.505859375rem;left:25.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BWz2XHnkRQoHEikgWqqr1Tf1r2TchmO5 { width:1.5rem;height:1.4619125rem;top:15.375rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nROTihBOI8cqt3KIpDp3KiyVywh6fvS0 { width:21.1875rem;height:2.923825rem;top:15.287109375rem;left:25.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WFI06qkJPJeygb9P4KiwoUPe9HGsuE6r { width:22rem;height:8.7744375rem;top:2.5322265625rem;left:0.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #INTZV505Q1UUDVkqpJ73AnpdOnr4xKGi { display:block; }#INTZV505Q1UUDVkqpJ73AnpdOnr4xKGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LGwd627sfrspe3uAr93psR9HmWdiotTP { width:14.25rem;height:5.625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTCSlfSFNyZ6Txp3MRJbH1XJEX5qJiDK { width:17.3125rem;height:1.29980625rem;top:2.8125rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vB7moC3Jh3WTWvJDZSJsGXscEIZPOrX8 { width:31.25rem;height:1.29980625rem;top:4.1875rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVURRTQCu8NO5vFxqcbzeRlZZgCLywgd { width:6.25rem;height:2.1875rem;top:1.75rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTUHXTMzqOGIikbuBTVDzI5CGF2R2pef { display:block; }
 }@media only screen and (max-width: 763px) { #yCqsTEDdkmSNFK9MTOwAccxW68QTJlSR { width:6.5rem;height:2.5625rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QKu0UPniLr27owMmiBWDdxeS6y0Si682 { display:block; }#QKu0UPniLr27owMmiBWDdxeS6y0Si682 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a277f33-da4e-4ef4-ada8-de92c56e6b58/Group20.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { width:20rem;height:5.8496125rem;top:8.8125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #vHTZeoE5WSxu8RQcBM5t4G6v9FQ7xVAx { width:20rem;height:5.84765625rem;top:14.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN { display:block; }#EiiLqvVKAaEqbIfvP0WivSb2dLOCQkyN > .row .container { width:20rem;height:190.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1DS35ft1sRRqAkw74uZ8ldR9ketOsne { width:20rem;height:24.36525rem;top:164.4375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GLkeTDpgkfyd8UyeasZQNtbslbXPPalk { width:1.5rem;height:0.8125rem;top:23.75rem;left:4.5rem;font-size:0.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #dFQQTRPUkpI5LvGx6gOLqooXe6eZlRC1 { width:20rem;height:97.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioxPqyS6DqahJs4RPW1PAnNMH1He6UX0 { width:20rem;height:5.8496125rem;top:100.5625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zdtaJMwzKnmX9QtSTtP6ucU5w9TqnGta { width:20rem;height:3.375rem;top:107.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h87vqOpo6WI2Bvq2VDMeNa0w3W9UE023 { width:20rem;height:2.11230625rem;top:107.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqd70IEHRIzsbMIXArKNlvH7grECEs5n { width:20rem;height:3.375rem;top:111.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7zy3VUBpHOmHGBSSUHAinF4GZ8zKbAi { width:20rem;height:2.11230625rem;top:111.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKOAxNaISzNHQHv1LBWLuQ6sr4TFgs5A { width:20rem;height:3.375rem;top:115.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiUHoTGu3AUoivk7EIfVE2TisdMMZUuL { width:20rem;height:2.11230625rem;top:115.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTHJMFmvDxmKIlV3IHF9WNnAyffa9EVT { width:19.625rem;height:9.75rem;top:118.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIEFhetUzq5Tc1T3pQoLEVzvETseK2KJ { width:18.1875rem;height:3.25rem;top:120.3125rem;left:0.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc9WiOoRD0lSFT7bbruEHGXIB527ArFG { width:15.5rem;height:2.5996125rem;top:125.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ZZzVVnt0ZGbN1x38pP7NN81PnFqtsk { width:19.625rem;height:9.75rem;top:130.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHvHqr1Iq1OZGDuoDr9mf5TF1PhfTxya { width:18.1875rem;height:3.25rem;top:131.6875rem;left:0.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AudzdEskG1FeBCussR5Q22zdqnxTvsfS { width:15.5rem;height:2.5996125rem;top:136.8125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCeGC2WQWSgDBUoNClMouKiiFVrx3JbM { width:19.625rem;height:9.75rem;top:141.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccTMvoPeF5Av1cchEJCmaR1mPGoqgmP5 { width:18.1875rem;height:3.25rem;top:146.2998046875rem;left:0.90625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIyGJNfmsNA5iODzdMhalLUFF5zFER6k { width:15.5rem;height:1.29980625rem;top:144rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbnemxyWuGAhbOZXMWCX1xsQT9fDDa5I { width:19.625rem;height:9.75rem;top:153rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzQTdhNds0qmrrtP7Xd3st2Usuhb17za { width:10.4375rem;height:3.25rem;top:155.125rem;left:4.78125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQs9o74hW1c2shFwznFtV4eezE2gARJ4 { width:15.5rem;height:2.5996125rem;top:158.375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 { display:block; }#l8QoCIEAsfbgBIveLkbIVLrBJS6QP8R3 > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMgZqaVJOQnMxCAA4cECPv8Dr5fhd3dU { width:20rem;height:11.69925rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IGTxg69VEARoFi0Ok3fOqk1icSfygQTT { width:20rem;height:24rem;top:16.07421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrFtbVikwRcdIyelWWM7ZGVAAHeOpqc9 { width:18.75rem;height:8.25rem;top:41.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG3ccPznPQiqkkPSDHQEx5zm9wPEHX1W { width:2rem;height:2rem;top:45.0625rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5cn91GLDPJ96PAA0Sq07VAmdM8WtNOu { width:2rem;height:2rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw3GtkAZP2sHNhA6FrJPtHGCBqsJipUl { width:0.625rem;height:0.625rem;top:51.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNPNJQbCTTq7iSaPZntd5J231ZWy4007 { width:0.625rem;height:0.625rem;top:51.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czv6NumIEJgwivecP22MtPIwfRC7dZBu { width:0.625rem;height:0.625rem;top:51.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc85vtmcM0c19FhKEIQzWrxytTNoBenZ { width:0.625rem;height:0.625rem;top:51.5625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZyyGWVeqasrFzNhk5lVDVRx1f6uQL30 { display:block; }#qZyyGWVeqasrFzNhk5lVDVRx1f6uQL30 > .row .container { width:20rem;height:165.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTnLbPs46ofaeQDM9KWV5Oho6hg1i964 { width:20rem;height:31.5rem;top:12.5234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaalJ3InwDaf2J8dlihTxL0QH85u3n5r { width:20rem;height:26.25rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTG0DShWh2HOzD0x27UOh9RPSQz57TT6 { width:20rem;height:1.4619125rem;top:57.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aipUT8J6JhARSmldlkg2xN6r997V6nBr { width:9.375rem;height:9.375rem;top:45.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U088CsvlgKbvLPfKaQ6iFDNN6wZtTWQn { width:20rem;height:8.7744375rem;top:2.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qygBhh1vV2bPJTB8SRc5ECtwN5b2Qpxk { width:9.375rem;height:9.375rem;top:74.04296875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRPOkC1adlX2A5hEwMVF57JJylzLZpLf { width:20rem;height:26.25rem;top:74.04296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAhtL3kfIBa3a3PDLfhF38fihJXo9yR4 { width:20rem;height:1.4619125rem;top:85.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TErcpgiphJS211NNXDn0TDOvwQTaJrtk { width:9.375rem;height:9.375rem;top:130.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxwbeDVzt5KQPHkaniE5T7W4gqgWV2lL { width:20rem;height:26.25rem;top:130.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f59RP3qcmhZGHZcCkgvrE1mdI1zOgeBe { width:20rem;height:1.54296875rem;top:141.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mFcVhnr4HAOBBMHAsSNUDz7tHnteO7gt { width:9.375rem;height:9.375rem;top:102.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZJZwIT2P9gHF6FSQxbxzMis97ArQTvB { width:20rem;height:26.25rem;top:102.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGCOawJiPT2xZJXplp7VtWDDit0N7Oid { width:20rem;height:2.923825rem;top:113.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xbTu6Pp48ToRp1Jk3ev4giyEpPIO8hqK { width:16.25rem;height:9.098625rem;top:59.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfyE29zmDJHeqvJ5RTe5xxTCoEW0Vhmc { width:16.25rem;height:7.7988125rem;top:87.3505859375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgIvKgrxGoR2tilVPpwJKA3riKxoz75A { width:16.25rem;height:6.499rem;top:116.9853515625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8vzThumQlgrc8gB9oHUnK2LZVH85Uzc { width:16.25rem;height:6.499rem;top:143.66796875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTkk7w0G2ayvoJUAhUA1BiyRmEHwa6x1 { width:13.875rem;height:2.75rem;top:158.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt4ebUo4dotl3zoX35IXd7KgwzXXGZMJ { display:block; }
 }@media only screen and (max-width: 763px) { #GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq { background-color:transparent;background-image:none;display:block; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container { background-color: transparent; background-image: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container > .video-iframe-container { display: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row > .video-iframe-container { display: none; }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .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); }#GJzNF6hMqdKvPSoTiwQS8shdz4DDFTDq > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiUgMl1ad07Byga845hQBlBVmnMDTN2C { width:20rem;height:8.7744375rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFkAp6bledvhgxEIWi8fQsapMCwTaJQE { width:20rem;height:5.19921875rem;top:13.1494140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPdQ8qhMnez8JCqGP0tO7EFwMp52r92x { width:19rem;height:2.75rem;top:20.2236328125rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQI7FIJhpgfDxpwVom13NAaLyeqHDFAm { display:block; }
 }@media only screen and (max-width: 763px) { #F2I4PA3rmGU2iV0qUTaBlbaFr8ciboFS { display:block; }#F2I4PA3rmGU2iV0qUTaBlbaFr8ciboFS > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhnvilCpPbUMTquJmi6HJmfrXFOUuNys { width:18.75rem;height:13.3125rem;top:20.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL6xG0LmBAGscboI5DQtB6H8CiFiOZpt { width:16.875rem;height:6.8203125rem;top:25.5625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca5ZZelnDrUcqMl2g5cqJ9XB6fmChJbU { width:2.25rem;height:1.5rem;top:19.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVeSebmFseC4ghRgAbifwoKt1qFiApw0 { width:13.4375rem;height:1.3808625rem;top:21.5625rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThKPDph0rKggf69vRmzlD3NHJx7FKE9P { width:13.4375rem;height:1.0556625rem;top:22.9375rem;left:5.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNvUWn4EPGVzZBD3xZV7u2PuW4sXuJNP { width:2.25rem;height:1.5rem;top:32.5625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWGFwfQR2Ph75BPOGT2AsphLnwH0UpAa { width:3.0625rem;height:3.0625rem;top:21.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOIW8fRdTDES7K6wZ1SyMpCvTRA87XBO { width:20rem;height:4.5rem;top:10.63671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTDd8UTfxLqVy4wSJQwGunl4FJqNvfeD { width:20rem;height:7.7988125rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaRs0gbi6riVR1qc9ubU9R3cHP8LKMRe { width:18.75rem;height:14.75rem;top:37rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPnEaggDLWT2Q6LllbBqoaST1czRlJyh { width:2.25rem;height:1.5rem;top:35.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJLNEdg8kOO3NPrJ0uGGLRcADwSrJwsX { width:3.4375rem;height:3.4375rem;top:38.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMPLv8fl6FfcDTFfbnTFSK5ThPGVLPXs { width:16.875rem;height:6.8203125rem;top:42.75rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulNQ9xJm5BP2h7BnF13mXXdo5NBMxDbt { width:13.4375rem;height:1.3808625rem;top:38.6875rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMrnAlV5cr0C4FdS2frLI40igxZ5FavC { width:13.4375rem;height:1.0556625rem;top:40.0625rem;left:5.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJh5zK98x1Vms84z6SX2VwdL8DpNBAdC { width:2.25rem;height:1.5rem;top:50.8125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMi7MZCcREo7A0qWVMxu5zuG5SWB4F0C { width:18.75rem;height:13.3125rem;top:55.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlgeNVbDLt7FqwPtKMSuHnBy1g3pfr1n { width:2.25rem;height:1.5rem;top:54.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G073ESMWNn5fgVD1sC3cCPB5l4vN3i6z { width:3.4375rem;height:3.4375rem;top:56.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5qcLqKovG3JKoTHgZz7vbCobdtaFaMR { width:16.875rem;height:6.8203125rem;top:60.4375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUF1bOUsgWlP0b7t0wXfIAQXs5dhGOGv { width:13.4375rem;height:1.3808625rem;top:56.5rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA463yQKa52Nk20Tq0MbiP1XlKrmd2q7 { width:13.4375rem;height:1.0556625rem;top:58rem;left:5.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meO2VNQNB3N351v0hZzSJrKvUenWssmX { width:2.25rem;height:1.5rem;top:67.5rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJp14ky1BdefZydNzwFZiFaE1CZKR4Mt { width:13.875rem;height:2.75rem;top:71.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMgbAJOiVIdkOvyA98MubGrqqDEbk11N { display:block; }
 }@media only screen and (max-width: 763px) { #h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww { display:block; }#h7Z8SzyoLJel6mN98paRJWbe66g6f3Ww > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyMgU5q3VALt89Etqq1oI8dinToPlZ7l { width:16.875rem;height:1.94921875rem;top:19.25rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh3G4TlJF229WK7UNBa1IJE7K8mB96gV { width:16.875rem;height:10.3984375rem;top:31.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiDQwZXzb7TbKOnSWLqoka0UGrMUAnvq { width:1.5rem;height:1.5rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUm7S8NuuPSNKHuSgrAxGxg6hTqfEtHV { width:1.5rem;height:1.5rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkEP89waS5AasFbidHXZWHCEhDMqOXDv { width:16.875rem;height:1.94921875rem;top:29.625rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aauzyoC5uaZqC8VXKWFcax19OiqlmVwF { width:16.875rem;height:6.499rem;top:21.26171875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcVhCA37ddKTwIf0IDJMgnKgiKBvTLVz { width:20rem;height:5.19921875rem;top:2.51171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTEJygnm4RiiiozZgStL4R8bUBH3QrlP { width:20rem;height:9.098625rem;top:9.5859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc { display:none; }#QvIPTi0Hi5TzEeslCu8qlNT7iDqTX0mc > .row .container { width:20rem;height:23.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h4vowpAQd3NXTFRzUZigy7MiqgNrQQh5 { width:20rem;height:14.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgJ0ZTitFSabfE59DLLPAZMSVoM1c0xx { width:13.875rem;height:2.75rem;top:17.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmDoGeFAdO5mDC1hlPe1mioHOQ22h5HF { display:block; }
 }@media only screen and (max-width: 763px) { #ePRZNApUqqFGyRKVN0lKP6ecouKZswPQ { display:block; }#ePRZNApUqqFGyRKVN0lKP6ecouKZswPQ > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfimmsDlLd5lxILi8tLX4Cw1f2fOQXPT { width:18.75rem;height:2.75rem;top:24.6982421875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpuWy3dEd4wRou7RelKuGA4h61RNcN1i { display:block; }
 }@media only screen and (max-width: 763px) { #UTnF0cmZ5p9FLkIiZr5VqTpsLrGfsEpT { width:14.6875rem;height:6.5rem;top:29.3125rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ZgQvRAioqGTES1vvnl0NxNhdbMm1GM { width:20rem;height:5.19921875rem;top:13.1494140625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NF9u15pqZ74pE4fC3pixeHHJwEaxEkV2 { width:20rem;height:2.5996125rem;top:20.2236328125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TX67pvxsCQ7MTyxhwRk2FDsHDuUG4CCG { width:14.6875rem;height:3.8994125rem;top:36.6875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmcgE70IvlP1mFDcbZT3B6irz4bdeGOd { width:2.4375rem;height:1.29980625rem;top:29.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNVZZ5rbRQAGF6DJM72vUTl3T0DsXedP { width:2.4375rem;height:1.29980625rem;top:42.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQTaFJgsCEb27AphEbKJgW7WOD6wN3Pz { width:14.6875rem;height:4.875rem;top:42.4375rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWz2XHnkRQoHEikgWqqr1Tf1r2TchmO5 { width:2.4375rem;height:1.29980625rem;top:49.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nROTihBOI8cqt3KIpDp3KiyVywh6fvS0 { width:14.6875rem;height:6.5rem;top:49.1875rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFI06qkJPJeygb9P4KiwoUPe9HGsuE6r { width:20rem;height:8.7744375rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INTZV505Q1UUDVkqpJ73AnpdOnr4xKGi { display:block; }#INTZV505Q1UUDVkqpJ73AnpdOnr4xKGi > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGwd627sfrspe3uAr93psR9HmWdiotTP { width:13.9375rem;height:5.5rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTCSlfSFNyZ6Txp3MRJbH1XJEX5qJiDK { width:20rem;height:1.29980625rem;top:8.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vB7moC3Jh3WTWvJDZSJsGXscEIZPOrX8 { width:20rem;height:2.5996125rem;top:10.98730625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }