.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:246,227,239;--color-primary-1:226,163,202;--color-primary-2:197,71,148;--color-primary-3:99,36,74;--color-primary-4:30,11,22;--color-secondary-0:218,217,225;--color-secondary-1:133,128,154;--color-secondary-2:10,1,53;--color-secondary-3:5,1,27;--color-secondary-4:2,0,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Titillium Web";--paragraphs-font-family:"poppins"; }body { background-color:rgba(248,249,251,0.99);background-image:none;position:relative;top:0rem;left:0rem;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); }#GKAAQFWyLU0MfUkJFBFxp7L1iuysw6Jo { 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; }#GKAAQFWyLU0MfUkJFBFxp7L1iuysw6Jo > .row .container { background-color: transparent; background-image: none; }#GKAAQFWyLU0MfUkJFBFxp7L1iuysw6Jo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKAAQFWyLU0MfUkJFBFxp7L1iuysw6Jo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKAAQFWyLU0MfUkJFBFxp7L1iuysw6Jo > .row .container > .video-iframe-container { display: none; }#GKAAQFWyLU0MfUkJFBFxp7L1iuysw6Jo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKAAQFWyLU0MfUkJFBFxp7L1iuysw6Jo > .row > .video-iframe-container { display: none; }#GKAAQFWyLU0MfUkJFBFxp7L1iuysw6Jo > .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); }#GKAAQFWyLU0MfUkJFBFxp7L1iuysw6Jo > .row .container { border-width: 0; border-radius: 0; }#GKAAQFWyLU0MfUkJFBFxp7L1iuysw6Jo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKAAQFWyLU0MfUkJFBFxp7L1iuysw6Jo > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#wDHCE5LmlhBxl4QmNTMg9aCKvpbFBI5D { position:absolute;display:block;z-index:15001;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:2rem;width:9.5625rem;top:2.09375rem;left:63.661764705881rem;overflow:hidden;display:block; }
#FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151424;background-image:url("https://images.assets-landingi.com/uc/19277d6d-d69d-4294-9e99-01e80a3634f2/top.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV.adaptive-delivery-prevent-bg, #FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV.lazyload, #FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV.lazyloading { background-image: none; }#FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV > .row .container { background-color: transparent; background-image: none; }#FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV > .row .container > .video-iframe-container { display: none; }#FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV > .row > .video-iframe-container { display: none; }#FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV > .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); }#FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV > .row .container { border-width: 0; border-radius: 0; }#FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#kP6ndiJM0XJFPiHl8LLnA3DBRI9v53XI { box-sizing:content-box;height:2.8125rem;width:18.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(198,0,126,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:0rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#nZTfKysrtkA5dgFUXpvpt266deBiumbN { position:absolute;display:block;z-index:15001;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:1.5rem;width:1.5rem;top:6.1875rem;left:1.8125rem;overflow:hidden;display:block; }
#dLcogaxkKDDaTsocqaDAOZtZ301Eur2h { color:#e91e9c;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4375rem;left:4.6875rem;height:1.05625rem;font-style:normal;display:block; }
#x9Ak4MWsWhFVKinwpbuuJdNXH0cypDlo { position:absolute;display:block;z-index:15006;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:1.5rem;width:1.5rem;top:36.812499046326rem;left:13.0625rem;overflow:hidden;display:none; }
#O3RXIasSDDyzsfFgypLr2IEC8TAE5qC1 { box-sizing:content-box;height:7.5rem;width:58.875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.75rem 3rem rgba(var(--color-tertiary-4),0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.8125rem;left:9.1511627906975rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#oHyB4waQF6pbXTRmbG2B6vNTTnhgRLTJ { color:#c6007e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:46.2490234375rem;left:7.65625rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LKsR1GfGxePPHtU8Oru40dOyGh1Q8GAl { color:#5a6577;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:49.193359375rem;left:7.65625rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#LiwFV1mleVk48P5rcaTfxZvbMrLvrkTF { color:#c6007e;display:block;width:4.18728125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:46.248916625976rem;left:27.317708969116rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uH30FFKusgvyWZ955QwosiH38HH2bucB { color:#5a6577;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:49.2548828125rem;left:23.3125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#nGEEva6txKzsQplL8dBwt6WB2n5qPHF3 { color:#c6007e;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:46.311458587646rem;left:40.96875rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NbtilsxTUufeco4osChmqFbDCyk8nQwX { color:#5a6577;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:49.2548828125rem;left:41.03125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#cwVpFAT4NMdXeUPVuQRs59Zi2O4rR4iP { color:#c6007e;display:block;width:4.24805rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:46.373962402344rem;left:58.005210876465rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pblhJ49T1ZRFHeaSK1ggtEidor2rgfVy { color:#5a6577;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:49.2548828125rem;left:55.375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#KBgHO6cbQu7V8q4Zpu6TorG8PCGcAiBi { box-sizing:content-box;height:8.1875rem;width:0.0625rem;position:absolute;display:block;z-index:15023;background-color:#f0f2f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.875rem;left:22.15625rem;display:block; }
#BzXacbvLT8Z9G75pvzgHMJ7SxZ5O4CD1 { box-sizing:content-box;height:8.1875rem;width:0.0625rem;position:absolute;display:block;z-index:15024;background-color:#f0f2f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.8125rem;left:39.15625rem;display:block; }
#QDnikV9xQTgwXU0JiBKHrkncuJMVfggl { box-sizing:content-box;height:8.1875rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:#f0f2f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.8125rem;left:54.59375rem;display:block; }
#CktNTmTyzx1XTKHAT8fJZRzWTm48bGLJ { color:#c6007e;display:block;width:2.31228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:46.248962402344rem;left:15.279167175293rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntCDtsdcTkRPnagT2zONzHKuZI8keLKV { color:#c6007e;display:block;width:2.3112rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:46.248962402344rem;left:31.477081298828rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CkJf0JPVgR4GLdIx244AshT6D0Qqkm0w { color:#c6007e;display:block;width:2.3112rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:46.248916625976rem;left:48.218317031861rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dBEZTKyqcfHzyrABgiOyTWU6q0TGJQbd { color:#c6007e;display:block;width:2.3112rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:46.248916625976rem;left:62.371751785278rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OK1bItA1Oa6BfhCAqs9xMAMNxI5lsl7E { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:29.3125rem;top:14.5625rem;left:41.6875rem;overflow:hidden;display:block; }
#eFdc7RH87rXD61Ot5uSrfs3y74lUyXaT { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:14.1875rem;width:7.1875rem;top:29.875rem;left:61.4375rem;display:block; }#eFdc7RH87rXD61Ot5uSrfs3y74lUyXaT.adaptive-delivery-prevent-bg, #eFdc7RH87rXD61Ot5uSrfs3y74lUyXaT.lazyload, #eFdc7RH87rXD61Ot5uSrfs3y74lUyXaT.lazyloading { background-image: none; }
#wkW25WnhNA1KpM7iX8S0HRwLZk203JyP { box-sizing:content-box;height:4.4375rem;width:19.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#c6007e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.1875rem;left:46.84375rem;display:block; }
#G27GlUiX0y46o97zCHuNg0N3dnRNyqAc { color:rgba(var(--color-primary-0),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:40.5rem;left:51.625rem;height:1.95rem;display:block; }
#qsVkUSTiBBwgMsVnnnWPWHphHJBC6EzE { position:absolute;display:block;z-index:14988;background-color:#c6007e;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:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:31.375rem;width:31.375rem;top:12rem;left:41.0625rem;display:block; }
#EFoDZT7KG7u6f5M1DsaFI50z2IqzfSNQ { color:rgba(var(--color-primary-0),1);display:block;width:39.6875rem;position:absolute;font-family:lato;font-size:3.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0.875rem;height:5.1181625rem;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;display:block; }
#ACQHLLq31G6s4PFwD79VZUH5dlQsy6h3 { color:rgba(var(--color-primary-0),1);display:block;width:33.5rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:15.9375rem;left:0.875rem;height:9.5625rem;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;display:block; }
#UDVStf8T0i9og1q9evUT52lxzEHa3TEw { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.125rem;top:26.75rem;left:0.8125rem;display:block; }
#KLrmyLu8NJsxTvlr2Ie90xio8Qw5Lb5e { color:rgba(var(--color-primary-0),1);display:block;width:24rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.75rem;left:1.8125rem;height:5.3613375rem;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; }
#Na7kZKAXQCZ07Ja5Kvtr2dpdp7pwXKc3 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:10.5rem;width:7.1875rem;top:13.5rem;left:41.3125rem;display:block; }#Na7kZKAXQCZ07Ja5Kvtr2dpdp7pwXKc3.adaptive-delivery-prevent-bg, #Na7kZKAXQCZ07Ja5Kvtr2dpdp7pwXKc3.lazyload, #Na7kZKAXQCZ07Ja5Kvtr2dpdp7pwXKc3.lazyloading { background-image: none; }
#wTDNSxUVDN2vGWu0L0ugBqs0HZ4vC2Me { background-color:#c6007e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.9375rem;left:0rem;display:block; }
#iBWg8EW8LSz9sMO43oxa8DhLcic5dMde { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXnJpTA67an2yTBMH0MTwCDCeS5TK7Sz { position:absolute;display:block;z-index:15024;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:3.3125rem;width:3.6875rem;top:3.1875rem;left:67.375rem;overflow:hidden;display:block; }
#FkKiIeLtVr1vPxilcayrgfCitn8sfnD3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.125rem;left:38rem;display:block; }
#aXRvTm9iW32EFXMSrZOgCq0TpuyQIgua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aQnpyMz7pH1h1NABM0Ocq9HBfyZHNSin { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.125rem;left:46.0625rem;display:block; }
#SDMg7tVVmyFkc3SBWgaFwMWe9Uxsodta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTEiQt7AS2NmnELSt6FZCZHJ4RMfFNJ1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.125rem;left:52.3125rem;display:block; }
#LElBbkiXhoRNGABg4uoHGp65LDHuyqPX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2ubvxA48uWeQ7G4xxkzToOlQ1POcZFt { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:2.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:4.125rem;left:59.1875rem;display:block; }
#cbCudyk3xrRpq5T0mKCTSgOu4i2oPO1G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VpcT98UDnWlmFtUNQ9E3LAeTZUdrtmce { color:#f1f1f1;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:43.068748474121rem;left:52.625rem;height:1.05625rem;font-style:normal;display:block; }
#bxHp6W1Xf5rOfnARO2o9EotTquSoWmKD { position:relative;display:block; }#bxHp6W1Xf5rOfnARO2o9EotTquSoWmKD { background-color: transparent; background-image: none; }#bxHp6W1Xf5rOfnARO2o9EotTquSoWmKD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxHp6W1Xf5rOfnARO2o9EotTquSoWmKD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxHp6W1Xf5rOfnARO2o9EotTquSoWmKD > .row .container > .video-iframe-container { display: none; }#bxHp6W1Xf5rOfnARO2o9EotTquSoWmKD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxHp6W1Xf5rOfnARO2o9EotTquSoWmKD > .row > .video-iframe-container { display: none; }#bxHp6W1Xf5rOfnARO2o9EotTquSoWmKD > .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); }#bxHp6W1Xf5rOfnARO2o9EotTquSoWmKD { border-width: 0; border-radius: 0; }#bxHp6W1Xf5rOfnARO2o9EotTquSoWmKD > .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; }#bxHp6W1Xf5rOfnARO2o9EotTquSoWmKD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fb;background-image:none;font-size:0.875rem;font-family:arial;height:34.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; }#G8qK9tIVFyXrKvi4BUiTADCHGQaDsZl8 { color:rgba(var(--color-tertiary-4),0.8);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7rem;left:27.75rem;height:2.6rem;display:block; }
#K3fa01JV3XgHLrNKbBwEU8gM3tVaxuBZ { color:rgba(var(--color-tertiary-4),0.8);display:block;width:72.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13.518749237061rem;left:1.34375rem;height:16.5rem;display:block; }
#QKyK1I65PcCVvWGPdkcz1eUXhRwuTQg3 { box-sizing:content-box;height:0.75rem;width:12.1875rem;position:absolute;display:block;z-index:15003;background-color:#dad9e1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.268750190735rem;left:28.5rem;display:block; }
#tpWZJUTh7EW7ThCTtT9yT275gLpwenFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151424;background-image:url("https://images.assets-landingi.com/uc/b352507b-496f-411f-9118-d6c71b8af0b0/section.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; }#tpWZJUTh7EW7ThCTtT9yT275gLpwenFH.adaptive-delivery-prevent-bg, #tpWZJUTh7EW7ThCTtT9yT275gLpwenFH.lazyload, #tpWZJUTh7EW7ThCTtT9yT275gLpwenFH.lazyloading { background-image: none; }#tpWZJUTh7EW7ThCTtT9yT275gLpwenFH > .row .container { background-color: transparent; background-image: none; }#tpWZJUTh7EW7ThCTtT9yT275gLpwenFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpWZJUTh7EW7ThCTtT9yT275gLpwenFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpWZJUTh7EW7ThCTtT9yT275gLpwenFH > .row .container > .video-iframe-container { display: none; }#tpWZJUTh7EW7ThCTtT9yT275gLpwenFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpWZJUTh7EW7ThCTtT9yT275gLpwenFH > .row > .video-iframe-container { display: none; }#tpWZJUTh7EW7ThCTtT9yT275gLpwenFH > .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); }#tpWZJUTh7EW7ThCTtT9yT275gLpwenFH > .row .container { border-width: 0; border-radius: 0; }#tpWZJUTh7EW7ThCTtT9yT275gLpwenFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tpWZJUTh7EW7ThCTtT9yT275gLpwenFH > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#peqGG2kWGRvWCIIuk2T3TKbCS5i0esr0 { color:rgba(255,255,255,0.8);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.3749990463257rem;left:19.5rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TePwoMpXuVxJAHTpP9sfLGTSNH2a7tDh { position:absolute;display:block;z-index:15013;background-color:#c6007e;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.875rem;width:18.75rem;top:7.5624990463256rem;left:1.4375rem;display:block; }
#aLCwp3Sy6HdVScphRskS0ph742TuGqTa { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:12.5rem;width:18.75rem;top:7.5625rem;left:27.0625rem;overflow:hidden;display:block; }
#eqqtZHmNTuXTPCWf4zUGd5fQ776cxVqU { color:rgba(255,255,255,0.8);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.4374990463256rem;left:1.75rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#hu4rrXb8HsxBQToLD1uL1Epzp8kZ7qGT { color:rgba(255,255,255,0.8);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.96249961853rem;left:1.5rem;height:9.0986125rem;text-align:left;text-align-last:left;display:block; }
#oO81RQPibk4vI9rzP5GtrJdDncclWAaG { color:rgba(255,255,255,0.8);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.1875rem;left:52.6875rem;height:10.39841875rem;text-align:left;text-align-last:left;display:block; }
#Fe0XlHov1L1btPCmEKOwr4bMRBgbM5oh { color:rgba(255,255,255,0.8);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.1249990463256rem;left:52.6875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#DffC8874RymGfAvZwh2wmhcPMB3ika2R { position:absolute;display:block;z-index:15017;background-color:#c6007e;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.875rem;width:18.75rem;top:7.3749990463256rem;left:52.6875rem;display:block; }
#M6K9MKAS8wF28Xz1IwX3RtwyELXgRw5o { color:rgba(255,255,255,0.8);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.125rem;left:26.4375rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#n31KQ8hyXUfRddtIGemauDXuT61BA6bk { position:absolute;display:block;z-index:15017;background-color:#c6007e;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.875rem;width:18.75rem;top:33.749999046326rem;left:26.4375rem;display:block; }
#UdurbDOJpFzKvniLrvApWooWQpxTNNdB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:12.375rem;width:18.75rem;top:21.687499046326rem;left:0.8125rem;overflow:hidden;display:block; }
#ep9nVx1PyVnJfa6X2LMOr5HMbTvZxU9I { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.4375rem;width:20.9375rem;top:22.437499046326rem;left:52.6875rem;overflow:hidden;display:block; }
#vdfggAWuK6t96sH6fSBlNOTmuVfhfgvN { color:rgba(255,255,255,0.8);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:24.312499046326rem;left:26.375rem;height:9.0986125rem;text-align:left;text-align-last:left;display:block; }
#zHCzDd35sowdJNQKmmvHH4QtPLVfqFq4 { position:relative;display:block; }#zHCzDd35sowdJNQKmmvHH4QtPLVfqFq4 { background-color: transparent; background-image: none; }#zHCzDd35sowdJNQKmmvHH4QtPLVfqFq4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHCzDd35sowdJNQKmmvHH4QtPLVfqFq4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHCzDd35sowdJNQKmmvHH4QtPLVfqFq4 > .row .container > .video-iframe-container { display: none; }#zHCzDd35sowdJNQKmmvHH4QtPLVfqFq4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHCzDd35sowdJNQKmmvHH4QtPLVfqFq4 > .row > .video-iframe-container { display: none; }#zHCzDd35sowdJNQKmmvHH4QtPLVfqFq4 > .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); }#zHCzDd35sowdJNQKmmvHH4QtPLVfqFq4 { border-width: 0; border-radius: 0; }#zHCzDd35sowdJNQKmmvHH4QtPLVfqFq4 > .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; }#zHCzDd35sowdJNQKmmvHH4QtPLVfqFq4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f9fb;background-image:none;font-size:0.875rem;font-family:arial;height:7.125rem;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; }#QlUHvZMT0OSEKEg0gVKe4dmfIGeksQmZ { color:rgba(var(--color-tertiary-4),0.8);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9749984741211rem;left:15.8125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tf6BzCNPH5plzJWpz0VoAHSU4F8hwa0R { box-sizing:content-box;height:0.75rem;width:12.1875rem;position:absolute;display:block;z-index:15004;background-color:#dad9e1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.375rem;left:28rem;display:block; }
#BesWauXW12P5Oy2iQVH6aeScswxNaJpe { position:relative;display:block; }#BesWauXW12P5Oy2iQVH6aeScswxNaJpe { background-color: transparent; background-image: none; }#BesWauXW12P5Oy2iQVH6aeScswxNaJpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BesWauXW12P5Oy2iQVH6aeScswxNaJpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BesWauXW12P5Oy2iQVH6aeScswxNaJpe > .row .container > .video-iframe-container { display: none; }#BesWauXW12P5Oy2iQVH6aeScswxNaJpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BesWauXW12P5Oy2iQVH6aeScswxNaJpe > .row > .video-iframe-container { display: none; }#BesWauXW12P5Oy2iQVH6aeScswxNaJpe > .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); }#BesWauXW12P5Oy2iQVH6aeScswxNaJpe { border-width: 0; border-radius: 0; }#BesWauXW12P5Oy2iQVH6aeScswxNaJpe > .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; }#BesWauXW12P5Oy2iQVH6aeScswxNaJpe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f9fb;background-image:none;font-size:0.875rem;font-family:arial;height:42.125rem;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; }#lJfZxBZAz5gQAWbXwUVkO1nzXvUGUPgn { color:rgba(var(--color-tertiary-4),0.8);display:block;width:46.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.3125rem;height:36.394575rem;display:block; }
#Kqflo0k4KBivaXtqf96q4Oi1r30eQQpJ { background-color:#c6007e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.21249961853rem;left:28.5rem;display:block; }
#C2hBNV2l6hd89yyeIWvRB7zDIIK7kPo1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fvGWwury6JNubs4dJNlm9mQR8qTCnbtb { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:13.625rem;width:9.25rem;top:2.875rem;left:53.5rem;display:block; }#fvGWwury6JNubs4dJNlm9mQR8qTCnbtb.adaptive-delivery-prevent-bg, #fvGWwury6JNubs4dJNlm9mQR8qTCnbtb.lazyload, #fvGWwury6JNubs4dJNlm9mQR8qTCnbtb.lazyloading { background-image: none; }
#mtxnFIyTCpzdBJbHStgaPMDUhl95WRJF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,224,224,0.35);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; }#mtxnFIyTCpzdBJbHStgaPMDUhl95WRJF > .row .container { background-color: transparent; background-image: none; }#mtxnFIyTCpzdBJbHStgaPMDUhl95WRJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtxnFIyTCpzdBJbHStgaPMDUhl95WRJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtxnFIyTCpzdBJbHStgaPMDUhl95WRJF > .row .container > .video-iframe-container { display: none; }#mtxnFIyTCpzdBJbHStgaPMDUhl95WRJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtxnFIyTCpzdBJbHStgaPMDUhl95WRJF > .row > .video-iframe-container { display: none; }#mtxnFIyTCpzdBJbHStgaPMDUhl95WRJF > .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); }#mtxnFIyTCpzdBJbHStgaPMDUhl95WRJF > .row .container { border-width: 0; border-radius: 0; }#mtxnFIyTCpzdBJbHStgaPMDUhl95WRJF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mtxnFIyTCpzdBJbHStgaPMDUhl95WRJF > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#mmK8WELvAVpaWvqXEk8aJ8bCMhWwlfer { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.25rem;left:11.875rem;height:14.297875rem;text-align:left;text-align-last:left;display:block; }
#MrAohsIT4WnflSag3IUtdGUzsAEfGFJq { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.8125rem;left:12.5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#T8EKlCVPhrk7on1Jc8FNXs0VEVKa10SP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:24rem;width:21.125rem;top:8.875rem;left:42.875rem;overflow:hidden;display:block; }
#lgV5N5XOCWeu9yg8mTZlcPEDqOCciyIK { color:rgba(var(--color-tertiary-3),0.6);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.375rem;left:12.5rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#XUX3V9mcEThQlFlSzotCZGLoCRtFERv1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:33.75rem;left:45.3125rem; }
#zEu31MLPhwB8SCgfHloa4ApZCcM1pkgy { position:absolute;display:block;z-index:14989;background-color:transparent;background-image: -webkit-linear-gradient(32deg, #c6007e, #f8f8f8);background-image: -moz-linear-gradient(32deg, #c6007e, #f8f8f8);background-image: -ms-linear-gradient(32deg, #c6007e, #f8f8f8);background-image: -o-linear-gradient(32deg, #c6007e, #f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6007e', endColorstr='#f8f8f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6007e', endColorstr='#f8f8f8' );";background-image: linear-gradient(32deg, #c6007e, #f8f8f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:20.25rem;width:20.25rem;top:16.5625rem;left:38.875rem;display:block; }
#DkIKBLxKHGgTOQUszgz4QbcL4PxRLMoN { color:rgba(0,0,0,0.8);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.4375rem;left:13.875rem;height:2.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zB6lxVMnEcOAWs1Ol3WuhTdSIHuJA0oc { box-sizing:content-box;height:0.75rem;width:12.1875rem;position:absolute;display:block;z-index:15005;background-color:#dad9e1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5875015258789rem;left:29.0625rem;display:block; }
#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz { border-bottom:0;border-left:0;border-right:0;border-top: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-right-radius:initial;border-bottom-left-radius:initial;display:block; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row .container { background-color: transparent; background-image: none; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row .container > .video-iframe-container { display: none; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row > .video-iframe-container { display: none; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .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); }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row .container { border-width: 0; border-radius: 0; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#JCFbfnCPJVeiZGqy2wTsrx7XTKPCcka7 { color:rgba(0,0,0,0.8);display:block;width:24.25rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:25.375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#paybshEQGqnehQSFIFH17ia1VcmOov76 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:12.625rem;top:4.470832824707rem;left:31.28125rem;overflow:hidden;display:block; }
#pu9pSXqA9elGSKdV3uMbrA0ZqeNbslUc { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.75rem;left:22.9375rem;height:7.7988125rem;text-align:left;text-align-last:left;display:block; }
#GtcCBFfQwKiTP5ZomgX9lAMmZKeuGJNv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #151424, #1a1a3c);background-image: -moz-linear-gradient(360deg, #151424, #1a1a3c);background-image: -ms-linear-gradient(360deg, #151424, #1a1a3c);background-image: -o-linear-gradient(360deg, #151424, #1a1a3c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151424', endColorstr='#1a1a3c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151424', endColorstr='#1a1a3c' );";background-image: linear-gradient(360deg, #151424, #1a1a3c);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GtcCBFfQwKiTP5ZomgX9lAMmZKeuGJNv > .row .container { background-color: transparent; background-image: none; }#GtcCBFfQwKiTP5ZomgX9lAMmZKeuGJNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtcCBFfQwKiTP5ZomgX9lAMmZKeuGJNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtcCBFfQwKiTP5ZomgX9lAMmZKeuGJNv > .row .container > .video-iframe-container { display: none; }#GtcCBFfQwKiTP5ZomgX9lAMmZKeuGJNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtcCBFfQwKiTP5ZomgX9lAMmZKeuGJNv > .row > .video-iframe-container { display: none; }#GtcCBFfQwKiTP5ZomgX9lAMmZKeuGJNv > .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); }#GtcCBFfQwKiTP5ZomgX9lAMmZKeuGJNv > .row .container { border-width: 0; border-radius: 0; }#GtcCBFfQwKiTP5ZomgX9lAMmZKeuGJNv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GtcCBFfQwKiTP5ZomgX9lAMmZKeuGJNv > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#kbVcnq44zfn2bBAvxnR8KRkThSIIiy4m { display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.875rem;left:0rem;height:3.25rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fb6ZNZ9QS5ltiJL1Kg4M9yFOrdhualxA { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:16.625rem;left:1rem;height:6.296875rem;font-style:normal;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;display:block; }
#Na5NFxdXtQ9qaZX1Qk80F9AAIRZhILZl { position:absolute;z-index:15001;top:3.75rem;left:41.9375rem;width:27.5rem;height:27.375rem;display:block; }
#nFgITcm98e4fsKgJZQ1eqI9NWnGyiJ1x { position:absolute;display:block;z-index:15000;background-color:#eeeeee;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:35.8125rem;width:37.4375rem;top:0rem;left:37.5rem;display:block; }
#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { background-color: transparent; background-image: none; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container > .video-iframe-container { display: none; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row > .video-iframe-container { display: none; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .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); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { border-width: 0; border-radius: 0; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { font-size:0.875rem;font-family:"open sans";height:8rem;width:75rem;position:relative;display:block; }#zu2VZibUoW0v4QcmKQxR6sPThAqT70I0 { display:block;width:56.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:10.0625rem;height:4.8730625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #GKAAQFWyLU0MfUkJFBFxp7L1iuysw6Jo { display:block; }#GKAAQFWyLU0MfUkJFBFxp7L1iuysw6Jo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wDHCE5LmlhBxl4QmNTMg9aCKvpbFBI5D { width:10.3125rem;height:2.25rem;top:1.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV { display:block; }#FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV > .row .container { width:47.75rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kP6ndiJM0XJFPiHl8LLnA3DBRI9v53XI { width:21.9375rem;height:2.625rem;top:1.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nZTfKysrtkA5dgFUXpvpt266deBiumbN { width:1.5rem;height:1.5rem;top:2.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dLcogaxkKDDaTsocqaDAOZtZ301Eur2h { width:18.4375rem;height:1.055775rem;top:2.5rem;left:4.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9Ak4MWsWhFVKinwpbuuJdNXH0cypDlo { width:1.5rem;height:1.5rem;top:24.937057968139rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #O3RXIasSDDyzsfFgypLr2IEC8TAE5qC1 { width:47.75rem;height:8.1875rem;top:32.437059875488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oHyB4waQF6pbXTRmbG2B6vNTTnhgRLTJ { width:3.125rem;height:3.0058625rem;top:33.873046875rem;left:4.8427734375rem;font-size:2.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #LKsR1GfGxePPHtU8Oru40dOyGh1Q8GAl { width:11.1875rem;height:1.13671875rem;top:36.817484375rem;left:0.81163203716275rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LiwFV1mleVk48P5rcaTfxZvbMrLvrkTF { width:4.9375rem;height:3.0058625rem;top:33.8115234375rem;left:14.1552734375rem;font-size:2.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #uH30FFKusgvyWZ955QwosiH38HH2bucB { width:10.25rem;height:1.13671875rem;top:36.817484375rem;left:11.499566793442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGEEva6txKzsQplL8dBwt6WB2n5qPHF3 { width:7.5625rem;height:3.0058625rem;top:33.8115234375rem;left:23.125rem;font-size:2.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #NbtilsxTUufeco4osChmqFbDCyk8nQwX { width:10.625rem;height:1.13671875rem;top:36.817484375rem;left:24.312066793442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cwVpFAT4NMdXeUPVuQRs59Zi2O4rR4iP { width:4.9375rem;height:3.0058625rem;top:33.8115234375rem;left:36.935546875rem;font-size:2.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #pblhJ49T1ZRFHeaSK1ggtEidor2rgfVy { width:10.625rem;height:1.13671875rem;top:36.817484375rem;left:35.874566793442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBgHO6cbQu7V8q4Zpu6TorG8PCGcAiBi { width:0.0625rem;height:8.1875rem;top:44.875rem;left:8.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BzXacbvLT8Z9G75pvzgHMJ7SxZ5O4CD1 { width:0.0625rem;height:8.1875rem;top:44.8125rem;left:25.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QDnikV9xQTgwXU0JiBKHrkncuJMVfggl { width:0.0625rem;height:8.1875rem;top:44.8125rem;left:40.96875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CktNTmTyzx1XTKHAT8fJZRzWTm48bGLJ { width:3rem;height:3.0058625rem;top:33.8115234375rem;left:7.060546875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ntCDtsdcTkRPnagT2zONzHKuZI8keLKV { width:2.37413125rem;height:3.0058625rem;top:33.811842437744rem;left:18.25629401207rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CkJf0JPVgR4GLdIx244AshT6D0Qqkm0w { width:1.81206875rem;height:3.0058625rem;top:33.810766220093rem;left:30.934247732163rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dBEZTKyqcfHzyrABgiOyTWU6q0TGJQbd { width:2.6237rem;height:3.0058625rem;top:33.810764789581rem;left:41.811418294907rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OK1bItA1Oa6BfhCAqs9xMAMNxI5lsl7E { width:29.3125rem;height:31.625rem;top:14.5625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eFdc7RH87rXD61Ot5uSrfs3y74lUyXaT { width:7.1875rem;height:14.1875rem;top:29.875rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wkW25WnhNA1KpM7iX8S0HRwLZk203JyP { width:19.6875rem;height:4.4375rem;top:40.1875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G27GlUiX0y46o97zCHuNg0N3dnRNyqAc { width:14.375rem;height:1.94921875rem;top:40.6240234375rem;left:30.93359375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #qsVkUSTiBBwgMsVnnnWPWHphHJBC6EzE { width:31.375rem;height:31.375rem;top:12rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFoDZT7KG7u6f5M1DsaFI50z2IqzfSNQ { width:39.6875rem;height:5.1181625rem;top:10.4375rem;left:0rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ACQHLLq31G6s4PFwD79VZUH5dlQsy6h3 { width:33.5rem;height:9.5625rem;top:15.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UDVStf8T0i9og1q9evUT52lxzEHa3TEw { width:0.125rem;height:7.25rem;top:26.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KLrmyLu8NJsxTvlr2Ie90xio8Qw5Lb5e { width:24rem;height:5.3613375rem;top:26.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Na7kZKAXQCZ07Ja5Kvtr2dpdp7pwXKc3 { width:7.1875rem;height:10.5rem;top:13.5rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTDNSxUVDN2vGWu0L0ugBqs0HZ4vC2Me { width:15.375rem;height:3.25rem;top:41.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iBWg8EW8LSz9sMO43oxa8DhLcic5dMde { display:block; }
 }@media only screen and (max-width: 1199px) { #uXnJpTA67an2yTBMH0MTwCDCeS5TK7Sz { width:3.6875rem;height:3.3125rem;top:1rem;left:42.8740234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FkKiIeLtVr1vPxilcayrgfCitn8sfnD3 { width:7.4375rem;height:2.25rem;top:4.25rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aXRvTm9iW32EFXMSrZOgCq0TpuyQIgua { display:block; }
 }@media only screen and (max-width: 1199px) { #aQnpyMz7pH1h1NABM0Ocq9HBfyZHNSin { width:6rem;height:2.25rem;top:4.25rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SDMg7tVVmyFkc3SBWgaFwMWe9Uxsodta { display:block; }
 }@media only screen and (max-width: 1199px) { #pTEiQt7AS2NmnELSt6FZCZHJ4RMfFNJ1 { width:6.0625rem;height:2.25rem;top:4.25rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LElBbkiXhoRNGABg4uoHGp65LDHuyqPX { display:block; }
 }@media only screen and (max-width: 1199px) { #e2ubvxA48uWeQ7G4xxkzToOlQ1POcZFt { width:6.625rem;height:2.375rem;top:4.25rem;left:39.9365234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cbCudyk3xrRpq5T0mKCTSgOu4i2oPO1G { display:block; }
 }@media only screen and (max-width: 1199px) { #VpcT98UDnWlmFtUNQ9E3LAeTZUdrtmce { width:18.4375rem;height:1.0556625rem;top:43.0703125rem;left:28.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #bxHp6W1Xf5rOfnARO2o9EotTquSoWmKD { display:block; }#bxHp6W1Xf5rOfnARO2o9EotTquSoWmKD > .row .container { width:47.75rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G8qK9tIVFyXrKvi4BUiTADCHGQaDsZl8 { width:27.5625rem;height:2.5996125rem;top:0.9736328125rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K3fa01JV3XgHLrNKbBwEU8gM3tVaxuBZ { width:44.75rem;height:21rem;top:4.6357421875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QKyK1I65PcCVvWGPdkcz1eUXhRwuTQg3 { width:12.1875rem;height:0.75rem;top:27rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tpWZJUTh7EW7ThCTtT9yT275gLpwenFH { display:block; }#tpWZJUTh7EW7ThCTtT9yT275gLpwenFH > .row .container { width:47.75rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #peqGG2kWGRvWCIIuk2T3TKbCS5i0esr0 { width:36.5625rem;height:2.5996125rem;top:1.5625rem;left:5.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TePwoMpXuVxJAHTpP9sfLGTSNH2a7tDh { width:18.75rem;height:0.875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aLCwp3Sy6HdVScphRskS0ph742TuGqTa { width:18.75rem;height:12.5rem;top:21.625rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eqqtZHmNTuXTPCWf4zUGd5fQ776cxVqU { width:16.0625rem;height:4.0625rem;top:8.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hu4rrXb8HsxBQToLD1uL1Epzp8kZ7qGT { width:19.5rem;height:9.0986125rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oO81RQPibk4vI9rzP5GtrJdDncclWAaG { width:19.375rem;height:10.39841875rem;top:52.5rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fe0XlHov1L1btPCmEKOwr4bMRBgbM5oh { width:16.0625rem;height:4.0625rem;top:48.5rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DffC8874RymGfAvZwh2wmhcPMB3ika2R { width:18.75rem;height:0.875rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M6K9MKAS8wF28Xz1IwX3RtwyELXgRw5o { width:16.0625rem;height:4.0625rem;top:34.0625rem;left:24.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n31KQ8hyXUfRddtIGemauDXuT61BA6bk { width:18.75rem;height:0.875rem;top:47.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UdurbDOJpFzKvniLrvApWooWQpxTNNdB { width:18.75rem;height:12.375rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ep9nVx1PyVnJfa6X2LMOr5HMbTvZxU9I { width:20.9375rem;height:11.4375rem;top:62.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vdfggAWuK6t96sH6fSBlNOTmuVfhfgvN { width:20.125rem;height:9.0986125rem;top:38.1875rem;left:24.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zHCzDd35sowdJNQKmmvHH4QtPLVfqFq4 { display:block; }#zHCzDd35sowdJNQKmmvHH4QtPLVfqFq4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QlUHvZMT0OSEKEg0gVKe4dmfIGeksQmZ { width:36.5625rem;height:2.5996125rem;top:1.6875rem;left:5.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tf6BzCNPH5plzJWpz0VoAHSU4F8hwa0R { width:12.1875rem;height:0.75rem;top:6.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BesWauXW12P5Oy2iQVH6aeScswxNaJpe { display:block; }#BesWauXW12P5Oy2iQVH6aeScswxNaJpe > .row .container { width:47.75rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lJfZxBZAz5gQAWbXwUVkO1nzXvUGUPgn { width:46.4375rem;height:36.394575rem;top:0.8125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kqflo0k4KBivaXtqf96q4Oi1r30eQQpJ { width:12.1875rem;height:3.25rem;top:37.2060546875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C2hBNV2l6hd89yyeIWvRB7zDIIK7kPo1 { display:block; }
 }@media only screen and (max-width: 1199px) { #fvGWwury6JNubs4dJNlm9mQR8qTCnbtb { width:9.25rem;height:13.625rem;top:2.875rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mtxnFIyTCpzdBJbHStgaPMDUhl95WRJF { display:block; }#mtxnFIyTCpzdBJbHStgaPMDUhl95WRJF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mmK8WELvAVpaWvqXEk8aJ8bCMhWwlfer { width:23.9375rem;height:14.297875rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MrAohsIT4WnflSag3IUtdGUzsAEfGFJq { width:23.9375rem;height:1.94921875rem;top:11.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8EKlCVPhrk7on1Jc8FNXs0VEVKa10SP { width:21.125rem;height:24rem;top:10.048828125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lgV5N5XOCWeu9yg8mTZlcPEDqOCciyIK { width:23.9375rem;height:1.29980625rem;top:14.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUX3V9mcEThQlFlSzotCZGLoCRtFERv1 { width:1.625rem;height:1.625rem;top:33.75rem;left:24.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zEu31MLPhwB8SCgfHloa4ApZCcM1pkgy { width:20.25rem;height:20.25rem;top:16.5625rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DkIKBLxKHGgTOQUszgz4QbcL4PxRLMoN { width:47.75rem;height:2.79980625rem;top:2.4990234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zB6lxVMnEcOAWs1Ol3WuhTdSIHuJA0oc { width:12.1875rem;height:0.75rem;top:5.7998046875rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZv4KEyL8npN0Hg5khMdOahUFVkQCluz { display:block; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JCFbfnCPJVeiZGqy2wTsrx7XTKPCcka7 { width:24.25rem;height:;top:0.9375rem;left:11.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paybshEQGqnehQSFIFH17ia1VcmOov76 { width:12.25rem;height:2.6875rem;top:5.15625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pu9pSXqA9elGSKdV3uMbrA0ZqeNbslUc { width:44.6875rem;height:5.19921875rem;top:8.9375rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GtcCBFfQwKiTP5ZomgX9lAMmZKeuGJNv { display:block; }#GtcCBFfQwKiTP5ZomgX9lAMmZKeuGJNv > .row .container { width:47.75rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kbVcnq44zfn2bBAvxnR8KRkThSIIiy4m { width:21.6875rem;height:2.51855625rem;top:1.5rem;left:1.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fb6ZNZ9QS5ltiJL1Kg4M9yFOrdhualxA { width:43.625rem;height:4.1982375rem;top:5.375rem;left:1.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Na5NFxdXtQ9qaZX1Qk80F9AAIRZhILZl { width:20.6875rem;height:26.6875rem;top:13.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nFgITcm98e4fsKgJZQ1eqI9NWnGyiJ1x { width:34.9375rem;height:30.8125rem;top:12.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 { display:block; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { width:47.75rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zu2VZibUoW0v4QcmKQxR6sPThAqT70I0 { width:46.4375rem;height:4.8730625rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GKAAQFWyLU0MfUkJFBFxp7L1iuysw6Jo { display:block; }#GKAAQFWyLU0MfUkJFBFxp7L1iuysw6Jo > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDHCE5LmlhBxl4QmNTMg9aCKvpbFBI5D { width:9.5625rem;height:2.0863636363636rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV { display:block; }#FpLm3NS0hKMNO4WHzwQhHdkWEFECKMUV > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kP6ndiJM0XJFPiHl8LLnA3DBRI9v53XI { width:20rem;height:2.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZTfKysrtkA5dgFUXpvpt266deBiumbN { width:1.5rem;height:1.5rem;top:1.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLcogaxkKDDaTsocqaDAOZtZ301Eur2h { width:10.875rem;height:1.0556625rem;top:2.125rem;left:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Ak4MWsWhFVKinwpbuuJdNXH0cypDlo { width:1.5rem;height:1.5rem;top:28.2353515625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3RXIasSDDyzsfFgypLr2IEC8TAE5qC1 { width:20rem;height:15.375rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHyB4waQF6pbXTRmbG2B6vNTTnhgRLTJ { width:8rem;height:2.5996125rem;top:26.2119140625rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKsR1GfGxePPHtU8Oru40dOyGh1Q8GAl { width:8.375rem;height:1.13671875rem;top:28.75rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiwFV1mleVk48P5rcaTfxZvbMrLvrkTF { width:9.375rem;height:2.5996125rem;top:30.76171875rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH30FFKusgvyWZ955QwosiH38HH2bucB { width:8.25rem;height:2.2734375rem;top:34.125rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nGEEva6txKzsQplL8dBwt6WB2n5qPHF3 { width:8.125rem;height:2.5996125rem;top:26.2119140625rem;left:10.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbtilsxTUufeco4osChmqFbDCyk8nQwX { width:6.8125rem;height:1.13671875rem;top:28.8115234375rem;left:10.96875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cwVpFAT4NMdXeUPVuQRs59Zi2O4rR4iP { width:8.0625rem;height:2.5996125rem;top:30.76171875rem;left:10rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pblhJ49T1ZRFHeaSK1ggtEidor2rgfVy { width:9.0625rem;height:2.2734375rem;top:34.125rem;left:10rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBgHO6cbQu7V8q4Zpu6TorG8PCGcAiBi { width:0.0625rem;height:8.1875rem;top:49.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzXacbvLT8Z9G75pvzgHMJ7SxZ5O4CD1 { width:0.0625rem;height:8.1875rem;top:49.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDnikV9xQTgwXU0JiBKHrkncuJMVfggl { width:0.0625rem;height:8.1875rem;top:49.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CktNTmTyzx1XTKHAT8fJZRzWTm48bGLJ { width:2.249025rem;height:2.5996125rem;top:26.2119140625rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntCDtsdcTkRPnagT2zONzHKuZI8keLKV { width:2.249025rem;height:2.5996125rem;top:30.76171875rem;left:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkJf0JPVgR4GLdIx244AshT6D0Qqkm0w { width:2.249025rem;height:2.5996125rem;top:26.2119140625rem;left:17.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBEZTKyqcfHzyrABgiOyTWU6q0TGJQbd { width:2.249025rem;height:2.5996125rem;top:30.76171875rem;left:14.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK1bItA1Oa6BfhCAqs9xMAMNxI5lsl7E { width:14.6875rem;height:15.8125rem;top:42rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFdc7RH87rXD61Ot5uSrfs3y74lUyXaT { width:7.1875rem;height:8.75rem;top:103.5234375rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wkW25WnhNA1KpM7iX8S0HRwLZk203JyP { width:19.6875rem;height:5.3125rem;top:58.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G27GlUiX0y46o97zCHuNg0N3dnRNyqAc { width:20rem;height:1.94921875rem;top:59.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsVkUSTiBBwgMsVnnnWPWHphHJBC6EzE { width:18.75rem;height:18.75rem;top:37.875rem;left:0.625rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #EFoDZT7KG7u6f5M1DsaFI50z2IqzfSNQ { width:20rem;height:2.3994125rem;top:7.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ACQHLLq31G6s4PFwD79VZUH5dlQsy6h3 { width:20rem;height:5.0625rem;top:11.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDVStf8T0i9og1q9evUT52lxzEHa3TEw { width:0.125rem;height:7.25rem;top:55.2109375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLrmyLu8NJsxTvlr2Ie90xio8Qw5Lb5e { width:20rem;height:4.875rem;top:17.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Na7kZKAXQCZ07Ja5Kvtr2dpdp7pwXKc3 { width:7.1875rem;height:9.875rem;top:87.1484375rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTDNSxUVDN2vGWu0L0ugBqs0HZ4vC2Me { width:15.375rem;height:3.25rem;top:65.0234375rem;left:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iBWg8EW8LSz9sMO43oxa8DhLcic5dMde { display:block; }
 }@media only screen and (max-width: 763px) { #uXnJpTA67an2yTBMH0MTwCDCeS5TK7Sz { width:3.6875rem;height:3.3125rem;top:17.9375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FkKiIeLtVr1vPxilcayrgfCitn8sfnD3 { width:3.375rem;height:1.875rem;top:5.125rem;left:8.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXRvTm9iW32EFXMSrZOgCq0TpuyQIgua { display:block; }
 }@media only screen and (max-width: 763px) { #aQnpyMz7pH1h1NABM0Ocq9HBfyZHNSin { width:3.5rem;height:1.875rem;top:8.25rem;left:8.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDMg7tVVmyFkc3SBWgaFwMWe9Uxsodta { display:block; }
 }@media only screen and (max-width: 763px) { #pTEiQt7AS2NmnELSt6FZCZHJ4RMfFNJ1 { width:3.5625rem;height:1.875rem;top:11.375rem;left:8.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LElBbkiXhoRNGABg4uoHGp65LDHuyqPX { display:block; }
 }@media only screen and (max-width: 763px) { #e2ubvxA48uWeQ7G4xxkzToOlQ1POcZFt { width:5.4375rem;height:2.1875rem;top:14.5rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbCudyk3xrRpq5T0mKCTSgOu4i2oPO1G { display:block; }
 }@media only screen and (max-width: 763px) { #VpcT98UDnWlmFtUNQ9E3LAeTZUdrtmce { width:18.4375rem;height:1.0556625rem;top:62.09375rem;left:0.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxHp6W1Xf5rOfnARO2o9EotTquSoWmKD { display:block; }#bxHp6W1Xf5rOfnARO2o9EotTquSoWmKD > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8qK9tIVFyXrKvi4BUiTADCHGQaDsZl8 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3fa01JV3XgHLrNKbBwEU8gM3tVaxuBZ { width:20rem;height:43.5rem;top:5.0996125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QKyK1I65PcCVvWGPdkcz1eUXhRwuTQg3 { width:12.1875rem;height:0.75rem;top:49.8496125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpWZJUTh7EW7ThCTtT9yT275gLpwenFH { display:block; }#tpWZJUTh7EW7ThCTtT9yT275gLpwenFH > .row .container { width:20rem;height:91.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peqGG2kWGRvWCIIuk2T3TKbCS5i0esr0 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TePwoMpXuVxJAHTpP9sfLGTSNH2a7tDh { width:18.75rem;height:0.875rem;top:7.69921875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLCwp3Sy6HdVScphRskS0ph742TuGqTa { width:18.75rem;height:12.5rem;top:35.52145625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqqtZHmNTuXTPCWf4zUGd5fQ776cxVqU { width:16.0625rem;height:2.5996125rem;top:7.69921875rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hu4rrXb8HsxBQToLD1uL1Epzp8kZ7qGT { width:19.5rem;height:9.0986125rem;top:11.54883125rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oO81RQPibk4vI9rzP5GtrJdDncclWAaG { width:19.375rem;height:10.39841875rem;top:79.49311875rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fe0XlHov1L1btPCmEKOwr4bMRBgbM5oh { width:16.0625rem;height:2.5996125rem;top:63.46869375rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DffC8874RymGfAvZwh2wmhcPMB3ika2R { width:18.75rem;height:0.875rem;top:65.59369375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6K9MKAS8wF28Xz1IwX3RtwyELXgRw5o { width:16.0625rem;height:2.5996125rem;top:49.27145625rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n31KQ8hyXUfRddtIGemauDXuT61BA6bk { width:18.75rem;height:0.875rem;top:67.71869375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdurbDOJpFzKvniLrvApWooWQpxTNNdB { width:18.75rem;height:12.375rem;top:21.89645625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep9nVx1PyVnJfa6X2LMOr5HMbTvZxU9I { width:20rem;height:10.9248125rem;top:67.31830625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdfggAWuK6t96sH6fSBlNOTmuVfhfgvN { width:20rem;height:9.0986125rem;top:53.12106875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHCzDd35sowdJNQKmmvHH4QtPLVfqFq4 { display:block; }#zHCzDd35sowdJNQKmmvHH4QtPLVfqFq4 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlUHvZMT0OSEKEg0gVKe4dmfIGeksQmZ { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tf6BzCNPH5plzJWpz0VoAHSU4F8hwa0R { width:12.1875rem;height:0.75rem;top:7.69921875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BesWauXW12P5Oy2iQVH6aeScswxNaJpe { display:block; }#BesWauXW12P5Oy2iQVH6aeScswxNaJpe > .row .container { width:20rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJfZxBZAz5gQAWbXwUVkO1nzXvUGUPgn { width:19.125rem;height:59.790975rem;top:1.25rem;left:0.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kqflo0k4KBivaXtqf96q4Oi1r30eQQpJ { width:12.1875rem;height:3.25rem;top:61.0400390625rem;left:3.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2hBNV2l6hd89yyeIWvRB7zDIIK7kPo1 { display:block; }
 }@media only screen and (max-width: 763px) { #fvGWwury6JNubs4dJNlm9mQR8qTCnbtb { width:9.25rem;height:13.625rem;top:66.7900625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtxnFIyTCpzdBJbHStgaPMDUhl95WRJF { display:block; }#mtxnFIyTCpzdBJbHStgaPMDUhl95WRJF > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmK8WELvAVpaWvqXEk8aJ8bCMhWwlfer { width:17.1875rem;height:20.796875rem;top:13.04883125rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MrAohsIT4WnflSag3IUtdGUzsAEfGFJq { width:17.1875rem;height:1.94921875rem;top:7.29980625rem;left:1.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8EKlCVPhrk7on1Jc8FNXs0VEVKa10SP { width:11.4375rem;height:13rem;top:38.720703125rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgV5N5XOCWeu9yg8mTZlcPEDqOCciyIK { width:17.1875rem;height:1.29980625rem;top:10.499025rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUX3V9mcEThQlFlSzotCZGLoCRtFERv1 { display:flex;width:1.625rem;height:1.625rem;top:52.28320625rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEu31MLPhwB8SCgfHloa4ApZCcM1pkgy { width:20rem;height:20.25rem;top:35.09570625rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #DkIKBLxKHGgTOQUszgz4QbcL4PxRLMoN { width:20rem;height:2.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zB6lxVMnEcOAWs1Ol3WuhTdSIHuJA0oc { width:12.1875rem;height:0.75rem;top:5.29980625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZv4KEyL8npN0Hg5khMdOahUFVkQCluz { display:block; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCFbfnCPJVeiZGqy2wTsrx7XTKPCcka7 { width:20rem;height:2.6rem;top:1.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #paybshEQGqnehQSFIFH17ia1VcmOov76 { width:9rem;height:1.9375rem;top:4.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu9pSXqA9elGSKdV3uMbrA0ZqeNbslUc { width:20rem;height:11.69825rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtcCBFfQwKiTP5ZomgX9lAMmZKeuGJNv { display:block; }#GtcCBFfQwKiTP5ZomgX9lAMmZKeuGJNv > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbVcnq44zfn2bBAvxnR8KRkThSIIiy4m { width:18.75rem;height:2.2747375rem;top:1.2109375rem;left:0.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb6ZNZ9QS5ltiJL1Kg4M9yFOrdhualxA { width:17.875rem;height:6.12304375rem;top:4.296875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na5NFxdXtQ9qaZX1Qk80F9AAIRZhILZl { width:18.4375rem;height:41.1875rem;top:15.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFgITcm98e4fsKgJZQ1eqI9NWnGyiJ1x { width:20rem;height:45.375rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 { display:block; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zu2VZibUoW0v4QcmKQxR6sPThAqT70I0 { width:18.125rem;height:7.14845rem;top:0.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }