.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:238,221,255;--color-primary-1:173,139,255;--color-primary-2:170,86,255;--color-primary-3:102,52,153;--color-primary-4:34,17,51;--color-secondary-0:251,219,242;--color-secondary-1:242,135,210;--color-secondary-2:229,14,165;--color-secondary-3:115,7,83;--color-secondary-4:34,2,25;--color-tertiary-0:255,255,255;--color-tertiary-1:60,60,60;--color-tertiary-2:60,60,59;--color-tertiary-3:21,21,21;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX { 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/aee3e03b-797a-49f0-8c1e-dde07e22be66/antykujon2to.png");background-position:bottom 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; }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX.adaptive-delivery-prevent-bg, #RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX.lazyload, #RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX.lazyloading { background-image: none; }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row .container { background-color: transparent; background-image: none; }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row .container > .video-iframe-container { display: none; }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row > .video-iframe-container { display: none; }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .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); }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row .container { border-width: 0; border-radius: 0; }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#pmd1mMe5ZW72iOOQifm3ORWth29oLZIt { color:#004380;display:block;width:26.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:2.25rem;left:34.125rem;height:1.34911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GatFrOabfRUDusMMK2zv5rm4aGPWKnp2 { color:#ffffff;display:block;width:38.2470625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4.161376953125rem;left:34.124755859375rem;height:6.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yDvZhBhdHOPVvC6d3sqCGpx7NLoa8mTK { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:11.9375rem;left:34.125rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EMDTl5hrUJD8up0MaRTZe0d1lI5hhSzv { color:rgba(var(--color-tertiary-0),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:18.2490234375rem;left:34.125rem;height:7.69925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZFmR707tWi4v9vUhyWkzt06oJdHqswMT { background-color:transparent;background-image: -webkit-linear-gradient(69deg, #16a7ea, #16a7ea);background-image: -moz-linear-gradient(69deg, #16a7ea, #16a7ea);background-image: -ms-linear-gradient(69deg, #16a7ea, #16a7ea);background-image: -o-linear-gradient(69deg, #16a7ea, #16a7ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#16a7ea', endColorstr='#16a7ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#16a7ea', endColorstr='#16a7ea' );";background-image: linear-gradient(69deg, #16a7ea, #16a7ea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6245rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.060546875rem;left:37.37255859375rem;display:block; }
#nWFMDtX9A9xCWQR9NAhcdPyTGexZx8qh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zuu6T5GJeebgU2KPERxZa7oODhGXdJG4 { color:#16a7ea;display:block;width:23.3100625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:32.8125rem;left:35.5625rem;height:2.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wD4ZTkTQqCEeWOU7Cq3QErQC1zhkHWoy { color:rgba(var(--color-tertiary-0),1);display:block;width:22.558625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:35.56201171875rem;left:35.90625rem;height:1.48681875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMsXcQzCmNpBJZRn2AhG8l1XIh6rA2zT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:40.875rem;left:36.49951171875rem; }
#WIfqRcSdMTaKfwC1UasxrkWQMTKu9Sdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#WIfqRcSdMTaKfwC1UasxrkWQMTKu9Sdn > .row .container { background-color: transparent; background-image: none; }#WIfqRcSdMTaKfwC1UasxrkWQMTKu9Sdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIfqRcSdMTaKfwC1UasxrkWQMTKu9Sdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIfqRcSdMTaKfwC1UasxrkWQMTKu9Sdn > .row .container > .video-iframe-container { display: none; }#WIfqRcSdMTaKfwC1UasxrkWQMTKu9Sdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIfqRcSdMTaKfwC1UasxrkWQMTKu9Sdn > .row > .video-iframe-container { display: none; }#WIfqRcSdMTaKfwC1UasxrkWQMTKu9Sdn > .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); }#WIfqRcSdMTaKfwC1UasxrkWQMTKu9Sdn > .row .container { border-width: 0; border-radius: 0; }#WIfqRcSdMTaKfwC1UasxrkWQMTKu9Sdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WIfqRcSdMTaKfwC1UasxrkWQMTKu9Sdn > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#rvT11utQ1edDWMU3M9kkBrqdw3pNGu0t { position:absolute;display:block;z-index:15000;background-color:#feb30c;background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.2) ;height:18.75rem;width:18.9375rem;top:13.8125rem;left:6.3125rem;display:block; }
#LzbblsPGssf9l2L9Hw5zNQFLkKuTod22 { color:#1d2a32;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.375rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qwvAKPNWN1l0ix4EUbtRe2fICDNZZx4d { color:#1d2a32;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:21.4375rem;left:7.375rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUgpPnobIZFT32rIXGrmFHWB7d3wz5ul { position:absolute;display:block;z-index:15004;background-color:#1d2a32;background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.2) ;height:18.75rem;width:18.9375rem;top:13.8125rem;left:28.0625rem;display:block; }
#DDkQOlpy4fsJnIq22vFH9vokAlncBMmp { color:#ffffff;display:block;width:16.875rem;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:23.1240234375rem;left:29.0625rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HPy06l1R0xVCWgBskcTw7fSdczFDd1Ta { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.2021484375rem;left:29.0625rem;height:6.82030625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLFNMUTkxLrN9O9Ua6x5cTLcT7HDQCRh { position:absolute;display:block;z-index:15008;background-color:#feb30c;background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.2) ;height:18.75rem;width:18.9375rem;top:13.8125rem;left:49.625rem;display:block; }
#B1sIi818uDx1IsZeGGhDaAndaTAx3mmT { color:#1d2a32;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:19.875rem;left:50.6875rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PeqCKZfJRByx3KqHEJhR69OLAJhbnv3c { color:#1d2a32;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.1875rem;left:50.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTeuZtVef0f9O9ikh7HVdma1Tl9p0Tn3 { color:#16a7ea;display:block;width:47.8725625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:1.5rem;left:13.5625rem;height:2.36230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ElruuKEyh1VV8QxNSSHAVAU5UIQAxxUv { color:#1d2a32;display:block;width:44.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:4.2333984375rem;left:15.4365234375rem;height:5.73485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTF5Qny2f1MerTfiOq63vyFKGXnTfX1V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:35.62353515625rem;left:36.49951171875rem; }
#xOuMbZ5WENeW0aOzSt202NBPtGu0Wq5o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#xOuMbZ5WENeW0aOzSt202NBPtGu0Wq5o > .row .container { background-color: transparent; background-image: none; }#xOuMbZ5WENeW0aOzSt202NBPtGu0Wq5o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOuMbZ5WENeW0aOzSt202NBPtGu0Wq5o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOuMbZ5WENeW0aOzSt202NBPtGu0Wq5o > .row .container > .video-iframe-container { display: none; }#xOuMbZ5WENeW0aOzSt202NBPtGu0Wq5o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOuMbZ5WENeW0aOzSt202NBPtGu0Wq5o > .row > .video-iframe-container { display: none; }#xOuMbZ5WENeW0aOzSt202NBPtGu0Wq5o > .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); }#xOuMbZ5WENeW0aOzSt202NBPtGu0Wq5o > .row .container { border-width: 0; border-radius: 0; }#xOuMbZ5WENeW0aOzSt202NBPtGu0Wq5o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOuMbZ5WENeW0aOzSt202NBPtGu0Wq5o > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#pi5Fuc4eGrmhemS3AJt78mWiVkJ4AC82 { color:#1d2a32;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.125rem;left:4.0625rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W01wciCFtasTvTXpZpQEeC40IgOH7KgS { color:#1d2a32;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.0615234375rem;left:29.0625rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z97FNVI3fUbiIwZWAgtg8QFq9HhpCy9a { color:#1d2a32;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.0625rem;left:54.0625rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lzo5wpQahAdbPOBTWdp46xkzDBKhfz4p { position:absolute;display:block;z-index:15006;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:0.0625rem;width:25rem;top:8.125rem;left:0rem;display:block; }
#lNCsDQyfbSGIOaKM2N4Nq015mRLTbn5W { color:#1d2a32;display:block;width:24.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.02197265625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VaMPlsAbOn09l6ZVxoTMEJ55t4BpyUs5 { position:absolute;display:block;z-index:15007;background-color:#feb30c;background-image:none;background-position:top left !important;background-repeat: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.75rem;top:8.0625rem;left:4.06201171875rem;display:block; }
#Js4oSNI9MlFm02GKGvPtogXsplvtORFF { color:#1d2a32;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.1875rem;left:4.0625rem;height:8.9355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bbXagMDdCxXxaiWB2ih1sRLZXFUbfaMP { color:#1d2a32;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26.1875rem;left:29.0625rem;height:5.84911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUgpRbVlDT8g81kTULU0XolltHGS2Vod { color:#1d2a32;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.375rem;left:54.0625rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DPl9nOa9CnMiBNbsTOonq3AGPB1086fD { 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:15019;top:11.4375rem;left:10.9375rem; }
#cCepBSkadksgMIxyGQ1KNR4Si6sTqDaA { 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:15020;top:11.4375rem;left:35.9375rem; }
#pEZfSAhwL4KzLfT7d9hw4qOVTTniT13q { 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:15021;top:11.4375rem;left:60.9375rem; }
#u93DOU1WaemdCyrXEXV5x6TklOgUVv7b { 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:15022;top:22.5rem;left:60.9375rem; }
#d8zW3dnZq6fnMOIfyAZEH62oWb1eKtGS { 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:15021;top:22.5rem;left:35.9375rem; }
#VVP79CXCzbTHWfP30l2zUGztsXMxLrTd { 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:15020;top:22.5rem;left:10.9375rem; }
#hoiTMl1gU4yHluydS9ervcpinxgXrigZ { color:#1d2a32;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.27734375rem;left:28.341796875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gpv9GPVXzoQarMeMDufMJZRCXzG8J9hL { position:relative;display:block; }#Gpv9GPVXzoQarMeMDufMJZRCXzG8J9hL { background-color: transparent; background-image: none; }#Gpv9GPVXzoQarMeMDufMJZRCXzG8J9hL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gpv9GPVXzoQarMeMDufMJZRCXzG8J9hL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gpv9GPVXzoQarMeMDufMJZRCXzG8J9hL > .row .container > .video-iframe-container { display: none; }#Gpv9GPVXzoQarMeMDufMJZRCXzG8J9hL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gpv9GPVXzoQarMeMDufMJZRCXzG8J9hL > .row > .video-iframe-container { display: none; }#Gpv9GPVXzoQarMeMDufMJZRCXzG8J9hL > .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); }#Gpv9GPVXzoQarMeMDufMJZRCXzG8J9hL { border-width: 0; border-radius: 0; }#Gpv9GPVXzoQarMeMDufMJZRCXzG8J9hL > .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; }#Gpv9GPVXzoQarMeMDufMJZRCXzG8J9hL > .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:23.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KZvqWbXH47amA2NoeNgRaPZsKpTa173R { box-sizing:content-box;height:12.4995rem;width:12.4995rem;position:absolute;display:block;z-index:15001;background-color:#ff429f;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:1.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#wBxFUNmuTMhSEZ2MBCO7T6oEoknsHdSS { box-sizing:content-box;height:12.4980625rem;width:12.4980625rem;position:absolute;display:block;z-index:15002;background-color:#9aba01;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:16.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#xmcpVb5BamXh7PVAAQC8u0xb3Oz6kN78 { box-sizing:content-box;height:12.4980625rem;width:12.4980625rem;position:absolute;display:block;z-index:15003;background-color:#feb30c;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:31.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#bvrEmBIQfqdcQqUFOI6VlWOu0b4nvEzh { box-sizing:content-box;height:12.4980625rem;width:12.4980625rem;position:absolute;display:block;z-index:15004;background-color:#7a61fb;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:46.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#foAoVVIhBTP7oZDZ5KgqLuOUUvTZKFWF { box-sizing:content-box;height:12.4980625rem;width:12.4980625rem;position:absolute;display:block;z-index:15005;background-color:#16a7ea;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:60.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#voLaSKQloTyipCnBaOeutwTr7rW2G323 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:9.25rem;left:6.4375rem; }
#d9fUrMTWbcWSQKwFCNHa0fSc5uFQCLyB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.25rem;left:21.25rem; }
#PrmcDqEyTWWnalB2DIGGo6rn5A3kQKCm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:9.25rem;left:35.75rem; }
#BCB6T6JL93tEnA6nwBs40qvsXoeJlmiy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.25rem;left:50.6875rem; }
#gTPSqtVWtWXTUlNeQhpXBhXHUqPqdJWo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.25rem;left:65.375rem; }
#KeIVhkyDGmf9hCmWLcizpDB043XSR3XQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.375rem;left:1.75rem;height:3.24609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WD4TgHaeg5io84KluJCF8OmZS7Sm7gaa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4365rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.375rem;left:16.75rem;height:3.24609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EXs0HJ2EZxSWpwFeysC9S5PVVexMiSJ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4350625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.375rem;left:31.3125rem;height:3.24609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m7iPltGg3WrJzO1A1o5W8gx814GRENcM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4350625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.375rem;left:46.0625rem;height:3.24609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E3XPJXkhgiHq7ZiCgpJmIL43O9Bde3Wv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4350625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:14.1875rem;left:60.75rem;height:1.62305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IprO3s5beFGbBw2sCWihwBXKqtyZZC5X { color:#1d2a32;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9365234375rem;left:15.5625rem;height:2.8418rem;text-align:center;text-align-last:center;display:block; }
#VyMlDIzr9LZMzWZB6mZa1f9VGrpBUd99 { position:relative;display:block; }#VyMlDIzr9LZMzWZB6mZa1f9VGrpBUd99 { background-color: transparent; background-image: none; }#VyMlDIzr9LZMzWZB6mZa1f9VGrpBUd99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyMlDIzr9LZMzWZB6mZa1f9VGrpBUd99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyMlDIzr9LZMzWZB6mZa1f9VGrpBUd99 > .row .container > .video-iframe-container { display: none; }#VyMlDIzr9LZMzWZB6mZa1f9VGrpBUd99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyMlDIzr9LZMzWZB6mZa1f9VGrpBUd99 > .row > .video-iframe-container { display: none; }#VyMlDIzr9LZMzWZB6mZa1f9VGrpBUd99 > .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); }#VyMlDIzr9LZMzWZB6mZa1f9VGrpBUd99 { border-width: 0; border-radius: 0; }#VyMlDIzr9LZMzWZB6mZa1f9VGrpBUd99 > .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; }#VyMlDIzr9LZMzWZB6mZa1f9VGrpBUd99 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#trpEgePlyyEcqkT02gsbpOBrlAPS2rk7 { color:#16a7ea;display:block;width:49.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9990234375rem;left:12.779296875rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#vo3kp0Le8TZGUK7TagPvUotpJ59TJTs9 { color:#1d2a32;display:block;width:57.246125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:8.99853515625rem;left:8.87548828125rem;height:6.03369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oUP4MqoAt0UQv7dvPhmcGTFy7GxDgkBy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.56103515625rem;left:36.49951171875rem; }
#TmyMDTdk10ttiTrIimS0LsUzvrU4LobP { position:absolute;display:block;z-index:15099;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.062rem;width:22.062rem;top:7.80615234375rem;left:52.93798828125rem;overflow:hidden;display:block; }
#MyUUKBEvnc3vFBZ4vfy2rJcbIXvvbMVf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#MyUUKBEvnc3vFBZ4vfy2rJcbIXvvbMVf > .row .container { background-color: transparent; background-image: none; }#MyUUKBEvnc3vFBZ4vfy2rJcbIXvvbMVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyUUKBEvnc3vFBZ4vfy2rJcbIXvvbMVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyUUKBEvnc3vFBZ4vfy2rJcbIXvvbMVf > .row .container > .video-iframe-container { display: none; }#MyUUKBEvnc3vFBZ4vfy2rJcbIXvvbMVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyUUKBEvnc3vFBZ4vfy2rJcbIXvvbMVf > .row > .video-iframe-container { display: none; }#MyUUKBEvnc3vFBZ4vfy2rJcbIXvvbMVf > .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); }#MyUUKBEvnc3vFBZ4vfy2rJcbIXvvbMVf > .row .container { border-width: 0; border-radius: 0; }#MyUUKBEvnc3vFBZ4vfy2rJcbIXvvbMVf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MyUUKBEvnc3vFBZ4vfy2rJcbIXvvbMVf > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#qwqmphhezZUZNx3S6uUZmgFylN4PeuEb { 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;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: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:30.6875rem;width:20.4375rem;top:17.53125rem;left:44.96630859375rem;display:block; }
#vsQwnnC7Xa1dGdivW3mu7SWgKLkVmWWC { color:#1d2a32;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:22.01806640625rem;left:46.62451171875rem;height:1.57421875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rMOUHwUgxomN8u4vDxeoSrhDRv1G67Gx { position:absolute;display:block;z-index:15019;background-color:#ededed;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.125rem;width:15.625rem;top:31rem;left:47.375rem;display:block; }
#R1xdl7dkUStdkL2mObTXAg7xQUC9IVtw { color:rgba(0,78,169,0.7);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.92578125rem;left:45.9375rem;height:2.2749rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VTqOLVMzl8A0BekVwMirDgkvWiCdI5fh { color:#004ea9;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:1.3125rem;left:18.74853515625rem;height:4.06055rem;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; }
#mA1S5vA0U4cgSHx1NZ5DFb2PNeUhxFM7 { position:absolute;display:block;z-index:15008;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.1875rem solid #feb30c;border-left:0.1875rem solid #feb30c;border-right:0.1875rem solid #feb30c;border-bottom:0.1875rem solid #feb30c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:37.625rem;width:22.125rem;top:10.3125rem;left:7.5rem;display:block; }
#Sbhzv0o797lgFX5XSxXhlivWeLMLJF8v { position:absolute;display:block;z-index:15010;background-color:#feb30c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.375rem;top:10.25rem;left:7.5625rem;display:block; }
#N8qJGiLacBhLBrM8c5RTvcqxTlEp4boC { color:#ffffff;display:block;width:20.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:10.3125rem;left:8.65576171875rem;height:2.0244125rem;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;font-style:normal;display:block; }
#Ic5TCNB4WR3FJSUsfr7WP4PC4plO9Tim { color:#004ea9;display:block;width:19.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.5rem;left:9.1875rem;height:3.0869125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HTK8IGGUMdTcwTPfLzNxtZB3hM8XuPVe { color:#1d2a32;display:block;width:17.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:18.375rem;left:9.875rem;height:3.1464875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ri5WaBqEOdfC8uXrmNeSX3dfurOsA5WS { color:#004ea9;display:block;width:3.4995125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.5rem;left:9.1875rem;height:2.35546875rem;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;font-style:normal;display:block; }
#dLtEGZMiSNkrAzt1VirNMtvkIQHwfXWy { color:#004ea9;display:block;width:9.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.4375rem;left:11.875rem;height:5.4433625rem;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;font-style:normal;display:block; }
#T6S5z0hpP4nFooi0bZbhG1U15U1fPoms { color:#1d2a32;display:block;width:19.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:29.81103515625rem;left:9.123046875rem;height:10.3755rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#T6S5z0hpP4nFooi0bZbhG1U15U1fPoms li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T6S5z0hpP4nFooi0bZbhG1U15U1fPoms li:before{  }
#W9CMmT6XTFAzJCTIdVJSpLCrEtPkqhv0 { position:absolute;display:block;z-index:15020;background-color:#ededed;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.124511875rem;width:15.624rem;top:28.625rem;left:9.875rem;display:block; }
#zsfPMgcs9ebJLqmmRQyrrK6i2JavhaWl { background-color:transparent;background-image: -webkit-linear-gradient(3deg, rgba(var(--color-secondary-2),1), #ff429f);background-image: -moz-linear-gradient(3deg, rgba(var(--color-secondary-2),1), #ff429f);background-image: -ms-linear-gradient(3deg, rgba(var(--color-secondary-2),1), #ff429f);background-image: -o-linear-gradient(3deg, rgba(var(--color-secondary-2),1), #ff429f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ff429f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ff429f' );";background-image: linear-gradient(3deg, rgba(var(--color-secondary-2),1), #ff429f);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5610625rem;height:4.124025rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:41.1875rem;left:10.125rem;display:block; }
#cSqtVwTnAxILT6F5aFW4cZpNTKGntcEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QoLZTuUHZDQClRpmKvT8SiM1N3SLL98q { background-color:transparent;background-image: -webkit-linear-gradient(3deg, rgba(var(--color-secondary-2),1), #ff429f);background-image: -moz-linear-gradient(3deg, rgba(var(--color-secondary-2),1), #ff429f);background-image: -ms-linear-gradient(3deg, rgba(var(--color-secondary-2),1), #ff429f);background-image: -o-linear-gradient(3deg, rgba(var(--color-secondary-2),1), #ff429f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ff429f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ff429f' );";background-image: linear-gradient(3deg, rgba(var(--color-secondary-2),1), #ff429f);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5605625rem;height:3.56005625rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:41.4375rem;left:46.625rem;display:block; }
#dIn7G2R3diAkryXfWanrnbaJSg54TTNp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bdVs8IhDmWQU5sLaI2J2V7GCbtdiagqh { color:#004ea9;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25.125rem;left:49.4375rem;height:4.38720625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oe7P0L1xZ9GacTuuKNluPhwtxgU4OGrG { color:#004ea9;display:block;width:3.4995125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.6875rem;left:45.9375rem;height:2.35546875rem;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;font-style:normal;display:block; }
#UsS0dsmEgcU6IEqKDOwpaWIyRDTr4F37 { color:#1d2a32;display:block;width:18.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.373046875rem;left:28.341796875rem;height:2.0317375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pPGCo8RLMn45LSFoAqvRqFO1HwX7N6sh { color:#1d2a32;display:block;width:19.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:32.4375rem;left:45.5595703125rem;height:6.917rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#pPGCo8RLMn45LSFoAqvRqFO1HwX7N6sh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pPGCo8RLMn45LSFoAqvRqFO1HwX7N6sh li:before{  }
#ZwlnGprT1Okguu8JR1NZyulU5FKxpbHk { position:relative;display:block; }#ZwlnGprT1Okguu8JR1NZyulU5FKxpbHk { background-color: transparent; background-image: none; }#ZwlnGprT1Okguu8JR1NZyulU5FKxpbHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwlnGprT1Okguu8JR1NZyulU5FKxpbHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwlnGprT1Okguu8JR1NZyulU5FKxpbHk > .row .container > .video-iframe-container { display: none; }#ZwlnGprT1Okguu8JR1NZyulU5FKxpbHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwlnGprT1Okguu8JR1NZyulU5FKxpbHk > .row > .video-iframe-container { display: none; }#ZwlnGprT1Okguu8JR1NZyulU5FKxpbHk > .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); }#ZwlnGprT1Okguu8JR1NZyulU5FKxpbHk { border-width: 0; border-radius: 0; }#ZwlnGprT1Okguu8JR1NZyulU5FKxpbHk > .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; }#ZwlnGprT1Okguu8JR1NZyulU5FKxpbHk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.6875rem;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:block; }#kM5HLnfmCHpZT6NEmDesgUlaktai52uW { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #16a7ea;border-left:0.1875rem solid #16a7ea;border-right:0.1875rem solid #16a7ea;border-bottom:0.1875rem solid #16a7ea;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#16a7ea;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.172375rem;height:3.29785rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:5.9375rem;left:20.5625rem;display:block; }
#gwaoX31aS86Lrack5q0WPBEadq95MZ5k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrkJ2HCXFu83V7OBxTRiJo64rAWBiBLA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:6.3125rem;left:37.375rem; }
#wgyCC2TeaX56D81n3RJ3B8HJxISf1egt { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #16a7ea;border-left:0.1875rem solid #16a7ea;border-right:0.1875rem solid #16a7ea;border-bottom:0.1875rem solid #16a7ea;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#16a7ea;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.249rem;height:3.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:5.9375rem;left:41.375rem;display:block; }
#zJtl6XZ3WKLs3squfv3ybvFV7MoKCX3X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EnH3vVHwMtL9P2mJ72QlOcS4JbpQ3vqk { color:#1d2a32;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15160;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:2.76269375rem;text-align:center;text-align-last:center;display:block; }
#TmnWe4vofkdA6TTtLuZ1PTwITFlTEWtg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:6.0625rem;left:16.4375rem; }
#QIL5ADrSW2i4qxvSPKxtBIWQ2LhD1KMs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QIL5ADrSW2i4qxvSPKxtBIWQ2LhD1KMs > .row .container { background-color: transparent; background-image: none; }#QIL5ADrSW2i4qxvSPKxtBIWQ2LhD1KMs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIL5ADrSW2i4qxvSPKxtBIWQ2LhD1KMs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIL5ADrSW2i4qxvSPKxtBIWQ2LhD1KMs > .row .container > .video-iframe-container { display: none; }#QIL5ADrSW2i4qxvSPKxtBIWQ2LhD1KMs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIL5ADrSW2i4qxvSPKxtBIWQ2LhD1KMs > .row > .video-iframe-container { display: none; }#QIL5ADrSW2i4qxvSPKxtBIWQ2LhD1KMs > .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); }#QIL5ADrSW2i4qxvSPKxtBIWQ2LhD1KMs > .row .container { border-width: 0; border-radius: 0; }#QIL5ADrSW2i4qxvSPKxtBIWQ2LhD1KMs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QIL5ADrSW2i4qxvSPKxtBIWQ2LhD1KMs > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:29.6875rem;width:75rem;position:relative;display:block; }#szWSF22ey3aECNtFxhrPcMm1uMykNvJG { color:#1d2a32;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.8736572265625rem;left:31.25rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bG8Z2l7FMHWgiXU7mCJ6HzP39fh9UseD { color:#1d2a32;display:block;width:17.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.125rem;left:28.9375rem;height:2.0317375rem;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;font-style:normal;display:block; }
#d9i3tbkM0RTTqS633UwOGIS0ZhVlKxvw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1235375rem;width:19.1235625rem;top:22.81201171875rem;left:19.75rem;overflow:hidden;display:block; }
#bkJRavl9OzhQ5TqugDSNlBfH1a2qGuCX { 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:5.8125rem;width:5.1875rem;top:8.5rem;left:17.9375rem;overflow:hidden;display:block; }
#ZxVi5RETNF39JGTGq9AoHBC7oy78alql { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.06175rem;top:8.592529296875rem;left:28.875rem;overflow:hidden;display:block; }
#vlZgkafTtZUhvCfph9QVaDT8pJ9sbQPm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87426875rem;width:8.125rem;top:8.968505859375rem;left:55.5625rem;overflow:hidden;display:block; }
#wlwqP8yV7UBvcMQue0nvJRnqbUKZ650N { 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:3.4375rem;width:10.81175rem;top:9.686279296875rem;left:39.8125rem;overflow:hidden;display:block; }
#LtkhrL9upKrL87pLV52OxfMHN8n10F5s { 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:6rem;width:14.25rem;top:21.87451171875rem;left:40.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX { display:block; }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmd1mMe5ZW72iOOQifm3ORWth29oLZIt { width:26.0625rem;height:1.3125rem;top:2.25rem;left:20.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GatFrOabfRUDusMMK2zv5rm4aGPWKnp2 { width:38.1875rem;height:6.25rem;top:4.125rem;left:9.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDvZhBhdHOPVvC6d3sqCGpx7NLoa8mTK { width:33.75rem;height:4.1875rem;top:11.9375rem;left:14rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMDTl5hrUJD8up0MaRTZe0d1lI5hhSzv { width:37.125rem;height:7.6875rem;top:18.1875rem;left:10.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFmR707tWi4v9vUhyWkzt06oJdHqswMT { width:19.5625rem;height:3.75rem;top:28rem;left:23.74755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWFMDtX9A9xCWQR9NAhcdPyTGexZx8qh { display:block; }
 }@media only screen and (max-width: 763px) { #zuu6T5GJeebgU2KPERxZa7oODhGXdJG4 { width:23.25rem;height:2rem;top:32.8125rem;left:21.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD4ZTkTQqCEeWOU7Cq3QErQC1zhkHWoy { width:22.5rem;height:1.4375rem;top:35.5rem;left:22.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMsXcQzCmNpBJZRn2AhG8l1XIh6rA2zT { top:40.875rem;left:22.87451171875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIfqRcSdMTaKfwC1UasxrkWQMTKu9Sdn { display:block; }#WIfqRcSdMTaKfwC1UasxrkWQMTKu9Sdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvT11utQ1edDWMU3M9kkBrqdw3pNGu0t { width:18.9375rem;height:18.75rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzbblsPGssf9l2L9Hw5zNQFLkKuTod22 { width:16.875rem;height:3.375rem;top:15.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwvAKPNWN1l0ix4EUbtRe2fICDNZZx4d { width:16.875rem;height:10.125rem;top:21.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUgpPnobIZFT32rIXGrmFHWB7d3wz5ul { width:18.9375rem;height:18.75rem;top:13.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDkQOlpy4fsJnIq22vFH9vokAlncBMmp { width:16.875rem;height:6.75rem;top:23.0625rem;left:15.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPy06l1R0xVCWgBskcTw7fSdczFDd1Ta { width:16.875rem;height:6.8125rem;top:15.1875rem;left:15.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLFNMUTkxLrN9O9Ua6x5cTLcT7HDQCRh { width:18.9375rem;height:18.75rem;top:13.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1sIi818uDx1IsZeGGhDaAndaTAx3mmT { width:16.875rem;height:11.8125rem;top:19.875rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeqCKZfJRByx3KqHEJhR69OLAJhbnv3c { width:16.875rem;height:1.75rem;top:15.1875rem;left:30.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTeuZtVef0f9O9ikh7HVdma1Tl9p0Tn3 { width:47.75rem;height:2.3125rem;top:1.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElruuKEyh1VV8QxNSSHAVAU5UIQAxxUv { width:44.0625rem;height:5.6875rem;top:4.1875rem;left:1.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTF5Qny2f1MerTfiOq63vyFKGXnTfX1V { top:35.5625rem;left:22.87451171875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOuMbZ5WENeW0aOzSt202NBPtGu0Wq5o { display:block; }#xOuMbZ5WENeW0aOzSt202NBPtGu0Wq5o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pi5Fuc4eGrmhemS3AJt78mWiVkJ4AC82 { width:16.875rem;height:5.3125rem;top:15.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W01wciCFtasTvTXpZpQEeC40IgOH7KgS { width:17.25rem;height:3.5625rem;top:15rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z97FNVI3fUbiIwZWAgtg8QFq9HhpCy9a { width:16.875rem;height:5.3125rem;top:15rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzo5wpQahAdbPOBTWdp46xkzDBKhfz4p { width:47.75rem;height:0.0625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNCsDQyfbSGIOaKM2N4Nq015mRLTbn5W { width:24.9375rem;height:2.4375rem;top:3rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaMPlsAbOn09l6ZVxoTMEJ55t4BpyUs5 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js4oSNI9MlFm02GKGvPtogXsplvtORFF { width:16.875rem;height:8.875rem;top:26.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbXagMDdCxXxaiWB2ih1sRLZXFUbfaMP { width:16.875rem;height:5.8125rem;top:26.125rem;left:14.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUgpRbVlDT8g81kTULU0XolltHGS2Vod { width:16.875rem;height:3.5625rem;top:26.3125rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPl9nOa9CnMiBNbsTOonq3AGPB1086fD { width:3.125rem;height:3.125rem;top:11.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCepBSkadksgMIxyGQ1KNR4Si6sTqDaA { width:3.125rem;height:3.125rem;top:11.4375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEZfSAhwL4KzLfT7d9hw4qOVTTniT13q { width:3.125rem;height:3.125rem;top:11.4375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u93DOU1WaemdCyrXEXV5x6TklOgUVv7b { width:3.125rem;height:3.125rem;top:22.5rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8zW3dnZq6fnMOIfyAZEH62oWb1eKtGS { width:3.125rem;height:3.125rem;top:22.5rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVP79CXCzbTHWfP30l2zUGztsXMxLrTd { width:3.125rem;height:3.125rem;top:22.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoiTMl1gU4yHluydS9ervcpinxgXrigZ { width:18.75rem;height:1.4375rem;top:19.25rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpv9GPVXzoQarMeMDufMJZRCXzG8J9hL { display:block; }#Gpv9GPVXzoQarMeMDufMJZRCXzG8J9hL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZvqWbXH47amA2NoeNgRaPZsKpTa173R { top:6.875rem;left:0rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBxFUNmuTMhSEZ2MBCO7T6oEoknsHdSS { top:6.875rem;left:3rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmcpVb5BamXh7PVAAQC8u0xb3Oz6kN78 { top:6.875rem;left:17.75rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvrEmBIQfqdcQqUFOI6VlWOu0b4nvEzh { top:6.875rem;left:32.4375rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foAoVVIhBTP7oZDZ5KgqLuOUUvTZKFWF { top:6.875rem;left:35.3125rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voLaSKQloTyipCnBaOeutwTr7rW2G323 { top:9.25rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9fUrMTWbcWSQKwFCNHa0fSc5uFQCLyB { top:9.25rem;left:7.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrmcDqEyTWWnalB2DIGGo6rn5A3kQKCm { top:9.25rem;left:22.125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCB6T6JL93tEnA6nwBs40qvsXoeJlmiy { top:9.25rem;left:37.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTPSqtVWtWXTUlNeQhpXBhXHUqPqdJWo { top:9.25rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeIVhkyDGmf9hCmWLcizpDB043XSR3XQ { top:13.375rem;left:0rem;width:12.375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD4TgHaeg5io84KluJCF8OmZS7Sm7gaa { top:13.375rem;left:3.125rem;width:12.375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXs0HJ2EZxSWpwFeysC9S5PVVexMiSJ9 { top:13.375rem;left:17.6875rem;width:12.375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7iPltGg3WrJzO1A1o5W8gx814GRENcM { top:13.375rem;left:32.4375rem;width:12.375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3XPJXkhgiHq7ZiCgpJmIL43O9Bde3Wv { top:14.1875rem;left:35.375rem;width:12.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IprO3s5beFGbBw2sCWihwBXKqtyZZC5X { top:1.875rem;left:1.9375rem;width:43.875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyMlDIzr9LZMzWZB6mZa1f9VGrpBUd99 { display:block; }#VyMlDIzr9LZMzWZB6mZa1f9VGrpBUd99 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trpEgePlyyEcqkT02gsbpOBrlAPS2rk7 { top:0.9375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo3kp0Le8TZGUK7TagPvUotpJ59TJTs9 { top:8.9375rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUP4MqoAt0UQv7dvPhmcGTFy7GxDgkBy { top:15.5rem;left:22.87451171875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmyMDTdk10ttiTrIimS0LsUzvrU4LobP { top:7.75rem;left:25.75rem;width:22rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyUUKBEvnc3vFBZ4vfy2rJcbIXvvbMVf { display:block; }#MyUUKBEvnc3vFBZ4vfy2rJcbIXvvbMVf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwqmphhezZUZNx3S6uUZmgFylN4PeuEb { top:17.5rem;left:24.52880859375rem;width:20.4375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsQwnnC7Xa1dGdivW3mu7SWgKLkVmWWC { width:15.375rem;height:1.5625rem;top:22rem;left:26.18701171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMOUHwUgxomN8u4vDxeoSrhDRv1G67Gx { top:31rem;left:26.9375rem;width:15.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1xdl7dkUStdkL2mObTXAg7xQUC9IVtw { width:16.25rem;height:2.25rem;top:18.875rem;left:25.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTqOLVMzl8A0BekVwMirDgkvWiCdI5fh { width:37.5rem;height:;top:1.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA1S5vA0U4cgSHx1NZ5DFb2PNeUhxFM7 { top:10.3125rem;left:0.6875rem;width:22.125rem;height:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbhzv0o797lgFX5XSxXhlivWeLMLJF8v { width:22.375rem;height:2.3125rem;top:10.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8qJGiLacBhLBrM8c5RTvcqxTlEp4boC { width:20.125rem;height:2rem;top:10.3125rem;left:1.84326171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic5TCNB4WR3FJSUsfr7WP4PC4plO9Tim { width:19.9375rem;height:3.0625rem;top:14.5rem;left:2.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTK8IGGUMdTcwTPfLzNxtZB3hM8XuPVe { width:17.25rem;height:3.125rem;top:18.375rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri5WaBqEOdfC8uXrmNeSX3dfurOsA5WS { width:3.4375rem;height:2.3125rem;top:23.5rem;left:2.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLtEGZMiSNkrAzt1VirNMtvkIQHwfXWy { width:9.8125rem;height:5.4375rem;top:22.4375rem;left:5.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6S5z0hpP4nFooi0bZbhG1U15U1fPoms { width:19.1875rem;height:10.375rem;top:29.75rem;left:2.310546875rem;font-size:0.875rem;display:block; }#T6S5z0hpP4nFooi0bZbhG1U15U1fPoms li:before{  }
 }@media only screen and (max-width: 763px) { #W9CMmT6XTFAzJCTIdVJSpLCrEtPkqhv0 { top:28.625rem;left:3.0625rem;width:15.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsfPMgcs9ebJLqmmRQyrrK6i2JavhaWl { width:17.4375rem;height:4rem;top:41.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSqtVwTnAxILT6F5aFW4cZpNTKGntcEO { display:block; }
 }@media only screen and (max-width: 763px) { #QoLZTuUHZDQClRpmKvT8SiM1N3SLL98q { width:16.5rem;height:3.5rem;top:41.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIn7G2R3diAkryXfWanrnbaJSg54TTNp { display:block; }
 }@media only screen and (max-width: 763px) { #bdVs8IhDmWQU5sLaI2J2V7GCbtdiagqh { width:15rem;height:4.375rem;top:25.125rem;left:29rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe7P0L1xZ9GacTuuKNluPhwtxgU4OGrG { width:3.4375rem;height:2.3125rem;top:24.6875rem;left:25.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsS0dsmEgcU6IEqKDOwpaWIyRDTr4F37 { top:5.3125rem;left:5.625rem;width:18.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPGCo8RLMn45LSFoAqvRqFO1HwX7N6sh { width:19.1875rem;height:6.875rem;top:32.4375rem;left:25.1220703125rem;font-size:0.875rem;display:block; }#pPGCo8RLMn45LSFoAqvRqFO1HwX7N6sh li:before{  }
 }@media only screen and (max-width: 763px) { #ZwlnGprT1Okguu8JR1NZyulU5FKxpbHk { display:block; }#ZwlnGprT1Okguu8JR1NZyulU5FKxpbHk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kM5HLnfmCHpZT6NEmDesgUlaktai52uW { width:13.0625rem;height:3.1875rem;top:5.9375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwaoX31aS86Lrack5q0WPBEadq95MZ5k { display:block; }
 }@media only screen and (max-width: 763px) { #hrkJ2HCXFu83V7OBxTRiJo64rAWBiBLA { top:6.3125rem;left:23.75rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgyCC2TeaX56D81n3RJ3B8HJxISf1egt { width:17.125rem;height:3.1875rem;top:5.9375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJtl6XZ3WKLs3squfv3ybvFV7MoKCX3X { display:block; }
 }@media only screen and (max-width: 763px) { #EnH3vVHwMtL9P2mJ72QlOcS4JbpQ3vqk { top:1.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmnWe4vofkdA6TTtLuZ1PTwITFlTEWtg { top:6.0625rem;left:2.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIL5ADrSW2i4qxvSPKxtBIWQ2LhD1KMs { display:block; }#QIL5ADrSW2i4qxvSPKxtBIWQ2LhD1KMs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szWSF22ey3aECNtFxhrPcMm1uMykNvJG { top:4.8125rem;left:17.625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG8Z2l7FMHWgiXU7mCJ6HzP39fh9UseD { top:19.125rem;left:15.3125rem;width:17rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9i3tbkM0RTTqS633UwOGIS0ZhVlKxvw { top:22.75rem;left:6.125rem;width:19.0625rem;height:4.1103708366969rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkJRavl9OzhQ5TqugDSNlBfH1a2qGuCX { top:8.4375rem;left:4.3125rem;width:5.125rem;height:5.7430095840332rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxVi5RETNF39JGTGq9AoHBC7oy78alql { top:8.5625rem;left:15.25rem;width:7rem;height:5.5767511441192rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlZgkafTtZUhvCfph9QVaDT8pJ9sbQPm { top:8.9375rem;left:39.625rem;width:8.125rem;height:4.8741373938331rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlwqP8yV7UBvcMQue0nvJRnqbUKZ650N { top:9.625rem;left:26.1875rem;width:10.75rem;height:3.4172730373651rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtkhrL9upKrL87pLV52OxfMHN8n10F5s { top:21.8125rem;left:27.3125rem;width:14.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/20090f9c-4932-4c41-9c3b-5e7495395539/tomobilne2.jpg");background-position:bottom 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; }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX.adaptive-delivery-prevent-bg, #RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX.lazyload, #RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX.lazyloading { background-image: none; }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row .container { background-color: transparent; background-image: none; }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row .container > .video-iframe-container { display: none; }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row > .video-iframe-container { display: none; }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .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); }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row .container { border-width: 0; border-radius: 0; }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RWhmK8RVvDbuybkqvmG1I32WvU6KMwEX > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmd1mMe5ZW72iOOQifm3ORWth29oLZIt { width:19.9980625rem;height:0.82324375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GatFrOabfRUDusMMK2zv5rm4aGPWKnp2 { width:19.9980625rem;height:7.1982375rem;top:3.32324375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDvZhBhdHOPVvC6d3sqCGpx7NLoa8mTK { width:19.9980625rem;height:3.673825rem;top:11.76999375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EMDTl5hrUJD8up0MaRTZe0d1lI5hhSzv { width:19.9980625rem;height:12.858375rem;top:16.69235625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZFmR707tWi4v9vUhyWkzt06oJdHqswMT { width:18rem;height:3.75rem;top:49.625rem;left:0.9990234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWFMDtX9A9xCWQR9NAhcdPyTGexZx8qh { display:block; }
 }@media only screen and (max-width: 763px) { #zuu6T5GJeebgU2KPERxZa7oODhGXdJG4 { width:19.9980625rem;height:1.2744125rem;top:56.18701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD4ZTkTQqCEeWOU7Cq3QErQC1zhkHWoy { width:19.9980625rem;height:1.4003875rem;top:43.7490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMsXcQzCmNpBJZRn2AhG8l1XIh6rA2zT { display:flex;width:1.936525rem;height:1.936525rem;top:58.31982421875rem;left:9.03076171875rem; }
 }@media only screen and (max-width: 763px) { #WIfqRcSdMTaKfwC1UasxrkWQMTKu9Sdn { display:block; }#WIfqRcSdMTaKfwC1UasxrkWQMTKu9Sdn > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvT11utQ1edDWMU3M9kkBrqdw3pNGu0t { width:18.9375rem;height:18.75rem;top:15.746125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzbblsPGssf9l2L9Hw5zNQFLkKuTod22 { width:16.25rem;height:3.41015625rem;top:17.121125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwvAKPNWN1l0ix4EUbtRe2fICDNZZx4d { width:16.25rem;height:10.125rem;top:23.371125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUgpPnobIZFT32rIXGrmFHWB7d3wz5ul { width:18.9375rem;height:18.75rem;top:35.746125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDkQOlpy4fsJnIq22vFH9vokAlncBMmp { width:16.25rem;height:6.75rem;top:45.0576484375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPy06l1R0xVCWgBskcTw7fSdczFDd1Ta { width:16.25rem;height:6.82030625rem;top:37.1357734375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLFNMUTkxLrN9O9Ua6x5cTLcT7HDQCRh { width:18.9375rem;height:18.75rem;top:55.746125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1sIi818uDx1IsZeGGhDaAndaTAx3mmT { width:16.25rem;height:11.8125rem;top:61.808625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeqCKZfJRByx3KqHEJhR69OLAJhbnv3c { width:20rem;height:1.7871125rem;top:57.121125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTeuZtVef0f9O9ikh7HVdma1Tl9p0Tn3 { width:19.999rem;height:3.49805rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElruuKEyh1VV8QxNSSHAVAU5UIQAxxUv { width:19.999rem;height:8.50341875rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTF5Qny2f1MerTfiOq63vyFKGXnTfX1V { display:flex;width:1.9375rem;height:1.9375rem;top:75.746125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #xOuMbZ5WENeW0aOzSt202NBPtGu0Wq5o { display:block; }#xOuMbZ5WENeW0aOzSt202NBPtGu0Wq5o > .row .container { width:20rem;height:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pi5Fuc4eGrmhemS3AJt78mWiVkJ4AC82 { width:16.875rem;height:2.923825rem;top:14.82324375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W01wciCFtasTvTXpZpQEeC40IgOH7KgS { width:16.875rem;height:2.923825rem;top:33.3798875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z97FNVI3fUbiIwZWAgtg8QFq9HhpCy9a { width:16.875rem;height:4.38574375rem;top:54.9736375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzo5wpQahAdbPOBTWdp46xkzDBKhfz4p { width:19.9980625rem;height:0.0615234375rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNCsDQyfbSGIOaKM2N4Nq015mRLTbn5W { width:19.9980625rem;height:5.1972625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaMPlsAbOn09l6ZVxoTMEJ55t4BpyUs5 { width:3.75rem;height:0.1875rem;top:9.01171875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js4oSNI9MlFm02GKGvPtogXsplvtORFF { width:16.875rem;height:4.38574375rem;top:23.37011875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbXagMDdCxXxaiWB2ih1sRLZXFUbfaMP { width:16.875rem;height:2.923825rem;top:46.4267625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUgpRbVlDT8g81kTULU0XolltHGS2Vod { width:16.875rem;height:2.923825rem;top:64.98340625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPl9nOa9CnMiBNbsTOonq3AGPB1086fD { width:3.124025rem;height:3.124025rem;top:10.44921875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCepBSkadksgMIxyGQ1KNR4Si6sTqDaA { width:3.124025rem;height:3.124025rem;top:29.0058625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEZfSAhwL4KzLfT7d9hw4qOVTTniT13q { width:3.124025rem;height:3.124025rem;top:50.5996125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u93DOU1WaemdCyrXEXV5x6TklOgUVv7b { width:3.124025rem;height:3.124025rem;top:60.60938125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8zW3dnZq6fnMOIfyAZEH62oWb1eKtGS { width:3.124025rem;height:3.124025rem;top:42.0527375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVP79CXCzbTHWfP30l2zUGztsXMxLrTd { width:3.124025rem;height:3.124025rem;top:18.99609375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoiTMl1gU4yHluydS9ervcpinxgXrigZ { width:17.25rem;height:1.4619125rem;top:37.5527375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpv9GPVXzoQarMeMDufMJZRCXzG8J9hL { display:block; }#Gpv9GPVXzoQarMeMDufMJZRCXzG8J9hL > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZvqWbXH47amA2NoeNgRaPZsKpTa173R { width:12.4345625rem;height:12.4345625rem;top:3.8808625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBxFUNmuTMhSEZ2MBCO7T6oEoknsHdSS { width:12.4345625rem;height:12.4345625rem;top:17.5644875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmcpVb5BamXh7PVAAQC8u0xb3Oz6kN78 { width:12.4345625rem;height:12.4345625rem;top:31.2481125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvrEmBIQfqdcQqUFOI6VlWOu0b4nvEzh { width:12.4345625rem;height:12.4345625rem;top:44.9317375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #foAoVVIhBTP7oZDZ5KgqLuOUUvTZKFWF { width:12.4345625rem;height:12.4345625rem;top:58.6153625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #voLaSKQloTyipCnBaOeutwTr7rW2G323 { display:flex;width:3.061525rem;height:3.061525rem;top:6.2558625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #d9fUrMTWbcWSQKwFCNHa0fSc5uFQCLyB { display:flex;width:3.061525rem;height:3.061525rem;top:19.9394875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #PrmcDqEyTWWnalB2DIGGo6rn5A3kQKCm { display:flex;width:3.061525rem;height:3.061525rem;top:33.6231125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #BCB6T6JL93tEnA6nwBs40qvsXoeJlmiy { display:flex;width:3.061525rem;height:3.061525rem;top:47.3067375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #gTPSqtVWtWXTUlNeQhpXBhXHUqPqdJWo { display:flex;width:3.061525rem;height:3.061525rem;top:60.9903625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #KeIVhkyDGmf9hCmWLcizpDB043XSR3XQ { width:12.4345625rem;height:3.24609375rem;top:10.3808625rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD4TgHaeg5io84KluJCF8OmZS7Sm7gaa { width:12.375rem;height:3.24609375rem;top:24.0644875rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXs0HJ2EZxSWpwFeysC9S5PVVexMiSJ9 { width:12.375rem;height:3.24609375rem;top:37.7481125rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7iPltGg3WrJzO1A1o5W8gx814GRENcM { width:12.375rem;height:3.24609375rem;top:51.4317375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3XPJXkhgiHq7ZiCgpJmIL43O9Bde3Wv { width:12.375rem;height:1.62305rem;top:65.9278625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IprO3s5beFGbBw2sCWihwBXKqtyZZC5X { width:19.9980625rem;height:3.24609375rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyMlDIzr9LZMzWZB6mZa1f9VGrpBUd99 { display:block; }#VyMlDIzr9LZMzWZB6mZa1f9VGrpBUd99 > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trpEgePlyyEcqkT02gsbpOBrlAPS2rk7 { width:19.9980625rem;height:4.38574375rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vo3kp0Le8TZGUK7TagPvUotpJ59TJTs9 { width:19.999rem;height:6.49658125rem;top:6.3984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oUP4MqoAt0UQv7dvPhmcGTFy7GxDgkBy { display:flex;width:1.936525rem;height:1.936525rem;top:13.89453125rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #TmyMDTdk10ttiTrIimS0LsUzvrU4LobP { width:20rem;height:20rem;top:16.51855625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyUUKBEvnc3vFBZ4vfy2rJcbIXvvbMVf { display:block; }#MyUUKBEvnc3vFBZ4vfy2rJcbIXvvbMVf > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwqmphhezZUZNx3S6uUZmgFylN4PeuEb { width:20rem;height:28.0625rem;top:51.1923828125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #vsQwnnC7Xa1dGdivW3mu7SWgKLkVmWWC { width:17.308625rem;height:1.57421875rem;top:55.678715625rem;left:1.658203125rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rMOUHwUgxomN8u4vDxeoSrhDRv1G67Gx { width:15.621125rem;height:0.12402375rem;top:64.6611375rem;left:2.4091796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1xdl7dkUStdkL2mObTXAg7xQUC9IVtw { width:18.25rem;height:2.51855625rem;top:52.58691875rem;left:0.9716796875rem;text-align:left;text-align-last:left;font-size:1.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VTqOLVMzl8A0BekVwMirDgkvWiCdI5fh { width:19.9980625rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA1S5vA0U4cgSHx1NZ5DFb2PNeUhxFM7 { width:19.625rem;height:37.625rem;top:8.3808625rem;left:0rem;z-index:14992;border-top:0.1875rem solid #feb30c;border-left:0.1875rem solid #feb30c;border-right:0.1875rem solid #feb30c;border-bottom:0.1875rem solid #feb30c;display:block; }
 }@media only screen and (max-width: 763px) { #Sbhzv0o797lgFX5XSxXhlivWeLMLJF8v { width:19.9980625rem;height:2.311525rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8qJGiLacBhLBrM8c5RTvcqxTlEp4boC { width:19.9980625rem;height:1.80029375rem;top:8.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #Ic5TCNB4WR3FJSUsfr7WP4PC4plO9Tim { width:14.5605625rem;height:2.5996125rem;top:12.5683625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HTK8IGGUMdTcwTPfLzNxtZB3hM8XuPVe { width:17.308625rem;height:5.0625rem;top:16.4433625rem;left:2.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ri5WaBqEOdfC8uXrmNeSX3dfurOsA5WS { width:3.436525rem;height:2.35546875rem;top:21.5683625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #dLtEGZMiSNkrAzt1VirNMtvkIQHwfXWy { width:5.5625rem;height:4.06055rem;top:22.474609375rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:3.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T6S5z0hpP4nFooi0bZbhG1U15U1fPoms { width:17.308625rem;height:12.7485625rem;top:27.878909375rem;left:1.623046875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#T6S5z0hpP4nFooi0bZbhG1U15U1fPoms li:before{  }
 }@media only screen and (max-width: 763px) { #W9CMmT6XTFAzJCTIdVJSpLCrEtPkqhv0 { width:15.621125rem;height:0.12402375rem;top:26.6933625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsfPMgcs9ebJLqmmRQyrrK6i2JavhaWl { width:17.25rem;height:3.8125rem;top:41.380859375rem;left:1.375rem;font-size:1.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(3deg, #e50ea5, #ff429f);background-image: -moz-linear-gradient(3deg, #e50ea5, #ff429f);background-image: -ms-linear-gradient(3deg, #e50ea5, #ff429f);background-image: -o-linear-gradient(3deg, #e50ea5, #ff429f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50ea5', endColorstr='#ff429f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50ea5', endColorstr='#ff429f' );";background-image: linear-gradient(3deg, #e50ea5, #ff429f);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cSqtVwTnAxILT6F5aFW4cZpNTKGntcEO { display:block; }
 }@media only screen and (max-width: 763px) { #QoLZTuUHZDQClRpmKvT8SiM1N3SLL98q { width:17.246125rem;height:3.81055rem;top:74.2568359375rem;left:1.3759765625rem;font-size:1.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(3deg, #e50ea5, #ff429f);background-image: -moz-linear-gradient(3deg, #e50ea5, #ff429f);background-image: -ms-linear-gradient(3deg, #e50ea5, #ff429f);background-image: -o-linear-gradient(3deg, #e50ea5, #ff429f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50ea5', endColorstr='#ff429f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50ea5', endColorstr='#ff429f' );";background-image: linear-gradient(3deg, #e50ea5, #ff429f);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dIn7G2R3diAkryXfWanrnbaJSg54TTNp { display:block; }
 }@media only screen and (max-width: 763px) { #bdVs8IhDmWQU5sLaI2J2V7GCbtdiagqh { width:18.996125rem;height:3.65625rem;top:59.4111328125rem;left:0.5009765625rem;text-align:center;text-align-last:center;font-size:2.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oe7P0L1xZ9GacTuuKNluPhwtxgU4OGrG { width:3.499025rem;height:2.35546875rem;top:58.3486375rem;left:0.9716796875rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #UsS0dsmEgcU6IEqKDOwpaWIyRDTr4F37 { width:19.9980625rem;height:2.0317375rem;top:5.0996125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pPGCo8RLMn45LSFoAqvRqFO1HwX7N6sh { width:19.183625rem;height:7.375rem;top:66.0986375rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#pPGCo8RLMn45LSFoAqvRqFO1HwX7N6sh li:before{  }
 }@media only screen and (max-width: 763px) { #ZwlnGprT1Okguu8JR1NZyulU5FKxpbHk { display:block; }#ZwlnGprT1Okguu8JR1NZyulU5FKxpbHk > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kM5HLnfmCHpZT6NEmDesgUlaktai52uW { width:13.0605625rem;height:3.18555rem;top:10.311525rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwaoX31aS86Lrack5q0WPBEadq95MZ5k { display:block; }
 }@media only screen and (max-width: 763px) { #hrkJ2HCXFu83V7OBxTRiJo64rAWBiBLA { display:flex;width:3.124025rem;height:3.124025rem;top:14.747075rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #wgyCC2TeaX56D81n3RJ3B8HJxISf1egt { width:15.0595625rem;height:3.12305rem;top:19.1211rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJtl6XZ3WKLs3squfv3ybvFV7MoKCX3X { display:block; }
 }@media only screen and (max-width: 763px) { #EnH3vVHwMtL9P2mJ72QlOcS4JbpQ3vqk { width:19.9980625rem;height:3.4375rem;top:1.25rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmnWe4vofkdA6TTtLuZ1PTwITFlTEWtg { display:flex;width:3.124025rem;height:3.124025rem;top:5.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #QIL5ADrSW2i4qxvSPKxtBIWQ2LhD1KMs { display:block; }#QIL5ADrSW2i4qxvSPKxtBIWQ2LhD1KMs > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szWSF22ey3aECNtFxhrPcMm1uMykNvJG { width:12.4980625rem;height:1.62305rem;top:1.25rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bG8Z2l7FMHWgiXU7mCJ6HzP39fh9UseD { width:12.4980625rem;height:3.24609375rem;top:28.713875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d9i3tbkM0RTTqS633UwOGIS0ZhVlKxvw { width:10.0605625rem;height:2.186525rem;top:33.213875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkJRavl9OzhQ5TqugDSNlBfH1a2qGuCX { width:5.124025rem;height:5.7421875rem;top:4.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxVi5RETNF39JGTGq9AoHBC7oy78alql { width:6.9970625rem;height:5.56055rem;top:11.1171875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlZgkafTtZUhvCfph9QVaDT8pJ9sbQPm { width:8.1220625rem;height:4.87305rem;top:22.590825rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlwqP8yV7UBvcMQue0nvJRnqbUKZ650N { width:10.7470625rem;height:3.4130875rem;top:17.9277375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtkhrL9upKrL87pLV52OxfMHN8n10F5s { width:10.125rem;height:4.186525rem;top:36.6504rem;left:4.9375rem;display:block; }
 }