.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:252,244,214;--color-primary-1:247,223,133;--color-primary-2:242,201,51;--color-primary-3:239,187,0;--color-primary-4:44,30,6;--color-secondary-0:250,215,216;--color-secondary-1:239,136,137;--color-secondary-2:229,56,59;--color-secondary-3:186,24,27;--color-secondary-4:102,7,8;--color-tertiary-0:255,255,255;--color-tertiary-1:82,82,91;--color-tertiary-2:24,24,27;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:poppins;--paragraphs-font-family:Raleway; }@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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/25aef1b5-dd90-4856-803a-bb4eb97e1b19/BD64F064215544568899BAE5D5E40628.PNG");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; }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ.adaptive-delivery-prevent-bg, #QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ.lazyload, #QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ.lazyloading { background-image: none; }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .row .container { background-color: transparent; background-image: none; }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .row .container > .video-iframe-container { display: none; }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .row > .video-iframe-container { display: none; }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .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); }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .row .container { border-width: 0; border-radius: 0; }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#TeT7kysyb1wyV0IDpANcuB6GEK0qfyrq { color:rgba(var(--color-tertiary-4),1);display:block;width:73.75rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.287109375rem;left:0.5rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#Tsasey7FWyihddV97OMQmxTpsy9hC66S { color:rgba(var(--color-tertiary-4),1);display:block;width:73.75rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.287109375rem;left:0.5rem;height:1.3808625rem;text-align:center;text-align-last:center;display:none; }
#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd { 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/bbbc9cff-c99f-4d0a-b666-8528dc672b38/96057B1FA2524D7EA1F544998117692D.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd.adaptive-delivery-prevent-bg, #tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd.lazyload, #tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd.lazyloading { background-image: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container { background-color: transparent; background-image: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container > .video-iframe-container { display: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row > .video-iframe-container { display: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .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); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container { border-width: 0; border-radius: 0; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:75rem;position:relative;display:block; }#eglPQVXaTs3a3L3PGHqT7knOwJHwlsUS { color:rgba(var(--color-tertiary-4),1);display:block;width:72.875rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.6748046875rem;left:1.0625rem;height:3.7124rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VDlAbRQKwGSrGXSukbobpP07hmS9FmWJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.01123046875rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wACXD5MsPGrLlh4k4rGVQHNLNuBn9Ekc { color:rgba(var(--color-tertiary-4),1);display:block;width:57.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:8.6875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i6kFZfRfpkrQSKVy19mh3TSJx8MUaqm8 { color:rgba(var(--color-primary-3),1);display:block;width:62.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0rem rgba(var(--color-tertiary-4),0.5);top:9.3125rem;left:6.9375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#x2xDTFpDH4fCwyiR4sQLrAnoTCXq3oxk { color:#f4f6ed;display:block;width:61.625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.861328125rem;left:7.25rem;height:6.1748rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0KuzQ1EKWikLxfMcpsXKLF8drEtXvOw { position:absolute;display:block;z-index:15004;height:26rem;width:46.4375rem;top:25.625rem;left:14.84375rem;display:block; }
#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/c4847442-3217-4369-b524-bc004a3fd007/ChatGPTImage30paz202517_50_07.png");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; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4.adaptive-delivery-prevent-bg, #mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4.lazyload, #mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4.lazyloading { background-image: none; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row .container { background-color: transparent; background-image: none; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row .container > .video-iframe-container { display: none; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row > .video-iframe-container { display: none; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .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); }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row .container { border-width: 0; border-radius: 0; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#lG232g8wWCoTmsh1Rv5El895h75fWTOH { color:#ffffff;display:block;width:31.8105625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.55029296875rem;left:21.59423828125rem;height:6.8247rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i7Q25R37D0D1U3WUeKREuFZCI6PJ391G { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #f20505, #ba181b);background-image: -moz-linear-gradient(0deg, #f20505, #ba181b);background-image: -ms-linear-gradient(0deg, #f20505, #ba181b);background-image: -o-linear-gradient(0deg, #f20505, #ba181b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='#ba181b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='#ba181b' );";background-image: linear-gradient(0deg, #f20505, #ba181b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:12.5rem;top:3.30419921875rem;left:30.625rem;display:block; }
#EpF1K0cbwnJAPRTCJ9BgVHiWxrgRQ0GT { display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:11.119140625rem;left:8.875rem;height:1.13720625rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.3025rem;padding-right:0.269375rem;padding-bottom:0.3025rem;padding-left:0.269375rem;display:block;align-items:center;width:1.616875rem;min-width:1.616875rem;height:1.625625rem;position:relative;font-family:"open sans";font-size:1.21rem;font-weight:700;line-height:26.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.18875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.155625rem;height:0.6425rem;position:relative;font-family:"open sans";font-size:0.45375rem;font-weight:400;line-height:10.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.625rem;height:3.061525rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.15625rem;left:23.125rem;z-index:15000; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #KQrfTrLPWftPDGJuPJitGVpZNlpg2hGA { display:flex;position:relative;top:0rem;left:0rem; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #M1E8yrNsqOTkXh588D2VGk8lwOi1P8Ay { width:auto; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #oF4RmKuTHAFalvkNOQm5Sr0BtFFFUCby {  }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #tkRDShOGTXLkc75M6X87dCy5bECPCJuz { display:flex;position:relative;top:0rem;left:0rem; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #FmR1XAufL9ZB0f71HEUfqqnvZxsF2bl9 {  }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #nmx7MUXaAXkLTsWP7V4ysASiEsiy6Vve {  }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #EmeZMZV7txTzihWuCVIxy6mKXdP1LtTO { display:flex;position:relative;top:0rem;left:0rem; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #VhNyuVi8HREKELSAubxfnFLnWh0xZqeD {  }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #skKxlZfczcUXw8rJ0gpNK9t8nvrGA8v5 {  }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #Apm0JGdJZIfPtNCTBhdnCRglumqe1gsH { display:flex;position:relative;top:0rem;left:0rem; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #zXQTQzgtaUM5ztaTTyt9KFOo32gwanNo {  }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #Fv0T6xpCJbKTlbMmkBVgoyGkg8uUXgwV {  }
#Cnx7et4wp9anFFw5BgexqLxK9QTOdpy9 { display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:11.119140625rem;left:38.5rem;height:1.13720625rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#051d4b;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; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { background-color: transparent; background-image: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container > .video-iframe-container { display: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row > .video-iframe-container { display: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .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); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { border-width: 0; border-radius: 0; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { font-size:0.875rem;font-family:arial;height:75.4375rem;width:75rem;position:relative;display:block; }#COAZhZ8pbAKVZgfBIT7i2x44xhanCxeC { 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:16.375rem;width:16.375rem;top:6.193359375rem;left:7.125rem;overflow:hidden;display:block; }
#hTCC9WLcSgbTGRhfXRIds2UsTN44LAJT { color:#051d4b;display:block;width:14.1875rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.4306640625rem;left:8.21875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tlVyxweOooV2qAXBb1M0uoZ7kXJregNo { position:absolute;display:block;z-index:15005;background-color:#051d4b;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:13.25rem;top:20.96826171875rem;left:8.8740234375rem;display:block; }
#NTlT5aKBp8Eal0Fgz347nTnwGOhp3sOD { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -moz-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -ms-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -o-linear-gradient(0deg, #051d4b, #0d4d8e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );";background-image: linear-gradient(0deg, #051d4b, #0d4d8e);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;height:39.0625rem;width:17.625rem;top:13.5rem;left:28.5rem;display:block; }
#weV6cbWoGWzqPLiqO0g1sZT59CfPdzVg { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.625rem;left:31.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B3LTUc8NOh16h4DbB6hbViP71rJ2132S { position:absolute;display:block;z-index:15011;background-color:#ffffff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.125rem;top:23.0625rem;left:35.75rem;display:block; }
#cZSvIB4Obtgboi23t3NlKPHsvTdXEctU { background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4355625rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:47.5rem;left:30.28173828125rem;display:block; }
#SOTQB77zk9TEuyU53CIceiiTCV5csmy1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PmSZ07qiROya3kdBhMzZdl1QrFnUHvRZ { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;height:34.625rem;width:17.625rem;top:13.625rem;left:50.4375rem;display:block; }
#wmfKHq54wBesKotlnvJHweVnPk6WecSp { color:#051d4b;display:block;width:11.9360625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:28.876953125rem;left:54.75rem;height:1.13720625rem;font-style:normal;display:block; }
#HrcHbWLmhuTIQeB5kzWKw5nMoSExrfJ9 { color:#051d4b;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:25.25rem;left:54.8125rem;height:2.2744125rem;font-style:normal;display:block; }
#yTTplxFmTl3xJcT9eeoUmWk2Vu7uRVbs { color:#051d4b;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:19.75rem;left:53rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dpSgxIRvTD0766T4GJCI4GiFZTvnrnvD { position:absolute;display:block;z-index:15032;background-color:#051d4b;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.125rem;top:23.1875rem;left:57.6875rem;display:block; }
#hR6rtbiEQQxpnxr6KvTeIhliJC49c4id { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68728125rem;width:1.68728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:25.4375rem;left:52.375rem; }
#LME923H4sLqnRAsRIOJdWWx8AhKaOhq1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:28.5625rem;left:52.375rem; }
#JK0tASxLHJPWGf0xO12zk8bMRszuX5D8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:31.875rem;left:52.375rem; }
#ClD6KlL12ISN62HsHwraTddxMezdX1MD { color:#051d4b;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:38.9375rem;left:53.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zZyPTQLE5IoSESJWJ5RdAZfhiBpSMvWB { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:2.0625rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:42.6240234375rem;left:31.25rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D7MXia779ke6fZc2l8061rpq2i9aF7O5 { color:#051d4b;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:46.49853515625rem;left:9.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f0WyJBhypRQC0U210dDr97JS5xQFry1M { color:#f20505;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:45.2421875rem;left:8.8115234375rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qXLvyAZG1EZStt6zoKdJ63eMK1k8hqao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:51.62548828125rem;left:9.0625rem; }
#xox5PNbnKNlfxCEUqWAcTlHwoBrTZJln { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:48.25048828125rem;left:31.25rem; }
#w5g2H67gN1ZxNHnLtX9P3K9k5JxUdX6b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:43.3681640625rem;left:53.404296875rem; }
#ap8GV4MXTmn6y8cLTecZArf0SrXTCWg4 { color:#f5f3f4;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:25.16845703125rem;left:32.21826171875rem;height:2.2744125rem;font-style:normal;display:block; }
#b50mToAOBnTxry6h6TIH1BXLXqTnzA5h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68728125rem;width:1.68728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:25.4375rem;left:29.9375rem; }
#TBQTQMaOcZJdN1htuRzD231xEq4a3GKp { color:#ffffff;display:block;width:11.9365rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:28.79541015625rem;left:32.2509765625rem;height:1.21875rem;font-style:normal;display:block; }
#I8clFZDnKNVvFlVeKXS22V4op1NSPWdX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:28.5625rem;left:29.9375rem; }
#Lc9aw29oFamc5HnrFPabtWMfFLmw3CzQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:31.9375rem;left:29.9375rem; }
#fv4Pp1nVw2sTQ3mCgT2WkKmh3Lmn3Zd1 { color:#051d4b;display:block;width:12.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:31.5625rem;left:10.7197265625rem;height:1.13720625rem;font-style:normal;display:block; }
#HZFTwTKNVRJSoz74TcE8GZTtD9ocTURg { color:#051d4b;display:block;width:12.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:34.28857421875rem;left:10.6552734375rem;height:2.2744125rem;font-style:normal;display:block; }
#Wbd1XkGJI2SSGdoExUh1OicWke2PEs0V { color:#051d4b;display:block;width:11.9365rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:28.66845703125rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#Tfqmm2nEe7xl6tk0kPHFH2WdpuFT4qx9 { color:#051d4b;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:25.0625rem;left:10.5rem;height:2.2744125rem;font-style:normal;display:block; }
#AwyBOiSQT2pDgTMwobWqtDBmmtBzVBfk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:34.525390625rem;left:8.0625rem; }
#VLXyZLuQAEpMt00lMw71hqHdfHcNOWx0 { background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#dfdfdf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4355625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:50.875rem;left:8.15673828125rem;display:block; }
#TfMVp8WckP6gC0Cc0tkO9GbgA0NosyVN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zG55q0k6if9DXt5gzuHKZ1AxV0TXrMx6 { background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4355625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:43.12353515625rem;left:52.09423828125rem;display:block; }
#OBtkH7RFmpKwofr0HPhKy4aZFvXpBq86 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l8UoShE8AZ97UEOUuy3xllcAD38Tn0tl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:25.25rem;left:8.0625rem; }
#mnf712NLvxTedRiyJbGWxEF5UHt9Op66 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f3f4;border-left:0.0625rem solid #f5f3f4;border-right:0.0625rem solid #f5f3f4;border-bottom:0.0625rem solid #f5f3f4;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;height:42.5rem;width:17.625rem;top:13.5rem;left:6.4375rem;display:block; }
#kS9ARU5Ig76ouvhT1LoTfPwSAdGbMC4X { color:#051d4b;display:block;width:13.874rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:41.6181640625rem;left:54.75rem;height:1.05615rem;font-style:normal;display:block; }
#WhwtB3kvRrNH3Cx4uKZEXa8tnkL1kqgB { color:#051d4b;display:block;width:13.8735625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:45.50537109375rem;left:33.1865234375rem;height:1.05615rem;font-style:normal;display:block; }
#DHKUCortxniAe7bJah2ze7ZQT4yD0iy9 { color:#051d4b;display:block;width:13.8735625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:48.93603515625rem;left:10.9990234375rem;height:1.05615rem;font-style:normal;display:block; }
#aUNxqvHEhsTLIlJ9UIoImnWAnpb9O6Tr { position:absolute;display:block;z-index:15072;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:16.375rem;width:16.375rem;top:2.30615234375rem;left:29.3125rem;overflow:hidden;display:block; }
#Bxq80NZHknDhbFAMkhbl3vTHB7fhxzZT { position:absolute;display:block;z-index:15073;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:16.375rem;width:16.375rem;top:6.505859375rem;left:51.875rem;overflow:hidden;display:block; }
#t2rwRVR2RsmwQaa7sC2TlTQDwAekVnJD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:28.3896484375rem;left:8.0947265625rem; }
#PzibxcFtBROPX6zHuHrCoPbEPe980yFQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:31.375rem;left:8.0947265625rem; }
#uwGPBlh0BLQlxTubQh1OGOKE5KSTrghO { color:#051d4b;display:block;width:12.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:34.73583984375rem;left:32.43701171875rem;height:2.2744125rem;font-style:normal;display:block; }
#S7anGNq1AtMtcLgvDTvT4nggtbZvVz10 { color:#051d4b;display:block;width:13.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:34.2880859375rem;left:54.5rem;height:2.2744125rem;font-style:normal;display:block; }
#WlvazTIFNPcyBA6L3NckWfv4su7X0UA8 { color:#051d4b;display:block;width:12.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:32.04931640625rem;left:32.43701171875rem;height:1.13720625rem;font-style:normal;display:block; }
#KnUVnNrO1k3AS24l6bValyiU7ouTO9H9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:34.8759765625rem;left:30.09423828125rem; }
#S86VCEzG7aiiQhfNELiVP4CBiuT8Wek2 { color:#051d4b;display:block;width:12.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:32.1494140625rem;left:54.75rem;height:1.13720625rem;font-style:normal;display:block; }
#NgJ7z57mnuSi4S5tTJ4XRmCQh076bNNG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:37.837890625rem;left:8.0625rem; }
#TEHgMuUXP8HDhkdQyyTLHp4BkqHLgqR1 { color:#051d4b;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:37.86328125rem;left:10.625rem;height:2.2744125rem;font-style:normal;display:block; }
#cmTklS6nnV3QGkuXTfVV59upuyANbcao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:40.740234375rem;left:8.0625rem; }
#MNXrO2dZ2eGsKhTC3JcfrQ2c3NJVUJeS { color:#051d4b;display:block;width:12.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:41.07763671875rem;left:10.625rem;height:2.2744125rem;font-style:normal;display:block; }
#TIUXqHGkTTgfqzpXxDuEWuyrSpPTMpbi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:38.9375rem;left:30.28173828125rem; }
#FtlCD43TkPKnX36yTrvXWDX50lttSE3R { color:#051d4b;display:block;width:12.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:39.0185546875rem;left:32.43701171875rem;height:2.2744125rem;font-style:normal;display:block; }
#aidQeRdnzlEv1OPsmwVMRousIdyo0xMd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:34.58251953125rem;left:52.50048828125rem; }
#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfc;background-image:url("https://images.assets-landingi.com/uc/25aef1b5-dd90-4856-803a-bb4eb97e1b19/BD64F064215544568899BAE5D5E40628.PNG");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; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb.adaptive-delivery-prevent-bg, #RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb.lazyload, #RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb.lazyloading { background-image: none; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row .container { background-color: transparent; background-image: none; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row .container > .video-iframe-container { display: none; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row > .video-iframe-container { display: none; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .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); }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row .container { border-width: 0; border-radius: 0; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row .container { font-size:0.875rem;font-family:arial;height:85.4375rem;width:75rem;position:relative;display:block; }#p914DRAmBrZHx4v5Etg4wzXz4f7sOP2b { color:#18181b;display:block;width:42.75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.25rem;left:17.125rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KaaEUhq2CAnxzCDe1TFSaFfqfCOewBUD { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;height:8.25rem;width:8.3125rem;top:43.5625rem;left:37.4375rem;overflow:hidden;display:block; }
#kc7obPC9rDPhXEFUNEJi04mSzFRIZC7u { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;height:8.625rem;width:8.625rem;top:43rem;left:2.375rem;overflow:hidden;display:block; }
#QJvU88DscgwfKti028lrIsgn99rOgDnq { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;height:8.4375rem;width:8.375rem;top:27.0625rem;left:38.78125rem;overflow:hidden;display:block; }
#gymwaEEHX3EDqXQEFPTrfXrK0HgEex1L { position:absolute;display:block;z-index:15052;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:8.6875rem;width:24.375rem;top:16.1875rem;left:46.3125rem;overflow:hidden;display:block; }
#filGuu8kvrEcqbKovaoHDEcFnHs830mr { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;height:8.4375rem;width:8.375rem;top:14.40625rem;left:5.03125rem;overflow:hidden;display:block; }
#i2AuTfJpIdi1TdyzUBpCwelZSnSSDlPP { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:24.8125rem;top:18.3125rem;left:13.96875rem;overflow:hidden;display:block; }
#VprKnPGLDnin5CbZTv1Ww0bmOhtzUFZu { position:absolute;display:block;z-index:15053;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:8.6875rem;width:23.8125rem;top:33.3125rem;left:10.1875rem;overflow:hidden;display:block; }
#FrKB8ubDkEXtb0aZ4TAht54pR3QmVQmR { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;height:8.4375rem;width:8.375rem;top:14.40625rem;left:5.03125rem;overflow:hidden;display:none; }
#LJPKZHoy3WXDI7uxCLfRFOi6ToXhUwIn { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;height:7.9375rem;width:8.375rem;top:14.40625rem;left:5.03125rem;overflow:hidden;display:none; }
#SbXiERcyDt4zn9pePvCWtupAUDSdTLcl { 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:21.6875rem;width:67.6875rem;display:none; }
#I7okpK6Aoq2HXzuTb4ugC1Gmd0xxDaS6 { position:absolute;display:block;z-index:15052;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:8rem;width:24.8125rem;top:44.4375rem;left:45.75rem;overflow:hidden;display:block; }
#GlZQhu1CCMlr3XfOJg8MLTbbiEgJbITL { 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:21.6875rem;width:66.6875rem;display:none; }
#J1eazOd0d0h02TLppGZ7fs4XwieOT1P8 { color:#fbfbfb;display:block;width:49.5625rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:60.625rem;left:12.71875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RzmPyoe4cKEUJ1W5HIrk45iatFLbbpCh { background-color:#efbb00;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:4.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:74.09375rem;left:25.21875rem;display:block; }
#kT1pMzfxmgar0MSSEPAsaWBJH529NFtv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9o3v8J8VyFQGONK0ZqENCrwHGpvZvlP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:67.5rem;left:35.9375rem; }
#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .row .container { background-color: transparent; background-image: none; }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .row .container > .video-iframe-container { display: none; }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .row > .video-iframe-container { display: none; }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .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); }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .row .container { border-width: 0; border-radius: 0; }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#qXeXt5wAXkRJZJERiJTloeOOtmMS8RRS { color:rgba(var(--color-tertiary-0),1);display:block;width:62.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:6.09375rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k1oTpJ2B2fVhv8dgVKtSmxymhGGbMGom { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:15.4375rem;top:12.89892578125rem;left:6.09375rem;overflow:hidden;display:block; }
#XdSO9P56DLGMBTRVUwT9fEse9g721R6l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:25.4375rem;left:24.93701171875rem; }
#VX0ItWDmkWM7298fd5gv1nZfrhlLcqlG { color:#f5f3f4;display:block;width:28.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:26rem;left:27.7177734375rem;height:1.13720625rem;font-style:normal;display:block; }
#qzf3dHkMvmFUPLQxEv0bDWkPfDr11X0Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.3759765625rem;left:24.9375rem; }
#a4Ow4KDvToV3FbnrwzQLgr0ebaEgakJB { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:15.6083984375rem;left:27.7177734375rem;height:2.4375rem;font-style:normal;display:block; }
#yrQuruRLpIdoIPDvAs6z3x3NJyNvto2P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:15.375rem;left:24.9375rem; }
#zOqpHq3StflvyE7dNw6JDSCKJeCrncL9 { color:#051d4b;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:20.650390625rem;left:27.9365234375rem;height:2.2744125rem;font-style:normal;display:block; }
#Z6yRxv501VAiSNnKpEotU506RT7frMNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .row .container { background-color: transparent; background-image: none; }#Z6yRxv501VAiSNnKpEotU506RT7frMNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .row .container > .video-iframe-container { display: none; }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .row > .video-iframe-container { display: none; }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .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); }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .row .container { border-width: 0; border-radius: 0; }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#vqsJVF62PuUf1MxmlcHKEdRIdAtq4Bmz { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.185546875rem;left:19.5625rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Us1fKaiFd7lxbRQcwdX0SCgtTzM2OgIb { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #f20505, #ba181b);background-image: -moz-linear-gradient(0deg, #f20505, #ba181b);background-image: -ms-linear-gradient(0deg, #f20505, #ba181b);background-image: -o-linear-gradient(0deg, #f20505, #ba181b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='#ba181b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='#ba181b' );";background-image: linear-gradient(0deg, #f20505, #ba181b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:12.5rem;top:3.3037109375rem;left:22.75rem;display:block; }
#mut1N4A9EEAneyULNCETaDCZSq5pCEnv { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.685546875rem;left:19.5625rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.79);background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");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; }#hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ.adaptive-delivery-prevent-bg, #hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ.lazyload, #hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ.lazyloading { background-image: none; }#hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ > .row .container { background-color: transparent; background-image: none; }#hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ > .row .container > .video-iframe-container { display: none; }#hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ > .row > .video-iframe-container { display: none; }#hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ > .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); }#hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ > .row .container { border-width: 0; border-radius: 0; }#hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#MantTI35HyTciVydOTa5Pl7TJwpLignS { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.11) ;box-sizing:border-box;color:#f9f9f9;text-shadow:0.375rem 0.0625rem 1.875rem rgba(0,0,0,0.05);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:16.9375rem;left:28.75rem;display:block; }
#mK3mURzPedbX18a1bIDbc0iXyRMgq0A6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LQ8mQIyiULLSHM3eWbf4IkLwTgTXhv6V { color:#333333;display:block;width:24.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.5625rem;left:25.28125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aqvzw2MEBchHBAVAFsefvDUV0AupyMpG { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:7.25rem;left:24.3125rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#df8HoiG3VmXDm8EkzbxHSKxTw9d30G5w { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(227,227,227,0.61);border-left:0.5rem solid rgba(227,227,227,0.61);border-right:0.5rem solid rgba(227,227,227,0.61);border-bottom:0.5rem solid rgba(227,227,227,0.61);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(0,0,0,0.1) ;height:20.625rem;width:37.6875rem;top:3.9375rem;left:18.15625rem;display:block; }
#P88R7OcdKJx5KkZpi7DlTfQ7qV29NV7L { position:relative;display:none; }#P88R7OcdKJx5KkZpi7DlTfQ7qV29NV7L { border-width: 0; border-radius: 0; }#P88R7OcdKJx5KkZpi7DlTfQ7qV29NV7L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P88R7OcdKJx5KkZpi7DlTfQ7qV29NV7L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eTTaAk1nC068het39wT0hqF0vDX9RZ6Z { color:rgba(var(--color-tertiary-2),1);display:block;width:60.5625rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3779296875rem;left:7.21875rem;height:9.9931875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OO4QlEpLiA4NWg9EO7uVZdkIX8mXoygV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OO4QlEpLiA4NWg9EO7uVZdkIX8mXoygV > .row .container { border-width: 0; border-radius: 0; }#OO4QlEpLiA4NWg9EO7uVZdkIX8mXoygV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OO4QlEpLiA4NWg9EO7uVZdkIX8mXoygV > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:none; }#txfNDXbW219iE5NCe8LEnWNulTbxX1CK { color:rgba(var(--color-tertiary-2),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.638671875rem;left:12.125rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zbFGlvsFf3MXLoOdUyHme8iD5rMDdAeO { box-sizing:content-box;height:0.125rem;width:47rem;position:absolute;display:block;z-index:15005;background-color:#dedee1;background-image:none;top:28.75rem;left:14rem;display:block; }
#AmhZTpGqe9rN93fVF1QU5UvDd63CaJey { box-sizing:content-box;height:28.125rem;width:0.0625rem;position:absolute;display:block;z-index:15006;background-color:#dedee1;background-image:none;top:14.75rem;left:37.5rem;display:block; }
#Q8Wgm0EcHfcV0oVegJTO034SA7AyX9RW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:19rem;left:17.0625rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#zegRqh9sFHmaBmvyGKZLv0dL1g7gmrK8 { position:absolute;display:block;z-index:15008;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.8125rem;width:2.8125rem;top:14.25rem;left:24.375rem;overflow:hidden;display:block; }
#t4ofZ5VRHSEQFEMcu00UnxBq8y0G7uwU { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:19rem;left:40.6875rem;height:5.90625rem;text-align:center;text-align-last:center;display:block; }
#d777Mfc8l8BkRczXMPLWuQgpBWTC8b0K { position:absolute;display:block;z-index:15011;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.8125rem;width:2.8125rem;top:14.75rem;left:48.25rem;overflow:hidden;display:block; }
#osCHby5EvRVukO82INyxVla7rTuJCFVN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:32.3125rem;left:24.375rem;overflow:hidden;display:block; }
#ohcKXew6zTiRfDWik5kZBlVQDxgK8Vkp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:37.125rem;left:17.0625rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#GW6XiGvf3HQ8lnFBgTxTv1xDbvkWWk3g { position:absolute;display:block;z-index:15017;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.8125rem;width:2.75rem;top:32.25rem;left:48.25rem;overflow:hidden;display:block; }
#C7T1FsFxoyObnu1uOyNwi6GBH70BrDda { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:36.125rem;left:40rem;height:5.90625rem;text-align:center;text-align-last:center;display:block; }
#McmTeCyRfsU1tJPUXt0nrTKLDhI5LiTB { box-sizing:content-box;height:0.0625rem;width:70.375rem;position:absolute;display:block;z-index:15005;background-color:#dedee1;background-image:none;top:44.625rem;left:2.3125rem;display:none; }
#gcIKnGFF6o7Izz6UyT4AO65aRmQGG2Ho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gcIKnGFF6o7Izz6UyT4AO65aRmQGG2Ho > .row .container { border-width: 0; border-radius: 0; }#gcIKnGFF6o7Izz6UyT4AO65aRmQGG2Ho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gcIKnGFF6o7Izz6UyT4AO65aRmQGG2Ho > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:none; }#qClEe1vgOWzuLAqnhHmqLmp0yl9eoKxT { color:#fbfbfb;display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:12.71875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZ1mDs4Uhqaxt1gdtVa6WSKWC2gRW7QW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GZ1mDs4Uhqaxt1gdtVa6WSKWC2gRW7QW > .row .container { border-width: 0; border-radius: 0; }#GZ1mDs4Uhqaxt1gdtVa6WSKWC2gRW7QW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZ1mDs4Uhqaxt1gdtVa6WSKWC2gRW7QW > .row .container { font-size:0.875rem;font-family:arial;height:86.0625rem;width:75rem;position:relative;display:none; }#HtR5xRJmF1zmI8kTf0i6vMVCnW4dlm0p { box-sizing:content-box;height:25.9375rem;width:32.9375rem;position:absolute;display:block;z-index:15002;background-color:#f3f5f8;background-image:none;top:4.0625rem;left:2.5rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#hfeAT1DrZugNwFBfz8DJxSNI1EU7TErp { color:rgba(var(--color-tertiary-2),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:6.125rem;left:5.125rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WOTWP1xBtG9cBV5Q5JZPnwK2qBwId3yM { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.3125rem;width:15.3125rem;top:13.5625rem;left:11.3125rem;overflow:hidden;display:block; }
#iIiCi2N40uGlaV3hJPkfKw2Q5qKVOWdp { box-sizing:content-box;height:25.9375rem;width:34.5rem;position:absolute;display:block;z-index:15005;background-color:#f3f5f8;background-image:none;top:4.0625rem;left:38.0625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#VwtHp1L66BD6aQe3olq7uS3eh5Ri0sTw { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.3125rem;width:15.3125rem;top:13.5625rem;left:47.625rem;overflow:hidden;display:block; }
#J4UU45FBI69Ikwh4IARU86SKxPAxmeQ2 { box-sizing:content-box;height:27.4375rem;width:22rem;position:absolute;display:block;z-index:15005;background-color:#f3f5f8;background-image:none;top:32.0625rem;left:2.5rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#L8DA8w4AOzlWTwCTi82vvpJTpvTyOlL4 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.3125rem;width:15.3125rem;top:43.75rem;left:5.8125rem;overflow:hidden;display:block; }
#p3JXG1qRCgh0LtLi6V0TRnh9RJVS5KgG { box-sizing:content-box;height:28.75rem;width:22rem;position:absolute;display:block;z-index:15008;background-color:#f3f5f8;background-image:none;top:32.0625rem;left:26.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#cu7i96KoRWxQoEAZCuekNmA9ufWCOenf { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.3125rem;width:15.3125rem;top:44.625rem;left:29.8125rem;overflow:hidden;display:block; }
#H6Nbb3MlquAGIH265qlMWn0B6wyAX7gz { box-sizing:content-box;height:27.8125rem;width:22rem;position:absolute;display:block;z-index:15014;background-color:#f3f5f8;background-image:none;top:32.0625rem;left:50.5625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#TOdN21rC31lCKtZ0mf1SAvTIpqL7lFCr { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.3125rem;width:15.3125rem;top:43.75rem;left:53.875rem;overflow:hidden;display:block; }
#SyMo82w8gWvVn2o5MebmJftp42EBpQOX { color:rgba(var(--color-tertiary-2),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.125rem;left:40.875rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e8TuxVe34CAb5W00oCf2VXs8cMPwKAnh { color:rgba(var(--color-tertiary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:33.9375rem;left:4.625rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ntqiB92CbPdDnQHpxXcJ01BNsLObJOZK { color:rgba(var(--color-tertiary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:33.9375rem;left:52.6875rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HzDTswGOsoGhDTk8Pndoudf9IGTqgSHb { color:rgba(var(--color-tertiary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:33.6875rem;left:28.625rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WiSraBpBBeWmQBze05k6RKTZUBZkRHbw { color:rgba(var(--color-tertiary-2),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:65.375rem;left:11.375rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y3GHxZ0chTTDNrAtCTHi8gvlvcwGsOa3 { color:rgba(var(--color-tertiary-1),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:70.1875rem;left:18.375rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#ivTfbw02ULoS4ktBZLAyEcFcCvcw5HkO { background-color:rgba(var(--color-primary-3),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:78.0625rem;left:27.1875rem;display:block; }
#dCbVLyNF3TomNG4LJLDhXDXXEPTnMhQA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rC4NQHElLCpFlTB9vkWfPa6WtkERpA5q { position:relative;display:none; }#rC4NQHElLCpFlTB9vkWfPa6WtkERpA5q { border-width: 0; border-radius: 0; }#rC4NQHElLCpFlTB9vkWfPa6WtkERpA5q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rC4NQHElLCpFlTB9vkWfPa6WtkERpA5q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ciRhKHwmzL9lvQ7TB0A9w3ilcz2TTX00 { background-color:rgba(var(--color-tertiary-4),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.811rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:36.75rem;display:none; }
#ZWLVWwoyg8Wn5X4xLLnzLzO80aFQtToF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d8HCiFw250oDFebC0kFsJf7VHSuDtqFn { background-color:rgba(var(--color-tertiary-4),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:43.9375rem;display:none; }
#NoLkcDvS2d59kbp0voCf9l37igWm6qKL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxQ03IIWynCT3aBF3eVBZsoEEsa2JgdP { background-color:rgba(var(--color-tertiary-4),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8120625rem;height:1.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:52.367624282837rem;display:none; }
#s8h9qzCgw2JC7oOdvQE0pDWGMrshzAaa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V20rS2HNvbAoMtdcO4cPIPl5gQW75GSZ { background-color:rgba(var(--color-tertiary-4),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:1.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.2500001192093rem;left:59.178606033325rem;display:none; }
#HkgkFt9NXRUCXmqdioQAwm7AIt7a3ezU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TD1LUZWIaeIqaopRfEBTD3xONknBZI72 { color:rgba(var(--color-tertiary-3),1);display:block;width:54.1875rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:3.875rem;left:10.4375rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wq6lk6Z8u9h8Tqi3iQAR7tWaV2nqFJqK { color:rgba(var(--color-tertiary-3),1);display:block;width:54.1875rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.375rem;left:10.4375rem;height:10.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qcH2S9ddrFXKUdutZ62zlxpq7vTtbboR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d0dee60-4ce0-477b-9440-49cda907449e/958f16b715cd4edb9f93749e97793c15.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:none; }#qcH2S9ddrFXKUdutZ62zlxpq7vTtbboR.adaptive-delivery-prevent-bg, #qcH2S9ddrFXKUdutZ62zlxpq7vTtbboR.lazyload, #qcH2S9ddrFXKUdutZ62zlxpq7vTtbboR.lazyloading { background-image: none; }#qcH2S9ddrFXKUdutZ62zlxpq7vTtbboR > .row .container { border-width: 0; border-radius: 0; }#qcH2S9ddrFXKUdutZ62zlxpq7vTtbboR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qcH2S9ddrFXKUdutZ62zlxpq7vTtbboR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qcH2S9ddrFXKUdutZ62zlxpq7vTtbboR > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:none; }#nIoF0F70JfuFVgo7BqvuUATTUioJhKey { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.88);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.0625rem solid rgba(var(--color-tertiary-0),0.78);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.78);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.75);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.9375rem;width:65.625rem;top:3.9375rem;left:4.625rem;display:block; }
#TcF8fy4X4iqSKescNaoydb8pvSabebv3 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.125rem;left:23.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#VQ27TOC4d9asUUfA3BqHACqqmTGZAHhV { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.8125rem;left:8.25rem;height:4.38574375rem;font-style:normal;display:block; }
#GEflb2AiMGnfx1HqRo0vqq4s0EJS2zxo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:2.875rem;left:1.3125rem;display:none; }
#WhcpwB1Qmiat9oZ1tz2A3ovn5EImaPV2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#SlME2OPf6kOg2D7qxy2VZmhokR3fMR33 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:25.5rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ggxSHAwbfmNFHtWIiG8X6LTO9974akqo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#L0Ig8NhwR4DT9ds2npxX5vkKK9N6GmQ9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:10.8125rem;left:6.0625rem; }
#milMBo5ayH7e0iEq9HXAlhbMJLK9eIHz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:10.8125rem;left:38.5625rem; }
#MpJRIkheqvlQN53hkJZ7GlhvPb5czs4Z { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.8125rem;left:40.875rem;height:4.38574375rem;font-style:normal;display:block; }
#QviUg7Rgcsz16dvJLJTKDlQOxIC61DCK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#auO9iZ1QE0t1TroR1WtppKqXho3RvPhP { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.8125rem;left:40.875rem;height:4.38574375rem;font-style:normal;display:none; }
#Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh > .row .container { border-width: 0; border-radius: 0; }#Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh > .row .container { font-size:0.875rem;font-family:arial;height:73.75rem;width:75rem;position:relative;display:none; }#Th4Jh6yQvraIN7U6EbSNKxlKJPEBiQt0 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.8125rem;left:16.125rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rQNJuOSJmEzZVP3sZNkkB2AunTQ6cEHe { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;height:15.5rem;width:15.5rem;top:14.75rem;left:1.5rem;overflow:hidden;display:block; }
#SGE7yPNpiaGMVIuq0whwVNbXHVomPQs2 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.75rem;left:17.875rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZyVU6fM0tHeBS9oTaVwB6Fer9Qb6ofN { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.5625rem;top:14.09375rem;left:41.21875rem;overflow:hidden;display:block; }
#r30itDGsMWOyCEeOAM3xwLpzX0nCzhoI { color:#d5891f;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:17.6748046875rem;left:17.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cBpFWGqfvFLeT29rZVyEtmruOFSXOwiL { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.75rem;left:58.3125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWtSUzPqaEtJImpDmkVV22GyTtPsaOtu { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:20.375rem;left:18.125rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#fNiC6A2H10hv9m6NiS45f85aPNgQtLkT { color:rgba(var(--color-tertiary-1),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:20.375rem;left:57.5625rem;height:13.5rem;text-align:left;text-align-last:left;display:block; }
#isnrFUbRJXFHq8oSSmyuCszuF4hCbAA7 { color:#d5891f;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:17.6748046875rem;left:58.3125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ByyNaLbi40yobr8fRC2LOCyWJC3CcCWo { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:67rem;left:20.53125rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#EeeL3dK1SshvHgonKlArHOTFLdSWG7OX { color:rgba(var(--color-tertiary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:49.75rem;left:30.0625rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRNA18UFHi1HXF9IpeT9aktg0AerRDra { color:#d5891f;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:52.6123046875rem;left:33.75rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cuJi8egJTpInRNED5FsObSpTUM9F2zZN { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:54.5498046875rem;left:29.75rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#umsidz7wr9blDH7pNbJtS2Xzudzn44iE { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.5625rem;top:33.875rem;left:29.71875rem;overflow:hidden;display:block; }
#DgiXvl0F2TJW1yZVKe0TfWfPD1VXrLs2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GzvCIN6DE15lz0AkzQGx8wvof9NNxFJZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GzvCIN6DE15lz0AkzQGx8wvof9NNxFJZ > .row .container { border-width: 0; border-radius: 0; }#GzvCIN6DE15lz0AkzQGx8wvof9NNxFJZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GzvCIN6DE15lz0AkzQGx8wvof9NNxFJZ > .row .container { font-size:0.875rem;font-family:arial;height:106.125rem;width:75rem;position:relative;display:none; }#BJWncLqLhDdCbqppWlViT5Jp8SRlO8BR { color:rgba(var(--color-tertiary-4),1);display:block;width:73.62375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.54296875rem;left:0.6865234375rem;height:6.662125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5z5EIXvC105KAOTM6xrAR1Tp1vstKhD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:64.125rem;left:43.8125rem; }
#FlSc50xZIxXFNHV5W64yKk2LR200rnCq { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:64.125rem;left:31.8125rem; }
#uIlhaAWlrEZ1WQUNTX7oaEvEOMPL1kiD { color:rgba(var(--color-tertiary-4),1);display:block;width:62.125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:75rem;left:6.4375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2oWUGB3z8waahPsFmkOuhg2TKFbF77S { color:rgba(var(--color-tertiary-4),1);display:block;width:59.4375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.90625rem;left:7.78125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uIVqFwsdgiIGePd2KpGMB0Ecg86ldmVE { color:rgba(var(--color-tertiary-4),1);display:block;width:59.4375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.15625rem;left:7.78125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UP2kEQOOqaJnVblMqHcV87PaWlnknZWT { 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 #020202;border-left:0.0625rem solid #020202;border-right:0.0625rem solid #020202;border-bottom:0.0625rem solid #020202;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:4.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:85.125rem;left:27.96875rem;display:block; }
#GLhU7TXIcO6qSd2Ccpemg5dJkhZbAJBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iUqNfh4pp87TUeAfriAVR1SL6QSDT3Qr { 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:14.3125rem;width:17.875rem;top:31.8125rem;left:28.5625rem;overflow:hidden;display:block; }
#XVNrmBrFG7lkP9S5bi6t2pcL15G88LMn { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.5625rem;left:4.375rem;height:22.17873125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aIHWX48yNxebHvBxmCvMWHR5g67htRnv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.4375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:93.71875rem;left:9.1875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0un67zMcWqncS0bShgJevXw4pXWsFqK { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27.37890625rem;left:55.75rem;height:22.17873125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#smBV8QtTWIwu9SinO57CgM7U0hzoc1xC { color:rgba(var(--color-tertiary-4),1);display:block;width:62.125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:54.84375rem;left:6.4375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q5rz33GDeH8EtyKv5e0JvsEX7TFi984v { 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:45.5625rem;width:45.5625rem;display:none; }
#iMrutOT2xgGL0eBbwVmdbxCtphw9exMn { 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:67.5rem;width:67.5rem;display:none; }
#KfLGAkvunHaJRgqC5c1LGFIIdgKQUivU { 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:60rem;width:75rem;display:none; }
#HhDzt43DKSlgrbLCtc1FRnmtr4btMqF2 { position:relative;display:none; }#HhDzt43DKSlgrbLCtc1FRnmtr4btMqF2 { border-width: 0; border-radius: 0; }#HhDzt43DKSlgrbLCtc1FRnmtr4btMqF2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HhDzt43DKSlgrbLCtc1FRnmtr4btMqF2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:"open sans";height:77.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#W5QxOe6zyLLR2aywyVECX7mC44b7vva5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.625rem;left:8.1875rem;height:3.57421875rem;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;text-align:center;text-align-last:center;display:block; }
#GTFhzgfdHDeJbbh6Ige8oo0JgykzkILv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:43.6875rem;left:6.4375rem;height:3.0869125rem;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;text-align:center;text-align-last:center;display:block; }
#HmSNTGyzN3s8AQP58Ti9bnOVFO6Vl7Ck { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.125rem;width:13.125rem;top:25.9375rem;left:7.625rem;overflow:hidden;display:block; }
#TmZJxQCaQGEhIMXVtzuA0PJXJtTNKTrL { box-sizing:content-box;height:10.3125rem;width:14.375rem;position:absolute;display:block;z-index:15005;background-color:#f3f5f8;background-image:none;top:38.375rem;left:7.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#mNr0ITqSzF80UkpSBw6EdHyAxcPTM1ZI { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.125rem;width:13.125rem;top:25.9375rem;left:30.0625rem;overflow:hidden;display:block; }
#P8vo8QT2RkcE3bWNagWqDSyombK7Wr4u { box-sizing:content-box;height:10.3125rem;width:14.375rem;position:absolute;display:block;z-index:15009;background-color:#f3f5f8;background-image:none;top:38.375rem;left:29.4375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#cLlytxWLZDk3SFOE2scqaSNOPBUZcX72 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:39.625rem;left:30.5625rem;height:3.57421875rem;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;text-align:center;text-align-last:center;display:block; }
#UqytBKROg8NKB5ZQ4sx7vbxQCnD9i1k1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:43.6875rem;left:30.4375rem;height:4.63036875rem;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;text-align:center;text-align-last:center;display:block; }
#SHgmgQ1b6vSlNFJMmSkgeNknGeu9SWVk { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.125rem;width:13.125rem;top:25.9375rem;left:54.25rem;overflow:hidden;display:block; }
#ScKmNEVpT6VS5iSk4bWv2TLvSkutxuDi { box-sizing:content-box;height:10.3125rem;width:14.375rem;position:absolute;display:block;z-index:15013;background-color:#f3f5f8;background-image:none;top:38.375rem;left:53.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#qmAb0ZnRBTdpmPiPViliP31qH3IF5HZM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:39.625rem;left:54.75rem;height:3.57421875rem;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;text-align:center;text-align-last:center;display:block; }
#y64g2b0LqmCq3XhBrwgCGSuftKCnm180 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:43.6875rem;left:53rem;height:3.0869125rem;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;text-align:center;text-align-last:center;display:block; }
#tcMHCMd3Q8AcXvPXX3JSXw5yxEyftQwd { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.125rem;width:13.125rem;top:52.0625rem;left:7.625rem;overflow:hidden;display:block; }
#qGLUsN2hJZFBFGoFI1dAGboqelNzGSQv { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.125rem;width:13.125rem;top:52.0625rem;left:30.0625rem;overflow:hidden;display:block; }
#Owt2RtDZ7G4rE8rGT62kUEJB3ctBIadh { box-sizing:content-box;height:10.3125rem;width:14.375rem;position:absolute;display:block;z-index:15017;background-color:#f3f5f8;background-image:none;top:64.5rem;left:7.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#LDvSsEOeTXOn0nUoN2zfpFTS0rhoJT1u { box-sizing:content-box;height:10.3125rem;width:14.375rem;position:absolute;display:block;z-index:15021;background-color:#f3f5f8;background-image:none;top:64.5rem;left:29.4375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#M3STVK6suZXmAvAMDztohMTlT7d2aXQA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:65.75rem;left:8.1875rem;height:3.57421875rem;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;text-align:center;text-align-last:center;display:block; }
#ENw5qPiDrDBsJICWJJaHqkgrmL759INw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:65.75rem;left:30.5625rem;height:3.57421875rem;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;text-align:center;text-align-last:center;display:block; }
#pnoxtlTO4snrzhNQ6kwrC76UcIrn8x0f { box-sizing:content-box;height:10.3125rem;width:14.375rem;position:absolute;display:block;z-index:15025;background-color:#f3f5f8;background-image:none;top:64.5rem;left:53.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#TwJx2TZ6bqkwe6eEC1T06fTewn3QkuU2 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.125rem;width:13.125rem;top:52.0625rem;left:54.25rem;overflow:hidden;display:block; }
#UGA5MeAOtNDXshrnJE0SELVUQGt00lvZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:65.75rem;left:53.9375rem;height:3.57421875rem;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;text-align:center;text-align-last:center;display:block; }
#Fo3H28V4vfw6nKGJsdvCdkDxTAFTuh7i { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:69.8125rem;left:6.4375rem;height:3.0869125rem;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;text-align:center;text-align-last:center;display:block; }
#TAP98mTpWzdvRa15i5gnR29tSPOM4q4w { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:69.8125rem;left:30.4375rem;height:4.63036875rem;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;text-align:center;text-align-last:center;display:block; }
#cDoKiI9QzdHmLZsrL8wCN5vyGWb5HxUA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:69.8125rem;left:53.875rem;height:3.0869125rem;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;text-align:center;text-align-last:center;display:block; }
#qqtVycoVhJLS6SO32yshX9LI0pH4lxcu { color:rgba(var(--color-tertiary-2),1);display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.568359375rem;left:12.71875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ztDxMGV5nT5g4XR8MAmllKsf7TK5PFeP { color:rgba(var(--color-tertiary-2),1);display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.662109375rem;left:17.34375rem;height:7.067875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VtywH9tQB3HmlUk87CWo5GbKaGxvUUwA { color:rgba(var(--color-tertiary-2),1);display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.724609375rem;left:16.46875rem;height:4.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cMoW3ZQiiRtX5Pb0mvKlShXfIgxkTqAN { position:relative;display:none; }#cMoW3ZQiiRtX5Pb0mvKlShXfIgxkTqAN { border-width: 0; border-radius: 0; }#cMoW3ZQiiRtX5Pb0mvKlShXfIgxkTqAN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMoW3ZQiiRtX5Pb0mvKlShXfIgxkTqAN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:"open sans";height:36.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#hc8JE3VOMD3wveyKI2zJQAS9fF367sCS { color:rgba(var(--color-tertiary-4),1);display:block;width:64.8125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:3.25rem;left:5.125rem;height:9.449225rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ifL00mleE8HStAaJ7JrOmfaMm08TCL0M { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #09699d;border-left:0.125rem solid #09699d;border-right:0.125rem solid #09699d;border-bottom:0.125rem solid #09699d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.5625rem;left:27.1875rem;display:block; }
#rmOZ1TPANgxat74pXzWSWsDaNhS3qX4x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xyGcOwRTqA69Qy1Kzt7FBvX18mp3XsS9 { color:rgba(var(--color-tertiary-4),1);display:block;width:64.8125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:14rem;left:5.09375rem;height:9.449225rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ADiu9lp53ntEhDz33ccLgFWSIa04pUAI { position:relative;display:none; }#ADiu9lp53ntEhDz33ccLgFWSIa04pUAI { border-width: 0; border-radius: 0; }#ADiu9lp53ntEhDz33ccLgFWSIa04pUAI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ADiu9lp53ntEhDz33ccLgFWSIa04pUAI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FR2Pka6u0TB2prvsmlMaVbyV69nNlVwR { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.45654296875rem;left:11.25rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tpbrtwV2efb4BRZCXnWCS4Tw5SX0RHeu { 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:31.25rem;width:31.25rem;display:none; }
#ZMwpZ8pVbuH5Z02LgvhfkBhllH7dubC6 { 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/480be820-ee95-4e4b-88c9-0851bb99096d/Projektbeznazwy29.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZMwpZ8pVbuH5Z02LgvhfkBhllH7dubC6.adaptive-delivery-prevent-bg, #ZMwpZ8pVbuH5Z02LgvhfkBhllH7dubC6.lazyload, #ZMwpZ8pVbuH5Z02LgvhfkBhllH7dubC6.lazyloading { background-image: none; }#ZMwpZ8pVbuH5Z02LgvhfkBhllH7dubC6 > .row .container { border-width: 0; border-radius: 0; }#ZMwpZ8pVbuH5Z02LgvhfkBhllH7dubC6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMwpZ8pVbuH5Z02LgvhfkBhllH7dubC6 > .row .container { font-size:0.875rem;font-family:arial;height:56.8125rem;width:75rem;position:relative;display:none; }#WZF7naz8iNlHKbWyDBW9r5bg0n0Da6dF { position:absolute;display:block;z-index:15000;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:25.1875rem;width:25.1875rem;top:3.8125rem;left:47.625rem;overflow:hidden;display:none; }
#uI2d4n0STaGfpF3eWMcuvqHtSrsTyN3Q { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(304deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(304deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(304deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(304deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(304deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:25.75rem;width:25.75rem;top:4.125rem;left:47.9375rem;display:none; }
#n4f0UBVz0T4l5MnNZKrkkfxNmtePR4xl { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:26.212890625rem;left:4.25rem;height:10.2368125rem;font-style:normal;display:block; }
#JGBs1RSJ9OUVTwCKuLcTneSvcZ1JghtL { 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:50rem;width:50rem;display:none; }
#aofCiCkcFB3L6cMhLUArwnWeuEHhWTv1 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(304deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(304deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(304deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(304deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(304deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:21.25rem;width:21.25rem;top:14.0625rem;left:51.4375rem;display:none; }
#z3pxr8w38IyxcQVm4qklXeVDivrPRnZG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:24.125rem;left:1.875rem; }
#kOOh5wfOwOdCN3r5NTcxLn7BDxVHQin2 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.82470703125rem;left:11.25rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQGlslJEFLFii27JLvl9CdX7m4dbUBd7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.125rem;left:4.25rem;height:1.54345625rem;font-style:normal;display:block; }
#qNogsHT2wKidzrUKLAMkVpirkbzBZCNR { 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:29.125rem;width:29.125rem;top:24.125rem;left:45.875rem;overflow:hidden;display:block; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.63375rem;padding-right:0.561875rem;padding-bottom:0.63375rem;padding-left:0.561875rem;display:block;align-items:center;width:3.371875rem;min-width:3.371875rem;height:3.40625rem;position:relative;font-family:arial;font-size:2.534375rem;font-weight:700;line-height:54.5px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.39625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.495625rem;height:1.34625rem;position:relative;font-family:arial;font-size:0.950625rem;font-weight:400;line-height:21.54px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22rem;height:6.4155rem;padding-top:0.791875rem;padding-right:0.803125rem;padding-bottom:0.791875rem;padding-left:0.803125rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:13.05029296875rem;left:26.9072265625rem;z-index:15025; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #LQTTt3t7m16cGqHPrxcNVghcFXEJFzcw { display:flex;position:relative;top:0rem;left:0rem; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #VzSPuM5eDXVco4B9lERiWEupWWDRcmL9 { width:auto; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #zNvtKyXQ5mo52ktKXmxT1AtKVREe3oNe {  }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #s8PM8KWa2dQDmnn8rFkJkOFwx6KTJvdt { display:flex;position:relative;top:0rem;left:0rem; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #mGysxAu7pdolRXVgigISl2fOnRaJSz4g {  }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #L2AhT2vxVIRqxtD2stHX3BwGCzVflg6E {  }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #HE4RrFkGQFPLJHhcR4JgM7i9ouik6MRB { display:flex;position:relative;top:0rem;left:0rem; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #X1VfulpOqqoXBFixoePiRbXEcEKNvNgL {  }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #Er6ocnvz13THk0sPpVXDWyTmXEweLlQT {  }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #T09z2cCAqbHqbqH9VaqF8ncPd9fc13sX { display:flex;position:relative;top:0rem;left:0rem; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #pntyxRrm2t0vTe3c6TpuqIXte4HUqDVN {  }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #hnLpUH04v7U3OKvTf2vyJLlOqTg6SgWX {  }
#gLSEgUWvveDTtccpHPwlANfTeLkotJes { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#051d4b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gLSEgUWvveDTtccpHPwlANfTeLkotJes > .row .container { border-width: 0; border-radius: 0; }#gLSEgUWvveDTtccpHPwlANfTeLkotJes > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLSEgUWvveDTtccpHPwlANfTeLkotJes > .row .container { font-size:0.875rem;font-family:arial;height:125.8125rem;width:75rem;position:relative;display:none; }#r7FKgl3HIqA18ZPLpOqemsALM3TTVqBs { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f3f4;border-left:0.0625rem solid #f5f3f4;border-right:0.0625rem solid #f5f3f4;border-bottom:0.0625rem solid #f5f3f4;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(var(--color-tertiary-0),0.3) ;height:106.3125rem;width:24.4375rem;top:14.88671875rem;left:25.21875rem;display:block; }
#ZyB3AgavEmasFAJvMv76G4nRaaGQ9EcT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8105625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1552734375rem;left:21.59375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LnOVDTcc4VF2vicKWed3QClFU6ADQlUT { 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:11.5625rem;width:24.5625rem;top:6.943359375rem;left:25.21875rem;overflow:hidden;display:block; }
#TXWtnCZWkDMTObBS2wCOO53gFZW1twzm { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #f20505, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(0deg, #f20505, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(0deg, #f20505, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(0deg, #f20505, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(0deg, #f20505, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:12.5rem;top:6.630859375rem;left:31.25rem;display:block; }
#lTgfRTBE2Rs4vEeieJ3P59a2Ti9DJ82I { color:#051d4b;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.3125rem;left:31.1875rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#htTz5B6bRgJkQRTwVMdiKyu3cJq8OONi { position:absolute;display:block;z-index:15005;background-color:#051d4b;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.125rem;top:26.125rem;left:35.9375rem;display:block; }
#xIxgpCCJQFanU7FSN75i8mPxJdbInc6W { color:#0ba402;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:42.0625rem;left:31.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gcwH0U5q4eRTKg8xFKceuwweo6336Xqq { color:#f20505;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:40.375rem;left:31.3125rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c1oJEw0cvBrffVr33HAz9uPNkrIBuyKJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:46.125rem;left:31.4375rem; }
#xypFin8RtfWEcnJMHkTXfgDvXB8NpQzy { color:#051d4b;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:28.5869140625rem;left:29rem;height:1.13720625rem;font-style:normal;display:block; }
#zTPcyNvTcAQh7UMJxZAVML2IbiiMvN2i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68728125rem;width:1.68728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:.6;top:28.3125rem;left:26.6875rem; }
#wJAoUQCZ3abl2gBGDU7VKcJ77v8UStwC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68555rem;width:1.68555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:.6;top:31.3125rem;left:26.6875rem; }
#DqwNDQ2H30wiE3wRddmwAccew9xLK0Mf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68555rem;width:1.68555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:.6;top:34.4375rem;left:26.6875rem; }
#gCDQX0zzHWK0uUNb1A8VoO68hCOaUK64 { background-color:#eacb00;background-image:none;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(78,237,21,0.5) ;box-sizing:border-box;color:#fafafa;text-shadow:0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-4),0.5);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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:114.25rem;left:25.84423828125rem;display:block; }
#ORFhrAby3MNT6AxyhR5rdqnmwPQOn3GF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cRTIHFBd4vftJlLJ9mN78n2XSXABZQyR { color:#051d4b;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:34.6875rem;left:29rem;height:1.21875rem;font-style:normal;display:block; }
#V8Hr6uIgtIs4rNaL1idXqOxcPX7MXvGz { color:#051d4b;display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:31.0625rem;left:29rem;height:2.4375rem;font-style:normal;display:block; }
#N70b8TtFA9IyIMuIFfStghyR9gwQIKUr { background-color:#051d4b;background-image:none;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#dfdfdf;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:14.4355625rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:45.375rem;left:30.3125rem;display:block; }
#xah7KLBsQsbr7irA83WBh9aUI0NuJMd7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tOHpJ9OsGTqEpH6FtbQZpwiJ9nSGQpX6 { color:#0ba402;display:block;width:18.125rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:54.931640625rem;left:28.4375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dzQDalCGe7LHfzv1CnXKKNVpD7dzQxuv { color:#f20505;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:108.8125rem;left:31.25rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e5nx6bCEDO9omz6IEwRuwPchb6mD73NJ { color:#0ba402;display:block;width:19.375rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:110.4560546875rem;left:27.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zo7QmDMeRSTDsaezzFhAqdXl0ERtFQtU { position:absolute;display:block;z-index:15005;background-color:#051d4b;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.125rem;top:26.125rem;left:35.9375rem;display:none; }
#t4oNADJluuTfIyaKTx08IRSH3iPITWfi { color:#0ba402;display:block;width:22.75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:95.7431640625rem;left:26.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fOH8yfdg7yL8VlqbBTPKtsXCGMkg3Vs1 { color:#051d4b;display:block;width:22.5rem;position:absolute;font-family:oswald;font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:70.79443359375rem;left:26.25rem;height:4.7119125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QKulUa9P89nOQmOSgOlwEhk5SNTRXTWT { position:absolute;display:block;z-index:15075;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:6.8125rem;top:100.3056640625rem;left:29rem;overflow:hidden;display:block; }
#ebpZasVPimc34C0NMF6ueCuvVw3G8lkh { color:#0ba402;display:block;width:4.375rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:100.9931640625rem;left:35.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BQxCgzIsMtlxrXIT73tzZfxB0UsEQc8s { position:absolute;display:block;z-index:15076;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:16.6875rem;width:16.6875rem;top:53.13671875rem;left:29.15625rem;overflow:hidden;display:block; }
#SJcThRPqWyxqK4DChMnDLBrHLsthwkPr { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:96.8056640625rem;left:39.0625rem;overflow:hidden;display:block; }
#LBZ7iooF5gXd7ZmVQ0t8yh5WNbQXyXFp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:.6;top:80.76953125rem;left:27.37548828125rem; }
#T0giK4THS7c8cubH5kldsiavdR1uxUSO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:.6;top:83.7197265625rem;left:27.37548828125rem; }
#a9uHXdw5I3T2vhtLWZxwez1hJ5KK4QyD { color:#051d4b;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:80.732421875rem;left:30.28173828125rem;height:2.2744125rem;font-style:normal;display:block; }
#kJZiDl3aVHmVa33rk123a33JfkfehpG2 { color:#051d4b;display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:87.16943359375rem;left:30.3125rem;height:1.13720625rem;font-style:normal;display:block; }
#VXrG0lou6S7IpotNF4cIZ1CztaTQqdIX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:.6;top:86.89453125rem;left:27.37548828125rem; }
#Q6fGiFVMQlsJz7MvWC2r6JgtTLXDkZlT { color:#051d4b;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:84.33251953125rem;left:30.3125rem;height:1.13720625rem;font-style:normal;display:block; }
#TPdlQ6xONeayfbgxalpZ8RAOvT6ZTQ6t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:.6;top:89.669921875rem;left:27.37548828125rem; }
#lMV64A72ru6JAIWdHgKPDMo4sqgoRUuz { color:#051d4b;display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:89.669921875rem;left:30.3125rem;height:2.2744125rem;font-style:normal;display:block; }
#BqgTSLpoWCaSUlsQNpOQK4nJOofxmZny { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:31.810546875rem;left:43.8125rem;overflow:hidden;display:block; }
#qSNVQRzx6UOWeumFTwkAHxW28CydWthm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qSNVQRzx6UOWeumFTwkAHxW28CydWthm > .row .container { border-width: 0; border-radius: 0; }#qSNVQRzx6UOWeumFTwkAHxW28CydWthm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qSNVQRzx6UOWeumFTwkAHxW28CydWthm > .row .container { font-size:0.875rem;font-family:arial;height:63.875rem;width:75rem;position:relative;display:none; }#kvB4lVFwwi0wxv83NAkMShBs94xp1wSs { color:rgba(var(--color-tertiary-0),1);display:block;width:41.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.4375rem;left:16.875rem;height:11.77978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTBQblsfWNaeZwEL0gDUDus5TpKlq4bG { color:rgba(var(--color-tertiary-0),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:42.25rem;left:18rem;height:11.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vhuAz3NpZxz9Uy25DfzWZ6LsfxCBZFGS { 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: 0.1875rem 0.1875rem 0.3125rem rgba(226,230,239,0.5) ;height:19.125rem;width:17.8125rem;top:18.5rem;left:30.125rem;overflow:hidden;display:block; }
#btFKK0XXJZBcTrAtkXFRXnntlxlAn2VG { color:rgba(var(--color-tertiary-0),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:56.3125rem;left:18.6875rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EQBHFNJe72qOJEUTewdoBWGTKUMQp4tJ { position:relative;display:none; }#EQBHFNJe72qOJEUTewdoBWGTKUMQp4tJ { border-width: 0; border-radius: 0; }#EQBHFNJe72qOJEUTewdoBWGTKUMQp4tJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EQBHFNJe72qOJEUTewdoBWGTKUMQp4tJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NboEA51dcP9S3ZRLnnLBLUB7f81RdcoW { color:rgba(var(--color-tertiary-4),1);display:block;width:43.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:3.8125rem;left:16.75rem;height:8.92383125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GnXSrMLehnETfGgXGorfrk4Rs1Nz6ZFl { background-color:rgba(var(--color-primary-3),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:15.25rem;left:28.125rem;display:block; }
#VZTCvHw8ghi5BOApIFG6h4CzwSnMhCE4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxa5hmus80AnsJWs0hP9HSWfw5GN5nyb { position:relative;display:none; }#mxa5hmus80AnsJWs0hP9HSWfw5GN5nyb { border-width: 0; border-radius: 0; }#mxa5hmus80AnsJWs0hP9HSWfw5GN5nyb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxa5hmus80AnsJWs0hP9HSWfw5GN5nyb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:"open sans";height:44.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#I8EUMEummTx5wHz8hpdO3Ef9A2HDyrT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.1875rem;left:8.125rem;height:1.7871125rem;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;text-align:center;text-align-last:center;display:block; }
#Ksp4diDpRCFkGgWP1b3H48xk8iLRTUlH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:26rem;left:6.5rem;height:12.347625rem;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;text-align:center;text-align-last:center;display:block; }
#K11EHayt8sAP7yiadERv6tA2BFEilM0r { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.125rem;width:13.125rem;top:9.3125rem;left:7.625rem;overflow:hidden;display:block; }
#LH9kCgxDAxLA8CGdz88btWmQu1Qt9LXM { box-sizing:content-box;height:18.0625rem;width:20.5rem;position:absolute;display:block;z-index:15005;background-color:#f3f5f8;background-image:none;top:21.75rem;left:3.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#hKxdvEOdaDUBul9xcqrl5NUXaJbc1Qrw { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.125rem;width:13.125rem;top:9.3125rem;left:30.0625rem;overflow:hidden;display:block; }
#giuiWnlFbs23H1xf3PUZBxx1u0UQHWFa { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.125rem;width:13.125rem;top:9.3125rem;left:54.25rem;overflow:hidden;display:block; }
#LnxHVeNMiwnZkMPQKtuwVEAG8tyWAkPT { color:rgba(var(--color-tertiary-2),1);display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:12.71875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HbTuJZRxdT4yl4z5vhiT7gO6H05S9XVL { box-sizing:content-box;height:18.0625rem;width:20.5rem;position:absolute;display:block;z-index:15008;background-color:#f3f5f8;background-image:none;top:21.75rem;left:26.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#UHEJHA56zMz6ho3zWzbnrtxhctHqdN7X { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.1875rem;left:30.5625rem;height:1.7871125rem;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;text-align:center;text-align-last:center;display:block; }
#vKcm2NxQozMGSv2tdsOcg2cMRIxdsWmE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:26rem;left:28.9375rem;height:12.347625rem;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;text-align:center;text-align-last:center;display:block; }
#WWlku4KhguPHHI7Jw3CMGWgD7iEzFAsP { box-sizing:content-box;height:18.0625rem;width:20.5rem;position:absolute;display:block;z-index:15008;background-color:#f3f5f8;background-image:none;top:21.75rem;left:50.5625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#RKTKO4u0bAgeu4ZTH3QJs0Uo9Z3hgHa0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.1875rem;left:54.3125rem;height:1.7871125rem;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;text-align:center;text-align-last:center;display:block; }
#wb7vr9NTadSR7OR7p2Q3X7EgK6Sh1wqa { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:26rem;left:52.5625rem;height:9.26075rem;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;text-align:center;text-align-last:center;display:block; }
#MGgUp7XIJTFqrL6A0Le03VJeJCfiuCx3 { position:relative;display:none; }#MGgUp7XIJTFqrL6A0Le03VJeJCfiuCx3 { border-width: 0; border-radius: 0; }#MGgUp7XIJTFqrL6A0Le03VJeJCfiuCx3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MGgUp7XIJTFqrL6A0Le03VJeJCfiuCx3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:74.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OUtirfDfBoKd3exdzHNMfCpuMLH3pFtb { color:rgba(var(--color-tertiary-4),1);display:block;width:63.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:3.625rem;left:6.84375rem;height:26.77150625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTFNU5ToFlqynwmMRIAUTie6PDcyfsXO { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:52.25rem;left:9.84375rem;height:5.949225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1wIZtFCTkEPTx2SSIh0osfWXAe5tCmZ { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #09699d;border-left:0.25rem solid #09699d;border-right:0.25rem solid #09699d;border-bottom:0.25rem solid #09699d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;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:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:64.8125rem;left:26.375rem;display:block; }
#xqNx0calzTEHfIKyCnBFsobSioUEWBQ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hQkiE3Ci633kaefTL2OgN9t6nqaKO8rR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:12.5625rem;width:18.875rem;top:35.6875rem;left:28.0625rem;overflow:hidden;display:block; }
#hQQTPTxKvUStXc4QXn3maaetcuG3QowR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mV90y903dhPEkD22KKsER5wO3iJT8211 { position:relative;display:none; }#mV90y903dhPEkD22KKsER5wO3iJT8211 { border-width: 0; border-radius: 0; }#mV90y903dhPEkD22KKsER5wO3iJT8211 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mV90y903dhPEkD22KKsER5wO3iJT8211 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4bc03b20-5b74-41c8-bf63-a87a488aa335/Zrzutekranu20250718o002034.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mV90y903dhPEkD22KKsER5wO3iJT8211 > .row .container.adaptive-delivery-prevent-bg, #mV90y903dhPEkD22KKsER5wO3iJT8211 > .row .container.lazyload, #mV90y903dhPEkD22KKsER5wO3iJT8211 > .row .container.lazyloading { background-image: none; }#D2JrpsLg3oQsyJbrVaKEMX0ZS1qmEVdy { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:28.8125rem;width:28.8125rem;top:3.6875rem;left:4.3125rem;overflow:hidden;display:block; }
#OhtCFpV15pkr4Se4gJIORIPCX0iqvPGe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:29.75rem;top:2.9375rem;left:39.625rem;overflow:hidden;display:block; }
#IyGITsg8hQ0Uve03KJ7WF1fSuXHXDvgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#051d4b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IyGITsg8hQ0Uve03KJ7WF1fSuXHXDvgP > .row .container { border-width: 0; border-radius: 0; }#IyGITsg8hQ0Uve03KJ7WF1fSuXHXDvgP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IyGITsg8hQ0Uve03KJ7WF1fSuXHXDvgP > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:none; }#dZOwZ0ZAp6m5IA8SFAEhh24g0k7WuTFs { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:25.21875rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UnM6olP0TJbi90eMqCWBNnaDMhZCKQAZ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #f20505, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(98deg, #f20505, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(98deg, #f20505, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(98deg, #f20505, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(98deg, #f20505, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:7.125rem;left:31.25rem;display:block; }
#rrH3mQWrE0KUqEvD7va7uTuVOvvOZA5b { position:absolute;display:block;z-index:15002;height:26.4375rem;width:75rem;top:8.3125rem;left:0rem;display:block; }
#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row .container { background-color: transparent; background-image: none; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row .container > .video-iframe-container { display: none; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row > .video-iframe-container { display: none; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .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); }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row .container { border-width: 0; border-radius: 0; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#p3s6wKGmz4F3HptNPVKEPAlk55BmUCyD { position:absolute;display:block;z-index:14996;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:34.375rem;display:block; }
#XTWOfro7naWhzcR3VOxbVD2kS2M38UGL { color:#26265b;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#OEwnKwgMUNSfh5S1zfKmPhQLgcncO1W3 { color:#866ae3;display:block;width:22rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.3125rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#dWpipVlx8BX1M7KKcRZlqMJULc1uQLTQ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:6.75927734375rem;left:43.625rem; }
#LdXBL9qxr2a30Uv8IObWKMbDZoK6LT6h { color:#866ae3;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.4375rem;left:7.4375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#d2fCx9DphOJc7QXPlU2wuD6dUgIzT6pM { color:#866ae3;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.4375rem;left:51.4375rem;height:1.70605625rem;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) { #QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ { display:block; }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeT7kysyb1wyV0IDpANcuB6GEK0qfyrq { width:47.75rem;height:1.375rem;top:0.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsasey7FWyihddV97OMQmxTpsy9hC66S { width:20rem;height:1.125rem;top:0.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd { display:block; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eglPQVXaTs3a3L3PGHqT7knOwJHwlsUS { top:1.625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDlAbRQKwGSrGXSukbobpP07hmS9FmWJ { top:3rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wACXD5MsPGrLlh4k4rGVQHNLNuBn9Ekc { top:1.25rem;left:0rem;width:19.375rem;height:4.625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6kFZfRfpkrQSKVy19mh3TSJx8MUaqm8 { top:9.3125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2xDTFpDH4fCwyiR4sQLrAnoTCXq3oxk { top:15.8125rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0KuzQ1EKWikLxfMcpsXKLF8drEtXvOw { width:46.4375rem;height:26rem;top:25.625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 { display:block; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lG232g8wWCoTmsh1Rv5El895h75fWTOH { top:1.5rem;left:7.96923828125rem;width:31.75rem;height:6.8125rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i7Q25R37D0D1U3WUeKREuFZCI6PJ391G { top:3.25rem;left:17rem;width:12.5rem;height:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #f20505, #ba181b);background-image: -moz-linear-gradient(0deg, #f20505, #ba181b);background-image: -ms-linear-gradient(0deg, #f20505, #ba181b);background-image: -o-linear-gradient(0deg, #f20505, #ba181b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='#ba181b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='#ba181b' );";background-image: linear-gradient(0deg, #f20505, #ba181b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EpF1K0cbwnJAPRTCJ9BgVHiWxrgRQ0GT { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #KQrfTrLPWftPDGJuPJitGVpZNlpg2hGA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #M1E8yrNsqOTkXh588D2VGk8lwOi1P8Ay {  }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #oF4RmKuTHAFalvkNOQm5Sr0BtFFFUCby {  }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #tkRDShOGTXLkc75M6X87dCy5bECPCJuz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #FmR1XAufL9ZB0f71HEUfqqnvZxsF2bl9 {  }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #nmx7MUXaAXkLTsWP7V4ysASiEsiy6Vve {  }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #EmeZMZV7txTzihWuCVIxy6mKXdP1LtTO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #VhNyuVi8HREKELSAubxfnFLnWh0xZqeD {  }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #skKxlZfczcUXw8rJ0gpNK9t8nvrGA8v5 {  }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #Apm0JGdJZIfPtNCTBhdnCRglumqe1gsH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #zXQTQzgtaUM5ztaTTyt9KFOo32gwanNo {  }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #Fv0T6xpCJbKTlbMmkBVgoyGkg8uUXgwV {  }
 }@media only screen and (max-width: 763px) { #Cnx7et4wp9anFFw5BgexqLxK9QTOdpy9 { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB { background-color:#051d4b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { background-color: transparent; background-image: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container > .video-iframe-container { display: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row > .video-iframe-container { display: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .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); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { border-width: 0; border-radius: 0; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #COAZhZ8pbAKVZgfBIT7i2x44xhanCxeC { top:6.1875rem;left:0rem;width:16.375rem;height:16.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hTCC9WLcSgbTGRhfXRIds2UsTN44LAJT { top:18.375rem;left:0rem;width:14.1875rem;height:2.5625rem;font-size:2rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #tlVyxweOooV2qAXBb1M0uoZ7kXJregNo { top:20.9375rem;left:0rem;width:13.25rem;height:0.5625rem;background-color:#051d4b;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NTlT5aKBp8Eal0Fgz347nTnwGOhp3sOD { top:13.5rem;left:14.875rem;width:17.625rem;height:39.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -moz-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -ms-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -o-linear-gradient(0deg, #051d4b, #0d4d8e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );";background-image: linear-gradient(0deg, #051d4b, #0d4d8e);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #weV6cbWoGWzqPLiqO0g1sZT59CfPdzVg { top:19.625rem;left:17.4375rem;width:12.5rem;height:2.5625rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B3LTUc8NOh16h4DbB6hbViP71rJ2132S { top:23.0625rem;left:22.125rem;width:3.125rem;height:0.3125rem;background-color:#ffffff;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cZSvIB4Obtgboi23t3NlKPHsvTdXEctU { width:14.375rem;height:3.4375rem;top:47.5rem;left:16.65673828125rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SOTQB77zk9TEuyU53CIceiiTCV5csmy1 { display:block; }
 }@media only screen and (max-width: 763px) { #PmSZ07qiROya3kdBhMzZdl1QrFnUHvRZ { top:13.625rem;left:30rem;width:17.625rem;height:34.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #wmfKHq54wBesKotlnvJHweVnPk6WecSp { top:28.875rem;left:35.875rem;width:11.875rem;height:1.125rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #HrcHbWLmhuTIQeB5kzWKw5nMoSExrfJ9 { top:25.25rem;left:35.375rem;width:12.375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #yTTplxFmTl3xJcT9eeoUmWk2Vu7uRVbs { top:19.75rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:2rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #dpSgxIRvTD0766T4GJCI4GiFZTvnrnvD { top:23.1875rem;left:44.0625rem;width:3.125rem;height:0.3125rem;background-color:#051d4b;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hR6rtbiEQQxpnxr6KvTeIhliJC49c4id { top:25.4375rem;left:38.75rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #LME923H4sLqnRAsRIOJdWWx8AhKaOhq1 { top:28.5625rem;left:38.75rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #JK0tASxLHJPWGf0xO12zk8bMRszuX5D8 { top:31.875rem;left:38.75rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #ClD6KlL12ISN62HsHwraTddxMezdX1MD { top:38.9375rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #zZyPTQLE5IoSESJWJ5RdAZfhiBpSMvWB { top:42.5625rem;left:17.625rem;width:12.5rem;height:2.625rem;font-size:2.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D7MXia779ke6fZc2l8061rpq2i9aF7O5 { top:46.4375rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #f0WyJBhypRQC0U210dDr97JS5xQFry1M { top:45.1875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #qXLvyAZG1EZStt6zoKdJ63eMK1k8hqao { top:51.625rem;left:0rem;width:1.875rem;height:1.875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #xox5PNbnKNlfxCEUqWAcTlHwoBrTZJln { top:48.25rem;left:17.625rem;width:1.875rem;height:1.875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #w5g2H67gN1ZxNHnLtX9P3K9k5JxUdX6b { top:43.3125rem;left:39.779296875rem;width:1.875rem;height:1.875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #ap8GV4MXTmn6y8cLTecZArf0SrXTCWg4 { top:25.125rem;left:18.59326171875rem;width:13.375rem;height:2.25rem;font-size:0.875rem;color:#f5f3f4;display:block; }
 }@media only screen and (max-width: 763px) { #b50mToAOBnTxry6h6TIH1BXLXqTnzA5h { top:25.4375rem;left:16.3125rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #TBQTQMaOcZJdN1htuRzD231xEq4a3GKp { top:28.75rem;left:18.6259765625rem;width:11.875rem;height:1.1875rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I8clFZDnKNVvFlVeKXS22V4op1NSPWdX { top:28.5625rem;left:16.3125rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Lc9aw29oFamc5HnrFPabtWMfFLmw3CzQ { top:31.9375rem;left:16.3125rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #fv4Pp1nVw2sTQ3mCgT2WkKmh3Lmn3Zd1 { top:31.5625rem;left:0rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #HZFTwTKNVRJSoz74TcE8GZTtD9ocTURg { top:34.25rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #Wbd1XkGJI2SSGdoExUh1OicWke2PEs0V { top:28.625rem;left:0rem;width:11.875rem;height:1.1875rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #Tfqmm2nEe7xl6tk0kPHFH2WdpuFT4qx9 { top:25.0625rem;left:0rem;width:13.375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #AwyBOiSQT2pDgTMwobWqtDBmmtBzVBfk { top:34.5rem;left:0rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #VLXyZLuQAEpMt00lMw71hqHdfHcNOWx0 { width:14.375rem;height:3.4375rem;top:50.875rem;left:0rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #TfMVp8WckP6gC0Cc0tkO9GbgA0NosyVN { display:block; }
 }@media only screen and (max-width: 763px) { #zG55q0k6if9DXt5gzuHKZ1AxV0TXrMx6 { width:14.375rem;height:3.4375rem;top:43.0625rem;left:33.375rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OBtkH7RFmpKwofr0HPhKy4aZFvXpBq86 { display:block; }
 }@media only screen and (max-width: 763px) { #l8UoShE8AZ97UEOUuy3xllcAD38Tn0tl { top:25.25rem;left:0rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #mnf712NLvxTedRiyJbGWxEF5UHt9Op66 { top:13.5rem;left:0rem;width:17.625rem;height:42.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f3f4;border-left:0.0625rem solid #f5f3f4;border-right:0.0625rem solid #f5f3f4;border-bottom:0.0625rem solid #f5f3f4;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #kS9ARU5Ig76ouvhT1LoTfPwSAdGbMC4X { top:41.5625rem;left:33.9375rem;width:13.8125rem;height:1rem;font-size:0.8125rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #WhwtB3kvRrNH3Cx4uKZEXa8tnkL1kqgB { top:45.5rem;left:19.5615234375rem;width:13.8125rem;height:1rem;font-size:0.8125rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #DHKUCortxniAe7bJah2ze7ZQT4yD0iy9 { top:48.875rem;left:0rem;width:13.8125rem;height:1rem;font-size:0.8125rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #aUNxqvHEhsTLIlJ9UIoImnWAnpb9O6Tr { top:2.25rem;left:15.6875rem;width:16.375rem;height:16.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Bxq80NZHknDhbFAMkhbl3vTHB7fhxzZT { top:6.5rem;left:31.375rem;width:16.375rem;height:16.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t2rwRVR2RsmwQaa7sC2TlTQDwAekVnJD { top:28.375rem;left:0rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #PzibxcFtBROPX6zHuHrCoPbEPe980yFQ { top:31.375rem;left:0rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #uwGPBlh0BLQlxTubQh1OGOKE5KSTrghO { top:34.6875rem;left:18.81201171875rem;width:12.9375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #S7anGNq1AtMtcLgvDTvT4nggtbZvVz10 { top:34.25rem;left:34rem;width:13.75rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #WlvazTIFNPcyBA6L3NckWfv4su7X0UA8 { top:32rem;left:18.81201171875rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #KnUVnNrO1k3AS24l6bValyiU7ouTO9H9 { top:34.875rem;left:16.46923828125rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #S86VCEzG7aiiQhfNELiVP4CBiuT8Wek2 { top:32.125rem;left:34.8125rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #NgJ7z57mnuSi4S5tTJ4XRmCQh076bNNG { top:37.8125rem;left:0rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #TEHgMuUXP8HDhkdQyyTLHp4BkqHLgqR1 { top:37.8125rem;left:0rem;width:13.3125rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #cmTklS6nnV3QGkuXTfVV59upuyANbcao { top:40.6875rem;left:0rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #MNXrO2dZ2eGsKhTC3JcfrQ2c3NJVUJeS { top:41.0625rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #TIUXqHGkTTgfqzpXxDuEWuyrSpPTMpbi { top:38.9375rem;left:16.65673828125rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #FtlCD43TkPKnX36yTrvXWDX50lttSE3R { top:39rem;left:18.81201171875rem;width:12.9375rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #aidQeRdnzlEv1OPsmwVMRousIdyo0xMd { top:34.5625rem;left:38.87548828125rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb { background-color:#fcfcfc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row .container { background-color: transparent; background-image: none; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row .container > .video-iframe-container { display: none; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row > .video-iframe-container { display: none; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .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); }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row .container { border-width: 0; border-radius: 0; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row .container { width:47.75rem;height:150.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p914DRAmBrZHx4v5Etg4wzXz4f7sOP2b { width:42.75rem;height:7.75rem;top:2.25rem;left:3.5rem;font-size:1.5rem;color:#18181b;display:block; }
 }@media only screen and (max-width: 763px) { #KaaEUhq2CAnxzCDe1TFSaFfqfCOewBUD { width:14.25rem;height:14.1875rem;top:25.625rem;left:6.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kc7obPC9rDPhXEFUNEJi04mSzFRIZC7u { width:15.4375rem;height:15.4375rem;top:25.625rem;left:6.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QJvU88DscgwfKti028lrIsgn99rOgDnq { width:14.125rem;height:14.1875rem;top:25.625rem;left:6.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gymwaEEHX3EDqXQEFPTrfXrK0HgEex1L { width:24.375rem;height:8.6875rem;top:16.1875rem;left:23.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #filGuu8kvrEcqbKovaoHDEcFnHs830mr { width:14.125rem;height:14.1875rem;top:25.625rem;left:6.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i2AuTfJpIdi1TdyzUBpCwelZSnSSDlPP { width:24.8125rem;height:6.5625rem;top:18.3125rem;left:0.34375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VprKnPGLDnin5CbZTv1Ww0bmOhtzUFZu { width:23.8125rem;height:8.6875rem;top:33.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FrKB8ubDkEXtb0aZ4TAht54pR3QmVQmR { width:14.125rem;height:14.1875rem;top:25.625rem;left:6.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LJPKZHoy3WXDI7uxCLfRFOi6ToXhUwIn { width:14.125rem;height:13.3125rem;top:25.625rem;left:6.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SbXiERcyDt4zn9pePvCWtupAUDSdTLcl { width:47.75rem;height:15.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #I7okpK6Aoq2HXzuTb4ugC1Gmd0xxDaS6 { width:24.8125rem;height:8rem;top:44.4375rem;left:22.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GlZQhu1CCMlr3XfOJg8MLTbbiEgJbITL { width:46.9375rem;height:15.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #J1eazOd0d0h02TLppGZ7fs4XwieOT1P8 { width:47.75rem;height:3.625rem;top:60.625rem;left:0rem;font-size:1.6875rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 763px) { #RzmPyoe4cKEUJ1W5HIrk45iatFLbbpCh { width:24.5625rem;height:4.5625rem;top:74.0625rem;left:11.59375rem;background-color:#efbb00;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kT1pMzfxmgar0MSSEPAsaWBJH529NFtv { display:block; }
 }@media only screen and (max-width: 763px) { #t9o3v8J8VyFQGONK0ZqENCrwHGpvZvlP { width:3.125rem;height:3.125rem;top:67.5rem;left:22.3125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR { display:block; }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXeXt5wAXkRJZJERiJTloeOOtmMS8RRS { top:6.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1oTpJ2B2fVhv8dgVKtSmxymhGGbMGom { width:15.4375rem;height:15.4375rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdSO9P56DLGMBTRVUwT9fEse9g721R6l { top:25.4375rem;left:11.31201171875rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #VX0ItWDmkWM7298fd5gv1nZfrhlLcqlG { top:26rem;left:14.0927734375rem;width:28.25rem;height:1.125rem;font-size:0.875rem;color:#f5f3f4;display:block; }
 }@media only screen and (max-width: 763px) { #qzf3dHkMvmFUPLQxEv0bDWkPfDr11X0Q { top:20.375rem;left:11.3125rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #a4Ow4KDvToV3FbnrwzQLgr0ebaEgakJB { top:15.5625rem;left:14.0927734375rem;width:23.4375rem;height:2.4375rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yrQuruRLpIdoIPDvAs6z3x3NJyNvto2P { top:15.375rem;left:11.3125rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #zOqpHq3StflvyE7dNw6JDSCKJeCrncL9 { top:20.625rem;left:14.3115234375rem;width:16.125rem;height:2.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #Z6yRxv501VAiSNnKpEotU506RT7frMNT { display:block; }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqsJVF62PuUf1MxmlcHKEdRIdAtq4Bmz { top:1.125rem;left:5.9375rem;width:35.875rem;height:2.25rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Us1fKaiFd7lxbRQcwdX0SCgtTzM2OgIb { top:3.25rem;left:9.125rem;width:12.5rem;height:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #f20505, #ba181b);background-image: -moz-linear-gradient(0deg, #f20505, #ba181b);background-image: -ms-linear-gradient(0deg, #f20505, #ba181b);background-image: -o-linear-gradient(0deg, #f20505, #ba181b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='#ba181b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20505', endColorstr='#ba181b' );";background-image: linear-gradient(0deg, #f20505, #ba181b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mut1N4A9EEAneyULNCETaDCZSq5pCEnv { top:4.625rem;left:5.9375rem;width:35.875rem;height:1.5rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ { display:block; }#hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MantTI35HyTciVydOTa5Pl7TJwpLignS { width:17.5rem;height:3.75rem;top:16.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK3mURzPedbX18a1bIDbc0iXyRMgq0A6 { display:block; }
 }@media only screen and (max-width: 763px) { #LQ8mQIyiULLSHM3eWbf4IkLwTgTXhv6V { top:14.5625rem;left:11.65625rem;width:24.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqvzw2MEBchHBAVAFsefvDUV0AupyMpG { top:7.25rem;left:10.6875rem;width:26.375rem;height:4.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #df8HoiG3VmXDm8EkzbxHSKxTw9d30G5w { top:3.9375rem;left:4.53125rem;width:37.6875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P88R7OcdKJx5KkZpi7DlTfQ7qV29NV7L { display:none; }#P88R7OcdKJx5KkZpi7DlTfQ7qV29NV7L > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eTTaAk1nC068het39wT0hqF0vDX9RZ6Z { width:42.75rem;height:3.8997375rem;top:10.625rem;left:2.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO4QlEpLiA4NWg9EO7uVZdkIX8mXoygV { display:none; }#OO4QlEpLiA4NWg9EO7uVZdkIX8mXoygV > .row .container { width:47.75rem;height:102.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #txfNDXbW219iE5NCe8LEnWNulTbxX1CK { width:42.75rem;height:3.8997375rem;top:10.625rem;left:2.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbFGlvsFf3MXLoOdUyHme8iD5rMDdAeO { width:44.3125rem;height:0.0625rem;top:46.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmhZTpGqe9rN93fVF1QU5UvDd63CaJey { width:0.0625rem;height:59.5rem;top:26.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Wgm0EcHfcV0oVegJTO034SA7AyX9RW { width:17.4375rem;height:6rem;top:36.6875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zegRqh9sFHmaBmvyGKZLv0dL1g7gmrK8 { width:2.8125rem;height:2.8125rem;top:28.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ofZ5VRHSEQFEMcu00UnxBq8y0G7uwU { width:17.4375rem;height:6rem;top:36.5rem;left:26.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d777Mfc8l8BkRczXMPLWuQgpBWTC8b0K { width:2.8125rem;height:2.8125rem;top:28.5625rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osCHby5EvRVukO82INyxVla7rTuJCFVN { width:2.8125rem;height:2.8125rem;top:70.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohcKXew6zTiRfDWik5kZBlVQDxgK8Vkp { width:17.4375rem;height:4.5rem;top:78.1875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6XiGvf3HQ8lnFBgTxTv1xDbvkWWk3g { width:2.75rem;height:2.8125rem;top:70.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7T1FsFxoyObnu1uOyNwi6GBH70BrDda { width:18.0625rem;height:3rem;top:78.1875rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McmTeCyRfsU1tJPUXt0nrTKLDhI5LiTB { width:44.3125rem;height:0.0625rem;top:66.3125rem;left:1.75rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #gcIKnGFF6o7Izz6UyT4AO65aRmQGG2Ho { display:none; }#gcIKnGFF6o7Izz6UyT4AO65aRmQGG2Ho > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qClEe1vgOWzuLAqnhHmqLmp0yl9eoKxT { width:47.75rem;height:7.3125rem;top:3.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ1mDs4Uhqaxt1gdtVa6WSKWC2gRW7QW { display:none; }#GZ1mDs4Uhqaxt1gdtVa6WSKWC2gRW7QW > .row .container { width:47.75rem;height:177rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HtR5xRJmF1zmI8kTf0i6vMVCnW4dlm0p { width:33.75rem;height:24.75rem;top:28.6875rem;left:6.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #hfeAT1DrZugNwFBfz8DJxSNI1EU7TErp { width:27.6875rem;height:9.375rem;top:31.375rem;left:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOTWP1xBtG9cBV5Q5JZPnwK2qBwId3yM { width:13.125rem;height:13.125rem;top:38.5rem;left:8.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #iIiCi2N40uGlaV3hJPkfKw2Q5qKVOWdp { width:33.75rem;height:24.75rem;top:56.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwtHp1L66BD6aQe3olq7uS3eh5Ri0sTw { width:13.125rem;height:13.125rem;top:66.4375rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4UU45FBI69Ikwh4IARU86SKxPAxmeQ2 { width:19.8125rem;height:23.5rem;top:84.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8DA8w4AOzlWTwCTi82vvpJTpvTyOlL4 { width:11.25rem;height:11.25rem;top:95.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3JXG1qRCgh0LtLi6V0TRnh9RJVS5KgG { width:18.75rem;height:23.3125rem;top:111.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu7i96KoRWxQoEAZCuekNmA9ufWCOenf { width:11.25rem;height:11.25rem;top:94.96875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Nbb3MlquAGIH265qlMWn0B6wyAX7gz { width:22.375rem;height:23.5rem;top:84.625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdN21rC31lCKtZ0mf1SAvTIpqL7lFCr { width:10.375rem;height:10.375rem;top:122.5rem;left:3.1328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyMo82w8gWvVn2o5MebmJftp42EBpQOX { width:27.6875rem;height:7.5rem;top:31.375rem;left:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8TuxVe34CAb5W00oCf2VXs8cMPwKAnh { width:27.6875rem;height:5.625rem;top:31.375rem;left:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntqiB92CbPdDnQHpxXcJ01BNsLObJOZK { width:27.6875rem;height:5.625rem;top:31.375rem;left:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzDTswGOsoGhDTk8Pndoudf9IGTqgSHb { width:27.6875rem;height:7.5rem;top:31.375rem;left:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiSraBpBBeWmQBze05k6RKTZUBZkRHbw { width:47.75rem;height:3.875rem;top:65.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3GHxZ0chTTDNrAtCTHi8gvlvcwGsOa3 { width:40.25rem;height:4.6875rem;top:70.1875rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivTfbw02ULoS4ktBZLAyEcFcCvcw5HkO { width:20.625rem;height:3.9375rem;top:78.0625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCbVLyNF3TomNG4LJLDhXDXXEPTnMhQA { display:block; }
 }@media only screen and (max-width: 763px) { #rC4NQHElLCpFlTB9vkWfPa6WtkERpA5q { display:none; }#rC4NQHElLCpFlTB9vkWfPa6WtkERpA5q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ciRhKHwmzL9lvQ7TB0A9w3ilcz2TTX00 { width:6.75rem;height:1.875rem;top:1.25rem;left:23.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWLVWwoyg8Wn5X4xLLnzLzO80aFQtToF { display:block; }
 }@media only screen and (max-width: 763px) { #d8HCiFw250oDFebC0kFsJf7VHSuDtqFn { width:8.8125rem;height:1.875rem;top:1.25rem;left:30.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NoLkcDvS2d59kbp0voCf9l37igWm6qKL { display:block; }
 }@media only screen and (max-width: 763px) { #hxQ03IIWynCT3aBF3eVBZsoEEsa2JgdP { width:6.75rem;height:1.875rem;top:1.25rem;left:38.742624282837rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8h9qzCgw2JC7oOdvQE0pDWGMrshzAaa { display:block; }
 }@media only screen and (max-width: 763px) { #V20rS2HNvbAoMtdcO4cPIPl5gQW75GSZ { width:4.375rem;height:1.875rem;top:1.25rem;left:43.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkgkFt9NXRUCXmqdioQAwm7AIt7a3ezU { display:block; }
 }@media only screen and (max-width: 763px) { #TD1LUZWIaeIqaopRfEBTD3xONknBZI72 { top:3.875rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq6lk6Z8u9h8Tqi3iQAR7tWaV2nqFJqK { top:15.375rem;left:0rem;width:47.75rem;height:10.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcH2S9ddrFXKUdutZ62zlxpq7vTtbboR { display:none; }#qcH2S9ddrFXKUdutZ62zlxpq7vTtbboR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nIoF0F70JfuFVgo7BqvuUATTUioJhKey { top:3.9375rem;left:0rem;width:47.625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcF8fy4X4iqSKescNaoydb8pvSabebv3 { top:18.125rem;left:9.875rem;width:28.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ27TOC4d9asUUfA3BqHACqqmTGZAHhV { top:10.8125rem;left:0rem;width:28.1875rem;height:3.8994125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEflb2AiMGnfx1HqRo0vqq4s0EJS2zxo { top:2.875rem;left:0rem;width:17.375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhcpwB1Qmiat9oZ1tz2A3ovn5EImaPV2 { display:none; }
 }@media only screen and (max-width: 763px) { #SlME2OPf6kOg2D7qxy2VZmhokR3fMR33 { top:6rem;left:11.875rem;width:24.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggxSHAwbfmNFHtWIiG8X6LTO9974akqo { display:none; }
 }@media only screen and (max-width: 763px) { #L0Ig8NhwR4DT9ds2npxX5vkKK9N6GmQ9 { top:10.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #milMBo5ayH7e0iEq9HXAlhbMJLK9eIHz { top:10.8125rem;left:24.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpJRIkheqvlQN53hkJZ7GlhvPb5czs4Z { top:10.8125rem;left:19.5625rem;width:28.1875rem;height:3.8994125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QviUg7Rgcsz16dvJLJTKDlQOxIC61DCK { display:none; }
 }@media only screen and (max-width: 763px) { #auO9iZ1QE0t1TroR1WtppKqXho3RvPhP { top:21.3125rem;left:0rem;width:17.125rem;height:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh { display:none; }#Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh > .row .container { width:47.75rem;height:150.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Th4Jh6yQvraIN7U6EbSNKxlKJPEBiQt0 { width:42.75rem;height:3.875rem;top:5.8125rem;left:2.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQNJuOSJmEzZVP3sZNkkB2AunTQ6cEHe { width:15.4375rem;height:15.4375rem;top:25.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGE7yPNpiaGMVIuq0whwVNbXHVomPQs2 { width:16.3125rem;height:2.92480625rem;top:25.625rem;left:23.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZyVU6fM0tHeBS9oTaVwB6Fer9Qb6ofN { width:11.5625rem;height:11.5625rem;top:53.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r30itDGsMWOyCEeOAM3xwLpzX0nCzhoI { width:6.25rem;height:1.3125rem;top:28.625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBpFWGqfvFLeT29rZVyEtmruOFSXOwiL { width:16.5rem;height:2.92480625rem;top:54rem;left:23.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWtSUzPqaEtJImpDmkVV22GyTtPsaOtu { width:16.5625rem;height:11.9986875rem;top:30.9375rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNiC6A2H10hv9m6NiS45f85aPNgQtLkT { width:16.6875rem;height:10.498875rem;top:59.6875rem;left:23.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isnrFUbRJXFHq8oSSmyuCszuF4hCbAA7 { width:6.25rem;height:1.3125rem;top:28.625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByyNaLbi40yobr8fRC2LOCyWJC3CcCWo { top:67rem;left:6.90625rem;width:33.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeeL3dK1SshvHgonKlArHOTFLdSWG7OX { width:16.3125rem;height:2.92480625rem;top:25.625rem;left:23.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRNA18UFHi1HXF9IpeT9aktg0AerRDra { width:6.25rem;height:1.3125rem;top:28.625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuJi8egJTpInRNED5FsObSpTUM9F2zZN { width:16.5625rem;height:11.9986875rem;top:30.9375rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umsidz7wr9blDH7pNbJtS2Xzudzn44iE { width:11.5625rem;height:11.5625rem;top:53.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgiXvl0F2TJW1yZVKe0TfWfPD1VXrLs2 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzvCIN6DE15lz0AkzQGx8wvof9NNxFJZ { display:none; }#GzvCIN6DE15lz0AkzQGx8wvof9NNxFJZ > .row .container { width:47.75rem;height:54.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BJWncLqLhDdCbqppWlViT5Jp8SRlO8BR { top:1.5rem;left:0rem;width:47.7480625rem;height:5.199225rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5z5EIXvC105KAOTM6xrAR1Tp1vstKhD { width:3.5rem;height:3.5rem;top:64.125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlSc50xZIxXFNHV5W64yKk2LR200rnCq { width:3.5rem;height:3.5rem;top:64.125rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIlhaAWlrEZ1WQUNTX7oaEvEOMPL1kiD { top:1.5rem;left:0rem;width:47.7480625rem;height:7.7988125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2oWUGB3z8waahPsFmkOuhg2TKFbF77S { top:1.5rem;left:0rem;width:47.7480625rem;height:7.7988125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIVqFwsdgiIGePd2KpGMB0Ecg86ldmVE { top:1.5rem;left:0rem;width:47.7480625rem;height:7.7988125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP2kEQOOqaJnVblMqHcV87PaWlnknZWT { width:23.1875rem;height:4.3125rem;top:85.125rem;left:14.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLhU7TXIcO6qSd2Ccpemg5dJkhZbAJBa { display:block; }
 }@media only screen and (max-width: 763px) { #iUqNfh4pp87TUeAfriAVR1SL6QSDT3Qr { width:17.875rem;height:14.3125rem;top:31.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVNrmBrFG7lkP9S5bi6t2pcL15G88LMn { top:1.5rem;left:0rem;width:47.7480625rem;height:7.7988125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIHWX48yNxebHvBxmCvMWHR5g67htRnv { top:1.5rem;left:0rem;width:47.7480625rem;height:7.7988125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0un67zMcWqncS0bShgJevXw4pXWsFqK { top:1.5rem;left:0rem;width:47.7480625rem;height:7.7988125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #smBV8QtTWIwu9SinO57CgM7U0hzoc1xC { top:1.5rem;left:0rem;width:47.7480625rem;height:7.7988125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5rz33GDeH8EtyKv5e0JvsEX7TFi984v { width:29rem;height:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMrutOT2xgGL0eBbwVmdbxCtphw9exMn { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfLGAkvunHaJRgqC5c1LGFIIdgKQUivU { width:47.75rem;height:38.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhDzt43DKSlgrbLCtc1FRnmtr4btMqF2 { display:none; }#HhDzt43DKSlgrbLCtc1FRnmtr4btMqF2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W5QxOe6zyLLR2aywyVECX7mC44b7vva5 { width:12.125rem;height:3.5625rem;top:39.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTFhzgfdHDeJbbh6Ige8oo0JgykzkILv { width:15.625rem;height:3.0625rem;top:43.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmSNTGyzN3s8AQP58Ti9bnOVFO6Vl7Ck { top:25.9375rem;left:0rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmZJxQCaQGEhIMXVtzuA0PJXJtTNKTrL { width:33.75rem;height:24.75rem;top:28.6875rem;left:6.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mNr0ITqSzF80UkpSBw6EdHyAxcPTM1ZI { top:25.9375rem;left:16.4375rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8vo8QT2RkcE3bWNagWqDSyombK7Wr4u { width:33.75rem;height:24.75rem;top:28.6875rem;left:6.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #cLlytxWLZDk3SFOE2scqaSNOPBUZcX72 { width:12.125rem;height:3.5625rem;top:39.625rem;left:16.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqytBKROg8NKB5ZQ4sx7vbxQCnD9i1k1 { width:12.375rem;height:4.625rem;top:43.6875rem;left:16.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHgmgQ1b6vSlNFJMmSkgeNknGeu9SWVk { top:25.9375rem;left:34.625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScKmNEVpT6VS5iSk4bWv2TLvSkutxuDi { width:33.75rem;height:24.75rem;top:28.6875rem;left:6.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #qmAb0ZnRBTdpmPiPViliP31qH3IF5HZM { width:12.125rem;height:3.5625rem;top:39.625rem;left:35.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y64g2b0LqmCq3XhBrwgCGSuftKCnm180 { width:15.625rem;height:3.0625rem;top:43.6875rem;left:32.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcMHCMd3Q8AcXvPXX3JSXw5yxEyftQwd { top:52.0625rem;left:0rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGLUsN2hJZFBFGoFI1dAGboqelNzGSQv { top:52.0625rem;left:16.4375rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owt2RtDZ7G4rE8rGT62kUEJB3ctBIadh { width:33.75rem;height:24.75rem;top:28.6875rem;left:6.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LDvSsEOeTXOn0nUoN2zfpFTS0rhoJT1u { width:33.75rem;height:24.75rem;top:28.6875rem;left:6.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #M3STVK6suZXmAvAMDztohMTlT7d2aXQA { width:12.125rem;height:3.5625rem;top:65.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENw5qPiDrDBsJICWJJaHqkgrmL759INw { width:12.125rem;height:3.5625rem;top:65.75rem;left:16.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnoxtlTO4snrzhNQ6kwrC76UcIrn8x0f { width:33.75rem;height:24.75rem;top:28.6875rem;left:6.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TwJx2TZ6bqkwe6eEC1T06fTewn3QkuU2 { top:52.0625rem;left:34.625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGA5MeAOtNDXshrnJE0SELVUQGt00lvZ { width:13.6875rem;height:3.5625rem;top:65.75rem;left:34.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo3H28V4vfw6nKGJsdvCdkDxTAFTuh7i { width:15.625rem;height:3.0625rem;top:69.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAP98mTpWzdvRa15i5gnR29tSPOM4q4w { width:12.375rem;height:4.625rem;top:69.8125rem;left:16.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDoKiI9QzdHmLZsrL8wCN5vyGWb5HxUA { width:13.8125rem;height:3.0625rem;top:69.8125rem;left:33.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqtVycoVhJLS6SO32yshX9LI0pH4lxcu { width:47.75rem;height:2.1933625rem;top:2.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztDxMGV5nT5g4XR8MAmllKsf7TK5PFeP { width:40.3125rem;height:7.0625rem;top:14.625rem;left:3.71875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtywH9tQB3HmlUk87CWo5GbKaGxvUUwA { width:40.3125rem;height:4.6875rem;top:7.6875rem;left:2.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMoW3ZQiiRtX5Pb0mvKlShXfIgxkTqAN { display:none; }#cMoW3ZQiiRtX5Pb0mvKlShXfIgxkTqAN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hc8JE3VOMD3wveyKI2zJQAS9fF367sCS { width:47.75rem;height:9.4375rem;top:3.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifL00mleE8HStAaJ7JrOmfaMm08TCL0M { width:20.625rem;height:3.9375rem;top:28.5625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmOZ1TPANgxat74pXzWSWsDaNhS3qX4x { display:block; }
 }@media only screen and (max-width: 763px) { #xyGcOwRTqA69Qy1Kzt7FBvX18mp3XsS9 { width:47.75rem;height:9.4375rem;top:14rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADiu9lp53ntEhDz33ccLgFWSIa04pUAI { display:none; }#ADiu9lp53ntEhDz33ccLgFWSIa04pUAI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FR2Pka6u0TB2prvsmlMaVbyV69nNlVwR { width:47.75rem;height:3.875rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpbrtwV2efb4BRZCXnWCS4Tw5SX0RHeu { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMwpZ8pVbuH5Z02LgvhfkBhllH7dubC6 { display:none; }#ZMwpZ8pVbuH5Z02LgvhfkBhllH7dubC6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WZF7naz8iNlHKbWyDBW9r5bg0n0Da6dF { top:3.8125rem;left:22.5625rem;width:25.1875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI2d4n0STaGfpF3eWMcuvqHtSrsTyN3Q { top:4.125rem;left:22rem;width:25.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4f0UBVz0T4l5MnNZKrkkfxNmtePR4xl { top:26.1875rem;left:0rem;width:31.25rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGBs1RSJ9OUVTwCKuLcTneSvcZ1JghtL { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aofCiCkcFB3L6cMhLUArwnWeuEHhWTv1 { top:14.0625rem;left:26.5rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3pxr8w38IyxcQVm4qklXeVDivrPRnZG { top:24.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOOh5wfOwOdCN3r5NTcxLn7BDxVHQin2 { width:47.75rem;height:7.75rem;top:2.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQGlslJEFLFii27JLvl9CdX7m4dbUBd7 { top:24.125rem;left:0rem;width:31.25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNogsHT2wKidzrUKLAMkVpirkbzBZCNR { width:29.125rem;height:29.125rem;top:24.125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS { display:flex;width:18rem;height:5.0625rem;top:26.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #LQTTt3t7m16cGqHPrxcNVghcFXEJFzcw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #VzSPuM5eDXVco4B9lERiWEupWWDRcmL9 {  }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #zNvtKyXQ5mo52ktKXmxT1AtKVREe3oNe {  }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #s8PM8KWa2dQDmnn8rFkJkOFwx6KTJvdt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #mGysxAu7pdolRXVgigISl2fOnRaJSz4g {  }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #L2AhT2vxVIRqxtD2stHX3BwGCzVflg6E {  }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #HE4RrFkGQFPLJHhcR4JgM7i9ouik6MRB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #X1VfulpOqqoXBFixoePiRbXEcEKNvNgL {  }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #Er6ocnvz13THk0sPpVXDWyTmXEweLlQT {  }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #T09z2cCAqbHqbqH9VaqF8ncPd9fc13sX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #pntyxRrm2t0vTe3c6TpuqIXte4HUqDVN {  }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #hnLpUH04v7U3OKvTf2vyJLlOqTg6SgWX {  }
 }@media only screen and (max-width: 763px) { #gLSEgUWvveDTtccpHPwlANfTeLkotJes { display:none; }#gLSEgUWvveDTtccpHPwlANfTeLkotJes > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r7FKgl3HIqA18ZPLpOqemsALM3TTVqBs { top:14.875rem;left:11.59375rem;width:24.4375rem;height:106.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyB3AgavEmasFAJvMv76G4nRaaGQ9EcT { top:3.125rem;left:7.96875rem;width:31.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnOVDTcc4VF2vicKWed3QClFU6ADQlUT { top:6.9375rem;left:11.59375rem;width:24.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWtnCZWkDMTObBS2wCOO53gFZW1twzm { top:6.625rem;left:17.625rem;width:12.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTgfRTBE2Rs4vEeieJ3P59a2Ti9DJ82I { top:20.3125rem;left:17.5625rem;width:12.5rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTz5B6bRgJkQRTwVMdiKyu3cJq8OONi { top:26.125rem;left:22.3125rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIxgpCCJQFanU7FSN75i8mPxJdbInc6W { top:42.0625rem;left:17.6875rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcwH0U5q4eRTKg8xFKceuwweo6336Xqq { top:40.375rem;left:17.6875rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1oJEw0cvBrffVr33HAz9uPNkrIBuyKJ { top:46.125rem;left:17.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xypFin8RtfWEcnJMHkTXfgDvXB8NpQzy { top:28.5625rem;left:15.375rem;width:16.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTPcyNvTcAQh7UMJxZAVML2IbiiMvN2i { top:28.3125rem;left:13.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJAoUQCZ3abl2gBGDU7VKcJ77v8UStwC { top:31.3125rem;left:13.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqwNDQ2H30wiE3wRddmwAccew9xLK0Mf { top:34.4375rem;left:13.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCDQX0zzHWK0uUNb1A8VoO68hCOaUK64 { width:23.6875rem;height:3.4375rem;top:114.25rem;left:12.21923828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORFhrAby3MNT6AxyhR5rdqnmwPQOn3GF { display:block; }
 }@media only screen and (max-width: 763px) { #cRTIHFBd4vftJlLJ9mN78n2XSXABZQyR { top:34.6875rem;left:15.375rem;width:16.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8Hr6uIgtIs4rNaL1idXqOxcPX7MXvGz { top:31.0625rem;left:15.375rem;width:15.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N70b8TtFA9IyIMuIFfStghyR9gwQIKUr { width:14.375rem;height:3.4375rem;top:45.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xah7KLBsQsbr7irA83WBh9aUI0NuJMd7 { display:block; }
 }@media only screen and (max-width: 763px) { #tOHpJ9OsGTqEpH6FtbQZpwiJ9nSGQpX6 { top:54.875rem;left:14.8125rem;width:18.125rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzQDalCGe7LHfzv1CnXKKNVpD7dzQxuv { top:108.8125rem;left:17.625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5nx6bCEDO9omz6IEwRuwPchb6mD73NJ { top:110.4375rem;left:14.1875rem;width:19.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo7QmDMeRSTDsaezzFhAqdXl0ERtFQtU { top:26.125rem;left:22.3125rem;width:3.125rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4oNADJluuTfIyaKTx08IRSH3iPITWfi { top:95.6875rem;left:12.5rem;width:22.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOH8yfdg7yL8VlqbBTPKtsXCGMkg3Vs1 { top:70.75rem;left:12.625rem;width:22.5rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKulUa9P89nOQmOSgOlwEhk5SNTRXTWT { width:6.8125rem;height:3.25rem;top:100.25rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebpZasVPimc34C0NMF6ueCuvVw3G8lkh { top:100.9375rem;left:21.6875rem;width:4.375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQxCgzIsMtlxrXIT73tzZfxB0UsEQc8s { width:16.6875rem;height:16.6875rem;top:53.125rem;left:15.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJcThRPqWyxqK4DChMnDLBrHLsthwkPr { width:6.5625rem;height:6.5625rem;top:96.75rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBZ7iooF5gXd7ZmVQ0t8yh5WNbQXyXFp { top:80.75rem;left:13.75048828125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0giK4THS7c8cubH5kldsiavdR1uxUSO { top:83.6875rem;left:13.75048828125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9uHXdw5I3T2vhtLWZxwez1hJ5KK4QyD { top:80.6875rem;left:16.65673828125rem;width:16.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJZiDl3aVHmVa33rk123a33JfkfehpG2 { top:87.125rem;left:16.6875rem;width:17.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXrG0lou6S7IpotNF4cIZ1CztaTQqdIX { top:86.875rem;left:13.75048828125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6fGiFVMQlsJz7MvWC2r6JgtTLXDkZlT { top:84.3125rem;left:16.6875rem;width:16.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPdlQ6xONeayfbgxalpZ8RAOvT6ZTQ6t { top:89.625rem;left:13.75048828125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMV64A72ru6JAIWdHgKPDMo4sqgoRUuz { top:89.625rem;left:16.6875rem;width:17.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqgTSLpoWCaSUlsQNpOQK4nJOofxmZny { width:4.375rem;height:4.375rem;top:31.75rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSNVQRzx6UOWeumFTwkAHxW28CydWthm { display:none; }#qSNVQRzx6UOWeumFTwkAHxW28CydWthm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kvB4lVFwwi0wxv83NAkMShBs94xp1wSs { top:4.4375rem;left:3.25rem;width:41.3125rem;height:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTBQblsfWNaeZwEL0gDUDus5TpKlq4bG { top:42.25rem;left:4.375rem;width:39rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhuAz3NpZxz9Uy25DfzWZ6LsfxCBZFGS { width:17.8125rem;height:19.125rem;top:18.5rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btFKK0XXJZBcTrAtkXFRXnntlxlAn2VG { top:56.3125rem;left:5.0625rem;width:39rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQBHFNJe72qOJEUTewdoBWGTKUMQp4tJ { display:none; }#EQBHFNJe72qOJEUTewdoBWGTKUMQp4tJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NboEA51dcP9S3ZRLnnLBLUB7f81RdcoW { top:3.8125rem;left:3.125rem;width:43.375rem;height:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnXSrMLehnETfGgXGorfrk4Rs1Nz6ZFl { width:20.625rem;height:3.9375rem;top:15.25rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZTCvHw8ghi5BOApIFG6h4CzwSnMhCE4 { display:block; }
 }@media only screen and (max-width: 763px) { #mxa5hmus80AnsJWs0hP9HSWfw5GN5nyb { display:none; }#mxa5hmus80AnsJWs0hP9HSWfw5GN5nyb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I8EUMEummTx5wHz8hpdO3Ef9A2HDyrT4 { width:12.125rem;height:1.75rem;top:23.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksp4diDpRCFkGgWP1b3H48xk8iLRTUlH { width:15.625rem;height:12.3125rem;top:26rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K11EHayt8sAP7yiadERv6tA2BFEilM0r { top:9.3125rem;left:0rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH9kCgxDAxLA8CGdz88btWmQu1Qt9LXM { width:33.75rem;height:24.75rem;top:28.6875rem;left:6.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #hKxdvEOdaDUBul9xcqrl5NUXaJbc1Qrw { top:9.3125rem;left:16.4375rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giuiWnlFbs23H1xf3PUZBxx1u0UQHWFa { top:9.3125rem;left:34.625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnxHVeNMiwnZkMPQKtuwVEAG8tyWAkPT { width:47.75rem;height:3.625rem;top:2.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbTuJZRxdT4yl4z5vhiT7gO6H05S9XVL { width:33.75rem;height:24.75rem;top:28.6875rem;left:6.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #UHEJHA56zMz6ho3zWzbnrtxhctHqdN7X { width:12.125rem;height:1.75rem;top:23.1875rem;left:16.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKcm2NxQozMGSv2tdsOcg2cMRIxdsWmE { width:15.625rem;height:12.3125rem;top:26rem;left:15.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWlku4KhguPHHI7Jw3CMGWgD7iEzFAsP { width:33.75rem;height:24.75rem;top:28.6875rem;left:6.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RKTKO4u0bAgeu4ZTH3QJs0Uo9Z3hgHa0 { width:12.125rem;height:1.75rem;top:23.1875rem;left:35.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb7vr9NTadSR7OR7p2Q3X7EgK6Sh1wqa { width:15.625rem;height:9.25rem;top:26rem;left:32.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGgUp7XIJTFqrL6A0Le03VJeJCfiuCx3 { display:none; }#MGgUp7XIJTFqrL6A0Le03VJeJCfiuCx3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OUtirfDfBoKd3exdzHNMfCpuMLH3pFtb { top:3.625rem;left:0rem;width:47.75rem;height:26.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTFNU5ToFlqynwmMRIAUTie6PDcyfsXO { top:52.25rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1wIZtFCTkEPTx2SSIh0osfWXAe5tCmZ { width:20.625rem;height:3.9375rem;top:64.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqNx0calzTEHfIKyCnBFsobSioUEWBQ4 { display:block; }
 }@media only screen and (max-width: 763px) { #hQkiE3Ci633kaefTL2OgN9t6nqaKO8rR { width:18.875rem;height:12.5625rem;top:35.6875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQQTPTxKvUStXc4QXn3maaetcuG3QowR { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mV90y903dhPEkD22KKsER5wO3iJT8211 { display:none; }#mV90y903dhPEkD22KKsER5wO3iJT8211 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D2JrpsLg3oQsyJbrVaKEMX0ZS1qmEVdy { width:28.8125rem;height:28.8125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhtCFpV15pkr4Se4gJIORIPCX0iqvPGe { width:29.75rem;height:29.75rem;top:2.9375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyGITsg8hQ0Uve03KJ7WF1fSuXHXDvgP { display:none; }#IyGITsg8hQ0Uve03KJ7WF1fSuXHXDvgP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dZOwZ0ZAp6m5IA8SFAEhh24g0k7WuTFs { top:1.3125rem;left:11.59375rem;width:24.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnM6olP0TJbi90eMqCWBNnaDMhZCKQAZ { top:7.125rem;left:17.625rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrH3mQWrE0KUqEvD7va7uTuVOvvOZA5b { top:8.3125rem;left:0rem;width:47.75rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWHvurTVuTi6VsnTc5QQqKXlw388vHSp { display:block; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3s6wKGmz4F3HptNPVKEPAlk55BmUCyD { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWOfro7naWhzcR3VOxbVD2kS2M38UGL { top:10.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEwnKwgMUNSfh5S1zfKmPhQLgcncO1W3 { top:7.0625rem;left:11.6875rem;width:22rem;height:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWpipVlx8BX1M7KKcRZlqMJULc1uQLTQ { width:2.3125rem;height:2.3125rem;top:6.75rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdXBL9qxr2a30Uv8IObWKMbDZoK6LT6h { top:13.4375rem;left:0rem;width:15.9375rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2fCx9DphOJc7QXPlU2wuD6dUgIzT6pM { top:13.4375rem;left:31.8125rem;width:15.9375rem;height:1.6875rem;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) { #QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ { background-color:#2c1e06;background-image:none;display:block; }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .row .container { background-color: transparent; background-image: none; }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .row .container > .video-iframe-container { display: none; }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .row > .video-iframe-container { display: none; }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .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); }#QDNOgSJIuBTi62ag0gunx4iWOaoKSpPZ > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeT7kysyb1wyV0IDpANcuB6GEK0qfyrq { width:20rem;height:0;top:0.359375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tsasey7FWyihddV97OMQmxTpsy9hC66S { width:20rem;height:1.13720625rem;top:0.609375rem;left:0rem;font-size:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bbbc9cff-c99f-4d0a-b666-8528dc672b38/96057B1FA2524D7EA1F544998117692D.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd.adaptive-delivery-prevent-bg, #tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd.lazyload, #tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd.lazyloading { background-image: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container { background-color: transparent; background-image: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container > .video-iframe-container { display: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row > .video-iframe-container { display: none; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .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); }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container { border-width: 0; border-radius: 0; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWbxeikT7yc6UoHFP6nRNORiZEaUmKWd > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eglPQVXaTs3a3L3PGHqT7knOwJHwlsUS { width:20rem;height:1.51220625rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDlAbRQKwGSrGXSukbobpP07hmS9FmWJ { width:18.5rem;height:5.1181625rem;top:2rem;left:0.75rem;font-size:1.3125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #wACXD5MsPGrLlh4k4rGVQHNLNuBn9Ekc { width:19.375rem;height:0;top:2.75rem;left:0.625rem;font-size:1.4375rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #i6kFZfRfpkrQSKVy19mh3TSJx8MUaqm8 { width:19.375rem;height:0;top:11rem;left:0.625rem;font-size:1.375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #x2xDTFpDH4fCwyiR4sQLrAnoTCXq3oxk { width:17.8125rem;height:2.9248rem;top:10.525390625rem;left:1.09375rem;font-size:1.125rem;color:#fef6f6;display:block; }
 }@media only screen and (max-width: 763px) { #k0KuzQ1EKWikLxfMcpsXKLF8drEtXvOw { width:19.25rem;height:13.1875rem;top:16.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/c4847442-3217-4369-b524-bc004a3fd007/ChatGPTImage30paz202517_50_07.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4.adaptive-delivery-prevent-bg, #mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4.lazyload, #mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4.lazyloading { background-image: none; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row .container { background-color: transparent; background-image: none; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row .container > .video-iframe-container { display: none; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row > .video-iframe-container { display: none; }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .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); }#mEHyegtMcSFEEfKh0BTPGIEMygTBeFJ4 > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lG232g8wWCoTmsh1Rv5El895h75fWTOH { width:18rem;height:5.3613375rem;top:1.431640625rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i7Q25R37D0D1U3WUeKREuFZCI6PJ391G { width:9.5rem;height:0.125rem;top:3.15625rem;left:5.25rem;background-color:#e5383b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EpF1K0cbwnJAPRTCJ9BgVHiWxrgRQ0GT { width:20rem;height:1.4624rem;top:8.04248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG .widget-text.counter-number { padding-top:0.28375rem;padding-right:0.253125rem;padding-bottom:0.28375rem;padding-left:0.253125rem;width:1.518125rem;min-width:1.518125rem;height:1.52625rem;font-size:1.135625rem;line-height:24.42px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1775rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02375rem;height:0.603125rem;font-size:0.425625rem;line-height:9.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG { display:flex;width:12.125rem;height:2.874025rem;top:10.60546875rem;left:3.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #KQrfTrLPWftPDGJuPJitGVpZNlpg2hGA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #M1E8yrNsqOTkXh588D2VGk8lwOi1P8Ay {  }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #oF4RmKuTHAFalvkNOQm5Sr0BtFFFUCby {  }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #tkRDShOGTXLkc75M6X87dCy5bECPCJuz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #FmR1XAufL9ZB0f71HEUfqqnvZxsF2bl9 {  }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #nmx7MUXaAXkLTsWP7V4ysASiEsiy6Vve {  }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #EmeZMZV7txTzihWuCVIxy6mKXdP1LtTO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #VhNyuVi8HREKELSAubxfnFLnWh0xZqeD {  }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #skKxlZfczcUXw8rJ0gpNK9t8nvrGA8v5 {  }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #Apm0JGdJZIfPtNCTBhdnCRglumqe1gsH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #zXQTQzgtaUM5ztaTTyt9KFOo32gwanNo {  }
 }@media only screen and (max-width: 763px) { #DPdEsT02ObDVc38vZIMuhUwbQfC0WPiG #Fv0T6xpCJbKTlbMmkBVgoyGkg8uUXgwV {  }
 }@media only screen and (max-width: 763px) { #Cnx7et4wp9anFFw5BgexqLxK9QTOdpy9 { width:20rem;height:1.4624rem;top:15.1298828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB { background-color:#051d4b;background-image:url("https://images.assets-landingi.com/uc/bbbc9cff-c99f-4d0a-b666-8528dc672b38/96057B1FA2524D7EA1F544998117692D.PNG");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;display:block; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB.adaptive-delivery-prevent-bg, #D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB.lazyload, #D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB.lazyloading { background-image: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { background-color: transparent; background-image: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container > .video-iframe-container { display: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row > .video-iframe-container { display: none; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .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); }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { border-width: 0; border-radius: 0; }#D9NcczqtXZt5gGePPLhJnKZnVnKp2vwB > .row .container { width:20rem;height:146.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #COAZhZ8pbAKVZgfBIT7i2x44xhanCxeC { width:13.375rem;height:13.375rem;top:0rem;left:3.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hTCC9WLcSgbTGRhfXRIds2UsTN44LAJT { width:12.5rem;height:2.5996125rem;top:10.64990234375rem;left:3.25rem;font-size:2rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #tlVyxweOooV2qAXBb1M0uoZ7kXJregNo { width:13rem;height:0.4375rem;top:13.1875rem;left:3.5rem;background-color:#051d4b;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NTlT5aKBp8Eal0Fgz347nTnwGOhp3sOD { width:17.5625rem;height:40.5625rem;top:58.0625rem;left:1.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -moz-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -ms-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -o-linear-gradient(0deg, #051d4b, #0d4d8e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );";background-image: linear-gradient(0deg, #051d4b, #0d4d8e);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #weV6cbWoGWzqPLiqO0g1sZT59CfPdzVg { width:12.5rem;height:2.5996125rem;top:64.1875rem;left:3.75rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B3LTUc8NOh16h4DbB6hbViP71rJ2132S { width:3.125rem;height:0.3125rem;top:67.625rem;left:8.4375rem;background-color:#ffffff;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cZSvIB4Obtgboi23t3NlKPHsvTdXEctU { width:14.375rem;height:3.4375rem;top:92.625rem;left:2.75rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SOTQB77zk9TEuyU53CIceiiTCV5csmy1 { display:block; }
 }@media only screen and (max-width: 763px) { #PmSZ07qiROya3kdBhMzZdl1QrFnUHvRZ { width:17.5625rem;height:33.5625rem;top:108.375rem;left:1.15625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wmfKHq54wBesKotlnvJHweVnPk6WecSp { width:11.875rem;height:1.21875rem;top:119.5625rem;left:4.6875rem;font-size:0.9375rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #HrcHbWLmhuTIQeB5kzWKw5nMoSExrfJ9 { width:12.5rem;height:2.2744125rem;top:115.875rem;left:4.5625rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #yTTplxFmTl3xJcT9eeoUmWk2Vu7uRVbs { width:12.5rem;height:2.5996125rem;top:110.625rem;left:3.75rem;font-size:2rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #dpSgxIRvTD0766T4GJCI4GiFZTvnrnvD { width:3.125rem;height:0.3125rem;top:113.75rem;left:8.4375rem;background-color:#051d4b;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hR6rtbiEQQxpnxr6KvTeIhliJC49c4id { display:flex;width:1.625rem;height:1.625rem;top:116.1875rem;left:2.0625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #LME923H4sLqnRAsRIOJdWWx8AhKaOhq1 { display:flex;width:1.625rem;height:1.625rem;top:119.375rem;left:2rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #JK0tASxLHJPWGf0xO12zk8bMRszuX5D8 { display:flex;width:1.625rem;height:1.625rem;top:123rem;left:2rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #ClD6KlL12ISN62HsHwraTddxMezdX1MD { width:12.5rem;height:2.2749rem;top:131.0625rem;left:3.5625rem;font-size:1.75rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #zZyPTQLE5IoSESJWJ5RdAZfhiBpSMvWB { width:12.5rem;height:2.2749rem;top:88.375rem;left:3.6875rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D7MXia779ke6fZc2l8061rpq2i9aF7O5 { width:12.5rem;height:2.2749rem;top:38.25rem;left:3.6875rem;font-size:1.75rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #f0WyJBhypRQC0U210dDr97JS5xQFry1M { width:12.5rem;height:1.4624rem;top:36.875rem;left:3.6875rem;font-size:1.125rem;color:#f20505;display:block; }
 }@media only screen and (max-width: 763px) { #qXLvyAZG1EZStt6zoKdJ63eMK1k8hqao { display:flex;width:1.875rem;height:1.875rem;top:44.125rem;left:4.5625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #xox5PNbnKNlfxCEUqWAcTlHwoBrTZJln { display:flex;width:1.875rem;height:1.875rem;top:93.4375rem;left:3.6875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #w5g2H67gN1ZxNHnLtX9P3K9k5JxUdX6b { display:flex;width:1.875rem;height:1.875rem;top:136.59375rem;left:3.75rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #ap8GV4MXTmn6y8cLTecZArf0SrXTCWg4 { width:12.5rem;height:2.2744125rem;top:69.875rem;left:5rem;font-size:0.875rem;color:#f5f3f4;display:block; }
 }@media only screen and (max-width: 763px) { #b50mToAOBnTxry6h6TIH1BXLXqTnzA5h { display:flex;width:1.625rem;height:1.625rem;top:70rem;left:2.625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #TBQTQMaOcZJdN1htuRzD231xEq4a3GKp { width:11.875rem;height:1.21875rem;top:73.3125rem;left:4.8125rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I8clFZDnKNVvFlVeKXS22V4op1NSPWdX { display:flex;width:1.625rem;height:1.625rem;top:73.125rem;left:2.625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #Lc9aw29oFamc5HnrFPabtWMfFLmw3CzQ { display:flex;width:1.625rem;height:1.625rem;top:76.5rem;left:2.625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #fv4Pp1nVw2sTQ3mCgT2WkKmh3Lmn3Zd1 { width:13.3125rem;height:1.13720625rem;top:26.9375rem;left:4.5625rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #HZFTwTKNVRJSoz74TcE8GZTtD9ocTURg { width:13.8110625rem;height:2.2744125rem;top:23.8125rem;left:4.375rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #Wbd1XkGJI2SSGdoExUh1OicWke2PEs0V { width:11.875rem;height:1.13720625rem;top:20.9375rem;left:4.4375rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #Tfqmm2nEe7xl6tk0kPHFH2WdpuFT4qx9 { width:13.4375rem;height:2.2744125rem;top:17.5625rem;left:4.625rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #AwyBOiSQT2pDgTMwobWqtDBmmtBzVBfk { display:flex;width:1.625rem;height:1.625rem;top:20.75rem;left:2.1875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #VLXyZLuQAEpMt00lMw71hqHdfHcNOWx0 { width:14.375rem;height:3.4375rem;top:43.375rem;left:2.75rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #TfMVp8WckP6gC0Cc0tkO9GbgA0NosyVN { display:block; }
 }@media only screen and (max-width: 763px) { #zG55q0k6if9DXt5gzuHKZ1AxV0TXrMx6 { width:14.375rem;height:3.4375rem;top:135.8125rem;left:2.8125rem;background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OBtkH7RFmpKwofr0HPhKy4aZFvXpBq86 { display:block; }
 }@media only screen and (max-width: 763px) { #l8UoShE8AZ97UEOUuy3xllcAD38Tn0tl { display:flex;width:1.625rem;height:1.625rem;top:17.875rem;left:2.1875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #mnf712NLvxTedRiyJbGWxEF5UHt9Op66 { width:17.5625rem;height:43.125rem;top:6rem;left:1.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f3f4;border-left:0.0625rem solid #f5f3f4;border-right:0.0625rem solid #f5f3f4;border-bottom:0.0625rem solid #f5f3f4;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #kS9ARU5Ig76ouvhT1LoTfPwSAdGbMC4X { width:9.25rem;height:1.05615rem;top:133.3125rem;left:5.875rem;font-size:0.8125rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #WhwtB3kvRrNH3Cx4uKZEXa8tnkL1kqgB { width:13.8125rem;height:1.05615rem;top:90.625rem;left:6rem;font-size:0.8125rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #DHKUCortxniAe7bJah2ze7ZQT4yD0iy9 { width:13.8125rem;height:1.05615rem;top:40.5rem;left:5.125rem;font-size:0.8125rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #aUNxqvHEhsTLIlJ9UIoImnWAnpb9O6Tr { width:13.75rem;height:13.75rem;top:52.5625rem;left:3.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Bxq80NZHknDhbFAMkhbl3vTHB7fhxzZT { width:14.0625rem;height:14.0625rem;top:101.8125rem;left:3rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t2rwRVR2RsmwQaa7sC2TlTQDwAekVnJD { display:flex;width:1.625rem;height:1.625rem;top:23.8125rem;left:2.1875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #PzibxcFtBROPX6zHuHrCoPbEPe980yFQ { display:flex;width:1.625rem;height:1.625rem;top:26.6875rem;left:2.1875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #uwGPBlh0BLQlxTubQh1OGOKE5KSTrghO { width:12.9375rem;height:2.11230625rem;top:76.3125rem;left:4.875rem;font-size:0.8125rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #S7anGNq1AtMtcLgvDTvT4nggtbZvVz10 { width:13.75rem;height:2.11230625rem;top:126.3125rem;left:4.3125rem;font-size:0.8125rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #WlvazTIFNPcyBA6L3NckWfv4su7X0UA8 { width:12.9375rem;height:1.13720625rem;top:79.8125rem;left:5.125rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #KnUVnNrO1k3AS24l6bValyiU7ouTO9H9 { display:flex;width:1.625rem;height:1.625rem;top:79.5625rem;left:2.6875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #S86VCEzG7aiiQhfNELiVP4CBiuT8Wek2 { width:12.9375rem;height:1.13720625rem;top:123.25rem;left:4.6875rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #NgJ7z57mnuSi4S5tTJ4XRmCQh076bNNG { display:flex;width:1.625rem;height:1.625rem;top:83rem;left:2.6875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #TEHgMuUXP8HDhkdQyyTLHp4BkqHLgqR1 { width:12.9375rem;height:2.11230625rem;top:33.1875rem;left:4.25rem;font-size:0.8125rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #cmTklS6nnV3QGkuXTfVV59upuyANbcao { display:flex;width:1.625rem;height:1.625rem;top:33.0625rem;left:2.125rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #MNXrO2dZ2eGsKhTC3JcfrQ2c3NJVUJeS { width:11.875rem;height:2.2744125rem;top:29.5625rem;left:4.25rem;font-size:0.875rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #TIUXqHGkTTgfqzpXxDuEWuyrSpPTMpbi { display:flex;width:1.625rem;height:1.625rem;top:29.5625rem;left:2.125rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #FtlCD43TkPKnX36yTrvXWDX50lttSE3R { width:12.9375rem;height:2.11230625rem;top:82.75rem;left:5.1875rem;font-size:0.8125rem;color:#051d4b;display:block; }
 }@media only screen and (max-width: 763px) { #aidQeRdnzlEv1OPsmwVMRousIdyo0xMd { display:flex;width:1.625rem;height:1.625rem;top:126.5625rem;left:2rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb { background-color:#fcfcfc;background-image:url("https://images.assets-landingi.com/uc/25aef1b5-dd90-4856-803a-bb4eb97e1b19/BD64F064215544568899BAE5D5E40628.PNG");background-position:top left !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;display:block; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb.adaptive-delivery-prevent-bg, #RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb.lazyload, #RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb.lazyloading { background-image: none; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row .container { background-color: transparent; background-image: none; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row .container > .video-iframe-container { display: none; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row > .video-iframe-container { display: none; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .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); }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row .container { border-width: 0; border-radius: 0; }#RfSQ5RQxhNsnAUGRhmv9dr2lmZLkmlMb > .row .container { width:20rem;height:102.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p914DRAmBrZHx4v5Etg4wzXz4f7sOP2b { width:19.0625rem;height:5.84911875rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#18181b;display:block; }
 }@media only screen and (max-width: 763px) { #KaaEUhq2CAnxzCDe1TFSaFfqfCOewBUD { width:5.125rem;height:5.125rem;top:17.4375rem;left:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kc7obPC9rDPhXEFUNEJi04mSzFRIZC7u { width:5.5625rem;height:5.5625rem;top:17.21875rem;left:7.21875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QJvU88DscgwfKti028lrIsgn99rOgDnq { width:5.375rem;height:5.375rem;top:17.3125rem;left:13.34375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gymwaEEHX3EDqXQEFPTrfXrK0HgEex1L { width:20rem;height:7.1279375rem;top:25.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #filGuu8kvrEcqbKovaoHDEcFnHs830mr { width:5.5rem;height:5.5625rem;top:45.5625rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i2AuTfJpIdi1TdyzUBpCwelZSnSSDlPP { width:20rem;height:5.2890625rem;top:9.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VprKnPGLDnin5CbZTv1Ww0bmOhtzUFZu { width:20rem;height:7.295875rem;top:53.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FrKB8ubDkEXtb0aZ4TAht54pR3QmVQmR { width:5.5rem;height:5.5625rem;top:45.5625rem;left:7.4375rem;z-index:15039;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LJPKZHoy3WXDI7uxCLfRFOi6ToXhUwIn { width:5.8125rem;height:5.5rem;top:45.5625rem;left:13.625rem;z-index:15040;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SbXiERcyDt4zn9pePvCWtupAUDSdTLcl { top:62.48876953125rem;left:0rem;width:20rem;height:6.3125rem;z-index:15054;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I7okpK6Aoq2HXzuTb4ugC1Gmd0xxDaS6 { width:20rem;height:6.448362720403rem;top:35.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GlZQhu1CCMlr3XfOJg8MLTbbiEgJbITL { top:72.082857335887rem;left:0rem;width:20rem;height:6.375rem;z-index:15055;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #J1eazOd0d0h02TLppGZ7fs4XwieOT1P8 { width:20rem;height:2.1933625rem;top:82.5625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 763px) { #RzmPyoe4cKEUJ1W5HIrk45iatFLbbpCh { width:19rem;height:4.5625rem;top:92.068359375rem;left:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6abff9, #201d34);background-image: -moz-linear-gradient(180deg, #6abff9, #201d34);background-image: -ms-linear-gradient(180deg, #6abff9, #201d34);background-image: -o-linear-gradient(180deg, #6abff9, #201d34);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6abff9', endColorstr='#201d34' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6abff9', endColorstr='#201d34' );";background-image: linear-gradient(180deg, #6abff9, #201d34);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kT1pMzfxmgar0MSSEPAsaWBJH529NFtv { display:block; }
 }@media only screen and (max-width: 763px) { #t9o3v8J8VyFQGONK0ZqENCrwHGpvZvlP { display:flex;width:3.125rem;height:3.125rem;top:87.068359375rem;left:8.4375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/bbbc9cff-c99f-4d0a-b666-8528dc672b38/96057B1FA2524D7EA1F544998117692D.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR.adaptive-delivery-prevent-bg, #Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR.lazyload, #Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR.lazyloading { background-image: none; }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .row .container { background-color: transparent; background-image: none; }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .row .container > .video-iframe-container { display: none; }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .row > .video-iframe-container { display: none; }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .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); }#Xp4h8dyzqOJZfoEurmsbuZCswkD3QAKR > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXeXt5wAXkRJZJERiJTloeOOtmMS8RRS { width:20rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1oTpJ2B2fVhv8dgVKtSmxymhGGbMGom { width:9.5rem;height:9.5rem;top:7.0712890625rem;left:5.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XdSO9P56DLGMBTRVUwT9fEse9g721R6l { display:flex;width:1.625rem;height:1.625rem;top:32.3125rem;left:9.1875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #VX0ItWDmkWM7298fd5gv1nZfrhlLcqlG { width:13.375rem;height:2.2744125rem;top:35.1875rem;left:3.3125rem;font-size:0.875rem;color:#f5f3f4;display:block; }
 }@media only screen and (max-width: 763px) { #qzf3dHkMvmFUPLQxEv0bDWkPfDr11X0Q { display:flex;width:1.625rem;height:1.625rem;top:26.0625rem;left:9.1875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #a4Ow4KDvToV3FbnrwzQLgr0ebaEgakJB { width:18.75rem;height:2.4375rem;top:21.6962890625rem;left:0.75rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrQuruRLpIdoIPDvAs6z3x3NJyNvto2P { display:flex;width:1.625rem;height:1.625rem;top:19.1337890625rem;left:9.1875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #zOqpHq3StflvyE7dNw6JDSCKJeCrncL9 { width:16.3125rem;height:2.2744125rem;top:28.6875rem;left:1.84375rem;font-size:0.875rem;color:#051d4b;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z6yRxv501VAiSNnKpEotU506RT7frMNT { display:block; }#Z6yRxv501VAiSNnKpEotU506RT7frMNT > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqsJVF62PuUf1MxmlcHKEdRIdAtq4Bmz { width:18rem;height:3.57421875rem;top:1.494140625rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Us1fKaiFd7lxbRQcwdX0SCgtTzM2OgIb { width:10rem;height:0.375rem;top:3.21875rem;left:1.5625rem;background-color:#e5383b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mut1N4A9EEAneyULNCETaDCZSq5pCEnv { width:20rem;height:2.92480625rem;top:6.318359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ { display:block; }#hTkle6oBqwcQOHGKAdywt7W1DbaXRlFZ > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MantTI35HyTciVydOTa5Pl7TJwpLignS { width:17.5rem;height:3.75rem;top:17rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK3mURzPedbX18a1bIDbc0iXyRMgq0A6 { display:block; }
 }@media only screen and (max-width: 763px) { #LQ8mQIyiULLSHM3eWbf4IkLwTgTXhv6V { width:16.4375rem;height:1.3808625rem;top:14.0625rem;left:1.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aqvzw2MEBchHBAVAFsefvDUV0AupyMpG { width:20rem;height:4.3994125rem;top:6.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #df8HoiG3VmXDm8EkzbxHSKxTw9d30G5w { width:19rem;height:20.1875rem;top:3.8291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P88R7OcdKJx5KkZpi7DlTfQ7qV29NV7L { display:none; }#P88R7OcdKJx5KkZpi7DlTfQ7qV29NV7L > .row .container { width:20rem;height:12.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eTTaAk1nC068het39wT0hqF0vDX9RZ6Z { width:20rem;height:8.53025rem;top:2.015625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OO4QlEpLiA4NWg9EO7uVZdkIX8mXoygV { display:none; }#OO4QlEpLiA4NWg9EO7uVZdkIX8mXoygV > .row .container { width:20rem;height:63.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #txfNDXbW219iE5NCe8LEnWNulTbxX1CK { width:17.75rem;height:6.5800625rem;top:2rem;left:1.125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbFGlvsFf3MXLoOdUyHme8iD5rMDdAeO { width:20rem;height:0.0625rem;top:84rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmhZTpGqe9rN93fVF1QU5UvDd63CaJey { width:0.0625rem;height:35.8125rem;top:67.57421875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8Wgm0EcHfcV0oVegJTO034SA7AyX9RW { width:17.4375rem;height:3.5625rem;top:14.875rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zegRqh9sFHmaBmvyGKZLv0dL1g7gmrK8 { width:3.125rem;height:3.125rem;top:11rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ofZ5VRHSEQFEMcu00UnxBq8y0G7uwU { width:17.4375rem;height:5.34375rem;top:26.375rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d777Mfc8l8BkRczXMPLWuQgpBWTC8b0K { width:2.8125rem;height:2.8125rem;top:22.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osCHby5EvRVukO82INyxVla7rTuJCFVN { width:2.8125rem;height:2.8125rem;top:37.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohcKXew6zTiRfDWik5kZBlVQDxgK8Vkp { width:17.4375rem;height:3.5625rem;top:41.25rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GW6XiGvf3HQ8lnFBgTxTv1xDbvkWWk3g { width:2.75rem;height:2.8125rem;top:49.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7T1FsFxoyObnu1uOyNwi6GBH70BrDda { width:17.4375rem;height:5.34375rem;top:53.9375rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McmTeCyRfsU1tJPUXt0nrTKLDhI5LiTB { width:20rem;height:0.0625rem;top:98rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcIKnGFF6o7Izz6UyT4AO65aRmQGG2Ho { display:none; }#gcIKnGFF6o7Izz6UyT4AO65aRmQGG2Ho > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qClEe1vgOWzuLAqnhHmqLmp0yl9eoKxT { width:20rem;height:6.5800625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZ1mDs4Uhqaxt1gdtVa6WSKWC2gRW7QW { display:none; }#GZ1mDs4Uhqaxt1gdtVa6WSKWC2gRW7QW > .row .container { width:20rem;height:140.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HtR5xRJmF1zmI8kTf0i6vMVCnW4dlm0p { width:20rem;height:21rem;top:1.875rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfeAT1DrZugNwFBfz8DJxSNI1EU7TErp { width:16rem;height:10.125rem;top:3.4375rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOTWP1xBtG9cBV5Q5JZPnwK2qBwId3yM { width:8.9375rem;height:8.9375rem;top:13.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIiCi2N40uGlaV3hJPkfKw2Q5qKVOWdp { width:20rem;height:20.1875rem;top:25.25rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwtHp1L66BD6aQe3olq7uS3eh5Ri0sTw { width:8.9375rem;height:8.9375rem;top:35.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4UU45FBI69Ikwh4IARU86SKxPAxmeQ2 { width:20rem;height:20.125rem;top:48.4375rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8DA8w4AOzlWTwCTi82vvpJTpvTyOlL4 { width:8.9375rem;height:8.9375rem;top:58.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3JXG1qRCgh0LtLi6V0TRnh9RJVS5KgG { width:20rem;height:20.0625rem;top:96.0625rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu7i96KoRWxQoEAZCuekNmA9ufWCOenf { width:8.9375rem;height:8.9375rem;top:83.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Nbb3MlquAGIH265qlMWn0B6wyAX7gz { width:20rem;height:23.0625rem;top:70.625rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdN21rC31lCKtZ0mf1SAvTIpqL7lFCr { width:8.9375rem;height:8.9375rem;top:106.125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyMo82w8gWvVn2o5MebmJftp42EBpQOX { width:17.0625rem;height:8.4375rem;top:26.875rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8TuxVe34CAb5W00oCf2VXs8cMPwKAnh { width:17.75rem;height:6.75rem;top:50rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntqiB92CbPdDnQHpxXcJ01BNsLObJOZK { width:17.75rem;height:6.75rem;top:98.0625rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HzDTswGOsoGhDTk8Pndoudf9IGTqgSHb { width:17.75rem;height:10.125rem;top:72.125rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WiSraBpBBeWmQBze05k6RKTZUBZkRHbw { width:18.8125rem;height:4.2246125rem;top:120.625rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3GHxZ0chTTDNrAtCTHi8gvlvcwGsOa3 { width:16.25rem;height:5.625rem;top:125.75rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivTfbw02ULoS4ktBZLAyEcFcCvcw5HkO { width:15.0625rem;height:3.9375rem;top:133.875rem;left:2.46875rem;font-size:1.4375rem;border-top:0.1875rem solid #09699d;border-left:0.1875rem solid #09699d;border-right:0.1875rem solid #09699d;border-bottom:0.1875rem solid #09699d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #dCbVLyNF3TomNG4LJLDhXDXXEPTnMhQA { display:block; }
 }@media only screen and (max-width: 763px) { #rC4NQHElLCpFlTB9vkWfPa6WtkERpA5q { position:relative;z-index:auto;display:none; }#rC4NQHElLCpFlTB9vkWfPa6WtkERpA5q > .row .container { width:20rem;height:27.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ciRhKHwmzL9lvQ7TB0A9w3ilcz2TTX00 { width:6.75rem;height:1.875rem;top:5.9375rem;left:8.21875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #ZWLVWwoyg8Wn5X4xLLnzLzO80aFQtToF { display:block; }
 }@media only screen and (max-width: 763px) { #d8HCiFw250oDFebC0kFsJf7VHSuDtqFn { width:9.5rem;height:1.875rem;top:5.9375rem;left:12.03125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #NoLkcDvS2d59kbp0voCf9l37igWm6qKL { display:block; }
 }@media only screen and (max-width: 763px) { #hxQ03IIWynCT3aBF3eVBZsoEEsa2JgdP { width:6.75rem;height:1.875rem;top:5.9375rem;left:14.7734375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #s8h9qzCgw2JC7oOdvQE0pDWGMrshzAaa { display:block; }
 }@media only screen and (max-width: 763px) { #V20rS2HNvbAoMtdcO4cPIPl5gQW75GSZ { width:4.375rem;height:1.875rem;top:5.9375rem;left:17.146484375rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #HkgkFt9NXRUCXmqdioQAwm7AIt7a3ezU { display:block; }
 }@media only screen and (max-width: 763px) { #TD1LUZWIaeIqaopRfEBTD3xONknBZI72 { width:18.375rem;height:7.5996125rem;top:1.5625rem;left:0.8125rem;font-size:1.1875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wq6lk6Z8u9h8Tqi3iQAR7tWaV2nqFJqK { width:20rem;height:11.3994125rem;top:12.64453125rem;left:0rem;font-size:1.1875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qcH2S9ddrFXKUdutZ62zlxpq7vTtbboR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2063b378-7e74-443a-be8d-800fa9e9bb4e/bmbackground2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#qcH2S9ddrFXKUdutZ62zlxpq7vTtbboR.adaptive-delivery-prevent-bg, #qcH2S9ddrFXKUdutZ62zlxpq7vTtbboR.lazyload, #qcH2S9ddrFXKUdutZ62zlxpq7vTtbboR.lazyloading { background-image: none; }#qcH2S9ddrFXKUdutZ62zlxpq7vTtbboR > .row .container { width:20rem;height:52.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nIoF0F70JfuFVgo7BqvuUATTUioJhKey { width:19.875rem;height:41.1875rem;top:1.4375rem;left:0rem;background-color:rgba(0,0,0,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TcF8fy4X4iqSKescNaoydb8pvSabebv3 { width:18.125rem;height:4.875rem;top:36.5rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ27TOC4d9asUUfA3BqHACqqmTGZAHhV { width:18.125rem;height:6rem;top:12rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GEflb2AiMGnfx1HqRo0vqq4s0EJS2zxo { top:3.125rem;left:1.3125rem;width:17.375rem;height:4.875rem;z-index:15007;color:#ffffff;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhcpwB1Qmiat9oZ1tz2A3ovn5EImaPV2 { top:8.6875rem;left:7.4375rem;width:5.1875rem;height:0.0625rem;z-index:15009;background-color:rgba(245,243,244,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SlME2OPf6kOg2D7qxy2VZmhokR3fMR33 { width:18.125rem;height:0;top:8rem;left:0.9375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggxSHAwbfmNFHtWIiG8X6LTO9974akqo { display:flex;top:9.5rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #L0Ig8NhwR4DT9ds2npxX5vkKK9N6GmQ9 { display:flex;width:1.5625rem;height:1.5625rem;top:30.53125rem;left:9.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #milMBo5ayH7e0iEq9HXAlhbMJLK9eIHz { display:flex;width:1.5625rem;height:1.5625rem;top:51.3125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #MpJRIkheqvlQN53hkJZ7GlhvPb5czs4Z { width:20rem;height:0;top:19.875rem;left:0rem;font-size:1rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #QviUg7Rgcsz16dvJLJTKDlQOxIC61DCK { display:flex;top:19.625rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #auO9iZ1QE0t1TroR1WtppKqXho3RvPhP { width:17.125rem;height:6rem;top:22.75rem;left:1.4375rem;font-size:1rem;line-height:1.5;z-index:15007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh { display:none; }#Sh9ad1Hxtevgt5J7WLw9mqpu0TsWHpyh > .row .container { width:20rem;height:121.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Th4Jh6yQvraIN7U6EbSNKxlKJPEBiQt0 { width:19.0625rem;height:5.19921875rem;top:4.75rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQNJuOSJmEzZVP3sZNkkB2AunTQ6cEHe { width:13.0625rem;height:13.0625rem;top:11.8125rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGE7yPNpiaGMVIuq0whwVNbXHVomPQs2 { width:16.3125rem;height:2.2749rem;top:25.375rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZyVU6fM0tHeBS9oTaVwB6Fer9Qb6ofN { width:13.5625rem;height:13.5625rem;top:40.9375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r30itDGsMWOyCEeOAM3xwLpzX0nCzhoI { width:10.4375rem;height:1.3125rem;top:27.64892578125rem;left:4.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cBpFWGqfvFLeT29rZVyEtmruOFSXOwiL { width:16.5rem;height:2.2749rem;top:55.4365234375rem;left:1.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWtSUzPqaEtJImpDmkVV22GyTtPsaOtu { width:16.5625rem;height:7.5rem;top:30.375rem;left:1.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNiC6A2H10hv9m6NiS45f85aPNgQtLkT { width:18.1875rem;height:10.5rem;top:60.125rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #isnrFUbRJXFHq8oSSmyuCszuF4hCbAA7 { width:11.5rem;height:1.3125rem;top:57.7109375rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByyNaLbi40yobr8fRC2LOCyWJC3CcCWo { width:20rem;height:5.1181625rem;top:111.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeeL3dK1SshvHgonKlArHOTFLdSWG7OX { width:16.3125rem;height:2.2749rem;top:91.6875rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRNA18UFHi1HXF9IpeT9aktg0AerRDra { width:11.5625rem;height:1.3125rem;top:93.9375rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuJi8egJTpInRNED5FsObSpTUM9F2zZN { width:16.5625rem;height:10.5rem;top:96.45458984375rem;left:1.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umsidz7wr9blDH7pNbJtS2Xzudzn44iE { width:14.1875rem;height:14.1875rem;top:76.11767578125rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgiXvl0F2TJW1yZVKe0TfWfPD1VXrLs2 { display:flex;top:0rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15044; }
 }@media only screen and (max-width: 763px) { #GzvCIN6DE15lz0AkzQGx8wvof9NNxFJZ { display:none; }#GzvCIN6DE15lz0AkzQGx8wvof9NNxFJZ > .row .container { width:20rem;height:152.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BJWncLqLhDdCbqppWlViT5Jp8SRlO8BR { width:20rem;height:8.7734375rem;top:2.15625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5z5EIXvC105KAOTM6xrAR1Tp1vstKhD { display:flex;width:3.5rem;height:3.5rem;top:89.126953125rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #FlSc50xZIxXFNHV5W64yKk2LR200rnCq { display:flex;width:3.5rem;height:3.5rem;top:89.126953125rem;left:10.4375rem; }
 }@media only screen and (max-width: 763px) { #uIlhaAWlrEZ1WQUNTX7oaEvEOMPL1kiD { width:20rem;height:6.82425rem;top:98.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s2oWUGB3z8waahPsFmkOuhg2TKFbF77S { width:16.75rem;height:4.38720625rem;top:12.8125rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uIVqFwsdgiIGePd2KpGMB0Ecg86ldmVE { width:20rem;height:3.4121125rem;top:19.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UP2kEQOOqaJnVblMqHcV87PaWlnknZWT { width:19rem;height:3.9375rem;top:108.625rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLhU7TXIcO6qSd2Ccpemg5dJkhZbAJBa { display:block; }
 }@media only screen and (max-width: 763px) { #iUqNfh4pp87TUeAfriAVR1SL6QSDT3Qr { width:16.6875rem;height:13.3125rem;top:57.6875rem;left:1.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XVNrmBrFG7lkP9S5bi6t2pcL15G88LMn { width:20rem;height:19.0112rem;top:38rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIHWX48yNxebHvBxmCvMWHR5g67htRnv { width:20rem;height:6.82425rem;top:116.7734375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0un67zMcWqncS0bShgJevXw4pXWsFqK { width:20rem;height:19.0112rem;top:69.4501953125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smBV8QtTWIwu9SinO57CgM7U0hzoc1xC { width:20rem;height:5.1181625rem;top:124.8476875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5rz33GDeH8EtyKv5e0JvsEX7TFi984v { top:132rem;left:1.40625rem;width:17.1875rem;height:17.1875rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iMrutOT2xgGL0eBbwVmdbxCtphw9exMn { top:21.9375rem;left:1.9375rem;width:16.125rem;height:16.125rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KfLGAkvunHaJRgqC5c1LGFIIdgKQUivU { top:139.53125rem;left:6.0625rem;width:12.875rem;height:10.3125rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HhDzt43DKSlgrbLCtc1FRnmtr4btMqF2 { display:none; }#HhDzt43DKSlgrbLCtc1FRnmtr4btMqF2 > .row .container { width:20rem;height:145.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W5QxOe6zyLLR2aywyVECX7mC44b7vva5 { width:19.4375rem;height:3.57421875rem;top:24.4375rem;left:0.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTFhzgfdHDeJbbh6Ige8oo0JgykzkILv { width:18.125rem;height:2.5996125rem;top:28.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmSNTGyzN3s8AQP58Ti9bnOVFO6Vl7Ck { width:8.125rem;height:8.125rem;top:15.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmZJxQCaQGEhIMXVtzuA0PJXJtTNKTrL { width:14.375rem;height:10.3125rem;top:22.75rem;left:3.125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNr0ITqSzF80UkpSBw6EdHyAxcPTM1ZI { width:8.125rem;height:8.125rem;top:35.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8vo8QT2RkcE3bWNagWqDSyombK7Wr4u { width:14.375rem;height:10.3125rem;top:43.125rem;left:3.125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLlytxWLZDk3SFOE2scqaSNOPBUZcX72 { width:12.125rem;height:3.57421875rem;top:45rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqytBKROg8NKB5ZQ4sx7vbxQCnD9i1k1 { width:12.375rem;height:2.5996125rem;top:49.375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHgmgQ1b6vSlNFJMmSkgeNknGeu9SWVk { width:8.125rem;height:8.125rem;top:57.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScKmNEVpT6VS5iSk4bWv2TLvSkutxuDi { width:14.375rem;height:10.3125rem;top:64.3125rem;left:3.125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmAb0ZnRBTdpmPiPViliP31qH3IF5HZM { width:12.125rem;height:3.57421875rem;top:66.4375rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y64g2b0LqmCq3XhBrwgCGSuftKCnm180 { width:15.625rem;height:2.5996125rem;top:71rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcMHCMd3Q8AcXvPXX3JSXw5yxEyftQwd { width:8.125rem;height:8.125rem;top:77.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGLUsN2hJZFBFGoFI1dAGboqelNzGSQv { width:8.125rem;height:8.125rem;top:98.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owt2RtDZ7G4rE8rGT62kUEJB3ctBIadh { width:14.375rem;height:10.3125rem;top:85.0625rem;left:3.125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDvSsEOeTXOn0nUoN2zfpFTS0rhoJT1u { width:14.375rem;height:10.3125rem;top:106.0625rem;left:3.125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3STVK6suZXmAvAMDztohMTlT7d2aXQA { width:12.125rem;height:3.57421875rem;top:87.0625rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENw5qPiDrDBsJICWJJaHqkgrmL759INw { width:12.125rem;height:3.57421875rem;top:107.9375rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnoxtlTO4snrzhNQ6kwrC76UcIrn8x0f { width:14.375rem;height:10.3125rem;top:126.9375rem;left:3.125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwJx2TZ6bqkwe6eEC1T06fTewn3QkuU2 { width:8.125rem;height:8.125rem;top:119.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGA5MeAOtNDXshrnJE0SELVUQGt00lvZ { width:13.6875rem;height:3.57421875rem;top:128.75rem;left:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo3H28V4vfw6nKGJsdvCdkDxTAFTuh7i { width:13.625rem;height:2.5996125rem;top:91.25rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAP98mTpWzdvRa15i5gnR29tSPOM4q4w { width:12.375rem;height:2.5996125rem;top:112.5rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDoKiI9QzdHmLZsrL8wCN5vyGWb5HxUA { width:13.8125rem;height:2.5996125rem;top:133.3125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqtVycoVhJLS6SO32yshX9LI0pH4lxcu { width:20rem;height:4.38671875rem;top:2.125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztDxMGV5nT5g4XR8MAmllKsf7TK5PFeP { width:18.8125rem;height:6.173825rem;top:7.375rem;left:0.59375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VtywH9tQB3HmlUk87CWo5GbKaGxvUUwA { width:20rem;height:4.63036875rem;top:138.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMoW3ZQiiRtX5Pb0mvKlShXfIgxkTqAN { display:none; }#cMoW3ZQiiRtX5Pb0mvKlShXfIgxkTqAN > .row .container { width:20rem;height:40.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hc8JE3VOMD3wveyKI2zJQAS9fF367sCS { width:20rem;height:11.63476875rem;top:0.9375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ifL00mleE8HStAaJ7JrOmfaMm08TCL0M { width:15rem;height:3.5rem;top:31.556640625rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmOZ1TPANgxat74pXzWSWsDaNhS3qX4x { display:block; }
 }@media only screen and (max-width: 763px) { #xyGcOwRTqA69Qy1Kzt7FBvX18mp3XsS9 { width:20rem;height:11.63476875rem;top:15.548828125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ADiu9lp53ntEhDz33ccLgFWSIa04pUAI { display:none; }#ADiu9lp53ntEhDz33ccLgFWSIa04pUAI > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FR2Pka6u0TB2prvsmlMaVbyV69nNlVwR { width:20rem;height:4.875rem;top:1.96875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tpbrtwV2efb4BRZCXnWCS4Tw5SX0RHeu { top:1.96875rem;left:11.0625rem;width:7.625rem;height:7.625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZMwpZ8pVbuH5Z02LgvhfkBhllH7dubC6 { display:none; }#ZMwpZ8pVbuH5Z02LgvhfkBhllH7dubC6 > .row .container { width:20rem;height:51.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WZF7naz8iNlHKbWyDBW9r5bg0n0Da6dF { width:17.875rem;height:17.875rem;top:5.0625rem;left:2.125rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #uI2d4n0STaGfpF3eWMcuvqHtSrsTyN3Q { width:18.3125rem;height:18.4375rem;top:5.375rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4f0UBVz0T4l5MnNZKrkkfxNmtePR4xl { width:18.375rem;height:11.69824375rem;top:37.3125rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JGBs1RSJ9OUVTwCKuLcTneSvcZ1JghtL { top:42.375rem;left:0.8125rem;width:17.875rem;height:17.875rem;z-index:15024;overflow:hidden;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aofCiCkcFB3L6cMhLUArwnWeuEHhWTv1 { width:17.9375rem;height:18.4375rem;top:15.3125rem;left:2.0625rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #z3pxr8w38IyxcQVm4qklXeVDivrPRnZG { display:flex;width:1.25rem;height:1.25rem;top:33.4375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #kOOh5wfOwOdCN3r5NTcxLn7BDxVHQin2 { width:20rem;height:6.5800625rem;top:1.14892578125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQGlslJEFLFii27JLvl9CdX7m4dbUBd7 { width:20rem;height:2.76171875rem;top:33.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qNogsHT2wKidzrUKLAMkVpirkbzBZCNR { width:14.0625rem;height:14.0625rem;top:16.375rem;left:2.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS { display:flex;width:18rem;height:5.0625rem;top:8.416015625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #LQTTt3t7m16cGqHPrxcNVghcFXEJFzcw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #VzSPuM5eDXVco4B9lERiWEupWWDRcmL9 {  }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #zNvtKyXQ5mo52ktKXmxT1AtKVREe3oNe {  }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #s8PM8KWa2dQDmnn8rFkJkOFwx6KTJvdt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #mGysxAu7pdolRXVgigISl2fOnRaJSz4g {  }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #L2AhT2vxVIRqxtD2stHX3BwGCzVflg6E {  }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #HE4RrFkGQFPLJHhcR4JgM7i9ouik6MRB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #X1VfulpOqqoXBFixoePiRbXEcEKNvNgL {  }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #Er6ocnvz13THk0sPpVXDWyTmXEweLlQT {  }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #T09z2cCAqbHqbqH9VaqF8ncPd9fc13sX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #pntyxRrm2t0vTe3c6TpuqIXte4HUqDVN {  }
 }@media only screen and (max-width: 763px) { #db3Cl1fk81zGmlv7HV1gDTgAmy60tgPS #hnLpUH04v7U3OKvTf2vyJLlOqTg6SgWX {  }
 }@media only screen and (max-width: 763px) { #gLSEgUWvveDTtccpHPwlANfTeLkotJes { display:none; }#gLSEgUWvveDTtccpHPwlANfTeLkotJes > .row .container { width:20rem;height:119.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r7FKgl3HIqA18ZPLpOqemsALM3TTVqBs { width:17.5625rem;height:104.5rem;top:7.75rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyB3AgavEmasFAJvMv76G4nRaaGQ9EcT { width:20rem;height:2.35595625rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LnOVDTcc4VF2vicKWed3QClFU6ADQlUT { width:17.75rem;height:8.4375rem;top:7.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWtnCZWkDMTObBS2wCOO53gFZW1twzm { width:5.625rem;height:0.125rem;top:4.88671875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTgfRTBE2Rs4vEeieJ3P59a2Ti9DJ82I { width:12.5rem;height:5.19921875rem;top:17.375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTz5B6bRgJkQRTwVMdiKyu3cJq8OONi { width:3.125rem;height:0.3125rem;top:22.57421875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIxgpCCJQFanU7FSN75i8mPxJdbInc6W { width:12.5rem;height:2.2749rem;top:38.255859375rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcwH0U5q4eRTKg8xFKceuwweo6336Xqq { width:12.5rem;height:1.3808625rem;top:36.875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1oJEw0cvBrffVr33HAz9uPNkrIBuyKJ { display:flex;width:1.875rem;height:1.875rem;top:41.9296875rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #xypFin8RtfWEcnJMHkTXfgDvXB8NpQzy { width:12.5rem;height:2.2744125rem;top:24.244140625rem;left:4.5615234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTPcyNvTcAQh7UMJxZAVML2IbiiMvN2i { display:flex;width:1.625rem;height:1.625rem;top:24rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #wJAoUQCZ3abl2gBGDU7VKcJ77v8UStwC { display:flex;width:1.625rem;height:1.625rem;top:26.75rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #DqwNDQ2H30wiE3wRddmwAccew9xLK0Mf { display:flex;width:1.625rem;height:1.625rem;top:29.625rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #gCDQX0zzHWK0uUNb1A8VoO68hCOaUK64 { width:16.75rem;height:3.1875rem;top:105.5986328125rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORFhrAby3MNT6AxyhR5rdqnmwPQOn3GF { display:block; }
 }@media only screen and (max-width: 763px) { #cRTIHFBd4vftJlLJ9mN78n2XSXABZQyR { width:6.9375rem;height:2.4375rem;top:29.828125rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8Hr6uIgtIs4rNaL1idXqOxcPX7MXvGz { width:15.1875rem;height:2.4375rem;top:26.953125rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N70b8TtFA9IyIMuIFfStghyR9gwQIKUr { width:14.375rem;height:3.4375rem;top:43.8046875rem;left:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(234,232,18,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #xah7KLBsQsbr7irA83WBh9aUI0NuJMd7 { display:block; }
 }@media only screen and (max-width: 763px) { #tOHpJ9OsGTqEpH6FtbQZpwiJ9nSGQpX6 { width:17.625rem;height:4.54980625rem;top:52.56201171875rem;left:1.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzQDalCGe7LHfzv1CnXKKNVpD7dzQxuv { width:12.5rem;height:1.3808625rem;top:100.11669921875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5nx6bCEDO9omz6IEwRuwPchb6mD73NJ { width:15.1875rem;height:2.2749rem;top:102.12255859375rem;left:2.40625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo7QmDMeRSTDsaezzFhAqdXl0ERtFQtU { width:7.75rem;height:0.25rem;top:48.44921875rem;left:6.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #t4oNADJluuTfIyaKTx08IRSH3iPITWfi { width:17.8125rem;height:2.11230625rem;top:91.2431640625rem;left:1.09375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOH8yfdg7yL8VlqbBTPKtsXCGMkg3Vs1 { width:20rem;height:3.8994125rem;top:65.255859375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKulUa9P89nOQmOSgOlwEhk5SNTRXTWT { width:6.6875rem;height:3.1875rem;top:95.35546875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebpZasVPimc34C0NMF6ueCuvVw3G8lkh { width:4.375rem;height:4.5498rem;top:95.6298828125rem;left:7.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQxCgzIsMtlxrXIT73tzZfxB0UsEQc8s { width:11.5rem;height:11.5rem;top:53.755859375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJcThRPqWyxqK4DChMnDLBrHLsthwkPr { width:6.5625rem;height:6.5625rem;top:91.91796875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBZ7iooF5gXd7ZmVQ0t8yh5WNbQXyXFp { display:flex;width:1.625rem;height:1.625rem;top:71.7060546875rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #T0giK4THS7c8cubH5kldsiavdR1uxUSO { display:flex;width:1.625rem;height:1.625rem;top:78.5615234375rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #a9uHXdw5I3T2vhtLWZxwez1hJ5KK4QyD { width:13.125rem;height:2.2744125rem;top:78.5615234375rem;left:4.5634765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJZiDl3aVHmVa33rk123a33JfkfehpG2 { width:11rem;height:2.2744125rem;top:74.9609375rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXrG0lou6S7IpotNF4cIZ1CztaTQqdIX { display:flex;width:1.625rem;height:1.625rem;top:74.9609375rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #Q6fGiFVMQlsJz7MvWC2r6JgtTLXDkZlT { width:13.1875rem;height:2.2744125rem;top:71.7060546875rem;left:4.5634765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPdlQ6xONeayfbgxalpZ8RAOvT6ZTQ6t { display:flex;width:1.625rem;height:1.625rem;top:81.98046875rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #lMV64A72ru6JAIWdHgKPDMo4sqgoRUuz { width:13.3125rem;height:3.41161875rem;top:81.98046875rem;left:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqgTSLpoWCaSUlsQNpOQK4nJOofxmZny { width:3.4375rem;height:3.4375rem;top:28.71875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSNVQRzx6UOWeumFTwkAHxW28CydWthm { display:none; }#qSNVQRzx6UOWeumFTwkAHxW28CydWthm > .row .container { width:20rem;height:54.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kvB4lVFwwi0wxv83NAkMShBs94xp1wSs { width:18.75rem;height:8.7744125rem;top:2.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTBQblsfWNaeZwEL0gDUDus5TpKlq4bG { width:18.8125rem;height:9.5625rem;top:34.3369140625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhuAz3NpZxz9Uy25DfzWZ6LsfxCBZFGS { width:17.8125rem;height:19.125rem;top:13.0625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btFKK0XXJZBcTrAtkXFRXnntlxlAn2VG { width:20rem;height:6.375rem;top:47.3994140625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EQBHFNJe72qOJEUTewdoBWGTKUMQp4tJ { display:none; }#EQBHFNJe72qOJEUTewdoBWGTKUMQp4tJ > .row .container { width:20rem;height:16.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NboEA51dcP9S3ZRLnnLBLUB7f81RdcoW { width:18.4375rem;height:6.6484375rem;top:2.25rem;left:0.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GnXSrMLehnETfGgXGorfrk4Rs1Nz6ZFl { width:14.8125rem;height:3.9375rem;top:10.3837890625rem;left:2.59375rem;font-size:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.1875rem solid #f80a7c;border-left:0.1875rem solid #f80a7c;border-right:0.1875rem solid #f80a7c;border-bottom:0.1875rem solid #f80a7c;display:block; }
 }@media only screen and (max-width: 763px) { #VZTCvHw8ghi5BOApIFG6h4CzwSnMhCE4 { display:block; }
 }@media only screen and (max-width: 763px) { #mxa5hmus80AnsJWs0hP9HSWfw5GN5nyb { display:none; }#mxa5hmus80AnsJWs0hP9HSWfw5GN5nyb > .row .container { width:20rem;height:83.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I8EUMEummTx5wHz8hpdO3Ef9A2HDyrT4 { width:19.4375rem;height:1.7871125rem;top:14.8125rem;left:0.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksp4diDpRCFkGgWP1b3H48xk8iLRTUlH { width:15.4375rem;height:9.098625rem;top:17.5625rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K11EHayt8sAP7yiadERv6tA2BFEilM0r { width:8.125rem;height:8.125rem;top:5.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH9kCgxDAxLA8CGdz88btWmQu1Qt9LXM { width:17.5rem;height:14.375rem;top:13.125rem;left:1.5625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKxdvEOdaDUBul9xcqrl5NUXaJbc1Qrw { width:8.125rem;height:8.125rem;top:32.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giuiWnlFbs23H1xf3PUZBxx1u0UQHWFa { width:8.125rem;height:8.125rem;top:59.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnxHVeNMiwnZkMPQKtuwVEAG8tyWAkPT { width:20rem;height:2.1933625rem;top:2.125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HbTuJZRxdT4yl4z5vhiT7gO6H05S9XVL { width:17.5rem;height:14.375rem;top:40.3984375rem;left:1.25rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHEJHA56zMz6ho3zWzbnrtxhctHqdN7X { width:12.125rem;height:1.7871125rem;top:41.5rem;left:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKcm2NxQozMGSv2tdsOcg2cMRIxdsWmE { width:15.625rem;height:10.3984375rem;top:43.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWlku4KhguPHHI7Jw3CMGWgD7iEzFAsP { width:17.5rem;height:14.375rem;top:66.3125rem;left:1.25rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKTKO4u0bAgeu4ZTH3QJs0Uo9Z3hgHa0 { width:12.125rem;height:1.7871125rem;top:68.8125rem;left:3.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb7vr9NTadSR7OR7p2Q3X7EgK6Sh1wqa { width:15.625rem;height:7.7988125rem;top:71.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGgUp7XIJTFqrL6A0Le03VJeJCfiuCx3 { display:none; }#MGgUp7XIJTFqrL6A0Le03VJeJCfiuCx3 > .row .container { width:20rem;height:61.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OUtirfDfBoKd3exdzHNMfCpuMLH3pFtb { width:18.4375rem;height:22.3095875rem;top:7.1875rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTFNU5ToFlqynwmMRIAUTie6PDcyfsXO { width:19.4375rem;height:4.72411875rem;top:46.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1wIZtFCTkEPTx2SSIh0osfWXAe5tCmZ { width:19rem;height:3.9375rem;top:53.9375rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqNx0calzTEHfIKyCnBFsobSioUEWBQ4 { display:block; }
 }@media only screen and (max-width: 763px) { #hQkiE3Ci633kaefTL2OgN9t6nqaKO8rR { width:18.875rem;height:12.5625rem;top:31.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQQTPTxKvUStXc4QXn3maaetcuG3QowR { display:flex;top:1.375rem;left:7.8125rem;width:3.6875rem;height:3.6875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #mV90y903dhPEkD22KKsER5wO3iJT8211 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4bc03b20-5b74-41c8-bf63-a87a488aa335/Zrzutekranu20250718o002034.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mV90y903dhPEkD22KKsER5wO3iJT8211.adaptive-delivery-prevent-bg, #mV90y903dhPEkD22KKsER5wO3iJT8211.lazyload, #mV90y903dhPEkD22KKsER5wO3iJT8211.lazyloading { background-image: none; }#mV90y903dhPEkD22KKsER5wO3iJT8211 > .row .container { border-width: 0; border-radius: 0; }#mV90y903dhPEkD22KKsER5wO3iJT8211 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mV90y903dhPEkD22KKsER5wO3iJT8211 > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D2JrpsLg3oQsyJbrVaKEMX0ZS1qmEVdy { width:13.25rem;height:13.25rem;top:4rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhtCFpV15pkr4Se4gJIORIPCX0iqvPGe { width:14.4375rem;height:14.4375rem;top:21.8125rem;left:2.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IyGITsg8hQ0Uve03KJ7WF1fSuXHXDvgP { background-color:#051d4b;background-image:none;display:none; }#IyGITsg8hQ0Uve03KJ7WF1fSuXHXDvgP > .row .container { width:20rem;height:27.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dZOwZ0ZAp6m5IA8SFAEhh24g0k7WuTFs { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnM6olP0TJbi90eMqCWBNnaDMhZCKQAZ { width:5.625rem;height:0.1875rem;top:6.0166015625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrH3mQWrE0KUqEvD7va7uTuVOvvOZA5b { width:20rem;height:18.375rem;top:7.4541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWHvurTVuTi6VsnTc5QQqKXlw388vHSp { display:block; }#mWHvurTVuTi6VsnTc5QQqKXlw388vHSp > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3s6wKGmz4F3HptNPVKEPAlk55BmUCyD { width:6.25rem;height:0.3125rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWOfro7naWhzcR3VOxbVD2kS2M38UGL { width:20rem;height:1.625rem;top:4.59375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEwnKwgMUNSfh5S1zfKmPhQLgcncO1W3 { width:10.625rem;height:0.8125rem;top:1.1875rem;left:2.5625rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dWpipVlx8BX1M7KKcRZlqMJULc1uQLTQ { width:2.0625rem;height:2.0625rem;top:0.8125rem;left:2.96875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdXBL9qxr2a30Uv8IObWKMbDZoK6LT6h { width:8rem;height:0.9746125rem;top:10.4375rem;left:0rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #d2fCx9DphOJc7QXPlU2wuD6dUgIzT6pM { width:5.8125rem;height:0.9746125rem;top:10.4375rem;left:13.125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }