.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:0,214,250;--color-primary-1:23,51,88;--color-primary-2:0,43,67;--color-primary-3:0,35,53;--color-primary-4:11,22,37;--color-secondary-0:217,242,225;--color-secondary-1:128,210,154;--color-secondary-2:0,165,53;--color-secondary-3:0,83,27;--color-secondary-4:0,25,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"barlow semi condensed";--paragraphs-font-family:"barlow semi condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #da202c;; } #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); }#tFhtAmDW9ByRsoL3CNQtNygu86zvSkRf { 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; }#tFhtAmDW9ByRsoL3CNQtNygu86zvSkRf > .row .container { background-color: transparent; background-image: none; }#tFhtAmDW9ByRsoL3CNQtNygu86zvSkRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFhtAmDW9ByRsoL3CNQtNygu86zvSkRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFhtAmDW9ByRsoL3CNQtNygu86zvSkRf > .row .container > .video-iframe-container { display: none; }#tFhtAmDW9ByRsoL3CNQtNygu86zvSkRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFhtAmDW9ByRsoL3CNQtNygu86zvSkRf > .row > .video-iframe-container { display: none; }#tFhtAmDW9ByRsoL3CNQtNygu86zvSkRf > .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); }#tFhtAmDW9ByRsoL3CNQtNygu86zvSkRf > .row .container { border-width: 0; border-radius: 0; }#tFhtAmDW9ByRsoL3CNQtNygu86zvSkRf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tFhtAmDW9ByRsoL3CNQtNygu86zvSkRf > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#N8UXunTg2AM7WkaTybbukFokKDIgwNRz { position:absolute;display:block;z-index:15007;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:2.25rem;width:10.25rem;top:0.96875rem;left:2.7875003814698rem;overflow:hidden;display:block; }
#AXquMNvXTHmtEwSclFpdUCRVwegfUbLD { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.03125rem;left:66.00000190735rem;display:block; }
#D4If5CprHPL9DAx6r9oEXw5ZKS4X4t6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { background-color:#173358;background-image:url("https://images.assets-landingi.com/uc/1b5d3f56-d799-4e96-8134-1babc1239083/bg.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.adaptive-delivery-prevent-bg, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyload, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyloading { background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { background-color: transparent; background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .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); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { border-width: 0; border-radius: 0; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#Lp2Eugv3Tf5uBFPS0Ucvgw2nZ7K0ehFF { position:absolute;display:block;z-index:15000;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:31.25rem;width:45rem;display:none; }
#fZ3X68atDCdpJzWWiAKpMT0mWwInfX1X { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.2562499046326rem;left:3.1125011444092rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#RKHGxi7vx7l9ykKGrRTrDn03kHg6CRrk { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:35.331249237061rem;left:36.250001907349rem;height:0.89375rem;text-align:center;text-align-last:center;display:block; }
#UFhBBMTVacWONRgQCae94JACItPst8UE { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.5625rem;left:40.437501907349rem;display:block; }
#TJK8GSIL4udFDPEcqALxEbTGxWeL8QS9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OJQohnuicTa4lKQJhrMutpGfCn0rqv6r { position:absolute;display:block;z-index:15019;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:19.125rem;width:29.1875rem;top:18.55624961853rem;left:5.0500011444092rem;overflow:hidden;display:block; }
#THT4Fyga1QLMAT870HJAbo5Bh8UlZsXm { position:absolute;display:block;z-index:14999;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:12.9375rem;width:16.625rem;top:5.66796875rem;left:11.393751144409rem;overflow:hidden;display:block; }
#NrVlOT6Zq58mCbCfMK2cGvrhvdQUvX02 { position:absolute;display:block;z-index:15020;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:12.9375rem;width:11.625rem;top:6.875rem;left:52.6875rem;overflow:hidden;display:block; }
#X76aDOXuNsq7bTK8hNgtzVES2fWHgTLG { position:absolute;display:block;z-index:15021;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:12.9375rem;width:11.625rem;top:6.875rem;left:39.6875rem;overflow:hidden;display:block; }
#f45tVBhAvEa2a0ftBaEUc2xEWQAqAcWa { position:absolute;display:block;z-index:15056;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:2.875rem;width:10.625rem;top:28.5rem;left:41.9375rem;overflow:hidden;display:block; }
#o2X5rfawQr8Bo7vDXZtzlnES7SxiOaNT { position:absolute;display:block;z-index:15057;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:2.8125rem;width:8.625rem;top:28.5rem;left:52.5625rem;overflow:hidden;display:block; }
#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm { background-color:#173358;background-image:url("https://images.assets-landingi.com/uc/b0584829-b4eb-4830-84ae-3e032cf80beb/bg.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm.adaptive-delivery-prevent-bg, #Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm.lazyload, #Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm.lazyloading { background-image: none; }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm > .row .container { border-width: 0; border-radius: 0; }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#tKaANRW4TUepspvP7gllLaQsP64LwH02 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.2562499046326rem;left:6.6750011444094rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#H3b8wNruE5KtHzhCV084uTQPrA5W3sAJ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:35.331249237061rem;left:36.250001907349rem;height:0.89375rem;text-align:center;text-align-last:center;display:block; }
#a5lfyT89TfkDdiUmFJLmQrMp3FlbxMid { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.5625rem;left:40.437501907349rem;display:block; }
#zGpXRUnFCS5t53ZpnybaIE7By5RsiBVE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JOIEMf0ItX4Q3LHT4vqeauBB3Uc7g01Q { position:absolute;display:block;z-index:15019;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:19.125rem;width:29.1875rem;top:18.55624961853rem;left:5.0500011444092rem;overflow:hidden;display:block; }
#gnVktMVlmoxirL2P8195PnaTr0AnoIHQ { position:absolute;display:block;z-index:14999;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:12.9375rem;width:16.625rem;top:5.6187505722046rem;left:11.331251144409rem;overflow:hidden;display:block; }
#aWxZ6MzOzIdhu5nk2Om3TPI0pD0bynKE { position:absolute;display:block;z-index:15020;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:12.9375rem;width:11.625rem;top:6.875rem;left:52.6875rem;overflow:hidden;display:block; }
#ut0eHNk5gBkTOIsJdGivZU27FQQ1GdoF { position:absolute;display:block;z-index:15021;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:12.9375rem;width:11.625rem;top:6.875rem;left:39.6875rem;overflow:hidden;display:block; }
#dqmmffLQz0RdnQkV7NKk3fopwHJTykHX { position:absolute;display:block;z-index:15054;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:2.875rem;width:10.625rem;top:25.125rem;left:43.625rem;overflow:hidden;display:none; }
#dBasO0BL0d5ucNwIPqBsddeII1oQPZR7 { position:absolute;display:block;z-index:15055;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:2.8125rem;width:8.625rem;top:25.125rem;left:54.25rem;overflow:hidden;display:none; }
#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efefef, #ffffff);background-image: -moz-linear-gradient(180deg, #efefef, #ffffff);background-image: -ms-linear-gradient(180deg, #efefef, #ffffff);background-image: -o-linear-gradient(180deg, #efefef, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #efefef, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container { background-color: transparent; background-image: none; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container > .video-iframe-container { display: none; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row > .video-iframe-container { display: none; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .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); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container { border-width: 0; border-radius: 0; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#ce5935133acedb8601e9b9a9c552354b { position:absolute;display:block;z-index:15004;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:4.375rem;width:4.375rem;top:12.5625rem;left:14.6875rem;overflow:hidden;display:block; }
#b01f9037ed703b25cc10a4bdce99fbbc { color:#173358;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.0625rem;left:12.0625rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1102db9820efed82366443210c3a06c { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:10.25rem;left:10.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#BG4ruZULEs1qWDuqfup4gLNo0lQe51nE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:10.25rem;left:24.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#olPpZv2CumnoUQuwUp9gXcLdZc5IChtm { position:absolute;display:block;z-index:15007;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:4.375rem;width:4.375rem;top:12.625rem;left:28.375rem;overflow:hidden;display:block; }
#PDJWJT9KLJR7wcadwJp6ppZh5Tw7abzB { color:#173358;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.125rem;left:25.75rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pX8XMkRRSVVtEfZ5HxkkQx7e2BtsXqvV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:10.25rem;left:38.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#xFwhZMGaWzkE65Z9m0ZDEBKKwSR3EORO { position:absolute;display:block;z-index:15010;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:4.375rem;width:4.375rem;top:12.625rem;left:42.25rem;overflow:hidden;display:block; }
#sF1xWi0cdkG26hR46tPdvE03gP3SN5Wv { color:#173358;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.125rem;left:39.625rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edBIX8niZEd3T5rsRtsWINDCmhJE7yEx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:10.25rem;left:51.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#I8QvpC5i5znM2dnOAKKSTnNXs6J9kkt1 { 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:3.625rem;width:3.75rem;top:12.625rem;left:55.875rem;overflow:hidden;display:block; }
#akkgww0TSswTloOkOHivpbIIQD75zCba { color:#173358;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.125rem;left:53.25rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKQ1JkS7tr0ZU9MKbm7HLWxITbmAktQo { color:#173358;display:block;width:24rem;position:absolute;font-family:"barlow semi condensed";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.96875rem;left:25.062501907349rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IS0QWlp9Fd3Fe6AlZEJmn7wGusg6tkX9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009fda, #173358);background-image: -moz-linear-gradient(180deg, #009fda, #173358);background-image: -ms-linear-gradient(180deg, #009fda, #173358);background-image: -o-linear-gradient(180deg, #009fda, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );";background-image: linear-gradient(180deg, #009fda, #173358);background-size:auto !important;top:10.25rem;left:10.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#kkiGqsRL6hrQeNCBnyAKSqGohsEBSTT4 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.375rem;left:12.125rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WL8Ss1wZHICfR3WvOqRZWKmqf0TVO2TF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009fda, #173358);background-image: -moz-linear-gradient(180deg, #009fda, #173358);background-image: -ms-linear-gradient(180deg, #009fda, #173358);background-image: -o-linear-gradient(180deg, #009fda, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );";background-image: linear-gradient(180deg, #009fda, #173358);background-size:auto !important;top:10.25rem;left:24.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#zPJMII7FugJQtvOC1qmGUqHDc96Xn0Wl { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.625rem;left:25.3125rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTJ0SiTIgsuhAOZGd0H5WdgpuSliGOmG { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009fda, #173358);background-image: -moz-linear-gradient(180deg, #009fda, #173358);background-image: -ms-linear-gradient(180deg, #009fda, #173358);background-image: -o-linear-gradient(180deg, #009fda, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );";background-image: linear-gradient(180deg, #009fda, #173358);background-size:auto !important;top:10.25rem;left:38.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#TkfWinbiD8HKBcKs4GqesXRMaeFsnd4T { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009fda, #173358);background-image: -moz-linear-gradient(180deg, #009fda, #173358);background-image: -ms-linear-gradient(180deg, #009fda, #173358);background-image: -o-linear-gradient(180deg, #009fda, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );";background-image: linear-gradient(180deg, #009fda, #173358);background-size:auto !important;top:10.25rem;left:51.6875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#lehhs6mz406dltUzSXhPNRrvD6InSWMP { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.625rem;left:39.625rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HfU2lZWTssZGXs2HEerz4LSGTIP7BFRf { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.375rem;left:52.6875rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTMOZmL8Jv2AOF55yC7B1gtMdQ597XUr { background-color:#122946;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bTMOZmL8Jv2AOF55yC7B1gtMdQ597XUr > .row .container { background-color: transparent; background-image: none; }#bTMOZmL8Jv2AOF55yC7B1gtMdQ597XUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTMOZmL8Jv2AOF55yC7B1gtMdQ597XUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTMOZmL8Jv2AOF55yC7B1gtMdQ597XUr > .row .container > .video-iframe-container { display: none; }#bTMOZmL8Jv2AOF55yC7B1gtMdQ597XUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTMOZmL8Jv2AOF55yC7B1gtMdQ597XUr > .row > .video-iframe-container { display: none; }#bTMOZmL8Jv2AOF55yC7B1gtMdQ597XUr > .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); }#bTMOZmL8Jv2AOF55yC7B1gtMdQ597XUr > .row .container { border-width: 0; border-radius: 0; }#bTMOZmL8Jv2AOF55yC7B1gtMdQ597XUr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bTMOZmL8Jv2AOF55yC7B1gtMdQ597XUr > .row .container { font-size:0.875rem;font-family:arial;height:259.125rem;width:75rem;overflow:visible;position:relative;display:block; }#vsT3052g7TVdovH3fPhWnbMSQtLz9lX3 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.19921875rem;left:12.750001907349rem;height:5.3625rem;text-align:center;text-align-last:center;display:block; }
#yPcplXxDtSoughpBvnXATytR9pv8myEA { color:#ffffff;display:block;width:68.625rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6249997913838rem;left:3.1875rem;height:1.21875rem;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; }
#gx9ARTFF9bRe76HUgcuyUmghqxPcFrBi { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.797916412354rem;left:3.1875004768372rem;height:8.53125rem;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; }
#oo7ExNIKsrvqdtJHbqVrC5MT3I9uy8Rg { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.109375rem;left:3.1875rem;height:20.71875rem;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; }
#syTATKOa1Tay9k9TcE5TngwG1LFnG7sl { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:44.421875rem;left:3.1875rem;height:7.3125rem;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; }
#gAcFM8Ux30SHIbJPx74grwgTQOhXrFZt { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:53.421875rem;left:3.1875rem;height:2.4375rem;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; }
#iC5KKmdObF5CJRoOX5Hn1rUFN1DHqfSs { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:57.359375rem;left:3.1875rem;height:4.875rem;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; }
#PHT3zrGLLdzSx58pasS3Rx97KaepyNuO { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:64rem;left:3.1875rem;height:2.4375rem;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; }
#fMf5NfZwcguZyAhfhaJwbSPGXFmrsCm2 { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:67.125rem;left:4.25rem;height:16.1875rem;text-align:left;text-align-last:left;display:block; }#fMf5NfZwcguZyAhfhaJwbSPGXFmrsCm2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fMf5NfZwcguZyAhfhaJwbSPGXFmrsCm2 li:before{  }
#R5TZAHeui2qAN7gebSSDcyXn45fROk2p { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:85.4218711853rem;left:3.1875rem;height:17.0625rem;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; }
#mQgSQpFctHrgNLnTiTrmUOrN0vzvBJlX { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:104.375rem;left:3.1875rem;height:4.875rem;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; }
#wKMENkCSuWHEompc4TicCoghJpXn2aC4 { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:109.9375rem;left:4.25rem;height:5.8125rem;text-align:left;text-align-last:left;display:block; }#wKMENkCSuWHEompc4TicCoghJpXn2aC4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wKMENkCSuWHEompc4TicCoghJpXn2aC4 li:before{  }
#hZDumLCfyrsKHyqcJhGetS7ylqyWVMp2 { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:118.17187690735rem;left:3.1875rem;height:12.1875rem;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; }
#A9ac0VJrJaVTJ8uvsv5CGROzTVpEmQlK { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:131.4375038147rem;left:4.3791694641113rem;height:6.71875rem;text-align:left;text-align-last:left;display:block; }#A9ac0VJrJaVTJ8uvsv5CGROzTVpEmQlK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A9ac0VJrJaVTJ8uvsv5CGROzTVpEmQlK li:before{  }
#IpmTRuHrIUnzZBDCms3hoXQmTNPazzWg { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:140.2968788147rem;left:3.1875rem;height:9.75rem;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; }
#gV4wl4gesUVWWgn8Nl737PFhU5vs5E66 { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:151.9218788147rem;left:3.1875rem;height:3.65625rem;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; }
#nA0atRbbFMnq1V3bsW1cJZJsTd1ZTlap { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:161.98438644409rem;left:3.1875rem;height:13.40625rem;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; }
#PDrGi1V9PlrqQBqOnVSuWHiNoXsGDEA2 { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:157.6093788147rem;left:3.1875rem;height:2.4375rem;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; }
#P7NMbPSbWu2VLDfwbSXJvBtiAtnGN7IS { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:177.79688644409rem;left:3.1875rem;height:37.78125rem;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; }
#RSMoBxFcPrsvRiFcF2hv0F6VvqrweF8C { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:217.921875rem;left:3.1875rem;height:14.625rem;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; }
#lOaAzL9UgAPbG0zT6D6xIowGnkKDuvMX { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:234.9375rem;left:3.1875rem;height:1.21875rem;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; }
#xXzAVv8vl0zcVm9kG7KlgNHlK09DObrp { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:237.625rem;left:4.375rem;height:15.28125rem;text-align:left;text-align-last:left;display:block; }#xXzAVv8vl0zcVm9kG7KlgNHlK09DObrp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xXzAVv8vl0zcVm9kG7KlgNHlK09DObrp li:before{  }
#GS3ocBFvN0H5hhh67K7fJH18TLgGdvOJ { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:253.625rem;left:7.5rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }#GS3ocBFvN0H5hhh67K7fJH18TLgGdvOJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GS3ocBFvN0H5hhh67K7fJH18TLgGdvOJ li:before{  }
#TeJcEelhgL8HInB8WdfIIeqCpO4TThMU { background-color:#122946;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TeJcEelhgL8HInB8WdfIIeqCpO4TThMU > .row .container { background-color: transparent; background-image: none; }#TeJcEelhgL8HInB8WdfIIeqCpO4TThMU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeJcEelhgL8HInB8WdfIIeqCpO4TThMU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeJcEelhgL8HInB8WdfIIeqCpO4TThMU > .row .container > .video-iframe-container { display: none; }#TeJcEelhgL8HInB8WdfIIeqCpO4TThMU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeJcEelhgL8HInB8WdfIIeqCpO4TThMU > .row > .video-iframe-container { display: none; }#TeJcEelhgL8HInB8WdfIIeqCpO4TThMU > .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); }#TeJcEelhgL8HInB8WdfIIeqCpO4TThMU > .row .container { border-width: 0; border-radius: 0; }#TeJcEelhgL8HInB8WdfIIeqCpO4TThMU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TeJcEelhgL8HInB8WdfIIeqCpO4TThMU > .row .container { font-size:0.875rem;font-family:arial;height:111rem;width:75rem;overflow:visible;position:relative;display:block; }#V44HvTZ6VgXr5ph5fJBiEwbgBAe9K23s { color:rgba(var(--color-tertiary-0),1);display:block;width:52.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.19921875rem;left:12.750001907349rem;height:5.3625rem;text-align:center;text-align-last:center;display:block; }
#VgISJPnq5P3nloireTd4Juy4g1MkubZf { color:#ffffff;display:block;width:68.625rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:9.6249997913838rem;left:3.1875rem;height:3.6125rem;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; }
#d3nMiWOLLN2u7ianv9HI74zkxxVplw4d { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:13.79843711853rem;left:3.1875rem;height:5.41875rem;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; }
#NzLatKC5ZXeVmw7aHeJ9HytISMSwTxM3 { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:26.625000953674rem;left:2.8125rem;height:1.80625rem;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; }
#Z7gQqTW4NZTVkGS0ydPheUXFP9kreUFV { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:39.1875rem;left:2.8125rem;height:1.80625rem;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; }
#pBdC0gkmxvxCdgR4riFTsGDe6PyFBN3a { color:#ffffff;display:block;width:57.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:41.5rem;left:3.9375rem;height:10.8375rem;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; }
#i01J12xcBi7t1OhW1VD9xUpzerZqhClJ { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:58.875rem;left:2.8125rem;height:1.80625rem;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; }
#gZ30VOre3ZIQPPck77yTKU48u52EhUvd { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:19.67343711853rem;left:3.1875rem;height:1.80625rem;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; }
#Crf2NB0JGrUNRXWZZGpiMNkp7Im3TNEP { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:21.98593711853rem;left:3.1875rem;height:1.80625rem;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; }
#TPHf71kGP3Fcit1ZuTRSqNaURyL6ih66 { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:24.04843711853rem;left:3.1875rem;height:1.80625rem;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; }
#Bas971QkKWD5bczSANreu1rECm98fh28 { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:29.423439025879rem;left:2.8125rem;height:5.41875rem;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; }
#obLABeDDXXJ1pz0Ff9R52KUyUb1MqXJU { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:36.375001907349rem;left:2.8125rem;height:1.80625rem;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; }
#R6rP7oHEqbL2IlIDRdVIJGmLB5LTN6Zk { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:51.525001525879rem;left:2.8125rem;height:1.80625rem;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; }
#ktCt4oAiUuiMB6oc9X6kchIGWzWVdnCD { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:54.625rem;left:2.8125rem;height:1.80625rem;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; }
#ETut3BoukPskpcp7s3Eu9JwzQfxDq8CZ { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:56.625rem;left:2.8125rem;height:1.80625rem;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; }
#zToAGxIgJdtDH7At8SslEIAZEzMi3Ooz { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:60.9375rem;left:2.8125rem;height:1.80625rem;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; }
#x9tEt0t5puZZ669HJhtbi3nr78s03kTM { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:63.3125rem;left:2.8125rem;height:1.80625rem;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; }
#J4KFU4IcBThsxQsOzJrimnlQuB0a5ZN0 { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:65.6875rem;left:2.8125rem;height:1.80625rem;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; }
#CfQrXqWOT0NzQAwxcNhcdzOP6K2R399p { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:68rem;left:2.8125rem;height:3.6125rem;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; }
#M2Awzc9KM2zXZE80CzbA6PnuafumgWwg { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:72.4375rem;left:2.8125rem;height:5.41875rem;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; }
#X7P1U4tel5f8z9RRlT1OfBzPJHRVupp2 { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:78.9375rem;left:2.8125rem;height:1.80625rem;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; }
#ZOheg4QS7im72kLMwuytOM8SEv7yulu5 { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:81.81250190735rem;left:2.8125rem;height:1.80625rem;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; }
#NNy1sE0HxysUtHHCpnBoqLTkeTE5wRO3 { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:84.18750190735rem;left:2.8125rem;height:1.80625rem;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; }
#FCbfdrfiz09a6oQPpsuMuq5NKcdOPsF9 { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:86.68750190735rem;left:2.8125rem;height:5.41875rem;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; }
#QEqNF7WTTgu4Zw35z4NORBy3U2a3ko71 { color:#ffffff;display:block;width:64.25rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:93.00000190735rem;left:4.625rem;height:10.8375rem;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; }
#errlo7QqRllhHANXC0IsC4ze0Px0wopc { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:105.5rem;left:2.8125rem;height:1.80625rem;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; }
#WOmppVAdooIBG6JQ41rBaxzA85KzrbkD { background-color:#122946;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WOmppVAdooIBG6JQ41rBaxzA85KzrbkD > .row .container { background-color: transparent; background-image: none; }#WOmppVAdooIBG6JQ41rBaxzA85KzrbkD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOmppVAdooIBG6JQ41rBaxzA85KzrbkD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOmppVAdooIBG6JQ41rBaxzA85KzrbkD > .row .container > .video-iframe-container { display: none; }#WOmppVAdooIBG6JQ41rBaxzA85KzrbkD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOmppVAdooIBG6JQ41rBaxzA85KzrbkD > .row > .video-iframe-container { display: none; }#WOmppVAdooIBG6JQ41rBaxzA85KzrbkD > .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); }#WOmppVAdooIBG6JQ41rBaxzA85KzrbkD > .row .container { border-width: 0; border-radius: 0; }#WOmppVAdooIBG6JQ41rBaxzA85KzrbkD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WOmppVAdooIBG6JQ41rBaxzA85KzrbkD > .row .container { font-size:0.875rem;font-family:arial;height:111rem;width:75rem;overflow:visible;position:relative;display:block; }#ET6Z84Gi6eTQf5MLqpTUiDMMT03gJO8g { color:rgba(var(--color-tertiary-0),1);display:block;width:52.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.19921875rem;left:12.750001907349rem;height:;text-align:center;text-align-last:center;display:block; }
#fbU65iGZ30dPCAHHALhpMlwtwipxIT5B { color:#ffffff;display:block;width:68.625rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:9.6249997913838rem;left:3.1875rem;height:3.6125rem;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; }
#VNrDX3fyIALSt3kEdTepP97CMXxGFKhk { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:13.79843711853rem;left:3.1875rem;height:5.41875rem;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; }
#IW1gRuWgQg49iTP8raoFMPJMEWKZTMXM { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:26.5625rem;left:2.8125rem;height:1.80625rem;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; }
#uag77xzDrrySguP5ti4FgPVMy1wQlwmT { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:39.9375rem;left:2.8125rem;height:1.80625rem;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; }
#uBMccQpy9cTLfT47xAyfEtLrq0wgs7AJ { color:#ffffff;display:block;width:57.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:42.125rem;left:3.9375rem;height:10.8375rem;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; }
#JeIvpk3NfagF20oOLtgrmUkRTWdg1VNH { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:58.875rem;left:2.8125rem;height:1.80625rem;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; }
#zdbAIthqvgUFQBFKr16Ox1zeXIOxIdPc { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:19.67343711853rem;left:3.1875rem;height:1.80625rem;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; }
#x4ETPQa8Vz3iQKNPWzc3O48lOJ6Vbqnw { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:21.98593711853rem;left:3.1875rem;height:1.80625rem;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; }
#KIE41bCQ4gRwmDWHPpOswhTel1pPTh5A { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:24.04843711853rem;left:3.1875rem;height:1.80625rem;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; }
#b0My6q4sLkfM2zyDU199RoUgoQ2lNnBn { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:28.928508758545rem;left:2.8125rem;height:7.225rem;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; }
#cNp80rSps3QPtcit4NWRThaDE8zmUiUW { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:37.125rem;left:2.8125rem;height:1.80625rem;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; }
#QfzaO11qIxWeKnCLBZDt3x568zQ2fuHC { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:52.149993896484rem;left:2.8125rem;height:1.80625rem;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; }
#ynGGin1vdKuzc6h1N1Lv90FsU7ANLOt3 { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:54.625rem;left:2.8125rem;height:1.80625rem;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; }
#PTV5FudCkN8gdTEw1UBztN7gL9tZP2In { color:#ffffff;display:block;width:69.375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:56.625rem;left:2.8125rem;height:1.80625rem;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; }
#t8DErGG6fTVJduDRo879lswzxipE5SSz { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:60.9375rem;left:2.8125rem;height:1.80625rem;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; }
#OOGtUTXFFpfbXBPtCqhrwaNS5XUk9hUQ { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:63.3125rem;left:2.8125rem;height:1.80625rem;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; }
#IuMgotbm87SX1n0ZqJuwMlu4p3KV76lk { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:65.6875rem;left:2.8125rem;height:1.80625rem;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; }
#CKz4rAChN5lVyeqTOSeXPZRDyaC922oc { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:68rem;left:2.8125rem;height:3.6125rem;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; }
#MSH3dEMWpermMczTIkcvRtlfoOLXTAd1 { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:72.4375rem;left:2.8125rem;height:5.41875rem;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; }
#NfU2kQhwcTWTf6XIv5ZiZAIkfsCWL2ra { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:78.9375rem;left:2.8125rem;height:1.80625rem;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; }
#XqKHBZyiPkQaglPgDQaOtLmkFRGQVSDb { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:81.81250190735rem;left:2.8125rem;height:1.80625rem;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; }
#o89dhR0z7TNd0sx3icpIa9x6tfGKyJ5F { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:84.18750190735rem;left:2.8125rem;height:1.80625rem;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; }
#hUwlmyozXkLHql93u3QWTmzMTEEeOI68 { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:86.68750190735rem;left:2.8125rem;height:5.41875rem;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; }
#hv9CNUap4okzZG0Bo3frPNalTxPPIbve { color:#ffffff;display:block;width:64.25rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:93.00000190735rem;left:4.625rem;height:10.8375rem;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; }
#lrDfyItkeG7U86CtAhn5aKN6FrXoavhs { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"barlow semi condensed";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:105.5rem;left:2.8125rem;height:1.80625rem;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; }
#euQ2grnryU4gAWBWLbgrxeXXs7vSWJ3a { z-index:;position:relative;display:block; }#euQ2grnryU4gAWBWLbgrxeXXs7vSWJ3a > .row .container { position:relative;display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { background-color: transparent; background-image: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container > .video-iframe-container { display: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container { display: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .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); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { border-width: 0; border-radius: 0; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { 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:9.0625rem;width:11.4375rem;top:1.25rem;left:9.6875rem;overflow:hidden;display:block; }
#dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:4.75rem;top:3.0625rem;left:26.25rem;overflow:hidden;display:block; }
#kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { 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:6.875rem;width:7.3125rem;top:2.34375rem;left:39.125rem;overflow:hidden;display:block; }
#M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { position:absolute;display:block;z-index:15003;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:6.875rem;width:8.625rem;top:2.34375rem;left:55.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tFhtAmDW9ByRsoL3CNQtNygu86zvSkRf { display:block; }#tFhtAmDW9ByRsoL3CNQtNygu86zvSkRf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8UXunTg2AM7WkaTybbukFokKDIgwNRz { top:0.9375rem;left:0rem;width:10.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXquMNvXTHmtEwSclFpdUCRVwegfUbLD { width:7.5rem;height:2.125rem;top:1rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4If5CprHPL9DAx6r9oEXw5ZKS4X4t6S { display:block; }
 }@media only screen and (max-width: 763px) { #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { display:block; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lp2Eugv3Tf5uBFPS0Ucvgw2nZ7K0ehFF { width:45rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZ3X68atDCdpJzWWiAKpMT0mWwInfX1X { top:2.25rem;left:0rem;width:33.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKHGxi7vx7l9ykKGrRTrDn03kHg6CRrk { top:35.3125rem;left:16.25rem;width:31.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFhBBMTVacWONRgQCae94JACItPst8UE { width:23.125rem;height:2.875rem;top:22.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJK8GSIL4udFDPEcqALxEbTGxWeL8QS9 { display:block; }
 }@media only screen and (max-width: 763px) { #OJQohnuicTa4lKQJhrMutpGfCn0rqv6r { top:18.5rem;left:0rem;width:29.1875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THT4Fyga1QLMAT870HJAbo5Bh8UlZsXm { top:5.625rem;left:0rem;width:16.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrVlOT6Zq58mCbCfMK2cGvrhvdQUvX02 { top:6.875rem;left:36.125rem;width:11.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X76aDOXuNsq7bTK8hNgtzVES2fWHgTLG { top:6.875rem;left:26.0625rem;width:11.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f45tVBhAvEa2a0ftBaEUc2xEWQAqAcWa { top:28.5rem;left:28.3125rem;width:10.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2X5rfawQr8Bo7vDXZtzlnES7SxiOaNT { top:28.5rem;left:38.9375rem;width:8.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm { display:block; }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKaANRW4TUepspvP7gllLaQsP64LwH02 { top:2.25rem;left:0rem;width:25.9375rem;height:3.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3b8wNruE5KtHzhCV084uTQPrA5W3sAJ { top:35.3125rem;left:16.25rem;width:31.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5lfyT89TfkDdiUmFJLmQrMp3FlbxMid { width:23.125rem;height:2.875rem;top:22.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGpXRUnFCS5t53ZpnybaIE7By5RsiBVE { display:block; }
 }@media only screen and (max-width: 763px) { #JOIEMf0ItX4Q3LHT4vqeauBB3Uc7g01Q { top:18.5rem;left:0rem;width:29.1875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnVktMVlmoxirL2P8195PnaTr0AnoIHQ { top:5.5625rem;left:0rem;width:16.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWxZ6MzOzIdhu5nk2Om3TPI0pD0bynKE { top:6.875rem;left:36.125rem;width:11.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut0eHNk5gBkTOIsJdGivZU27FQQ1GdoF { top:6.875rem;left:26.0625rem;width:11.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqmmffLQz0RdnQkV7NKk3fopwHJTykHX { top:25.125rem;left:30rem;width:10.625rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBasO0BL0d5ucNwIPqBsddeII1oQPZR7 { top:25.125rem;left:37.75rem;width:8.625rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 { display:block; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ce5935133acedb8601e9b9a9c552354b { top:12.5625rem;left:7.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b01f9037ed703b25cc10a4bdce99fbbc { top:18.0625rem;left:2.375rem;width:9.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1102db9820efed82366443210c3a06c { top:10.25rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG4ruZULEs1qWDuqfup4gLNo0lQe51nE { top:10.25rem;left:11.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #olPpZv2CumnoUQuwUp9gXcLdZc5IChtm { top:12.625rem;left:18.15625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJWJT9KLJR7wcadwJp6ppZh5Tw7abzB { top:18.125rem;left:14.3125rem;width:9.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX8XMkRRSVVtEfZ5HxkkQx7e2BtsXqvV { top:10.25rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFwhZMGaWzkE65Z9m0ZDEBKKwSR3EORO { top:12.625rem;left:25.21875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF1xWi0cdkG26hR46tPdvE03gP3SN5Wv { top:18.125rem;left:23.875rem;width:9.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edBIX8niZEd3T5rsRtsWINDCmhJE7yEx { top:10.25rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8QvpC5i5znM2dnOAKKSTnNXs6J9kkt1 { top:12.625rem;left:32.0625rem;width:3.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akkgww0TSswTloOkOHivpbIIQD75zCba { top:18.125rem;left:26.25rem;width:9.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKQ1JkS7tr0ZU9MKbm7HLWxITbmAktQo { top:3.9375rem;left:0rem;width:24rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS0QWlp9Fd3Fe6AlZEJmn7wGusg6tkX9 { top:10.25rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkiGqsRL6hrQeNCBnyAKSqGohsEBSTT4 { top:14.375rem;left:2.375rem;width:9.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL8Ss1wZHICfR3WvOqRZWKmqf0TVO2TF { top:10.25rem;left:11.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPJMII7FugJQtvOC1qmGUqHDc96Xn0Wl { top:13.625rem;left:13.5rem;width:10.375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJ0SiTIgsuhAOZGd0H5WdgpuSliGOmG { top:10.25rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkfWinbiD8HKBcKs4GqesXRMaeFsnd4T { top:10.25rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lehhs6mz406dltUzSXhPNRrvD6InSWMP { top:13.625rem;left:23.875rem;width:9.5625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfU2lZWTssZGXs2HEerz4LSGTIP7BFRf { top:14.375rem;left:25.125rem;width:10.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTMOZmL8Jv2AOF55yC7B1gtMdQ597XUr { display:block; }#bTMOZmL8Jv2AOF55yC7B1gtMdQ597XUr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsT3052g7TVdovH3fPhWnbMSQtLz9lX3 { top:2.1875rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPcplXxDtSoughpBvnXATytR9pv8myEA { top:9.625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9ARTFF9bRe76HUgcuyUmghqxPcFrBi { top:11.75rem;left:0rem;width:47.75rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo7ExNIKsrvqdtJHbqVrC5MT3I9uy8Rg { top:22.0625rem;left:0rem;width:47.75rem;height:20.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syTATKOa1Tay9k9TcE5TngwG1LFnG7sl { top:44.375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAcFM8Ux30SHIbJPx74grwgTQOhXrFZt { top:53.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC5KKmdObF5CJRoOX5Hn1rUFN1DHqfSs { top:57.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHT3zrGLLdzSx58pasS3Rx97KaepyNuO { top:64rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMf5NfZwcguZyAhfhaJwbSPGXFmrsCm2 { top:67.125rem;left:0rem;width:47.75rem;height:16.1875rem;font-size:0.9375rem;display:block; }#fMf5NfZwcguZyAhfhaJwbSPGXFmrsCm2 li:before{  }
 }@media only screen and (max-width: 763px) { #R5TZAHeui2qAN7gebSSDcyXn45fROk2p { top:85.375rem;left:0rem;width:47.75rem;height:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQgSQpFctHrgNLnTiTrmUOrN0vzvBJlX { top:104.375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKMENkCSuWHEompc4TicCoghJpXn2aC4 { top:109.9375rem;left:0rem;width:19.75rem;height:5.8125rem;font-size:0.9375rem;display:block; }#wKMENkCSuWHEompc4TicCoghJpXn2aC4 li:before{  }
 }@media only screen and (max-width: 763px) { #hZDumLCfyrsKHyqcJhGetS7ylqyWVMp2 { top:118.125rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ac0VJrJaVTJ8uvsv5CGROzTVpEmQlK { top:131.4375rem;left:0rem;width:47.75rem;height:6.6875rem;font-size:0.9375rem;display:block; }#A9ac0VJrJaVTJ8uvsv5CGROzTVpEmQlK li:before{  }
 }@media only screen and (max-width: 763px) { #IpmTRuHrIUnzZBDCms3hoXQmTNPazzWg { top:140.25rem;left:0rem;width:47.75rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV4wl4gesUVWWgn8Nl737PFhU5vs5E66 { top:151.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA0atRbbFMnq1V3bsW1cJZJsTd1ZTlap { top:161.9375rem;left:0rem;width:47.75rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDrGi1V9PlrqQBqOnVSuWHiNoXsGDEA2 { top:157.5625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7NMbPSbWu2VLDfwbSXJvBtiAtnGN7IS { top:177.75rem;left:0rem;width:47.75rem;height:37.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSMoBxFcPrsvRiFcF2hv0F6VvqrweF8C { top:217.875rem;left:0rem;width:47.75rem;height:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOaAzL9UgAPbG0zT6D6xIowGnkKDuvMX { top:234.9375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXzAVv8vl0zcVm9kG7KlgNHlK09DObrp { top:237.625rem;left:0rem;width:47.75rem;height:15.25rem;font-size:0.9375rem;display:block; }#xXzAVv8vl0zcVm9kG7KlgNHlK09DObrp li:before{  }
 }@media only screen and (max-width: 763px) { #GS3ocBFvN0H5hhh67K7fJH18TLgGdvOJ { top:253.625rem;left:0rem;width:29.125rem;height:2.75rem;font-size:0.9375rem;display:block; }#GS3ocBFvN0H5hhh67K7fJH18TLgGdvOJ li:before{  }
 }@media only screen and (max-width: 763px) { #TeJcEelhgL8HInB8WdfIIeqCpO4TThMU { display:block; }#TeJcEelhgL8HInB8WdfIIeqCpO4TThMU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V44HvTZ6VgXr5ph5fJBiEwbgBAe9K23s { top:2.1875rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgISJPnq5P3nloireTd4Juy4g1MkubZf { top:9.625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3nMiWOLLN2u7ianv9HI74zkxxVplw4d { top:13.75rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzLatKC5ZXeVmw7aHeJ9HytISMSwTxM3 { top:26.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7gQqTW4NZTVkGS0ydPheUXFP9kreUFV { top:39.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBdC0gkmxvxCdgR4riFTsGDe6PyFBN3a { top:41.5rem;left:0rem;width:47.75rem;height:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i01J12xcBi7t1OhW1VD9xUpzerZqhClJ { top:58.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ30VOre3ZIQPPck77yTKU48u52EhUvd { top:19.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crf2NB0JGrUNRXWZZGpiMNkp7Im3TNEP { top:21.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPHf71kGP3Fcit1ZuTRSqNaURyL6ih66 { top:24rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bas971QkKWD5bczSANreu1rECm98fh28 { top:29.375rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obLABeDDXXJ1pz0Ff9R52KUyUb1MqXJU { top:36.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6rP7oHEqbL2IlIDRdVIJGmLB5LTN6Zk { top:51.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktCt4oAiUuiMB6oc9X6kchIGWzWVdnCD { top:54.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETut3BoukPskpcp7s3Eu9JwzQfxDq8CZ { top:56.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zToAGxIgJdtDH7At8SslEIAZEzMi3Ooz { top:60.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9tEt0t5puZZ669HJhtbi3nr78s03kTM { top:63.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4KFU4IcBThsxQsOzJrimnlQuB0a5ZN0 { top:65.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfQrXqWOT0NzQAwxcNhcdzOP6K2R399p { top:68rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2Awzc9KM2zXZE80CzbA6PnuafumgWwg { top:72.4375rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7P1U4tel5f8z9RRlT1OfBzPJHRVupp2 { top:78.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOheg4QS7im72kLMwuytOM8SEv7yulu5 { top:81.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNy1sE0HxysUtHHCpnBoqLTkeTE5wRO3 { top:84.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCbfdrfiz09a6oQPpsuMuq5NKcdOPsF9 { top:86.6875rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEqNF7WTTgu4Zw35z4NORBy3U2a3ko71 { top:93rem;left:0rem;width:47.75rem;height:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #errlo7QqRllhHANXC0IsC4ze0Px0wopc { top:105.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOmppVAdooIBG6JQ41rBaxzA85KzrbkD { display:block; }#WOmppVAdooIBG6JQ41rBaxzA85KzrbkD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET6Z84Gi6eTQf5MLqpTUiDMMT03gJO8g { top:2.1875rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbU65iGZ30dPCAHHALhpMlwtwipxIT5B { top:9.625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNrDX3fyIALSt3kEdTepP97CMXxGFKhk { top:13.75rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW1gRuWgQg49iTP8raoFMPJMEWKZTMXM { top:26.5625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uag77xzDrrySguP5ti4FgPVMy1wQlwmT { top:39.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBMccQpy9cTLfT47xAyfEtLrq0wgs7AJ { top:42.125rem;left:0rem;width:47.75rem;height:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeIvpk3NfagF20oOLtgrmUkRTWdg1VNH { top:58.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdbAIthqvgUFQBFKr16Ox1zeXIOxIdPc { top:19.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4ETPQa8Vz3iQKNPWzc3O48lOJ6Vbqnw { top:21.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIE41bCQ4gRwmDWHPpOswhTel1pPTh5A { top:24rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0My6q4sLkfM2zyDU199RoUgoQ2lNnBn { top:28.875rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNp80rSps3QPtcit4NWRThaDE8zmUiUW { top:37.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfzaO11qIxWeKnCLBZDt3x568zQ2fuHC { top:52.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynGGin1vdKuzc6h1N1Lv90FsU7ANLOt3 { top:54.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTV5FudCkN8gdTEw1UBztN7gL9tZP2In { top:56.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8DErGG6fTVJduDRo879lswzxipE5SSz { top:60.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOGtUTXFFpfbXBPtCqhrwaNS5XUk9hUQ { top:63.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuMgotbm87SX1n0ZqJuwMlu4p3KV76lk { top:65.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKz4rAChN5lVyeqTOSeXPZRDyaC922oc { top:68rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSH3dEMWpermMczTIkcvRtlfoOLXTAd1 { top:72.4375rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfU2kQhwcTWTf6XIv5ZiZAIkfsCWL2ra { top:78.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqKHBZyiPkQaglPgDQaOtLmkFRGQVSDb { top:81.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o89dhR0z7TNd0sx3icpIa9x6tfGKyJ5F { top:84.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUwlmyozXkLHql93u3QWTmzMTEEeOI68 { top:86.6875rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv9CNUap4okzZG0Bo3frPNalTxPPIbve { top:93rem;left:0rem;width:47.75rem;height:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrDfyItkeG7U86CtAhn5aKN6FrXoavhs { top:105.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euQ2grnryU4gAWBWLbgrxeXXs7vSWJ3a { display:block; }#euQ2grnryU4gAWBWLbgrxeXXs7vSWJ3a > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { top:1.25rem;left:0rem;width:11.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { top:3.0625rem;left:12.625rem;width:4.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { top:2.3125rem;left:25.5rem;width:7.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { top:2.3125rem;left:39.125rem;width:8.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #tFhtAmDW9ByRsoL3CNQtNygu86zvSkRf { display:block; }#tFhtAmDW9ByRsoL3CNQtNygu86zvSkRf > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8UXunTg2AM7WkaTybbukFokKDIgwNRz { width:10.125rem;height:1.6875rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AXquMNvXTHmtEwSclFpdUCRVwegfUbLD { width:6.3125rem;height:1.875rem;top:2.03125rem;left:12.875000536442rem;font-size:0.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D4If5CprHPL9DAx6r9oEXw5ZKS4X4t6S { display:block; }
 }@media only screen and (max-width: 763px) { #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { background-color:rgba(255,255,255,0.91);background-image:url("https://images.assets-landingi.com/uc/301fbc74-8282-429b-881e-0cae0e9b68d3/BackgroundLandingMobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.adaptive-delivery-prevent-bg, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyload, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyloading { background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { border-width: 0; border-radius: 0; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { width:20rem;height:214.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lp2Eugv3Tf5uBFPS0Ucvgw2nZ7K0ehFF { top:1.25rem;left:0rem;width:20rem;height:13.875rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fZ3X68atDCdpJzWWiAKpMT0mWwInfX1X { width:20rem;height:0;top:66.4875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKHGxi7vx7l9ykKGrRTrDn03kHg6CRrk { width:20rem;height:6.25625rem;top:126.209375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFhBBMTVacWONRgQCae94JACItPst8UE { width:19rem;height:2.875rem;top:201.9453125rem;left:0.5rem;font-size:0.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TJK8GSIL4udFDPEcqALxEbTGxWeL8QS9 { display:block; }
 }@media only screen and (max-width: 763px) { #OJQohnuicTa4lKQJhrMutpGfCn0rqv6r { width:20rem;height:13.104925053533rem;top:145.028125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THT4Fyga1QLMAT870HJAbo5Bh8UlZsXm { width:16.625rem;height:12.9375rem;top:159.3828125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrVlOT6Zq58mCbCfMK2cGvrhvdQUvX02 { width:11.625rem;height:12.9375rem;top:187.7578125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X76aDOXuNsq7bTK8hNgtzVES2fWHgTLG { width:11.625rem;height:12.9375rem;top:173.5703125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f45tVBhAvEa2a0ftBaEUc2xEWQAqAcWa { width:10.625rem;height:2.875rem;top:206.0703125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2X5rfawQr8Bo7vDXZtzlnES7SxiOaNT { width:8.625rem;height:2.8125rem;top:210.1953125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm { background-color:rgba(255,255,255,0.91);background-image:url("https://images.assets-landingi.com/uc/74e21c48-820c-43a6-b2ce-ef393f9825ef/mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm.adaptive-delivery-prevent-bg, #Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm.lazyload, #Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm.lazyloading { background-image: none; }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm > .row .container { background-color: transparent; background-image: none; }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm > .row .container > .video-iframe-container { display: none; }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm > .row > .video-iframe-container { display: none; }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm > .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); }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm > .row .container { border-width: 0; border-radius: 0; }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ad49bQeDL3aPXPTtu3cB2AmRDNUnepFm > .row .container { width:20rem;height:90.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKaANRW4TUepspvP7gllLaQsP64LwH02 { width:20rem;height:2.51875rem;top:1.2367191314698rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3b8wNruE5KtHzhCV084uTQPrA5W3sAJ { width:15.875rem;height:1.7875rem;top:83.75rem;left:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5lfyT89TfkDdiUmFJLmQrMp3FlbxMid { width:20rem;height:2.875rem;top:73.125rem;left:0rem;font-size:1.1875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zGpXRUnFCS5t53ZpnybaIE7By5RsiBVE { display:block; }
 }@media only screen and (max-width: 763px) { #JOIEMf0ItX4Q3LHT4vqeauBB3Uc7g01Q { width:20rem;height:13.1046875rem;top:19.903125762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnVktMVlmoxirL2P8195PnaTr0AnoIHQ { width:16.75rem;height:13rem;top:4.9453125rem;left:1.6250000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aWxZ6MzOzIdhu5nk2Om3TPI0pD0bynKE { width:15.625rem;height:17.375rem;top:53.875001907349rem;left:2.1875000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ut0eHNk5gBkTOIsJdGivZU27FQQ1GdoF { width:15.625rem;height:17.3125rem;top:35.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqmmffLQz0RdnQkV7NKk3fopwHJTykHX { width:9.9375rem;height:2.625rem;top:77.75rem;left:0.4375rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #dBasO0BL0d5ucNwIPqBsddeII1oQPZR7 { width:9.1875rem;height:2.6875rem;top:77.6875rem;left:10.3125rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efefef, #ffffff);background-image: -moz-linear-gradient(180deg, #efefef, #ffffff);background-image: -ms-linear-gradient(180deg, #efefef, #ffffff);background-image: -o-linear-gradient(180deg, #efefef, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #efefef, #ffffff);background-size:auto !important;display:block; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container { background-color: transparent; background-image: none; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container > .video-iframe-container { display: none; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row > .video-iframe-container { display: none; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .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); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ce5935133acedb8601e9b9a9c552354b { width:4.3125rem;height:4.3125rem;top:8.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b01f9037ed703b25cc10a4bdce99fbbc { width:8.4375rem;height:1.4625rem;top:9.75rem;left:8.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c1102db9820efed82366443210c3a06c { width:20rem;height:6.6875rem;top:6.9875011444094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG4ruZULEs1qWDuqfup4gLNo0lQe51nE { width:20rem;height:6.6875rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olPpZv2CumnoUQuwUp9gXcLdZc5IChtm { width:4.375rem;height:4.375rem;top:16.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJWJT9KLJR7wcadwJp6ppZh5Tw7abzB { width:9.5625rem;height:2.925rem;top:17.5rem;left:8.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pX8XMkRRSVVtEfZ5HxkkQx7e2BtsXqvV { width:20rem;height:6.6875rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFwhZMGaWzkE65Z9m0ZDEBKKwSR3EORO { width:4.375rem;height:4.375rem;top:25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF1xWi0cdkG26hR46tPdvE03gP3SN5Wv { width:9.5625rem;height:2.925rem;top:25.5rem;left:8.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #edBIX8niZEd3T5rsRtsWINDCmhJE7yEx { width:20rem;height:6.6875rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8QvpC5i5znM2dnOAKKSTnNXs6J9kkt1 { width:3.75rem;height:3.625rem;top:34rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akkgww0TSswTloOkOHivpbIIQD75zCba { width:9.5625rem;height:2.925rem;top:34.4375rem;left:8.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mKQ1JkS7tr0ZU9MKbm7HLWxITbmAktQo { width:20rem;height:2rem;top:2.2875003814698rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS0QWlp9Fd3Fe6AlZEJmn7wGusg6tkX9 { width:20rem;height:6.875rem;top:6.9874997138975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkiGqsRL6hrQeNCBnyAKSqGohsEBSTT4 { width:9.5625rem;height:4.3875rem;top:8.2117195129394rem;left:2.9375000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WL8Ss1wZHICfR3WvOqRZWKmqf0TVO2TF { width:20rem;height:6.8125rem;top:15.374999821186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPJMII7FugJQtvOC1qmGUqHDc96Xn0Wl { width:13.1875rem;height:4.3875rem;top:16.512500762939rem;left:2.9375000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTJ0SiTIgsuhAOZGd0H5WdgpuSliGOmG { width:19.9375rem;height:6.9375rem;top:23.750004112721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkfWinbiD8HKBcKs4GqesXRMaeFsnd4T { width:20rem;height:6.6875rem;top:32.500001430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lehhs6mz406dltUzSXhPNRrvD6InSWMP { width:14.1875rem;height:4.3875rem;top:24.950000762939rem;left:2.9062500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HfU2lZWTssZGXs2HEerz4LSGTIP7BFRf { width:14.75rem;height:4.3875rem;top:33.700000762939rem;left:2.6250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bTMOZmL8Jv2AOF55yC7B1gtMdQ597XUr { display:block; }#bTMOZmL8Jv2AOF55yC7B1gtMdQ597XUr > .row .container { width:20rem;height:522.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsT3052g7TVdovH3fPhWnbMSQtLz9lX3 { width:17.625rem;height:5.3625rem;top:1.25rem;left:1.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yPcplXxDtSoughpBvnXATytR9pv8myEA { width:20rem;height:1.1375rem;top:7.8625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gx9ARTFF9bRe76HUgcuyUmghqxPcFrBi { width:20rem;height:20.475rem;top:10.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oo7ExNIKsrvqdtJHbqVrC5MT3I9uy8Rg { width:20rem;height:35.2625rem;top:31.975rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #syTATKOa1Tay9k9TcE5TngwG1LFnG7sl { width:20rem;height:9.1rem;top:68.4875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gAcFM8Ux30SHIbJPx74grwgTQOhXrFZt { width:20rem;height:4.55rem;top:78.8375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iC5KKmdObF5CJRoOX5Hn1rUFN1DHqfSs { width:20rem;height:10.2375rem;top:84.6375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PHT3zrGLLdzSx58pasS3Rx97KaepyNuO { width:20rem;height:3.4125rem;top:96.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fMf5NfZwcguZyAhfhaJwbSPGXFmrsCm2 { width:20rem;height:42.5125rem;top:100.7875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#fMf5NfZwcguZyAhfhaJwbSPGXFmrsCm2 li:before{  }
 }@media only screen and (max-width: 763px) { #R5TZAHeui2qAN7gebSSDcyXn45fROk2p { width:20rem;height:31.85rem;top:144.55rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mQgSQpFctHrgNLnTiTrmUOrN0vzvBJlX { width:20rem;height:5.6875rem;top:177.65rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wKMENkCSuWHEompc4TicCoghJpXn2aC4 { width:19.75rem;height:5.4875rem;top:184.5875rem;left:0.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#wKMENkCSuWHEompc4TicCoghJpXn2aC4 li:before{  }
 }@media only screen and (max-width: 763px) { #hZDumLCfyrsKHyqcJhGetS7ylqyWVMp2 { width:20rem;height:28.4375rem;top:191.325rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A9ac0VJrJaVTJ8uvsv5CGROzTVpEmQlK { width:20rem;height:15.4125rem;top:221.0125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#A9ac0VJrJaVTJ8uvsv5CGROzTVpEmQlK li:before{  }
 }@media only screen and (max-width: 763px) { #IpmTRuHrIUnzZBDCms3hoXQmTNPazzWg { width:20rem;height:22.75rem;top:237.675rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gV4wl4gesUVWWgn8Nl737PFhU5vs5E66 { width:20rem;height:9.1rem;top:261.675rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nA0atRbbFMnq1V3bsW1cJZJsTd1ZTlap { width:20rem;height:38.675rem;top:281.2375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PDrGi1V9PlrqQBqOnVSuWHiNoXsGDEA2 { width:20rem;height:7.9625rem;top:272.025rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P7NMbPSbWu2VLDfwbSXJvBtiAtnGN7IS { width:20rem;height:118.3rem;top:321.1625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RSMoBxFcPrsvRiFcF2hv0F6VvqrweF8C { width:20rem;height:35.2625rem;top:440.7125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lOaAzL9UgAPbG0zT6D6xIowGnkKDuvMX { width:20rem;height:1.1375rem;top:477.225rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xXzAVv8vl0zcVm9kG7KlgNHlK09DObrp { width:20rem;height:36rem;top:479.6125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#xXzAVv8vl0zcVm9kG7KlgNHlK09DObrp li:before{  }
 }@media only screen and (max-width: 763px) { #GS3ocBFvN0H5hhh67K7fJH18TLgGdvOJ { width:20rem;height:4.8625rem;top:516.8625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#GS3ocBFvN0H5hhh67K7fJH18TLgGdvOJ li:before{  }
 }@media only screen and (max-width: 763px) { #TeJcEelhgL8HInB8WdfIIeqCpO4TThMU { display:block; }#TeJcEelhgL8HInB8WdfIIeqCpO4TThMU > .row .container { width:20rem;height:187.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V44HvTZ6VgXr5ph5fJBiEwbgBAe9K23s { width:17.625rem;height:3.575rem;top:1.8867371082306rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VgISJPnq5P3nloireTd4Juy4g1MkubZf { width:20rem;height:8.925rem;top:7.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d3nMiWOLLN2u7ianv9HI74zkxxVplw4d { width:20rem;height:11.9rem;top:17.187500476837rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NzLatKC5ZXeVmw7aHeJ9HytISMSwTxM3 { width:20rem;height:1.4875rem;top:44.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z7gQqTW4NZTVkGS0ydPheUXFP9kreUFV { width:20rem;height:4.4625rem;top:57.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pBdC0gkmxvxCdgR4riFTsGDe6PyFBN3a { width:20rem;height:16.3625rem;top:62.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i01J12xcBi7t1OhW1VD9xUpzerZqhClJ { width:20rem;height:4.4625rem;top:91.8125038147rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gZ30VOre3ZIQPPck77yTKU48u52EhUvd { width:20rem;height:2.975rem;top:30.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Crf2NB0JGrUNRXWZZGpiMNkp7Im3TNEP { width:20rem;height:2.975rem;top:34.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPHf71kGP3Fcit1ZuTRSqNaURyL6ih66 { width:20rem;height:4.4625rem;top:38rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bas971QkKWD5bczSANreu1rECm98fh28 { width:20rem;height:7.4375rem;top:46.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #obLABeDDXXJ1pz0Ff9R52KUyUb1MqXJU { width:20rem;height:1.4875rem;top:55.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R6rP7oHEqbL2IlIDRdVIJGmLB5LTN6Zk { width:20rem;height:4.4625rem;top:79.799999237062rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ktCt4oAiUuiMB6oc9X6kchIGWzWVdnCD { width:20rem;height:1.4875rem;top:85.887500762938rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ETut3BoukPskpcp7s3Eu9JwzQfxDq8CZ { width:20rem;height:2.975rem;top:87.374217987062rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zToAGxIgJdtDH7At8SslEIAZEzMi3Ooz { width:20rem;height:2.975rem;top:97.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x9tEt0t5puZZ669HJhtbi3nr78s03kTM { width:20rem;height:2.975rem;top:101.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J4KFU4IcBThsxQsOzJrimnlQuB0a5ZN0 { width:20rem;height:2.975rem;top:105.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CfQrXqWOT0NzQAwxcNhcdzOP6K2R399p { width:20rem;height:7.4375rem;top:109.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M2Awzc9KM2zXZE80CzbA6PnuafumgWwg { width:20rem;height:10.4125rem;top:118.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X7P1U4tel5f8z9RRlT1OfBzPJHRVupp2 { width:20rem;height:2.975rem;top:130.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZOheg4QS7im72kLMwuytOM8SEv7yulu5 { width:20rem;height:2.975rem;top:134.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NNy1sE0HxysUtHHCpnBoqLTkeTE5wRO3 { width:20rem;height:4.4625rem;top:138.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FCbfdrfiz09a6oQPpsuMuq5NKcdOPsF9 { width:20rem;height:11.9rem;top:144.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QEqNF7WTTgu4Zw35z4NORBy3U2a3ko71 { width:20rem;height:20.825rem;top:157.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #errlo7QqRllhHANXC0IsC4ze0Px0wopc { width:20rem;height:4.4625rem;top:179.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WOmppVAdooIBG6JQ41rBaxzA85KzrbkD { display:block; }#WOmppVAdooIBG6JQ41rBaxzA85KzrbkD > .row .container { width:20rem;height:187.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET6Z84Gi6eTQf5MLqpTUiDMMT03gJO8g { width:17.625rem;height:3.575rem;top:1.8867371082306rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fbU65iGZ30dPCAHHALhpMlwtwipxIT5B { width:20rem;height:8.925rem;top:7.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VNrDX3fyIALSt3kEdTepP97CMXxGFKhk { width:20rem;height:11.9rem;top:17.187500476837rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IW1gRuWgQg49iTP8raoFMPJMEWKZTMXM { width:20rem;height:1.4875rem;top:44.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uag77xzDrrySguP5ti4FgPVMy1wQlwmT { width:20rem;height:4.4625rem;top:57.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uBMccQpy9cTLfT47xAyfEtLrq0wgs7AJ { width:20rem;height:16.3625rem;top:62.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JeIvpk3NfagF20oOLtgrmUkRTWdg1VNH { width:20rem;height:4.4625rem;top:91.8125038147rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zdbAIthqvgUFQBFKr16Ox1zeXIOxIdPc { width:20rem;height:2.975rem;top:30.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x4ETPQa8Vz3iQKNPWzc3O48lOJ6Vbqnw { width:20rem;height:2.975rem;top:34.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KIE41bCQ4gRwmDWHPpOswhTel1pPTh5A { width:20rem;height:4.4625rem;top:38rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b0My6q4sLkfM2zyDU199RoUgoQ2lNnBn { width:20rem;height:8.925rem;top:46.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cNp80rSps3QPtcit4NWRThaDE8zmUiUW { width:20rem;height:1.4875rem;top:55.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QfzaO11qIxWeKnCLBZDt3x568zQ2fuHC { width:20rem;height:4.4625rem;top:79.799999237062rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ynGGin1vdKuzc6h1N1Lv90FsU7ANLOt3 { width:20rem;height:1.4875rem;top:85.887500762938rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PTV5FudCkN8gdTEw1UBztN7gL9tZP2In { width:20rem;height:2.975rem;top:87.374217987062rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t8DErGG6fTVJduDRo879lswzxipE5SSz { width:20rem;height:2.975rem;top:97.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OOGtUTXFFpfbXBPtCqhrwaNS5XUk9hUQ { width:20rem;height:2.975rem;top:101.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IuMgotbm87SX1n0ZqJuwMlu4p3KV76lk { width:20rem;height:2.975rem;top:105.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CKz4rAChN5lVyeqTOSeXPZRDyaC922oc { width:20rem;height:7.4375rem;top:109.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MSH3dEMWpermMczTIkcvRtlfoOLXTAd1 { width:20rem;height:10.4125rem;top:118.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NfU2kQhwcTWTf6XIv5ZiZAIkfsCWL2ra { width:20rem;height:2.975rem;top:130.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XqKHBZyiPkQaglPgDQaOtLmkFRGQVSDb { width:20rem;height:2.975rem;top:134.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o89dhR0z7TNd0sx3icpIa9x6tfGKyJ5F { width:20rem;height:4.4625rem;top:138.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hUwlmyozXkLHql93u3QWTmzMTEEeOI68 { width:20rem;height:11.9rem;top:144.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hv9CNUap4okzZG0Bo3frPNalTxPPIbve { width:20rem;height:20.825rem;top:157.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lrDfyItkeG7U86CtAhn5aKN6FrXoavhs { width:20rem;height:4.4625rem;top:179.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #euQ2grnryU4gAWBWLbgrxeXXs7vSWJ3a { display:block; }#euQ2grnryU4gAWBWLbgrxeXXs7vSWJ3a > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { width:8.625rem;height:6.75rem;top:0rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { width:4rem;height:4.5625rem;top:1.09375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { width:6.4375rem;height:6.0625rem;top:4.09375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { width:5.5rem;height:4.375rem;top:4.9375rem;left:11.4375rem;display:block; }
 }