.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,234,234;--color-primary-1:252,185,186;--color-primary-2:248,115,116;--color-primary-3:124,58,58;--color-primary-4:37,17,17;--color-secondary-0:226,243,255;--color-secondary-1:157,216,255;--color-secondary-2:59,176,255;--color-secondary-3:30,88,128;--color-secondary-4:9,26,38;--color-tertiary-0:255,255,255;--color-tertiary-1:255,233,208;--color-tertiary-2:255,181,98;--color-tertiary-3:128,91,49;--color-tertiary-4:25,18,10;--headlines-font-family:"Challenge";--paragraphs-font-family:"oswald"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { 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;position:relative;display:block; }
#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .row > .video-iframe-container { display: none; }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .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); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { background-color: transparent; background-image: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container > .video-iframe-container { display: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container { display: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .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); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { border-width: 0; border-radius: 0; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:60rem;height:6.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Ps9ArAbT49Gax5rtbQz43uDZKWZ9H7w1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:16.25rem;top:1.4375rem;left:20.75rem;overflow:hidden;display:block; }
#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2343e481-d9ca-4bac-89e4-7ad1359f5edd/RSCarre100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU.adaptive-delivery-prevent-bg, #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU.lazyload, #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU.lazyloading { background-image: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { background-color: transparent; background-image: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container > .video-iframe-container { display: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container { display: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .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); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { border-width: 0; border-radius: 0; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { font-size:0.875rem;font-family:arial;height:66.125rem;width:60rem;position:relative;display:block; }#T7Uwzxbl7psWLDSgxAusor9HEX9JlLmH { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:25.75rem;left:3.59375rem;display:block; }
#PW8VTT37oL6GIwg79LTWVTTyWKPALGL4 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.125rem;width:0.0625rem;top:25.875rem;left:4rem;display:block; }
#um2xT6wbZXG0tlrxCRqe1y2dX7sTty80 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.125rem;top:47.09375rem;left:4.09375rem;overflow:hidden;display:block; }
#TCdq39ZRyHWtk5b9O5QAy8pEuAI5KckQ { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.125rem;width:0.0625rem;top:28rem;left:4.03125rem;display:block; }
#dQT4SUoVCH76GIqSBZPAbwhoZpxexkOT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:4.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:63.25rem;left:19.6875rem;display:block; }
#MWh0aRzn4mFUP9ClLnSqNXPGpXdcFZqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PFte2amNTm2xatvOI2oTP48G59tZAN8p { 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; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container { background-color: transparent; background-image: none; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container > .video-iframe-container { display: none; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row > .video-iframe-container { display: none; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .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); }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container { border-width: 0; border-radius: 0; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:block; }#Xg1DfiiDNpcwIdoOprXIorpMFCPgMfdM { color:rgba(var(--color-primary-2),1);display:block;width:9.6875rem;position:absolute;font-family:challenge;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.84375rem;left:4.9375rem;height:2.4375rem;font-style:normal;display:block; }
#yIAlCoMCXlRaACSUoCEvnNLVU5OTc8hm { color:#2d2929;display:block;width:21.25rem;position:absolute;font-family:challenge;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:14.9638671875rem;left:4.9375rem;height:16.793rem;font-style:normal;display:block; }
#mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c3aaec7a-e1ba-4013-afda-07c1d505bc01/Oncopole_Fond_169_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:30.5rem;top:15.62109375rem;left:28rem;display:block; }#mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ.adaptive-delivery-prevent-bg, #mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ.lazyload, #mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ.lazyloading { background-image: none; }
#k9eNnX3Tsd7o9uc8bUBzqu8EuBOER8Ps { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:0.021484375rem;left:4.03125rem;display:block; }
#Syd7oPTFKDPaLN1DKsWgIwmQxqtgpXFB { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:25.6875rem;left:4rem;display:block; }
#s8GyWgGwh48wFUvx7vAMmTA16TgKux8E { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:3.4375rem;left:4rem;display:block; }
#qlWfGD7RKuEcyTJ42aLcKdMbBGitvz5c { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:9.625rem;left:4rem;display:block; }
#TKdt73IckKaJGNOFM96AlfkHkX9ftbNw { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:20.625rem;left:4rem;display:block; }
#M0cq8W0iAEWXGlJi4On7OJmpT0zlQcuJ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:29.0654296875rem;left:4.03125rem;display:block; }
#TzdFs6RWmUUxEOMIZZ0lHPWsauyeGh1H { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5rem;left:16.9375rem;height:3.8984375rem;font-style:normal;display:block; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.469375rem;padding-right:0.418125rem;padding-bottom:0.469375rem;padding-left:0.418125rem;display:block;align-items:center;width:2.5075rem;min-width:2.5075rem;height:2.521875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.87625rem;font-weight:700;line-height:40.35px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.293125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.34375rem;height:0.996875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.70375rem;font-weight:400;line-height:15.95px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.375rem;height:4.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.0625rem;left:26.5625rem;z-index:15009; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #PPvKARdp9BvL3Tg6EtmyDUw9uZFELqtZ { display:flex;position:relative;top:0rem;left:0rem; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #nCh4G5Rizny31tqwTUFrV5Ek1GO4Pddp { width:auto; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #SXuI9wpJ7NI4mlUoLNXmKxOSTtin6kTT {  }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #UGDk7p5R3vs1HHVd8J22f0Zkky5K0UWs { display:flex;position:relative;top:0rem;left:0rem; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #DTmdBWhvEW4BW3h8adPnfckKph7Sv6qq {  }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #JIwddyeE6yvA1Tc8aTDy8cv0zzv5i9GZ {  }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #rkHTlo33ERa4O9o1RToeuJkPFC81oz10 { display:flex;position:relative;top:0rem;left:0rem; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #hfsCWfUcIAm8Mv6p9JVuQs9STUbUC4M0 {  }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #iIRk13S6VmyXPM6caqySpXh7kwgJpcKy {  }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #SHWbNs50DVooE7TDbXvT2iFgA5FlBXP6 { display:flex;position:relative;top:0rem;left:0rem; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #MdKxOEteCq85M0zz5IW46TvMu5wg5THd {  }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #OWnTwVUvTx5rOT5V1H6MoRDnycylg53l {  }
#poKwTp8leTIpFECt1Z4MQZ0hV3zqlZaV { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:29.375rem;top:3.125rem;left:15.3125rem;display:block; }
#FyJJsii1sDlh2NwzrFTGM5mZ33CudGCM { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:15.625rem;left:4.03125rem;display:block; }
#J57xsimDNV8CGmkg4o82wG1L2rurF3yD { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:11.59375rem;left:3.59375rem;display:block; }
#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { 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; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { background-color: transparent; background-image: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container > .video-iframe-container { display: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container { display: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .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); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { border-width: 0; border-radius: 0; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:60rem;position:relative;display:block; }#tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { color:#2d2929;display:block;width:43.375rem;position:absolute;font-family:challenge;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:11rem;left:11.75rem;height:6.99706875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ssMqJKoEB7SEtt8vMVWCVKfaI7ZJxC0F { color:rgba(var(--color-primary-2),1);display:block;width:23.3125rem;position:absolute;font-family:challenge;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.75rem;left:32.4375rem;height:2.4375rem;font-style:normal;display:block; }
#kEtw5e6SHhTwzhGbaVCHQy9vheEBmezQ { color:#2d2929;display:block;width:43.375rem;position:absolute;font-family:challenge;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.3125rem;left:11.75rem;height:8.39648125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RbKzwIRK2s6EaEmu8uGE7vOO4EsP6h3X { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:0.0625rem;top:5rem;left:56.1875rem;display:block; }
#RZSDA7dxtFGEaBRvNld7XF7QNtTaehAa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:27rem;left:6.9375rem; }
#owWFSDI8UVCGn93RrysAwQciPfLtUxyC { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.125rem;top:11.124997138977rem;left:56.125004768372rem;overflow:hidden;display:block; }
#Acv8r6bEpI8FJCuDRFV8IHfVSv7JaQzT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:7.4999971389769rem;left:55.723217964172rem;display:block; }
#EstLWnZMZJqRSTQzScLvQcrRzaBbPPoa { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:17.3125rem;left:56.1875rem;display:block; }
#ldWHGkJkeRCh4K6roxE8lZcWcsahv4ME { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:0.0625rem;top:23.3125rem;left:56.1875rem;display:block; }
#mT1DWHaIxcB7xSMWbqUUfaUAuv9Pb0ae { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.25rem;top:5rem;left:4rem;display:block; }
#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM { 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; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { background-color: transparent; background-image: none; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container > .video-iframe-container { display: none; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row > .video-iframe-container { display: none; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .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); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { border-width: 0; border-radius: 0; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:60rem;position:relative;display:block; }#EJgQQzDrUMM4Tn2TDEa9cFDw1n0WnPys { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:0.0625rem;top:8.9375rem;left:3.875rem;display:block; }
#DJPtSQ7fvD23JwmOprGqhCxH59JZZiTq { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:1.4375rem;left:3.875rem;display:block; }
#X5pD7fva0mHbRmLPziHBQq5Um6navrFL { color:rgba(var(--color-primary-2),1);display:block;width:52.9375rem;position:absolute;font-family:challenge;font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.71875rem;left:4.96875rem;height:2.4375rem;font-style:normal;display:block; }
#qqVeb7ci9kwy35GAVSK86cS7cENgUGJG { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:0.0625rem;top:13.5rem;left:3.90625rem;display:block; }
#bsvgdmC1VSSqeJBS7HfUWAHhELbNQLRV { position:absolute;display:block;z-index:15015;background-color:#ffb562;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.25rem;width:3.75rem;top:7.6875rem;left:14.5625rem;display:block; }
#mahz4wFHNhRsuFW93Gl3KwCRrOm5ZzA1 { color:#ffb562;display:block;width:12.5rem;position:absolute;font-family:challenge;font-size:2.625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:9.82421875rem;left:10.1875rem;height:3.41264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JiXdLO9Ef7DPpuvMmE6G3E8HCKLldhJH { color:#ffb562;display:block;width:12.5rem;position:absolute;font-family:challenge;font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:13.7431640625rem;left:10.1875rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bd0XuwiXzPqaawQmInWZVZeFPd8ENO54 { position:absolute;display:block;z-index:15016;background-color:#ffb562;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.25rem;width:3.75rem;top:7.6875rem;left:42.5625rem;display:block; }
#CQF68WRhXyP3vKc0Wi6myIchZRf6iqJL { color:#ffb562;display:block;width:10.625rem;position:absolute;font-family:challenge;font-size:2.625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:9.8125rem;left:39.125rem;height:3.41264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kRW8rrihegWIEhTbT7SG8A9tqJofySt2 { color:#ffb562;display:block;width:11.6875rem;position:absolute;font-family:challenge;font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.75rem;left:38.625rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cnrqwpc6KpStJNCyz7WgaRyRdU5Z5wTN { position:absolute;display:block;z-index:15023;background-color:#ffb562;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.25rem;width:3.75rem;top:17.375rem;left:14.5625rem;display:block; }
#U9WKJIiT56nBBvVXcv3otRu4JyramMVp { color:#ffb562;display:block;width:12.5rem;position:absolute;font-family:challenge;font-size:2.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:18.830078125rem;left:10.1875rem;height:3.41264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tv2F0TT2bxMZrQPHaDcAFDxBvWf4tAzv { color:#ffb562;display:block;width:12.5rem;position:absolute;font-family:challenge;font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:22.2421875rem;left:10.1875rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUhte0o05a2SdAVsyXlIVzmQ1dKDTOi5 { position:absolute;display:block;z-index:15024;background-color:#ffb562;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.25rem;width:3.75rem;top:17.375rem;left:42.5625rem;display:block; }
#O2DOflklWsgRJ9O4Tvfllawo5TM9NvST { color:#ffb562;display:block;width:10.625rem;position:absolute;font-family:challenge;font-size:2.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:18.830078125rem;left:39.125rem;height:3.41264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sW8CVb1AwiDkfwEbooUrCzPQm4nsQ4i5 { color:#ffb562;display:block;width:11.6875rem;position:absolute;font-family:challenge;font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:22.2421875rem;left:38.59375rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EcwZ40WuQBgN6x6gg2WcZfytrGTMG2gZ { color:#ffb562;display:block;width:12.5rem;position:absolute;font-family:challenge;font-size:2.625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:24.625rem;left:23.75rem;height:3.41264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iAWFfIPsNms2CsqpRCatyhF9iIfTWTUJ { color:#ffb562;display:block;width:12.5rem;position:absolute;font-family:challenge;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:28.037109375rem;left:23.75rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VyDf1O6VhP0UcVda0TpfKH5BAg2b1UgO { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:4.46875rem;left:3.4375rem;display:block; }
#BI6mMZdXneqaTQNmbkEseybyLlD0TtNX { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:0.0625rem;top:23.7373046875rem;left:3.875rem;display:block; }
#cp5a0SdfXtP4a6L9OK0raxdDe0mqg7Mo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:29.7998046875rem;left:9.25rem; }
#n2caRBJTTS8tsrIXypBTLV8FaNt1sugV { position:absolute;display:block;z-index:15024;background-color:#ffb562;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.25rem;width:3.75rem;top:19.5625rem;left:42.5625rem;display:none; }
#worwmUlhXuwSoMEXh4Upft3D8r9u24ah { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.25rem;top:1.4375rem;left:3.9375rem;display:block; }
#N5dAgaB0Rwc3SGx73STTPCxvArgBVbSP { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:7.1875rem;left:3.90625rem;display:block; }
#Kf0Z0930h0vxoceyFvLIAUQvJ7CGNAzV { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:0.0625rem;top:21.125rem;left:3.90625rem;display:block; }
#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 { 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; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { background-color: transparent; background-image: none; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container > .video-iframe-container { display: none; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row > .video-iframe-container { display: none; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .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); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { border-width: 0; border-radius: 0; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { font-size:0.875rem;font-family:arial;height:72.8125rem;width:60rem;position:relative;display:block; }#M3DEVhaMNxi5h4CyI1tR7487TfzcDLoU { color:rgba(var(--color-primary-2),1);display:block;width:18rem;position:absolute;font-family:challenge;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:37.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WKx5hCJmcHdGRJ7BmQLDREg7zok9GhZb { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.9375rem;width:0.0625rem;top:1.125rem;left:56.125rem;display:block; }
#sXNz3RHqCiv5lL04Lm2GdA0H1WiiWTaK { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:3.9375rem;left:55.6875rem;display:block; }
#NRQkfyu9ruiCRWRUoT7ZbuCrUNyo48UW { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:32.6875rem;left:18.4375rem;display:block; }
#TKKs0sKah95H7kQHNyb4m54v03Ch18HK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LuRtXFZXSEF35HbmHa0SPJmTl1atDtuq { color:#3aaffe;display:block;width:55.125rem;position:absolute;font-family:challenge;font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wWU2689cxiv57BK5povptglKn5HWqTL0 { color:#3aaffe;display:block;width:19.9375rem;position:absolute;font-family:challenge;font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.0625rem;left:2rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzBiK0MC8kxqzhoN0Z4MFysE0tXcvnRm { color:#3aaffe;display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:22rem;left:3.9375rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m3UUcQEvXRG3sOV2UgGHOImZ1swNSxvu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:12.25rem;left:8.9375rem; }
#HzfeGAhGMSqvQJSyLB3kU7b8w5o6FO77 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:12.25rem;left:28.0625rem; }
#NT6RwizReLtW7grLG0y42zTK2s5iwTLP { color:#3aaffe;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.0625rem;left:20.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STziPsdsOpKd1oZoXtzd4HnLdpis0xIM { color:#3aaffe;display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:22.0625rem;left:22.25rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kmzm9QxtCI7IaS9Tq7QGRzBvSqz9c602 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:12.25rem;left:45.75rem; }
#Qtre5S3lxFFf9LzNArOVVImcwJyBzFEK { color:#3aaffe;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:19.0625rem;left:42.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hxZ7kfvrrmkQTQhBcVgrWZuRTvcsOo2b { color:#3aaffe;display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:22rem;left:40.0625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#puGGO5oe61kopS8rhZTa9kRiTMf4M5dx { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.25rem;top:1.125rem;left:3.875rem;display:block; }
#Wx6a1cP6KI6LmOkyXpeFCTlvQSfqKblU { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.25rem;top:68.9375rem;left:3.9375rem;display:block; }
#URJwGJemz3iOuX4NVQPUhaT3OHQaGxc2 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.9375rem;width:0.0625rem;top:4.6875rem;left:56.15625rem;display:block; }
#KefBZ6yRRar81Tuutu9D9yIOJ5c8Ia91 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:0.0625rem;top:68.9375rem;left:3.9375rem;display:block; }
#KG6Br2p1iBKEaHUQlcfqs7VKf0sdZyWe { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.9375rem;width:0.0625rem;top:36.0625rem;left:56.125rem;display:block; }
#Oky8Z6M81AzDTxqoFb5FriSTZ8sxDDAA { color:#3aaffe;display:block;width:55.125rem;position:absolute;font-family:challenge;font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:39.4375rem;left:2.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x4zxK1pM08tCnWnicZ55BGaqE7G8mHOI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:65.4375rem;left:44.40625rem; }
#DdU8xrGlVbTTJIKwSSAn2qQUZJoeN3lf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.125rem;top:27.5234375rem;left:56.1875rem;overflow:hidden;display:block; }
#KdDqhZWPIbfL4vRrzDqdhwteEd0Rqgs9 { color:#3aaffe;display:block;width:43.375rem;position:absolute;font-family:challenge;font-size:1.625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:43.3125rem;left:8.3125rem;height:6.82325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WmQ3N1wPk6MtzwUzxtNqL9OCnZQAk2nc { color:#2d2929;display:block;width:43.375rem;position:absolute;font-family:challenge;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:46.6953125rem;left:8.3125rem;height:10.1738125rem;font-style:normal;display:block; }#WmQ3N1wPk6MtzwUzxtNqL9OCnZQAk2nc li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#WmQ3N1wPk6MtzwUzxtNqL9OCnZQAk2nc li:before{  }
#NwpKiaB3D9JmFMO9u9iCN4gkQsyWLsiF { color:#3aaffe;display:block;width:43.375rem;position:absolute;font-family:challenge;font-size:1.625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:59.0625rem;left:8.3125rem;height:4.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xNubUGkBZ2e830wzhwoc1aowb6Zv5fIQ { color:#2d2929;display:block;width:43.375rem;position:absolute;font-family:challenge;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:62.25rem;left:8.3125rem;height:3.5996125rem;font-style:normal;display:block; }#xNubUGkBZ2e830wzhwoc1aowb6Zv5fIQ li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#xNubUGkBZ2e830wzhwoc1aowb6Zv5fIQ li:before{  }
#qikbd4whHlSbzAWdBzXb8BsnqnqX1rli { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:71.6875rem;left:3.5rem;display:block; }
#hyFHenzr3f0xXRLa1RghFgy9aduZ938J { color:rgba(var(--color-primary-2),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:70.9375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a { 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; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row .container { background-color: transparent; background-image: none; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row .container > .video-iframe-container { display: none; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row > .video-iframe-container { display: none; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .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); }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row .container { border-width: 0; border-radius: 0; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:60rem;position:relative;display:block; }#cxhrUzTaXnMuwzdofHFJCQtpVqpTteP7 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:0.0625rem;top:0rem;left:3.9375rem;display:block; }
#A7WGR1OfJb7LQmFtw95eHQrvpwhTuXo6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.4375rem;top:1rem;left:1.75rem;overflow:hidden;display:block; }
#QWFdb3PtkxI2M0NKTmN02p6wgQOOTJeW { position:absolute;display:block;z-index:15013;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:15.0625rem;width:47.9375rem;top:3.1875rem;left:7rem;overflow:hidden;display:block; }
#dFode4tq4qtCI7OzJueXxCIeSdl9TssV { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:0.0625rem;top:15.6875rem;left:3.9375rem;display:block; }
#OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/6R9bGbbo/bg_movie.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC.adaptive-delivery-prevent-bg, #OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC.lazyload, #OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC.lazyloading { background-image: none; }#OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC > .row .container { background-color: transparent; background-image: none; }#OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC > .row .container > .video-iframe-container { display: none; }#OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC > .row > .video-iframe-container { display: none; }#OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC > .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); }#OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC > .row .container { border-width: 0; border-radius: 0; }#OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#HU6xDluq9TG0Ph5cOaS4L4AQP9dTwrJG { color:rgba(var(--color-primary-2),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:0.6875rem;left:11.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XnoJmPNUp11pA8Wwfxyke1Jw6IUpLs82 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:47.6875rem;top:15.6875rem;left:7.5625rem;display:block; }
#yCtThV0RSihAEplDnHPPgGgvEC0XWh1U { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/804a6021-21d1-4299-b82d-0f3ceba340de/Challenge_2025_groupe_BD.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:39.4375rem;top:5.625rem;left:11.6875rem;display:block; }#yCtThV0RSihAEplDnHPPgGgvEC0XWh1U.adaptive-delivery-prevent-bg, #yCtThV0RSihAEplDnHPPgGgvEC0XWh1U.lazyload, #yCtThV0RSihAEplDnHPPgGgvEC0XWh1U.lazyloading { background-image: none; }
#HqIpdsGGoKt2otQwwx2lT0a7y0TVmUFs { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:0.0625rem;top:11.375rem;left:3.96875rem;display:block; }
#GS7ETsDGqpbqPT6avgn7mMfxT2b3yxVC { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:0.0625rem;top:17.0625rem;left:3.96875rem;display:block; }
#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3bb0ff, #f77473);background-image: -moz-linear-gradient(180deg, #3bb0ff, #f77473);background-image: -ms-linear-gradient(180deg, #3bb0ff, #f77473);background-image: -o-linear-gradient(180deg, #3bb0ff, #f77473);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb0ff', endColorstr='#f77473' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb0ff', endColorstr='#f77473' );";background-image: linear-gradient(180deg, #3bb0ff, #f77473);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; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { background-color: transparent; background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .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); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { border-width: 0; border-radius: 0; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:60rem;position:relative;display:block; }#EdtOytmQ0kiTKorUXTqiKBM7pMm9FIvD { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.0625rem;top:0rem;left:3.9375rem;display:block; }
#a21HnpCpzfNvysg28zaytRT16xxxbC4O { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.4619140625rem;left:19.1875rem;height:6.599625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OXurv8GfxE6iA9zd9cBQQq5fVt3BRMn1 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:9.0625rem;left:3.4375rem;display:block; }
#ClwdI8y2VVQHBLgWRTSZG47ocTtyvSRJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:29.375rem;top:12.3125rem;left:15.3125rem;display:block; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-form-header {  }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:26.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.6; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.8125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-text {padding-top: 0; padding-bottom: 0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.8125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-select {padding-top: 0; padding-bottom: 0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:26.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.5625rem;overflow:hidden;font-style:normal; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-container:first-of-type{padding-top:0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-container:last-of-type{padding-bottom:0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12rem;left:15.375rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.8125rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-primary-2),1);vertical-align:top;overflow:hidden;font-style:normal; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N {display:block;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12rem;left:15.375rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #Huz6N8y4lqzJWBFpXheDlP0OrIQFRvPv { position:relative; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #UEXVoGXlDc49DbJCwOeH66IHvCfplg2Q { position:relative;display:block; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #kQSf2oei5weLimpbJUlzP2T6s2DIA5t8 { position:relative; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #vnQxuTLrxUV64RzGPVZWWBzn6VVq12OT { position:relative; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #mUA2gKzusBsqLxscN7oUvc9CtsZX2kfW { position:relative;display:block; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #BKrkxZdsX4QTtvferhh0gzlPwm8oc3s3 { position:relative; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #sgGuJrfXP1HrWTfm3iU6Vxd9NiT5S7g6 { position:relative; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #AQSmumCf4MDrRiQ7ZXMRhXQzn6if90TU { position:relative;display:block; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #rXVnOmu7bMBQBtHl0IN8Vorr9HHPAekb { position:relative; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #AWovqnU5X1EpKm0VCGJsi9EswuVEcwD6 { position:relative; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #J1opGTWdC8I55la7ilF3vB8DfILMK94S { position:relative;z-index:2; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #TPVEJKa29xe4m9KWkzFnUZwgJ3Ri9lvd { position:relative; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #Id5PcPDI7rBMiQO9LUxbJm9p16cwWybV { position:relative; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #x8m9Mlap1nJ5F9rmfX4GNswST8hX7gGO { position:relative; }
#uKxJU2I3Gb5H9hO13BM8gZU9Awhy50mT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:15.3125rem;top:47.93590927124rem;left:22.342861175537rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ps9ArAbT49Gax5rtbQz43uDZKWZ9H7w1 { width:16.25rem;height:4.3125rem;top:1.4375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { display:block; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7Uwzxbl7psWLDSgxAusor9HEX9JlLmH { width:0.9375rem;height:0.9375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW8VTT37oL6GIwg79LTWVTTyWKPALGL4 { width:0.0625rem;height:38.125rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #um2xT6wbZXG0tlrxCRqe1y2dX7sTty80 { width:3.125rem;height:3.6875rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCdq39ZRyHWtk5b9O5QAy8pEuAI5KckQ { width:0.0625rem;height:38.125rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQT4SUoVCH76GIqSBZPAbwhoZpxexkOT { width:20.75rem;height:4.6875rem;top:63.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWh0aRzn4mFUP9ClLnSqNXPGpXdcFZqW { display:block; }
 }@media only screen and (max-width: 763px) { #PFte2amNTm2xatvOI2oTP48G59tZAN8p { display:block; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xg1DfiiDNpcwIdoOprXIorpMFCPgMfdM { width:9.6875rem;height:2.4375rem;top:10.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIAlCoMCXlRaACSUoCEvnNLVU5OTc8hm { width:21.25rem;height:18.1875rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ { width:30.5rem;height:16.875rem;top:15.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9eNnX3Tsd7o9uc8bUBzqu8EuBOER8Ps { width:0.0625rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Syd7oPTFKDPaLN1DKsWgIwmQxqtgpXFB { width:0.0625rem;height:6.25rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8GyWgGwh48wFUvx7vAMmTA16TgKux8E { width:0.0625rem;height:6.25rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlWfGD7RKuEcyTJ42aLcKdMbBGitvz5c { width:0.0625rem;height:6.25rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKdt73IckKaJGNOFM96AlfkHkX9ftbNw { width:0.0625rem;height:6.25rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0cq8W0iAEWXGlJi4On7OJmpT0zlQcuJ { width:0.0625rem;height:6.25rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzdFs6RWmUUxEOMIZZ0lHPWsauyeGh1H { width:9.625rem;height:3.875rem;top:4.5rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF { display:flex;width:18rem;height:5.0625rem;top:46.75rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #PPvKARdp9BvL3Tg6EtmyDUw9uZFELqtZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #nCh4G5Rizny31tqwTUFrV5Ek1GO4Pddp {  }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #SXuI9wpJ7NI4mlUoLNXmKxOSTtin6kTT {  }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #UGDk7p5R3vs1HHVd8J22f0Zkky5K0UWs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #DTmdBWhvEW4BW3h8adPnfckKph7Sv6qq {  }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #JIwddyeE6yvA1Tc8aTDy8cv0zzv5i9GZ {  }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #rkHTlo33ERa4O9o1RToeuJkPFC81oz10 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #hfsCWfUcIAm8Mv6p9JVuQs9STUbUC4M0 {  }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #iIRk13S6VmyXPM6caqySpXh7kwgJpcKy {  }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #SHWbNs50DVooE7TDbXvT2iFgA5FlBXP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #MdKxOEteCq85M0zz5IW46TvMu5wg5THd {  }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #OWnTwVUvTx5rOT5V1H6MoRDnycylg53l {  }
 }@media only screen and (max-width: 763px) { #poKwTp8leTIpFECt1Z4MQZ0hV3zqlZaV { width:29.375rem;height:6.625rem;top:3.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyJJsii1sDlh2NwzrFTGM5mZ33CudGCM { width:0.0625rem;height:6.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J57xsimDNV8CGmkg4o82wG1L2rurF3yD { width:0.9375rem;height:0.9375rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { width:43.375rem;height:6.9375rem;top:11rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssMqJKoEB7SEtt8vMVWCVKfaI7ZJxC0F { width:23.3125rem;height:2.4375rem;top:6.75rem;left:24.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEtw5e6SHhTwzhGbaVCHQy9vheEBmezQ { width:43.375rem;height:8.375rem;top:17.3125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbKzwIRK2s6EaEmu8uGE7vOO4EsP6h3X { width:0.0625rem;height:12.625rem;top:5rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZSDA7dxtFGEaBRvNld7XF7QNtTaehAa { top:27rem;left:0.8125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owWFSDI8UVCGn93RrysAwQciPfLtUxyC { width:3.125rem;height:3.6875rem;top:11.0625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acv8r6bEpI8FJCuDRFV8IHfVSv7JaQzT { width:0.9375rem;height:0.9375rem;top:7.4375rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EstLWnZMZJqRSTQzScLvQcrRzaBbPPoa { width:0.0625rem;height:6.25rem;top:17.3125rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldWHGkJkeRCh4K6roxE8lZcWcsahv4ME { width:0.0625rem;height:7.1875rem;top:23.3125rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1DWHaIxcB7xSMWbqUUfaUAuv9Pb0ae { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM { display:block; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJgQQzDrUMM4Tn2TDEa9cFDw1n0WnPys { width:0.0625rem;height:9.5625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJPtSQ7fvD23JwmOprGqhCxH59JZZiTq { width:0.0625rem;height:6.25rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5pD7fva0mHbRmLPziHBQq5Um6navrFL { width:47.75rem;height:2.4375rem;top:3.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqVeb7ci9kwy35GAVSK86cS7cENgUGJG { width:0.0625rem;height:9.5625rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsvgdmC1VSSqeJBS7HfUWAHhELbNQLRV { top:7.6875rem;left:8.4375rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mahz4wFHNhRsuFW93Gl3KwCRrOm5ZzA1 { top:9.8125rem;left:4.0625rem;width:12.5rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiXdLO9Ef7DPpuvMmE6G3E8HCKLldhJH { top:13.6875rem;left:4.0625rem;width:12.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd0XuwiXzPqaawQmInWZVZeFPd8ENO54 { top:7.6875rem;left:36.4375rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQF68WRhXyP3vKc0Wi6myIchZRf6iqJL { top:9.8125rem;left:33rem;width:10.625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRW8rrihegWIEhTbT7SG8A9tqJofySt2 { top:13.75rem;left:32.5rem;width:11.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnrqwpc6KpStJNCyz7WgaRyRdU5Z5wTN { top:17.375rem;left:8.4375rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9WKJIiT56nBBvVXcv3otRu4JyramMVp { top:18.8125rem;left:4.0625rem;width:12.5rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv2F0TT2bxMZrQPHaDcAFDxBvWf4tAzv { top:22.1875rem;left:4.0625rem;width:12.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUhte0o05a2SdAVsyXlIVzmQ1dKDTOi5 { top:17.375rem;left:36.4375rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2DOflklWsgRJ9O4Tvfllawo5TM9NvST { top:18.8125rem;left:33rem;width:10.625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW8CVb1AwiDkfwEbooUrCzPQm4nsQ4i5 { top:22.1875rem;left:32.46875rem;width:11.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcwZ40WuQBgN6x6gg2WcZfytrGTMG2gZ { top:24.625rem;left:17.625rem;width:12.5rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAWFfIPsNms2CsqpRCatyhF9iIfTWTUJ { top:28rem;left:17.625rem;width:12.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyDf1O6VhP0UcVda0TpfKH5BAg2b1UgO { width:0.9375rem;height:0.9375rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI6mMZdXneqaTQNmbkEseybyLlD0TtNX { width:0.0625rem;height:9.5625rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp5a0SdfXtP4a6L9OK0raxdDe0mqg7Mo { top:29.75rem;left:3.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2caRBJTTS8tsrIXypBTLV8FaNt1sugV { top:19.5625rem;left:36.4375rem;width:3.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #worwmUlhXuwSoMEXh4Upft3D8r9u24ah { width:47.75rem;height:0.0625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5dAgaB0Rwc3SGx73STTPCxvArgBVbSP { width:0.0625rem;height:6.25rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf0Z0930h0vxoceyFvLIAUQvJ7CGNAzV { width:0.0625rem;height:9.5625rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 { display:block; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3DEVhaMNxi5h4CyI1tR7487TfzcDLoU { width:18rem;height:2.4375rem;top:3.1875rem;left:29.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKx5hCJmcHdGRJ7BmQLDREg7zok9GhZb { width:0.0625rem;height:32.9375rem;top:1.125rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXNz3RHqCiv5lL04Lm2GdA0H1WiiWTaK { width:0.9375rem;height:0.9375rem;top:3.9375rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRQkfyu9ruiCRWRUoT7ZbuCrUNyo48UW { width:23.125rem;height:3.4375rem;top:32.6875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKKs0sKah95H7kQHNyb4m54v03Ch18HK { display:block; }
 }@media only screen and (max-width: 763px) { #LuRtXFZXSEF35HbmHa0SPJmTl1atDtuq { width:47.75rem;height:2.4375rem;top:7.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWU2689cxiv57BK5povptglKn5HWqTL0 { width:19.9375rem;height:2rem;top:19.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzBiK0MC8kxqzhoN0Z4MFysE0tXcvnRm { width:16.125rem;height:5.5rem;top:22rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3UUcQEvXRG3sOV2UgGHOImZ1swNSxvu { top:12.25rem;left:2.8125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzfeGAhGMSqvQJSyLB3kU7b8w5o6FO77 { top:12.25rem;left:21.9375rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT6RwizReLtW7grLG0y42zTK2s5iwTLP { width:19.9375rem;height:2rem;top:19.0625rem;left:14.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STziPsdsOpKd1oZoXtzd4HnLdpis0xIM { width:16.125rem;height:5.5rem;top:22.0625rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmzm9QxtCI7IaS9Tq7QGRzBvSqz9c602 { top:12.25rem;left:39.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtre5S3lxFFf9LzNArOVVImcwJyBzFEK { width:12.5rem;height:2rem;top:19.0625rem;left:35.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxZ7kfvrrmkQTQhBcVgrWZuRTvcsOo2b { width:16.125rem;height:5.5rem;top:22rem;left:31.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puGGO5oe61kopS8rhZTa9kRiTMf4M5dx { width:47.75rem;height:0.0625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx6a1cP6KI6LmOkyXpeFCTlvQSfqKblU { width:47.75rem;height:0.0625rem;top:68.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URJwGJemz3iOuX4NVQPUhaT3OHQaGxc2 { width:0.0625rem;height:32.9375rem;top:4.6875rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KefBZ6yRRar81Tuutu9D9yIOJ5c8Ia91 { width:0.0625rem;height:15.6875rem;top:68.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG6Br2p1iBKEaHUQlcfqs7VKf0sdZyWe { width:0.0625rem;height:32.9375rem;top:36.0625rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oky8Z6M81AzDTxqoFb5FriSTZ8sxDDAA { width:47.75rem;height:2.4375rem;top:39.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4zxK1pM08tCnWnicZ55BGaqE7G8mHOI { top:65.4375rem;left:38.28125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdU8xrGlVbTTJIKwSSAn2qQUZJoeN3lf { width:3.125rem;height:3.6875rem;top:27.5rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdDqhZWPIbfL4vRrzDqdhwteEd0Rqgs9 { width:43.375rem;height:;top:43.3125rem;left:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmQ3N1wPk6MtzwUzxtNqL9OCnZQAk2nc { width:43.375rem;height:;top:46.6875rem;left:2.1875rem;font-size:1.0625rem;display:block; }#WmQ3N1wPk6MtzwUzxtNqL9OCnZQAk2nc li:before{  }
 }@media only screen and (max-width: 763px) { #NwpKiaB3D9JmFMO9u9iCN4gkQsyWLsiF { width:43.375rem;height:4.5rem;top:59.0625rem;left:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNubUGkBZ2e830wzhwoc1aowb6Zv5fIQ { width:43.375rem;height:3.5625rem;top:62.25rem;left:2.1875rem;font-size:1.0625rem;display:block; }#xNubUGkBZ2e830wzhwoc1aowb6Zv5fIQ li:before{  }
 }@media only screen and (max-width: 763px) { #qikbd4whHlSbzAWdBzXb8BsnqnqX1rli { width:0.9375rem;height:0.9375rem;top:71.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyFHenzr3f0xXRLa1RghFgy9aduZ938J { width:39.9375rem;height:2.4375rem;top:70.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a { display:block; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxhrUzTaXnMuwzdofHFJCQtpVqpTteP7 { width:0.0625rem;height:15.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7WGR1OfJb7LQmFtw95eHQrvpwhTuXo6 { width:4.4375rem;height:3.875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWFdb3PtkxI2M0NKTmN02p6wgQOOTJeW { top:3.1875rem;left:0rem;width:47.75rem;height:15.003585397653rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFode4tq4qtCI7OzJueXxCIeSdl9TssV { width:0.0625rem;height:15.6875rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC { display:block; }#OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HU6xDluq9TG0Ph5cOaS4L4AQP9dTwrJG { width:39.9375rem;height:2.4375rem;top:0.6875rem;left:5.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnoJmPNUp11pA8Wwfxyke1Jw6IUpLs82 { width:47.6875rem;height:14.75rem;top:15.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCtThV0RSihAEplDnHPPgGgvEC0XWh1U { width:39.4375rem;height:21.75rem;top:5.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqIpdsGGoKt2otQwwx2lT0a7y0TVmUFs { width:0.0625rem;height:15.6875rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS7ETsDGqpbqPT6avgn7mMfxT2b3yxVC { width:0.0625rem;height:15.6875rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdtOytmQ0kiTKorUXTqiKBM7pMm9FIvD { width:0.0625rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a21HnpCpzfNvysg28zaytRT16xxxbC4O { width:21.625rem;height:6.5625rem;top:3.4375rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXurv8GfxE6iA9zd9cBQQq5fVt3BRMn1 { width:0.9375rem;height:0.9375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClwdI8y2VVQHBLgWRTSZG47ocTtyvSRJ { width:29.375rem;height:31.0625rem;top:12.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-regular-label { width:26.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-text { width:26.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-text {padding-top: 0; padding-bottom: 0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-textarea { width:26.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-select { width:26.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-select {padding-top: 0; padding-bottom: 0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-button { width:26.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-checkbox-label { width:25.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N  { width:26.8125rem;height:auto;top:12rem;left:9.25rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .radio-container { width:26.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N {display:block;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N { width:26.8125rem;height:auto;top:12rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #Huz6N8y4lqzJWBFpXheDlP0OrIQFRvPv {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #UEXVoGXlDc49DbJCwOeH66IHvCfplg2Q { display:block; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #kQSf2oei5weLimpbJUlzP2T6s2DIA5t8 {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #vnQxuTLrxUV64RzGPVZWWBzn6VVq12OT {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #mUA2gKzusBsqLxscN7oUvc9CtsZX2kfW {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #BKrkxZdsX4QTtvferhh0gzlPwm8oc3s3 {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #sgGuJrfXP1HrWTfm3iU6Vxd9NiT5S7g6 {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #AQSmumCf4MDrRiQ7ZXMRhXQzn6if90TU { display:block; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #rXVnOmu7bMBQBtHl0IN8Vorr9HHPAekb {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #AWovqnU5X1EpKm0VCGJsi9EswuVEcwD6 {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #J1opGTWdC8I55la7ilF3vB8DfILMK94S {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #TPVEJKa29xe4m9KWkzFnUZwgJ3Ri9lvd {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #Id5PcPDI7rBMiQO9LUxbJm9p16cwWybV {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #x8m9Mlap1nJ5F9rmfX4GNswST8hX7gGO {  }
 }@media only screen and (max-width: 763px) { #uKxJU2I3Gb5H9hO13BM8gZU9Awhy50mT { width:15.3125rem;height:4.3125rem;top:47.875rem;left:16.217861175537rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ps9ArAbT49Gax5rtbQz43uDZKWZ9H7w1 { width:7.4375rem;height:2.0625rem;top:1.25rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { display:block; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { background-color: transparent; background-image: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container > .video-iframe-container { display: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container { display: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .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); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { border-width: 0; border-radius: 0; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { width:20rem;height:26.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e9705a23-bd0c-4b2c-8ef9-881c763bb0e0/RSCarre.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container.adaptive-delivery-prevent-bg, #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container.lazyload, #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #T7Uwzxbl7psWLDSgxAusor9HEX9JlLmH { width:0.9375rem;height:0.9375rem;top:28.3125rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PW8VTT37oL6GIwg79LTWVTTyWKPALGL4 { width:0.0625rem;height:38.125rem;top:29.1875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #um2xT6wbZXG0tlrxCRqe1y2dX7sTty80 { width:3.125rem;height:3.6875rem;top:55.6875rem;left:0.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCdq39ZRyHWtk5b9O5QAy8pEuAI5KckQ { width:0.0625rem;height:38.125rem;top:28rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQT4SUoVCH76GIqSBZPAbwhoZpxexkOT { width:17.5rem;height:3.4375rem;top:21.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWh0aRzn4mFUP9ClLnSqNXPGpXdcFZqW { display:block; }
 }@media only screen and (max-width: 763px) { #PFte2amNTm2xatvOI2oTP48G59tZAN8p { display:block; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xg1DfiiDNpcwIdoOprXIorpMFCPgMfdM { width:9.6875rem;height:2.4375rem;top:4rem;left:5.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIAlCoMCXlRaACSUoCEvnNLVU5OTc8hm { width:16.375rem;height:25.1894375rem;top:6.4375rem;left:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ { width:20rem;height:11.375rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9eNnX3Tsd7o9uc8bUBzqu8EuBOER8Ps { width:0.0625rem;height:6.25rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Syd7oPTFKDPaLN1DKsWgIwmQxqtgpXFB { width:0.0625rem;height:6.25rem;top:25.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8GyWgGwh48wFUvx7vAMmTA16TgKux8E { width:0.0625rem;height:6.25rem;top:3.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlWfGD7RKuEcyTJ42aLcKdMbBGitvz5c { width:0.0625rem;height:6.25rem;top:9.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKdt73IckKaJGNOFM96AlfkHkX9ftbNw { width:0.0625rem;height:6.25rem;top:20.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0cq8W0iAEWXGlJi4On7OJmpT0zlQcuJ { width:0.0625rem;height:6.25rem;top:29.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzdFs6RWmUUxEOMIZZ0lHPWsauyeGh1H { width:18.8125rem;height:1.625rem;top:33.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF .widget-text.counter-number { padding-top:0.358125rem;padding-right:0.31875rem;padding-bottom:0.358125rem;padding-left:0.31875rem;width:1.91375rem;min-width:1.91375rem;height:1.924375rem;font-size:1.431875rem;line-height:30.79px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.551875rem;height:0.760625rem;font-size:0.536875rem;line-height:12.17px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF { display:flex;width:14.1875rem;height:3.625rem;top:35.5rem;left:3.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #PPvKARdp9BvL3Tg6EtmyDUw9uZFELqtZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #nCh4G5Rizny31tqwTUFrV5Ek1GO4Pddp {  }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #SXuI9wpJ7NI4mlUoLNXmKxOSTtin6kTT {  }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #UGDk7p5R3vs1HHVd8J22f0Zkky5K0UWs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #DTmdBWhvEW4BW3h8adPnfckKph7Sv6qq {  }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #JIwddyeE6yvA1Tc8aTDy8cv0zzv5i9GZ {  }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #rkHTlo33ERa4O9o1RToeuJkPFC81oz10 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #hfsCWfUcIAm8Mv6p9JVuQs9STUbUC4M0 {  }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #iIRk13S6VmyXPM6caqySpXh7kwgJpcKy {  }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #SHWbNs50DVooE7TDbXvT2iFgA5FlBXP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #MdKxOEteCq85M0zz5IW46TvMu5wg5THd {  }
 }@media only screen and (max-width: 763px) { #JPI9f8mtAvLUgZ6tL3vBAIQGLF4cSqDF #OWnTwVUvTx5rOT5V1H6MoRDnycylg53l {  }
 }@media only screen and (max-width: 763px) { #poKwTp8leTIpFECt1Z4MQZ0hV3zqlZaV { width:20rem;height:6.625rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyJJsii1sDlh2NwzrFTGM5mZ33CudGCM { width:0.0625rem;height:6.25rem;top:15.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J57xsimDNV8CGmkg4o82wG1L2rurF3yD { width:0.9375rem;height:0.9375rem;top:11.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { width:20rem;height:12.59471875rem;top:9.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ssMqJKoEB7SEtt8vMVWCVKfaI7ZJxC0F { width:9.6875rem;height:7.3125rem;top:1.25rem;left:5.15625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kEtw5e6SHhTwzhGbaVCHQy9vheEBmezQ { width:20rem;height:16.79294375rem;top:21.23828125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RbKzwIRK2s6EaEmu8uGE7vOO4EsP6h3X { width:0.0625rem;height:12.625rem;top:5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZSDA7dxtFGEaBRvNld7XF7QNtTaehAa { display:flex;width:3.5625rem;height:3.5625rem;top:39.46875rem;left:8.21875rem; }
 }@media only screen and (max-width: 763px) { #owWFSDI8UVCGn93RrysAwQciPfLtUxyC { width:3.125rem;height:3.6875rem;top:11.0625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Acv8r6bEpI8FJCuDRFV8IHfVSv7JaQzT { width:0.9375rem;height:0.9375rem;top:7.4375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EstLWnZMZJqRSTQzScLvQcrRzaBbPPoa { width:0.0625rem;height:6.25rem;top:17.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldWHGkJkeRCh4K6roxE8lZcWcsahv4ME { width:0.0625rem;height:7.1875rem;top:23.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mT1DWHaIxcB7xSMWbqUUfaUAuv9Pb0ae { width:20rem;height:0.0625rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM { display:block; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJgQQzDrUMM4Tn2TDEa9cFDw1n0WnPys { width:0.0625rem;height:9.5625rem;top:47.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJPtSQ7fvD23JwmOprGqhCxH59JZZiTq { width:0.0625rem;height:6.25rem;top:1.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5pD7fva0mHbRmLPziHBQq5Um6navrFL { width:20rem;height:7.3125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqVeb7ci9kwy35GAVSK86cS7cENgUGJG { width:0.0625rem;height:9.5625rem;top:13.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsvgdmC1VSSqeJBS7HfUWAHhELbNQLRV { width:3.75rem;height:0.25rem;top:10.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mahz4wFHNhRsuFW93Gl3KwCRrOm5ZzA1 { width:12.5rem;height:2.5996125rem;top:11.625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiXdLO9Ef7DPpuvMmE6G3E8HCKLldhJH { width:12.5rem;height:1.13671875rem;top:15.4375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd0XuwiXzPqaawQmInWZVZeFPd8ENO54 { width:3.75rem;height:0.25rem;top:18.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQF68WRhXyP3vKc0Wi6myIchZRf6iqJL { width:10.625rem;height:2.5996125rem;top:19.6875rem;left:4.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRW8rrihegWIEhTbT7SG8A9tqJofySt2 { width:11.6875rem;height:1.13671875rem;top:22.9375rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnrqwpc6KpStJNCyz7WgaRyRdU5Z5wTN { width:3.75rem;height:0.25rem;top:25.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9WKJIiT56nBBvVXcv3otRu4JyramMVp { width:12.5rem;height:2.5996125rem;top:25.9375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv2F0TT2bxMZrQPHaDcAFDxBvWf4tAzv { width:12.5rem;height:1.13671875rem;top:29.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUhte0o05a2SdAVsyXlIVzmQ1dKDTOi5 { width:3.75rem;height:0.25rem;top:31.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2DOflklWsgRJ9O4Tvfllawo5TM9NvST { width:10.625rem;height:2.5996125rem;top:32.5rem;left:4.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW8CVb1AwiDkfwEbooUrCzPQm4nsQ4i5 { width:11.6875rem;height:1.13671875rem;top:36.125rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcwZ40WuQBgN6x6gg2WcZfytrGTMG2gZ { width:12.5rem;height:2.5996125rem;top:39.5rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAWFfIPsNms2CsqpRCatyhF9iIfTWTUJ { width:12.5rem;height:1.13671875rem;top:43.3125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyDf1O6VhP0UcVda0TpfKH5BAg2b1UgO { width:0.9375rem;height:0.9375rem;top:4.4375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BI6mMZdXneqaTQNmbkEseybyLlD0TtNX { width:0.0625rem;height:9.5625rem;top:23.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cp5a0SdfXtP4a6L9OK0raxdDe0mqg7Mo { display:flex;width:3.5625rem;height:3.5625rem;top:47.056640625rem;left:8.21875rem; }
 }@media only screen and (max-width: 763px) { #n2caRBJTTS8tsrIXypBTLV8FaNt1sugV { width:3.75rem;height:0.25rem;top:38.4375rem;left:8.125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #worwmUlhXuwSoMEXh4Upft3D8r9u24ah { width:20rem;height:0.0625rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5dAgaB0Rwc3SGx73STTPCxvArgBVbSP { width:0.0625rem;height:6.25rem;top:7.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kf0Z0930h0vxoceyFvLIAUQvJ7CGNAzV { width:0.0625rem;height:9.5625rem;top:21.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 { display:block; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { width:20rem;height:140.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3DEVhaMNxi5h4CyI1tR7487TfzcDLoU { width:9.6875rem;height:7.3125rem;top:3.25rem;left:5.15625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKx5hCJmcHdGRJ7BmQLDREg7zok9GhZb { width:0.0625rem;height:32.9375rem;top:74.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXNz3RHqCiv5lL04Lm2GdA0H1WiiWTaK { width:0.9375rem;height:0.9375rem;top:41.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRQkfyu9ruiCRWRUoT7ZbuCrUNyo48UW { width:18.9375rem;height:3.4375rem;top:71.4140625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKKs0sKah95H7kQHNyb4m54v03Ch18HK { display:block; }
 }@media only screen and (max-width: 763px) { #LuRtXFZXSEF35HbmHa0SPJmTl1atDtuq { width:20rem;height:7.3125rem;top:12.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWU2689cxiv57BK5povptglKn5HWqTL0 { width:19.9375rem;height:2.03125rem;top:25.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzBiK0MC8kxqzhoN0Z4MFysE0tXcvnRm { width:16.125rem;height:5.5234375rem;top:27.6875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3UUcQEvXRG3sOV2UgGHOImZ1swNSxvu { display:flex;width:5.125rem;height:5.125rem;top:20.5rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #HzfeGAhGMSqvQJSyLB3kU7b8w5o6FO77 { display:flex;width:5.125rem;height:5.125rem;top:34.9375rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #NT6RwizReLtW7grLG0y42zTK2s5iwTLP { width:19.9375rem;height:2.03125rem;top:41rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STziPsdsOpKd1oZoXtzd4HnLdpis0xIM { width:16.125rem;height:5.5234375rem;top:43.625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmzm9QxtCI7IaS9Tq7QGRzBvSqz9c602 { display:flex;width:5.125rem;height:5.125rem;top:52.1875rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #Qtre5S3lxFFf9LzNArOVVImcwJyBzFEK { width:12.5rem;height:2.03125rem;top:58.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxZ7kfvrrmkQTQhBcVgrWZuRTvcsOo2b { width:16.125rem;height:5.5234375rem;top:61.8125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puGGO5oe61kopS8rhZTa9kRiTMf4M5dx { width:20rem;height:0.0625rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wx6a1cP6KI6LmOkyXpeFCTlvQSfqKblU { width:20rem;height:0.0625rem;top:73.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #URJwGJemz3iOuX4NVQPUhaT3OHQaGxc2 { width:0.0625rem;height:32.9375rem;top:4.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KefBZ6yRRar81Tuutu9D9yIOJ5c8Ia91 { width:0.0625rem;height:15.6875rem;top:73.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KG6Br2p1iBKEaHUQlcfqs7VKf0sdZyWe { width:0.0625rem;height:32.9375rem;top:40.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oky8Z6M81AzDTxqoFb5FriSTZ8sxDDAA { width:20rem;height:4.875rem;top:77.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4zxK1pM08tCnWnicZ55BGaqE7G8mHOI { display:flex;width:3.5625rem;height:3.5625rem;top:128.142578125rem;left:8.21875rem; }
 }@media only screen and (max-width: 763px) { #DdU8xrGlVbTTJIKwSSAn2qQUZJoeN3lf { width:3.125rem;height:3.6875rem;top:32.125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdDqhZWPIbfL4vRrzDqdhwteEd0Rqgs9 { width:20rem;height:6.82325rem;top:83.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmQ3N1wPk6MtzwUzxtNqL9OCnZQAk2nc { width:20rem;height:23.5595625rem;top:87.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#WmQ3N1wPk6MtzwUzxtNqL9OCnZQAk2nc li:before{  }
 }@media only screen and (max-width: 763px) { #NwpKiaB3D9JmFMO9u9iCN4gkQsyWLsiF { width:20rem;height:6.82325rem;top:113rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNubUGkBZ2e830wzhwoc1aowb6Zv5fIQ { width:20rem;height:5.0869125rem;top:120.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#xNubUGkBZ2e830wzhwoc1aowb6Zv5fIQ li:before{  }
 }@media only screen and (max-width: 763px) { #qikbd4whHlSbzAWdBzXb8BsnqnqX1rli { width:0.9375rem;height:0.9375rem;top:76.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyFHenzr3f0xXRLa1RghFgy9aduZ938J { width:20rem;height:4.875rem;top:135.75rem;left:0rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a { display:block; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxhrUzTaXnMuwzdofHFJCQtpVqpTteP7 { width:0.0625rem;height:15.6875rem;top:8.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7WGR1OfJb7LQmFtw95eHQrvpwhTuXo6 { width:4.4375rem;height:3.875rem;top:0.9375rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWFdb3PtkxI2M0NKTmN02p6wgQOOTJeW { width:20rem;height:6.2841875rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFode4tq4qtCI7OzJueXxCIeSdl9TssV { width:0.0625rem;height:15.6875rem;top:15.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC { display:block; }#OmJFZZawn5hTQrxE3Szc1vCqgtO6tlRC > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HU6xDluq9TG0Ph5cOaS4L4AQP9dTwrJG { width:14.875rem;height:4.875rem;top:1.3125rem;left:2.5625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #XnoJmPNUp11pA8Wwfxyke1Jw6IUpLs82 { width:20rem;height:6.75rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCtThV0RSihAEplDnHPPgGgvEC0XWh1U { width:20rem;height:21.75rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqIpdsGGoKt2otQwwx2lT0a7y0TVmUFs { width:0.0625rem;height:15.6875rem;top:11.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GS7ETsDGqpbqPT6avgn7mMfxT2b3yxVC { width:0.0625rem;height:15.6875rem;top:17.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { background-color: transparent; background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f87374; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f87374; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { border-width: 0; border-radius: 0; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { width:20rem;height:47.875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/15sL7lf1/bg_footer.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container.adaptive-delivery-prevent-bg, #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container.lazyload, #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #EdtOytmQ0kiTKorUXTqiKBM7pMm9FIvD { width:0.0625rem;height:9.375rem;top:4.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a21HnpCpzfNvysg28zaytRT16xxxbC4O { width:16.5rem;height:4.94921875rem;top:3rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXurv8GfxE6iA9zd9cBQQq5fVt3BRMn1 { width:0.9375rem;height:0.9375rem;top:2.5rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClwdI8y2VVQHBLgWRTSZG47ocTtyvSRJ { width:20rem;height:31.25rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-text {padding-top: 0; padding-bottom: 0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-select {padding-top: 0; padding-bottom: 0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:4.375rem;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-checkbox-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N  { width:21.25rem;height:auto;top:9.005859375rem;left:0rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N {display:block;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N { width:21.25rem;height:auto;top:9.005859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #Huz6N8y4lqzJWBFpXheDlP0OrIQFRvPv {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #UEXVoGXlDc49DbJCwOeH66IHvCfplg2Q { display:block; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #kQSf2oei5weLimpbJUlzP2T6s2DIA5t8 {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #vnQxuTLrxUV64RzGPVZWWBzn6VVq12OT {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #mUA2gKzusBsqLxscN7oUvc9CtsZX2kfW { display:block; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #BKrkxZdsX4QTtvferhh0gzlPwm8oc3s3 {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #sgGuJrfXP1HrWTfm3iU6Vxd9NiT5S7g6 {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #AQSmumCf4MDrRiQ7ZXMRhXQzn6if90TU { display:block; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #rXVnOmu7bMBQBtHl0IN8Vorr9HHPAekb {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #AWovqnU5X1EpKm0VCGJsi9EswuVEcwD6 {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #J1opGTWdC8I55la7ilF3vB8DfILMK94S {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #TPVEJKa29xe4m9KWkzFnUZwgJ3Ri9lvd {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #Id5PcPDI7rBMiQO9LUxbJm9p16cwWybV {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #x8m9Mlap1nJ5F9rmfX4GNswST8hX7gGO {  }
 }@media only screen and (max-width: 763px) { #uKxJU2I3Gb5H9hO13BM8gZU9Awhy50mT { width:15.3125rem;height:4.25rem;top:42.375rem;left:2.3125rem;display:block; }
 }