.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:244,220,244;--color-primary-1:218,140,219;--color-primary-2:181,24,183;--color-primary-3:91,12,92;--color-primary-4:27,4,27;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:220,221,221;--color-tertiary-1:140,140,141;--color-tertiary-2:24,25,27;--color-tertiary-3:12,13,14;--color-tertiary-4:4,4,4;--headlines-font-family:"Quicksand";--paragraphs-font-family:"Quicksand"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .row > .video-iframe-container { display: none; }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .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); }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;z-index:auto;display:block; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container { background-color: transparent; background-image: none; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container > .video-iframe-container { display: none; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row > .video-iframe-container { display: none; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .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); }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container { border-width: 0; border-radius: 0; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container { font-size:0.875rem;font-family:poppins;height:6.4375rem;width:75rem;position:relative;display:block; }#TGlErVfzLITyKoK58MlAOFHOwo1PnEqv { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #639bdb, #b518b7);background-image: -moz-linear-gradient(360deg, #639bdb, #b518b7);background-image: -ms-linear-gradient(360deg, #639bdb, #b518b7);background-image: -o-linear-gradient(360deg, #639bdb, #b518b7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#639bdb', endColorstr='#b518b7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#639bdb', endColorstr='#b518b7' );";background-image: linear-gradient(360deg, #639bdb, #b518b7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.9062501192093rem;left:58.125005722046rem;display:block; }
#TR9tzyXe2Q0QK1GHqhhgNuhlgmUraNJl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNv2MraJ0WyQeJnJ6unhb7GadRycrkIA { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.62305rem;width:16.936875rem;top:1.4440104365349rem;left:1.6731777191162rem;overflow:hidden;display:block; }
#OSWqVl2XwROWiF1ldg3AMNkdHw6pXBxv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:16.9375rem;top:1.404079914093rem;left:0.68576431274412rem;overflow:hidden;display:none; }
#R10v1REfWG9FT8C4BCGeTcQfrDGm4bOn { background-color:#f7f7fe;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.9062501192093rem;left:58.125005722046rem;display:none; }
#HEOmDotDg2V4rbfcLFISqVKgIGx7aHAJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gg7sxSf8rtlo83SbbV0MLwCbPTIaQfoh { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #0002a8;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#0002a8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#lkvPitzmfPUUZdVHolv37lPZUuEwgSL0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tI1lAFAAGA11PdIk1NRW7m5xnbLiZSqF { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #b518b7;border-left:0.1875rem solid #b518b7;border-right:0.1875rem solid #b518b7;border-bottom:0.1875rem solid #b518b7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:#425b91;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.999rem;height:2.6245125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.905517578125rem;left:42.999267578125rem;display:block; }
#BBm8CAfRS56xcsDMoa96KoLuNTe5Kqbh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/6d000192-ecb2-4e97-8684-713362d16b5a/landing_page_obs_AB_1920x1080_251203_gk_02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG.adaptive-delivery-prevent-bg, #EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG.lazyload, #EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG.lazyloading { background-image: none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container { background-color: transparent; background-image: none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container > .video-iframe-container { display: none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row > .video-iframe-container { display: none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .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); }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container { border-width: 0; border-radius: 0; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container { font-size:0.875rem;font-family:arial;height:65.5625rem;width:75rem;position:relative;display:block; }#IpMJg5BiZmF9NfRCyQKKds3uygAlLrcU { background-color:#f7f7fe;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.9062501192093rem;left:58.125005722046rem;display:none; }
#P8xF4cHGDPrO2dmPnddCmBLOpVOZdkbR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/6af98ee0-3a90-4cfb-a1a1-94e54dac3655/landing_page_obs_AB_1920x1080_251203_gk_01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV.adaptive-delivery-prevent-bg, #ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV.lazyload, #ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV.lazyloading { background-image: none; }#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV > .row .container { border-width: 0; border-radius: 0; }#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV > .row .container { font-size:0.875rem;font-family:arial;height:83.1875rem;width:75rem;position:relative;display:none; }#aQ6C0GsnmvW1od1Hxbnib4vNZs3T6DTk { background-color:#f7f7fe;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.9062501192093rem;left:58.125005722046rem;display:none; }
#b1VCAUvoi9HemMxcyBBn7vq9KVH5TagS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gttl87lIRUIqA6bt1R40blEZRSMe3Qon { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1858125rem;width:16.25rem;top:2.8125rem;left:30.1220703125rem;overflow:hidden;display:block; }
#VaACuOocQLGs9J34lE1tMbqRCwzoxWQ5 { position:relative;display:block; }#VaACuOocQLGs9J34lE1tMbqRCwzoxWQ5 { background-color: transparent; background-image: none; }#VaACuOocQLGs9J34lE1tMbqRCwzoxWQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaACuOocQLGs9J34lE1tMbqRCwzoxWQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaACuOocQLGs9J34lE1tMbqRCwzoxWQ5 > .row .container > .video-iframe-container { display: none; }#VaACuOocQLGs9J34lE1tMbqRCwzoxWQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaACuOocQLGs9J34lE1tMbqRCwzoxWQ5 > .row > .video-iframe-container { display: none; }#VaACuOocQLGs9J34lE1tMbqRCwzoxWQ5 > .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); }#VaACuOocQLGs9J34lE1tMbqRCwzoxWQ5 { border-width: 0; border-radius: 0; }#VaACuOocQLGs9J34lE1tMbqRCwzoxWQ5 > .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; }#VaACuOocQLGs9J34lE1tMbqRCwzoxWQ5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:251.625rem;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; }#KdcEWZWap1Teb2F9xntkIlLpaGKBSzIx { color:rgba(var(--color-tertiary-2),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:81.624755859375rem;left:4.373779296875rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gSgTqxeR9siQJ7S00PvnqNwAHVIvhIEA { color:rgba(var(--color-tertiary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.0625rem;left:0.0625rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTUH1BGhtMnH1lEzlPGST0LSpU4zD8Oc { color:rgba(var(--color-tertiary-2),1);display:block;width:71.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:21.125rem;left:1.1875rem;height:2.24975625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UmAyP9ToVCRc2nK6tcqWATFEGheriUGe { color:rgba(var(--color-tertiary-2),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:16.25rem;left:12.060546875rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Shsi4Q8LN4MK8OJyufFCduMEKv02bNBV { color:rgba(var(--color-tertiary-2),1);display:block;width:73.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:153.87451171875rem;left:1.06201171875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k5r9vxEcT6Z7iTsckeLK2TgaMszJXq6c { color:rgba(var(--color-tertiary-2),1);display:block;width:61.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:211.99975585938rem;left:11.124267578125rem;height:13.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WCwNBX8PC9lB1Q4EPVpUrzJNdVnqSCeL { color:rgba(var(--color-tertiary-2),1);display:block;width:60.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:226.74951171875rem;left:11.1865234375rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ote3aIUtpO5Hm9O0gPUWUSJWbHPN0Xlp { color:rgba(var(--color-tertiary-2),1);display:block;width:60.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:238.37426757812rem;left:11.1865234375rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zSdIBl8uD244TdSeuZLwkoLzTdIvObVf { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:41.9360625rem;width:75rem;top:101.6845703125rem;left:0rem;display:block; }
#iEIGXmKkCTxneO2n836gQskEkFO7yTgz { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:41.9360625rem;width:75rem;top:165.68725585938rem;left:0rem;display:block; }
#nhVkPEAip6TRtgDG2455KJoNiqDbaVpW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#MHQIpbdn9kE0M599Rv2sgqa8XvTK3JkA { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1858125rem;width:16.25rem;top:33.125rem;left:29.560546875rem;overflow:hidden;display:none; }
#u4vnKIXwmAD6ogEGsfmdwgJXDUbmHKc6 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8120125rem;width:4.8120125rem;top:240.65576171875rem;left:2.811279296875rem;overflow:hidden;display:block; }
#tf75D1gAO5TToL9MTVewUJ6aeD3lqzgK { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74975625rem;width:4.74975625rem;top:229.0615234375rem;left:2.843017578125rem;overflow:hidden;display:block; }
#h7yKbSsBNanOTaMuTfvRdxGeaN2x43Oz { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:216.21850585938rem;left:2.874755859375rem;overflow:hidden;display:block; }
#U7uXBTEt66lvsrBESU7yTfELewchlO8I { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1858125rem;width:16.25rem;top:0.953369140625rem;left:29.560546875rem;overflow:hidden;display:block; }
#HNZ3pLDLu9U8ycTiearHhQIARdhMCv36 { position:absolute;display:block;z-index:15020;height:52.1875rem;width:45rem;top:24.87548828125rem;left:15.185546875rem;display:block; }
#uTElh7GgGMPuxaof4x72Q55ukFid84K7 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:88.24951171875rem;left:1.3720703125rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aWSzAp99o69e3loUHuib8B00ZlJRcWc7 { color:rgba(var(--color-tertiary-2),1);display:block;width:66.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:148.18530273438rem;left:4.1552734375rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp { 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; }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .row .container { background-color: transparent; background-image: none; }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .row .container > .video-iframe-container { display: none; }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .row > .video-iframe-container { display: none; }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .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); }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .row .container { border-width: 0; border-radius: 0; }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#ImDx56vPJXF1k33nh93KKS6OMbgFfPc5 { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.375rem;width:32.6875rem;top:1.436767578125rem;left:2.37548828125rem;overflow:hidden;display:block; }
#aFKTBn501HUusTqe4mltc5UKe6X2qp3T { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.375rem;width:32.6875rem;top:1.436767578125rem;left:39.87548828125rem;overflow:hidden;display:block; }
#pzOdskBtymKnyfZtE33UnU4wmSySJmgc { 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; }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .row .container { background-color: transparent; background-image: none; }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .row .container > .video-iframe-container { display: none; }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .row > .video-iframe-container { display: none; }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .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); }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .row .container { border-width: 0; border-radius: 0; }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#FXR7alzGtL88B0is0dznvwQIDXxmgk6D { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74975625rem;width:4.74975625rem;top:4.0625rem;left:3.0625rem;overflow:hidden;display:block; }
#lFH9gumvJ7wR7sZNnzCvkoS1e2aWEHmu { color:rgba(var(--color-tertiary-2),1);display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:2.6875rem;left:11.3125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 > .row .container { border-width: 0; border-radius: 0; }#rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 > .row .container { font-size:0.875rem;font-family:arial;height:73.875rem;width:75rem;position:relative;display:none; }#EiXEg3v5n48NZ0i4FVOAZRvptKWzP3CW { color:rgba(var(--color-tertiary-2),1);display:block;width:35.745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:20.75rem;left:1.25rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UQNtGpvOC2A8lC1xlVKQ1BOXKv6li0gA { color:rgba(var(--color-tertiary-2),1);display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:25.375rem;left:1.25rem;height:13.1286875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sV63EDs66f2SFV2vMusfd2VBCb10yyoQ { color:rgba(var(--color-tertiary-2),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:40.3125rem;left:1.25rem;height:26.257325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wBP0cqEW4lD4Vc5qse3VXtX2Po2hwWgy { color:rgba(var(--color-tertiary-2),1);display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.875rem;left:1.25rem;height:10.5029375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qSoNJnEU9Cy1o99cEF6MrKS9JZF8aJig { color:rgba(var(--color-tertiary-2),1);display:block;width:71.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.37109375rem;left:1.1871070861816rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE { position:relative;display:none; }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE { border-width: 0; border-radius: 0; }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE > .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; }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.75rem;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:none; }#b5wdl9tnf7xDqAFIHiSN40mUsn2pyFNs { 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:36.5625rem;width:36.5625rem;top:0.36666624999998rem;left:0.36666625rem;overflow:hidden;display:none; }
#mevGJKGsnrZRWrLPnywOublF29oV1i3s { 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:36.75rem;width:36.75rem;top:0.359375rem;left:37.784371948242rem;overflow:hidden;display:none; }
#lrydXieVldrGAibySrdeAXUTHTMW7dxs { position:relative;display:none; }#lrydXieVldrGAibySrdeAXUTHTMW7dxs { border-width: 0; border-radius: 0; }#lrydXieVldrGAibySrdeAXUTHTMW7dxs > .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; }#lrydXieVldrGAibySrdeAXUTHTMW7dxs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;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:none; }#VOuMvxvzIWIPkFWlViuvt9wXVzxUvdJg { 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:36.25rem;width:36.25rem;top:0.65000228881837rem;left:0.425rem;overflow:hidden;display:none; }
#myRWrS0atGRN5rxpzBLuQ4io2mDiGtru { 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:36.375rem;width:36.375rem;top:0.72500228881838rem;left:38.049999237061rem;overflow:hidden;display:none; }
#pGKV3HqKtcSpX7qDBlQHrFHZnl94qRKO { 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:none; }#pGKV3HqKtcSpX7qDBlQHrFHZnl94qRKO > .row .container { border-width: 0; border-radius: 0; }#pGKV3HqKtcSpX7qDBlQHrFHZnl94qRKO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGKV3HqKtcSpX7qDBlQHrFHZnl94qRKO > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:none; }#BXuydX2wiBcXqLg2qs8nsspV6oofznvy { 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:none; }#BXuydX2wiBcXqLg2qs8nsspV6oofznvy > .row .container { border-width: 0; border-radius: 0; }#BXuydX2wiBcXqLg2qs8nsspV6oofznvy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXuydX2wiBcXqLg2qs8nsspV6oofznvy > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:none; }#ofZSeDMizzIurBfSPx3gJh1A7PoUmdyh { color:rgba(var(--color-primary-4),1);display:block;width:72.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.755615234375rem;left:1.56005859375rem;height:3.2495125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n3cGITXsezCPDW2ccxVZrA9c62yW5SiV { color:rgba(var(--color-primary-4),0.5);display:block;width:16.618375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:3.1992204189301rem;left:103.03750228882rem;height:4.592575rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HOVXUfvO8maCxJEpByUaeWHwVRpKADCu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HOVXUfvO8maCxJEpByUaeWHwVRpKADCu > .row .container { border-width: 0; border-radius: 0; }#HOVXUfvO8maCxJEpByUaeWHwVRpKADCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HOVXUfvO8maCxJEpByUaeWHwVRpKADCu > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:none; }#Hsm2ZZZH2VOiZ1NEf90GdkhratlOyIdM { color:rgba(var(--color-tertiary-1),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.75rem;left:39.375rem;height:15.9911875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LmqSLWuyZhUxXUQgyC45TR1ItTIvrwu9 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9rem;left:39.375rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SzQDh45zLHB80W4rAxITaZC3CoX7xmqN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-1),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.81640625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:36.1875rem;left:39.375rem;display:none; }
#QfcnTZpe2Rbyiz27LvO3cEoMJFZ9JTxK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mAIuiai8pOTas4k1uKDAyr8cW3FhNsFQ { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4350625rem;width:32.7478125rem;top:10.999755859375rem;left:2.37548828125rem;overflow:hidden;display:none; }
#VTGVFCmE1q5cf2gunkJ4w7QzGqfGSJL2 { color:rgba(var(--color-primary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:12.25rem;left:39.375rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uHLS2ycoalBX9JiU1xfMWWEDR0TpObWU { position:absolute;display:block;z-index:15090;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:7.5rem;width:12.0625rem;top:1.4375rem;left:39.375rem;overflow:hidden;display:none; }
#gincObqtT5dTXarDU1MwLRuamthpo05D { 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:none; }#gincObqtT5dTXarDU1MwLRuamthpo05D > .row .container { border-width: 0; border-radius: 0; }#gincObqtT5dTXarDU1MwLRuamthpo05D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gincObqtT5dTXarDU1MwLRuamthpo05D > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:none; }#hmPTeMAq3640t9m5mFAFc33CAXBXV82q { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.0625rem solid #e4003a;border-left:0.0625rem solid #e4003a;border-right:0.0625rem solid #e4003a;border-bottom:0.0625rem solid #e4003a;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:rgba(var(--color-primary-4),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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.21875rem;height:2.65551875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:31.375rem;left:40.625rem;display:block; }
#AkpX61MtuSEVSupxQ6dtsTf7WzhDmmWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f1BRtlIIzu71qIyH91IBG7dVW1u8NZSB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5595625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:8.076171875rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HegxI8na9JgZcrKsI5qhA9IKJbMv3AMJ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1220625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:14.749755859375rem;left:40.625rem;height:12.793rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wt3ld4aTVTfwxpTTk8tNXcoll91krbiD { position:absolute;display:block;z-index:15091;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:7.5625rem;width:12.0625rem;top:0.452880859375rem;left:40.625rem;overflow:hidden;display:block; }
#As1DExZk6GscVMOSp6rPORo2GpkwH46q { color:#e4003a;display:block;width:28.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:11.25rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V0LSFHKxssHTtilhfL9vTvpVO2WPUi3P { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.0625rem solid #e4003a;border-left:0.0625rem solid #e4003a;border-right:0.0625rem solid #e4003a;border-bottom:0.0625rem solid #e4003a;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.187rem;height:2.753175rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:31.32568359375rem;left:2.65380859375rem;display:block; }
#u1mBIRspQA49aS4DRMLTGn03Pec6rxTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZJ9Pc4GI9DqBppzsBt2oK0DKEbQ0dgaF { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:14.75rem;left:3.1875rem;height:15.9911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZIalcG0rT6CB9Nu07T8xBo1Iik4cvf6p { color:#e4003a;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:11.25rem;left:3.1875rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QGAOZSQ0xkTKN8nfF7LyJ3IyvPRp9D1B { color:rgba(var(--color-tertiary-4),1);display:block;width:18.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:8rem;left:3.1875rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BN40nW53MfWaxHoyE0oaakuow3e17G1t { position:absolute;display:block;z-index:15090;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:7.5rem;width:12.0625rem;top:0.4375rem;left:3.1875rem;overflow:hidden;display:block; }
#bUb1xBcpoaJF6lQVLRqGbQQWbveANV57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bUb1xBcpoaJF6lQVLRqGbQQWbveANV57 > .row .container { border-width: 0; border-radius: 0; }#bUb1xBcpoaJF6lQVLRqGbQQWbveANV57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUb1xBcpoaJF6lQVLRqGbQQWbveANV57 > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:none; }#XxfgsGI4FIXOTsoXTFkHJpEPeCVBQiIL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-1),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.6875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35.5rem;left:40.625rem;display:none; }
#gNzexTrpe3cf08eV24MT6ywkFJT1T2aK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oVow5uqKb2so0NvBNVZ4tSbcJm1kNZJ1 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:8.125rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pxkAA8lq5A3JcSSIZGEzkNsfTWOyr509 { color:rgba(var(--color-tertiary-1),1);display:block;width:30.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:14.875rem;left:40.625rem;height:19.1894375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#W0PmG9ptEsR9cSeKM4TweS1gR95eFtoz { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4365rem;width:32.7495rem;top:10.842195510864rem;left:2.3742179870606rem;overflow:hidden;display:none; }
#oVZELnKxhOfAD2cgaDpTGi5TmH67OFIM { position:absolute;display:block;z-index:15091;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:7.5625rem;width:12.0625rem;top:0rem;left:40.625rem;overflow:hidden;display:none; }
#CciM9zoEtySyH29BClC6NTJIufA41a4b { color:rgba(var(--color-primary-4),1);display:block;width:18.560125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:11.375rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aqxScJufsBFk7usSuf7Ey9lV7fgE7aFv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aqxScJufsBFk7usSuf7Ey9lV7fgE7aFv > .row .container { border-width: 0; border-radius: 0; }#aqxScJufsBFk7usSuf7Ey9lV7fgE7aFv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqxScJufsBFk7usSuf7Ey9lV7fgE7aFv > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:none; }#nXxAnJzaZdAs0HvkTCMKdb4V2GNeW6qz { color:rgba(var(--color-tertiary-1),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:14.3125rem;left:3.125rem;height:19.1894375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OSWT44skPTqloZJGEgSB53B8xUM3AwTK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-1),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.6875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:38.1875rem;left:3.125rem;display:none; }
#GuGPrqK7GAR8B0XS8V1yRbtHNhyD24ht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#veFE0ACNWzs4Xs47HRfigpih92urmKkK { color:rgba(var(--color-tertiary-1),1);display:block;width:18.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:7.5625rem;left:3.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#F0ZWT62BsnnZ5w7m3g6cWTUM7Lqgr16i { position:absolute;display:block;z-index:15091;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:7.5625rem;width:12.0625rem;top:0rem;left:3.125rem;overflow:hidden;display:none; }
#fvEBTCNWrKnfvTTV4BEUpuoU2xVJgxfB { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4973125rem;width:33.1860625rem;top:12.56103515625rem;left:39.65576171875rem;overflow:hidden;display:none; }
#nsZy7w1SgRTdE2rSGZsrE58mHbstsrJM { color:rgba(var(--color-primary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.6;letter-spacing:0;top:10.8125rem;left:3.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mkOpW7zgVhLvfInXZJmSOZUgEzsct2EV { 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:none; }#mkOpW7zgVhLvfInXZJmSOZUgEzsct2EV > .row .container { border-width: 0; border-radius: 0; }#mkOpW7zgVhLvfInXZJmSOZUgEzsct2EV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mkOpW7zgVhLvfInXZJmSOZUgEzsct2EV > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:none; }#pahxTPXrTuNDIfLctwRgxg6AFGiRTgBz { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.496125rem;width:33.1860625rem;top:2.188720703125rem;left:2.15576171875rem;overflow:hidden;display:block; }
#vvgDRAyXvkRIarttlmy0pAdRX16GBtPy { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.496125rem;width:33.0603125rem;top:2.188720703125rem;left:39.71923828125rem;overflow:hidden;display:block; }
#bOWoSJQnSSxBPGVZiq1B0IMufRx4sgCN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bOWoSJQnSSxBPGVZiq1B0IMufRx4sgCN > .row .container { border-width: 0; border-radius: 0; }#bOWoSJQnSSxBPGVZiq1B0IMufRx4sgCN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bOWoSJQnSSxBPGVZiq1B0IMufRx4sgCN > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:none; }#yded5cgCW4qz7IDoJ44re2RNRuRkgza0 { color:rgba(var(--color-tertiary-1),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.5rem;left:40.625rem;height:14.3920625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T6F5TmsQWAtpoXIcv2PP1ammWXTxKGu4 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:8.75rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xkU4f2ELXKvz77NTnCfJqgMx40yN3zmz { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-1),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.6875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:32.75rem;left:40.625rem;display:none; }
#T1xtBIoqbZPOq9i0RqGU5mFfwI10tmCh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hS728dpWsh1xaQHBLUZFTtaKm3pHyHH8 { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4973125rem;width:33.0603125rem;top:9.3115234375rem;left:2.21923828125rem;overflow:hidden;display:none; }
#egrsuyQsdN3yiHZ5JzT9O62UegAEdf8w { position:absolute;display:block;z-index:15090;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:7.5625rem;width:17.875rem;top:0.625rem;left:40.625rem;overflow:hidden;display:none; }
#e1f1vgoOXzBW4pbogq9ENVsFuCmofoeF { color:rgba(var(--color-primary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:12rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JK49R2R3tx4hzGQUEzxTHZkTfoEVs6eU { 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:none; }#JK49R2R3tx4hzGQUEzxTHZkTfoEVs6eU > .row .container { border-width: 0; border-radius: 0; }#JK49R2R3tx4hzGQUEzxTHZkTfoEVs6eU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JK49R2R3tx4hzGQUEzxTHZkTfoEVs6eU > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:none; }#Zse8m27MHVMtmyy5ZVKcGT8rHAGHPoib { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.374755859375rem;left:40.625rem;height:17.5903125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J3c2mHyAZrvZyu9mGZ1ODQa9wPx7Do63 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:9.06005859375rem;left:40.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ip2BEVFIT00ZmO8HWkTeZ4oI2NfJ13Uy { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.0625rem solid #e4003a;border-left:0.0625rem solid #e4003a;border-right:0.0625rem solid #e4003a;border-bottom:0.0625rem solid #e4003a;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-1),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.21875rem;height:2.65551875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35.5rem;left:40.625rem;display:block; }
#RzCzremk3qMUekTq8WTeVTZXC7yxkdyU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LkIHInxhPOxRC4U2ogTP5haaBv5ldBOl { position:absolute;display:block;z-index:15090;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:7.5625rem;width:17.875rem;top:1.4375rem;left:40.625rem;overflow:hidden;display:block; }
#KwnkMOriGxhzlT6b9eDVhw7KBBxoSSMT { color:#e4003a;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:11.875rem;left:40.68603515625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X09G8r8dgQexiLo3eBKiqoR06XtFqSbH { position:absolute;display:block;z-index:15091;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:7.5625rem;width:12.0625rem;top:1.0625rem;left:3.125rem;overflow:hidden;display:block; }
#cnCbPhqi3TkxTwLV8TIWbGZTWIheLkzU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5595625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:8.625rem;left:3.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lz6c67wAZEfukeU6NAviX0WknfsHhnzL { color:#e4003a;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.6;letter-spacing:0;top:11.875rem;left:3.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hD6PMiVh7fAmNBR1vXkFXgpuGI6uTEPM { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:15.375rem;left:3.125rem;height:19.1894375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wnOUkG3F1HHahZAOCWCeMWtu56cxtbyq { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.0625rem solid #e4003a;border-left:0.0625rem solid #e4003a;border-right:0.0625rem solid #e4003a;border-bottom:0.0625rem solid #e4003a;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-1),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.187rem;height:2.62378125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35.51513671875rem;left:3.155517578125rem;display:block; }
#HHTkypHoICdgRpBGxdOFf6JHFwt1dial { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xW22yTWpZTmOS9bDyycfW82WosLkOGID { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xW22yTWpZTmOS9bDyycfW82WosLkOGID > .row .container { border-width: 0; border-radius: 0; }#xW22yTWpZTmOS9bDyycfW82WosLkOGID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xW22yTWpZTmOS9bDyycfW82WosLkOGID > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:none; }#Mp7Ps9o1Jba6P16WlO4bFMek1RBS8wCT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.21875rem;height:2.65551875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:34.6875rem;left:39.81201171875rem;display:none; }
#fABn164nTtIGDs76uRoU5QLxhvR81gGN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#za7fDoJOmTcw5nU9OPw1Q96OBV3ucTuG { color:rgba(var(--color-tertiary-1),1);display:block;width:18.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:9.3125rem;left:39.8125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eVUxNNUcKercWM2MkU6BAs44tkf9Se8R { color:rgba(var(--color-tertiary-1),1);display:block;width:30.1220625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:15.623779296875rem;left:39.81201171875rem;height:17.5903125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#cF76Wk8yETka1y55k8ArP5XkLW2BPntF { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4350625rem;width:32.7480625rem;top:11.437517166137rem;left:2.3742179870606rem;overflow:hidden;display:none; }
#MfT0DsNbW6FycGXVxvHwKKbDK9ai3iny { position:absolute;display:block;z-index:15091;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:7.5rem;width:13.375rem;top:1.1875rem;left:39.8125rem;overflow:hidden;display:none; }
#IxqDNE3sMLzTk6sKKc4yhczRq0XE0h6n { color:rgba(var(--color-primary-4),1);display:block;width:18.560125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:12.5625rem;left:39.8125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#saO5Mlgs5xMFnmAUwhQ5DCuKz3cVs3sN { 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:none; }#saO5Mlgs5xMFnmAUwhQ5DCuKz3cVs3sN > .row .container { border-width: 0; border-radius: 0; }#saO5Mlgs5xMFnmAUwhQ5DCuKz3cVs3sN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#saO5Mlgs5xMFnmAUwhQ5DCuKz3cVs3sN > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:none; }#lArWD00TNRMiio64yrSVGPwWS3oqDZgK { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.0625rem solid #e4003a;border-left:0.0625rem solid #e4003a;border-right:0.0625rem solid #e4003a;border-bottom:0.0625rem solid #e4003a;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.187rem;height:2.62378125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:51.6875rem;left:22.4375rem;display:block; }
#bOkBXVrqXvyfLlKTpAUCy9QwE7THirns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#neVIMPQUK751zwEdxJ0WJrdR6uTnG4oJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:27.9375rem;left:22.4375rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xakX0cWMbU7T57CSLJLSCfhlpTDaXM1F { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1220625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:34.25rem;left:22.4375rem;height:14.3920625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sgONFgTHwCu7VshXXyA9BJ7HKd9MwxLy { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.4350625rem;width:32.7478125rem;top:0.7177734375rem;left:20.81298828125rem;overflow:hidden;display:block; }
#huttQBs8D4tCzFqG5PO4Tbd01yzdmpv0 { position:absolute;display:block;z-index:15091;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:7.5rem;width:13.375rem;top:19.8125rem;left:22.4375rem;overflow:hidden;display:block; }
#nAxqNIa3mHS1aTtwT3pgyDtWDrx5BrkZ { color:#e4003a;display:block;width:18.560125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:31.1875rem;left:22.4375rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO { position:relative;display:none; }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO { border-width: 0; border-radius: 0; }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO > .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; }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;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:none; }#FoICqs83ASKrS0xDrDUPoLkGVhogDT57 { 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:36.3125rem;width:36.3125rem;top:0.6875rem;left:38.09375rem;overflow:hidden;display:block; }
#Er3GZ67Twq2alPVO8Zs2iyy5NLFrL8gh { 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:36.3125rem;width:36.3125rem;top:0.6875rem;left:0.59375rem;overflow:hidden;display:block; }
#BQDm3MioivpDtdUTzm2bH8JXG58JP87B { position:relative;display:none; }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B { border-width: 0; border-radius: 0; }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B > .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; }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;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:none; }#C2PhbvuaIHUChTJOsPfvELkDM1Oh5gSt { 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:36.3125rem;width:36.3125rem;top:0.6875rem;left:38.09375rem;overflow:hidden;display:block; }
#OssKTuwTeD9v48iIc50k88yJ6OeOB3uy { 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:36.3125rem;width:36.3125rem;top:0.6875rem;left:0.59375rem;overflow:hidden;display:block; }
#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row .container { background-color: transparent; background-image: none; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row .container > .video-iframe-container { display: none; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row > .video-iframe-container { display: none; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .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); }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row .container { border-width: 0; border-radius: 0; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#u10oTKwOiIVXSnGkKTQ2vWcGP0JQB6Az { position:absolute;display:block;z-index:15024;background-color:#425b91;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:3.125rem;width:3.125rem;top:1.9375rem;left:63.5625rem;display:block; }
#MZb8toG9cgxX7r2uPOIIc0EZQhxSKcfq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:2.5625rem;left:64.1875rem; }
#MZb8toG9cgxX7r2uPOIIc0EZQhxSKcfq > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#Ta2aEEOoNy85FCz5xbSkF8OwCs4rzine { position:absolute;display:block;z-index:15022;background-color:#425b91;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:3.0625rem;width:3.0625rem;top:1.9375rem;left:59.875rem;display:block; }
#F4fXMc0gFLN89UtTBXuTanMTLOKqHHme { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:2.4375rem;left:60.375rem; }
#F4fXMc0gFLN89UtTBXuTanMTLOKqHHme > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#TJmKPkf19G0JwBJzmUprcQsLkyLLUt6p { position:absolute;display:block;z-index:15020;background-color:#425b91;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:3rem;width:3rem;top:2rem;left:56.1875rem;display:block; }
#hbMDq94ivvZSTVnSP8Mu0IdGR3ap44ph { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:2.5625rem;left:56.9375rem; }
#hbMDq94ivvZSTVnSP8Mu0IdGR3ap44ph > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#o1TPuF6PCDzRoE2P6Khl22ekcqIBxvPV { position:absolute;display:block;z-index:15058;background-color:#425b91;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:2rem;left:52.75rem;display:block; }
#IgDixxtkbOwnfTCmKFmWCi7Kik761ifd { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:2.6875rem;left:53.4375rem;overflow:hidden;display:block; }
#NtFiA5nn1f8PLFiMJUX0Jn1DJoTKIJln { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8125rem;left:32.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uptI7WvO6cwLiRyWhyuHTm4xkOmnwqDR { color:rgba(var(--color-tertiary-2),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8125rem;left:8.3125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW { position:relative;z-index:auto;display:block; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGlErVfzLITyKoK58MlAOFHOwo1PnEqv { width:12.24975rem;height:2.56225625rem;top:1.93603515625rem;left:33.436279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR9tzyXe2Q0QK1GHqhhgNuhlgmUraNJl { display:block; }
 }@media only screen and (max-width: 763px) { #VNv2MraJ0WyQeJnJ6unhb7GadRycrkIA { width:16.875rem;height:3.6098140152773rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSWqVl2XwROWiF1ldg3AMNkdHw6pXBxv { width:16.9375rem;height:3.6242649867154rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R10v1REfWG9FT8C4BCGeTcQfrDGm4bOn { width:12.25rem;height:2.5625rem;top:1.9375rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEOmDotDg2V4rbfcLFISqVKgIGx7aHAJ { display:block; }
 }@media only screen and (max-width: 763px) { #gg7sxSf8rtlo83SbbV0MLwCbPTIaQfoh { width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkvPitzmfPUUZdVHolv37lPZUuEwgSL0 { display:block; }
 }@media only screen and (max-width: 763px) { #tI1lAFAAGA11PdIk1NRW7m5xnbLiZSqF { width:12.24975rem;height:2.56225625rem;top:1.93603515625rem;left:33.436279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBm8CAfRS56xcsDMoa96KoLuNTe5Kqbh { display:block; }
 }@media only screen and (max-width: 763px) { #EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/e03c7c08-ee4a-4471-b864-75b82231a7f5/landing_page_sportowy_do_1920x1080_251121_lh_01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG.adaptive-delivery-prevent-bg, #EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG.lazyload, #EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG.lazyloading { background-image: none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container { width:47.75rem;height:28.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IpMJg5BiZmF9NfRCyQKKds3uygAlLrcU { width:12.25rem;height:2.5625rem;top:1.9375rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8xF4cHGDPrO2dmPnddCmBLOpVOZdkbR { display:block; }
 }@media only screen and (max-width: 763px) { #ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/e03c7c08-ee4a-4471-b864-75b82231a7f5/landing_page_sportowy_do_1920x1080_251121_lh_01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV.adaptive-delivery-prevent-bg, #ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV.lazyload, #ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV.lazyloading { background-image: none; }#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV > .row .container { width:47.75rem;height:28.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aQ6C0GsnmvW1od1Hxbnib4vNZs3T6DTk { width:12.25rem;height:2.5625rem;top:1.9375rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1VCAUvoi9HemMxcyBBn7vq9KVH5TagS { display:block; }
 }@media only screen and (max-width: 763px) { #gttl87lIRUIqA6bt1R40blEZRSMe3Qon { width:16.25rem;height:9.1858125rem;top:2.8125rem;left:16.4970703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaACuOocQLGs9J34lE1tMbqRCwzoxWQ5 { display:block; }#VaACuOocQLGs9J34lE1tMbqRCwzoxWQ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdcEWZWap1Teb2F9xntkIlLpaGKBSzIx { top:58.763427734375rem;left:0.62255859375rem;width:46.499rem;height:15.1940875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSgTqxeR9siQJ7S00PvnqNwAHVIvhIEA { top:1.18408203125rem;left:12.716064453125rem;width:22.312rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTUH1BGhtMnH1lEzlPGST0LSpU4zD8Oc { top:7.999267578125rem;left:1.092529296875rem;width:45.5615rem;height:8.4411625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmAyP9ToVCRc2nK6tcqWATFEGheriUGe { top:1.18408203125rem;left:12.716064453125rem;width:22.312rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shsi4Q8LN4MK8OJyufFCduMEKv02bNBV { top:58.763427734375rem;left:0.62255859375rem;width:46.499rem;height:15.1940875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5r9vxEcT6Z7iTsckeLK2TgaMszJXq6c { top:58.763427734375rem;left:0.62255859375rem;width:46.499rem;height:15.1940875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCwNBX8PC9lB1Q4EPVpUrzJNdVnqSCeL { top:58.763427734375rem;left:0.62255859375rem;width:46.499rem;height:15.1940875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ote3aIUtpO5Hm9O0gPUWUSJWbHPN0Xlp { top:58.763427734375rem;left:0.62255859375rem;width:46.499rem;height:15.1940875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSdIBl8uD244TdSeuZLwkoLzTdIvObVf { width:47.75rem;height:26.699293125rem;top:101.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEIGXmKkCTxneO2n836gQskEkFO7yTgz { width:47.75rem;height:26.699293125rem;top:165.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhVkPEAip6TRtgDG2455KJoNiqDbaVpW { width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHQIpbdn9kE0M599Rv2sgqa8XvTK3JkA { width:16.25rem;height:9.1858125rem;top:33.125rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4vnKIXwmAD6ogEGsfmdwgJXDUbmHKc6 { width:4.75rem;height:4.75rem;top:240.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf75D1gAO5TToL9MTVewUJ6aeD3lqzgK { width:4.6875rem;height:4.6875rem;top:229rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7yKbSsBNanOTaMuTfvRdxGeaN2x43Oz { width:4.6875rem;height:4.6875rem;top:216.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7uXBTEt66lvsrBESU7yTfELewchlO8I { width:16.25rem;height:9.1858125rem;top:0.9375rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNZ3pLDLu9U8ycTiearHhQIARdhMCv36 { width:45rem;height:52.1875rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTElh7GgGMPuxaof4x72Q55ukFid84K7 { top:58.763427734375rem;left:0.62255859375rem;width:46.499rem;height:15.1940875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWSzAp99o69e3loUHuib8B00ZlJRcWc7 { top:58.763427734375rem;left:0.62255859375rem;width:46.499rem;height:15.1940875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp { display:none; }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ImDx56vPJXF1k33nh93KKS6OMbgFfPc5 { width:32.6875rem;height:18.375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFKTBn501HUusTqe4mltc5UKe6X2qp3T { width:32.6875rem;height:18.375rem;top:1.375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzOdskBtymKnyfZtE33UnU4wmSySJmgc { display:none; }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FXR7alzGtL88B0is0dznvwQIDXxmgk6D { width:4.6875rem;height:4.6875rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFH9gumvJ7wR7sZNnzCvkoS1e2aWEHmu { top:58.763427734375rem;left:0.62255859375rem;width:46.499rem;height:15.1940875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 { display:none; }#rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EiXEg3v5n48NZ0i4FVOAZRvptKWzP3CW { top:20.75rem;left:0rem;width:35.6875rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQNtGpvOC2A8lC1xlVKQ1BOXKv6li0gA { top:25.375rem;left:0rem;width:47.75rem;height:13.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV63EDs66f2SFV2vMusfd2VBCb10yyoQ { top:40.3125rem;left:0rem;width:47.75rem;height:26.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBP0cqEW4lD4Vc5qse3VXtX2Po2hwWgy { top:8.875rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSoNJnEU9Cy1o99cEF6MrKS9JZF8aJig { top:1.3125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE { display:none; }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE > .row .container { width:47.75rem;height:24.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b5wdl9tnf7xDqAFIHiSN40mUsn2pyFNs { width:23.9375rem;height:23.9375rem;top:0.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mevGJKGsnrZRWrLPnywOublF29oV1i3s { width:23.81225rem;height:23.81225rem;top:0.372314453125rem;left:23.936767578125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrydXieVldrGAibySrdeAXUTHTMW7dxs { display:none; }#lrydXieVldrGAibySrdeAXUTHTMW7dxs > .row .container { width:47.75rem;height:24.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VOuMvxvzIWIPkFWlViuvt9wXVzxUvdJg { width:23.93675rem;height:23.93675rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #myRWrS0atGRN5rxpzBLuQ4io2mDiGtru { width:24.0625rem;height:24.0625rem;top:0.029562499999998rem;left:23.87113671875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGKV3HqKtcSpX7qDBlQHrFHZnl94qRKO { display:none; }#pGKV3HqKtcSpX7qDBlQHrFHZnl94qRKO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BXuydX2wiBcXqLg2qs8nsspV6oofznvy { display:none; }#BXuydX2wiBcXqLg2qs8nsspV6oofznvy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ofZSeDMizzIurBfSPx3gJh1A7PoUmdyh { top:0.75rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3cGITXsezCPDW2ccxVZrA9c62yW5SiV { top:3.8125rem;left:31.1875rem;width:16.5625rem;height:4.5625rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOVXUfvO8maCxJEpByUaeWHwVRpKADCu { display:none; }#HOVXUfvO8maCxJEpByUaeWHwVRpKADCu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hsm2ZZZH2VOiZ1NEf90GdkhratlOyIdM { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmqSLWuyZhUxXUQgyC45TR1ItTIvrwu9 { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzQDh45zLHB80W4rAxITaZC3CoX7xmqN { width:31.1875rem;height:2.75rem;top:36.1875rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfcnTZpe2Rbyiz27LvO3cEoMJFZ9JTxK { display:block; }
 }@media only screen and (max-width: 763px) { #mAIuiai8pOTas4k1uKDAyr8cW3FhNsFQ { width:32.6875rem;height:18.401110164801rem;top:10.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTGVFCmE1q5cf2gunkJ4w7QzGqfGSJL2 { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHLS2ycoalBX9JiU1xfMWWEDR0TpObWU { width:12.0625rem;height:7.5rem;top:1.4375rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gincObqtT5dTXarDU1MwLRuamthpo05D { display:none; }#gincObqtT5dTXarDU1MwLRuamthpo05D > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hmPTeMAq3640t9m5mFAFc33CAXBXV82q { width:31.125rem;height:2.5625rem;top:31.375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkpX61MtuSEVSupxQ6dtsTf7WzhDmmWp { display:block; }
 }@media only screen and (max-width: 763px) { #f1BRtlIIzu71qIyH91IBG7dVW1u8NZSB { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HegxI8na9JgZcrKsI5qhA9IKJbMv3AMJ { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt3ld4aTVTfwxpTTk8tNXcoll91krbiD { width:12.0625rem;height:7.5625rem;top:0.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #As1DExZk6GscVMOSp6rPORo2GpkwH46q { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0LSFHKxssHTtilhfL9vTvpVO2WPUi3P { width:31.125rem;height:2.75rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1mBIRspQA49aS4DRMLTGn03Pec6rxTE { display:block; }
 }@media only screen and (max-width: 763px) { #ZJ9Pc4GI9DqBppzsBt2oK0DKEbQ0dgaF { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIalcG0rT6CB9Nu07T8xBo1Iik4cvf6p { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGAOZSQ0xkTKN8nfF7LyJ3IyvPRp9D1B { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN40nW53MfWaxHoyE0oaakuow3e17G1t { width:12.0625rem;height:7.5rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUb1xBcpoaJF6lQVLRqGbQQWbveANV57 { display:none; }#bUb1xBcpoaJF6lQVLRqGbQQWbveANV57 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XxfgsGI4FIXOTsoXTFkHJpEPeCVBQiIL { width:31.125rem;height:2.5625rem;top:35.5rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNzexTrpe3cf08eV24MT6ywkFJT1T2aK { display:block; }
 }@media only screen and (max-width: 763px) { #oVow5uqKb2so0NvBNVZ4tSbcJm1kNZJ1 { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxkAA8lq5A3JcSSIZGEzkNsfTWOyr509 { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0PmG9ptEsR9cSeKM4TweS1gR95eFtoz { width:32.6875rem;height:18.401596780104rem;top:10.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVZELnKxhOfAD2cgaDpTGi5TmH67OFIM { width:12.0625rem;height:7.5625rem;top:0rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CciM9zoEtySyH29BClC6NTJIufA41a4b { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqxScJufsBFk7usSuf7Ey9lV7fgE7aFv { display:none; }#aqxScJufsBFk7usSuf7Ey9lV7fgE7aFv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nXxAnJzaZdAs0HvkTCMKdb4V2GNeW6qz { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSWT44skPTqloZJGEgSB53B8xUM3AwTK { width:31.1875rem;height:2.625rem;top:38.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuGPrqK7GAR8B0XS8V1yRbtHNhyD24ht { display:block; }
 }@media only screen and (max-width: 763px) { #veFE0ACNWzs4Xs47HRfigpih92urmKkK { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0ZWT62BsnnZ5w7m3g6cWTUM7Lqgr16i { width:12.0625rem;height:7.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvEBTCNWrKnfvTTV4BEUpuoU2xVJgxfB { width:33.125rem;height:18.46327736418rem;top:12.5rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsZy7w1SgRTdE2rSGZsrE58mHbstsrJM { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkOpW7zgVhLvfInXZJmSOZUgEzsct2EV { display:none; }#mkOpW7zgVhLvfInXZJmSOZUgEzsct2EV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pahxTPXrTuNDIfLctwRgxg6AFGiRTgBz { width:33.125rem;height:18.462092049185rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvgDRAyXvkRIarttlmy0pAdRX16GBtPy { width:33rem;height:18.4623821992rem;top:2.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOWoSJQnSSxBPGVZiq1B0IMufRx4sgCN { display:none; }#bOWoSJQnSSxBPGVZiq1B0IMufRx4sgCN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yded5cgCW4qz7IDoJ44re2RNRuRkgza0 { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6F5TmsQWAtpoXIcv2PP1ammWXTxKGu4 { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkU4f2ELXKvz77NTnCfJqgMx40yN3zmz { width:31.1875rem;height:2.625rem;top:32.75rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1xtBIoqbZPOq9i0RqGU5mFfwI10tmCh { display:block; }
 }@media only screen and (max-width: 763px) { #hS728dpWsh1xaQHBLUZFTtaKm3pHyHH8 { width:33rem;height:18.463567532824rem;top:9.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #egrsuyQsdN3yiHZ5JzT9O62UegAEdf8w { width:17.875rem;height:7.5625rem;top:0.625rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1f1vgoOXzBW4pbogq9ENVsFuCmofoeF { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JK49R2R3tx4hzGQUEzxTHZkTfoEVs6eU { display:none; }#JK49R2R3tx4hzGQUEzxTHZkTfoEVs6eU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zse8m27MHVMtmyy5ZVKcGT8rHAGHPoib { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3c2mHyAZrvZyu9mGZ1ODQa9wPx7Do63 { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip2BEVFIT00ZmO8HWkTeZ4oI2NfJ13Uy { width:31.125rem;height:2.5625rem;top:35.5rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzCzremk3qMUekTq8WTeVTZXC7yxkdyU { display:block; }
 }@media only screen and (max-width: 763px) { #LkIHInxhPOxRC4U2ogTP5haaBv5ldBOl { width:17.875rem;height:7.5625rem;top:1.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwnkMOriGxhzlT6b9eDVhw7KBBxoSSMT { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X09G8r8dgQexiLo3eBKiqoR06XtFqSbH { width:12.0625rem;height:7.5625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnCbPhqi3TkxTwLV8TIWbGZTWIheLkzU { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz6c67wAZEfukeU6NAviX0WknfsHhnzL { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD6PMiVh7fAmNBR1vXkFXgpuGI6uTEPM { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnOUkG3F1HHahZAOCWCeMWtu56cxtbyq { width:31.125rem;height:2.5625rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHTkypHoICdgRpBGxdOFf6JHFwt1dial { display:block; }
 }@media only screen and (max-width: 763px) { #xW22yTWpZTmOS9bDyycfW82WosLkOGID { display:none; }#xW22yTWpZTmOS9bDyycfW82WosLkOGID > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mp7Ps9o1Jba6P16WlO4bFMek1RBS8wCT { width:31.1875rem;height:2.625rem;top:34.6875rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fABn164nTtIGDs76uRoU5QLxhvR81gGN { display:block; }
 }@media only screen and (max-width: 763px) { #za7fDoJOmTcw5nU9OPw1Q96OBV3ucTuG { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVUxNNUcKercWM2MkU6BAs44tkf9Se8R { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cF76Wk8yETka1y55k8ArP5XkLW2BPntF { width:32.6875rem;height:18.400969690001rem;top:11.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfT0DsNbW6FycGXVxvHwKKbDK9ai3iny { width:13.375rem;height:7.5rem;top:1.1875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxqDNE3sMLzTk6sKKc4yhczRq0XE0h6n { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #saO5Mlgs5xMFnmAUwhQ5DCuKz3cVs3sN { display:none; }#saO5Mlgs5xMFnmAUwhQ5DCuKz3cVs3sN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lArWD00TNRMiio64yrSVGPwWS3oqDZgK { width:31.125rem;height:2.5625rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOkBXVrqXvyfLlKTpAUCy9QwE7THirns { display:block; }
 }@media only screen and (max-width: 763px) { #neVIMPQUK751zwEdxJ0WJrdR6uTnG4oJ { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xakX0cWMbU7T57CSLJLSCfhlpTDaXM1F { width:22.1875rem;height:25.6rem;top:19.556251525879rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgONFgTHwCu7VshXXyA9BJ7HKd9MwxLy { width:32.6875rem;height:18.401110164801rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huttQBs8D4tCzFqG5PO4Tbd01yzdmpv0 { width:13.375rem;height:7.5rem;top:19.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAxqNIa3mHS1aTtwT3pgyDtWDrx5BrkZ { width:7.8125rem;height:3.2rem;top:26.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO { display:none; }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FoICqs83ASKrS0xDrDUPoLkGVhogDT57 { width:36.3125rem;height:36.3125rem;top:0.6875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er3GZ67Twq2alPVO8Zs2iyy5NLFrL8gh { width:36.3125rem;height:36.3125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQDm3MioivpDtdUTzm2bH8JXG58JP87B { display:none; }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C2PhbvuaIHUChTJOsPfvELkDM1Oh5gSt { width:36.3125rem;height:36.3125rem;top:0.6875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OssKTuwTeD9v48iIc50k88yJ6OeOB3uy { width:36.3125rem;height:36.3125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq { display:block; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u10oTKwOiIVXSnGkKTQ2vWcGP0JQB6Az { width:3.5625rem;height:3.5625rem;top:2.875rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZb8toG9cgxX7r2uPOIIc0EZQhxSKcfq { width:2.25rem;height:2.25rem;top:3.5312501713634rem;left:43.906251996756rem;display:block; }
#MZb8toG9cgxX7r2uPOIIc0EZQhxSKcfq > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Ta2aEEOoNy85FCz5xbSkF8OwCs4rzine { width:3.5625rem;height:3.5625rem;top:2.8750001713634rem;left:43.250001996756rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4fXMc0gFLN89UtTBXuTanMTLOKqHHme { width:2.375rem;height:2.375rem;top:3.4687501713634rem;left:39.093751996756rem;display:block; }
#F4fXMc0gFLN89UtTBXuTanMTLOKqHHme > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #TJmKPkf19G0JwBJzmUprcQsLkyLLUt6p { width:3.5625rem;height:3.5625rem;top:2.875rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbMDq94ivvZSTVnSP8Mu0IdGR3ap44ph { width:1.875rem;height:1.875rem;top:3.5625rem;left:34.6875rem;display:block; }
#hbMDq94ivvZSTVnSP8Mu0IdGR3ap44ph > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #o1TPuF6PCDzRoE2P6Khl22ekcqIBxvPV { width:3.5625rem;height:3.5625rem;top:2.875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgDixxtkbOwnfTCmKFmWCi7Kik761ifd { width:1.6875rem;height:1.6875rem;top:3.8125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtFiA5nn1f8PLFiMJUX0Jn1DJoTKIJln { width:25.9375rem;height:1.95rem;top:3.6812502667308rem;left:1.3750000894069rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uptI7WvO6cwLiRyWhyuHTm4xkOmnwqDR { width:25.9375rem;height:1.95rem;top:3.6812502667308rem;left:1.3750000894069rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .row > .video-iframe-container { display: none; }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW { position:relative;z-index:auto;display:block; }#opvbdwDUdDHocTo3dHmO8iUTbl5eP8kW > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGlErVfzLITyKoK58MlAOFHOwo1PnEqv { width:14rem;height:2.625rem;top:1.875rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #TR9tzyXe2Q0QK1GHqhhgNuhlgmUraNJl { display:block; }
 }@media only screen and (max-width: 763px) { #VNv2MraJ0WyQeJnJ6unhb7GadRycrkIA { width:16.875rem;height:3.6098140152773rem;top:1.4375rem;left:1.5625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OSWqVl2XwROWiF1ldg3AMNkdHw6pXBxv { width:8.99825rem;height:1.875rem;top:0.9375rem;left:1.0625rem;overflow:hidden;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #R10v1REfWG9FT8C4BCGeTcQfrDGm4bOn { width:14rem;height:2.625rem;top:1.125rem;left:7.4027777910231rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #HEOmDotDg2V4rbfcLFISqVKgIGx7aHAJ { display:block; }
 }@media only screen and (max-width: 763px) { #gg7sxSf8rtlo83SbbV0MLwCbPTIaQfoh { top:0.968017578125rem;left:11.849365234375rem;z-index:15019;width:7.5rem;height:2.124025rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #639bdb, #b518b7);background-image: -moz-linear-gradient(360deg, #639bdb, #b518b7);background-image: -ms-linear-gradient(360deg, #639bdb, #b518b7);background-image: -o-linear-gradient(360deg, #639bdb, #b518b7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#639bdb', endColorstr='#b518b7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#639bdb', endColorstr='#b518b7' );";background-image: linear-gradient(360deg, #639bdb, #b518b7);background-size:auto !important;box-shadow: none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #lkvPitzmfPUUZdVHolv37lPZUuEwgSL0 { display:block; }
 }@media only screen and (max-width: 763px) { #tI1lAFAAGA11PdIk1NRW7m5xnbLiZSqF { width:13.9375rem;height:2.5625rem;top:1.875rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBm8CAfRS56xcsDMoa96KoLuNTe5Kqbh { display:block; }
 }@media only screen and (max-width: 763px) { #EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b4f2236-84d5-4b0c-bf0a-9463cfc2547e/landing_page_obs_AB_1080x1080_251203_gk_01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG.adaptive-delivery-prevent-bg, #EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG.lazyload, #EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG.lazyloading { background-image: none; }#EzkccqJtKUkWGBlBQyGZBQsvzX7PT0gG > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IpMJg5BiZmF9NfRCyQKKds3uygAlLrcU { width:14rem;height:2.625rem;top:3.0628910064698rem;left:7.0246132016181rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #P8xF4cHGDPrO2dmPnddCmBLOpVOZdkbR { display:block; }
 }@media only screen and (max-width: 763px) { #ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b4f2236-84d5-4b0c-bf0a-9463cfc2547e/landing_page_obs_AB_1080x1080_251203_gk_01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV.adaptive-delivery-prevent-bg, #ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV.lazyload, #ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV.lazyloading { background-image: none; }#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV > .row .container { background-color: transparent; background-image: none; }#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV > .row .container > .video-iframe-container { display: none; }#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV > .row > .video-iframe-container { display: none; }#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV > .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); }#ay8KghxDF0qulmiFa4k6eBgg0a4Qy5EV > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQ6C0GsnmvW1od1Hxbnib4vNZs3T6DTk { width:14rem;height:2.625rem;top:3.0628910064698rem;left:7.0246132016181rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #b1VCAUvoi9HemMxcyBBn7vq9KVH5TagS { display:block; }
 }@media only screen and (max-width: 763px) { #gttl87lIRUIqA6bt1R40blEZRSMe3Qon { width:16.25rem;height:9.187rem;top:1.25rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaACuOocQLGs9J34lE1tMbqRCwzoxWQ5 { display:block; }#VaACuOocQLGs9J34lE1tMbqRCwzoxWQ5 > .row .container { width:20rem;height:291.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdcEWZWap1Teb2F9xntkIlLpaGKBSzIx { width:19.6228125rem;height:4.4995125rem;top:85.5rem;left:0.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #gSgTqxeR9siQJ7S00PvnqNwAHVIvhIEA { width:19.6875rem;height:4.4995125rem;top:7.75rem;left:0.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #FTUH1BGhtMnH1lEzlPGST0LSpU4zD8Oc { width:19.2480625rem;height:0;top:19.998779296875rem;left:0.374755859375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #UmAyP9ToVCRc2nK6tcqWATFEGheriUGe { width:20rem;height:3.3764625rem;top:13.701171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #Shsi4Q8LN4MK8OJyufFCduMEKv02bNBV { width:19.6228125rem;height:23.63525rem;top:156.1875rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #k5r9vxEcT6Z7iTsckeLK2TgaMszJXq6c { width:19.6228125rem;height:30.38816875rem;top:201.5625rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #WCwNBX8PC9lB1Q4EPVpUrzJNdVnqSCeL { width:19.4360625rem;height:20.25879375rem;top:241.875rem;left:0.25rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #Ote3aIUtpO5Hm9O0gPUWUSJWbHPN0Xlp { width:19.5605625rem;height:20.25879375rem;top:270.6875rem;left:0.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #zSdIBl8uD244TdSeuZLwkoLzTdIvObVf { height:11.183266666667rem;width:20rem;top:83.85620078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEIGXmKkCTxneO2n836gQskEkFO7yTgz { height:11.182875rem;width:20rem;top:180.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhVkPEAip6TRtgDG2455KJoNiqDbaVpW { top:111.25rem;left:0.125rem;width:19.8108125rem;height:35.3735625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #MHQIpbdn9kE0M599Rv2sgqa8XvTK3JkA { width:10.37475rem;height:5.81176875rem;top:1.005859375rem;left:4.810791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4vnKIXwmAD6ogEGsfmdwgJXDUbmHKc6 { width:4.8120125rem;height:4.8120125rem;top:264.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf75D1gAO5TToL9MTVewUJ6aeD3lqzgK { width:4.74975625rem;height:4.74975625rem;top:234.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7yKbSsBNanOTaMuTfvRdxGeaN2x43Oz { width:4.6875rem;height:4.6875rem;top:195.5rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7uXBTEt66lvsrBESU7yTfELewchlO8I { width:9.6875rem;height:5.4370125rem;top:0.950927734375rem;left:4.405517578125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNZ3pLDLu9U8ycTiearHhQIARdhMCv36 { width:20rem;height:63.125rem;top:18.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTElh7GgGMPuxaof4x72Q55ukFid84K7 { width:19.6875rem;height:18.57060625rem;top:91.8125rem;left:0.25rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #aWSzAp99o69e3loUHuib8B00ZlJRcWc7 { width:20rem;height:6.74925rem;top:147.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp { background-color:#ffffff;background-image:none;display:block; }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .row .container { background-color: transparent; background-image: none; }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .row .container > .video-iframe-container { display: none; }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .row > .video-iframe-container { display: none; }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .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); }#Pp71gSzfsnSVP0T87hgd6eNTiWAfx1Qp > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImDx56vPJXF1k33nh93KKS6OMbgFfPc5 { width:19.625rem;height:11rem;top:0.68603515625rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFKTBn501HUusTqe4mltc5UKe6X2qp3T { width:19.75rem;height:11.0625rem;top:12.81005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzOdskBtymKnyfZtE33UnU4wmSySJmgc { background-color:#ffffff;background-image:none;display:block; }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .row .container { background-color: transparent; background-image: none; }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .row .container > .video-iframe-container { display: none; }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .row > .video-iframe-container { display: none; }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .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); }#pzOdskBtymKnyfZtE33UnU4wmSySJmgc > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXR7alzGtL88B0is0dznvwQIDXxmgk6D { width:4.75rem;height:4.75rem;top:0rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFH9gumvJ7wR7sZNnzCvkoS1e2aWEHmu { width:19.624rem;height:20.258775rem;top:5.8125rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 { display:none; }#rZbxTsebMaBNxJM4vaRwPwySeC8V6xf2 > .row .container { width:20rem;height:81.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EiXEg3v5n48NZ0i4FVOAZRvptKWzP3CW { width:18.9375rem;height:3.3764625rem;top:21.625rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #UQNtGpvOC2A8lC1xlVKQ1BOXKv6li0gA { width:19.5625rem;height:20.2588125rem;top:26.625rem;left:0.25rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #sV63EDs66f2SFV2vMusfd2VBCb10yyoQ { width:19.375rem;height:32.076425rem;top:48.1875rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #wBP0cqEW4lD4Vc5qse3VXtX2Po2hwWgy { width:19.3125rem;height:15.1940625rem;top:5.0625rem;left:0.25rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #qSoNJnEU9Cy1o99cEF6MrKS9JZF8aJig { width:19.5rem;height:3.3764625rem;top:0.6875rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#18191b;display:block; }
 }@media only screen and (max-width: 763px) { #hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE { display:none; }#hWXWVRG2zfTX8620JwcRbXoMaKIR4TTE > .row .container { width:20rem;height:43.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b5wdl9tnf7xDqAFIHiSN40mUsn2pyFNs { width:20rem;height:20rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mevGJKGsnrZRWrLPnywOublF29oV1i3s { width:20rem;height:20rem;top:22.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrydXieVldrGAibySrdeAXUTHTMW7dxs { display:none; }#lrydXieVldrGAibySrdeAXUTHTMW7dxs > .row .container { width:20rem;height:40.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VOuMvxvzIWIPkFWlViuvt9wXVzxUvdJg { width:20rem;height:20rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #myRWrS0atGRN5rxpzBLuQ4io2mDiGtru { width:20rem;height:20rem;top:20.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGKV3HqKtcSpX7qDBlQHrFHZnl94qRKO { display:none; }#pGKV3HqKtcSpX7qDBlQHrFHZnl94qRKO > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BXuydX2wiBcXqLg2qs8nsspV6oofznvy { display:none; }#BXuydX2wiBcXqLg2qs8nsspV6oofznvy > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ofZSeDMizzIurBfSPx3gJh1A7PoUmdyh { width:18.999rem;height:3.571775rem;top:1.25rem;left:0.499267578125rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#0e0700;display:block; }
 }@media only screen and (max-width: 763px) { #n3cGITXsezCPDW2ccxVZrA9c62yW5SiV { width:16.562125rem;height:0;top:9.4980459213256rem;left:1.6249997913837rem;font-size:2rem;text-align:center;text-align-last:center;color:#639bdb;display:none; }
 }@media only screen and (max-width: 763px) { #HOVXUfvO8maCxJEpByUaeWHwVRpKADCu { background-color:#ffffff;background-image:none;display:none; }#HOVXUfvO8maCxJEpByUaeWHwVRpKADCu > .row .container { width:20rem;height:51.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hsm2ZZZH2VOiZ1NEf90GdkhratlOyIdM { width:19.5625rem;height:22.485375rem;top:23.9375rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #LmqSLWuyZhUxXUQgyC45TR1ItTIvrwu9 { width:10.375rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #SzQDh45zLHB80W4rAxITaZC3CoX7xmqN { width:18.954375rem;height:2.77270625rem;top:47.275390625rem;left:0.506591796875rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;color:rgba(var(--color-tertiary-2),1);box-shadow: none;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.0625rem solid #e4003a;border-left:0.0625rem solid #e4003a;border-right:0.0625rem solid #e4003a;border-bottom:0.0625rem solid #e4003a;display:block; }
 }@media only screen and (max-width: 763px) { #QfcnTZpe2Rbyiz27LvO3cEoMJFZ9JTxK { display:block; }
 }@media only screen and (max-width: 763px) { #mAIuiai8pOTas4k1uKDAyr8cW3FhNsFQ { width:20rem;height:11.125rem;top:11.6875rem;left:0rem;z-index:15011;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGVFCmE1q5cf2gunkJ4w7QzGqfGSJL2 { width:17.625rem;height:1.59911875rem;top:8.499755859375rem;left:0.74951171875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#e4003a;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uHLS2ycoalBX9JiU1xfMWWEDR0TpObWU { width:9.125rem;height:5.6875rem;top:0.125rem;left:0.81163197755812rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gincObqtT5dTXarDU1MwLRuamthpo05D { background-color:#ffffff;background-image:none;display:none; }#gincObqtT5dTXarDU1MwLRuamthpo05D > .row .container { width:20rem;height:50.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hmPTeMAq3640t9m5mFAFc33CAXBXV82q { width:18.96775rem;height:2.717775rem;top:43.12255859375rem;left:0.499267578125rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;border-top:0.0625rem solid #151e3f;border-left:0.0625rem solid #151e3f;border-right:0.0625rem solid #151e3f;border-bottom:0.0625rem solid #151e3f;display:block; }
 }@media only screen and (max-width: 763px) { #AkpX61MtuSEVSupxQ6dtsTf7WzhDmmWp { display:block; }
 }@media only screen and (max-width: 763px) { #f1BRtlIIzu71qIyH91IBG7dVW1u8NZSB { width:18.5rem;height:1.5996125rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #HegxI8na9JgZcrKsI5qhA9IKJbMv3AMJ { width:19.375rem;height:17.98825rem;top:23.9375rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Wt3ld4aTVTfwxpTTk8tNXcoll91krbiD { width:9.5rem;height:5.9375rem;top:11.4990234375rem;left:0.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #As1DExZk6GscVMOSp6rPORo2GpkwH46q { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.74978297948838rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#425b91;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #V0LSFHKxssHTtilhfL9vTvpVO2WPUi3P { width:18.954375rem;height:2.77270625rem;top:47.5244140625rem;left:0.506591796875rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #u1mBIRspQA49aS4DRMLTGn03Pec6rxTE { display:block; }
 }@media only screen and (max-width: 763px) { #ZJ9Pc4GI9DqBppzsBt2oK0DKEbQ0dgaF { width:19.5625rem;height:22.485375rem;top:23.9375rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZIalcG0rT6CB9Nu07T8xBo1Iik4cvf6p { width:17.625rem;height:1.59911875rem;top:8.499755859375rem;left:0.74951171875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#425b91;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QGAOZSQ0xkTKN8nfF7LyJ3IyvPRp9D1B { width:10.375rem;height:1.5996125rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #BN40nW53MfWaxHoyE0oaakuow3e17G1t { width:9.125rem;height:5.6875rem;top:0.125rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUb1xBcpoaJF6lQVLRqGbQQWbveANV57 { background-color:#ffffff;background-image:none;display:none; }#bUb1xBcpoaJF6lQVLRqGbQQWbveANV57 > .row .container { width:20rem;height:47.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XxfgsGI4FIXOTsoXTFkHJpEPeCVBQiIL { width:18.96775rem;height:2.717775rem;top:42.998046875rem;left:0.499267578125rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;border-top:0.0625rem solid #e4003a;border-left:0.0625rem solid #e4003a;border-right:0.0625rem solid #e4003a;border-bottom:0.0625rem solid #e4003a;color:rgba(var(--color-tertiary-4),1);box-shadow: none;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gNzexTrpe3cf08eV24MT6ywkFJT1T2aK { display:block; }
 }@media only screen and (max-width: 763px) { #oVow5uqKb2so0NvBNVZ4tSbcJm1kNZJ1 { width:18.5rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #pxkAA8lq5A3JcSSIZGEzkNsfTWOyr509 { width:19.375rem;height:17.98825rem;top:23.9375rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #W0PmG9ptEsR9cSeKM4TweS1gR95eFtoz { width:20rem;height:11.1875rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVZELnKxhOfAD2cgaDpTGi5TmH67OFIM { width:9.5rem;height:5.9375rem;top:0.125rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CciM9zoEtySyH29BClC6NTJIufA41a4b { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.74978297948838rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#e4003a;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aqxScJufsBFk7usSuf7Ey9lV7fgE7aFv { background-color:#ffffff;background-image:none;display:none; }#aqxScJufsBFk7usSuf7Ey9lV7fgE7aFv > .row .container { width:20rem;height:54.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nXxAnJzaZdAs0HvkTCMKdb4V2GNeW6qz { width:19.5625rem;height:25.483375rem;top:23.9375rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #OSWT44skPTqloZJGEgSB53B8xUM3AwTK { width:18.96775rem;height:2.78613125rem;top:50.14892578125rem;left:0.499267578125rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;border-top:0.0625rem solid #e4003a;border-left:0.0625rem solid #e4003a;border-right:0.0625rem solid #e4003a;border-bottom:0.0625rem solid #e4003a;color:rgba(var(--color-secondary-4),1);background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GuGPrqK7GAR8B0XS8V1yRbtHNhyD24ht { display:block; }
 }@media only screen and (max-width: 763px) { #veFE0ACNWzs4Xs47HRfigpih92urmKkK { width:18.49975rem;height:1.59911875rem;top:5.93505859375rem;left:0.748291015625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #F0ZWT62BsnnZ5w7m3g6cWTUM7Lqgr16i { width:9.125rem;height:5.6875rem;top:0.125rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fvEBTCNWrKnfvTTV4BEUpuoU2xVJgxfB { width:20rem;height:11.23925rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsZy7w1SgRTdE2rSGZsrE58mHbstsrJM { width:18.8745rem;height:3.19824375rem;top:8.03466796875rem;left:0.5615234375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#e4003a;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mkOpW7zgVhLvfInXZJmSOZUgEzsct2EV { background-color:#ffffff;background-image:none;display:none; }#mkOpW7zgVhLvfInXZJmSOZUgEzsct2EV > .row .container { width:20rem;height:54.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pahxTPXrTuNDIfLctwRgxg6AFGiRTgBz { width:20rem;height:11.23925rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvgDRAyXvkRIarttlmy0pAdRX16GBtPy { width:20rem;height:11.1875rem;top:11.6875rem;left:0.060763895511628rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOWoSJQnSSxBPGVZiq1B0IMufRx4sgCN { background-color:#ffffff;background-image:none;display:none; }#bOWoSJQnSSxBPGVZiq1B0IMufRx4sgCN > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yded5cgCW4qz7IDoJ44re2RNRuRkgza0 { width:19.5rem;height:23.984375rem;top:23.9375rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #T6F5TmsQWAtpoXIcv2PP1ammWXTxKGu4 { width:8.5625rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #xkU4f2ELXKvz77NTnCfJqgMx40yN3zmz { width:18.954375rem;height:2.70434375rem;top:49.649658203125rem;left:0.506591796875rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;border-top:0.0625rem solid #e4003a;border-left:0.0625rem solid #e4003a;border-right:0.0625rem solid #e4003a;border-bottom:0.0625rem solid #e4003a;box-shadow: none;color:rgba(var(--color-secondary-4),1);background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T1xtBIoqbZPOq9i0RqGU5mFfwI10tmCh { display:block; }
 }@media only screen and (max-width: 763px) { #hS728dpWsh1xaQHBLUZFTtaKm3pHyHH8 { width:20rem;height:11.1875rem;top:11.6875rem;left:0.060763895511628rem;display:block; }
 }@media only screen and (max-width: 763px) { #egrsuyQsdN3yiHZ5JzT9O62UegAEdf8w { width:13.3125rem;height:5.625rem;top:0.125rem;left:0.81163197755812rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e1f1vgoOXzBW4pbogq9ENVsFuCmofoeF { width:19.12475rem;height:1.59911875rem;top:8.87451171875rem;left:0.562744140625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#e4003a;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JK49R2R3tx4hzGQUEzxTHZkTfoEVs6eU { background-color:#ffffff;background-image:none;display:none; }#JK49R2R3tx4hzGQUEzxTHZkTfoEVs6eU > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zse8m27MHVMtmyy5ZVKcGT8rHAGHPoib { width:19.5rem;height:23.984375rem;top:23.9375rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #J3c2mHyAZrvZyu9mGZ1ODQa9wPx7Do63 { width:8.5625rem;height:1.5996125rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #Ip2BEVFIT00ZmO8HWkTeZ4oI2NfJ13Uy { width:18.954375rem;height:2.70434375rem;top:49.150390625rem;left:0.506591796875rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;border-top:0.0625rem solid #151e3f;border-left:0.0625rem solid #151e3f;border-right:0.0625rem solid #151e3f;border-bottom:0.0625rem solid #151e3f;display:block; }
 }@media only screen and (max-width: 763px) { #RzCzremk3qMUekTq8WTeVTZXC7yxkdyU { display:block; }
 }@media only screen and (max-width: 763px) { #LkIHInxhPOxRC4U2ogTP5haaBv5ldBOl { width:13.3125rem;height:5.625rem;top:0.125rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwnkMOriGxhzlT6b9eDVhw7KBBxoSSMT { width:18.75rem;height:1.59911875rem;top:8.499755859375rem;left:0.74951171875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#425b91;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X09G8r8dgQexiLo3eBKiqoR06XtFqSbH { width:9.125rem;height:5.6875rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnCbPhqi3TkxTwLV8TIWbGZTWIheLkzU { width:18.5rem;height:1.5996125rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #lz6c67wAZEfukeU6NAviX0WknfsHhnzL { width:18.8125rem;height:3.19824375rem;top:8.312255859375rem;left:0.74951171875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#425b91;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hD6PMiVh7fAmNBR1vXkFXgpuGI6uTEPM { width:19.5625rem;height:25.483375rem;top:23.9375rem;left:0.24848091602326rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wnOUkG3F1HHahZAOCWCeMWtu56cxtbyq { width:18.96775rem;height:2.78613125rem;top:50.399169921875rem;left:0.499267578125rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;border-top:0.0625rem solid #151e3f;border-left:0.0625rem solid #151e3f;border-right:0.0625rem solid #151e3f;border-bottom:0.0625rem solid #151e3f;display:block; }
 }@media only screen and (max-width: 763px) { #HHTkypHoICdgRpBGxdOFf6JHFwt1dial { display:block; }
 }@media only screen and (max-width: 763px) { #xW22yTWpZTmOS9bDyycfW82WosLkOGID { background-color:#ffffff;background-image:none;display:none; }#xW22yTWpZTmOS9bDyycfW82WosLkOGID > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mp7Ps9o1Jba6P16WlO4bFMek1RBS8wCT { width:18.96775rem;height:2.717775rem;top:45.06103515625rem;left:0.51513671875rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;border-top:0.0625rem solid #e4003a;border-left:0.0625rem solid #e4003a;border-right:0.0625rem solid #e4003a;border-bottom:0.0625rem solid #e4003a;color:rgba(var(--color-secondary-4),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),1) ;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fABn164nTtIGDs76uRoU5QLxhvR81gGN { display:block; }
 }@media only screen and (max-width: 763px) { #za7fDoJOmTcw5nU9OPw1Q96OBV3ucTuG { width:18.5rem;height:1.59911875rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #eVUxNNUcKercWM2MkU6BAs44tkf9Se8R { width:19.375rem;height:19.4873125rem;top:24.3115234375rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #cF76Wk8yETka1y55k8ArP5XkLW2BPntF { width:20rem;height:11.1865rem;top:11.62353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfT0DsNbW6FycGXVxvHwKKbDK9ai3iny { width:10.5rem;height:5.875rem;top:0.125rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IxqDNE3sMLzTk6sKKc4yhczRq0XE0h6n { width:18.499375rem;height:1.59911875rem;top:8.5rem;left:0.74978297948838rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#e4003a;display:block; }
 }@media only screen and (max-width: 763px) { #saO5Mlgs5xMFnmAUwhQ5DCuKz3cVs3sN { background-color:#ffffff;background-image:none;display:none; }#saO5Mlgs5xMFnmAUwhQ5DCuKz3cVs3sN > .row .container { width:20rem;height:50.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lArWD00TNRMiio64yrSVGPwWS3oqDZgK { width:18.96775rem;height:2.717775rem;top:46.37451171875rem;left:0.499267578125rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;border-top:0.0625rem solid #151e3f;border-left:0.0625rem solid #151e3f;border-right:0.0625rem solid #151e3f;border-bottom:0.0625rem solid #151e3f;display:block; }
 }@media only screen and (max-width: 763px) { #bOkBXVrqXvyfLlKTpAUCy9QwE7THirns { display:block; }
 }@media only screen and (max-width: 763px) { #neVIMPQUK751zwEdxJ0WJrdR6uTnG4oJ { width:18.5rem;height:1.5996125rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #xakX0cWMbU7T57CSLJLSCfhlpTDaXM1F { width:19.375rem;height:19.4873125rem;top:25.3125rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15070;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sgONFgTHwCu7VshXXyA9BJ7HKd9MwxLy { width:20rem;height:11.1865rem;top:12.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huttQBs8D4tCzFqG5PO4Tbd01yzdmpv0 { width:10.5rem;height:5.875rem;top:0.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAxqNIa3mHS1aTtwT3pgyDtWDrx5BrkZ { width:18.4985625rem;height:1.59911875rem;top:9.249267578125rem;left:0.74951171875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15069;color:#425b91;display:block; }
 }@media only screen and (max-width: 763px) { #KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO { display:none; }#KRddZh5E5HbG7N9Hl7ywS5KOl8EnM0LO > .row .container { width:20rem;height:43.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FoICqs83ASKrS0xDrDUPoLkGVhogDT57 { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er3GZ67Twq2alPVO8Zs2iyy5NLFrL8gh { width:20rem;height:20rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQDm3MioivpDtdUTzm2bH8JXG58JP87B { display:none; }#BQDm3MioivpDtdUTzm2bH8JXG58JP87B > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C2PhbvuaIHUChTJOsPfvELkDM1Oh5gSt { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OssKTuwTeD9v48iIc50k88yJ6OeOB3uy { width:20rem;height:20rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq { display:block; }#Ug1n3a1XJJCFNxIoQuig2k7iGHZ5mkgq > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u10oTKwOiIVXSnGkKTQ2vWcGP0JQB6Az { width:3.0625rem;height:3.0625rem;top:6.625rem;left:14.0625rem;background-color:#425b91;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MZb8toG9cgxX7r2uPOIIc0EZQhxSKcfq { display:flex;width:1.9375rem;height:1.9375rem;top:7.1875rem;left:14.6875rem;font-size:0.6875rem; }
#MZb8toG9cgxX7r2uPOIIc0EZQhxSKcfq > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #Ta2aEEOoNy85FCz5xbSkF8OwCs4rzine { width:3.125rem;height:3.125rem;top:6.625rem;left:10.25rem;background-color:#425b91;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #F4fXMc0gFLN89UtTBXuTanMTLOKqHHme { display:flex;width:2.0625rem;height:2.0625rem;top:7.125rem;left:10.8125rem; }
#F4fXMc0gFLN89UtTBXuTanMTLOKqHHme > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #TJmKPkf19G0JwBJzmUprcQsLkyLLUt6p { width:3rem;height:3rem;top:6.625rem;left:6.5rem;background-color:#425b91;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hbMDq94ivvZSTVnSP8Mu0IdGR3ap44ph { display:flex;width:1.75rem;height:1.75rem;top:7.25rem;left:7.1875rem;font-size:0.6875rem; }
#hbMDq94ivvZSTVnSP8Mu0IdGR3ap44ph > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #o1TPuF6PCDzRoE2P6Khl22ekcqIBxvPV { width:2.9375rem;height:2.9375rem;top:6.6875rem;left:2.6875rem;background-color:#425b91;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IgDixxtkbOwnfTCmKFmWCi7Kik761ifd { width:1.625rem;height:1.625rem;top:7.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtFiA5nn1f8PLFiMJUX0Jn1DJoTKIJln { width:19rem;height:1.625rem;top:4.125rem;left:0.5rem;font-size:1.25rem;color:#18191b;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uptI7WvO6cwLiRyWhyuHTm4xkOmnwqDR { width:20rem;height:1.6253875rem;top:1.25rem;left:0rem;font-size:1.25rem;color:#18191b;text-align:center;text-align-last:center;display:block; }
 }