.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:251,218,220;--color-primary-1:241,131,137;--color-primary-2:227,7,19;--color-primary-3:114,4,10;--color-primary-4:34,1,3;--color-secondary-0:255,255,255;--color-secondary-1:247,247,247;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { background-color: transparent; background-image: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container > .video-iframe-container { display: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row > .video-iframe-container { display: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .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); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { border-width: 0; border-radius: 0; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#vRkRtmxnXccN9MX6Kps6scmeVKHTvvqr { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:24.87425rem;top:2.31201171875rem;left:0.721435546875rem;overflow:hidden;display:block; }
#r8Qe3oLbN2K690XFCCAkJ05QUlRWai0p { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.68701171875rem;left:57.007080078125rem;display:block; }
#sd199Ed6rSbnSxBGTbeUQ91EAeMUZOmN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f8tRneXFbKmXiPopaHQzmLNTMI8wTiTU { color:rgba(var(--color-tertiary-0),1);display:block;width:41.6858125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.4375rem;left:2.5625rem;height:10.2368125rem;font-style:normal;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/30eab778-7441-4f11-8bab-a26f248c0911/Diseosinttulo35.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;overflow:visible;position:relative;display:block; }#FdGwTKvdJgmEcbfylOLmJpSuLMO1VIsg { color:rgba(var(--color-tertiary-0),1);display:block;width:72.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:11.6875rem;left:0rem;height:14.1738625rem;font-style:normal;display:block; }
#ElDDvR9N44CPb0MWHviVwdRgMWHco7ST { box-sizing:content-box;height:5.125rem;width:25.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20.875rem;left:32.3125rem;box-shadow: none;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#PdSvKlHx3faRVE1EXGyThrma6TtS0QeV { color:rgba(var(--color-primary-2),1);display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.8056640625rem;left:33.59375rem;height:5.1181625rem;font-style:normal;display:block; }
#luiUVRVW4GRP6bNNTiLlTdTgPbmfyELI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4980625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:32.78125rem;left:2.3125rem;display:block; }
#fn82fDToRng8BP6U2e2hTpy6ngvTFrS2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FG9OrPtRwiaWvGsz59nrC6LvHM3I8Sut { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:33.5rem;left:5.0380859375rem; }
#sECEnTEgabqTLWdDPveHkD76sOmf2w8N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:10.03173828125rem;left:51.038818359375rem;display:none; }
#OTnpPzMT3DiJ3otXP3gfRhL6UcaBDZic { 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; }#OTnpPzMT3DiJ3otXP3gfRhL6UcaBDZic > .row .container { background-color: transparent; background-image: none; }#OTnpPzMT3DiJ3otXP3gfRhL6UcaBDZic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTnpPzMT3DiJ3otXP3gfRhL6UcaBDZic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTnpPzMT3DiJ3otXP3gfRhL6UcaBDZic > .row .container > .video-iframe-container { display: none; }#OTnpPzMT3DiJ3otXP3gfRhL6UcaBDZic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTnpPzMT3DiJ3otXP3gfRhL6UcaBDZic > .row > .video-iframe-container { display: none; }#OTnpPzMT3DiJ3otXP3gfRhL6UcaBDZic > .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); }#OTnpPzMT3DiJ3otXP3gfRhL6UcaBDZic > .row .container { border-width: 0; border-radius: 0; }#OTnpPzMT3DiJ3otXP3gfRhL6UcaBDZic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTnpPzMT3DiJ3otXP3gfRhL6UcaBDZic > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#p6ckDrPKeRhFVvZTecQaTdWsaDSszdS4 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5859375rem;left:1.2236328125rem;height:10.96875rem;font-style:normal;display:block; }
#rXO8vz2qyKbMkdgoiesK5LFXiZ7NlaSg { background-color:rgba(var(--color-secondary-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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:8.6875rem;left:48.5rem;display:block; }
#AhGtQq7Wbo5OSeKt4HTeR1envcrUbZ8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eVAuZMTKrHo8kJ3fWhuJZz1EhnrtD94B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:9.40625rem;left:49.25rem; }
#vtayNHLGAZ0MCZ4PDrc1giHi8OpoKU5u { position:relative;display:block; }#vtayNHLGAZ0MCZ4PDrc1giHi8OpoKU5u { background-color: transparent; background-image: none; }#vtayNHLGAZ0MCZ4PDrc1giHi8OpoKU5u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtayNHLGAZ0MCZ4PDrc1giHi8OpoKU5u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtayNHLGAZ0MCZ4PDrc1giHi8OpoKU5u > .row .container > .video-iframe-container { display: none; }#vtayNHLGAZ0MCZ4PDrc1giHi8OpoKU5u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtayNHLGAZ0MCZ4PDrc1giHi8OpoKU5u > .row > .video-iframe-container { display: none; }#vtayNHLGAZ0MCZ4PDrc1giHi8OpoKU5u > .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); }#vtayNHLGAZ0MCZ4PDrc1giHi8OpoKU5u { border-width: 0; border-radius: 0; }#vtayNHLGAZ0MCZ4PDrc1giHi8OpoKU5u > .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; }#vtayNHLGAZ0MCZ4PDrc1giHi8OpoKU5u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OL7G1zoKoP53KlmE2z6RCEUe8swfb2db { box-sizing:content-box;height:15.9375rem;width:33rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:19.5rem;left:40.6875rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;border-top:0.0625rem solid #e30713;border-left:0.0625rem solid #e30713;border-right:0.0625rem solid #e30713;border-bottom:0.0625rem solid #e30713;display:block; }
#q3W4L1Hwbp4luk7HfXWPRWOy9ckiMgTx { color:rgba(var(--color-primary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.75rem;left:42.4375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JaKPZVhsMc3O0VkHA4BtZuikR54Iqh5U { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:24.9375rem;left:43rem;height:7.124rem;text-align:left;text-align-last:left;display:block; }#JaKPZVhsMc3O0VkHA4BtZuikR54Iqh5U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JaKPZVhsMc3O0VkHA4BtZuikR54Iqh5U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b5a1be58759ba474cd23423aec50930.svg); }
#Z6dekRuD8Rbtqbn2Q7iNi1TIZTlyTKuR { box-sizing:content-box;height:15.9375rem;width:33rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:2rem;left:40.6875rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;border-top:0.0625rem solid #e30713;border-left:0.0625rem solid #e30713;border-right:0.0625rem solid #e30713;border-bottom:0.0625rem solid #e30713;display:block; }
#N55Am83QmlxW80B0RixqfCmNODcK2Uc0 { color:rgba(var(--color-primary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.25rem;left:42.4375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kUAZvz5H1wHgCASQpkSgt5dEdJvN3odi { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:7.4375rem;left:43rem;height:;text-align:left;text-align-last:left;display:block; }#kUAZvz5H1wHgCASQpkSgt5dEdJvN3odi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kUAZvz5H1wHgCASQpkSgt5dEdJvN3odi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b5a1be58759ba474cd23423aec50930.svg); }
#FMTDyniP70qTS9k10Pd8EMnuLz93SqcF { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:15.2431640625rem;left:3.84375rem;height:6.82425rem;display:block; }
#sCrQza3PdUBNJlDmSDouoTQiVMP87AJn { 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; }#sCrQza3PdUBNJlDmSDouoTQiVMP87AJn > .row .container { background-color: transparent; background-image: none; }#sCrQza3PdUBNJlDmSDouoTQiVMP87AJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCrQza3PdUBNJlDmSDouoTQiVMP87AJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCrQza3PdUBNJlDmSDouoTQiVMP87AJn > .row .container > .video-iframe-container { display: none; }#sCrQza3PdUBNJlDmSDouoTQiVMP87AJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCrQza3PdUBNJlDmSDouoTQiVMP87AJn > .row > .video-iframe-container { display: none; }#sCrQza3PdUBNJlDmSDouoTQiVMP87AJn > .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); }#sCrQza3PdUBNJlDmSDouoTQiVMP87AJn > .row .container { border-width: 0; border-radius: 0; }#sCrQza3PdUBNJlDmSDouoTQiVMP87AJn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCrQza3PdUBNJlDmSDouoTQiVMP87AJn > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#t5AupQwPtQSx1078EfBft9Dt8fN7z0Vv { color:rgba(var(--color-tertiary-0),1);display:block;width:68.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.25rem;left:3.40625rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xhvtTKHXZrdeFxOE6DVgkAJJ1NUNqs6l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:8.8125rem;left:51.3125rem; }
#E8O92VUqcDRk1SmzIIK4BApIgWGUPLd2 { position:relative;display:block; }#E8O92VUqcDRk1SmzIIK4BApIgWGUPLd2 { background-color: transparent; background-image: none; }#E8O92VUqcDRk1SmzIIK4BApIgWGUPLd2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8O92VUqcDRk1SmzIIK4BApIgWGUPLd2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8O92VUqcDRk1SmzIIK4BApIgWGUPLd2 > .row .container > .video-iframe-container { display: none; }#E8O92VUqcDRk1SmzIIK4BApIgWGUPLd2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8O92VUqcDRk1SmzIIK4BApIgWGUPLd2 > .row > .video-iframe-container { display: none; }#E8O92VUqcDRk1SmzIIK4BApIgWGUPLd2 > .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); }#E8O92VUqcDRk1SmzIIK4BApIgWGUPLd2 { border-width: 0; border-radius: 0; }#E8O92VUqcDRk1SmzIIK4BApIgWGUPLd2 > .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; }#E8O92VUqcDRk1SmzIIK4BApIgWGUPLd2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mTttlWRSCAIBxhHO18727wmlbBTI7IMf { box-sizing:content-box;height:13.25rem;width:17.0625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:13.0625rem;left:1.5625rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;display:block; }
#sbCmmMFwR190BSHIHcSqPOgP6Lc4ZkJe { box-sizing:content-box;height:13.25rem;width:17.0625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:12.9375rem;left:19.5rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;display:block; }
#HD64FTv09ZnuE0g5KUmqwcIvUNB9RgT8 { box-sizing:content-box;height:13.25rem;width:17.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:13.0625rem;left:37.4375rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;display:block; }
#IgZliiHSqFKbARWOeRxdEUzQUuPBLvXE { box-sizing:content-box;height:13.3125rem;width:17.0625rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:12.9375rem;left:55.3125rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;display:block; }
#t9OxMmNeGRSmkx31u8dVGybdC0041TD8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:14.125rem;left:8.875rem;overflow:hidden;display:block; }
#CpVwiOVPhfVLx4dmMmC6THvdPZqGdwtU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.81175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.125rem;left:2.25rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N981WRIfPtAsn4zQC6W4LwXfiXIKs9kp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.125rem;left:2.6875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#BimBC5fMTorNEDcTaDIIGcreiDWnD0fB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.125rem;left:20.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TACer6P0odVomIETS491A8sETZJzeOfk { color:rgba(var(--color-tertiary-4),1);display:block;width:16.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.125rem;left:20.0625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#TbThqcE6H3dPoSBO8QrLE5CaBtRzoBxB { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.125rem;left:38.125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PLVbpmyiLMNWH34PpmM7XNIFBmRkik6D { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.125rem;left:37.75rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#HN5ztGIeHooJxMRAzvAvTc5pO7ufmlL1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.125rem;left:56rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PGqcWkc10UD2DJkqa6tHAOunFVmKi2pP { color:rgba(var(--color-tertiary-4),1);display:block;width:15.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:20.125rem;left:56rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#wc1LsBT0wwp5l4hmz9NZdimTrlh35QJ8 { box-sizing:content-box;height:13.2495rem;width:17.06175rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:27.875rem;left:1.5625rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;display:block; }
#L5Xz98p9pawISUcXpOtduTGBuOBOWygM { box-sizing:content-box;height:13.2483125rem;width:17.0605625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:27.875rem;left:37.4375rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;display:block; }
#tAKTKHcSsWesEQxnL8zUdnSTViZauTwk { box-sizing:content-box;height:13.2483125rem;width:17.0605625rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:27.875rem;left:55.3125rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;display:block; }
#JHMA5XnlwzFgItcl0vB0TzVBOhQ0AePp { box-sizing:content-box;height:13.2483125rem;width:17.0605625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:27.875rem;left:19.5rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;display:block; }
#lBLmBb22nX6yDEIZnq3xzKU0LtwtwuvL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32.25rem;left:2.25rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ccs8skT8cFE839c21gfy6CRmZwtk9kZ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.625rem;left:2.375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#ciWTpbPDBErdl92Jnhl4Il7Tw4FzcVQq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:32.25rem;left:20.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rCaosAu9i62UvseIsxv7MDPZ2NmEDmNr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5603125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:34.625rem;left:20.3125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#D4Lf0m5hlW5OFlTtXRo0r9ylEdtq39cy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:32.25rem;left:38.125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xcwVVZ6l5VQDNZcxz7TQXpCo7THLMymN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.43675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:34.625rem;left:37.8125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#VEcdiVlRlm8RWHXHlcatafRcpJthCPG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:32.25rem;left:56rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTZGKCvZQNUVQb4tz70GLdVCDxtbJmSF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:34.625rem;left:55.6875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#eZ0rGm2dH56naQs7ET9fTobhypRTXgq8 { position:absolute;display:block;z-index:15018;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.061525rem;width:3.061525rem;top:14rem;left:26.5625rem;overflow:hidden;display:block; }
#RN9W4gU0O4fxloAp6b8VJBVoQRrPfTWd { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:14.25rem;left:44.625rem;overflow:hidden;display:block; }
#Umtl2c5s5QMqphFdWVCW8WdxtnlawZIS { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.62426875rem;width:3.62426875rem;top:13.6875rem;left:62.125rem;overflow:hidden;display:block; }
#l2Jtut742UpTn3kPJ2UPE8cSeO7TEUhv { position:absolute;display:block;z-index:15021;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.625rem;width:2.5625rem;top:28.8125rem;left:8.9375rem;overflow:hidden;display:block; }
#a6CGg6EiTXxTeyVDdVaMAgHt1a7Jxc9L { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:28.6875rem;left:26.6875rem;overflow:hidden;display:block; }
#rhd3rmAwPT2rtTFhCC1CKO0o2GXxKo8R { position:absolute;display:block;z-index:15023;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.374025rem;width:3.31176875rem;top:28.4375rem;left:44.375rem;overflow:hidden;display:block; }
#XI935vZ8k6d6GrrRT9WTwmcfVQWdIbEp { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:3.061525rem;top:28.5625rem;left:62.375rem;overflow:hidden;display:block; }
#McyinB3GN8B0JFgtzTItaZUxxmdqyOZp { color:rgba(var(--color-tertiary-4),1);display:block;width:40.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.484375rem;left:17.4365234375rem;height:6.662125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KyCPdTkqsxoVCTEazQRG4PZIdNnSEdLO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#KyCPdTkqsxoVCTEazQRG4PZIdNnSEdLO > .row .container { background-color: transparent; background-image: none; }#KyCPdTkqsxoVCTEazQRG4PZIdNnSEdLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyCPdTkqsxoVCTEazQRG4PZIdNnSEdLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyCPdTkqsxoVCTEazQRG4PZIdNnSEdLO > .row .container > .video-iframe-container { display: none; }#KyCPdTkqsxoVCTEazQRG4PZIdNnSEdLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyCPdTkqsxoVCTEazQRG4PZIdNnSEdLO > .row > .video-iframe-container { display: none; }#KyCPdTkqsxoVCTEazQRG4PZIdNnSEdLO > .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); }#KyCPdTkqsxoVCTEazQRG4PZIdNnSEdLO > .row .container { border-width: 0; border-radius: 0; }#KyCPdTkqsxoVCTEazQRG4PZIdNnSEdLO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KyCPdTkqsxoVCTEazQRG4PZIdNnSEdLO > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#G7FsfnehKvaKlKfVEE0drMzFQvHnF9nI { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1233125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.392578125rem;left:17.437744140625rem;height:3.33125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSynk8nrDFxZ447ZuPmN9TLvdcmLcDP7 { color:rgba(var(--color-primary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.016357421875rem;left:7.850341796875rem;height:6.7431875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nUcEXX4GB3BZ7IeZoBZh7megGPuXvya3 { color:rgba(var(--color-primary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.016357421875rem;left:30.621337890625rem;height:6.7431875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cCqnQCNI5AUSfTeZfpTQgrnf4BQkH8An { color:rgba(var(--color-primary-2),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.015625rem;left:57.560546875rem;height:6.7431875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jk4CiCwB1sRuvh8mE2MbN9PkwBM2N1Ca { color:rgba(var(--color-tertiary-4),1);display:block;width:19.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.455322265625rem;left:2.5048828125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#bpAJ3yoBv9rZtdUHSMtzplz5csLaPTor { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.4541015625rem;left:27.93701171875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#Rlozxgrc8qXl7ay4aW1NP6ICJHcdpb8G { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.4541015625rem;left:52.880859375rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#mTIsOwLVorx6e1F5WT1aX8PCPLptUdP6 { 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:3.4375rem;width:3.8745125rem;top:17.451171875rem;left:10.1318359375rem;overflow:hidden;display:block; }
#aoh17QZJ1vmtuNLcTmSp4aARQRZ8bBpg { 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.4375rem;width:3.8745125rem;top:17.451171875rem;left:35.562744140625rem;overflow:hidden;display:block; }
#urGnpdCQPeVU4LbeHtloX65DCbStZwss { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.8745125rem;top:17.451171875rem;left:60.506591796875rem;overflow:hidden;display:block; }
#b4EXNJlk27ZLXttMDyOFlL8kaa7Dum16 { position:relative;display:block; }#b4EXNJlk27ZLXttMDyOFlL8kaa7Dum16 { background-color: transparent; background-image: none; }#b4EXNJlk27ZLXttMDyOFlL8kaa7Dum16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4EXNJlk27ZLXttMDyOFlL8kaa7Dum16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4EXNJlk27ZLXttMDyOFlL8kaa7Dum16 > .row .container > .video-iframe-container { display: none; }#b4EXNJlk27ZLXttMDyOFlL8kaa7Dum16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4EXNJlk27ZLXttMDyOFlL8kaa7Dum16 > .row > .video-iframe-container { display: none; }#b4EXNJlk27ZLXttMDyOFlL8kaa7Dum16 > .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); }#b4EXNJlk27ZLXttMDyOFlL8kaa7Dum16 { border-width: 0; border-radius: 0; }#b4EXNJlk27ZLXttMDyOFlL8kaa7Dum16 > .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; }#b4EXNJlk27ZLXttMDyOFlL8kaa7Dum16 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yo019UiMHyuJHDfBf4TqCFyeHrES4RbT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.38623046875rem;left:2.78076171875rem;height:9.50390625rem;font-style:normal;display:block; }
#IuzTtyHk1BFz1LHUp3M55X8drgXC1dPN { 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:5.4370125rem;width:7.749rem;top:6.6875rem;left:19.4375rem;overflow:hidden;display:block; }
#d5i6PJ7myxnsulbkwFcpNfRh9X9PzGdF { 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:6.74925rem;width:10.18675rem;top:6rem;left:28.375rem;overflow:hidden;display:block; }
#myWwwWobQX705xixdEDJTL7dwKTJ7MTV { 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.24975625rem;width:8.49975rem;top:8.25rem;left:40.5rem;overflow:hidden;display:block; }
#vq0gzXTuOvLBqeMc7dwE0XZoApLQFAki { 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:5.49926875rem;width:9.624rem;top:6.625rem;left:51.1875rem;overflow:hidden;display:block; }
#Vai45ELv9cPTW11lxoUFryQ5ikxZwWMe { 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:2.625rem;width:8.25rem;top:7.8125rem;left:63.125rem;overflow:hidden;display:block; }
#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2eif3S96/Background4.png");background-position:top 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; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6.adaptive-delivery-prevent-bg, #OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6.lazyload, #OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6.lazyloading { background-image: none; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container { background-color: transparent; background-image: none; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container > .video-iframe-container { display: none; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row > .video-iframe-container { display: none; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .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); }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container { border-width: 0; border-radius: 0; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6::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; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#ezdOxlqsQaZvWbgDModsQD8LfD0XhCcH { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-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-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.0625rem 0.0625rem 2.375rem rgba(168,168,168,0.26) ;height:29.125rem;width:64.6875rem;top:4.375rem;left:5.1875rem;display:block; }
#NRLGvTicBZeABKT3yTQZdO9ptycp78pR { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.4375rem;left:8.5rem;height:8.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-form-header {  }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-text {padding-top: 0; padding-bottom: 0;}#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-select {padding-top: 0; padding-bottom: 0;}#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .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.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .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; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .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:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-container:first-of-type{padding-top:0;}#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-container:last-of-type{padding-bottom:0;}#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:6.78125rem;left:45.96875rem; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo {display:block;}#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:6.78125rem;left:45.96875rem; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #UMRJOWhpfiGhwye7QlcuWkbkclzJAAVL { position:relative; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #tbbe2Kw9El1DGOmWFI0B2aCOXMUWJG66 { position:relative;display:block; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #tJMbOZVX4rd8lr5SLVvpmXT7VO0ZmV30 { position:relative; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #E1rsC0802VrBG03TLrAEbFVWGC0Ef5PO { position:relative; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #r0gWE0dPr30w0QO6h80QXayJd2JBHZHb { position:relative;display:block; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #OyqyWI8ARaXRnJ91c7zyJLlSx0Uuk3nw { position:relative; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #H0tV1ETWBlvkQGUntdg2H5mOgcpss3Of { position:relative; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #qZGN3DVAOgcgwmaqX8oZo7XPix0Pvgpy { position:relative;display:block; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #RhICc0wvtP6EXZwIpvIKopvNyMTsxDfZ { position:relative; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #TPOPIh2IwzSCV39gAXiEzrbtfwyPTdMT { position:relative; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #qxzHrvzSNv1DyxiAtLTVnQqSmLOqW2Hv { position:relative;display:block; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #uoizCfBASWniZGF1DyxXATmHhHOrMeWU { position:relative; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #Tiq3seQsoBB4QHthE4IQcs9rV6VGAUVz { position:relative; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #dTfVI0UMEMMHHOz6sdTf9Ib38TuaitoN { position:relative; }
#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 { 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; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { background-color: transparent; background-image: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container > .video-iframe-container { display: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row > .video-iframe-container { display: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .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); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { border-width: 0; border-radius: 0; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#kZSZeNFBWqfTdBgz92VOzPep7cooZdV5 { 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:2.436525rem;width:16.062rem;top:3.37158203125rem;left:29.625rem;overflow:hidden;display:block; }
#avcKRxzMWPn4bmvnI1BDVwpcARr4BGVG { color:#0b0a0a;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8.3125rem;left:25.9375rem;height:4.7988375rem;text-align:center;text-align-last:center;display:block; }
#InSIabkZkXIGLdFQMC4JCW03MB3w0swl { color:#0e0d0d;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:17.9375rem;left:25.9375rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RhcXwSDwxm0K6TyRdGoJrO32aW1E7SOb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:14.625rem;left:32.1875rem; }
#xuwfxawGeABGtxDONpLtFUPhHv9tbeuT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:14.625rem;left:36.75rem; }
#UFGXOKKpJvUlL0k5h7iNwba0XL9PSa0k { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;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;top:14.5rem;left:40.625rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO { display:block; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRkRtmxnXccN9MX6Kps6scmeVKHTvvqr { top:2.25rem;left:0rem;width:24.8125rem;height:3.4289664512498rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8Qe3oLbN2K690XFCCAkJ05QUlRWai0p { width:15.4375rem;height:3.1875rem;top:1.625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd199Ed6rSbnSxBGTbeUQ91EAeMUZOmN { display:block; }
 }@media only screen and (max-width: 763px) { #f8tRneXFbKmXiPopaHQzmLNTMI8wTiTU { top:4.4375rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdGwTKvdJgmEcbfylOLmJpSuLMO1VIsg { top:11.6875rem;left:0rem;width:47.75rem;height:14.125rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElDDvR9N44CPb0MWHviVwdRgMWHco7ST { top:20.875rem;left:18.6875rem;width:25.5625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdSvKlHx3faRVE1EXGyThrma6TtS0QeV { top:20.75rem;left:19.96875rem;width:23rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luiUVRVW4GRP6bNNTiLlTdTgPbmfyELI { width:21.4375rem;height:3.4375rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn82fDToRng8BP6U2e2hTpy6ngvTFrS2 { display:block; }
 }@media only screen and (max-width: 763px) { #FG9OrPtRwiaWvGsz59nrC6LvHM3I8Sut { top:33.5rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sECEnTEgabqTLWdDPveHkD76sOmf2w8N { top:10rem;left:37.413818359375rem;width:1.9375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTnpPzMT3DiJ3otXP3gfRhL6UcaBDZic { display:block; }#OTnpPzMT3DiJ3otXP3gfRhL6UcaBDZic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6ckDrPKeRhFVvZTecQaTdWsaDSszdS4 { top:4.5625rem;left:0rem;width:44.25rem;height:10.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXO8vz2qyKbMkdgoiesK5LFXiZ7NlaSg { width:22.5625rem;height:3.4375rem;top:8.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhGtQq7Wbo5OSeKt4HTeR1envcrUbZ8C { display:block; }
 }@media only screen and (max-width: 763px) { #eVAuZMTKrHo8kJ3fWhuJZz1EhnrtD94B { top:9.375rem;left:35.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtayNHLGAZ0MCZ4PDrc1giHi8OpoKU5u { display:block; }#vtayNHLGAZ0MCZ4PDrc1giHi8OpoKU5u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL7G1zoKoP53KlmE2z6RCEUe8swfb2db { top:19.5rem;left:14.625rem;width:33rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3W4L1Hwbp4luk7HfXWPRWOy9ckiMgTx { top:20.75rem;left:18.0625rem;width:29.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaKPZVhsMc3O0VkHA4BtZuikR54Iqh5U { top:24.9375rem;left:19.25rem;width:28.5rem;height:7.0625rem;font-size:1rem;display:block; }#JaKPZVhsMc3O0VkHA4BtZuikR54Iqh5U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b5a1be58759ba474cd23423aec50930.svg); }
 }@media only screen and (max-width: 763px) { #Z6dekRuD8Rbtqbn2Q7iNi1TIZTlyTKuR { top:2rem;left:14.625rem;width:33rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N55Am83QmlxW80B0RixqfCmNODcK2Uc0 { top:3.25rem;left:18.0625rem;width:29.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUAZvz5H1wHgCASQpkSgt5dEdJvN3odi { top:7.4375rem;left:19.25rem;width:28.5rem;height:;font-size:1rem;display:block; }#kUAZvz5H1wHgCASQpkSgt5dEdJvN3odi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b5a1be58759ba474cd23423aec50930.svg); }
 }@media only screen and (max-width: 763px) { #FMTDyniP70qTS9k10Pd8EMnuLz93SqcF { top:15.1875rem;left:0rem;width:28.125rem;height:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCrQza3PdUBNJlDmSDouoTQiVMP87AJn { display:block; }#sCrQza3PdUBNJlDmSDouoTQiVMP87AJn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5AupQwPtQSx1078EfBft9Dt8fN7z0Vv { top:3.25rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhvtTKHXZrdeFxOE6DVgkAJJ1NUNqs6l { top:8.8125rem;left:37.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8O92VUqcDRk1SmzIIK4BApIgWGUPLd2 { display:block; }#E8O92VUqcDRk1SmzIIK4BApIgWGUPLd2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTttlWRSCAIBxhHO18727wmlbBTI7IMf { top:13.0625rem;left:0rem;width:17.0625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbCmmMFwR190BSHIHcSqPOgP6Lc4ZkJe { top:12.9375rem;left:5.875rem;width:17.0625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD64FTv09ZnuE0g5KUmqwcIvUNB9RgT8 { top:13.0625rem;left:23.8125rem;width:17.0625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgZliiHSqFKbARWOeRxdEUzQUuPBLvXE { top:12.9375rem;left:30.5625rem;width:17.0625rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9OxMmNeGRSmkx31u8dVGybdC0041TD8 { top:14.125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpVwiOVPhfVLx4dmMmC6THvdPZqGdwtU { top:18.125rem;left:0rem;width:15.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N981WRIfPtAsn4zQC6W4LwXfiXIKs9kp { top:20.125rem;left:0rem;width:15.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BimBC5fMTorNEDcTaDIIGcreiDWnD0fB { top:18.125rem;left:6.5625rem;width:16.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TACer6P0odVomIETS491A8sETZJzeOfk { top:20.125rem;left:6.4375rem;width:16.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbThqcE6H3dPoSBO8QrLE5CaBtRzoBxB { top:18.125rem;left:24.5rem;width:15.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLVbpmyiLMNWH34PpmM7XNIFBmRkik6D { top:20.125rem;left:24.125rem;width:16.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN5ztGIeHooJxMRAzvAvTc5pO7ufmlL1 { top:18.125rem;left:32rem;width:15.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGqcWkc10UD2DJkqa6tHAOunFVmKi2pP { top:20.125rem;left:31.9375rem;width:15.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc1LsBT0wwp5l4hmz9NZdimTrlh35QJ8 { top:27.875rem;left:0rem;width:17rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5Xz98p9pawISUcXpOtduTGBuOBOWygM { top:27.875rem;left:23.8125rem;width:17rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAKTKHcSsWesEQxnL8zUdnSTViZauTwk { top:27.875rem;left:30.625rem;width:17rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHMA5XnlwzFgItcl0vB0TzVBOhQ0AePp { top:27.875rem;left:5.875rem;width:17rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBLmBb22nX6yDEIZnq3xzKU0LtwtwuvL { top:32.25rem;left:0rem;width:15.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccs8skT8cFE839c21gfy6CRmZwtk9kZ2 { top:34.625rem;left:0rem;width:15.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciWTpbPDBErdl92Jnhl4Il7Tw4FzcVQq { top:32.25rem;left:6.5625rem;width:15.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCaosAu9i62UvseIsxv7MDPZ2NmEDmNr { top:34.625rem;left:6.6875rem;width:15.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4Lf0m5hlW5OFlTtXRo0r9ylEdtq39cy { top:32.25rem;left:24.5rem;width:15.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcwVVZ6l5VQDNZcxz7TQXpCo7THLMymN { top:34.625rem;left:24.1875rem;width:16.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEcdiVlRlm8RWHXHlcatafRcpJthCPG5 { top:32.25rem;left:32rem;width:15.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZGKCvZQNUVQb4tz70GLdVCDxtbJmSF { top:34.625rem;left:31.375rem;width:16.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ0rGm2dH56naQs7ET9fTobhypRTXgq8 { top:14rem;left:12.9375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN9W4gU0O4fxloAp6b8VJBVoQRrPfTWd { top:14.25rem;left:31rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Umtl2c5s5QMqphFdWVCW8WdxtnlawZIS { top:13.6875rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Jtut742UpTn3kPJ2UPE8cSeO7TEUhv { top:28.8125rem;left:0rem;width:2.5625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6CGg6EiTXxTeyVDdVaMAgHt1a7Jxc9L { top:28.6875rem;left:13.0625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhd3rmAwPT2rtTFhCC1CKO0o2GXxKo8R { top:28.4375rem;left:30.75rem;width:3.25rem;height:3.3113388091589rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI935vZ8k6d6GrrRT9WTwmcfVQWdIbEp { top:28.5625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #McyinB3GN8B0JFgtzTItaZUxxmdqyOZp { top:3.4375rem;left:3.8115234375rem;width:40.0625rem;height:6.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyCPdTkqsxoVCTEazQRG4PZIdNnSEdLO { display:block; }#KyCPdTkqsxoVCTEazQRG4PZIdNnSEdLO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7FsfnehKvaKlKfVEE0drMzFQvHnF9nI { top:2.375rem;left:3.812744140625rem;width:40.0625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSynk8nrDFxZ447ZuPmN9TLvdcmLcDP7 { top:8rem;left:0rem;width:8.4375rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUcEXX4GB3BZ7IeZoBZh7megGPuXvya3 { top:8rem;left:16.996337890625rem;width:8.4375rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCqnQCNI5AUSfTeZfpTQgrnf4BQkH8An { top:8rem;left:37.5625rem;width:10.1875rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk4CiCwB1sRuvh8mE2MbN9PkwBM2N1Ca { top:15.4375rem;left:0rem;width:19.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpAJ3yoBv9rZtdUHSMtzplz5csLaPTor { top:15.4375rem;left:14.31201171875rem;width:19.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlozxgrc8qXl7ay4aW1NP6ICJHcdpb8G { top:15.4375rem;left:28.6875rem;width:19.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTIsOwLVorx6e1F5WT1aX8PCPLptUdP6 { top:17.4375rem;left:0rem;width:3.8125rem;height:3.3824819896697rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoh17QZJ1vmtuNLcTmSp4aARQRZ8bBpg { top:17.4375rem;left:21.937744140625rem;width:3.8125rem;height:3.3824819896697rem;display:block; }
 }@media only screen and (max-width: 763px) { #urGnpdCQPeVU4LbeHtloX65DCbStZwss { top:17.4375rem;left:43.9375rem;width:3.8125rem;height:3.3824819896697rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4EXNJlk27ZLXttMDyOFlL8kaa7Dum16 { display:block; }#b4EXNJlk27ZLXttMDyOFlL8kaa7Dum16 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yo019UiMHyuJHDfBf4TqCFyeHrES4RbT { top:3.375rem;left:0rem;width:13.5rem;height:9.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuzTtyHk1BFz1LHUp3M55X8drgXC1dPN { top:6.6875rem;left:5.8125rem;width:7.6875rem;height:5.3938616071429rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5i6PJ7myxnsulbkwFcpNfRh9X9PzGdF { top:6rem;left:14.75rem;width:10.125rem;height:6.7083374236137rem;display:block; }
 }@media only screen and (max-width: 763px) { #myWwwWobQX705xixdEDJTL7dwKTJ7MTV { top:8.25rem;left:26.875rem;width:8.4375rem;height:2.2332796093267rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq0gzXTuOvLBqeMc7dwE0XZoApLQFAki { top:6.625rem;left:37.5625rem;width:9.5625rem;height:5.4641269141599rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vai45ELv9cPTW11lxoUFryQ5ikxZwWMe { top:7.8125rem;left:39.5625rem;width:8.1875rem;height:2.6047876954664rem;display:block; }
 }@media only screen and (max-width: 763px) { #OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 { display:block; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezdOxlqsQaZvWbgDModsQD8LfD0XhCcH { top:4.375rem;left:0rem;width:47.75rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRLGvTicBZeABKT3yTQZdO9ptycp78pR { top:12.4375rem;left:0rem;width:27.5rem;height:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-text {padding-top: 0; padding-bottom: 0;}#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-select {padding-top: 0; padding-bottom: 0;}#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo  { width:17.5rem;height:21.6875rem;top:6.75rem;left:27.625rem; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo {display:block;}#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo { width:17.5rem;height:21.6875rem;top:6.75rem;left:27.625rem; }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #UMRJOWhpfiGhwye7QlcuWkbkclzJAAVL {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #tbbe2Kw9El1DGOmWFI0B2aCOXMUWJG66 {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #tJMbOZVX4rd8lr5SLVvpmXT7VO0ZmV30 {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #E1rsC0802VrBG03TLrAEbFVWGC0Ef5PO {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #r0gWE0dPr30w0QO6h80QXayJd2JBHZHb {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #OyqyWI8ARaXRnJ91c7zyJLlSx0Uuk3nw {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #H0tV1ETWBlvkQGUntdg2H5mOgcpss3Of {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #qZGN3DVAOgcgwmaqX8oZo7XPix0Pvgpy {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #RhICc0wvtP6EXZwIpvIKopvNyMTsxDfZ {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #TPOPIh2IwzSCV39gAXiEzrbtfwyPTdMT {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #qxzHrvzSNv1DyxiAtLTVnQqSmLOqW2Hv {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #uoizCfBASWniZGF1DyxXATmHhHOrMeWU {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #Tiq3seQsoBB4QHthE4IQcs9rV6VGAUVz {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #dTfVI0UMEMMHHOz6sdTf9Ib38TuaitoN {  }
 }@media only screen and (max-width: 763px) { #A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 { display:block; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZSZeNFBWqfTdBgz92VOzPep7cooZdV5 { width:16rem;height:2.4272993660812rem;top:3.3125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #avcKRxzMWPn4bmvnI1BDVwpcARr4BGVG { top:8.25rem;left:12.3125rem;width:23rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InSIabkZkXIGLdFQMC4JCW03MB3w0swl { top:17.875rem;left:12.3125rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhcXwSDwxm0K6TyRdGoJrO32aW1E7SOb { top:14.5625rem;left:18.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuwfxawGeABGtxDONpLtFUPhHv9tbeuT { top:14.5625rem;left:23.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFGXOKKpJvUlL0k5h7iNwba0XL9PSa0k { top:14.4375rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { background-color: transparent; background-image: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container > .video-iframe-container { display: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row > .video-iframe-container { display: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .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); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRkRtmxnXccN9MX6Kps6scmeVKHTvvqr { width:19.0625rem;height:2.56225625rem;top:1.31103515625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8Qe3oLbN2K690XFCCAkJ05QUlRWai0p { width:11.499rem;height:2.6245125rem;top:9.556884765625rem;left:4.25048828125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #sd199Ed6rSbnSxBGTbeUQ91EAeMUZOmN { display:block; }
 }@media only screen and (max-width: 763px) { #f8tRneXFbKmXiPopaHQzmLNTMI8wTiTU { width:20rem;height:4.0625rem;top:4.453125rem;left:0rem;font-size:1.5625rem;color:#000000;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9b753e1f-1937-420c-85c8-f20873ae6e50/a1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdGwTKvdJgmEcbfylOLmJpSuLMO1VIsg { width:20rem;height:11.9970375rem;top:2.6240234375rem;left:0rem;font-size:2rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ElDDvR9N44CPb0MWHviVwdRgMWHco7ST { width:20rem;height:17rem;top:1.3603515625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PdSvKlHx3faRVE1EXGyThrma6TtS0QeV { width:16.0625rem;height:2.5996125rem;top:14.6201171875rem;left:1.96875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #luiUVRVW4GRP6bNNTiLlTdTgPbmfyELI { width:19rem;height:3.4375rem;top:20.338134765625rem;left:0.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn82fDToRng8BP6U2e2hTpy6ngvTFrS2 { display:block; }
 }@media only screen and (max-width: 763px) { #FG9OrPtRwiaWvGsz59nrC6LvHM3I8Sut { display:flex;width:1.9375rem;height:1.9375rem;top:21.087646484375rem;left:2.78076171875rem;z-index:14994; }
 }@media only screen and (max-width: 763px) { #sECEnTEgabqTLWdDPveHkD76sOmf2w8N { display:flex;width:1.93725625rem;height:1.93725625rem;top:21.087646484375rem;left:2.225341796875rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #OTnpPzMT3DiJ3otXP3gfRhL6UcaBDZic { display:block; }#OTnpPzMT3DiJ3otXP3gfRhL6UcaBDZic > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6ckDrPKeRhFVvZTecQaTdWsaDSszdS4 { width:20rem;height:12.9980625rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXO8vz2qyKbMkdgoiesK5LFXiZ7NlaSg { width:19rem;height:3.4375rem;top:17.970703125rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AhGtQq7Wbo5OSeKt4HTeR1envcrUbZ8C { display:block; }
 }@media only screen and (max-width: 763px) { #eVAuZMTKrHo8kJ3fWhuJZz1EhnrtD94B { display:flex;width:1.936525rem;height:1.936525rem;top:18.7216796875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #vtayNHLGAZ0MCZ4PDrc1giHi8OpoKU5u { display:block; }#vtayNHLGAZ0MCZ4PDrc1giHi8OpoKU5u > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL7G1zoKoP53KlmE2z6RCEUe8swfb2db { width:19.875rem;height:17.5625rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3W4L1Hwbp4luk7HfXWPRWOy9ckiMgTx { width:19.8125rem;height:2.923825rem;top:27.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaKPZVhsMc3O0VkHA4BtZuikR54Iqh5U { width:20rem;height:11.0234375rem;top:31.3125rem;left:0rem;font-size:1rem;display:block; }#JaKPZVhsMc3O0VkHA4BtZuikR54Iqh5U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b5a1be58759ba474cd23423aec50930.svg); }
 }@media only screen and (max-width: 763px) { #Z6dekRuD8Rbtqbn2Q7iNi1TIZTlyTKuR { width:19.875rem;height:17.5625rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N55Am83QmlxW80B0RixqfCmNODcK2Uc0 { width:20rem;height:2.923825rem;top:8.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUAZvz5H1wHgCASQpkSgt5dEdJvN3odi { width:20rem;height:11.0234375rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }#kUAZvz5H1wHgCASQpkSgt5dEdJvN3odi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b5a1be58759ba474cd23423aec50930.svg); }
 }@media only screen and (max-width: 763px) { #FMTDyniP70qTS9k10Pd8EMnuLz93SqcF { width:20rem;height:3.0859375rem;top:2.970703125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCrQza3PdUBNJlDmSDouoTQiVMP87AJn { display:block; }#sCrQza3PdUBNJlDmSDouoTQiVMP87AJn > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5AupQwPtQSx1078EfBft9Dt8fN7z0Vv { width:20rem;height:13.9453125rem;top:2.43359375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhvtTKHXZrdeFxOE6DVgkAJJ1NUNqs6l { display:flex;width:1.9375rem;height:1.9375rem;top:16.78225rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #E8O92VUqcDRk1SmzIIK4BApIgWGUPLd2 { display:block; }#E8O92VUqcDRk1SmzIIK4BApIgWGUPLd2 > .row .container { width:20rem;height:129rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTttlWRSCAIBxhHO18727wmlbBTI7IMf { width:17.0625rem;height:13.25rem;top:12.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbCmmMFwR190BSHIHcSqPOgP6Lc4ZkJe { width:17.0625rem;height:13.25rem;top:27.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD64FTv09ZnuE0g5KUmqwcIvUNB9RgT8 { width:17.0625rem;height:13.25rem;top:42.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgZliiHSqFKbARWOeRxdEUzQUuPBLvXE { width:17.0625rem;height:13.3125rem;top:56.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9OxMmNeGRSmkx31u8dVGybdC0041TD8 { width:2.8125rem;height:2.8125rem;top:13.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpVwiOVPhfVLx4dmMmC6THvdPZqGdwtU { width:15.7495rem;height:1.4619125rem;top:17.9375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N981WRIfPtAsn4zQC6W4LwXfiXIKs9kp { width:15.49925rem;height:5.19921875rem;top:19.9375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BimBC5fMTorNEDcTaDIIGcreiDWnD0fB { width:16.1865rem;height:1.4619125rem;top:32.6875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TACer6P0odVomIETS491A8sETZJzeOfk { width:16.062rem;height:5.19921875rem;top:34.6875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbThqcE6H3dPoSBO8QrLE5CaBtRzoBxB { width:15.7495rem;height:1.4619125rem;top:47.1875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLVbpmyiLMNWH34PpmM7XNIFBmRkik6D { width:16.5625rem;height:5.19921875rem;top:49.1875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN5ztGIeHooJxMRAzvAvTc5pO7ufmlL1 { width:15.7495rem;height:1.4619125rem;top:61.75rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGqcWkc10UD2DJkqa6tHAOunFVmKi2pP { width:15.81175rem;height:5.19921875rem;top:63.75rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc1LsBT0wwp5l4hmz9NZdimTrlh35QJ8 { width:17rem;height:13.1875rem;top:71.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5Xz98p9pawISUcXpOtduTGBuOBOWygM { width:17rem;height:13.1875rem;top:100.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAKTKHcSsWesEQxnL8zUdnSTViZauTwk { width:17rem;height:13.1875rem;top:114.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHMA5XnlwzFgItcl0vB0TzVBOhQ0AePp { width:17rem;height:13.1875rem;top:85.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBLmBb22nX6yDEIZnq3xzKU0LtwtwuvL { width:15.7495rem;height:1.4619125rem;top:75.625rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccs8skT8cFE839c21gfy6CRmZwtk9kZ2 { width:15.49925rem;height:6.499rem;top:78rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciWTpbPDBErdl92Jnhl4Il7Tw4FzcVQq { width:15.7495rem;height:1.4619125rem;top:90.25rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCaosAu9i62UvseIsxv7MDPZ2NmEDmNr { width:15.49925rem;height:5.19921875rem;top:92.625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4Lf0m5hlW5OFlTtXRo0r9ylEdtq39cy { width:15.7495rem;height:1.4619125rem;top:104.4375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcwVVZ6l5VQDNZcxz7TQXpCo7THLMymN { width:16.3745rem;height:5.19921875rem;top:106.8125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEcdiVlRlm8RWHXHlcatafRcpJthCPG5 { width:15.7495rem;height:1.4619125rem;top:119.0625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZGKCvZQNUVQb4tz70GLdVCDxtbJmSF { width:16.3745rem;height:5.19921875rem;top:121.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ0rGm2dH56naQs7ET9fTobhypRTXgq8 { width:3rem;height:3rem;top:28.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN9W4gU0O4fxloAp6b8VJBVoQRrPfTWd { width:2.8125rem;height:2.8125rem;top:43.375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Umtl2c5s5QMqphFdWVCW8WdxtnlawZIS { width:3.5625rem;height:3.5625rem;top:57.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Jtut742UpTn3kPJ2UPE8cSeO7TEUhv { width:2.5625rem;height:2.6247621724993rem;top:72.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6CGg6EiTXxTeyVDdVaMAgHt1a7Jxc9L { width:3.25rem;height:3.25rem;top:86.6875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhd3rmAwPT2rtTFhCC1CKO0o2GXxKo8R { width:3.25rem;height:3.3110950908031rem;top:100.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI935vZ8k6d6GrrRT9WTwmcfVQWdIbEp { width:3rem;height:3rem;top:115.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McyinB3GN8B0JFgtzTItaZUxxmdqyOZp { width:20rem;height:6.82325rem;top:2.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyCPdTkqsxoVCTEazQRG4PZIdNnSEdLO { display:block; }#KyCPdTkqsxoVCTEazQRG4PZIdNnSEdLO > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7FsfnehKvaKlKfVEE0drMzFQvHnF9nI { width:20rem;height:2.5996125rem;top:1.56005859375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rSynk8nrDFxZ447ZuPmN9TLvdcmLcDP7 { width:8.4375rem;height:2.5996125rem;top:5.09765625rem;left:5.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nUcEXX4GB3BZ7IeZoBZh7megGPuXvya3 { width:8.4375rem;height:2.5996125rem;top:16.129150390625rem;left:5.78125rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cCqnQCNI5AUSfTeZfpTQgrnf4BQkH8An { width:8.4375rem;height:2.5996125rem;top:10.45654296875rem;left:5.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jk4CiCwB1sRuvh8mE2MbN9PkwBM2N1Ca { width:19.0625rem;height:1.4624rem;top:7.6953125rem;left:0.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpAJ3yoBv9rZtdUHSMtzplz5csLaPTor { width:19.0625rem;height:1.4624rem;top:19.117431640625rem;left:0.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rlozxgrc8qXl7ay4aW1NP6ICJHcdpb8G { width:19.0625rem;height:1.4624rem;top:13.29833984375rem;left:0.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTIsOwLVorx6e1F5WT1aX8PCPLptUdP6 { width:3.81225625rem;height:3.38135rem;top:4.70458984375rem;left:11.873779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoh17QZJ1vmtuNLcTmSp4aARQRZ8bBpg { width:3.81225625rem;height:3.38135rem;top:10.0634765625rem;left:11.873779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urGnpdCQPeVU4LbeHtloX65DCbStZwss { width:3.81225625rem;height:3.38135rem;top:15.736083984375rem;left:13.18603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4EXNJlk27ZLXttMDyOFlL8kaa7Dum16 { display:block; }#b4EXNJlk27ZLXttMDyOFlL8kaa7Dum16 > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yo019UiMHyuJHDfBf4TqCFyeHrES4RbT { width:13.4985625rem;height:7.7988375rem;top:0rem;left:3.24951171875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IuzTtyHk1BFz1LHUp3M55X8drgXC1dPN { width:7.6875rem;height:5.3946883192837rem;top:9.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5i6PJ7myxnsulbkwFcpNfRh9X9PzGdF { width:10.1245rem;height:6.70775rem;top:14.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myWwwWobQX705xixdEDJTL7dwKTJ7MTV { width:8.4375rem;height:2.23266875rem;top:22.8125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq0gzXTuOvLBqeMc7dwE0XZoApLQFAki { width:9.56175rem;height:5.46386875rem;top:26.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vai45ELv9cPTW11lxoUFryQ5ikxZwWMe { width:8.1875rem;height:2.6047876954664rem;top:33.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 { display:block; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezdOxlqsQaZvWbgDModsQD8LfD0XhCcH { width:20rem;height:12.5625rem;top:1.123046875rem;left:0rem;border-top-left-radius:2.0625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #NRLGvTicBZeABKT3yTQZdO9ptycp78pR { width:20rem;height:10.3984375rem;top:2.181396484375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-text {padding-top: 0; padding-bottom: 0;}#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-select {padding-top: 0; padding-bottom: 0;}#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo  { width:17.375rem;height:21.6875rem;top:14.935546875rem;left:0rem; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo {display:block;}#bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo { width:17.375rem;height:21.6875rem;top:14.935546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #UMRJOWhpfiGhwye7QlcuWkbkclzJAAVL {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #tbbe2Kw9El1DGOmWFI0B2aCOXMUWJG66 {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #tJMbOZVX4rd8lr5SLVvpmXT7VO0ZmV30 {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #E1rsC0802VrBG03TLrAEbFVWGC0Ef5PO {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #r0gWE0dPr30w0QO6h80QXayJd2JBHZHb {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #OyqyWI8ARaXRnJ91c7zyJLlSx0Uuk3nw {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #H0tV1ETWBlvkQGUntdg2H5mOgcpss3Of {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #qZGN3DVAOgcgwmaqX8oZo7XPix0Pvgpy {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #RhICc0wvtP6EXZwIpvIKopvNyMTsxDfZ {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #TPOPIh2IwzSCV39gAXiEzrbtfwyPTdMT {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #qxzHrvzSNv1DyxiAtLTVnQqSmLOqW2Hv {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #uoizCfBASWniZGF1DyxXATmHhHOrMeWU {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #Tiq3seQsoBB4QHthE4IQcs9rV6VGAUVz {  }
 }@media only screen and (max-width: 763px) { #bkVuS74avTyiOWfu4TPp1QA0mrT4iMAo #dTfVI0UMEMMHHOz6sdTf9Ib38TuaitoN {  }
 }@media only screen and (max-width: 763px) { #A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { background-color: transparent; background-image: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container > .video-iframe-container { display: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row > .video-iframe-container { display: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .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); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZSZeNFBWqfTdBgz92VOzPep7cooZdV5 { width:16.8125rem;height:2.4375rem;top:1.62353515625rem;left:2.313232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avcKRxzMWPn4bmvnI1BDVwpcARr4BGVG { width:20rem;height:6.39844375rem;top:5.37353515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InSIabkZkXIGLdFQMC4JCW03MB3w0swl { width:20rem;height:1.40014375rem;top:16.62353515625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhcXwSDwxm0K6TyRdGoJrO32aW1E7SOb { width:1.875rem;height:1.875rem;top:12.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuwfxawGeABGtxDONpLtFUPhHv9tbeuT { width:1.875rem;height:1.875rem;top:12.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFGXOKKpJvUlL0k5h7iNwba0XL9PSa0k { width:2.1875rem;height:2.1875rem;top:12.75rem;left:11.4375rem;display:block; }
 }