.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:236,224,240;--color-primary-1:192,152,206;--color-primary-2:129,49,156;--color-primary-3:65,25,78;--color-primary-4:19,7,23;--color-secondary-0:253,231,224;--color-secondary-1:248,174,153;--color-secondary-2:241,93,50;--color-secondary-3:121,47,25;--color-secondary-4:36,14,8;--color-tertiary-0:255,255,255;--color-tertiary-1:208,208,208;--color-tertiary-2:99,99,99;--color-tertiary-3:50,50,50;--color-tertiary-4:10,10,10;--headlines-font-family:"Poppins";--paragraphs-font-family:"Inter"; }@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:#e7e8e7;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#bgfSPkmTkayx3zHE0QXffZn4CH98M2NK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bgfSPkmTkayx3zHE0QXffZn4CH98M2NK > .row .container { background-color: transparent; background-image: none; }#bgfSPkmTkayx3zHE0QXffZn4CH98M2NK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgfSPkmTkayx3zHE0QXffZn4CH98M2NK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgfSPkmTkayx3zHE0QXffZn4CH98M2NK > .row .container > .video-iframe-container { display: none; }#bgfSPkmTkayx3zHE0QXffZn4CH98M2NK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgfSPkmTkayx3zHE0QXffZn4CH98M2NK > .row > .video-iframe-container { display: none; }#bgfSPkmTkayx3zHE0QXffZn4CH98M2NK > .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); }#bgfSPkmTkayx3zHE0QXffZn4CH98M2NK > .row .container { border-width: 0; border-radius: 0; }#bgfSPkmTkayx3zHE0QXffZn4CH98M2NK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bgfSPkmTkayx3zHE0QXffZn4CH98M2NK > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#xT16U0twnAHLSfvddG83bDXHiLAtAoIh { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:12.8125rem;top:0rem;left:-1.8646788990826rem;overflow:hidden;display:block; }
#m6OgPfEKLTzlUp9p3RyNh3DxImcv5a6Z { background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),0);border-left:0.375rem solid #f15d32;border-right:0rem solid rgba(var(--color-primary-3),0);border-bottom:0rem solid rgba(var(--color-primary-3),0);border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:1.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:3.375rem;left:64.5625rem;display:block; }
#JI27uaodfFDT18IvCq9MoVTEeOm63J5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6e1d8c;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; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row .container { background-color: transparent; background-image: none; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row .container > .video-iframe-container { display: none; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row > .video-iframe-container { display: none; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .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); }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row .container { border-width: 0; border-radius: 0; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#NtmRqcvTeqrU9uSzpgcpJ9J8r4nH2IXB { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:9.201171875rem;left:0rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gfxNAb8wNXUebODi5iaFsCTxpb5caHGb { background-color:#f15d32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.2666015625rem;left:0rem;display:block; }
#dTyVd0CKigNzCNSPtPCL1TXzdvN0fC7d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rr1THgBV0CTbaRlkK3g7eOMpbUcnZqh3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:27.3291015625rem;left:24.9375rem;height:1.3125rem;font-style:normal;display:block; }#rr1THgBV0CTbaRlkK3g7eOMpbUcnZqh3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rr1THgBV0CTbaRlkK3g7eOMpbUcnZqh3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_659a68bdf92942e6bd3d5c60c874f9927b4ad782.svg); }
#FnqOPb2HcA1XZciy4hHmpQS6cPTJknZq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:20.576171875rem;left:24.75rem; }
#Iys7kUBvCiqVIC3TXgg16puKELCxGyvC { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:5.3291015625rem;left:0rem;height:1.3125rem;font-style:normal;display:block; }#Iys7kUBvCiqVIC3TXgg16puKELCxGyvC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Iys7kUBvCiqVIC3TXgg16puKELCxGyvC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_459f32f869e6dff15586a54a6dd814e0ceed274a.svg); }
#Tse3oO1aQhNT3XPzxDLsT2zJvzTs5VmR { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.3291015625rem;left:11rem;height:;font-style:normal;display:block; }#Tse3oO1aQhNT3XPzxDLsT2zJvzTs5VmR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tse3oO1aQhNT3XPzxDLsT2zJvzTs5VmR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f522b94855b7b497f63a7a0eb4dea460de9fafe.svg); }
#yCGFRKFJ0b2fVhWnZt5QNSFdmC455zA6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:32.125rem;top:4.875rem;left:42.875rem;overflow:hidden;display:block; }
#shB8xdPKaoNc7Aqpdv15ii4it7TZgBIn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:22.5625rem;width:22.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0rem;left:65rem; }
#NUerNVHqq7OwwhmWBdkpiXf2zsfKniPx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13.125rem;width:13.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:25.4375rem;left:66.4375rem; }
#LeBNDf1XQ6t6CqZli868BqNMmkSO746P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#LeBNDf1XQ6t6CqZli868BqNMmkSO746P > .row .container { background-color: transparent; background-image: none; }#LeBNDf1XQ6t6CqZli868BqNMmkSO746P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeBNDf1XQ6t6CqZli868BqNMmkSO746P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeBNDf1XQ6t6CqZli868BqNMmkSO746P > .row .container > .video-iframe-container { display: none; }#LeBNDf1XQ6t6CqZli868BqNMmkSO746P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeBNDf1XQ6t6CqZli868BqNMmkSO746P > .row > .video-iframe-container { display: none; }#LeBNDf1XQ6t6CqZli868BqNMmkSO746P > .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); }#LeBNDf1XQ6t6CqZli868BqNMmkSO746P > .row .container { border-width: 0; border-radius: 0; }#LeBNDf1XQ6t6CqZli868BqNMmkSO746P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LeBNDf1XQ6t6CqZli868BqNMmkSO746P > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#RRmV78yNkBBtKL1r4TNeHyOxfNstub3H { color:rgba(var(--color-tertiary-2),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:11.1875rem;left:37.9375rem;height:14.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eFUyHTx7g7iE6qhQ8T7h0RQcaSJmfEDB { color:rgba(var(--color-primary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:11.1875rem;left:0rem;height:5.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hBTwd6vn7Zi2QJqPaFWDZUZq1kpgkQkh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.9375rem;left:0rem; }
#HIE6OkdOGT4OiwBdW9qZbeT9FBkffaFm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.5rem;left:-0.5rem; }
#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz { position:relative;display:block; }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz { background-color: transparent; background-image: none; }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .row .container > .video-iframe-container { display: none; }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .row > .video-iframe-container { display: none; }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .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); }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz { border-width: 0; border-radius: 0; }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#SSw0Qelq3MJqTWfghfEGCTauZxhFsH5p { color:rgba(var(--color-tertiary-0),1);display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:2.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RDdnp0J0K4ADe1NvkQUMyfMr7VDFpDAK { color:rgba(var(--color-tertiary-0),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.625rem;left:2.5rem;height:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wLUBLo1aHv43Q3vguzb5wDZq0hZOoHEV { box-sizing:content-box;height:18.3125rem;width:29.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.234375rem;left:42.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#mRZBBRBEKiqBhJdKFgeDrq3mg2nrvzRf { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:23.875rem;top:0rem;left:55.875rem;overflow:hidden;display:block; }
#msTnKBT4laQ3DJhDONxuCdSBPGePAOpT { box-sizing:content-box;height:29.75rem;width:29.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0);background-image:url("https://images.assets-landingi.com/uc/b95445aa-76f6-4eb5-8b9c-35b5e44995ef/projetosdesacadacomart769c4744bd48ca.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:-2.140625rem;left:42.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#msTnKBT4laQ3DJhDONxuCdSBPGePAOpT.adaptive-delivery-prevent-bg, #msTnKBT4laQ3DJhDONxuCdSBPGePAOpT.lazyload, #msTnKBT4laQ3DJhDONxuCdSBPGePAOpT.lazyloading { background-image: none; }
#vZpOExdtqfobpgRWqNNR788dOKVv9Wss { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:25.171875rem;left:2.5rem; }
#vZpOExdtqfobpgRWqNNR788dOKVv9Wss > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#XB4GmdUUW9Vi6TPBTDRZTi3qCG36TPdL { color:rgba(var(--color-tertiary-0),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:3.46875rem;left:2.5rem;height:1.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JDIRw6BrcI0UkDbEDdx3XlbWAbmsslbq { position:relative;display:block; }#JDIRw6BrcI0UkDbEDdx3XlbWAbmsslbq { background-color: transparent; background-image: none; }#JDIRw6BrcI0UkDbEDdx3XlbWAbmsslbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDIRw6BrcI0UkDbEDdx3XlbWAbmsslbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDIRw6BrcI0UkDbEDdx3XlbWAbmsslbq > .row .container > .video-iframe-container { display: none; }#JDIRw6BrcI0UkDbEDdx3XlbWAbmsslbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDIRw6BrcI0UkDbEDdx3XlbWAbmsslbq > .row > .video-iframe-container { display: none; }#JDIRw6BrcI0UkDbEDdx3XlbWAbmsslbq > .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); }#JDIRw6BrcI0UkDbEDdx3XlbWAbmsslbq { border-width: 0; border-radius: 0; }#JDIRw6BrcI0UkDbEDdx3XlbWAbmsslbq > .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; }#JDIRw6BrcI0UkDbEDdx3XlbWAbmsslbq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z0o9hT6tpAU2KLx2WRLVpm8PAm4vfGJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z0o9hT6tpAU2KLx2WRLVpm8PAm4vfGJI > .row .container { background-color: transparent; background-image: none; }#z0o9hT6tpAU2KLx2WRLVpm8PAm4vfGJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0o9hT6tpAU2KLx2WRLVpm8PAm4vfGJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0o9hT6tpAU2KLx2WRLVpm8PAm4vfGJI > .row .container > .video-iframe-container { display: none; }#z0o9hT6tpAU2KLx2WRLVpm8PAm4vfGJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0o9hT6tpAU2KLx2WRLVpm8PAm4vfGJI > .row > .video-iframe-container { display: none; }#z0o9hT6tpAU2KLx2WRLVpm8PAm4vfGJI > .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); }#z0o9hT6tpAU2KLx2WRLVpm8PAm4vfGJI > .row .container { border-width: 0; border-radius: 0; }#z0o9hT6tpAU2KLx2WRLVpm8PAm4vfGJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0o9hT6tpAU2KLx2WRLVpm8PAm4vfGJI > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#Re3nS2yHDV8rPxmTIWApaOdaw2El0WhK { color:rgba(var(--color-secondary-2),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.4375rem;left:0rem;height:11.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-form-header {  }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:28.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-text { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),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:28.8125rem;box-sizing:border-box;height:3.4375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top;text-align:center;text-align-last:center; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-textarea { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),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:28.8125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;overflow:hidden;font-family:"work sans";vertical-align:top;text-align:center;text-align-last:center; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-1),0.39);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;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:28.8125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-button { border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;background-color:rgba(var(--color-secondary-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-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.0625rem;margin-bottom:0.25rem;margin-left:5.0625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.6875rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: none; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .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.6;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:27.5625rem;overflow:hidden;font-style:normal;float:none; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .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; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.4375rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-container:first-of-type{padding-top:0;}#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-container:last-of-type{padding-bottom:0;}#ocECwgSr1Cl19WnfS0D44pIDoZQHln37  { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.8125rem;height:auto;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);z-index:15010;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:5.4375rem;left:40.46875rem; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.8125rem;display:block;vertical-align:top; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .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; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 {display:block;}#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.8125rem;height:auto;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);z-index:15010;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:5.4375rem;left:40.46875rem; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #q6SpJJ63fUfCEmVF5aiUph6CaWcN2TMU { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #qAHlPTxKlRQGm4ocrMEWITotLzSevcTS { position:relative;display:none; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #p7upoFirSSIFwxD4vqEbBFBtzlhp5kNx { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #qRiP8sqUXIwHMbetdvz52IXFe8wJ9lzG { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #T7rN0e735C7AQEt5T257QpVX8d5JXyAF { position:relative;display:none; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #FZoHM20Quz45cTxytpDwn4nfPV7to7Mp { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #HmTOGA2IFU5ESv0WuqG9IuCTpTk9Qpvh { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #n588r6POsKp7Kf6SRXkHJ9Sm7J73akzT { position:relative;display:none; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #Z10gX52AifXkb0qDJz1Q5DtcIcbUqsfx { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #OooI0URyTUdVsC67zmAW5o3guTFxo17s { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #IfVc08NNh6826MmOSHnsw6cTyJiTDqiV { position:relative;display:none; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #VDNZea7xcrNTPMIOkffPDmhA70ctEXOk { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #IvkCLf6ss69hAHworQm32Cb2uhzmVrnZ { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #BwfzbIqZteMqttzDX14d2FmyMhklkofn { position:relative;display:none; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #PCO4CV569wJen7Oy7himgcwN6sfgpaZX { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #B2ZJ7ZaeRI5lacq0pS9mpGNDWgGy8VqF { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #d2xhGZohQtUJP4fZvmkNgnTomWWhQEBM { position:relative;display:none; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #wEU1Qrb1xmXKbQHsl5W8FBqxG4lfsfUv { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #WxBt1fydJXmHDciLTADpmoiZOWSZJOs5 { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #lZeplNnHXdsIitlhhKfNyCBvUEMB0qVS { position:relative;z-index:2; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #yOnggW74qLLliUqnKDObNNyCH69t7co0 { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #FWJbJsp6V3HDWHTBLAQC51hvPkLmk4tg { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #IxZX9Eosn1n3W368NJuExTTvma9FfcvI { position:relative;z-index:2; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #DccDsraEg0b4oRsFKgWJgdy305GeslO7 { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #Fwp2k4chgG66rxR0btt0NOLRtA5hONqt { position:relative; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #BIJrDpuTO89igtRJzcGT4vGf37GTvxkO { position:relative; }
#yndeANT2Iuk48FUDn08kkttg3SXdRDTA { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:35.9375rem;top:9.75rem;left:-9.9375rem;overflow:hidden;display:block; }
#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row .container { background-color: transparent; background-image: none; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row .container > .video-iframe-container { display: none; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row > .video-iframe-container { display: none; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .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); }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row .container { border-width: 0; border-radius: 0; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#iAhf7VwCbrbA4FHKicRZdSTnXeytQA8p { color:rgba(var(--color-primary-2),1);display:block;width:35.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:6rem;left:0rem;height:2.69921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CK4QOXMatXTbpfR2RAWq2vZnaP5sF0TG { color:rgba(var(--color-tertiary-2),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.125rem;left:0rem;height:12rem;font-style:normal;display:block; }#CK4QOXMatXTbpfR2RAWq2vZnaP5sF0TG li:not(:first-child){ padding-top:1.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#CK4QOXMatXTbpfR2RAWq2vZnaP5sF0TG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78d2e58f5384fe9a3e91135d8843c8f5d7d46a55.svg); }
#pCGFBq8iu0moGCIive1atLBVilTKpSS7 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:25.25rem;top:2.75rem;left:45.5rem;overflow:hidden;display:block; }
#odLgsWoiWTxtWas3lzbqgKynllS1mGzA { 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; }#odLgsWoiWTxtWas3lzbqgKynllS1mGzA > .row .container { background-color: transparent; background-image: none; }#odLgsWoiWTxtWas3lzbqgKynllS1mGzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odLgsWoiWTxtWas3lzbqgKynllS1mGzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odLgsWoiWTxtWas3lzbqgKynllS1mGzA > .row .container > .video-iframe-container { display: none; }#odLgsWoiWTxtWas3lzbqgKynllS1mGzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odLgsWoiWTxtWas3lzbqgKynllS1mGzA > .row > .video-iframe-container { display: none; }#odLgsWoiWTxtWas3lzbqgKynllS1mGzA > .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); }#odLgsWoiWTxtWas3lzbqgKynllS1mGzA > .row .container { border-width: 0; border-radius: 0; }#odLgsWoiWTxtWas3lzbqgKynllS1mGzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odLgsWoiWTxtWas3lzbqgKynllS1mGzA > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#ObOtJekP7y15P58XcwT1sdJs5FW1UzOw { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:5.5rem;left:37.5rem;height:2.69921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZeVdWR0JyXvzdgFfdFEhmN50NbreAqKQ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.671875rem;left:37.5rem;height:13.59375rem;font-style:normal;display:block; }#ZeVdWR0JyXvzdgFfdFEhmN50NbreAqKQ li:not(:first-child){ padding-top:1.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZeVdWR0JyXvzdgFfdFEhmN50NbreAqKQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78d2e58f5384fe9a3e91135d8843c8f5d7d46a55.svg); }
#DmSt4Msa0Wku29rgpoya2Z7x4d8LAGaK { box-sizing:content-box;height:23.5rem;width:30.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/099e9e91-6d1c-46aa-a709-28d09b39b173/dsc08127169caeb05a9e0a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.21875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#DmSt4Msa0Wku29rgpoya2Z7x4d8LAGaK.adaptive-delivery-prevent-bg, #DmSt4Msa0Wku29rgpoya2Z7x4d8LAGaK.lazyload, #DmSt4Msa0Wku29rgpoya2Z7x4d8LAGaK.lazyloading { background-image: none; }
#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU { background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row .container { background-color: transparent; background-image: none; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row .container > .video-iframe-container { display: none; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row > .video-iframe-container { display: none; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .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); }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row .container { border-width: 0; border-radius: 0; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;overflow:visible;position:relative;display:block; }#bTwi1omNVGU749StIiOp2GWEzKoUVPvA { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.46875rem;left:0rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJyNJeml4erZJ5rd3ammPcCMmosJEihM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:21.5rem;width:21.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:.25;top:2.5rem;left:-12.5rem; }
#oVxp7ZI9KClpMO8ikdCR6IVl2UAV2uZ3 { position:absolute;display:block;z-index:15003;height:36.9375rem;width:75rem;top:8.5625rem;left:0rem;display:block; }
#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row .container { background-color: transparent; background-image: none; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row .container > .video-iframe-container { display: none; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row > .video-iframe-container { display: none; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .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); }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row .container { border-width: 0; border-radius: 0; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#QSGwqUIAnzUOtnh4XCziEcnZPmTMB4ga { color:rgba(var(--color-tertiary-0),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:36.6875rem;height:5.3984375rem;font-style:normal;display:block; }
#UONfhbk0U8urZOCicIWCBhWAi65qvfbe { box-sizing:content-box;height:28.0625rem;width:34.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/10d49ba7-4a17-4caf-b2c8-dbfac06b6e68/copiadedsc06263169b03ceea47341.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.4990234375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#UONfhbk0U8urZOCicIWCBhWAi65qvfbe.adaptive-delivery-prevent-bg, #UONfhbk0U8urZOCicIWCBhWAi65qvfbe.lazyload, #UONfhbk0U8urZOCicIWCBhWAi65qvfbe.lazyloading { background-image: none; }
#M7RrtLxy0XoV2MeXsi2JOirqoiSah2Nq { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.5625rem;left:36.6875rem;height:15rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#izL8XPKwnPsuNIB62USdyZTR9VtTCkU9 { 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:4.8125rem;width:4.8125rem;top:30.8125rem;left:36.6875rem;overflow:hidden;display:block; }
#SHmkyXc1tzBEv7ZfaKlkBXbRoV5D35s9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:30.8125rem;left:42.6875rem;overflow:hidden;display:block; }
#PMDwxTrgVMTZerZzIBUMz3aHGJ0lNoGT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:30.8125rem;left:48.75rem;overflow:hidden;display:block; }
#S9fNOr5H4iXGvEPHeOy6srbevCdT2MbO { 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:4.8125rem;width:4.8125rem;top:30.8125rem;left:54.75rem;overflow:hidden;display:block; }
#MMeZmOKAyQ1pQMyOIGu4vQkzNybSJU6f { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:30.8125rem;left:60.75rem;overflow:hidden;display:block; }
#zGomd1hgUaquJohxVRGtB7be0CrpKB9p { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:30.8125rem;left:66.8125rem;overflow:hidden;display:block; }
#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa { background-color:rgba(var(--color-tertiary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container { background-color: transparent; background-image: none; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container > .video-iframe-container { display: none; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row > .video-iframe-container { display: none; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .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); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container { border-width: 0; border-radius: 0; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#m5QJwEa72vqrJ2mWAtKhoaBdi6Lzbxqv { color:rgba(var(--color-tertiary-1),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:14997;line-height:1.4;letter-spacing:0;top:4.861328125rem;left:58.9375rem;height:3.673825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WqNRQoO8Ke4ogtySZhXyPeKf6aANQ9ih { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:15.25rem;top:2.88671875rem;left:-2.25rem;overflow:hidden;display:block; }
#aJC1MXFLZvkDhUBNFrVrlg96FyfXdUEN { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.1875rem;left:27.625rem; }
#aJC1MXFLZvkDhUBNFrVrlg96FyfXdUEN > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#U7NtyIUtnsFxn6w5OTsl5uUfTuuZOIIm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.125rem;left:20.8125rem; }
#U7NtyIUtnsFxn6w5OTsl5uUfTuuZOIIm > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#fIpOUnowOD3PT4QgS8uB2ep6N4WENwzh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.125rem;left:23.125rem; }
#fIpOUnowOD3PT4QgS8uB2ep6N4WENwzh > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#rN38rQsC7PQpK0DWZZiKDfhhwTLg2dT1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.1875rem;left:18.3125rem; }
#rN38rQsC7PQpK0DWZZiKDfhhwTLg2dT1 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#F81Q6JWEOBIykfBtSPVmy1zKpTa7QTqw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.1875rem;left:25.4375rem; }
#F81Q6JWEOBIykfBtSPVmy1zKpTa7QTqw > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V { border-top:0;border-left:0rem solid rgba(var(--color-tertiary-1),1);border-right:0rem solid rgba(var(--color-tertiary-1),1);border-bottom:0rem solid rgba(var(--color-tertiary-1),1);background-color:rgba(var(--color-tertiary-3),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; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row .container { background-color: transparent; background-image: none; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row .container > .video-iframe-container { display: none; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row > .video-iframe-container { display: none; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .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); }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row .container { border-width: 0; border-radius: 0; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#JvFOuc1QaeP7cOAPBkiLfDtCGRP27BTS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:1.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0.625rem;left:0rem;display:block; }
#ROTUGq0qf9y9ZTLyJGamw1JS1uCyOcxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aHTutFARUv4VoHTDozCnPmtuU7g8DUUP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:1.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.625rem;left:18.6875rem;display:block; }
#QR7IU9xuKUf5ay6TabdpwT8iSRKs0TLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O { background-color: transparent; background-image: none; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container > .video-iframe-container { display: none; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row > .video-iframe-container { display: none; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .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); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O { border-width: 0; border-radius: 0; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .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; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;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; }#SVyo9XQny2TwgZXx6BgXPC6QTeoqln2d { background-color:#f15d32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.125rem solid rgba(var(--color-primary-3),0);border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.375rem 0.375rem 0.875rem rgba(var(--color-tertiary-4),0.32) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:56.375rem;display:block; }
#vkpS9Zhrh3gu5aUyeyiKk1cTqZ9Qlx4D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kK3KRLZxnTgekEs4kEbrWRKlLeL1auOG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0.9375rem;left:58.0625rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bgfSPkmTkayx3zHE0QXffZn4CH98M2NK { display:block; }#bgfSPkmTkayx3zHE0QXffZn4CH98M2NK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT16U0twnAHLSfvddG83bDXHiLAtAoIh { width:12.8125rem;height:6.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6OgPfEKLTzlUp9p3RyNh3DxImcv5a6Z { width:10.4375rem;height:1.375rem;top:3.375rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI27uaodfFDT18IvCq9MoVTEeOm63J5P { display:block; }
 }@media only screen and (max-width: 763px) { #onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 { display:block; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtmRqcvTeqrU9uSzpgcpJ9J8r4nH2IXB { width:39.5rem;height:;top:9.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfxNAb8wNXUebODi5iaFsCTxpb5caHGb { width:23.625rem;height:3.4375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTyVd0CKigNzCNSPtPCL1TXzdvN0fC7d { display:block; }
 }@media only screen and (max-width: 763px) { #rr1THgBV0CTbaRlkK3g7eOMpbUcnZqh3 { width:14.125rem;height:1.3125rem;top:27.3125rem;left:11.3125rem;font-size:0.625rem;display:block; }#rr1THgBV0CTbaRlkK3g7eOMpbUcnZqh3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_659a68bdf92942e6bd3d5c60c874f9927b4ad782.svg); }
 }@media only screen and (max-width: 763px) { #FnqOPb2HcA1XZciy4hHmpQS6cPTJknZq { width:3.25rem;height:3.25rem;top:20.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iys7kUBvCiqVIC3TXgg16puKELCxGyvC { width:9.75rem;height:1.3125rem;top:5.3125rem;left:0rem;font-size:0.75rem;display:block; }#Iys7kUBvCiqVIC3TXgg16puKELCxGyvC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_459f32f869e6dff15586a54a6dd814e0ceed274a.svg); }
 }@media only screen and (max-width: 763px) { #Tse3oO1aQhNT3XPzxDLsT2zJvzTs5VmR { width:9.75rem;height:;top:5.3125rem;left:0rem;font-size:0.75rem;display:block; }#Tse3oO1aQhNT3XPzxDLsT2zJvzTs5VmR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f522b94855b7b497f63a7a0eb4dea460de9fafe.svg); }
 }@media only screen and (max-width: 763px) { #yCGFRKFJ0b2fVhWnZt5QNSFdmC455zA6 { width:32.125rem;height:27.375rem;top:4.875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shB8xdPKaoNc7Aqpdv15ii4it7TZgBIn { width:22.5625rem;height:22.5625rem;top:0rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUerNVHqq7OwwhmWBdkpiXf2zsfKniPx { width:13.125rem;height:13.125rem;top:25.4375rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeBNDf1XQ6t6CqZli868BqNMmkSO746P { display:block; }#LeBNDf1XQ6t6CqZli868BqNMmkSO746P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRmV78yNkBBtKL1r4TNeHyOxfNstub3H { width:35.4375rem;height:14.3125rem;top:11.1875rem;left:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFUyHTx7g7iE6qhQ8T7h0RQcaSJmfEDB { width:33.1875rem;height:5.375rem;top:11.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBTwd6vn7Zi2QJqPaFWDZUZq1kpgkQkh { width:6.1875rem;height:6.1875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIE6OkdOGT4OiwBdW9qZbeT9FBkffaFm { width:6rem;height:6rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz { display:block; }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSw0Qelq3MJqTWfghfEGCTauZxhFsH5p { width:33.25rem;height:;top:5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDdnp0J0K4ADe1NvkQUMyfMr7VDFpDAK { width:37rem;height:12.75rem;top:9.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLUBLo1aHv43Q3vguzb5wDZq0hZOoHEV { width:29.375rem;height:18.3125rem;top:9.1875rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRZBBRBEKiqBhJdKFgeDrq3mg2nrvzRf { width:23.875rem;height:23.875rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msTnKBT4laQ3DJhDONxuCdSBPGePAOpT { width:29.375rem;height:29.75rem;top:-2.125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZpOExdtqfobpgRWqNNR788dOKVv9Wss { width:2.5rem;height:2.5rem;top:25.125rem;left:0rem;display:block; }
#vZpOExdtqfobpgRWqNNR788dOKVv9Wss > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #XB4GmdUUW9Vi6TPBTDRZTi3qCG36TPdL { width:37rem;height:0;top:3.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDIRw6BrcI0UkDbEDdx3XlbWAbmsslbq { display:block; }#JDIRw6BrcI0UkDbEDdx3XlbWAbmsslbq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0o9hT6tpAU2KLx2WRLVpm8PAm4vfGJI { display:block; }#z0o9hT6tpAU2KLx2WRLVpm8PAm4vfGJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Re3nS2yHDV8rPxmTIWApaOdaw2El0WhK { width:30.8125rem;height:11.375rem;top:5.4375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-regular-label { width:28.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-text { width:28.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-textarea { width:28.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-select { width:28.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-button { width:18.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.0625rem; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-checkbox-label { width:27.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37  { width:28.8125rem;height:auto;top:5.4375rem;left:16.1875rem; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .radio-container { width:28.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 {display:block;}#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 { width:28.8125rem;height:auto;top:5.4375rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #q6SpJJ63fUfCEmVF5aiUph6CaWcN2TMU {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #qAHlPTxKlRQGm4ocrMEWITotLzSevcTS {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #p7upoFirSSIFwxD4vqEbBFBtzlhp5kNx {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #qRiP8sqUXIwHMbetdvz52IXFe8wJ9lzG {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #T7rN0e735C7AQEt5T257QpVX8d5JXyAF {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #FZoHM20Quz45cTxytpDwn4nfPV7to7Mp {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #HmTOGA2IFU5ESv0WuqG9IuCTpTk9Qpvh {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #n588r6POsKp7Kf6SRXkHJ9Sm7J73akzT {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #Z10gX52AifXkb0qDJz1Q5DtcIcbUqsfx {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #OooI0URyTUdVsC67zmAW5o3guTFxo17s {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #IfVc08NNh6826MmOSHnsw6cTyJiTDqiV {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #VDNZea7xcrNTPMIOkffPDmhA70ctEXOk {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #IvkCLf6ss69hAHworQm32Cb2uhzmVrnZ {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #BwfzbIqZteMqttzDX14d2FmyMhklkofn {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #PCO4CV569wJen7Oy7himgcwN6sfgpaZX {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #B2ZJ7ZaeRI5lacq0pS9mpGNDWgGy8VqF {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #d2xhGZohQtUJP4fZvmkNgnTomWWhQEBM {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #wEU1Qrb1xmXKbQHsl5W8FBqxG4lfsfUv {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #WxBt1fydJXmHDciLTADpmoiZOWSZJOs5 {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #lZeplNnHXdsIitlhhKfNyCBvUEMB0qVS {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #yOnggW74qLLliUqnKDObNNyCH69t7co0 {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #FWJbJsp6V3HDWHTBLAQC51hvPkLmk4tg {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #IxZX9Eosn1n3W368NJuExTTvma9FfcvI {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #DccDsraEg0b4oRsFKgWJgdy305GeslO7 {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #Fwp2k4chgG66rxR0btt0NOLRtA5hONqt {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #BIJrDpuTO89igtRJzcGT4vGf37GTvxkO {  }
 }@media only screen and (max-width: 763px) { #yndeANT2Iuk48FUDn08kkttg3SXdRDTA { width:35.9375rem;height:35.9375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 { display:block; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAhf7VwCbrbA4FHKicRZdSTnXeytQA8p { width:35.3125rem;height:2.6875rem;top:6rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK4QOXMatXTbpfR2RAWq2vZnaP5sF0TG { width:33.5rem;height:12rem;top:10.125rem;left:0rem;font-size:1.0625rem;display:block; }#CK4QOXMatXTbpfR2RAWq2vZnaP5sF0TG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78d2e58f5384fe9a3e91135d8843c8f5d7d46a55.svg); }
 }@media only screen and (max-width: 763px) { #pCGFBq8iu0moGCIive1atLBVilTKpSS7 { width:25.25rem;height:25.25rem;top:2.75rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odLgsWoiWTxtWas3lzbqgKynllS1mGzA { display:block; }#odLgsWoiWTxtWas3lzbqgKynllS1mGzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObOtJekP7y15P58XcwT1sdJs5FW1UzOw { width:28.5rem;height:2.6875rem;top:5.5rem;left:19.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeVdWR0JyXvzdgFfdFEhmN50NbreAqKQ { width:28.5rem;height:13.5625rem;top:10.625rem;left:19.25rem;font-size:1.0625rem;display:block; }#ZeVdWR0JyXvzdgFfdFEhmN50NbreAqKQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78d2e58f5384fe9a3e91135d8843c8f5d7d46a55.svg); }
 }@media only screen and (max-width: 763px) { #DmSt4Msa0Wku29rgpoya2Z7x4d8LAGaK { width:30.625rem;height:23.5rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmzXScf5g5IEhG6cG9lhU21aypEmAXcU { display:block; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTwi1omNVGU749StIiOp2GWEzKoUVPvA { width:47.75rem;height:2.69921875rem;top:4.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJyNJeml4erZJ5rd3ammPcCMmosJEihM { width:21.5rem;height:21.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVxp7ZI9KClpMO8ikdCR6IVl2UAV2uZ3 { width:47.75rem;height:36.9375rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA { display:block; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSGwqUIAnzUOtnh4XCziEcnZPmTMB4ga { width:40.1875rem;height:5.3984375rem;top:7.5rem;left:7.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UONfhbk0U8urZOCicIWCBhWAi65qvfbe { width:34.625rem;height:28.0625rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7RrtLxy0XoV2MeXsi2JOirqoiSah2Nq { width:33.3125rem;height:11.8125rem;top:14.5625rem;left:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izL8XPKwnPsuNIB62USdyZTR9VtTCkU9 { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHmkyXc1tzBEv7ZfaKlkBXbRoV5D35s9 { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMDwxTrgVMTZerZzIBUMz3aHGJ0lNoGT { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9fNOr5H4iXGvEPHeOy6srbevCdT2MbO { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMeZmOKAyQ1pQMyOIGu4vQkzNybSJU6f { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGomd1hgUaquJohxVRGtB7be0CrpKB9p { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa { display:block; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5QJwEa72vqrJ2mWAtKhoaBdi6Lzbxqv { width:16.0625rem;height:3.625rem;top:4.8125rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqNRQoO8Ke4ogtySZhXyPeKf6aANQ9ih { width:15.25rem;height:7.625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJC1MXFLZvkDhUBNFrVrlg96FyfXdUEN { width:1.25rem;height:1.25rem;top:7.1875rem;left:14rem;display:block; }
#aJC1MXFLZvkDhUBNFrVrlg96FyfXdUEN > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #U7NtyIUtnsFxn6w5OTsl5uUfTuuZOIIm { width:1.25rem;height:1.25rem;top:7.125rem;left:7.1875rem;display:block; }
#U7NtyIUtnsFxn6w5OTsl5uUfTuuZOIIm > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #fIpOUnowOD3PT4QgS8uB2ep6N4WENwzh { width:1.25rem;height:1.25rem;top:7.125rem;left:9.5rem;display:block; }
#fIpOUnowOD3PT4QgS8uB2ep6N4WENwzh > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #rN38rQsC7PQpK0DWZZiKDfhhwTLg2dT1 { width:1.25rem;height:1.25rem;top:7.1875rem;left:4.6875rem;display:block; }
#rN38rQsC7PQpK0DWZZiKDfhhwTLg2dT1 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #F81Q6JWEOBIykfBtSPVmy1zKpTa7QTqw { width:1.25rem;height:1.25rem;top:7.1875rem;left:11.8125rem;display:block; }
#F81Q6JWEOBIykfBtSPVmy1zKpTa7QTqw > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #hG0RQUAcZfEunZXeWGTnrXZle5hdV06V { display:block; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvFOuc1QaeP7cOAPBkiLfDtCGRP27BTS { width:16.5625rem;height:1.4375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROTUGq0qf9y9ZTLyJGamw1JS1uCyOcxP { display:block; }
 }@media only screen and (max-width: 763px) { #aHTutFARUv4VoHTDozCnPmtuU7g8DUUP { width:10.375rem;height:1.4375rem;top:0.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR7IU9xuKUf5ay6TabdpwT8iSRKs0TLZ { display:block; }
 }@media only screen and (max-width: 763px) { #gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O { display:block; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVyo9XQny2TwgZXx6BgXPC6QTeoqln2d { width:18.625rem;height:3.4375rem;top:0rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkpS9Zhrh3gu5aUyeyiKk1cTqZ9Qlx4D { display:block; }
 }@media only screen and (max-width: 763px) { #kK3KRLZxnTgekEs4kEbrWRKlLeL1auOG { width:1.5625rem;height:1.5625rem;top:0.9375rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #bgfSPkmTkayx3zHE0QXffZn4CH98M2NK { display:block; }#bgfSPkmTkayx3zHE0QXffZn4CH98M2NK > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT16U0twnAHLSfvddG83bDXHiLAtAoIh { width:9.5rem;height:4.8125rem;top:0.1875rem;left:-1.49609375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m6OgPfEKLTzlUp9p3RyNh3DxImcv5a6Z { width:8.75rem;height:1.375rem;top:2.375rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI27uaodfFDT18IvCq9MoVTEeOm63J5P { display:block; }
 }@media only screen and (max-width: 763px) { #onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 { display:block; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtmRqcvTeqrU9uSzpgcpJ9J8r4nH2IXB { width:20rem;height:8.3984375rem;top:6.2734375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gfxNAb8wNXUebODi5iaFsCTxpb5caHGb { width:20rem;height:3.4375rem;top:17.25390625rem;left:0rem;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #dTyVd0CKigNzCNSPtPCL1TXzdvN0fC7d { display:block; }
 }@media only screen and (max-width: 763px) { #rr1THgBV0CTbaRlkK3g7eOMpbUcnZqh3 { width:10.1875rem;height:0.9375rem;top:21.25390625rem;left:4.90625rem;font-size:0.625rem;line-height:1.5;text-align:right;text-align-last:right;display:block; }#rr1THgBV0CTbaRlkK3g7eOMpbUcnZqh3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_659a68bdf92942e6bd3d5c60c874f9927b4ad782.svg); }
 }@media only screen and (max-width: 763px) { #FnqOPb2HcA1XZciy4hHmpQS6cPTJknZq { display:flex;width:1.8125rem;height:1.8125rem;top:12.734375rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #Iys7kUBvCiqVIC3TXgg16puKELCxGyvC { width:8.1875rem;height:1.125rem;top:3.00390625rem;left:0rem;font-size:0.75rem;line-height:1.5;text-align:right;text-align-last:right;display:block; }#Iys7kUBvCiqVIC3TXgg16puKELCxGyvC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_459f32f869e6dff15586a54a6dd814e0ceed274a.svg); }
 }@media only screen and (max-width: 763px) { #Tse3oO1aQhNT3XPzxDLsT2zJvzTs5VmR { width:6.375rem;height:1.125rem;top:3.00390625rem;left:10.78125rem;font-size:0.75rem;line-height:1.5;text-align:right;text-align-last:right;display:block; }#Tse3oO1aQhNT3XPzxDLsT2zJvzTs5VmR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f522b94855b7b497f63a7a0eb4dea460de9fafe.svg); }
 }@media only screen and (max-width: 763px) { #yCGFRKFJ0b2fVhWnZt5QNSFdmC455zA6 { width:20rem;height:17.042rem;top:23.44140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shB8xdPKaoNc7Aqpdv15ii4it7TZgBIn { display:flex;width:20rem;height:22.5625rem;top:41.73340625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUerNVHqq7OwwhmWBdkpiXf2zsfKniPx { display:flex;width:13.125rem;height:13.125rem;top:65.54590625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LeBNDf1XQ6t6CqZli868BqNMmkSO746P { display:block; }#LeBNDf1XQ6t6CqZli868BqNMmkSO746P > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRmV78yNkBBtKL1r4TNeHyOxfNstub3H { width:20rem;height:22.3125rem;top:13.609375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFUyHTx7g7iE6qhQ8T7h0RQcaSJmfEDB { width:14.625rem;height:7.1484375rem;top:4.125rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hBTwd6vn7Zi2QJqPaFWDZUZq1kpgkQkh { display:flex;width:6.1875rem;height:6.1875rem;top:5.734375rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #HIE6OkdOGT4OiwBdW9qZbeT9FBkffaFm { display:flex;width:6.3125rem;height:6.3125rem;top:6.140625rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .row .container { background-color: transparent; background-image: none; }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .row .container > .video-iframe-container { display: none; }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .row > .video-iframe-container { display: none; }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .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); }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .row .container { border-width: 0; border-radius: 0; }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gL58pTV8Aay8M6PuxqiOKe1SVqUWFICz > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSw0Qelq3MJqTWfghfEGCTauZxhFsH5p { width:17.375rem;height:1.7871125rem;top:20.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDdnp0J0K4ADe1NvkQUMyfMr7VDFpDAK { width:20rem;height:18.28125rem;top:22.5rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wLUBLo1aHv43Q3vguzb5wDZq0hZOoHEV { width:19.875rem;height:14.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRZBBRBEKiqBhJdKFgeDrq3mg2nrvzRf { width:8.6875rem;height:8.6875rem;top:0rem;left:-2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msTnKBT4laQ3DJhDONxuCdSBPGePAOpT { width:20rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZpOExdtqfobpgRWqNNR788dOKVv9Wss { display:flex;width:2rem;height:2rem;top:42.5625rem;left:0rem; }
#vZpOExdtqfobpgRWqNNR788dOKVv9Wss > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #XB4GmdUUW9Vi6TPBTDRZTi3qCG36TPdL { width:20rem;height:1.40625rem;top:18.9375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JDIRw6BrcI0UkDbEDdx3XlbWAbmsslbq { display:none; }#JDIRw6BrcI0UkDbEDdx3XlbWAbmsslbq > .row .container { width:20rem;height:1.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z0o9hT6tpAU2KLx2WRLVpm8PAm4vfGJI { display:block; }#z0o9hT6tpAU2KLx2WRLVpm8PAm4vfGJI > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Re3nS2yHDV8rPxmTIWApaOdaw2El0WhK { width:20rem;height:5.548825rem;top:3.375rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.9375rem;overflow:hidden;height:auto; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0.6875rem;margin-bottom:0.25rem;margin-left:0.6875rem;font-size:1.0625rem;overflow:hidden; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .widget-radio-label { font-size:0.9375rem;overflow:hidden;height:1.25rem; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37  { width:17.25rem;height:auto;top:10.8203125rem;left:0rem; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 {display:block;}#ocECwgSr1Cl19WnfS0D44pIDoZQHln37 { width:17.25rem;height:auto;top:10.8203125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #q6SpJJ63fUfCEmVF5aiUph6CaWcN2TMU {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #qAHlPTxKlRQGm4ocrMEWITotLzSevcTS {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #p7upoFirSSIFwxD4vqEbBFBtzlhp5kNx {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #qRiP8sqUXIwHMbetdvz52IXFe8wJ9lzG {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #T7rN0e735C7AQEt5T257QpVX8d5JXyAF {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #FZoHM20Quz45cTxytpDwn4nfPV7to7Mp {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #HmTOGA2IFU5ESv0WuqG9IuCTpTk9Qpvh {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #n588r6POsKp7Kf6SRXkHJ9Sm7J73akzT {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #Z10gX52AifXkb0qDJz1Q5DtcIcbUqsfx {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #OooI0URyTUdVsC67zmAW5o3guTFxo17s {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #IfVc08NNh6826MmOSHnsw6cTyJiTDqiV {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #VDNZea7xcrNTPMIOkffPDmhA70ctEXOk {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #IvkCLf6ss69hAHworQm32Cb2uhzmVrnZ {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #BwfzbIqZteMqttzDX14d2FmyMhklkofn {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #PCO4CV569wJen7Oy7himgcwN6sfgpaZX {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #B2ZJ7ZaeRI5lacq0pS9mpGNDWgGy8VqF {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #d2xhGZohQtUJP4fZvmkNgnTomWWhQEBM {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #wEU1Qrb1xmXKbQHsl5W8FBqxG4lfsfUv {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #WxBt1fydJXmHDciLTADpmoiZOWSZJOs5 {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #lZeplNnHXdsIitlhhKfNyCBvUEMB0qVS {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #yOnggW74qLLliUqnKDObNNyCH69t7co0 {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #FWJbJsp6V3HDWHTBLAQC51hvPkLmk4tg {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #IxZX9Eosn1n3W368NJuExTTvma9FfcvI {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #DccDsraEg0b4oRsFKgWJgdy305GeslO7 {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #Fwp2k4chgG66rxR0btt0NOLRtA5hONqt {  }
 }@media only screen and (max-width: 763px) { #ocECwgSr1Cl19WnfS0D44pIDoZQHln37 #BIJrDpuTO89igtRJzcGT4vGf37GTvxkO {  }
 }@media only screen and (max-width: 763px) { #yndeANT2Iuk48FUDn08kkttg3SXdRDTA { width:10.125rem;height:10.125rem;top:1.8046875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 { display:block; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAhf7VwCbrbA4FHKicRZdSTnXeytQA8p { width:14.9375rem;height:3.57421875rem;top:19.1875rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CK4QOXMatXTbpfR2RAWq2vZnaP5sF0TG { width:18.0625rem;height:19.125rem;top:24rem;left:0rem;font-size:1.125rem;line-height:1.5;display:block; }#CK4QOXMatXTbpfR2RAWq2vZnaP5sF0TG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78d2e58f5384fe9a3e91135d8843c8f5d7d46a55.svg); }
 }@media only screen and (max-width: 763px) { #pCGFBq8iu0moGCIive1atLBVilTKpSS7 { width:18.5rem;height:18.5rem;top:0rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #odLgsWoiWTxtWas3lzbqgKynllS1mGzA { display:block; }#odLgsWoiWTxtWas3lzbqgKynllS1mGzA > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObOtJekP7y15P58XcwT1sdJs5FW1UzOw { width:20rem;height:1.7871125rem;top:20.6875rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZeVdWR0JyXvzdgFfdFEhmN50NbreAqKQ { width:20rem;height:17.4375rem;top:24.1875rem;left:0rem;font-size:1.125rem;line-height:1.5;display:block; }#ZeVdWR0JyXvzdgFfdFEhmN50NbreAqKQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78d2e58f5384fe9a3e91135d8843c8f5d7d46a55.svg); }
 }@media only screen and (max-width: 763px) { #DmSt4Msa0Wku29rgpoya2Z7x4d8LAGaK { width:20rem;height:16.25rem;top:2.625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #cmzXScf5g5IEhG6cG9lhU21aypEmAXcU { display:block; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTwi1omNVGU749StIiOp2GWEzKoUVPvA { width:19.999625rem;height:1.5rem;top:3.0617046356201rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LJyNJeml4erZJ5rd3ammPcCMmosJEihM { display:flex;width:8.4375rem;height:9.0625rem;top:0rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #oVxp7ZI9KClpMO8ikdCR6IVl2UAV2uZ3 { width:19.999625rem;height:40.1249375rem;top:7.27991104126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA { display:block; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSGwqUIAnzUOtnh4XCziEcnZPmTMB4ga { width:20rem;height:5.625rem;top:2.6875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UONfhbk0U8urZOCicIWCBhWAi65qvfbe { width:20rem;height:14.9375rem;top:9.375rem;left:0rem;background-color:rgba(255,255,255,0.07);background-image:url("https://images.assets-landingi.com/uc/10d49ba7-4a17-4caf-b2c8-dbfac06b6e68/copiadedsc06263169b03ceea47341.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UONfhbk0U8urZOCicIWCBhWAi65qvfbe.adaptive-delivery-prevent-bg, #UONfhbk0U8urZOCicIWCBhWAi65qvfbe.lazyload, #UONfhbk0U8urZOCicIWCBhWAi65qvfbe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #M7RrtLxy0XoV2MeXsi2JOirqoiSah2Nq { width:20rem;height:15.919925rem;top:26.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #izL8XPKwnPsuNIB62USdyZTR9VtTCkU9 { width:4.8125rem;height:4.8125rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHmkyXc1tzBEv7ZfaKlkBXbRoV5D35s9 { width:4.8125rem;height:4.8125rem;top:44.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMDwxTrgVMTZerZzIBUMz3aHGJ0lNoGT { width:4.8125rem;height:4.8125rem;top:44.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9fNOr5H4iXGvEPHeOy6srbevCdT2MbO { width:4.8125rem;height:4.8125rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMeZmOKAyQ1pQMyOIGu4vQkzNybSJU6f { width:4.8125rem;height:4.8125rem;top:50.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGomd1hgUaquJohxVRGtB7be0CrpKB9p { width:4.8125rem;height:4.8125rem;top:50.25rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa { background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container { background-color: transparent; background-image: none; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container > .video-iframe-container { display: none; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row > .video-iframe-container { display: none; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .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); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container { border-width: 0; border-radius: 0; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5QJwEa72vqrJ2mWAtKhoaBdi6Lzbxqv { width:14.3125rem;height:3.41015625rem;top:8.75rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WqNRQoO8Ke4ogtySZhXyPeKf6aANQ9ih { width:9.125rem;height:4.5625rem;top:3.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJC1MXFLZvkDhUBNFrVrlg96FyfXdUEN { display:flex;width:1.25rem;height:1.25rem;top:14.75rem;left:15.6875rem;font-size:0.875rem; }
#aJC1MXFLZvkDhUBNFrVrlg96FyfXdUEN > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #U7NtyIUtnsFxn6w5OTsl5uUfTuuZOIIm { display:flex;width:1.25rem;height:1.25rem;top:14.75rem;left:6.25rem;font-size:0.875rem; }
#U7NtyIUtnsFxn6w5OTsl5uUfTuuZOIIm > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #fIpOUnowOD3PT4QgS8uB2ep6N4WENwzh { display:flex;width:1.25rem;height:1.25rem;top:14.75rem;left:9.3125rem;font-size:0.875rem; }
#fIpOUnowOD3PT4QgS8uB2ep6N4WENwzh > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #rN38rQsC7PQpK0DWZZiKDfhhwTLg2dT1 { display:flex;width:1.25rem;height:1.25rem;top:14.75rem;left:3.0625rem;font-size:0.875rem; }
#rN38rQsC7PQpK0DWZZiKDfhhwTLg2dT1 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #F81Q6JWEOBIykfBtSPVmy1zKpTa7QTqw { display:flex;width:1.25rem;height:1.25rem;top:14.6875rem;left:12.5625rem;font-size:0.875rem; }
#F81Q6JWEOBIykfBtSPVmy1zKpTa7QTqw > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #hG0RQUAcZfEunZXeWGTnrXZle5hdV06V { display:block; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V { border-width: 0; border-radius: 0; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row .container { width:20rem;height:7.25rem;border-top:0;border-left:0rem solid rgba(var(--color-tertiary-1),1);border-right:0rem solid rgba(var(--color-tertiary-1),1);border-bottom:0rem solid rgba(var(--color-tertiary-1),1);position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvFOuc1QaeP7cOAPBkiLfDtCGRP27BTS { width:10.625rem;height:1.125rem;top:0.3125rem;left:0rem;font-size:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ROTUGq0qf9y9ZTLyJGamw1JS1uCyOcxP { display:block; }
 }@media only screen and (max-width: 763px) { #aHTutFARUv4VoHTDozCnPmtuU7g8DUUP { width:6.6875rem;height:1.125rem;top:0.3125rem;left:13.3125rem;font-size:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #QR7IU9xuKUf5ay6TabdpwT8iSRKs0TLZ { display:block; }
 }@media only screen and (max-width: 763px) { #gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O { background-color: transparent; background-image: none; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container > .video-iframe-container { display: none; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row > .video-iframe-container { display: none; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .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); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container { width:20rem;height:4.4375rem;background-color:transparent;background-image:none;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVyo9XQny2TwgZXx6BgXPC6QTeoqln2d { width:16.75rem;height:2.9375rem;top:0rem;left:1.625rem;font-size:1.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.375rem 0.375rem 0.875rem rgba(var(--color-tertiary-4),0.32) ;display:block; }
 }@media only screen and (max-width: 763px) { #vkpS9Zhrh3gu5aUyeyiKk1cTqZ9Qlx4D { display:block; }
 }@media only screen and (max-width: 763px) { #kK3KRLZxnTgekEs4kEbrWRKlLeL1auOG { display:flex;width:1.5625rem;height:1.5625rem;top:0.75rem;left:3.125rem;font-size:0.625rem; }
 }