.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:229,230,232;--color-primary-1:176,180,187;--color-primary-2:124,130,142;--color-primary-3:74,78,85;--color-primary-4:36,46,67;--color-secondary-0:254,219,232;--color-secondary-1:251,136,179;--color-secondary-2:246,16,103;--color-secondary-3:123,8,52;--color-secondary-4:37,2,15;--color-tertiary-0:255,255,255;--color-tertiary-1:198,198,198;--color-tertiary-2:53,53,53;--color-tertiary-3:2,2,2;--color-tertiary-4:0,0,0;--headlines-font-family:"Dosis";--paragraphs-font-family:"Lato"; }@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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/SoB70WFVWGU/unsplash/pawel-czerwinski-SoB70WFVWGU-photo-1605478185737-99ae313e940c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/QZigXJPU/Group_66.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO.adaptive-delivery-prevent-bg, #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO.lazyload, #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO.lazyloading { background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { border-width: 0; border-radius: 0; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#lIK77IiZRmFpoaNXeyKPF15zFT6Bq13N { 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:4.0625rem;width:6.625rem;top:1.5rem;left:7.5rem;overflow:hidden;display:block; }
#SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:5.5rem;left:7.5rem;height:12.599125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:20.4130859375rem;left:7.5rem;height:6.2988125rem;font-style:normal;display:block; }
#TfTURW3LlzFuEBXEHWwciraappQRF8gN { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.0625rem;left:7.5rem;display:block; }
#eDV6OWXi80Q1ptFHZuNbPUuoGTmUJshD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTSx1cDntWKgJKVFXr3a7vXZqIBPR7CC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:30.375rem;top:9.8125rem;left:34.25rem;overflow:hidden;display:block; }
#eKxqqBaUQgWPva700lUW8ATU1WmZ5Qs9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5625rem;width:27.5625rem;top:4.625rem;left:37.75rem;overflow:hidden;display:block; }
#ZQNAhMhCLLigK2NRxvgXyCJOeFugVHQs { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:6.25rem;top:5.5625rem;left:59.8125rem;overflow:hidden;display:block; }
#yhirG5MwQU8O4oDoT6a8KOF2pzDchu9J { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:5.1875rem;width:24.625rem;top:22.5rem;left:30.6875rem;display:block; }
#rxnIvDJGfe8P5T6WglVXBuPlGeCWf0Fu { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:23.625rem;left:36.125rem;height:1.48730625rem;font-style:normal;display:block; }
#cbHKeMSxzhkhaFspxmb1d9zQfJLQ3AXE { color:rgba(var(--color-tertiary-1),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:25.25rem;left:36.125rem;height:1.3999rem;font-style:normal;display:block; }
#D7h5qCdfRCW3dygzyoenygaEwx6sSIl0 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:23.375rem;left:31.4375rem;overflow:hidden;display:block; }
#ZsbIhbo1itQKo0Ad4ZkVcpFeAGkf0y2O { 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.125rem;width:3.125rem;top:29.0625rem;left:36rem;overflow:hidden;display:block; }
#CendQVdsvTQFFnNqkN1y1nhR7Z43SCoh { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5rem;width:23.3125rem;top:28.1875rem;left:35.25rem;display:block; }
#K4zeReNcxNcnJwSLnrPNhOZ16kUAH7xT { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:29.125rem;left:40.4375rem;height:1.48730625rem;font-style:normal;display:block; }
#bbxFHQc06EOuBXrQ8lpZXUUx5boUIW7m { color:rgba(var(--color-tertiary-1),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:30.75rem;left:40.4375rem;height:1.3999rem;font-style:normal;display:block; }
#XHH3vhNPUF1x9npR3bWRPfSB5EFf52Ze { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:4.6875rem;width:4.6875rem;top:19.0625rem;left:43.6875rem;display:block; }
#nJP2sJWGlseR9UD3tsaTpiymycvWN9Mr { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5625rem;top:20.34375rem;left:44.75rem;overflow:hidden;display:block; }
#oTzT3cd5Nn2XGrCssHpG7y5ouX4HsU3r { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.875rem;width:3.875rem;top:16.9375rem;left:38.0625rem;display:block; }
#LavWfzIXm2tIiNwCZg70k6z48844LC4z { position:absolute;display:block;z-index:15024;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.9375rem;width:2rem;top:17.875rem;left:39rem;overflow:hidden;display:block; }
#gcoJIMfMQTHv8zF0BqSwaiFocQ6HFauI { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:2.375rem;width:2.375rem;top:13.131072998047rem;left:41.0625rem;display:block; }
#rCM92PXNRW8IocQALbmdsmFPwzHPbyUx { position:absolute;display:block;z-index:15025;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.125rem;width:1.1875rem;top:13.818572998047rem;left:41.6875rem;overflow:hidden;display:block; }
#BoD4xgydlUONpJRiOlQsWbLPUtqIhap2 { position:absolute;display:block;z-index:15026;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.25rem;width:5.25rem;top:7.125rem;left:60.3125rem;overflow:hidden;display:block; }
#nEoLEeZeuza7pnuZ5POJNynpTdffJDTZ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.875rem;top:34.3623046875rem;left:60.5rem;overflow:hidden;display:block; }
#f345837e806266b349b004bc91b18601 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#f345837e806266b349b004bc91b18601 > .row .container { background-color: transparent; background-image: none; }#f345837e806266b349b004bc91b18601::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f345837e806266b349b004bc91b18601 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f345837e806266b349b004bc91b18601 > .row .container > .video-iframe-container { display: none; }#f345837e806266b349b004bc91b18601 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f345837e806266b349b004bc91b18601 > .row > .video-iframe-container { display: none; }#f345837e806266b349b004bc91b18601 > .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); }#f345837e806266b349b004bc91b18601 > .row .container { border-width: 0; border-radius: 0; }#f345837e806266b349b004bc91b18601 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f345837e806266b349b004bc91b18601 > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#a5f20d20775e3182523223ea2e39057d { color:#253045;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.6875rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A5e3cb03cffd6446474e5bdb7bdba59e { color:#2e3951;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.36328125rem;left:0rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v43e2f5af831bdbc577b54d4e0482a74 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#v43e2f5af831bdbc577b54d4e0482a74 > .row .container { background-color: transparent; background-image: none; }#v43e2f5af831bdbc577b54d4e0482a74::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v43e2f5af831bdbc577b54d4e0482a74 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v43e2f5af831bdbc577b54d4e0482a74 > .row .container > .video-iframe-container { display: none; }#v43e2f5af831bdbc577b54d4e0482a74 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v43e2f5af831bdbc577b54d4e0482a74 > .row > .video-iframe-container { display: none; }#v43e2f5af831bdbc577b54d4e0482a74 > .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); }#v43e2f5af831bdbc577b54d4e0482a74 > .row .container { border-width: 0; border-radius: 0; }#v43e2f5af831bdbc577b54d4e0482a74 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v43e2f5af831bdbc577b54d4e0482a74 > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#o8ca6bf55af172bf7c9f11755a7b4f29 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:12.5rem;width:59.4375rem;top:0.6875rem;left:7.8125rem;display:block; }
#Jd2e081627076973b79382f24261b746 { color:#253045;display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.9375rem;left:19.4375rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ca0e73873a52ab2a44620a1cd22e9186 { color:#657087;display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:5.625rem;left:19.4375rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zca2f0a4d585123973bfea091bd16dcd { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:3.3125rem;left:10.75rem;display:block; }
#W54c0b90cd1679690e8170d1e356aef0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.5rem;top:3.625rem;left:11.3125rem;overflow:hidden;display:block; }
#W351e5f8041af577339d4d54b05700ba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#W351e5f8041af577339d4d54b05700ba > .row .container { background-color: transparent; background-image: none; }#W351e5f8041af577339d4d54b05700ba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W351e5f8041af577339d4d54b05700ba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W351e5f8041af577339d4d54b05700ba > .row .container > .video-iframe-container { display: none; }#W351e5f8041af577339d4d54b05700ba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W351e5f8041af577339d4d54b05700ba > .row > .video-iframe-container { display: none; }#W351e5f8041af577339d4d54b05700ba > .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); }#W351e5f8041af577339d4d54b05700ba > .row .container { border-width: 0; border-radius: 0; }#W351e5f8041af577339d4d54b05700ba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W351e5f8041af577339d4d54b05700ba > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#X1d1fb67e270274907bf2d9cda4cfc39 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.5rem;width:59.4375rem;top:0.375rem;left:7.6875rem;display:block; }
#Ff1bcdab6a2f7e9333752bcfba6facb0 { color:#253045;display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.25rem;left:19.3125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T5620064d9785ad34c52ae6b0d696505 { color:#657087;display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:5.9375rem;left:19.3125rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f1ee35dd9d452e476a8131f465f7b6cc { position:absolute;display:block;z-index:15003;background-color:#fee440;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:3.625rem;left:10.625rem;display:block; }
#e43bfc92fe6356dad98680b676a9892c { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.5rem;top:3.90625rem;left:11.1875rem;overflow:hidden;display:block; }
#h86c35d00ec46fff013e74c8d65288f5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#h86c35d00ec46fff013e74c8d65288f5 > .row .container { background-color: transparent; background-image: none; }#h86c35d00ec46fff013e74c8d65288f5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86c35d00ec46fff013e74c8d65288f5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86c35d00ec46fff013e74c8d65288f5 > .row .container > .video-iframe-container { display: none; }#h86c35d00ec46fff013e74c8d65288f5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86c35d00ec46fff013e74c8d65288f5 > .row > .video-iframe-container { display: none; }#h86c35d00ec46fff013e74c8d65288f5 > .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); }#h86c35d00ec46fff013e74c8d65288f5 > .row .container { border-width: 0; border-radius: 0; }#h86c35d00ec46fff013e74c8d65288f5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h86c35d00ec46fff013e74c8d65288f5 > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#b27b012c66c60e9436fa3f64a83dbeb5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.5rem;width:59.4375rem;top:0.5rem;left:7.6875rem;display:block; }
#J1decde8501688a5acb25cb6f17c0770 { color:#253045;display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.8125rem;left:19.3125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l2769dc2457f73c574b13486a2aecc61 { color:#657087;display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:5.5rem;left:19.3125rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lf126eb38641a6d03d1346ac17a230a0 { position:absolute;display:block;z-index:15003;background-color:#7854f7;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:3.625rem;left:10.625rem;display:block; }
#a0a1572bb58c1f0acd79aacd1f508aa7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.5rem;top:3.46875rem;left:11.1875rem;overflow:hidden;display:block; }
#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;background-image:url("https://images.assets-landingi.com/uc/a48dc29e-f96f-4ae7-ba4a-646cf1871712/Untitleddesign11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4.adaptive-delivery-prevent-bg, #huavbyO5mgTQxTQtp4ohNI21vlCCTvu4.lazyload, #huavbyO5mgTQxTQtp4ohNI21vlCCTvu4.lazyloading { background-image: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { background-color: transparent; background-image: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container > .video-iframe-container { display: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container { display: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .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); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { border-width: 0; border-radius: 0; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#DndaoMRQTSSabcs7ziLylaFfKTVTDeEb { color:#253045;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:2.75rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:7.9375rem;left:5.25rem;height:19.79786875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NrNf0A6RZDcuTkrsMSeW1qGskwsWXFNy { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f25f84c1-1302-4314-9ea7-28ce27bb49fd/HerveClovisKengne.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:23.125rem;width:23.125rem;top:2.78125rem;left:44.6875rem;display:block; }#NrNf0A6RZDcuTkrsMSeW1qGskwsWXFNy.adaptive-delivery-prevent-bg, #NrNf0A6RZDcuTkrsMSeW1qGskwsWXFNy.lazyload, #NrNf0A6RZDcuTkrsMSeW1qGskwsWXFNy.lazyloading { background-image: none; }
#h29An7xyFmFIOEbKdgEv4sfGeF7eDggT { color:#253045;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:27.25rem;left:37.5rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HeWW2Cd6RKvEe1G74Z8XPcMbMRTTewoA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#69d8e3;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; }#HeWW2Cd6RKvEe1G74Z8XPcMbMRTTewoA > .row .container { background-color: transparent; background-image: none; }#HeWW2Cd6RKvEe1G74Z8XPcMbMRTTewoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeWW2Cd6RKvEe1G74Z8XPcMbMRTTewoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeWW2Cd6RKvEe1G74Z8XPcMbMRTTewoA > .row .container > .video-iframe-container { display: none; }#HeWW2Cd6RKvEe1G74Z8XPcMbMRTTewoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeWW2Cd6RKvEe1G74Z8XPcMbMRTTewoA > .row > .video-iframe-container { display: none; }#HeWW2Cd6RKvEe1G74Z8XPcMbMRTTewoA > .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); }#HeWW2Cd6RKvEe1G74Z8XPcMbMRTTewoA > .row .container { border-width: 0; border-radius: 0; }#HeWW2Cd6RKvEe1G74Z8XPcMbMRTTewoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HeWW2Cd6RKvEe1G74Z8XPcMbMRTTewoA > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#wWfMVE9nDibFCTXV51U1Gv1DALHoso8q { color:#253045;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:1.8125rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dd2f5810f7866e3ddc490e8ba3075467 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#69d8e3;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; }#Dd2f5810f7866e3ddc490e8ba3075467 > .row .container { background-color: transparent; background-image: none; }#Dd2f5810f7866e3ddc490e8ba3075467::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dd2f5810f7866e3ddc490e8ba3075467 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dd2f5810f7866e3ddc490e8ba3075467 > .row .container > .video-iframe-container { display: none; }#Dd2f5810f7866e3ddc490e8ba3075467 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dd2f5810f7866e3ddc490e8ba3075467 > .row > .video-iframe-container { display: none; }#Dd2f5810f7866e3ddc490e8ba3075467 > .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); }#Dd2f5810f7866e3ddc490e8ba3075467 > .row .container { border-width: 0; border-radius: 0; }#Dd2f5810f7866e3ddc490e8ba3075467 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dd2f5810f7866e3ddc490e8ba3075467 > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#I65cd38b5aa0af18233e3aadd1f870bb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:24.9375rem;top:3.5625rem;left:22.125rem;overflow:hidden;display:block; }
#R7d90cee2d5ceb01bdd0521442216b54 { position:absolute;display:block;z-index:15007;background-color:#fee440;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(29,91,97,0.84) ;height:6.9375rem;width:16.3125rem;top:8.5rem;left:47rem;display:block; }
#caaae217db25b154059d90a0f414290d { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(29,91,97,0.78) ;height:6.9375rem;width:15.25rem;top:24.0625rem;left:43.1875rem;display:block; }
#d7be15c089440c927131da5b2100ec8e { position:absolute;display:block;z-index:15009;background-color:#7854f7;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.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(29,91,97,0.94) ;height:6.9375rem;width:17.1875rem;top:12.5rem;left:10.875rem;display:block; }
#f3f5d2d07bea9aa066209c973c47e398 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:13.4375rem;left:12.125rem;height:5.0625rem;display:block; }
#eb8ddec24cf983bd5072b72f69ab82e7 { color:#000000;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.5);top:10.28125rem;left:48.09375rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#uffdb709e5af7dcc40f9b3e14665e0fc { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:25.687133789062rem;left:44.81201171875rem;height:3.375rem;display:block; }
#B6ee7cdfa19dd7e6bda02a5af2149c8c { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:27.5625rem;top:1.65625rem;left:20.8125rem;overflow:hidden;display:block; }
#JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a48dc29e-f96f-4ae7-ba4a-646cf1871712/Untitleddesign11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe.adaptive-delivery-prevent-bg, #JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe.lazyload, #JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe.lazyloading { background-image: none; }#JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe > .row .container { background-color: transparent; background-image: none; }#JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe > .row .container > .video-iframe-container { display: none; }#JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe > .row > .video-iframe-container { display: none; }#JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe > .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); }#JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe > .row .container { border-width: 0; border-radius: 0; }#JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #38445e, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, #38445e, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, #38445e, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, #38445e, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#38445e', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#38445e', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, #38445e, rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { background-color: transparent; background-image: none; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container > .video-iframe-container { display: none; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row > .video-iframe-container { display: none; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .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); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { border-width: 0; border-radius: 0; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#XUyKrVqX7tD5aHS2rhDt946viz60JUTq { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:4.3125rem;left:10.3125rem;height:4.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oaBJlwaz2rCG2er3WDAynMhB7b5BTchz { background-color:#69d8e3;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.5625rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#253045;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.9375rem;left:47.25rem;display:block; }
#gEZmt0IODgw97qLXx7Heyb9pR9waWmA7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BATagMvIz4AFk2ng4ZFUyKvdbsq0ZQVI { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:7.9375rem;width:55.625rem;top:2.8125rem;left:9.6875rem;display:block; }
#X01ef4cdfc95df97d6e35c9d82b46e0f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #38445e, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, #38445e, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, #38445e, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, #38445e, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#38445e', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#38445e', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, #38445e, rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X01ef4cdfc95df97d6e35c9d82b46e0f > .row .container { background-color: transparent; background-image: none; }#X01ef4cdfc95df97d6e35c9d82b46e0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X01ef4cdfc95df97d6e35c9d82b46e0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X01ef4cdfc95df97d6e35c9d82b46e0f > .row .container > .video-iframe-container { display: none; }#X01ef4cdfc95df97d6e35c9d82b46e0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X01ef4cdfc95df97d6e35c9d82b46e0f > .row > .video-iframe-container { display: none; }#X01ef4cdfc95df97d6e35c9d82b46e0f > .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); }#X01ef4cdfc95df97d6e35c9d82b46e0f > .row .container { border-width: 0; border-radius: 0; }#X01ef4cdfc95df97d6e35c9d82b46e0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X01ef4cdfc95df97d6e35c9d82b46e0f > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#g4fb35156d5c51908a29a855e19e1eb4 { position:absolute;display:block;z-index:15024;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:5rem;width:5rem;top:10.09375rem;left:6rem;overflow:hidden;display:block; }
#b58d7e729c5784addc0a87c8b81bd77d { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:9.78125rem;left:12.4375rem;height:1.48730625rem;font-style:normal;display:block; }
#d05499c9cb74edf47d91c00cae18b28b { color:rgba(var(--color-tertiary-1),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:11.43701171875rem;left:12.4375rem;height:4.5rem;font-style:normal;display:block; }
#n02b521e44351691e8d3176ba7a409b2 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:8.4375rem;width:33.625rem;top:8.625rem;left:4.3125rem;display:block; }
#d5206de844e14d336c29ac7741e20c46 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:8.3125rem;width:33.6875rem;top:2.25rem;left:25.4375rem;display:block; }
#a94fc32084934602050e38ded35e5509 { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:5.35595703125rem;left:33.53125rem;height:4.19970625rem;font-style:normal;display:block; }
#T4905a81bd0e949764999f1c70dd9eb0 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:3.46875rem;left:33.53125rem;height:1.48730625rem;font-style:normal;display:block; }
#O645468315dc008316a66c3dd73eb1c5 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:3.78125rem;left:27.125rem;overflow:hidden;display:block; }
#cee8fe2806f568c59d01324a9e28e550 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:7.9375rem;width:30.4375rem;top:18.25rem;left:22.3125rem;display:block; }
#b99f9f954782c9b0691d6f2563c3410c { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:7.9375rem;width:31.0625rem;top:11.375rem;left:37.0625rem;display:block; }
#meb5ce813eea8f98aa0d7d80ca085e40 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:14.05078125rem;left:44.5rem;height:4.19970625rem;font-style:normal;display:block; }
#i07e24b17ec798b37fc759200e00021a { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:12.255859375rem;left:44.5rem;height:1.48730625rem;font-style:normal;display:block; }
#R4311446a7ebe35dbeead4eae35038e6 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:12.875003814698rem;left:38.4375rem;overflow:hidden;display:block; }
#w90f6bf93b6a51eb7e02e8775bbce121 { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(var(--color-primary-4),0.7) ;height:4rem;width:4rem;top:14.937503814698rem;left:31.8125rem;display:block; }
#Xe122ebaf6dba8e9ea290beb73a975e8 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.25rem;top:16.125003814698rem;left:32.625rem;overflow:hidden;display:block; }
#I160060710f5fa2c57016b34106d8fd6 { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(var(--color-primary-4),0.7) ;height:5rem;width:5rem;top:8.28385925293rem;left:60.8125rem;display:block; }
#afedd562bd5012912a357e375520ece1 { position:absolute;display:block;z-index:15038;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.25rem;width:3.25rem;top:9.3194465637206rem;left:61.8125rem;overflow:hidden;display:block; }
#g7734a5d07cac179d8b6ca6e7562b47f { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.125rem 0.0625rem 0.6875rem rgba(var(--color-primary-4),0.7) ;height:3.875rem;width:3.875rem;top:6.0625038146972rem;left:14.5625rem;display:block; }
#Ie4bcb00a2902c9cc02092fe2f1672b0 { position:absolute;display:block;z-index:15026;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.9375rem;width:2rem;top:7.0000038146975rem;left:15.5rem;overflow:hidden;display:block; }
#d980b2a9de4eda09cf6e301c79860277 { color:rgba(var(--color-tertiary-4),0.74);display:block;width:28.4375rem;position:absolute;font-family:anton;font-size:1.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:20.625rem;left:23.4375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#K3e17b98978fbeed5359979d7e80bec9 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:23.8125rem;left:40.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a48dc29e-f96f-4ae7-ba4a-646cf1871712/Untitleddesign11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW.adaptive-delivery-prevent-bg, #TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW.lazyload, #TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW.lazyloading { background-image: none; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row .container { background-color: transparent; background-image: none; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row .container > .video-iframe-container { display: none; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row > .video-iframe-container { display: none; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .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); }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row .container { border-width: 0; border-radius: 0; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#GWS3trQJBrhJ7VH20NTC3TRZETqLJvRc { z-index:15001;top:3.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZyCqyESAGAU4Jc31cELsVXhyD2HzDg7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPo6Atm2UaTBlwwVwKfvzJcEK4k2bfoC { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#H0yUo9X0mhWNGWtpSfTzS2RF4w9ki5eW { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIK77IiZRmFpoaNXeyKPF15zFT6Bq13N { top:1.5rem;left:0rem;width:6.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { top:5.5rem;left:0rem;width:31.375rem;height:12.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { top:20.375rem;left:0rem;width:21.5625rem;height:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTURW3LlzFuEBXEHWwciraappQRF8gN { width:21rem;height:3.75rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDV6OWXi80Q1ptFHZuNbPUuoGTmUJshD { display:block; }
 }@media only screen and (max-width: 763px) { #QTSx1cDntWKgJKVFXr3a7vXZqIBPR7CC { top:9.8125rem;left:17.375rem;width:30.375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKxqqBaUQgWPva700lUW8ATU1WmZ5Qs9 { top:4.625rem;left:20.1875rem;width:27.5625rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQNAhMhCLLigK2NRxvgXyCJOeFugVHQs { top:5.5625rem;left:41.5rem;width:6.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhirG5MwQU8O4oDoT6a8KOF2pzDchu9J { top:22.5rem;left:17.0625rem;width:24.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxnIvDJGfe8P5T6WglVXBuPlGeCWf0Fu { top:23.625rem;left:22.5rem;width:14.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbHKeMSxzhkhaFspxmb1d9zQfJLQ3AXE { top:25.25rem;left:22.5rem;width:18.875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7h5qCdfRCW3dygzyoenygaEwx6sSIl0 { top:23.375rem;left:17.8125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsbIhbo1itQKo0Ad4ZkVcpFeAGkf0y2O { top:29.0625rem;left:22.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CendQVdsvTQFFnNqkN1y1nhR7Z43SCoh { top:28.1875rem;left:21.625rem;width:23.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4zeReNcxNcnJwSLnrPNhOZ16kUAH7xT { top:29.125rem;left:26.8125rem;width:14.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbxFHQc06EOuBXrQ8lpZXUUx5boUIW7m { top:30.75rem;left:26.8125rem;width:17.875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHH3vhNPUF1x9npR3bWRPfSB5EFf52Ze { top:19.0625rem;left:30.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJP2sJWGlseR9UD3tsaTpiymycvWN9Mr { top:20.3125rem;left:31.125rem;width:2.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTzT3cd5Nn2XGrCssHpG7y5ouX4HsU3r { top:16.9375rem;left:24.4375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LavWfzIXm2tIiNwCZg70k6z48844LC4z { top:17.875rem;left:25.375rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoJIMfMQTHv8zF0BqSwaiFocQ6HFauI { top:13.125rem;left:27.4375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCM92PXNRW8IocQALbmdsmFPwzHPbyUx { top:13.8125rem;left:28.0625rem;width:1.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoD4xgydlUONpJRiOlQsWbLPUtqIhap2 { top:7.125rem;left:42.5rem;width:5.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEoLEeZeuza7pnuZ5POJNynpTdffJDTZ { top:34.3125rem;left:42.875rem;width:4.875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f345837e806266b349b004bc91b18601 { display:block; }#f345837e806266b349b004bc91b18601 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5f20d20775e3182523223ea2e39057d { top:2.6875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5e3cb03cffd6446474e5bdb7bdba59e { top:6.3125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v43e2f5af831bdbc577b54d4e0482a74 { display:block; }#v43e2f5af831bdbc577b54d4e0482a74 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8ca6bf55af172bf7c9f11755a7b4f29 { top:0.6875rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd2e081627076973b79382f24261b746 { top:2.9375rem;left:5.8125rem;width:40.75rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca0e73873a52ab2a44620a1cd22e9186 { top:5.625rem;left:1.5rem;width:45.4375rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zca2f0a4d585123973bfea091bd16dcd { top:3.3125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W54c0b90cd1679690e8170d1e356aef0 { top:3.625rem;left:0rem;width:4.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W351e5f8041af577339d4d54b05700ba { display:block; }#W351e5f8041af577339d4d54b05700ba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1d1fb67e270274907bf2d9cda4cfc39 { top:0.375rem;left:0rem;width:47.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff1bcdab6a2f7e9333752bcfba6facb0 { top:3.25rem;left:5.6875rem;width:40.75rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5620064d9785ad34c52ae6b0d696505 { top:5.9375rem;left:3.0625rem;width:44.6875rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1ee35dd9d452e476a8131f465f7b6cc { top:3.625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e43bfc92fe6356dad98680b676a9892c { top:3.875rem;left:0rem;width:4.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86c35d00ec46fff013e74c8d65288f5 { display:block; }#h86c35d00ec46fff013e74c8d65288f5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b27b012c66c60e9436fa3f64a83dbeb5 { top:0.5rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1decde8501688a5acb25cb6f17c0770 { top:2.8125rem;left:5.6875rem;width:40.75rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2769dc2457f73c574b13486a2aecc61 { top:5.5rem;left:3.125rem;width:44.625rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf126eb38641a6d03d1346ac17a230a0 { top:3.625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0a1572bb58c1f0acd79aacd1f508aa7 { top:3.4375rem;left:0rem;width:4.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { display:block; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DndaoMRQTSSabcs7ziLylaFfKTVTDeEb { top:2.75rem;left:0rem;width:37.5rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { top:7.9375rem;left:0rem;width:26.9375rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrNf0A6RZDcuTkrsMSeW1qGskwsWXFNy { top:2.75rem;left:24.25rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h29An7xyFmFIOEbKdgEv4sfGeF7eDggT { top:27.25rem;left:10.25rem;width:37.5rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeWW2Cd6RKvEe1G74Z8XPcMbMRTTewoA { display:block; }#HeWW2Cd6RKvEe1G74Z8XPcMbMRTTewoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWfMVE9nDibFCTXV51U1Gv1DALHoso8q { top:1.8125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd2f5810f7866e3ddc490e8ba3075467 { display:block; }#Dd2f5810f7866e3ddc490e8ba3075467 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I65cd38b5aa0af18233e3aadd1f870bb { top:3.5625rem;left:8.5rem;width:24.9375rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7d90cee2d5ceb01bdd0521442216b54 { top:8.5rem;left:31.4375rem;width:16.3125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #caaae217db25b154059d90a0f414290d { top:24.0625rem;left:29.5625rem;width:15.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7be15c089440c927131da5b2100ec8e { top:12.5rem;left:0rem;width:17.1875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3f5d2d07bea9aa066209c973c47e398 { top:13.4375rem;left:0rem;width:14.6875rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb8ddec24cf983bd5072b72f69ab82e7 { top:10.25rem;left:33.625rem;width:14.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uffdb709e5af7dcc40f9b3e14665e0fc { top:25.625rem;left:31.18701171875rem;width:11.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ee7cdfa19dd7e6bda02a5af2149c8c { top:1.625rem;left:7.1875rem;width:27.5625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe { display:block; }#JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ { display:block; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUyKrVqX7tD5aHS2rhDt946viz60JUTq { top:4.3125rem;left:0rem;width:36.375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaBJlwaz2rCG2er3WDAynMhB7b5BTchz { width:14.9375rem;height:3.75rem;top:4.9375rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEZmt0IODgw97qLXx7Heyb9pR9waWmA7 { display:block; }
 }@media only screen and (max-width: 763px) { #BATagMvIz4AFk2ng4ZFUyKvdbsq0ZQVI { top:2.8125rem;left:0rem;width:47.75rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X01ef4cdfc95df97d6e35c9d82b46e0f { display:block; }#X01ef4cdfc95df97d6e35c9d82b46e0f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4fb35156d5c51908a29a855e19e1eb4 { top:10.0625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b58d7e729c5784addc0a87c8b81bd77d { top:9.75rem;left:0rem;width:14.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d05499c9cb74edf47d91c00cae18b28b { top:11.375rem;left:0rem;width:24.8125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n02b521e44351691e8d3176ba7a409b2 { top:8.625rem;left:0rem;width:33.625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5206de844e14d336c29ac7741e20c46 { top:2.25rem;left:11.8125rem;width:33.6875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a94fc32084934602050e38ded35e5509 { top:5.3125rem;left:19.90625rem;width:24.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4905a81bd0e949764999f1c70dd9eb0 { top:3.4375rem;left:19.90625rem;width:14.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O645468315dc008316a66c3dd73eb1c5 { top:3.75rem;left:13.5rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cee8fe2806f568c59d01324a9e28e550 { top:18.25rem;left:8.6875rem;width:30.4375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99f9f954782c9b0691d6f2563c3410c { top:11.375rem;left:16.6875rem;width:31.0625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meb5ce813eea8f98aa0d7d80ca085e40 { top:14rem;left:25.5rem;width:22.25rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i07e24b17ec798b37fc759200e00021a { top:12.25rem;left:30.875rem;width:14.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4311446a7ebe35dbeead4eae35038e6 { top:12.875rem;left:24.8125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w90f6bf93b6a51eb7e02e8775bbce121 { top:14.9375rem;left:18.1875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe122ebaf6dba8e9ea290beb73a975e8 { top:16.125rem;left:19rem;width:2.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I160060710f5fa2c57016b34106d8fd6 { top:8.25rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #afedd562bd5012912a357e375520ece1 { top:9.3125rem;left:44.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7734a5d07cac179d8b6ca6e7562b47f { top:6.0625rem;left:0.9375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie4bcb00a2902c9cc02092fe2f1672b0 { top:7rem;left:1.875rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d980b2a9de4eda09cf6e301c79860277 { top:20.625rem;left:9.8125rem;width:28.4375rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3e17b98978fbeed5359979d7e80bec9 { top:23.8125rem;left:26.875rem;width:7.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW { display:block; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWS3trQJBrhJ7VH20NTC3TRZETqLJvRc { top:3.125rem;left:0rem;width:46.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyCqyESAGAU4Jc31cELsVXhyD2HzDg7T { display:block; }
 }@media only screen and (max-width: 763px) { #QPo6Atm2UaTBlwwVwKfvzJcEK4k2bfoC { top:0.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0yUo9X0mhWNGWtpSfTzS2RF4w9ki5eW { top:2.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #38445e, #242e43);background-image: -moz-linear-gradient(180deg, #38445e, #242e43);background-image: -ms-linear-gradient(180deg, #38445e, #242e43);background-image: -o-linear-gradient(180deg, #38445e, #242e43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#38445e', endColorstr='#242e43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#38445e', endColorstr='#242e43' );";background-image: linear-gradient(180deg, #38445e, #242e43);background-size:auto !important;display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIK77IiZRmFpoaNXeyKPF15zFT6Bq13N { width:4.25rem;height:2.6875rem;top:0.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { width:16.4375rem;height:8.3994375rem;top:3.625rem;left:1.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { width:19.375rem;height:5.94921875rem;top:13.11767578125rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfTURW3LlzFuEBXEHWwciraappQRF8gN { width:17.8125rem;height:3.75rem;top:50.125rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDV6OWXi80Q1ptFHZuNbPUuoGTmUJshD { display:block; }
 }@media only screen and (max-width: 763px) { #QTSx1cDntWKgJKVFXr3a7vXZqIBPR7CC { width:17.5rem;height:17.4375rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKxqqBaUQgWPva700lUW8ATU1WmZ5Qs9 { width:18.4375rem;height:18.4375rem;top:22.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQNAhMhCLLigK2NRxvgXyCJOeFugVHQs { width:6.25rem;height:7rem;top:19.9375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhirG5MwQU8O4oDoT6a8KOF2pzDchu9J { width:17.5rem;height:5.5rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxnIvDJGfe8P5T6WglVXBuPlGeCWf0Fu { width:13.1875rem;height:1.2246125rem;top:43.4375rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbHKeMSxzhkhaFspxmb1d9zQfJLQ3AXE { width:13.0625rem;height:2.2744125rem;top:45.125rem;left:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7h5qCdfRCW3dygzyoenygaEwx6sSIl0 { width:2.8125rem;height:2.8125rem;top:43.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsbIhbo1itQKo0Ad4ZkVcpFeAGkf0y2O { width:2.8125rem;height:2.8125rem;top:37.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CendQVdsvTQFFnNqkN1y1nhR7Z43SCoh { width:17.5rem;height:5.4375rem;top:36.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4zeReNcxNcnJwSLnrPNhOZ16kUAH7xT { width:12.1875rem;height:1.224975rem;top:37.5rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbxFHQc06EOuBXrQ8lpZXUUx5boUIW7m { width:10.9375rem;height:2.2744125rem;top:38.9375rem;left:6.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHH3vhNPUF1x9npR3bWRPfSB5EFf52Ze { width:3.8125rem;height:3.875rem;top:33.625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJP2sJWGlseR9UD3tsaTpiymycvWN9Mr { width:2.375rem;height:2.1875rem;top:34.625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTzT3cd5Nn2XGrCssHpG7y5ouX4HsU3r { width:3.875rem;height:3.875rem;top:20.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LavWfzIXm2tIiNwCZg70k6z48844LC4z { width:2rem;height:1.9375rem;top:21.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoJIMfMQTHv8zF0BqSwaiFocQ6HFauI { width:2.8125rem;height:2.875rem;top:35.9375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCM92PXNRW8IocQALbmdsmFPwzHPbyUx { width:1.8125rem;height:1.75rem;top:36.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoD4xgydlUONpJRiOlQsWbLPUtqIhap2 { width:5.25rem;height:3.25rem;top:21.4375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEoLEeZeuza7pnuZ5POJNynpTdffJDTZ { width:3.75rem;height:3.3125rem;top:54.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f345837e806266b349b004bc91b18601 { display:block; }#f345837e806266b349b004bc91b18601 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5f20d20775e3182523223ea2e39057d { width:20rem;height:4.8994125rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5e3cb03cffd6446474e5bdb7bdba59e { width:18.375rem;height:5.5996125rem;top:7.412109375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v43e2f5af831bdbc577b54d4e0482a74 { display:block; }#v43e2f5af831bdbc577b54d4e0482a74 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8ca6bf55af172bf7c9f11755a7b4f29 { width:20rem;height:14.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd2e081627076973b79382f24261b746 { width:13.25rem;height:4.19921875rem;top:2.400390625rem;left:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca0e73873a52ab2a44620a1cd22e9186 { width:19.375rem;height:6.9995rem;top:7.1884765625rem;left:0.3125rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Zca2f0a4d585123973bfea091bd16dcd { width:4.375rem;height:4.375rem;top:2.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W54c0b90cd1679690e8170d1e356aef0 { width:3.4375rem;height:3.625rem;top:2.75830078125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W351e5f8041af577339d4d54b05700ba { display:block; }#W351e5f8041af577339d4d54b05700ba > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1d1fb67e270274907bf2d9cda4cfc39 { width:19.875rem;height:16.4375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff1bcdab6a2f7e9333752bcfba6facb0 { width:11.3125rem;height:4.19921875rem;top:1.6083984375rem;left:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5620064d9785ad34c52ae6b0d696505 { width:19.4375rem;height:9.44825rem;top:6.5830078125rem;left:0.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1ee35dd9d452e476a8131f465f7b6cc { width:4.375rem;height:4.375rem;top:1.5205078125rem;left:0.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e43bfc92fe6356dad98680b676a9892c { width:3.5rem;height:3.75rem;top:1.90625rem;left:1.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86c35d00ec46fff013e74c8d65288f5 { display:block; }#h86c35d00ec46fff013e74c8d65288f5 > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b27b012c66c60e9436fa3f64a83dbeb5 { width:19.875rem;height:16.4375rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1decde8501688a5acb25cb6f17c0770 { width:13.1875rem;height:2.0996125rem;top:2.40625rem;left:6.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2769dc2457f73c574b13486a2aecc61 { width:18.25rem;height:9.44825rem;top:6.25rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf126eb38641a6d03d1346ac17a230a0 { width:4.375rem;height:4.375rem;top:1.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0a1572bb58c1f0acd79aacd1f508aa7 { width:3.6875rem;height:4rem;top:1.53125rem;left:1.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { display:block; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DndaoMRQTSSabcs7ziLylaFfKTVTDeEb { width:20rem;height:2.44970625rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { width:19.1875rem;height:28.79686875rem;top:25.6826171875rem;left:0.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NrNf0A6RZDcuTkrsMSeW1qGskwsWXFNy { width:16.625rem;height:16.625rem;top:5.10546875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h29An7xyFmFIOEbKdgEv4sfGeF7eDggT { width:20rem;height:1.75rem;top:22.896484375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HeWW2Cd6RKvEe1G74Z8XPcMbMRTTewoA { display:block; }#HeWW2Cd6RKvEe1G74Z8XPcMbMRTTewoA > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWfMVE9nDibFCTXV51U1Gv1DALHoso8q { width:20rem;height:2.44970625rem;top:2rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd2f5810f7866e3ddc490e8ba3075467 { display:block; }#Dd2f5810f7866e3ddc490e8ba3075467 > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I65cd38b5aa0af18233e3aadd1f870bb { width:17.3125rem;height:20rem;top:4rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7d90cee2d5ceb01bdd0521442216b54 { width:11.75rem;height:4.8125rem;top:0.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caaae217db25b154059d90a0f414290d { width:11.25rem;height:4.3125rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7be15c089440c927131da5b2100ec8e { width:15.6875rem;height:5.625rem;top:25.125rem;left:3.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #f3f5d2d07bea9aa066209c973c47e398 { width:13.9375rem;height:3.9375rem;top:25.96875rem;left:4.78125rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eb8ddec24cf983bd5072b72f69ab82e7 { width:10.1875rem;height:3.9375rem;top:1.25rem;left:9.03125rem;font-size:0.875rem;line-height:1.5;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.21);display:block; }
 }@media only screen and (max-width: 763px) { #uffdb709e5af7dcc40f9b3e14665e0fc { width:10.75rem;height:2.625rem;top:22rem;left:0.5rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #B6ee7cdfa19dd7e6bda02a5af2149c8c { width:18.75rem;height:22.25rem;top:2.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe { display:block; }#JGQOAw4H8rFeavNGo4o2ohSSXlaHxsTe > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ { display:block; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUyKrVqX7tD5aHS2rhDt946viz60JUTq { width:18.125rem;height:4.5rem;top:2.9306640625rem;left:0.9375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oaBJlwaz2rCG2er3WDAynMhB7b5BTchz { width:12.5625rem;height:3.125rem;top:9.75rem;left:3.71875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEZmt0IODgw97qLXx7Heyb9pR9waWmA7 { display:block; }
 }@media only screen and (max-width: 763px) { #BATagMvIz4AFk2ng4ZFUyKvdbsq0ZQVI { width:20rem;height:5.8125rem;top:2.2744140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X01ef4cdfc95df97d6e35c9d82b46e0f { display:block; }#X01ef4cdfc95df97d6e35c9d82b46e0f > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4fb35156d5c51908a29a855e19e1eb4 { width:4.0625rem;height:4.0625rem;top:2.9375rem;left:0.4990234375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b58d7e729c5784addc0a87c8b81bd77d { width:13.375rem;height:1.48730625rem;top:2.875rem;left:5.1865234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d05499c9cb74edf47d91c00cae18b28b { width:13.625rem;height:5.6860375rem;top:4.5498046875rem;left:5.2490234375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n02b521e44351691e8d3176ba7a409b2 { width:20rem;height:8.9375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5206de844e14d336c29ac7741e20c46 { width:20rem;height:9rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a94fc32084934602050e38ded35e5509 { width:13.5rem;height:5.6860375rem;top:23.375rem;left:5.1875rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T4905a81bd0e949764999f1c70dd9eb0 { width:13.75rem;height:1.48730625rem;top:21.6875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O645468315dc008316a66c3dd73eb1c5 { width:4.0625rem;height:4.0625rem;top:21.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cee8fe2806f568c59d01324a9e28e550 { width:20rem;height:7.125rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99f9f954782c9b0691d6f2563c3410c { width:20rem;height:8.25rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #meb5ce813eea8f98aa0d7d80ca085e40 { width:14.125rem;height:4.548825rem;top:14.26416015625rem;left:5.4375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #i07e24b17ec798b37fc759200e00021a { width:13.5625rem;height:1.48730625rem;top:12.4375rem;left:5.4365234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4311446a7ebe35dbeead4eae35038e6 { width:4.0625rem;height:4.0625rem;top:12.75rem;left:0.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w90f6bf93b6a51eb7e02e8775bbce121 { width:4rem;height:4rem;top:0.125rem;left:15.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(36,46,67,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #Xe122ebaf6dba8e9ea290beb73a975e8 { width:2.25rem;height:2.0625rem;top:1.125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I160060710f5fa2c57016b34106d8fd6 { width:4.125rem;height:4.125rem;top:27.1875rem;left:15.1875rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(36,46,67,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #afedd562bd5012912a357e375520ece1 { width:2.625rem;height:2.625rem;top:28.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7734a5d07cac179d8b6ca6e7562b47f { width:3.875rem;height:3.875rem;top:17.375rem;left:0.5rem;z-index:15039;box-shadow: 0.125rem 0.0625rem 0.6875rem rgba(36,46,67,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #Ie4bcb00a2902c9cc02092fe2f1672b0 { width:2rem;height:1.9375rem;top:18.375rem;left:1.4375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #d980b2a9de4eda09cf6e301c79860277 { width:20rem;height:3.8994125rem;top:33.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3e17b98978fbeed5359979d7e80bec9 { width:7.875rem;height:1.29980625rem;top:37.625rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW { display:block; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWS3trQJBrhJ7VH20NTC3TRZETqLJvRc { top:4.8125rem;left:1.34375rem;width:17.3125rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyCqyESAGAU4Jc31cELsVXhyD2HzDg7T { display:block; }
 }@media only screen and (max-width: 763px) { #QPo6Atm2UaTBlwwVwKfvzJcEK4k2bfoC { width:20rem;height:0.9746125rem;top:0.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0yUo9X0mhWNGWtpSfTzS2RF4w9ki5eW { width:20rem;height:1.94921875rem;top:2.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }