.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:243,223,237;--color-primary-1:215,149,194;--color-primary-2:175,42,133;--color-primary-3:88,21,67;--color-primary-4:26,6,20;--color-secondary-0:222,226,233;--color-secondary-1:144,158,181;--color-secondary-2:33,61,106;--color-secondary-3:17,31,53;--color-secondary-4:5,9,16;--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:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV { 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; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row .container { background-color: transparent; background-image: none; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row .container > .video-iframe-container { display: none; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row > .video-iframe-container { display: none; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .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); }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row .container { border-width: 0; border-radius: 0; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row .container { font-size:0.875rem;font-family:rubik;height:6.25rem;width:75rem;position:relative;display:block; }#SazWc2FvIK8vQblelTP8thtWWpI6s86Q { 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:6.125rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a30ac68c-3820-4afd-bfb3-c7c50545ab79/top.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP.adaptive-delivery-prevent-bg, #rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP.lazyload, #rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP.lazyloading { background-image: none; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row .container { background-color: transparent; background-image: none; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row .container > .video-iframe-container { display: none; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row > .video-iframe-container { display: none; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .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); }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row .container { border-width: 0; border-radius: 0; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row .container { font-size:0.875rem;font-family:rubik;height:38.5rem;width:75rem;position:relative;display:block; }#iJMytxWh6TJ4334Fm5qGnOFlEV5Z55zE { 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:18.375rem;width:18.0625rem;top:0rem;left:6.5rem;overflow:hidden;display:none; }
#r22NSXeJVx1DwHItAmsiQPCuzHbOX666 { color:#121929;display:block;width:15.9375rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.7265625rem;left:54.8125rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WdhqkGIMaTpkXf7EmqLf7R585S6wIlmF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:30.875rem;top:2.97265625rem;left:44.125rem;overflow:hidden;display:block; }
#nNAos07vbTlCRBlOPhcDaGuXhNpiVPIg { box-sizing:content-box;height:27.375rem;width:43.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(36,185,165,0.9);background-image:none;top:6.25rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#plBl0wSHwMGZZI1GgIo5TKAqqL9Iziyi { color:rgba(var(--color-tertiary-0),1);display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.3125rem;left:3.3125rem;height:8.7744375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r76aKo8c1bIXCay2ZhzguCQfg4TzaoFs { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.375rem;left:3.3125rem;height:3.8984375rem;font-style:normal;display:block; }
#W2mCHkmcvCZiVDktfnp2EwpiTTHJxLSl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8125rem;height:4rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:25.6875rem;left:3.3125rem;display:block; }
#JtaONQlPVw1tQrNO4sKEEbVvh0FK74Dm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uDGfRWSKWfIKxNa7lfQyvyaNO6bc84aa { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:4.375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:13.7744140625rem;left:30.9375rem;display:block; }
#BB1Mxif5vMoF2Ih3F3wFvugJApM87DrA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x12HVmxoUXhTtnXBd5aWE4L7cgTmKNpi { position:relative;display:block; }#x12HVmxoUXhTtnXBd5aWE4L7cgTmKNpi { background-color: transparent; background-image: none; }#x12HVmxoUXhTtnXBd5aWE4L7cgTmKNpi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x12HVmxoUXhTtnXBd5aWE4L7cgTmKNpi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x12HVmxoUXhTtnXBd5aWE4L7cgTmKNpi > .row .container > .video-iframe-container { display: none; }#x12HVmxoUXhTtnXBd5aWE4L7cgTmKNpi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x12HVmxoUXhTtnXBd5aWE4L7cgTmKNpi > .row > .video-iframe-container { display: none; }#x12HVmxoUXhTtnXBd5aWE4L7cgTmKNpi > .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); }#x12HVmxoUXhTtnXBd5aWE4L7cgTmKNpi { border-width: 0; border-radius: 0; }#x12HVmxoUXhTtnXBd5aWE4L7cgTmKNpi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x12HVmxoUXhTtnXBd5aWE4L7cgTmKNpi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KtS4USTGmhtML1JIbn3v0UTiGBuGsLOr { box-sizing:content-box;height:23.9375rem;width:27.5rem;position:absolute;display:block;z-index:15000;background-color:#dfdfdf;background-image:none;top:2.125rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#OXQBGdCN0T7VIXBxNfbAdlOnNJHKpTcZ { box-sizing:content-box;height:23.9375rem;width:46.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.125rem;left:28.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#UK8zEXKshrsBWErR0D0C95dJgMTO0JM2 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:31.3125rem;height:3.8984375rem;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; }
#FpFhOWEqCyP4ZbviSMGFpXGOEhKzr1mC { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3125rem;left:31.3125rem;height:8.7363125rem;display:block; }#FpFhOWEqCyP4ZbviSMGFpXGOEhKzr1mC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FpFhOWEqCyP4ZbviSMGFpXGOEhKzr1mC li:before{  }
#qcR1I7pceDrnQWvyTvAD5HZkkabaFPRa { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:4rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:19.75rem;left:31.3125rem;display:block; }
#riuI8lPbNyCfktQn6vtum9kx4g9BSvEe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FVlhc2Hg0ZUJhzSf3VcoIE534xhTtHrn { 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:27.625rem;width:27.625rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#lwoWIxOLtIkDGwEEILbW2bvugmKQiCdI { position:relative;display:block; }#lwoWIxOLtIkDGwEEILbW2bvugmKQiCdI { background-color: transparent; background-image: none; }#lwoWIxOLtIkDGwEEILbW2bvugmKQiCdI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwoWIxOLtIkDGwEEILbW2bvugmKQiCdI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwoWIxOLtIkDGwEEILbW2bvugmKQiCdI > .row .container > .video-iframe-container { display: none; }#lwoWIxOLtIkDGwEEILbW2bvugmKQiCdI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwoWIxOLtIkDGwEEILbW2bvugmKQiCdI > .row > .video-iframe-container { display: none; }#lwoWIxOLtIkDGwEEILbW2bvugmKQiCdI > .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); }#lwoWIxOLtIkDGwEEILbW2bvugmKQiCdI { border-width: 0; border-radius: 0; }#lwoWIxOLtIkDGwEEILbW2bvugmKQiCdI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lwoWIxOLtIkDGwEEILbW2bvugmKQiCdI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#phyXAbn1TDeMikimS2alcs4UQJ6Coo3J { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:14.96875rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OFx88i6SImHOXOlmS1VuK6s3ZSgHKQ0n { position:relative;display:block; }#OFx88i6SImHOXOlmS1VuK6s3ZSgHKQ0n { background-color: transparent; background-image: none; }#OFx88i6SImHOXOlmS1VuK6s3ZSgHKQ0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFx88i6SImHOXOlmS1VuK6s3ZSgHKQ0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFx88i6SImHOXOlmS1VuK6s3ZSgHKQ0n > .row .container > .video-iframe-container { display: none; }#OFx88i6SImHOXOlmS1VuK6s3ZSgHKQ0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFx88i6SImHOXOlmS1VuK6s3ZSgHKQ0n > .row > .video-iframe-container { display: none; }#OFx88i6SImHOXOlmS1VuK6s3ZSgHKQ0n > .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); }#OFx88i6SImHOXOlmS1VuK6s3ZSgHKQ0n { border-width: 0; border-radius: 0; }#OFx88i6SImHOXOlmS1VuK6s3ZSgHKQ0n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OFx88i6SImHOXOlmS1VuK6s3ZSgHKQ0n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p5xLzXWOxmiiMETn1HlpDwxUMOxQUcMQ { box-sizing:content-box;height:21.5rem;width:18rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.34375rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #121212;border-left:0.0625rem solid #121212;border-right:0.0625rem solid #121212;border-bottom:0.0625rem solid #121212;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.29) ;display:block; }
#DOnbCohu1e7qTB0Z1rv0rJSPNuJCRZX5 { 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:10.125rem;width:14.5625rem;top:2.6875rem;left:1.78125rem;overflow:hidden;display:block; }
#yqc6Rw9hWm1y6WwBhmdfD6PZq6TEckqg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15rem;left:1.03125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#U5bScAsKNr6iVP9oFLhyzCT6h3SS05ls { box-sizing:content-box;height:21.5rem;width:18rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.375rem;left:19.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #121212;border-left:0.0625rem solid #121212;border-right:0.0625rem solid #121212;border-bottom:0.0625rem solid #121212;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.29) ;display:block; }
#NT8vN0ENm3aqemVPnO6RaZMPy2O3CHxd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15rem;left:20.15625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#Lod7Ag0kitOJCnzNKwD9vbO7G6DO1mXV { 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:10.125rem;width:14.5625rem;top:2.6875rem;left:20.84375rem;overflow:hidden;display:block; }
#oevs4T6N0RQ97Zo2DaGyKNiTtpPbKNIc { box-sizing:content-box;height:21.5rem;width:18rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.375rem;left:37.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #121212;border-left:0.0625rem solid #121212;border-right:0.0625rem solid #121212;border-bottom:0.0625rem solid #121212;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.29) ;display:block; }
#Kh1H6sBiZ18VHCVwidpQ6v2Eu6cpfK2X { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15rem;left:38.84375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#HXVDkeHL89x0tlynNsrVfssyp9hA48tQ { box-sizing:content-box;height:21.5rem;width:18rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3125rem;left:57rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #121212;border-left:0.0625rem solid #121212;border-right:0.0625rem solid #121212;border-bottom:0.0625rem solid #121212;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.29) ;display:block; }
#tGBC4101ymq19G5omPRJyUlA2GaHIiob { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15rem;left:58.03125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#x66bg8TimgTVaHwPpEZ5NEpngydNG1EN { 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:10.125rem;width:14.5625rem;top:2.6875rem;left:39.59375rem;overflow:hidden;display:block; }
#VaWUJFz2s6nN5rgDRGxOiwCKhZOtV6zs { 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:10.125rem;width:14.5625rem;top:2.6875rem;left:58.78125rem;overflow:hidden;display:block; }
#Sv18Beh633A37dzEB6kLMyrv91z9Hx6S { position:relative;display:block; }#Sv18Beh633A37dzEB6kLMyrv91z9Hx6S { background-color: transparent; background-image: none; }#Sv18Beh633A37dzEB6kLMyrv91z9Hx6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sv18Beh633A37dzEB6kLMyrv91z9Hx6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sv18Beh633A37dzEB6kLMyrv91z9Hx6S > .row .container > .video-iframe-container { display: none; }#Sv18Beh633A37dzEB6kLMyrv91z9Hx6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sv18Beh633A37dzEB6kLMyrv91z9Hx6S > .row > .video-iframe-container { display: none; }#Sv18Beh633A37dzEB6kLMyrv91z9Hx6S > .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); }#Sv18Beh633A37dzEB6kLMyrv91z9Hx6S { border-width: 0; border-radius: 0; }#Sv18Beh633A37dzEB6kLMyrv91z9Hx6S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Sv18Beh633A37dzEB6kLMyrv91z9Hx6S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R3s2P7I0ZEQrWcOzrPMT08KcOxDVDyGR { box-sizing:content-box;height:21.5rem;width:18rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.34375rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #121212;border-left:0.0625rem solid #121212;border-right:0.0625rem solid #121212;border-bottom:0.0625rem solid #121212;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.29) ;display:block; }
#R7JfH00QA7vOv2dFhrgmWJUx7MJPlkO7 { 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:9.25rem;width:15.75rem;top:3.64453125rem;left:1.5rem;overflow:hidden;display:block; }
#Bb9hBG8H5k1RgCv8H5aQysUwQRiBEybV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15rem;left:1.03125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sAp44l1GNvGIWEUTlSzeDdaDxGKbmsBu { box-sizing:content-box;height:21.5rem;width:18rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.375rem;left:19.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #121212;border-left:0.0625rem solid #121212;border-right:0.0625rem solid #121212;border-bottom:0.0625rem solid #121212;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.29) ;display:block; }
#aTbaKOtPa2VTR5yTF8sal77vOg1yMKrQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15rem;left:20.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#CKf7UH6UsTsd7g7x1rJTNC28NP2gKQI1 { 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:10.125rem;width:14.5625rem;top:2.6875rem;left:20.84375rem;overflow:hidden;display:block; }
#B5cZq1f12JF6aWOVDX17FmqnLqtL5qIo { box-sizing:content-box;height:21.5rem;width:18rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.375rem;left:37.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #121212;border-left:0.0625rem solid #121212;border-right:0.0625rem solid #121212;border-bottom:0.0625rem solid #121212;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.29) ;display:block; }
#KZMTXnhuQwmqO5Ks4nPfyauLTkQT5Vze { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15rem;left:38.84375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#bHFl0QT3AVrVThvLKPpVyfIJBIDCxqpV { box-sizing:content-box;height:21.5rem;width:18rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3125rem;left:57rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #121212;border-left:0.0625rem solid #121212;border-right:0.0625rem solid #121212;border-bottom:0.0625rem solid #121212;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.29) ;display:block; }
#UNZZKIVWVQ8ESi8V3qZtdvdn7ki7KHUr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15rem;left:58.03125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#P10ysreMyHOTpXWWUhuVLnJ5ulwLsbEJ { 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:12.6875rem;width:12.6875rem;top:2.39453125rem;left:40.613285064698rem;overflow:hidden;display:block; }
#gJ7hh3fcuzVNIAiTO6VMIVUW1SrRBtc4 { 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:15.125rem;width:15.125rem;top:1.34375rem;left:57rem;overflow:hidden;display:block; }
#SMog1eAsNnkQCngGH9NkSTR0hQ4wiwb1 { position:relative;display:block; }#SMog1eAsNnkQCngGH9NkSTR0hQ4wiwb1 { background-color: transparent; background-image: none; }#SMog1eAsNnkQCngGH9NkSTR0hQ4wiwb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMog1eAsNnkQCngGH9NkSTR0hQ4wiwb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMog1eAsNnkQCngGH9NkSTR0hQ4wiwb1 > .row .container > .video-iframe-container { display: none; }#SMog1eAsNnkQCngGH9NkSTR0hQ4wiwb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMog1eAsNnkQCngGH9NkSTR0hQ4wiwb1 > .row > .video-iframe-container { display: none; }#SMog1eAsNnkQCngGH9NkSTR0hQ4wiwb1 > .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); }#SMog1eAsNnkQCngGH9NkSTR0hQ4wiwb1 { border-width: 0; border-radius: 0; }#SMog1eAsNnkQCngGH9NkSTR0hQ4wiwb1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SMog1eAsNnkQCngGH9NkSTR0hQ4wiwb1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KPuR61gaDGu3SXHX080BcGwsulsn5iUn { box-sizing:content-box;height:21.5rem;width:18rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.34375rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #121212;border-left:0.0625rem solid #121212;border-right:0.0625rem solid #121212;border-bottom:0.0625rem solid #121212;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.29) ;display:block; }
#WGpcekrViy08bgAbgZhUREOVWmcwNyB8 { 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:10.25rem;width:14.8125rem;top:2.5625rem;left:1.78125rem;overflow:hidden;display:block; }
#X5y1A4Ryo22pf25XWbrvon5St05Lyxeo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15rem;left:1.03125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#Tuqx6rdx4VDqnmaf1UOn6ulnxg05oMTy { box-sizing:content-box;height:21.5rem;width:18rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.375rem;left:19.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #121212;border-left:0.0625rem solid #121212;border-right:0.0625rem solid #121212;border-bottom:0.0625rem solid #121212;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.29) ;display:block; }
#zXVDWH42P7o3dQd6y3QpT4h0ZtEiPSkp { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15rem;left:21.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#tSnSE3QBJTau6LAPG9EvsU7oQcC2qodP { box-sizing:content-box;height:21.5rem;width:18rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.375rem;left:37.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #121212;border-left:0.0625rem solid #121212;border-right:0.0625rem solid #121212;border-bottom:0.0625rem solid #121212;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.29) ;display:block; }
#fC2dSCuwWcgENALAZwzvslAW7lOSi50m { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15rem;left:38.84375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#HETSbDn9TMTiZlUFIzVyZTId6flIvgnt { box-sizing:content-box;height:21.5rem;width:18rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3125rem;left:57rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #121212;border-left:0.0625rem solid #121212;border-right:0.0625rem solid #121212;border-bottom:0.0625rem solid #121212;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.29) ;display:block; }
#ULestGS9seoOw3ULTyakszq6I0rFmw2v { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15rem;left:58.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#LGaeMRmUK8bHeEZM1myB2yytdOb7k63f { 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:10.125rem;width:14.5625rem;top:2.6875rem;left:39.59375rem;overflow:hidden;display:block; }
#Pwoh9GpchaTizaqL428u0KwckNf3xt5N { 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:10.6875rem;width:15.4375rem;top:2.34375rem;left:57.90625rem;overflow:hidden;display:block; }
#XZ7FnAaFPTOsfry5uaixDSfoinwvgKec { 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:10.1875rem;width:17rem;top:2.59375rem;left:19.625rem;overflow:hidden;display:block; }
#wwPVnhuBkb3CPkXyX7OUFWn9WTh4lTPE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wwPVnhuBkb3CPkXyX7OUFWn9WTh4lTPE > .row .container { background-color: transparent; background-image: none; }#wwPVnhuBkb3CPkXyX7OUFWn9WTh4lTPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwPVnhuBkb3CPkXyX7OUFWn9WTh4lTPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwPVnhuBkb3CPkXyX7OUFWn9WTh4lTPE > .row .container > .video-iframe-container { display: none; }#wwPVnhuBkb3CPkXyX7OUFWn9WTh4lTPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwPVnhuBkb3CPkXyX7OUFWn9WTh4lTPE > .row > .video-iframe-container { display: none; }#wwPVnhuBkb3CPkXyX7OUFWn9WTh4lTPE > .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); }#wwPVnhuBkb3CPkXyX7OUFWn9WTh4lTPE > .row .container { border-width: 0; border-radius: 0; }#wwPVnhuBkb3CPkXyX7OUFWn9WTh4lTPE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wwPVnhuBkb3CPkXyX7OUFWn9WTh4lTPE > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#RUKW1Ed3zst4HGnlJ1uinatlFBQZnq6Z { color:rgba(var(--color-tertiary-0),1);display:block;width:45.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:14.96875rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bCCZMcVwcRHJA0H4ZPTfDlz9A7O6Ah05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bCCZMcVwcRHJA0H4ZPTfDlz9A7O6Ah05 > .row .container { background-color: transparent; background-image: none; }#bCCZMcVwcRHJA0H4ZPTfDlz9A7O6Ah05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCCZMcVwcRHJA0H4ZPTfDlz9A7O6Ah05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCCZMcVwcRHJA0H4ZPTfDlz9A7O6Ah05 > .row .container > .video-iframe-container { display: none; }#bCCZMcVwcRHJA0H4ZPTfDlz9A7O6Ah05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCCZMcVwcRHJA0H4ZPTfDlz9A7O6Ah05 > .row > .video-iframe-container { display: none; }#bCCZMcVwcRHJA0H4ZPTfDlz9A7O6Ah05 > .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); }#bCCZMcVwcRHJA0H4ZPTfDlz9A7O6Ah05 > .row .container { border-width: 0; border-radius: 0; }#bCCZMcVwcRHJA0H4ZPTfDlz9A7O6Ah05 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bCCZMcVwcRHJA0H4ZPTfDlz9A7O6Ah05 > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#TWsiPK2J2GEif2pn3WmQnIhxbLwrps7S { box-sizing:content-box;height:12.5rem;width:15.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.3125rem;left:1.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#PRWp3rkGU0r87J4gOip48PHAeS7PpDvV { color:rgba(var(--color-primary-2),1);display:block;width:2.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:8.03125rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fyssgy7NAJClBTlQ0oPWnRZJWziyqZWL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3125rem;left:2.46875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZpkVigqWlpIWduaZtqX5p9eo1fPTUrCz { box-sizing:content-box;height:12.5rem;width:15.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.3125rem;left:20.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TLmx5Ky6kJoCGuJx9CVRZSvHyVNK9E4G { color:rgba(var(--color-primary-2),1);display:block;width:2.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6875rem;left:26.8125rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qecaEeMNAnTr8vM3TOmJ2RJDTFMc6NMh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.3125rem;left:21.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DxcaU2A17Ay49Lk5f8oIR3xFVqvqJByk { box-sizing:content-box;height:12.5rem;width:15.25rem;position:absolute;display:block;z-index:15009;background-color:#24b9a5;background-image:none;top:2.3125rem;left:58rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#LsTZgbXGcHdEHwPcCc6d8WfpEVgRNDKN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.3935546875rem;left:58.71875rem;height:6.33691875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mnDrUwog3qGgDl3BQcQkkqTDycXtHyHL { box-sizing:content-box;height:12.5rem;width:15.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.3125rem;left:39.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ht79555m5C2GXmhaqQzsWnbQzZEGm49V { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.3125rem;left:39.9375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ktr6XgX8RoNFsLP3vvB9orUv9PhkBSgb { color:rgba(var(--color-primary-2),1);display:block;width:2.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6875rem;left:45.5rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KrINf81xnDOhGONz27wLsXCyc6ACshTR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:2.5rem;top:7.63671875rem;left:17.5rem;overflow:hidden;display:block; }
#okIvGDBF5bIisSkFfe4bFdn5wKzElWTS { 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:0.6875rem;width:2.5rem;top:7.59375rem;left:36.25rem;overflow:hidden;display:block; }
#BVZXpMAHpZyHhGywENLrba8GirDCoc1E { position:absolute;display:block;z-index:15014;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:0.625rem;width:2.5rem;top:7.59375rem;left:55rem;overflow:hidden;display:block; }
#fHPqqfGQ20OmEnUbHVI24eHnQ0tFnxJt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:19.25rem;left:28.625rem;display:block; }
#u8Vmw0NrIBwe7EpP7Dqfddtq0xm9IQz8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvywPNoNAJ2zFXTqztnT5yTf4Br6rTPr { position:relative;display:block; }#rvywPNoNAJ2zFXTqztnT5yTf4Br6rTPr { background-color: transparent; background-image: none; }#rvywPNoNAJ2zFXTqztnT5yTf4Br6rTPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvywPNoNAJ2zFXTqztnT5yTf4Br6rTPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvywPNoNAJ2zFXTqztnT5yTf4Br6rTPr > .row .container > .video-iframe-container { display: none; }#rvywPNoNAJ2zFXTqztnT5yTf4Br6rTPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvywPNoNAJ2zFXTqztnT5yTf4Br6rTPr > .row > .video-iframe-container { display: none; }#rvywPNoNAJ2zFXTqztnT5yTf4Br6rTPr > .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); }#rvywPNoNAJ2zFXTqztnT5yTf4Br6rTPr { border-width: 0; border-radius: 0; }#rvywPNoNAJ2zFXTqztnT5yTf4Br6rTPr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rvywPNoNAJ2zFXTqztnT5yTf4Br6rTPr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TJnJzhAo090lz0vUBD45hL6TJ5gkSRL6 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:14.96875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wt8stgT0aOGXffl1SNV9tzTcZcIkMPXD { position:relative;display:block; }#Wt8stgT0aOGXffl1SNV9tzTcZcIkMPXD { background-color: transparent; background-image: none; }#Wt8stgT0aOGXffl1SNV9tzTcZcIkMPXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wt8stgT0aOGXffl1SNV9tzTcZcIkMPXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wt8stgT0aOGXffl1SNV9tzTcZcIkMPXD > .row .container > .video-iframe-container { display: none; }#Wt8stgT0aOGXffl1SNV9tzTcZcIkMPXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wt8stgT0aOGXffl1SNV9tzTcZcIkMPXD > .row > .video-iframe-container { display: none; }#Wt8stgT0aOGXffl1SNV9tzTcZcIkMPXD > .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); }#Wt8stgT0aOGXffl1SNV9tzTcZcIkMPXD { border-width: 0; border-radius: 0; }#Wt8stgT0aOGXffl1SNV9tzTcZcIkMPXD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Wt8stgT0aOGXffl1SNV9tzTcZcIkMPXD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yntcrUs0idcptahd6lquxhHVCCIxt62c { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE { 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; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container { background-color: transparent; background-image: none; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container > .video-iframe-container { display: none; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row > .video-iframe-container { display: none; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .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); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container { border-width: 0; border-radius: 0; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container { font-size:0.875rem;font-family:rubik;height:0.3125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #dsyriPyS2SirgsXUPx8T0g2IbSinoGOV { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row .container { background-color: transparent; background-image: none; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row .container > .video-iframe-container { display: none; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row > .video-iframe-container { display: none; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .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); }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row .container { border-width: 0; border-radius: 0; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row .container { width:47.75rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SazWc2FvIK8vQblelTP8thtWWpI6s86Q { width:16.9375rem;height:5.625rem;top:0.6875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP { background-color:#213d6a;background-image:url("https://images.assets-landingi.com/uc/a30ac68c-3820-4afd-bfb3-c7c50545ab79/top.jpg");background-position:top 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; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP.adaptive-delivery-prevent-bg, #rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP.lazyload, #rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP.lazyloading { background-image: none; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row .container { background-color: transparent; background-image: none; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row .container > .video-iframe-container { display: none; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row > .video-iframe-container { display: none; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .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); }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row .container { border-width: 0; border-radius: 0; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row .container { width:47.75rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iJMytxWh6TJ4334Fm5qGnOFlEV5Z55zE { width:10.75rem;height:11rem;top:0rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #r22NSXeJVx1DwHItAmsiQPCuzHbOX666 { width:15.9375rem;height:3.4121125rem;top:31.75rem;left:28.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WdhqkGIMaTpkXf7EmqLf7R585S6wIlmF { width:25.375rem;height:29.0625rem;top:29.8125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nNAos07vbTlCRBlOPhcDaGuXhNpiVPIg { width:43.5rem;height:27.375rem;top:2.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #plBl0wSHwMGZZI1GgIo5TKAqqL9Iziyi { width:30.875rem;height:8.7744375rem;top:5.125rem;left:8.5rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #r76aKo8c1bIXCay2ZhzguCQfg4TzaoFs { width:34.5rem;height:3.8984375rem;top:15.8125rem;left:6.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #W2mCHkmcvCZiVDktfnp2EwpiTTHJxLSl { width:25.8125rem;height:4rem;top:23.0625rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JtaONQlPVw1tQrNO4sKEEbVvh0FK74Dm { display:block; }
 }@media only screen and (max-width: 1199px) { #uDGfRWSKWfIKxNa7lfQyvyaNO6bc84aa { width:27.9375rem;height:4rem;top:54.3125rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BB1Mxif5vMoF2Ih3F3wFvugJApM87DrA { display:block; }
 }@media only screen and (max-width: 1199px) { #x12HVmxoUXhTtnXBd5aWE4L7cgTmKNpi { display:block; }#x12HVmxoUXhTtnXBd5aWE4L7cgTmKNpi > .row .container { width:47.75rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KtS4USTGmhtML1JIbn3v0UTiGBuGsLOr { width:46.25rem;height:23.9375rem;top:1.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OXQBGdCN0T7VIXBxNfbAdlOnNJHKpTcZ { width:46.25rem;height:25.4375rem;top:26.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UK8zEXKshrsBWErR0D0C95dJgMTO0JM2 { width:35.75rem;height:3.8984375rem;top:28.9375rem;left:6rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #FpFhOWEqCyP4ZbviSMGFpXGOEhKzr1mC { width:38.1875rem;height:8.7363125rem;top:35.0625rem;left:4.0625rem;font-size:1rem;display:block; }#FpFhOWEqCyP4ZbviSMGFpXGOEhKzr1mC li:before{  }
 }@media only screen and (max-width: 1199px) { #qcR1I7pceDrnQWvyTvAD5HZkkabaFPRa { width:25.8125rem;height:4rem;top:45.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #riuI8lPbNyCfktQn6vtum9kx4g9BSvEe { display:block; }
 }@media only screen and (max-width: 1199px) { #FVlhc2Hg0ZUJhzSf3VcoIE534xhTtHrn { width:27.3125rem;height:27.3125rem;top:0rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwoWIxOLtIkDGwEEILbW2bvugmKQiCdI { display:block; }#lwoWIxOLtIkDGwEEILbW2bvugmKQiCdI > .row .container { width:47.75rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #phyXAbn1TDeMikimS2alcs4UQJ6Coo3J { width:45.0625rem;height:2.03125rem;top:1.9375rem;left:1.34375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OFx88i6SImHOXOlmS1VuK6s3ZSgHKQ0n { display:block; }#OFx88i6SImHOXOlmS1VuK6s3ZSgHKQ0n > .row .container { width:47.75rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p5xLzXWOxmiiMETn1HlpDwxUMOxQUcMQ { width:18rem;height:21.5rem;top:1.3125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOnbCohu1e7qTB0Z1rv0rJSPNuJCRZX5 { width:14.5625rem;height:10.125rem;top:3.5rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yqc6Rw9hWm1y6WwBhmdfD6PZq6TEckqg { width:16.0625rem;height:5.19921875rem;top:15rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U5bScAsKNr6iVP9oFLhyzCT6h3SS05ls { width:18rem;height:21.5rem;top:24.0625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NT8vN0ENm3aqemVPnO6RaZMPy2O3CHxd { width:16.0625rem;height:3.8994125rem;top:37.75rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lod7Ag0kitOJCnzNKwD9vbO7G6DO1mXV { width:14.5625rem;height:10.125rem;top:26.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oevs4T6N0RQ97Zo2DaGyKNiTtpPbKNIc { width:18rem;height:21.5rem;top:46.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kh1H6sBiZ18VHCVwidpQ6v2Eu6cpfK2X { width:16.0625rem;height:3.8994125rem;top:60.625rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HXVDkeHL89x0tlynNsrVfssyp9hA48tQ { width:18rem;height:21.5rem;top:69.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tGBC4101ymq19G5omPRJyUlA2GaHIiob { width:16.0625rem;height:3.8994125rem;top:83.375rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x66bg8TimgTVaHwPpEZ5NEpngydNG1EN { width:14.5625rem;height:10.125rem;top:49.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VaWUJFz2s6nN5rgDRGxOiwCKhZOtV6zs { width:14.5625rem;height:10.125rem;top:71.875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sv18Beh633A37dzEB6kLMyrv91z9Hx6S { display:block; }#Sv18Beh633A37dzEB6kLMyrv91z9Hx6S > .row .container { width:47.75rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R3s2P7I0ZEQrWcOzrPMT08KcOxDVDyGR { width:18rem;height:21.5rem;top:0.6875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R7JfH00QA7vOv2dFhrgmWJUx7MJPlkO7 { width:16.8125rem;height:10.0625rem;top:4.5rem;left:14.927083969116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bb9hBG8H5k1RgCv8H5aQysUwQRiBEybV { width:16.0625rem;height:1.29980625rem;top:16.0625rem;left:15.302083969116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sAp44l1GNvGIWEUTlSzeDdaDxGKbmsBu { width:18rem;height:21.5rem;top:24.0625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTbaKOtPa2VTR5yTF8sal77vOg1yMKrQ { width:16.0625rem;height:2.5996125rem;top:37.75rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CKf7UH6UsTsd7g7x1rJTNC28NP2gKQI1 { width:14.5625rem;height:10.125rem;top:26.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B5cZq1f12JF6aWOVDX17FmqnLqtL5qIo { width:18rem;height:21.5rem;top:46.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KZMTXnhuQwmqO5Ks4nPfyauLTkQT5Vze { width:16.0625rem;height:2.5996125rem;top:62.625015258787rem;left:15.302083969116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bHFl0QT3AVrVThvLKPpVyfIJBIDCxqpV { width:18rem;height:21.5rem;top:69.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UNZZKIVWVQ8ESi8V3qZtdvdn7ki7KHUr { width:16.0625rem;height:3.8994125rem;top:84.5625038147rem;left:15.302083969116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P10ysreMyHOTpXWWUhuVLnJ5ulwLsbEJ { width:15.3125rem;height:15.3125rem;top:48.000015258789rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJ7hh3fcuzVNIAiTO6VMIVUW1SrRBtc4 { width:17.625rem;height:17.625rem;top:68.602867126462rem;left:13.583333969116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SMog1eAsNnkQCngGH9NkSTR0hQ4wiwb1 { display:block; }#SMog1eAsNnkQCngGH9NkSTR0hQ4wiwb1 > .row .container { width:47.75rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KPuR61gaDGu3SXHX080BcGwsulsn5iUn { width:18rem;height:21.5rem;top:1.3125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WGpcekrViy08bgAbgZhUREOVWmcwNyB8 { width:15.375rem;height:10.625rem;top:3.1875rem;left:15.395833969116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X5y1A4Ryo22pf25XWbrvon5St05Lyxeo { width:16.0625rem;height:3.8994125rem;top:15rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tuqx6rdx4VDqnmaf1UOn6ulnxg05oMTy { width:18rem;height:21.5rem;top:24.0625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zXVDWH42P7o3dQd6y3QpT4h0ZtEiPSkp { width:16.0625rem;height:2.5996125rem;top:37.75rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tSnSE3QBJTau6LAPG9EvsU7oQcC2qodP { width:18rem;height:21.5rem;top:46.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fC2dSCuwWcgENALAZwzvslAW7lOSi50m { width:16.0625rem;height:2.5996125rem;top:60.625rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HETSbDn9TMTiZlUFIzVyZTId6flIvgnt { width:18rem;height:21.5rem;top:69.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULestGS9seoOw3ULTyakszq6I0rFmw2v { width:16.0625rem;height:2.5996125rem;top:83.375rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGaeMRmUK8bHeEZM1myB2yytdOb7k63f { width:14.5625rem;height:10.125rem;top:49.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pwoh9GpchaTizaqL428u0KwckNf3xt5N { width:14.5625rem;height:10.125rem;top:71.875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZ7FnAaFPTOsfry5uaixDSfoinwvgKec { width:17.0625rem;height:10.25rem;top:26.375000953674rem;left:14.552083969116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wwPVnhuBkb3CPkXyX7OUFWn9WTh4lTPE { display:block; }#wwPVnhuBkb3CPkXyX7OUFWn9WTh4lTPE > .row .container { width:47.75rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RUKW1Ed3zst4HGnlJ1uinatlFBQZnq6Z { width:45.0625rem;height:2.03125rem;top:1.9375rem;left:1.34375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bCCZMcVwcRHJA0H4ZPTfDlz9A7O6Ah05 { display:block; }#bCCZMcVwcRHJA0H4ZPTfDlz9A7O6Ah05 > .row .container { width:47.75rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TWsiPK2J2GEif2pn3WmQnIhxbLwrps7S { width:15.25rem;height:12.5rem;top:1.4375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRWp3rkGU0r87J4gOip48PHAeS7PpDvV { width:2.6875rem;height:3.57421875rem;top:2.875rem;left:22.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fyssgy7NAJClBTlQ0oPWnRZJWziyqZWL { width:13.8125rem;height:4.875rem;top:7.375rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZpkVigqWlpIWduaZtqX5p9eo1fPTUrCz { width:15.25rem;height:12.5rem;top:14.5625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLmx5Ky6kJoCGuJx9CVRZSvHyVNK9E4G { width:2.6875rem;height:3.57421875rem;top:16rem;left:22.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qecaEeMNAnTr8vM3TOmJ2RJDTFMc6NMh { width:13.8125rem;height:4.875rem;top:20.5rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DxcaU2A17Ay49Lk5f8oIR3xFVqvqJByk { width:15.25rem;height:12.5rem;top:41.4375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LsTZgbXGcHdEHwPcCc6d8WfpEVgRNDKN { width:13.8125rem;height:4.875rem;top:45.25rem;left:17.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mnDrUwog3qGgDl3BQcQkkqTDycXtHyHL { width:15.25rem;height:12.5rem;top:28.3125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ht79555m5C2GXmhaqQzsWnbQzZEGm49V { width:13.8125rem;height:4.875rem;top:34.25rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ktr6XgX8RoNFsLP3vvB9orUv9PhkBSgb { width:2.6875rem;height:3.57421875rem;top:29.75rem;left:22.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KrINf81xnDOhGONz27wLsXCyc6ACshTR { width:2.5rem;height:0.6875rem;top:7.625rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #okIvGDBF5bIisSkFfe4bFdn5wKzElWTS { width:2.5rem;height:0.6875rem;top:7.5625rem;left:21.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BVZXpMAHpZyHhGywENLrba8GirDCoc1E { width:2.5rem;height:0.625rem;top:7.5625rem;left:33.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fHPqqfGQ20OmEnUbHVI24eHnQ0tFnxJt { width:25.8125rem;height:4rem;top:58.125rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8Vmw0NrIBwe7EpP7Dqfddtq0xm9IQz8 { display:block; }
 }@media only screen and (max-width: 1199px) { #rvywPNoNAJ2zFXTqztnT5yTf4Br6rTPr { display:block; }#rvywPNoNAJ2zFXTqztnT5yTf4Br6rTPr > .row .container { width:47.75rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TJnJzhAo090lz0vUBD45hL6TJ5gkSRL6 { width:45.0625rem;height:;top:1.9375rem;left:1.34375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wt8stgT0aOGXffl1SNV9tzTcZcIkMPXD { display:block; }#Wt8stgT0aOGXffl1SNV9tzTcZcIkMPXD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yntcrUs0idcptahd6lquxhHVCCIxt62c { width:47.75rem;height:21.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE { background-color:#ffffff;background-image:none;display:block; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container { background-color: transparent; background-image: none; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container > .video-iframe-container { display: none; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row > .video-iframe-container { display: none; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .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); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dsyriPyS2SirgsXUPx8T0g2IbSinoGOV { background-color:#ffffff;background-image:none;display:block; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row .container { background-color: transparent; background-image: none; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row .container > .video-iframe-container { display: none; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row > .video-iframe-container { display: none; }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .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); }#dsyriPyS2SirgsXUPx8T0g2IbSinoGOV > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SazWc2FvIK8vQblelTP8thtWWpI6s86Q { width:11.625rem;height:3.875rem;top:0.4375rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP { background-color:#213d6a;background-image:url("https://images.assets-landingi.com/uc/a30ac68c-3820-4afd-bfb3-c7c50545ab79/top.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:block; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP.adaptive-delivery-prevent-bg, #rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP.lazyload, #rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP.lazyloading { background-image: none; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row .container { background-color: transparent; background-image: none; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row .container > .video-iframe-container { display: none; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row > .video-iframe-container { display: none; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .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); }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row .container { border-width: 0; border-radius: 0; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwBF2uTkgoFwGwUNbbORof0OBAHlHJMP > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJMytxWh6TJ4334Fm5qGnOFlEV5Z55zE { width:7.1875rem;height:7.3118512110725rem;top:0rem;left:6.375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #r22NSXeJVx1DwHItAmsiQPCuzHbOX666 { width:15.9375rem;height:0;top:48.886590625rem;left:4.0625rem;font-size:1.3125rem;z-index:15017;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #WdhqkGIMaTpkXf7EmqLf7R585S6wIlmF { width:20rem;height:22.874493927126rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNAos07vbTlCRBlOPhcDaGuXhNpiVPIg { width:20rem;height:28.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #plBl0wSHwMGZZI1GgIo5TKAqqL9Iziyi { width:20rem;height:10.3984375rem;top:3.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r76aKo8c1bIXCay2ZhzguCQfg4TzaoFs { width:20rem;height:4.875rem;top:15.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2mCHkmcvCZiVDktfnp2EwpiTTHJxLSl { width:19rem;height:4rem;top:22.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtaONQlPVw1tQrNO4sKEEbVvh0FK74Dm { display:block; }
 }@media only screen and (max-width: 763px) { #uDGfRWSKWfIKxNa7lfQyvyaNO6bc84aa { width:18.625rem;height:9.0625rem;top:57.435546875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB1Mxif5vMoF2Ih3F3wFvugJApM87DrA { display:block; }
 }@media only screen and (max-width: 763px) { #x12HVmxoUXhTtnXBd5aWE4L7cgTmKNpi { display:block; }#x12HVmxoUXhTtnXBd5aWE4L7cgTmKNpi > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtS4USTGmhtML1JIbn3v0UTiGBuGsLOr { width:20rem;height:24rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXQBGdCN0T7VIXBxNfbAdlOnNJHKpTcZ { width:20rem;height:35.3125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK8zEXKshrsBWErR0D0C95dJgMTO0JM2 { width:20rem;height:7.796875rem;top:28.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpFhOWEqCyP4ZbviSMGFpXGOEhKzr1mC { width:18.8125rem;height:16.535125rem;top:37.375rem;left:1.1875rem;font-size:1rem;display:block; }#FpFhOWEqCyP4ZbviSMGFpXGOEhKzr1mC li:before{  }
 }@media only screen and (max-width: 763px) { #qcR1I7pceDrnQWvyTvAD5HZkkabaFPRa { width:17.75rem;height:4rem;top:55.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riuI8lPbNyCfktQn6vtum9kx4g9BSvEe { display:block; }
 }@media only screen and (max-width: 763px) { #FVlhc2Hg0ZUJhzSf3VcoIE534xhTtHrn { width:20rem;height:20rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwoWIxOLtIkDGwEEILbW2bvugmKQiCdI { display:block; }#lwoWIxOLtIkDGwEEILbW2bvugmKQiCdI > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phyXAbn1TDeMikimS2alcs4UQJ6Coo3J { width:19rem;height:4.0625rem;top:1.3125rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFx88i6SImHOXOlmS1VuK6s3ZSgHKQ0n { display:block; }#OFx88i6SImHOXOlmS1VuK6s3ZSgHKQ0n > .row .container { width:20rem;height:92.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5xLzXWOxmiiMETn1HlpDwxUMOxQUcMQ { width:18rem;height:21.5rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOnbCohu1e7qTB0Z1rv0rJSPNuJCRZX5 { width:14.5625rem;height:10.125rem;top:3.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqc6Rw9hWm1y6WwBhmdfD6PZq6TEckqg { width:16.0625rem;height:5.19921875rem;top:14.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5bScAsKNr6iVP9oFLhyzCT6h3SS05ls { width:18rem;height:21.5rem;top:24.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT8vN0ENm3aqemVPnO6RaZMPy2O3CHxd { width:16.0625rem;height:3.8994125rem;top:37.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lod7Ag0kitOJCnzNKwD9vbO7G6DO1mXV { width:14.5625rem;height:10.125rem;top:26.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oevs4T6N0RQ97Zo2DaGyKNiTtpPbKNIc { width:18rem;height:21.5rem;top:47rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh1H6sBiZ18VHCVwidpQ6v2Eu6cpfK2X { width:16.0625rem;height:3.8994125rem;top:60.6875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXVDkeHL89x0tlynNsrVfssyp9hA48tQ { width:18rem;height:21.5rem;top:69.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGBC4101ymq19G5omPRJyUlA2GaHIiob { width:16.0625rem;height:3.8994125rem;top:83.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x66bg8TimgTVaHwPpEZ5NEpngydNG1EN { width:14.5625rem;height:10.125rem;top:49.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaWUJFz2s6nN5rgDRGxOiwCKhZOtV6zs { width:14.5625rem;height:10.125rem;top:72.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv18Beh633A37dzEB6kLMyrv91z9Hx6S { display:block; }#Sv18Beh633A37dzEB6kLMyrv91z9Hx6S > .row .container { width:20rem;height:92.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3s2P7I0ZEQrWcOzrPMT08KcOxDVDyGR { width:18rem;height:21.5rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7JfH00QA7vOv2dFhrgmWJUx7MJPlkO7 { width:16.5625rem;height:9.875rem;top:3.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb9hBG8H5k1RgCv8H5aQysUwQRiBEybV { width:16.0625rem;height:1.29980625rem;top:14.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAp44l1GNvGIWEUTlSzeDdaDxGKbmsBu { width:18rem;height:21.5rem;top:24.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbaKOtPa2VTR5yTF8sal77vOg1yMKrQ { width:16.0625rem;height:2.5996125rem;top:37.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKf7UH6UsTsd7g7x1rJTNC28NP2gKQI1 { width:14.5625rem;height:10.125rem;top:26.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5cZq1f12JF6aWOVDX17FmqnLqtL5qIo { width:18rem;height:21.5rem;top:47rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZMTXnhuQwmqO5Ks4nPfyauLTkQT5Vze { width:16.0625rem;height:2.5996125rem;top:62.187511444092rem;left:1.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHFl0QT3AVrVThvLKPpVyfIJBIDCxqpV { width:18rem;height:21.5rem;top:69.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNZZKIVWVQ8ESi8V3qZtdvdn7ki7KHUr { width:16.0625rem;height:3.8994125rem;top:83.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P10ysreMyHOTpXWWUhuVLnJ5ulwLsbEJ { width:14.125rem;height:14.125rem;top:48.145823955536rem;left:4.01953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ7hh3fcuzVNIAiTO6VMIVUW1SrRBtc4 { width:16.0625rem;height:16.0625rem;top:69.87500190735rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMog1eAsNnkQCngGH9NkSTR0hQ4wiwb1 { display:block; }#SMog1eAsNnkQCngGH9NkSTR0hQ4wiwb1 > .row .container { width:20rem;height:92.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPuR61gaDGu3SXHX080BcGwsulsn5iUn { width:18rem;height:21.5rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGpcekrViy08bgAbgZhUREOVWmcwNyB8 { width:16rem;height:11.0625rem;top:2.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5y1A4Ryo22pf25XWbrvon5St05Lyxeo { width:16.0625rem;height:3.8994125rem;top:14.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuqx6rdx4VDqnmaf1UOn6ulnxg05oMTy { width:18rem;height:21.5rem;top:24.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXVDWH42P7o3dQd6y3QpT4h0ZtEiPSkp { width:16.0625rem;height:2.5996125rem;top:37.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSnSE3QBJTau6LAPG9EvsU7oQcC2qodP { width:18rem;height:21.5rem;top:47rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC2dSCuwWcgENALAZwzvslAW7lOSi50m { width:16.0625rem;height:2.5996125rem;top:60.6875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HETSbDn9TMTiZlUFIzVyZTId6flIvgnt { width:18rem;height:21.5rem;top:69.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULestGS9seoOw3ULTyakszq6I0rFmw2v { width:16.0625rem;height:2.5996125rem;top:83.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGaeMRmUK8bHeEZM1myB2yytdOb7k63f { width:14.5625rem;height:10.125rem;top:49.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwoh9GpchaTizaqL428u0KwckNf3xt5N { width:15.3125rem;height:10.625rem;top:71.5625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ7FnAaFPTOsfry5uaixDSfoinwvgKec { width:16.6875rem;height:10.0625rem;top:27.187501907349rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwPVnhuBkb3CPkXyX7OUFWn9WTh4lTPE { display:block; }#wwPVnhuBkb3CPkXyX7OUFWn9WTh4lTPE > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUKW1Ed3zst4HGnlJ1uinatlFBQZnq6Z { width:19rem;height:4.0625rem;top:1.3125rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCCZMcVwcRHJA0H4ZPTfDlz9A7O6Ah05 { display:block; }#bCCZMcVwcRHJA0H4ZPTfDlz9A7O6Ah05 > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWsiPK2J2GEif2pn3WmQnIhxbLwrps7S { width:15.25rem;height:12.5rem;top:1.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRWp3rkGU0r87J4gOip48PHAeS7PpDvV { width:2.6875rem;height:3.25rem;top:2.6875rem;left:8.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyssgy7NAJClBTlQ0oPWnRZJWziyqZWL { width:13.8125rem;height:4.38574375rem;top:7.1875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpkVigqWlpIWduaZtqX5p9eo1fPTUrCz { width:15.25rem;height:12.5rem;top:15rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLmx5Ky6kJoCGuJx9CVRZSvHyVNK9E4G { width:2.6875rem;height:2.5996125rem;top:16.4375rem;left:8.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qecaEeMNAnTr8vM3TOmJ2RJDTFMc6NMh { width:13.8125rem;height:2.92448125rem;top:20.9375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxcaU2A17Ay49Lk5f8oIR3xFVqvqJByk { width:15.25rem;height:12.5rem;top:42.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsTZgbXGcHdEHwPcCc6d8WfpEVgRNDKN { width:13.8125rem;height:6.33691875rem;top:46.6875rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnDrUwog3qGgDl3BQcQkkqTDycXtHyHL { width:15.25rem;height:12.5rem;top:29.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht79555m5C2GXmhaqQzsWnbQzZEGm49V { width:13.8125rem;height:4.38574375rem;top:35.0625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktr6XgX8RoNFsLP3vvB9orUv9PhkBSgb { width:2.6875rem;height:2.5996125rem;top:30.5625rem;left:8.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrINf81xnDOhGONz27wLsXCyc6ACshTR { width:2.5rem;height:0.6875rem;top:7.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #okIvGDBF5bIisSkFfe4bFdn5wKzElWTS { width:2.5rem;height:0.6875rem;top:40.125rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVZXpMAHpZyHhGywENLrba8GirDCoc1E { width:2.5rem;height:0.625rem;top:7.5625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHPqqfGQ20OmEnUbHVI24eHnQ0tFnxJt { width:17.75rem;height:4rem;top:57.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vmw0NrIBwe7EpP7Dqfddtq0xm9IQz8 { display:block; }
 }@media only screen and (max-width: 763px) { #rvywPNoNAJ2zFXTqztnT5yTf4Br6rTPr { display:block; }#rvywPNoNAJ2zFXTqztnT5yTf4Br6rTPr > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJnJzhAo090lz0vUBD45hL6TJ5gkSRL6 { width:19rem;height:2.03125rem;top:1.3125rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt8stgT0aOGXffl1SNV9tzTcZcIkMPXD { display:block; }#Wt8stgT0aOGXffl1SNV9tzTcZcIkMPXD > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yntcrUs0idcptahd6lquxhHVCCIxt62c { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE { display:block; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }