.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:226,208,255;--color-primary-1:139,115,255;--color-primary-2:111,22,254;--color-primary-3:162,0,255;--color-primary-4:130,0,255;--color-secondary-0:254,232,229;--color-secondary-1:255,150,139;--color-secondary-2:248,138,127;--color-secondary-3:255,101,84;--color-secondary-4:50,28,25;--color-tertiary-0:255,255,255;--color-tertiary-1:232,247,255;--color-tertiary-2:216,236,255;--color-tertiary-3:130,142,153;--color-tertiary-4:31,40,79;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Open Sans"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzJHq67dNUwunnBvhWi0ZHZEUhfIJrK5 { 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;z-index:auto;display:block; }#gzJHq67dNUwunnBvhWi0ZHZEUhfIJrK5 > .row .container { background-color: transparent; background-image: none; }#gzJHq67dNUwunnBvhWi0ZHZEUhfIJrK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzJHq67dNUwunnBvhWi0ZHZEUhfIJrK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzJHq67dNUwunnBvhWi0ZHZEUhfIJrK5 > .row .container > .video-iframe-container { display: none; }#gzJHq67dNUwunnBvhWi0ZHZEUhfIJrK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzJHq67dNUwunnBvhWi0ZHZEUhfIJrK5 > .row > .video-iframe-container { display: none; }#gzJHq67dNUwunnBvhWi0ZHZEUhfIJrK5 > .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); }#gzJHq67dNUwunnBvhWi0ZHZEUhfIJrK5 > .row .container { border-width: 0; border-radius: 0; }#gzJHq67dNUwunnBvhWi0ZHZEUhfIJrK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzJHq67dNUwunnBvhWi0ZHZEUhfIJrK5 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#NUEfZznFGbTEpKG2TzvVmzfsr5xPBJLt { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#282828;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.53125rem;left:35.375rem;display:block; }
#b81Cu14NIkId3hf7FJVoTRZTtINRE0XQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oZ416bmHaC3KElH4AMpPMRnvlLsmSLQk { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:1.0625rem;left:33.1875rem;display:block; }
#Ap8v4xBLsuiM3y8hR06zdG5s8iMXXqCH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:14rem;top:0.28125rem;left:1.8125rem;overflow:hidden;display:block; }
#WSGMkkxMTXv6NRzon0MBzoJ4MavLheVN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.125rem;left:46.25rem; }
#WSGMkkxMTXv6NRzon0MBzoJ4MavLheVN > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#vbus2Tb1rrXb8zSPMwS9EmrPQfmNKURL { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:1rem;left:49.5rem; }
#vbus2Tb1rrXb8zSPMwS9EmrPQfmNKURL > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#lvDucvlIPAZmZMENPPRil7H2QiDeaFw8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:1.125rem;left:52.8125rem; }
#lvDucvlIPAZmZMENPPRil7H2QiDeaFw8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Bt1vuKNR3gxRZ6h8BuCU9lItrlu2dEN5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:1.125rem;left:55.9375rem; }
#Bt1vuKNR3gxRZ6h8BuCU9lItrlu2dEN5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/SoUOy0fn/Bacground1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw.adaptive-delivery-prevent-bg, #s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw.lazyload, #s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw.lazyloading { background-image: none; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row .container { background-color: transparent; background-image: none; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row .container > .video-iframe-container { display: none; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row > .video-iframe-container { display: none; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .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); }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row .container { border-width: 0; border-radius: 0; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#xkp7RsemctyPCEk2kWsyEDs4CGkwoMIV { color:rgba(var(--color-tertiary-2),1);display:block;width:50rem;position:absolute;font-family:oswald;font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.0625rem;left:1rem;height:12.670875rem;font-style:normal;display:block; }
#MHhlvdCVcGJL0i6dHvlz6DiEvS5EOigu { color:rgba(var(--color-tertiary-1),1);display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:20.8125rem;left:1rem;height:2.92480625rem;font-style:normal;display:block; }
#man5VQATHMSCnHga7AU2mwti73DkCGyM { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:0.375rem;top:20.25rem;left:0rem;display:block; }
#q3e6JtHTiUmo2mIxElHC36WCAg2Xyy70 { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.9375rem;left:0rem;display:block; }
#Uh7xw1ygS3HhW7uP1vxDUTBvFRzZtnXQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#omLeMcVLWW57lEB4XtgCyZ6TGn2Z3Kuq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:15.1875rem;top:21.875rem;left:1rem;overflow:hidden;display:block; }
#xXCTwg1EzdtUGXn0XASMB2TGdyOnvkLe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d6c53e95-5484-49a3-99cc-8277c7d4a712/_Bdy_banner_001_web.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xXCTwg1EzdtUGXn0XASMB2TGdyOnvkLe.adaptive-delivery-prevent-bg, #xXCTwg1EzdtUGXn0XASMB2TGdyOnvkLe.lazyload, #xXCTwg1EzdtUGXn0XASMB2TGdyOnvkLe.lazyloading { background-image: none; }#xXCTwg1EzdtUGXn0XASMB2TGdyOnvkLe > .row .container { border-width: 0; border-radius: 0; }#xXCTwg1EzdtUGXn0XASMB2TGdyOnvkLe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xXCTwg1EzdtUGXn0XASMB2TGdyOnvkLe > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:60rem;position:relative;display:none; }#GyXd2I9W8d98E8VygKbvnLkrJDL5HnWC { color:rgba(var(--color-tertiary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:16.25rem;font-style:normal;display:block; }
#NW6dC9tN2HK3FFPnSoxqHvZxAgKPDJwO { color:rgba(var(--color-tertiary-1),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:24.875rem;left:0rem;height:4.38720625rem;font-style:normal;display:block; }
#aic8RfFMV4uh0VzO0Z98TMkafU9zxiJS { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.375rem;left:4.78125rem;display:block; }
#FTbVFk4C6zoTqc1uWgTMzgQffSVVeCzg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xxsVVJlwa7LOZcUmZBmWmI8oxgo1XseZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#443e82;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; }#xxsVVJlwa7LOZcUmZBmWmI8oxgo1XseZ > .row .container { background-color: transparent; background-image: none; }#xxsVVJlwa7LOZcUmZBmWmI8oxgo1XseZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxsVVJlwa7LOZcUmZBmWmI8oxgo1XseZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxsVVJlwa7LOZcUmZBmWmI8oxgo1XseZ > .row .container > .video-iframe-container { display: none; }#xxsVVJlwa7LOZcUmZBmWmI8oxgo1XseZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxsVVJlwa7LOZcUmZBmWmI8oxgo1XseZ > .row > .video-iframe-container { display: none; }#xxsVVJlwa7LOZcUmZBmWmI8oxgo1XseZ > .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); }#xxsVVJlwa7LOZcUmZBmWmI8oxgo1XseZ > .row .container { border-width: 0; border-radius: 0; }#xxsVVJlwa7LOZcUmZBmWmI8oxgo1XseZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxsVVJlwa7LOZcUmZBmWmI8oxgo1XseZ > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:block; }#T5GNAa7U7gzQMbMyMTUTWnPyXmig6JMr { color:rgba(var(--color-tertiary-1),1);display:block;width:27rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:8.287375rem;font-style:normal;display:block; }
#VlmGuSwQguuVOC6l18K4XRgbJot27PmV { color:rgba(var(--color-tertiary-1),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.7890625rem;left:0rem;height:6.9030625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gAVwFK5zp0FgcZpJF6FDdJQi3zbX08Gw { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:17.5625rem;top:8.5rem;left:34.375rem;overflow:hidden;display:block; }
#vvOoc3eCp1StZaWqTZzyTP2zRGAuxIRa { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:17.9375rem;top:18.25rem;left:42.0625rem;overflow:hidden;display:block; }
#mcLBytKiEcw0NWkN0QHTakl97qBPsc2G { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:12rem;left:30.8125rem;display:block; }
#ZaB2Sdrm8iqQvWV7LzVe4izyLgLE9ULT { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.26) ;height:4.25rem;width:4.25rem;top:9.9375rem;left:27.6875rem;display:block; }
#qi99w063bdocewdWCdAssDcumgMqT5dx { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.4) ;height:4.25rem;width:4.25rem;top:21.5625rem;left:36.625rem;display:block; }
#KX0fAspgisl2g7uIz516JJg2orS9Ds2e { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:23.625rem;left:39.75rem;display:block; }
#TQhzwti5bbFUiWWso3Do7t6I7mzvrR96 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.82);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:10.644792556762rem;left:28.25rem;display:block; }
#i6GUA5ZrgBCmTbmZvxEUQhWRdEBN4hPN { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:22.250001907349rem;left:37.1875rem;display:block; }
#xIw9BrorUekw5AZk5hegMIR7pSe2HXVN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#443e82;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xIw9BrorUekw5AZk5hegMIR7pSe2HXVN > .row .container { border-width: 0; border-radius: 0; }#xIw9BrorUekw5AZk5hegMIR7pSe2HXVN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xIw9BrorUekw5AZk5hegMIR7pSe2HXVN > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:none; }#q9TaSUyvlhGoiQOQn3Db1RzthroiFA2N { color:rgba(var(--color-tertiary-1),1);display:block;width:27rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:8.286625rem;font-style:normal;display:block; }
#NXlWODJTZJWJ8iqkDH6sVwZbz19D1S3b { color:rgba(var(--color-tertiary-1),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.7890625rem;left:0rem;height:8.285125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qBPXRnFaUHeqSyDEMdr919C8rrAw4XBn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:1.15625rem;left:36.5625rem;display:block; }
#zbLgKQMTKBqHxb6wbxDchJgHxKX5vDIO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#443e82;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zbLgKQMTKBqHxb6wbxDchJgHxKX5vDIO > .row .container { border-width: 0; border-radius: 0; }#zbLgKQMTKBqHxb6wbxDchJgHxKX5vDIO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zbLgKQMTKBqHxb6wbxDchJgHxKX5vDIO > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:none; }#yMH4Ty0T0a5brTCFJ4gBkgxfqXPXmwls { color:rgba(var(--color-tertiary-1),1);display:block;width:27rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:8.286625rem;font-style:normal;display:block; }
#vpOrZl0xLlupAKgTLJTJtsiIpT90oTxx { color:rgba(var(--color-tertiary-1),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.7890625rem;left:0rem;height:8.285125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ZTddE5mJXrIr5b1yf6MAMTHMFzpVgwXc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:22.25rem;top:2.25rem;left:33.875rem;overflow:hidden;display:block; }
#gifWsOgNww4CGnVlzDw2AiGaECWPJ89B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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;z-index:auto;display:none; }#gifWsOgNww4CGnVlzDw2AiGaECWPJ89B > .row .container { border-width: 0; border-radius: 0; }#gifWsOgNww4CGnVlzDw2AiGaECWPJ89B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gifWsOgNww4CGnVlzDw2AiGaECWPJ89B > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:none; }#F8Rcuc9MBnp2lL7GsQMNsM7aMtS1xZnW { z-index:15000;top:1.34375rem;left:49.875rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#tRwrqS85yeO53zCVwsEBi30BLpMNchHQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LOtzCTi1ZESxAfTiAcAkvztfvuGJMnp5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:19.625rem;left:0rem;display:none; }
#NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/65e5b5ac-59ae-4ed5-a993-7ba91ffd16dd/_Bdy_banner_007_web.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz.adaptive-delivery-prevent-bg, #NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz.lazyload, #NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz.lazyloading { background-image: none; }#NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz > .row .container { background-color: transparent; background-image: none; }#NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz > .row .container > .video-iframe-container { display: none; }#NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz > .row > .video-iframe-container { display: none; }#NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz > .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); }#NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz > .row .container { border-width: 0; border-radius: 0; }#NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:60rem;position:relative;display:block; }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF { position:relative;display:none; }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF { border-width: 0; border-radius: 0; }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yvR3Amyqdiw9mBKJdeEONaSoh2elZqVn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#yvR3Amyqdiw9mBKJdeEONaSoh2elZqVn > .row .container { background-color: transparent; background-image: none; }#yvR3Amyqdiw9mBKJdeEONaSoh2elZqVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvR3Amyqdiw9mBKJdeEONaSoh2elZqVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvR3Amyqdiw9mBKJdeEONaSoh2elZqVn > .row .container > .video-iframe-container { display: none; }#yvR3Amyqdiw9mBKJdeEONaSoh2elZqVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvR3Amyqdiw9mBKJdeEONaSoh2elZqVn > .row > .video-iframe-container { display: none; }#yvR3Amyqdiw9mBKJdeEONaSoh2elZqVn > .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); }#yvR3Amyqdiw9mBKJdeEONaSoh2elZqVn > .row .container { border-width: 0; border-radius: 0; }#yvR3Amyqdiw9mBKJdeEONaSoh2elZqVn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yvR3Amyqdiw9mBKJdeEONaSoh2elZqVn > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#qBw6t08IyH0U19GR0nI91iP12ewGJJKw { color:rgba(var(--color-primary-4),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:16.5rem;height:2.84399375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNqpe4uS1qSnVWMeqW0RM6JIVaTzrQmw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:9.0625rem;top:4.03125rem;left:25.46875rem;overflow:hidden;display:block; }
#ZOVUMwI5NddBn5t3IFdtr6KJGgOT9shB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:13.4375rem;top:7.25rem;left:0rem;overflow:hidden;display:block; }
#HUmOTwuI2has3O9tkUur1IQ7MurZaK6q { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:11.3125rem;top:7.75rem;left:48.6875rem;overflow:hidden;display:block; }
#aKTFdrBKTKTQBSA6e82TLnt4TA4wPrUO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:9.0625rem;top:7.5625rem;left:14.8125rem;overflow:hidden;display:block; }
#JKzi7PcRLXOLBFJAKDI1MnF9GKHWwck4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:6.84375rem;left:37rem;overflow:hidden;display:block; }
#WcpfR403aDkI5icnyKcWDiF3kvNbdRW6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#WcpfR403aDkI5icnyKcWDiF3kvNbdRW6 > .row .container { background-color: transparent; background-image: none; }#WcpfR403aDkI5icnyKcWDiF3kvNbdRW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcpfR403aDkI5icnyKcWDiF3kvNbdRW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcpfR403aDkI5icnyKcWDiF3kvNbdRW6 > .row .container > .video-iframe-container { display: none; }#WcpfR403aDkI5icnyKcWDiF3kvNbdRW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcpfR403aDkI5icnyKcWDiF3kvNbdRW6 > .row > .video-iframe-container { display: none; }#WcpfR403aDkI5icnyKcWDiF3kvNbdRW6 > .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); }#WcpfR403aDkI5icnyKcWDiF3kvNbdRW6 > .row .container { border-width: 0; border-radius: 0; }#WcpfR403aDkI5icnyKcWDiF3kvNbdRW6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcpfR403aDkI5icnyKcWDiF3kvNbdRW6 > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;position:relative;display:block; }#sKuGIGS1OMeOfVeVUk4uhEsElctTxiDk { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:9.25rem;left:0rem;height:4.3754875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t3g3x1CwWG1ZTMXPgTpz3VBVaCrnU94r { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:7rem;left:0rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OcpwXgMnK2UEDXyNkxHNdvXNCuklJkHZ { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:15.8125rem;left:0rem;height:6.796875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eZtL9NUuWuuN2HcAlhQe5lu3OJLoDlL4 { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:15.8125rem;left:25.125rem;height:10.1953125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PIUKmVIX4p1dTOev0RVOapBTnt7TD9ak { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:45.9375rem;top:4.75rem;left:6.75rem;display:block; }
#ChuSFWQxVEcwAhfHmwVPgmu2SbSHwCwt { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20.125rem;top:1.5rem;left:39.875rem;overflow:hidden;display:block; }
#l1T8gItKOVLuTw09r99Ld235TdHKrCr3 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:15.75rem;top:23.4375rem;left:44.25rem;overflow:hidden;display:block; }
#ZFELmuUx0JzNgXnc3sG2cAZmTP82nHDG { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:oswald;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.03125rem;left:0rem;display:block; }
#e4gwSdVTPckmk6W451FQxxKt6RC3WaQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDTmZerUIuyFwesKU1yUUQRnhPlKNx6X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#GDTmZerUIuyFwesKU1yUUQRnhPlKNx6X > .row .container { background-color: transparent; background-image: none; }#GDTmZerUIuyFwesKU1yUUQRnhPlKNx6X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDTmZerUIuyFwesKU1yUUQRnhPlKNx6X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDTmZerUIuyFwesKU1yUUQRnhPlKNx6X > .row .container > .video-iframe-container { display: none; }#GDTmZerUIuyFwesKU1yUUQRnhPlKNx6X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDTmZerUIuyFwesKU1yUUQRnhPlKNx6X > .row > .video-iframe-container { display: none; }#GDTmZerUIuyFwesKU1yUUQRnhPlKNx6X > .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); }#GDTmZerUIuyFwesKU1yUUQRnhPlKNx6X > .row .container { border-width: 0; border-radius: 0; }#GDTmZerUIuyFwesKU1yUUQRnhPlKNx6X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GDTmZerUIuyFwesKU1yUUQRnhPlKNx6X > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:60rem;position:relative;display:block; }#RKy5IK1V3NxXaBI77sL0R92y897AB0TZ { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:4.8125rem;left:0rem;height:4.3754875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QMOQwqz4DgTD1Xa6ZWTlVQTaGAX1WDAg { color:#000000;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:10.3125rem;left:0rem;height:8.496125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rq0f6g5TeZNT6BDDzBf04BdAZNz0JzH1 { position:absolute;display:block;z-index:15013;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:20.8125rem;left:0rem;display:block; }
#x7yTZ6OyKkN8Fhl250TqltsV2EcpXbRb { position:absolute;display:block;z-index:15006;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.1875rem;width:25.4375rem;top:21.8125rem;left:1.8125rem;display:block; }
#XG1a0avtelN1KVdmPhODnCydZIEDFnrv { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:22.875rem;left:6.0625rem;height:1.62543125rem;text-align:left;text-align-last:left;display:block; }
#AIDAsqvmlnyL03DAhXyAw5RR2PiaINvp { color:#000000;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:25rem;left:6.0625rem;height:3.1860375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kvD9TeQSqeCKRPsKhusv6Ho4cqDL0sE3 { position:absolute;display:block;z-index:15011;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.1875rem;width:25.4375rem;top:29.9375rem;left:1.8125rem;display:block; }
#TAD6IVJZFLguEzNUc7mbTkhq65PZFrD1 { color:#000000;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:33.125rem;left:6.0625rem;height:3.1860375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fR5QwFmZT6XmBvQhQV3iw39Qs4F4teaG { color:#000000;display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:31rem;left:6.0625rem;height:1.62543125rem;text-align:left;text-align-last:left;display:block; }
#TRbATFI1uCKqQxNxyoP7kuK7XgdseFfd { position:absolute;display:block;z-index:15018;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:28.9375rem;left:0rem;display:block; }
#S2vL7m5uQy67yuhSESTuUuJKBW1BSkLD { position:absolute;display:block;z-index:15016;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.1875rem;width:25.5rem;top:38.125rem;left:1.8125rem;display:block; }
#FeTvE18LG2Wan9w9dhK5DNsos7pcU77P { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:41.3125rem;left:6.0625rem;height:3.1860375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LaTDs1rDmHiO2y1nvmHO6SWdu3eUk4Oe { position:absolute;display:block;z-index:15023;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:37.125rem;left:0rem;display:block; }
#zWZw02yhsdTEeW6VICbTwkaXPJq2ipS8 { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:39.1875rem;left:6.0625rem;height:1.62543125rem;text-align:left;text-align-last:left;display:block; }
#Mq0DVDr93ulgnbH4Ft9rpolFSQt1iVQ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:21.78125rem;left:0.96875rem; }
#nrZtJGoIarKsPLlTosVWLs8e2It813Il { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:29.9375rem;left:0.96875rem; }
#x4S5APBVAAySyucAdBnuSSaAmVt58aRT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:38.125rem;left:0.96875rem; }
#uvAVrllTHgP7mZVvLDZddJRr6aO5aa8F { position:absolute;display:block;z-index:15004;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:34.25rem;width:27.3125rem;top:6.5625rem;left:31.34375rem;overflow:hidden;display:block; }
#JSRIxKqKhK8WnubFmFrfO7fCWbiNl7Tl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3b3b3b;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; }#JSRIxKqKhK8WnubFmFrfO7fCWbiNl7Tl > .row .container { background-color: transparent; background-image: none; }#JSRIxKqKhK8WnubFmFrfO7fCWbiNl7Tl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSRIxKqKhK8WnubFmFrfO7fCWbiNl7Tl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSRIxKqKhK8WnubFmFrfO7fCWbiNl7Tl > .row .container > .video-iframe-container { display: none; }#JSRIxKqKhK8WnubFmFrfO7fCWbiNl7Tl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSRIxKqKhK8WnubFmFrfO7fCWbiNl7Tl > .row > .video-iframe-container { display: none; }#JSRIxKqKhK8WnubFmFrfO7fCWbiNl7Tl > .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); }#JSRIxKqKhK8WnubFmFrfO7fCWbiNl7Tl > .row .container { border-width: 0; border-radius: 0; }#JSRIxKqKhK8WnubFmFrfO7fCWbiNl7Tl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSRIxKqKhK8WnubFmFrfO7fCWbiNl7Tl > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#RGJQM5aNnz2ybRfF1dzVWWhnSG8b5CQ8 { position:absolute;display:block;z-index:15008;background-color:#333333;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:10.625rem;width:9.25rem;top:4.9375rem;left:0rem;display:block; }
#oyGFCVUftl7FRLpEaVreDTxcoFQIwbJq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:7.875rem;left:2.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lJvVlDF52LkiWC75zh36FU2O825lnbgE { 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:18.125rem;width:32.25rem;top:4.9375rem;left:16.75rem;overflow:hidden;display:block; }
#LJxJtnPR2z611I7mkpd4u47vO79CqwgE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:29.75rem;top:12.82421875rem;left:28.1875rem;overflow:hidden;display:block; }
#NbDVKqXNkA11MqXMZZT2iGkehqyJgSJC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:26.0625rem;top:30.5rem;left:18.3125rem;overflow:hidden;display:block; }
#AVTyu0gm2dE3bBgBdJk7dgpIPc1dfbeW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:16.625rem;top:24.625rem;left:0rem;overflow:hidden;display:block; }
#bJhC4xE3TLc3itMaRXdPO6uTfLHWyruM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:16.625rem;top:35.75rem;left:0rem;overflow:hidden;display:block; }
#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo { 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; }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .row .container { background-color: transparent; background-image: none; }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .row .container > .video-iframe-container { display: none; }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .row > .video-iframe-container { display: none; }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .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); }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .row .container { border-width: 0; border-radius: 0; }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#zPf07sxabWced0N2RGHnAeRZGhBzAraK { 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:28.6875rem;width:28.75rem;top:2.40625rem;left:0rem;overflow:hidden;display:block; }
#i0LsANhXIqsZGCgqJUM0OobvVEgMhvVx { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:30.3125rem;height:;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; }
#aJs11t7lWWqSuIDfbD5RNDxKtdAiRwUo { color:rgba(var(--color-tertiary-4),0.8);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:13.6953125rem;left:30.3125rem;height:11.89453125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#FuR5N70qB3Df65OV481mI0R764pBCm5t { 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; }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .row .container { background-color: transparent; background-image: none; }#FuR5N70qB3Df65OV481mI0R764pBCm5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .row .container > .video-iframe-container { display: none; }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .row > .video-iframe-container { display: none; }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .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); }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .row .container { border-width: 0; border-radius: 0; }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#CT8E1d7LhU5KwuiU2XiZzSHlPq8Hs8Z9 { 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:28.6875rem;width:28.75rem;top:1.875rem;left:31.25rem;overflow:hidden;display:block; }
#SZ9RIrtC2LXaZsCzdvAo67DPRKeN63AI { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:5.5249rem;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; }
#AEAbUuusucsG9T9wmzHkoh3o89MTfd6h { color:rgba(var(--color-tertiary-4),0.8);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:12.00048828125rem;left:0rem;height:8.496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv { 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; }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .row .container { background-color: transparent; background-image: none; }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .row .container > .video-iframe-container { display: none; }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .row > .video-iframe-container { display: none; }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .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); }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .row .container { border-width: 0; border-radius: 0; }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#nE4i5Mrt5VyRbeJVqxc0OKNpcQgsQdgT { 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:28.6875rem;width:28.75rem;top:2.40625rem;left:0rem;overflow:hidden;display:block; }
#KEOQ4b0oISXybqDulxIeUguMT8CODc6g { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:30.3125rem;height:;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; }
#OxfvXVnLuWGRNu7aXTU7fa42DTIuN7rd { color:rgba(var(--color-tertiary-4),0.8);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:12.53173828125rem;left:30.3125rem;height:8.496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT { 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; }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .row .container { background-color: transparent; background-image: none; }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .row .container > .video-iframe-container { display: none; }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .row > .video-iframe-container { display: none; }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .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); }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .row .container { border-width: 0; border-radius: 0; }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#WMWAmmKCcpVzoM7Xs9sNlpoLpPvfPDyR { 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:28.6875rem;width:28.75rem;top:1.875rem;left:31.25rem;overflow:hidden;display:block; }
#AnQpuES4bphRGFutJOTgedLGOuQPRHmH { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:5.5249rem;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; }
#vR3tvky0cT2pny0OK6hVi5BcfkWHwac3 { color:rgba(var(--color-tertiary-4),0.8);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:11.150390625rem;left:0rem;height:8.496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D { 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; }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .row .container { background-color: transparent; background-image: none; }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .row .container > .video-iframe-container { display: none; }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .row > .video-iframe-container { display: none; }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .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); }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .row .container { border-width: 0; border-radius: 0; }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#g70AB9sEwqDvBOG6HX3JWxfooVQZiIEO { 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:28.6875rem;width:28.75rem;top:2.40625rem;left:0rem;overflow:hidden;display:block; }
#LBi5EpTqd0JTmJWU62Tn6VqT9ecrWKua { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:30.3125rem;height:;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; }
#o6Lw2TvnLWn6BcqsvtiNV3MankDqQKO9 { color:rgba(var(--color-tertiary-4),0.8);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:12.53173828125rem;left:30.3125rem;height:8.496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d39a5733-59ea-4f85-ad1b-7cfb22177eb5/banner02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR.adaptive-delivery-prevent-bg, #dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR.lazyload, #dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR.lazyloading { background-image: none; }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .row .container { background-color: transparent; background-image: none; }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(68,62,130,0.8); }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .row .container > .video-iframe-container { display: none; }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(68,62,130,0.8); }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .row > .video-iframe-container { display: none; }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .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); }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .row .container { border-width: 0; border-radius: 0; }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR::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; }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;position:relative;display:block; }#CEItUy0nxn7JlVcZtW4C5ClKg2zvWOSb { color:rgba(var(--color-tertiary-1),1);display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.1875rem;left:6.75rem;height:4.875rem;font-style:normal;display:block; }
#vQmWWngwJNDakc54wWb8Lfg2Xei4owAU { color:rgba(var(--color-tertiary-1),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.5625rem;left:8.8125rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IonRSPeBXrUBNU5683cvoF9p2aTfluxN { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.06201171875rem;left:21.875rem;display:block; }
#tRwA6HOpVgrXWXcsrFptcerkSHl8BKnt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HKd25XOybOk7y7oJQkpdBXWvIyz7onei { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3b3b3b;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top 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; }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei.adaptive-delivery-prevent-bg, #HKd25XOybOk7y7oJQkpdBXWvIyz7onei.lazyload, #HKd25XOybOk7y7oJQkpdBXWvIyz7onei.lazyloading { background-image: none; }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .row .container { background-color: transparent; background-image: none; }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .row .container > .video-iframe-container { display: none; }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .row > .video-iframe-container { display: none; }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .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); }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .row .container { border-width: 0; border-radius: 0; }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;position:relative;display:block; }#oXB1lpH17ZsTqr3RO30LyFCCQSqu5Kwb { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:4.142575rem;font-style:normal;display:block; }
#zVSyomTsLvrvVFcUAtJspFnSw8IuPAfC { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#SSXkiFDlOlmtfTzmaUlnM9bbZwctKMdx { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:5.625rem;top:9.875rem;left:0rem;display:block; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-form-header {  }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:bold;color:#090e36;width:18.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-text { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;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:18.375rem;box-sizing:border-box;height:2rem;color:#090e36;font-size:1.125rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-text {padding-top: 0; padding-bottom: 0;}#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-textarea { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;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:18.375rem;box-sizing:border-box;height:4.375rem;color:#090e36;font-size:1.125rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:18.375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-select {padding-top: 0; padding-bottom: 0;}#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-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:5.1875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:13.1875rem;height:3.125rem;font-family:oswald;overflow:hidden; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .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);line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .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; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .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.5; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-container:first-of-type{padding-top:0;}#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-container:last-of-type{padding-bottom:0;}#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:34.562255859375rem;top:1.937255859375rem;z-index:15025;position:absolute; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF {display:block;}#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:34.562255859375rem;top:1.937255859375rem;z-index:15025;position:absolute; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #V80aTqTcJzuOCVCiAi9ZZG2G7RKgbSRD { position:relative; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #S09weLa08bV4a5TlyP8WfTJBA6M0XSwd { position:relative;display:block; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #hXagJAi9cVOPLMIqeMpSNZiLCS3KPW6N { position:relative; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #UvBI3xFTQWwuXcLbMmukyeiONHKdUcyE { position:relative; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #ZWd0CHTCrolWbLBdcnfds1mRBqrGmvr2 { position:relative;display:block; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #yX8WBf7DALWp5ZLvFn6DUqousVd7Oskt { position:relative; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #y1PrT7cUK5nZiaBwWLOVbRgU1kk5Ag8R { position:relative; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #mfZ1xmP9VmzHL0kgzDldR3a0l1EAhbfb { position:relative;display:block; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #msmn7ewJDSo2RGsh3Pq3HlPiwxtWeiAQ { position:relative; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #sCbTk6xT23TzKR49WhCXzQrd8sTf0dmC { position:relative; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #BH1pI6NHmJvShN7qtf45JXfeEkzRT8Ow { position:relative;display:block; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #hJwl1hQcoBS1rTFMgI9T5VuuLXrMXdZz { position:relative; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #e69lzqAWFKyT50qclAWFVbhUBwhRTw4W { position:relative; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #CalPsxvmXiloNOrAQRDtoAtrpNqoC4K2 { position:relative;display:block; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #ibNiBBMcRtPyOk3n31LCdhbNadWbpHUv { position:relative; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #GUTrxJNFJxJT20g4kINPFQJe8uNg4EqG { position:relative; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #ZayCPQXTfbANcl8XzrpfJgRAiQuWQowI { position:relative; }
#Nf11NzpBfRm7qac1R9l9meeARUuokLu3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#fuxrgAtiJJxTbbUFqOZwgAQ0DErTtycQ { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.3125rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:20rem;left:2.75rem;display:block; }
#ElerCdX7JhzdzLGtP6CQCFD3Fx0tSTxK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gykSOls64oSJHhqv8DstcotqNpAH6qZ3 { z-index:15000;top:1.34375rem;left:49.875rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#bNPeSR83OSknWp3EADS98BFGomPeiqHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D47gAQiSwurKDcUa2QcsAfI9bLtIJoKJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:19.625rem;left:0rem; }
#R7ixwXPxBug4UDfizVUclJVTZZpwMfAm { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:23.25rem;left:2.75rem;height:2.761225rem;font-style:normal;display:block; }
#R6cAt28yICv7phreoJAU1sbZyEIZKV3G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:23.599609375rem;left:0rem; }
#NRgWHBFOdULEBxyvadxGz7wkEGqznOSl { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:19.96533203125rem;left:15.375rem;height:1.3808625rem;font-style:normal;display:block; }
#DEGvztayTBukHrvzautp7adaN9L9qydJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19.625rem;left:12.8125rem; }
#pTUWsEamWX8WJmhFarwV67fs18O3pixG { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:27.5625rem;left:2.75rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WLya0ln2ltU8IzKAnHhveubeETM0Z2B2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:19.625rem;left:0rem;display:none; }
#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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;z-index:auto;display:block; }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .row .container { background-color: transparent; background-image: none; }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .row .container > .video-iframe-container { display: none; }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .row > .video-iframe-container { display: none; }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .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); }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .row .container { border-width: 0; border-radius: 0; }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:60rem;position:relative;display:block; }#MkWrAgTJWCUtgARQVD5Wo16izHshI85t { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:6.4140625rem;left:11.78125rem;height:6.396475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BkbT9fZFkIcBzSJMDJoT06riX8HIn2dc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:13.875rem;left:24.0625rem; }
#BkbT9fZFkIcBzSJMDJoT06riX8HIn2dc > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#rV2RGSgqoa9hLLWxRt2F4nkMm4ewSAIn { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.75rem;left:27.3125rem; }
#rV2RGSgqoa9hLLWxRt2F4nkMm4ewSAIn > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#ZFuoT0NhDOQUeFXKhCmx6ZCWJlk3CJB8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.875rem;left:30.625rem; }
#ZFuoT0NhDOQUeFXKhCmx6ZCWJlk3CJB8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#mtQQWCZXDg0x6q4FeVa2W3qhqBOWVXCK { position:absolute;display:block;z-index:15003;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.75rem;width:14.375rem;top:1.6875rem;left:22.8125rem;overflow:hidden;display:block; }
#vKv1ryRfWftffkfeTaL8tTN4FP94mfoR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:13.875rem;left:33.75rem; }
#vKv1ryRfWftffkfeTaL8tTN4FP94mfoR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .row .container { background-color: transparent; background-image: none; }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .row .container > .video-iframe-container { display: none; }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .row > .video-iframe-container { display: none; }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .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); }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .row .container { border-width: 0; border-radius: 0; }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#izCGObrh8wrbucXl40DeP4dmQVQpiIoT { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:0.63720703125rem;left:12.56298828125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gzJHq67dNUwunnBvhWi0ZHZEUhfIJrK5 { display:block; }#gzJHq67dNUwunnBvhWi0ZHZEUhfIJrK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUEfZznFGbTEpKG2TzvVmzfsr5xPBJLt { width:7.5625rem;height:1.3125rem;top:1.5rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b81Cu14NIkId3hf7FJVoTRZTtINRE0XQ { display:block; }
 }@media only screen and (max-width: 763px) { #oZ416bmHaC3KElH4AMpPMRnvlLsmSLQk { width:2.25rem;height:2.25rem;top:1.0625rem;left:27.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap8v4xBLsuiM3y8hR06zdG5s8iMXXqCH { width:14rem;height:3.8125rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSGMkkxMTXv6NRzon0MBzoJ4MavLheVN { top:1.125rem;left:40.125rem;width:2.1875rem;height:2.1875rem;display:block; }
#WSGMkkxMTXv6NRzon0MBzoJ4MavLheVN > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #vbus2Tb1rrXb8zSPMwS9EmrPQfmNKURL { top:1rem;left:43.375rem;width:2.375rem;height:2.375rem;display:block; }
#vbus2Tb1rrXb8zSPMwS9EmrPQfmNKURL > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #lvDucvlIPAZmZMENPPRil7H2QiDeaFw8 { top:1.125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#lvDucvlIPAZmZMENPPRil7H2QiDeaFw8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Bt1vuKNR3gxRZ6h8BuCU9lItrlu2dEN5 { top:1.125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#Bt1vuKNR3gxRZ6h8BuCU9lItrlu2dEN5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw { display:block; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkp7RsemctyPCEk2kWsyEDs4CGkwoMIV { top:11.0625rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHhlvdCVcGJL0i6dHvlz6DiEvS5EOigu { top:20.8125rem;left:0rem;width:36.375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #man5VQATHMSCnHga7AU2mwti73DkCGyM { top:20.25rem;left:0rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3e6JtHTiUmo2mIxElHC36WCAg2Xyy70 { width:16.25rem;height:3.125rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh7xw1ygS3HhW7uP1vxDUTBvFRzZtnXQ { display:block; }
 }@media only screen and (max-width: 763px) { #omLeMcVLWW57lEB4XtgCyZ6TGn2Z3Kuq { top:21.875rem;left:0rem;width:15.1875rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXCTwg1EzdtUGXn0XASMB2TGdyOnvkLe { display:block; }#xXCTwg1EzdtUGXn0XASMB2TGdyOnvkLe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyXd2I9W8d98E8VygKbvnLkrJDL5HnWC { top:7.375rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW6dC9tN2HK3FFPnSoxqHvZxAgKPDJwO { top:24.875rem;left:0rem;width:25.8125rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aic8RfFMV4uh0VzO0Z98TMkafU9zxiJS { width:16.25rem;height:3.8125rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTbVFk4C6zoTqc1uWgTMzgQffSVVeCzg { display:block; }
 }@media only screen and (max-width: 763px) { #xxsVVJlwa7LOZcUmZBmWmI8oxgo1XseZ { display:block; }#xxsVVJlwa7LOZcUmZBmWmI8oxgo1XseZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5GNAa7U7gzQMbMyMTUTWnPyXmig6JMr { top:7.375rem;left:0rem;width:27rem;height:8.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlmGuSwQguuVOC6l18K4XRgbJot27PmV { top:16.75rem;left:0rem;width:25.3125rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAVwFK5zp0FgcZpJF6FDdJQi3zbX08Gw { top:8.5rem;left:25.1875rem;width:17.5625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvOoc3eCp1StZaWqTZzyTP2zRGAuxIRa { top:18.25rem;left:29.8125rem;width:17.9375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcLBytKiEcw0NWkN0QHTakl97qBPsc2G { top:12rem;left:23.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaB2Sdrm8iqQvWV7LzVe4izyLgLE9ULT { top:9.9375rem;left:19.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi99w063bdocewdWCdAssDcumgMqT5dx { top:21.5625rem;left:27.4375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX0fAspgisl2g7uIz516JJg2orS9Ds2e { top:23.625rem;left:30.5625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQhzwti5bbFUiWWso3Do7t6I7mzvrR96 { width:3.125rem;height:3.125rem;top:10.625rem;left:20.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6GUA5ZrgBCmTbmZvxEUQhWRdEBN4hPN { width:3.125rem;height:3.125rem;top:22.25rem;left:28rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIw9BrorUekw5AZk5hegMIR7pSe2HXVN { display:block; }#xIw9BrorUekw5AZk5hegMIR7pSe2HXVN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9TaSUyvlhGoiQOQn3Db1RzthroiFA2N { top:7.375rem;left:0rem;width:27rem;height:8.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXlWODJTZJWJ8iqkDH6sVwZbz19D1S3b { top:16.75rem;left:0rem;width:25.3125rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBPXRnFaUHeqSyDEMdr919C8rrAw4XBn { top:1.125rem;left:27.375rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbLgKQMTKBqHxb6wbxDchJgHxKX5vDIO { display:block; }#zbLgKQMTKBqHxb6wbxDchJgHxKX5vDIO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMH4Ty0T0a5brTCFJ4gBkgxfqXPXmwls { top:7.375rem;left:0rem;width:27rem;height:8.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpOrZl0xLlupAKgTLJTJtsiIpT90oTxx { top:16.75rem;left:0rem;width:25.3125rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTddE5mJXrIr5b1yf6MAMTHMFzpVgwXc { top:2.25rem;left:24.6875rem;width:22.25rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gifWsOgNww4CGnVlzDw2AiGaECWPJ89B { display:block; }#gifWsOgNww4CGnVlzDw2AiGaECWPJ89B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8Rcuc9MBnp2lL7GsQMNsM7aMtS1xZnW { top:1.3125rem;left:37.625rem;width:10.125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRwrqS85yeO53zCVwsEBi30BLpMNchHQ { display:block; }
 }@media only screen and (max-width: 763px) { #LOtzCTi1ZESxAfTiAcAkvztfvuGJMnp5 { top:19.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz { display:block; }#NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF { display:block; }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvR3Amyqdiw9mBKJdeEONaSoh2elZqVn { display:block; }#yvR3Amyqdiw9mBKJdeEONaSoh2elZqVn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBw6t08IyH0U19GR0nI91iP12ewGJJKw { top:1.1875rem;left:10.375rem;width:27rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNqpe4uS1qSnVWMeqW0RM6JIVaTzrQmw { top:4rem;left:19.34375rem;width:9.0625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOVUMwI5NddBn5t3IFdtr6KJGgOT9shB { top:7.25rem;left:0rem;width:13.4375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUmOTwuI2has3O9tkUur1IQ7MurZaK6q { top:7.75rem;left:36.4375rem;width:11.3125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKTFdrBKTKTQBSA6e82TLnt4TA4wPrUO { top:7.5625rem;left:8.6875rem;width:9.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKzi7PcRLXOLBFJAKDI1MnF9GKHWwck4 { top:6.8125rem;left:30.875rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcpfR403aDkI5icnyKcWDiF3kvNbdRW6 { display:block; }#WcpfR403aDkI5icnyKcWDiF3kvNbdRW6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKuGIGS1OMeOfVeVUk4uhEsElctTxiDk { top:9.25rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3g3x1CwWG1ZTMXPgTpz3VBVaCrnU94r { top:7rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcpwXgMnK2UEDXyNkxHNdvXNCuklJkHZ { top:15.8125rem;left:0rem;width:22.4375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZtL9NUuWuuN2HcAlhQe5lu3OJLoDlL4 { top:15.8125rem;left:1.4375rem;width:22.4375rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIUKmVIX4p1dTOev0RVOapBTnt7TD9ak { top:4.75rem;left:0rem;width:45.9375rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChuSFWQxVEcwAhfHmwVPgmu2SbSHwCwt { top:1.5rem;left:27.625rem;width:20.125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1T8gItKOVLuTw09r99Ld235TdHKrCr3 { top:23.4375rem;left:32rem;width:15.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFELmuUx0JzNgXnc3sG2cAZmTP82nHDG { width:16.25rem;height:3.125rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4gwSdVTPckmk6W451FQxxKt6RC3WaQG { display:block; }
 }@media only screen and (max-width: 763px) { #GDTmZerUIuyFwesKU1yUUQRnhPlKNx6X { display:block; }#GDTmZerUIuyFwesKU1yUUQRnhPlKNx6X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKy5IK1V3NxXaBI77sL0R92y897AB0TZ { top:4.8125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMOQwqz4DgTD1Xa6ZWTlVQTaGAX1WDAg { top:10.3125rem;left:0rem;width:28.375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq0f6g5TeZNT6BDDzBf04BdAZNz0JzH1 { top:20.8125rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7yTZ6OyKkN8Fhl250TqltsV2EcpXbRb { top:21.8125rem;left:0rem;width:25.4375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG1a0avtelN1KVdmPhODnCydZIEDFnrv { top:22.875rem;left:2.0625rem;width:21.8125rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIDAsqvmlnyL03DAhXyAw5RR2PiaINvp { top:25rem;left:2.875rem;width:21rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvD9TeQSqeCKRPsKhusv6Ho4cqDL0sE3 { top:29.9375rem;left:0rem;width:25.4375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAD6IVJZFLguEzNUc7mbTkhq65PZFrD1 { top:33.125rem;left:2.875rem;width:21rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR5QwFmZT6XmBvQhQV3iw39Qs4F4teaG { top:31rem;left:2.25rem;width:21.625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRbATFI1uCKqQxNxyoP7kuK7XgdseFfd { top:28.9375rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2vL7m5uQy67yuhSESTuUuJKBW1BSkLD { top:38.125rem;left:0rem;width:25.5rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeTvE18LG2Wan9w9dhK5DNsos7pcU77P { top:41.3125rem;left:3rem;width:20.8125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaTDs1rDmHiO2y1nvmHO6SWdu3eUk4Oe { top:37.125rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZw02yhsdTEeW6VICbTwkaXPJq2ipS8 { top:39.1875rem;left:2.3125rem;width:21.5625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq0DVDr93ulgnbH4Ft9rpolFSQt1iVQ6 { top:21.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrZtJGoIarKsPLlTosVWLs8e2It813Il { top:29.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4S5APBVAAySyucAdBnuSSaAmVt58aRT { top:38.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvAVrllTHgP7mZVvLDZddJRr6aO5aa8F { top:6.5625rem;left:20.4375rem;width:27.3125rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSRIxKqKhK8WnubFmFrfO7fCWbiNl7Tl { display:block; }#JSRIxKqKhK8WnubFmFrfO7fCWbiNl7Tl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGJQM5aNnz2ybRfF1dzVWWhnSG8b5CQ8 { width:9.25rem;height:10.625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyGFCVUftl7FRLpEaVreDTxcoFQIwbJq { width:12.4375rem;height:;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJvVlDF52LkiWC75zh36FU2O825lnbgE { width:32.25rem;height:18.125rem;top:4.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJxJtnPR2z611I7mkpd4u47vO79CqwgE { width:29.75rem;height:16.6875rem;top:12.8125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbDVKqXNkA11MqXMZZT2iGkehqyJgSJC { width:26.0625rem;height:14.625rem;top:30.5rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVTyu0gm2dE3bBgBdJk7dgpIPc1dfbeW { width:16.625rem;height:9.3125rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJhC4xE3TLc3itMaRXdPO6uTfLHWyruM { width:16.625rem;height:9.3125rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo { display:block; }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPf07sxabWced0N2RGHnAeRZGhBzAraK { width:28.75rem;height:28.6875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0LsANhXIqsZGCgqJUM0OobvVEgMhvVx { width:29.6875rem;height:;top:4.5rem;left:18.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJs11t7lWWqSuIDfbD5RNDxKtdAiRwUo { width:29.375rem;height:13.5625rem;top:13.6875rem;left:18.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuR5N70qB3Df65OV481mI0R764pBCm5t { display:block; }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CT8E1d7LhU5KwuiU2XiZzSHlPq8Hs8Z9 { width:28.75rem;height:28.6875rem;top:1.875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ9RIrtC2LXaZsCzdvAo67DPRKeN63AI { width:29.6875rem;height:5.5rem;top:4rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEAbUuusucsG9T9wmzHkoh3o89MTfd6h { width:29.6875rem;height:8.4375rem;top:12rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnaquCAK9LNaTAU8dBT2bJdwegper2Lv { display:block; }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nE4i5Mrt5VyRbeJVqxc0OKNpcQgsQdgT { width:28.75rem;height:28.6875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEOQ4b0oISXybqDulxIeUguMT8CODc6g { width:29.6875rem;height:;top:4.5rem;left:18.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxfvXVnLuWGRNu7aXTU7fa42DTIuN7rd { width:29.6875rem;height:8.4375rem;top:12.5rem;left:18.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT { display:block; }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMWAmmKCcpVzoM7Xs9sNlpoLpPvfPDyR { width:28.75rem;height:28.6875rem;top:1.875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnQpuES4bphRGFutJOTgedLGOuQPRHmH { width:29.6875rem;height:;top:3.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR3tvky0cT2pny0OK6hVi5BcfkWHwac3 { width:29.6875rem;height:10.1875rem;top:11.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvVWRciIK7HTZWElBWUAnrxMpXZxK05D { display:block; }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g70AB9sEwqDvBOG6HX3JWxfooVQZiIEO { width:28.75rem;height:28.6875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBi5EpTqd0JTmJWU62Tn6VqT9ecrWKua { width:29.6875rem;height:;top:4.5rem;left:18.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Lw2TvnLWn6BcqsvtiNV3MankDqQKO9 { width:29.6875rem;height:8.4375rem;top:12.5rem;left:18.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR { display:block; }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEItUy0nxn7JlVcZtW4C5ClKg2zvWOSb { top:13.1875rem;left:0.625rem;width:46.5625rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQmWWngwJNDakc54wWb8Lfg2Xei4owAU { top:18.5625rem;left:2.6875rem;width:42.4375rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IonRSPeBXrUBNU5683cvoF9p2aTfluxN { width:16.25rem;height:3.125rem;top:26rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRwA6HOpVgrXWXcsrFptcerkSHl8BKnt { display:block; }
 }@media only screen and (max-width: 763px) { #HKd25XOybOk7y7oJQkpdBXWvIyz7onei { display:block; }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXB1lpH17ZsTqr3RO30LyFCCQSqu5Kwb { top:12.375rem;left:0rem;width:26.4375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVSyomTsLvrvVFcUAtJspFnSw8IuPAfC { top:5.1875rem;left:0rem;width:27.6875rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSXkiFDlOlmtfTzmaUlnM9bbZwctKMdx { top:9.875rem;left:0rem;width:5.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-regular-label { width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-text {padding-top: 0; padding-bottom: 0;}#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-select {padding-top: 0; padding-bottom: 0;}#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-button { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF  { width:18.375rem;height:auto;top:1.875rem;left:25.374755859375rem; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF {display:block;}#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF { width:18.375rem;height:auto;top:1.875rem;left:25.374755859375rem; }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #V80aTqTcJzuOCVCiAi9ZZG2G7RKgbSRD {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #S09weLa08bV4a5TlyP8WfTJBA6M0XSwd { display:block; }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #hXagJAi9cVOPLMIqeMpSNZiLCS3KPW6N {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #UvBI3xFTQWwuXcLbMmukyeiONHKdUcyE {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #ZWd0CHTCrolWbLBdcnfds1mRBqrGmvr2 { display:block; }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #yX8WBf7DALWp5ZLvFn6DUqousVd7Oskt {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #y1PrT7cUK5nZiaBwWLOVbRgU1kk5Ag8R {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #mfZ1xmP9VmzHL0kgzDldR3a0l1EAhbfb { display:block; }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #msmn7ewJDSo2RGsh3Pq3HlPiwxtWeiAQ {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #sCbTk6xT23TzKR49WhCXzQrd8sTf0dmC {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #BH1pI6NHmJvShN7qtf45JXfeEkzRT8Ow { display:block; }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #hJwl1hQcoBS1rTFMgI9T5VuuLXrMXdZz {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #e69lzqAWFKyT50qclAWFVbhUBwhRTw4W {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #CalPsxvmXiloNOrAQRDtoAtrpNqoC4K2 { display:block; }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #ibNiBBMcRtPyOk3n31LCdhbNadWbpHUv {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #GUTrxJNFJxJT20g4kINPFQJe8uNg4EqG {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #ZayCPQXTfbANcl8XzrpfJgRAiQuWQowI {  }
 }@media only screen and (max-width: 763px) { #Nf11NzpBfRm7qac1R9l9meeARUuokLu3 { display:none; }
 }@media only screen and (max-width: 763px) { #fuxrgAtiJJxTbbUFqOZwgAQ0DErTtycQ { width:7.5625rem;height:1.3125rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElerCdX7JhzdzLGtP6CQCFD3Fx0tSTxK { display:block; }
 }@media only screen and (max-width: 763px) { #gykSOls64oSJHhqv8DstcotqNpAH6qZ3 { top:1.3125rem;left:37.625rem;width:10.125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNPeSR83OSknWp3EADS98BFGomPeiqHT { display:block; }
 }@media only screen and (max-width: 763px) { #D47gAQiSwurKDcUa2QcsAfI9bLtIJoKJ { top:19.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7ixwXPxBug4UDfizVUclJVTZZpwMfAm { top:23.25rem;left:0rem;width:26.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6cAt28yICv7phreoJAU1sbZyEIZKV3G { top:23.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRgWHBFOdULEBxyvadxGz7wkEGqznOSl { top:19.9375rem;left:10rem;width:13.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEGvztayTBukHrvzautp7adaN9L9qydJ { top:19.625rem;left:9.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTUWsEamWX8WJmhFarwV67fs18O3pixG { top:27.5625rem;left:0rem;width:11.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLya0ln2ltU8IzKAnHhveubeETM0Z2B2 { top:19.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn { display:none; }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MkWrAgTJWCUtgARQVD5Wo16izHshI85t { top:6.375rem;left:5.65625rem;width:36.4375rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkbT9fZFkIcBzSJMDJoT06riX8HIn2dc { top:13.875rem;left:17.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
#BkbT9fZFkIcBzSJMDJoT06riX8HIn2dc > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #rV2RGSgqoa9hLLWxRt2F4nkMm4ewSAIn { top:13.75rem;left:21.1875rem;width:2.375rem;height:2.375rem;display:block; }
#rV2RGSgqoa9hLLWxRt2F4nkMm4ewSAIn > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #ZFuoT0NhDOQUeFXKhCmx6ZCWJlk3CJB8 { top:13.875rem;left:24.5rem;width:2.1875rem;height:2.1875rem;display:block; }
#ZFuoT0NhDOQUeFXKhCmx6ZCWJlk3CJB8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #mtQQWCZXDg0x6q4FeVa2W3qhqBOWVXCK { width:14.375rem;height:3.75rem;top:1.6875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKv1ryRfWftffkfeTaL8tTN4FP94mfoR { top:13.875rem;left:27.625rem;width:2.1875rem;height:2.1875rem;display:block; }
#vKv1ryRfWftffkfeTaL8tTN4FP94mfoR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX { display:block; }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izCGObrh8wrbucXl40DeP4dmQVQpiIoT { width:34.8125rem;height:1.5625rem;top:0.625rem;left:6.43798828125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gzJHq67dNUwunnBvhWi0ZHZEUhfIJrK5 { position:relative;z-index:auto;display:block; }#gzJHq67dNUwunnBvhWi0ZHZEUhfIJrK5 > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUEfZznFGbTEpKG2TzvVmzfsr5xPBJLt { width:7.5625rem;height:1.3125rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b81Cu14NIkId3hf7FJVoTRZTtINRE0XQ { display:block; }
 }@media only screen and (max-width: 763px) { #oZ416bmHaC3KElH4AMpPMRnvlLsmSLQk { width:2.25rem;height:2.25rem;top:5.5625rem;left:6.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ap8v4xBLsuiM3y8hR06zdG5s8iMXXqCH { width:12.375rem;height:3.25rem;top:0.5rem;left:3.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #WSGMkkxMTXv6NRzon0MBzoJ4MavLheVN { display:flex;width:2.1875rem;height:2.1875rem;top:4.75rem;left:8.875rem;display:none; }
#WSGMkkxMTXv6NRzon0MBzoJ4MavLheVN > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #vbus2Tb1rrXb8zSPMwS9EmrPQfmNKURL { display:flex;width:2.375rem;height:2.375rem;top:8.1875rem;left:8.8125rem;display:none; }
#vbus2Tb1rrXb8zSPMwS9EmrPQfmNKURL > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #lvDucvlIPAZmZMENPPRil7H2QiDeaFw8 { display:flex;width:2.1875rem;height:2.1875rem;top:11.8125rem;left:8.875rem;display:none; }
#lvDucvlIPAZmZMENPPRil7H2QiDeaFw8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Bt1vuKNR3gxRZ6h8BuCU9lItrlu2dEN5 { display:flex;width:2.1875rem;height:2.1875rem;top:15.25rem;left:8.875rem;display:none; }
#Bt1vuKNR3gxRZ6h8BuCU9lItrlu2dEN5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw { background-color:transparent;background-image:url("https://images.assets-landingi.com/bmWSwFvG/mobile1.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw.adaptive-delivery-prevent-bg, #s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw.lazyload, #s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw.lazyloading { background-image: none; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row .container { background-color: transparent; background-image: none; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(68,62,130,0.6); }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row .container > .video-iframe-container { display: none; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(68,62,130,0.6); }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row > .video-iframe-container { display: none; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .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); }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row .container { border-width: 0; border-radius: 0; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw::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; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4MJ8bXc4gI4E39EkirmrTTmphZ0DPxw > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkp7RsemctyPCEk2kWsyEDs4CGkwoMIV { width:20rem;height:7.067875rem;top:7.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHhlvdCVcGJL0i6dHvlz6DiEvS5EOigu { width:19.625rem;height:5.5234375rem;top:17.4375rem;left:0.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #man5VQATHMSCnHga7AU2mwti73DkCGyM { width:6.25rem;height:0.375rem;top:15.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3e6JtHTiUmo2mIxElHC36WCAg2Xyy70 { width:16.25rem;height:3.125rem;top:31.9609375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh7xw1ygS3HhW7uP1vxDUTBvFRzZtnXQ { display:block; }
 }@media only screen and (max-width: 763px) { #omLeMcVLWW57lEB4XtgCyZ6TGn2Z3Kuq { width:14.0625rem;height:11.75rem;top:21.4609375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXCTwg1EzdtUGXn0XASMB2TGdyOnvkLe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c4507d6d-6c4a-47c2-8bbb-5d6e40f43c27/_Bdy_banner_001_movil.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#xXCTwg1EzdtUGXn0XASMB2TGdyOnvkLe.adaptive-delivery-prevent-bg, #xXCTwg1EzdtUGXn0XASMB2TGdyOnvkLe.lazyload, #xXCTwg1EzdtUGXn0XASMB2TGdyOnvkLe.lazyloading { background-image: none; }#xXCTwg1EzdtUGXn0XASMB2TGdyOnvkLe > .row .container { width:20rem;height:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GyXd2I9W8d98E8VygKbvnLkrJDL5HnWC { width:20rem;height:8.449225rem;top:8.3125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NW6dC9tN2HK3FFPnSoxqHvZxAgKPDJwO { width:20rem;height:4.142575rem;top:16.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aic8RfFMV4uh0VzO0Z98TMkafU9zxiJS { width:16.25rem;height:3.8125rem;top:31.375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTbVFk4C6zoTqc1uWgTMzgQffSVVeCzg { display:block; }
 }@media only screen and (max-width: 763px) { #xxsVVJlwa7LOZcUmZBmWmI8oxgo1XseZ { display:block; }#xxsVVJlwa7LOZcUmZBmWmI8oxgo1XseZ > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5GNAa7U7gzQMbMyMTUTWnPyXmig6JMr { width:20rem;height:6.3369375rem;top:2.83740234375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VlmGuSwQguuVOC6l18K4XRgbJot27PmV { width:20rem;height:9.666rem;top:10.412109375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gAVwFK5zp0FgcZpJF6FDdJQi3zbX08Gw { width:14rem;height:9.3125rem;top:20.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vvOoc3eCp1StZaWqTZzyTP2zRGAuxIRa { width:12.875rem;height:7.8125rem;top:28.625rem;left:6.9811991869919rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mcLBytKiEcw0NWkN0QHTakl97qBPsc2G { width:0.375rem;height:4.375rem;top:58.084373474121rem;left:11.59375rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #ZaB2Sdrm8iqQvWV7LzVe4izyLgLE9ULT { width:4.25rem;height:4.25rem;top:28.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi99w063bdocewdWCdAssDcumgMqT5dx { width:4.25rem;height:4.25rem;top:25.875rem;left:15.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KX0fAspgisl2g7uIz516JJg2orS9Ds2e { width:8.25rem;height:0.375rem;top:79.575rem;left:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQhzwti5bbFUiWWso3Do7t6I7mzvrR96 { width:3.125rem;height:3.125rem;top:29.1875rem;left:2.4375rem;font-size:2.1875rem;color:rgba(255,255,255,0.82);display:block; }
 }@media only screen and (max-width: 763px) { #i6GUA5ZrgBCmTbmZvxEUQhWRdEBN4hPN { width:3.125rem;height:3.125rem;top:26.4375rem;left:15.6875rem;font-size:2.1875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #xIw9BrorUekw5AZk5hegMIR7pSe2HXVN { display:none; }#xIw9BrorUekw5AZk5hegMIR7pSe2HXVN > .row .container { width:20rem;height:52.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q9TaSUyvlhGoiQOQn3Db1RzthroiFA2N { width:20rem;height:6.3369375rem;top:2.83740234375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NXlWODJTZJWJ8iqkDH6sVwZbz19D1S3b { width:20rem;height:9.666rem;top:10.412109375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qBPXRnFaUHeqSyDEMdr919C8rrAw4XBn { width:16.875rem;height:30rem;top:21.327609375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbLgKQMTKBqHxb6wbxDchJgHxKX5vDIO { display:none; }#zbLgKQMTKBqHxb6wbxDchJgHxKX5vDIO > .row .container { width:20rem;height:52.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yMH4Ty0T0a5brTCFJ4gBkgxfqXPXmwls { width:20rem;height:6.3369375rem;top:2.83740234375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vpOrZl0xLlupAKgTLJTJtsiIpT90oTxx { width:20rem;height:9.666rem;top:10.412109375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZTddE5mJXrIr5b1yf6MAMTHMFzpVgwXc { width:20rem;height:25rem;top:21.327609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gifWsOgNww4CGnVlzDw2AiGaECWPJ89B { position:relative;z-index:auto;background-color:#443e82;background-image:none;display:block; }#gifWsOgNww4CGnVlzDw2AiGaECWPJ89B > .row .container { background-color: transparent; background-image: none; }#gifWsOgNww4CGnVlzDw2AiGaECWPJ89B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gifWsOgNww4CGnVlzDw2AiGaECWPJ89B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gifWsOgNww4CGnVlzDw2AiGaECWPJ89B > .row .container > .video-iframe-container { display: none; }#gifWsOgNww4CGnVlzDw2AiGaECWPJ89B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gifWsOgNww4CGnVlzDw2AiGaECWPJ89B > .row > .video-iframe-container { display: none; }#gifWsOgNww4CGnVlzDw2AiGaECWPJ89B > .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); }#gifWsOgNww4CGnVlzDw2AiGaECWPJ89B > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8Rcuc9MBnp2lL7GsQMNsM7aMtS1xZnW { top:1.25rem;left:1.875rem;width:16.25rem;height:3.125rem;font-size:1rem;z-index:15005;text-align:center;text-align-last:center;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRwrqS85yeO53zCVwsEBi30BLpMNchHQ { display:block; }
 }@media only screen and (max-width: 763px) { #LOtzCTi1ZESxAfTiAcAkvztfvuGJMnp5 { display:flex;width:2.0625rem;height:2.0625rem;top:1.8125rem;left:4.125rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz { display:none; }#NV47mfT8ftQ3TBCVmGnqDlJBXyhxsXqz > .row .container { width:20rem;height:39.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7dc5f953-072c-49a0-8862-6ede36ad4d31/_Bdy_banner_007_movil.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF.adaptive-delivery-prevent-bg, #wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF.lazyload, #wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF.lazyloading { background-image: none; }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF > .row .container { background-color: transparent; background-image: none; }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF > .row .container > .video-iframe-container { display: none; }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF > .row > .video-iframe-container { display: none; }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF > .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); }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF > .row .container { border-width: 0; border-radius: 0; }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wOZuKJmWTlP1O8QJvyqrJ4HiWNqA5vaF > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvR3Amyqdiw9mBKJdeEONaSoh2elZqVn { display:block; }#yvR3Amyqdiw9mBKJdeEONaSoh2elZqVn > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBw6t08IyH0U19GR0nI91iP12ewGJJKw { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNqpe4uS1qSnVWMeqW0RM6JIVaTzrQmw { width:9.0625rem;height:8.625rem;top:10.375rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOVUMwI5NddBn5t3IFdtr6KJGgOT9shB { width:13.4375rem;height:2.25rem;top:4.61230625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUmOTwuI2has3O9tkUur1IQ7MurZaK6q { width:11.3125rem;height:1.25rem;top:23.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKTFdrBKTKTQBSA6e82TLnt4TA4wPrUO { width:9.0625rem;height:1.625rem;top:8.11230625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKzi7PcRLXOLBFJAKDI1MnF9GKHWwck4 { width:9.0625rem;height:3.0625rem;top:19.5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcpfR403aDkI5icnyKcWDiF3kvNbdRW6 { display:block; }#WcpfR403aDkI5icnyKcWDiF3kvNbdRW6 > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKuGIGS1OMeOfVeVUk4uhEsElctTxiDk { width:19.8125rem;height:5.25rem;top:14.4375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t3g3x1CwWG1ZTMXPgTpz3VBVaCrnU94r { width:11.9375rem;height:2rem;top:9.125rem;left:0.75rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #OcpwXgMnK2UEDXyNkxHNdvXNCuklJkHZ { width:19.875rem;height:8.4985625rem;top:21.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eZtL9NUuWuuN2HcAlhQe5lu3OJLoDlL4 { width:19.9375rem;height:11.8979375rem;top:31.4521484375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PIUKmVIX4p1dTOev0RVOapBTnt7TD9ak { width:20rem;height:33.1875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChuSFWQxVEcwAhfHmwVPgmu2SbSHwCwt { width:10.9375rem;height:7.125rem;top:2rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1T8gItKOVLuTw09r99Ld235TdHKrCr3 { width:9.6875rem;height:8.3125rem;top:2.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFELmuUx0JzNgXnc3sG2cAZmTP82nHDG { width:16.25rem;height:3.125rem;top:48rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4gwSdVTPckmk6W451FQxxKt6RC3WaQG { display:block; }
 }@media only screen and (max-width: 763px) { #GDTmZerUIuyFwesKU1yUUQRnhPlKNx6X { display:block; }#GDTmZerUIuyFwesKU1yUUQRnhPlKNx6X > .row .container { width:20rem;height:94.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKy5IK1V3NxXaBI77sL0R92y897AB0TZ { width:19.875rem;height:3.5rem;top:1.1875rem;left:0.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMOQwqz4DgTD1Xa6ZWTlVQTaGAX1WDAg { width:20rem;height:11.8979375rem;top:5.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rq0f6g5TeZNT6BDDzBf04BdAZNz0JzH1 { width:5.0625rem;height:5.0625rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7yTZ6OyKkN8Fhl250TqltsV2EcpXbRb { width:20rem;height:12.4375rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG1a0avtelN1KVdmPhODnCydZIEDFnrv { width:13.9375rem;height:3.25rem;top:22rem;left:6.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIDAsqvmlnyL03DAhXyAw5RR2PiaINvp { width:13.25rem;height:6.375rem;top:26.0625rem;left:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvD9TeQSqeCKRPsKhusv6Ho4cqDL0sE3 { width:20rem;height:12.4375rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAD6IVJZFLguEzNUc7mbTkhq65PZFrD1 { width:13.0625rem;height:4.78125rem;top:42.0625rem;left:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR5QwFmZT6XmBvQhQV3iw39Qs4F4teaG { width:13.8125rem;height:3.25rem;top:37.875rem;left:6.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRbATFI1uCKqQxNxyoP7kuK7XgdseFfd { width:5.0625rem;height:5.0625rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2vL7m5uQy67yuhSESTuUuJKBW1BSkLD { width:20rem;height:12.4375rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeTvE18LG2Wan9w9dhK5DNsos7pcU77P { width:13.1875rem;height:6.375rem;top:58.75rem;left:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaTDs1rDmHiO2y1nvmHO6SWdu3eUk4Oe { width:5.0625rem;height:5.0625rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZw02yhsdTEeW6VICbTwkaXPJq2ipS8 { width:13.875rem;height:3.25rem;top:54.625rem;left:6.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq0DVDr93ulgnbH4Ft9rpolFSQt1iVQ6 { display:flex;width:3.125rem;height:3.125rem;top:20.28125rem;left:0.96875rem; }
 }@media only screen and (max-width: 763px) { #nrZtJGoIarKsPLlTosVWLs8e2It813Il { display:flex;width:3.125rem;height:3.125rem;top:37.03125rem;left:0.96875rem; }
 }@media only screen and (max-width: 763px) { #x4S5APBVAAySyucAdBnuSSaAmVt58aRT { display:flex;width:3.125rem;height:3.125rem;top:53.21875rem;left:0.96875rem; }
 }@media only screen and (max-width: 763px) { #uvAVrllTHgP7mZVvLDZddJRr6aO5aa8F { width:20rem;height:25.080091533181rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSRIxKqKhK8WnubFmFrfO7fCWbiNl7Tl { display:block; }#JSRIxKqKhK8WnubFmFrfO7fCWbiNl7Tl > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGJQM5aNnz2ybRfF1dzVWWhnSG8b5CQ8 { width:9.25rem;height:10.625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyGFCVUftl7FRLpEaVreDTxcoFQIwbJq { width:12.4375rem;height:4.3994125rem;top:5.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJvVlDF52LkiWC75zh36FU2O825lnbgE { width:9.375rem;height:5.25rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJxJtnPR2z611I7mkpd4u47vO79CqwgE { width:9.25rem;height:5.1875rem;top:21.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NbDVKqXNkA11MqXMZZT2iGkehqyJgSJC { width:9.375rem;height:5.25rem;top:14.375rem;left:10.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #AVTyu0gm2dE3bBgBdJk7dgpIPc1dfbeW { width:9.375rem;height:5.25rem;top:21.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJhC4xE3TLc3itMaRXdPO6uTfLHWyruM { width:20rem;height:11.25rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo { background-color:#ffffff;background-image:none;display:block; }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .row .container { background-color: transparent; background-image: none; }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .row .container > .video-iframe-container { display: none; }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .row > .video-iframe-container { display: none; }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .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); }#TBn3yTIR1WddzbsMo5XFgNDpDdo0yuIo > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPf07sxabWced0N2RGHnAeRZGhBzAraK { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0LsANhXIqsZGCgqJUM0OobvVEgMhvVx { width:18.75rem;height:9.75rem;top:22.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #aJs11t7lWWqSuIDfbD5RNDxKtdAiRwUo { width:19.375rem;height:16.99708125rem;top:33.5rem;left:0.3125rem;text-align:center;text-align-last:center;font-family:lato;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuR5N70qB3Df65OV481mI0R764pBCm5t { background-color:#ffffff;background-image:none;display:block; }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .row .container { background-color: transparent; background-image: none; }#FuR5N70qB3Df65OV481mI0R764pBCm5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .row .container > .video-iframe-container { display: none; }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .row > .video-iframe-container { display: none; }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .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); }#FuR5N70qB3Df65OV481mI0R764pBCm5t > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CT8E1d7LhU5KwuiU2XiZzSHlPq8Hs8Z9 { width:20rem;height:20rem;top:1.0712890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ9RIrtC2LXaZsCzdvAo67DPRKeN63AI { width:20rem;height:4.875rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #AEAbUuusucsG9T9wmzHkoh3o89MTfd6h { width:20rem;height:11.19725rem;top:28.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15000;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #rnaquCAK9LNaTAU8dBT2bJdwegper2Lv { background-color:#ffffff;background-image:none;display:block; }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .row .container { background-color: transparent; background-image: none; }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .row .container > .video-iframe-container { display: none; }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .row > .video-iframe-container { display: none; }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .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); }#rnaquCAK9LNaTAU8dBT2bJdwegper2Lv > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nE4i5Mrt5VyRbeJVqxc0OKNpcQgsQdgT { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEOQ4b0oISXybqDulxIeUguMT8CODc6g { width:19.875rem;height:7.3125rem;top:21.4375rem;left:0.0625rem;text-align:left;text-align-last:left;font-size:1.875rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #OxfvXVnLuWGRNu7aXTU7fa42DTIuN7rd { width:19.375rem;height:11.8979375rem;top:30.8125rem;left:0rem;text-align:left;text-align-last:left;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT { background-color:#ffffff;background-image:none;display:block; }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .row .container { background-color: transparent; background-image: none; }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .row .container > .video-iframe-container { display: none; }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .row > .video-iframe-container { display: none; }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .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); }#u4h8BeM2Vir4nbeaytIZfW7aOC4wh8fT > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMWAmmKCcpVzoM7Xs9sNlpoLpPvfPDyR { width:20rem;height:20rem;top:1.421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnQpuES4bphRGFutJOTgedLGOuQPRHmH { width:20rem;height:7.3125rem;top:22.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #vR3tvky0cT2pny0OK6hVi5BcfkWHwac3 { width:20rem;height:12.796875rem;top:31.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15000;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #qvVWRciIK7HTZWElBWUAnrxMpXZxK05D { background-color:#ffffff;background-image:none;display:block; }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .row .container { background-color: transparent; background-image: none; }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .row .container > .video-iframe-container { display: none; }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .row > .video-iframe-container { display: none; }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .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); }#qvVWRciIK7HTZWElBWUAnrxMpXZxK05D > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g70AB9sEwqDvBOG6HX3JWxfooVQZiIEO { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBi5EpTqd0JTmJWU62Tn6VqT9ecrWKua { width:20rem;height:4.875rem;top:22.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #o6Lw2TvnLWn6BcqsvtiNV3MankDqQKO9 { width:20rem;height:11.8979375rem;top:29.5625rem;left:0rem;text-align:left;text-align-last:left;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d39a5733-59ea-4f85-ad1b-7cfb22177eb5/banner02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR.adaptive-delivery-prevent-bg, #dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR.lazyload, #dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR.lazyloading { background-image: none; }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .row .container { background-color: transparent; background-image: none; }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,31,98,0.8); }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .row .container > .video-iframe-container { display: none; }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,31,98,0.8); }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .row > .video-iframe-container { display: none; }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .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); }#dOd1f24ByJVtPmGI4LQUnpduOQOOE1vR > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEItUy0nxn7JlVcZtW4C5ClKg2zvWOSb { width:20rem;height:6.5rem;top:7.5rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQmWWngwJNDakc54wWb8Lfg2Xei4owAU { width:20rem;height:9.099625rem;top:14.91845703125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IonRSPeBXrUBNU5683cvoF9p2aTfluxN { width:16.25rem;height:3.125rem;top:25.51808203125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRwA6HOpVgrXWXcsrFptcerkSHl8BKnt { display:block; }
 }@media only screen and (max-width: 763px) { #HKd25XOybOk7y7oJQkpdBXWvIyz7onei { background-color:#3b3b3b;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei.adaptive-delivery-prevent-bg, #HKd25XOybOk7y7oJQkpdBXWvIyz7onei.lazyload, #HKd25XOybOk7y7oJQkpdBXWvIyz7onei.lazyloading { background-image: none; }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .row .container { background-color: transparent; background-image: none; }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .row .container > .video-iframe-container { display: none; }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .row > .video-iframe-container { display: none; }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .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); }#HKd25XOybOk7y7oJQkpdBXWvIyz7onei > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXB1lpH17ZsTqr3RO30LyFCCQSqu5Kwb { width:19.875rem;height:5.5234375rem;top:5.724609375rem;left:0.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVSyomTsLvrvVFcUAtJspFnSw8IuPAfC { width:20rem;height:2.4375rem;top:2.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSXkiFDlOlmtfTzmaUlnM9bbZwctKMdx { width:5.625rem;height:0.375rem;top:7.59912109375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-form-header {  }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:1rem;font-weight:bold;color:#090e36;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-text { background-color:rgba(255,255,255,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;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:17.5rem;box-sizing:border-box;height:1.6875rem;color:#090e36;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-text {padding-top: 0; padding-bottom: 0;}#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-textarea { background-color:rgba(255,255,255,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#090e36;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:17.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-select {padding-top: 0; padding-bottom: 0;}#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#8b73ff;background-image:none;background-position:center !important;background-repeat:no-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.125rem;font-weight:bold;color:#f2f9ff;width:12.5625rem;height:3.125rem;font-family:oswald;overflow:hidden; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .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; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-container:first-of-type{padding-top:0;}#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-container:last-of-type{padding-bottom:0;}#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:0rem;top:19.1875rem;z-index:15002; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF {display:block;}#x2udztoCeLFlXqcVVsavSKTGoPhmGrqF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:0rem;top:19.1875rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #V80aTqTcJzuOCVCiAi9ZZG2G7RKgbSRD {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #S09weLa08bV4a5TlyP8WfTJBA6M0XSwd { display:block; }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #hXagJAi9cVOPLMIqeMpSNZiLCS3KPW6N {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #UvBI3xFTQWwuXcLbMmukyeiONHKdUcyE {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #ZWd0CHTCrolWbLBdcnfds1mRBqrGmvr2 { display:block; }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #yX8WBf7DALWp5ZLvFn6DUqousVd7Oskt {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #y1PrT7cUK5nZiaBwWLOVbRgU1kk5Ag8R {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #mfZ1xmP9VmzHL0kgzDldR3a0l1EAhbfb { display:block; }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #msmn7ewJDSo2RGsh3Pq3HlPiwxtWeiAQ {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #sCbTk6xT23TzKR49WhCXzQrd8sTf0dmC {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #BH1pI6NHmJvShN7qtf45JXfeEkzRT8Ow { display:block; }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #hJwl1hQcoBS1rTFMgI9T5VuuLXrMXdZz {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #e69lzqAWFKyT50qclAWFVbhUBwhRTw4W {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #CalPsxvmXiloNOrAQRDtoAtrpNqoC4K2 { display:block; }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #ibNiBBMcRtPyOk3n31LCdhbNadWbpHUv {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #GUTrxJNFJxJT20g4kINPFQJe8uNg4EqG {  }
 }@media only screen and (max-width: 763px) { #x2udztoCeLFlXqcVVsavSKTGoPhmGrqF #ZayCPQXTfbANcl8XzrpfJgRAiQuWQowI {  }
 }@media only screen and (max-width: 763px) { #Nf11NzpBfRm7qac1R9l9meeARUuokLu3 { top:18.3125rem;left:0rem;width:20rem;height:28.5rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fuxrgAtiJJxTbbUFqOZwgAQ0DErTtycQ { width:7.5625rem;height:1.3125rem;top:48.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElerCdX7JhzdzLGtP6CQCFD3Fx0tSTxK { display:block; }
 }@media only screen and (max-width: 763px) { #gykSOls64oSJHhqv8DstcotqNpAH6qZ3 { top:12.625rem;left:1.875rem;width:16.25rem;height:3.125rem;font-size:1rem;z-index:15003;text-align:center;text-align-last:center;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNPeSR83OSknWp3EADS98BFGomPeiqHT { display:block; }
 }@media only screen and (max-width: 763px) { #D47gAQiSwurKDcUa2QcsAfI9bLtIJoKJ { display:flex;width:2.0625rem;height:2.0625rem;top:48.125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #R7ixwXPxBug4UDfizVUclJVTZZpwMfAm { width:15rem;height:2.761725rem;top:55.337890625rem;left:4.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R6cAt28yICv7phreoJAU1sbZyEIZKV3G { display:flex;width:2.0625rem;height:2.0625rem;top:55.6875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #NRgWHBFOdULEBxyvadxGz7wkEGqznOSl { width:13.875rem;height:1.3808625rem;top:51.9375rem;left:4.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DEGvztayTBukHrvzautp7adaN9L9qydJ { display:flex;width:2.0625rem;height:2.0625rem;top:51.625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #pTUWsEamWX8WJmhFarwV67fs18O3pixG { width:11.6875rem;height:1.3808625rem;top:59.875rem;left:4.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLya0ln2ltU8IzKAnHhveubeETM0Z2B2 { display:flex;width:2.0625rem;height:2.0625rem;top:13.15625rem;left:4.15625rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn { position:relative;z-index:auto;background-color:#6f16fe;background-image:none;display:block; }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .row .container { background-color: transparent; background-image: none; }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .row .container > .video-iframe-container { display: none; }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .row > .video-iframe-container { display: none; }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .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); }#T2hdz7SiV5nNvTP8Lds6vTelukaP5pIn > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkWrAgTJWCUtgARQVD5Wo16izHshI85t { width:20rem;height:7.5rem;top:6.34375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkbT9fZFkIcBzSJMDJoT06riX8HIn2dc { display:flex;width:2.1875rem;height:2.1875rem;top:15.25rem;left:4.0625rem; }
#BkbT9fZFkIcBzSJMDJoT06riX8HIn2dc > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #rV2RGSgqoa9hLLWxRt2F4nkMm4ewSAIn { display:flex;width:2.375rem;height:2.375rem;top:15.1875rem;left:7.1875rem; }
#rV2RGSgqoa9hLLWxRt2F4nkMm4ewSAIn > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #ZFuoT0NhDOQUeFXKhCmx6ZCWJlk3CJB8 { display:flex;width:2.1875rem;height:2.1875rem;top:15.25rem;left:10.625rem; }
#ZFuoT0NhDOQUeFXKhCmx6ZCWJlk3CJB8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #mtQQWCZXDg0x6q4FeVa2W3qhqBOWVXCK { width:9.75rem;height:2.625rem;top:1.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKv1ryRfWftffkfeTaL8tTN4FP94mfoR { display:flex;width:2.1875rem;height:2.1875rem;top:15.3125rem;left:13.75rem; }
#vKv1ryRfWftffkfeTaL8tTN4FP94mfoR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX { background-color:#6f16fe;background-image:none;display:block; }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .row .container { background-color: transparent; background-image: none; }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .row .container > .video-iframe-container { display: none; }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .row > .video-iframe-container { display: none; }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .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); }#cSUJuZTqsoxCsP5PdKsMe46Q7zcrd9iX > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izCGObrh8wrbucXl40DeP4dmQVQpiIoT { width:20rem;height:1.5rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15007;font-family:quicksand;display:block; }
 }