.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:204,233,255;--color-primary-1:102,188,255;--color-primary-2:0,144,255;--color-primary-3:0,143,255;--color-primary-4:0,36,64;--color-secondary-0:224,222,221;--color-secondary-1:151,145,141;--color-secondary-2:47,35,26;--color-secondary-3:24,18,13;--color-secondary-4:7,5,4;--color-tertiary-0:255,255,255;--color-tertiary-1:181,181,181;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Gotham;--paragraphs-font-family:Gotham; }@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:#000000;background-image:url("https://images.assets-landingi.com/uc/f724ec11-5387-401e-a6ce-71c7be7384d0/fundo.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { 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;z-index:auto;display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { background-color: transparent; background-image: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .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); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { border-width: 0; border-radius: 0; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#IW2eDDmbhUgC4r1HyaVThZDhUDZOXNbW { box-sizing:content-box;height:3.1875rem;width:74.875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:1.09375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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);display:block; }
#byX8OONe3tuJKxGB4DXvwZs6ZmCKerST { z-index:15012;top:1.6243566274643rem;left:54.623483657837rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-3),1), #2c2c79);background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-3),1), #2c2c79);background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-3),1), #2c2c79);background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-3),1), #2c2c79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#2c2c79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#2c2c79' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-3),1), #2c2c79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"gotham medium";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8123125rem;height:2.24935rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xNxhuJteRMeBKh1dN5A0n05QWgOaMr4Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OEcMGyWTmeVNcaSib3f5CMWfU8ZLBcS3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:2.0616321563721rem;left:26.312067031861rem;height:1.3997375rem;font-style:normal;display:block; }
#qNruI2SJG7HuyMG3eOhANvLLsgD7yaTh { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15020;opacity:1;top:1.999783039093rem;left:24.061849594116rem; }
#uUT799PuLH7pnphtwRvhOT4HNCr0H7sG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:2.0616321563721rem;left:17.437284469604rem;height:1.3997375rem;font-style:normal;display:block; }
#ccFKdFClDflP3BPMQ7tKBRnHFaGs5FWi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15019;opacity:1;top:1.999783039093rem;left:15.187067031861rem; }
#nueVEs35eiEJuq4AT4EePQTodtCyZqwe { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:2.05078125rem;left:4.8741321563721rem;height:1.3997375rem;font-style:normal;display:block; }
#phAZ7ekTGRcFKzSmSZgQZ28kSMBeJB2O { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15018;opacity:1;top:1.96875rem;left:2.5rem; }
#MCcJBhpyyN5o7rwTr4NTaUt1mqURdxUS { 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:51.6875rem;width:51.6875rem;top:0rem;left:-5.25rem;overflow:hidden;display:block; }
#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { position:relative;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:"open sans";height:42.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { color:rgba(var(--color-tertiary-0),1);display:block;width:27.683625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:29.4296875rem;left:39.72135925293rem;height:3.1480875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U3Ggb23sZW1e3K5dIkU97hzaW0lGBAFR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:17.1875rem;top:8.60546875rem;left:42.90625rem;overflow:hidden;display:block; }
#AIuN38BF333vglIJMuz3O9SGo5NlVN3S { position:absolute;display:block;z-index:15008;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:8.875rem;width:25.375rem;top:27.609375rem;left:9.864585876465rem;overflow:hidden;display:block; }
#gwKN0aTzk7wIOAtuilSHgixX9BLEzhCv { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:17.212240219116rem;left:35.15625rem;height:7.69925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKbQpJFv9ZzUlWwoXOQWacR2cHoFe8ZS { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8111875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:11.307292938233rem;left:3.3072929382324rem;height:2.44939375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GIvn1oU1pmtcbQtxz1rvrcuSDQtZSQRc { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:13.6171875rem;left:4.8984375rem;height:1.22514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aT2P6QZtfgc09BJw4TvGXX5ZXcZyucT7 { 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:1.625rem;width:1.625rem;top:11.084636688233rem;left:15.841148376465rem;overflow:hidden;display:block; }
#A39F4OWIJPrNDBPaBE7ZoxfT3v27l2ca { 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:49.4375rem;width:49.0625rem;top:0rem;left:-5.25rem;overflow:hidden;display:none; }
#V4bSGaahXNsSDUTgaC5ysN7cAVDEeLuG { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8111875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:11.307292938233rem;left:3.3072929382324rem;height:2.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TpphgISC6SeSPTvcgDE0PrNrTcSbuItJ { z-index:15012;top:1.6243566274643rem;left:54.623483657837rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-3),1), #2c2c79);background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-3),1), #2c2c79);background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-3),1), #2c2c79);background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-3),1), #2c2c79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#2c2c79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#2c2c79' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-3),1), #2c2c79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"gotham medium";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8123125rem;height:2.24935rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#gipXXzGCucaDZApr3AQNNxs6h1DUXVTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#afKrg6PhUqJRNdZ7da4Uz6y0venrR82q { box-sizing:content-box;height:3.1875rem;width:74.875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:1.09375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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);display:none; }
#bycThcMMn1WEmPcZh0eNmLkDzDa33gx2 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.683625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:29.4296875rem;left:39.72135925293rem;height:3.1480875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/889e6824-cc40-4c6c-9945-26e81cf32f19/background5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q.adaptive-delivery-prevent-bg, #y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q.lazyload, #y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q.lazyloading { background-image: none; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row .container { background-color: transparent; background-image: none; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row .container > .video-iframe-container { display: none; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row > .video-iframe-container { display: none; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .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); }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row .container { border-width: 0; border-radius: 0; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;position:relative;display:block; }#rO4Wf5kBT1q8cLOAxJdPfoVnbxxciIR4 { color:rgba(var(--color-primary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:6.3750004768369rem;left:12.15625rem;height:38.49435rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oO2gz0WHwnS2twdrKTildeUhrazaDym8 { 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:3.75rem;width:3.75rem;top:5.8125004768372rem;left:35.625rem;overflow:hidden;display:block; }
#R4yyJDddvDrNStnyAd2qF6fucRDemS4a { position:absolute;display:block;z-index:15003;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:4.125rem;width:4.125rem;top:24.70703125rem;left:35.4375rem;overflow:hidden;display:block; }
#CmpDlp6g84yZe63Azfz1OL0K4uMX3bBK { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:15.8125rem;left:35.75rem;overflow:hidden;display:block; }
#sffOsWFOEsokO0GiW7R3bK7VQOnIDunA { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:35.125003814698rem;left:35.625rem;overflow:hidden;display:block; }
#Ul6cEtfJDrzPTxp4bGbMvMrbg17xOyNC { z-index:15013;top:48.982595443726rem;left:25.029829025269rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-3),1), #2c2c79);background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-3),1), #2c2c79);background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-3),1), #2c2c79);background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-3),1), #2c2c79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#2c2c79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#2c2c79' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-3),1), #2c2c79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"gotham medium";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x67WSbUz0toLhQ7TJSce2sK15xQLmWNH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 { 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; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container { background-color: transparent; background-image: none; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container > .video-iframe-container { display: none; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row > .video-iframe-container { display: none; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .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); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container { border-width: 0; border-radius: 0; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#QGT8qgNfBxJkAbD4HlMpT4GgULrheENU { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-2),0.2), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-2),0.2), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-2),0.2), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-2),0.2), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.2)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.2)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-2),0.2), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.9375rem;width:18.75rem;top:16.125001192093rem;left:0rem;display:block; }
#qOumlAroGZh82fltdTSF9KxgEaQpvMf3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:34.125rem;left:1.875rem;height:2.2747375rem;font-style:normal;display:block; }
#hmpptmEa7ZLaf5NRsCizBlC8GxsFy9GT { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-primary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-primary-2),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.9375rem;width:18.75rem;top:16.125001192093rem;left:18.75rem;display:block; }
#beCfMeVKWTTceaXCI4n6LTGKdkK0f7EX { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(286deg, rgba(var(--color-primary-2),0.2), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(286deg, rgba(var(--color-primary-2),0.2), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(286deg, rgba(var(--color-primary-2),0.2), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(286deg, rgba(var(--color-primary-2),0.2), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.2)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.2)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(286deg, rgba(var(--color-primary-2),0.2), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.6875rem;width:18.75rem;top:16.375001192093rem;left:56.25rem;display:block; }
#sKJiuCyReP9fJ9fiVX0ex9L3z0EeRA0F { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.7866792678833rem;left:11.250001907349rem;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;text-align:center;text-align-last:center;display:block; }
#CC5zgCxuTAydanL7xTwCGaLRqQSgX7Zx { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(54deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.2));background-image: -moz-linear-gradient(54deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.2));background-image: -ms-linear-gradient(54deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.2));background-image: -o-linear-gradient(54deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-primary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-primary-2),0.2)' );";background-image: linear-gradient(54deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.75rem;width:18.75rem;top:16.250001192093rem;left:37.5rem;display:block; }
#kwzXdE7REcT3DLUx1IVhudk52X1zRBkm { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1230625rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:37.25rem;left:1.875rem;height:2.43608125rem;font-style:normal;display:block; }
#CHsdGdR9QlMNHoHUTJaxaOUUGn8bVMk6 { position:absolute;display:block;z-index:15026;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:13.8736875rem;width:7.9361875rem;top:17.872396469116rem;left:5.4036483764649rem;overflow:hidden;display:block; }
#LvwGuEzksXsh1h2vT0trUvhe063ZdFOL { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34.125rem;left:20.625rem;height:2.2747375rem;font-style:normal;display:block; }
#tmnHX61FDzQ8K8DIPKeCN709wAqhC7rd { color:rgba(var(--color-tertiary-0),1);display:block;width:11.124125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:37.25rem;left:20.625rem;height:2.43608125rem;font-style:normal;display:block; }
#WXhkiSFea8Je9uEBKhdpwN4n9TwIJdr5 { position:absolute;display:block;z-index:15027;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:16.875rem;width:16.875rem;top:16.375rem;left:19.6875rem;overflow:hidden;display:block; }
#T5VnWqmBLtDOb0ESrA5ggNhcIMMHNQTC { color:rgba(var(--color-tertiary-0),1);display:block;width:18.311625rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:34.125rem;left:39.375rem;height:2.2747375rem;font-style:normal;display:block; }
#XvLAJo5LG3yuQyo8cDnvxGmkHhL21cdA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1230625rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:37.24934899807rem;left:39.375001907349rem;height:2.43608125rem;font-style:normal;display:block; }
#n8iWAR2TlrFLA4DM5lQ684DIfVNTPCAA { position:absolute;display:block;z-index:15028;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:16.125rem;width:16.125rem;top:17.498699188233rem;left:38.8125rem;overflow:hidden;display:block; }
#Cq2rluH8MCaeU65kwA8N1EvSv0uAQbpy { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1230625rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:37.25rem;left:59.0625rem;height:2.43608125rem;font-style:normal;display:block; }
#WT2oMN0mXuStGT78FvinaC5Aq8FV1LQE { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:34.125rem;left:59.0625rem;height:2.2747375rem;font-style:normal;display:block; }
#RVDNoFlbdGhpZU4TFufAfD0nrGnrLP75 { position:absolute;display:block;z-index:15029;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:16rem;width:16rem;top:16.580730438233rem;left:57.625rem;overflow:hidden;display:block; }
#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K { position:relative;display:block; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K { background-color: transparent; background-image: none; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row .container > .video-iframe-container { display: none; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row > .video-iframe-container { display: none; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .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); }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K { border-width: 0; border-radius: 0; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#oyGEUp7sa93ZrDbAWGdvPEhXPrqrnQao { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:5.5104169845581rem;left:26.145835876465rem;height:3.1497375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TVTLk2glwdkZdlHaaREWHeurpBhZ5yJE { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:34.186199426651rem;left:27.500001907349rem;height:10.49625rem;text-align:left;text-align-last:left;display:block; }
#zuMaxz2VaznrTImv7KT2vB1qRvlGtcKr { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(110deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.81));background-image: -moz-linear-gradient(110deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.81));background-image: -ms-linear-gradient(110deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.81));background-image: -o-linear-gradient(110deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.81));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.81)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.81)' );";background-image: linear-gradient(110deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.81));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:36.5625rem;width:23.75rem;top:10.875rem;left:25.625rem;display:block; }
#rJHCtJKTUOHP0pP7btEi2dhM9yoLLyhH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15rem;width:15rem;top:12.75rem;left:30rem;overflow:hidden;display:block; }
#M44JGd789DuXEqXJ7IWqZXQsdMhkJLe2 { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:31.5625rem;left:27.5625rem;height:1.69921875rem;text-align:center;text-align-last:center;display:block; }
#p1hJ6mpuyX4QULWtD4Ge0K5w5QZPW0Dy { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:29rem;left:27.5625rem;height:2.55060625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xwd0zxEVTyV8i5l0GVi60cyscGl0ZB9B { box-sizing:content-box;height:1.7487rem;width:0.373698125rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.2109375rem;left:25.33464050293rem;display:block; }
#TQtDx7QN75yveWx3pObc7l2c1aP7UaLw { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:5.5104169845581rem;left:26.145835876465rem;height:3.1497375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#thOtTNQtT5tT3xaw2wxRSu9w266oniPf { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:31.5625rem;left:27.5625rem;height:1.69921875rem;text-align:center;text-align-last:center;display:none; }
#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC { position:relative;display:none; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC { border-width: 0; border-radius: 0; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .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; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ah6e6gBNts2LzirvT9w5Gb7yqxFaWa3X { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10.05078125rem;left:2.15625rem;height:4.19824375rem;font-style:normal;display:none; }
#bQ5ao7dTt7QllsXunuscGdsXiSeTINgq { 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:32rem;width:32rem;display:none; }
#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);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; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container { background-color: transparent; background-image: none; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container > .video-iframe-container { display: none; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row > .video-iframe-container { display: none; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .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); }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container { border-width: 0; border-radius: 0; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-form-header { font-size:0.75rem; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:41.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);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:41.4375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-text {padding-top: 0; padding-bottom: 0;}#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);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:41.4375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);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:41.4375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),0.4);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-select {padding-top: 0; padding-bottom: 0;}#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .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; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(13deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(13deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(13deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(13deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:41.4375rem;height:3.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;line-height:1; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),0.4);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),0.4);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),0.4);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),0.4);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:40.25rem;overflow:hidden;font-style:normal;float:none; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .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; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-container:first-of-type{padding-top:0;}#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-container:last-of-type{padding-bottom:0;}#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u  { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/abd32427-0748-4ba4-adfc-5adfca060a70/background4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;font-size:0.75rem;left:15.53125rem;top:13.061199188233rem;z-index:15004;position:absolute; }#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .adaptive-delivery-prevent-bg, #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .lazyload, #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .lazyloading { background-image: none; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:41.4375rem;display:block;vertical-align:top; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u {display:block;}#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/abd32427-0748-4ba4-adfc-5adfca060a70/background4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;font-size:0.75rem;left:15.53125rem;top:13.061199188233rem;z-index:15004;position:absolute; }#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u.adaptive-delivery-prevent-bg, #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u.lazyload, #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u.lazyloading { background-image: none; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #Rxn35npLrL1rvKzqxOCWOIsTlcaUGmAA { position:relative; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #kphfHORPxpPLUy3hGWt2JtcRyAzWLywx { position:relative;display:block; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #PvK6J11RHrlR2tgWsSdS59xcTmHAUmsg { position:relative; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #B7TnvrofkbRD9S0qpdFnsM66I9pG6Pw3 { position:relative; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #iumFrhvLT2wfDCsb4Q8nyw5XTZZPvqco { position:relative;display:block; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #olcuMHdTIPns2QTw6t61iJFwXbpftLWN { position:relative; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #G4GF62tzBXrbt4IldZdnpdewSktKvkxF { position:relative; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #hQpPPDB39e2mnVhylrSsr1U6khTdPVao { position:relative;display:block; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #MUSTtCmBpCtUSk9Sm688LrtrIRUPCTuA { position:relative; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #ydC9eVhkUac3tWvcqGUWJWawRscthzzX { position:relative; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #nKWCS359OnfyFW78pQduM0EDFOBqBilT { position:relative;display:block; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #VrbRG4CLfhOlU0Um2HEwuQAn0Ts4SBZt { position:relative; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #zGK92zzQBwuJmNFWZsn52x2b8npTCmia { position:relative; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #S86OSBOUukJGfJfudhaGW0w3O8zMupg7 { position:relative; }
#Ux1sKCUOXGwlgNO5rQutLeeH5LwHyITD { color:rgba(var(--color-tertiary-0),1);display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:5.2708435058594rem;left:17.28125rem;height:6.18608125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DvHEQD2hz9CvTPST4MxVtdTLddRu3EzR { box-sizing:content-box;height:5.3125rem;width:0.4375rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.7083339691162rem;left:15.53125rem;display:block; }
#EXBL7cw2lEdUFM547Tuxpf5RDFtecBon { color:rgba(var(--color-tertiary-0),1);display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:5.2708435058594rem;left:17.28125rem;height:6.18608125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SqrEJ3lIeBEpox8QTaDl5tBWTfLnGKAq { box-sizing:content-box;height:1.7487rem;width:0.373698125rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.2109375rem;left:25.33464050293rem;display:none; }
#PkCU76Xib2vMTuuP1uA8O4Wu3lsRfT4v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#PkCU76Xib2vMTuuP1uA8O4Wu3lsRfT4v > .row .container { background-color: transparent; background-image: none; }#PkCU76Xib2vMTuuP1uA8O4Wu3lsRfT4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkCU76Xib2vMTuuP1uA8O4Wu3lsRfT4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkCU76Xib2vMTuuP1uA8O4Wu3lsRfT4v > .row .container > .video-iframe-container { display: none; }#PkCU76Xib2vMTuuP1uA8O4Wu3lsRfT4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkCU76Xib2vMTuuP1uA8O4Wu3lsRfT4v > .row > .video-iframe-container { display: none; }#PkCU76Xib2vMTuuP1uA8O4Wu3lsRfT4v > .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); }#PkCU76Xib2vMTuuP1uA8O4Wu3lsRfT4v > .row .container { border-width: 0; border-radius: 0; }#PkCU76Xib2vMTuuP1uA8O4Wu3lsRfT4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PkCU76Xib2vMTuuP1uA8O4Wu3lsRfT4v > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#LfUhv5vIWtZ0CIQkKVOsOLBCk1Ev3ezT { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.6875rem;top:2.4375rem;left:37.5rem;overflow:hidden;display:block; }
#P0Phix9tAkv5BZC5XqCSKBFQQFQyP8Fe { box-sizing:content-box;height:2.5625rem;width:0.125rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.125rem;left:36.125rem;display:block; }
#RaDsv4vIT61LKMdw7dL8FTQEuzJHrTqy { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:6.0625rem;top:2.4375rem;left:28.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IW2eDDmbhUgC4r1HyaVThZDhUDZOXNbW { top:1.0625rem;left:0rem;width:47.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byX8OONe3tuJKxGB4DXvwZs6ZmCKerST { top:1.5625rem;left:28rem;width:19.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNxhuJteRMeBKh1dN5A0n05QWgOaMr4Z { display:block; }
 }@media only screen and (max-width: 763px) { #OEcMGyWTmeVNcaSib3f5CMWfU8ZLBcS3 { width:12rem;height:1.375rem;top:2rem;left:12.68620300293rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNruI2SJG7HuyMG3eOhANvLLsgD7yaTh { top:1.9375rem;left:10.436849594116rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUT799PuLH7pnphtwRvhOT4HNCr0H7sG { width:8.3125rem;height:1.375rem;top:2rem;left:3.8122844696045rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccFKdFClDflP3BPMQ7tKBRnHFaGs5FWi { top:1.9375rem;left:1.5620670318604rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nueVEs35eiEJuq4AT4EePQTodtCyZqwe { width:9rem;height:1.375rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phAZ7ekTGRcFKzSmSZgQZ28kSMBeJB2O { top:1.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCcJBhpyyN5o7rwTr4NTaUt1mqURdxUS { top:0rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:27.625rem;height:3.125rem;top:29.375rem;left:20.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3Ggb23sZW1e3K5dIkU97hzaW0lGBAFR { top:8.5625rem;left:26.4375rem;width:17.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIuN38BF333vglIJMuz3O9SGo5NlVN3S { top:27.5625rem;left:0rem;width:25.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwKN0aTzk7wIOAtuilSHgixX9BLEzhCv { width:36.8125rem;height:7.6875rem;top:17.1875rem;left:10.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKbQpJFv9ZzUlWwoXOQWacR2cHoFe8ZS { width:13.75rem;height:2.4375rem;top:11.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIvn1oU1pmtcbQtxz1rvrcuSDQtZSQRc { width:10.625rem;height:1.1875rem;top:13.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT2P6QZtfgc09BJw4TvGXX5ZXcZyucT7 { top:11.0625rem;left:2.2161483764649rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A39F4OWIJPrNDBPaBE7ZoxfT3v27l2ca { top:0rem;left:0rem;width:45.25rem;height:45.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4bSGaahXNsSDUTgaC5ysN7cAVDEeLuG { width:8.4375rem;height:2.4375rem;top:17.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpphgISC6SeSPTvcgDE0PrNrTcSbuItJ { top:1.5625rem;left:28rem;width:19.75rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gipXXzGCucaDZApr3AQNNxs6h1DUXVTT { display:block; }
 }@media only screen and (max-width: 763px) { #afKrg6PhUqJRNdZ7da4Uz6y0venrR82q { top:1.0625rem;left:0rem;width:47.625rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bycThcMMn1WEmPcZh0eNmLkDzDa33gx2 { width:17.0625rem;height:3.625rem;top:34.1875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q { display:block; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rO4Wf5kBT1q8cLOAxJdPfoVnbxxciIR4 { top:6.375rem;left:0rem;width:47.75rem;height:38.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO2gz0WHwnS2twdrKTildeUhrazaDym8 { top:5.8125rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4yyJDddvDrNStnyAd2qF6fucRDemS4a { top:24.6875rem;left:21.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmpDlp6g84yZe63Azfz1OL0K4uMX3bBK { top:15.8125rem;left:22.0625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sffOsWFOEsokO0GiW7R3bK7VQOnIDunA { top:35.125rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul6cEtfJDrzPTxp4bGbMvMrbg17xOyNC { top:48.9375rem;left:9.375rem;width:24.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x67WSbUz0toLhQ7TJSce2sK15xQLmWNH { display:block; }
 }@media only screen and (max-width: 763px) { #O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 { display:block; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGT8qgNfBxJkAbD4HlMpT4GgULrheENU { width:18.75rem;height:26.9375rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOumlAroGZh82fltdTSF9KxgEaQpvMf3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmpptmEa7ZLaf5NRsCizBlC8GxsFy9GT { width:18.75rem;height:26.9375rem;top:16.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beCfMeVKWTTceaXCI4n6LTGKdkK0f7EX { width:18.75rem;height:26.6875rem;top:16.375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKJiuCyReP9fJ9fiVX0ex9L3z0EeRA0F { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC5zgCxuTAydanL7xTwCGaLRqQSgX7Zx { width:18.75rem;height:26.75rem;top:16.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwzXdE7REcT3DLUx1IVhudk52X1zRBkm { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHsdGdR9QlMNHoHUTJaxaOUUGn8bVMk6 { top:17.8125rem;left:0rem;width:7.875rem;height:13.766722253286rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvwGuEzksXsh1h2vT0trUvhe063ZdFOL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmnHX61FDzQ8K8DIPKeCN709wAqhC7rd { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXhkiSFea8Je9uEBKhdpwN4n9TwIJdr5 { top:16.375rem;left:6.0625rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5VnWqmBLtDOb0ESrA5ggNhcIMMHNQTC { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvLAJo5LG3yuQyo8cDnvxGmkHhL21cdA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8iWAR2TlrFLA4DM5lQ684DIfVNTPCAA { top:17.4375rem;left:25.1875rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq2rluH8MCaeU65kwA8N1EvSv0uAQbpy { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT2oMN0mXuStGT78FvinaC5Aq8FV1LQE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVDNoFlbdGhpZU4TFufAfD0nrGnrLP75 { top:16.5625rem;left:31.75rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K { display:block; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyGEUp7sa93ZrDbAWGdvPEhXPrqrnQao { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTLk2glwdkZdlHaaREWHeurpBhZ5yJE { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuMaxz2VaznrTImv7KT2vB1qRvlGtcKr { width:23.75rem;height:36.5625rem;top:10.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJHCtJKTUOHP0pP7btEi2dhM9yoLLyhH { top:12.474609375rem;left:1.125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M44JGd789DuXEqXJ7IWqZXQsdMhkJLe2 { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1hJ6mpuyX4QULWtD4Ge0K5w5QZPW0Dy { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwd0zxEVTyV8i5l0GVi60cyscGl0ZB9B { top:6.1875rem;left:11.70964050293rem;width:0.3125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQtDx7QN75yveWx3pObc7l2c1aP7UaLw { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #thOtTNQtT5tT3xaw2wxRSu9w266oniPf { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC { display:none; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ah6e6gBNts2LzirvT9w5Gb7yqxFaWa3X { width:15.9375rem;height:12.125rem;top:3.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ5ao7dTt7QllsXunuscGdsXiSeTINgq { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 { display:block; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-regular-label { display:block;width:41.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-text { width:41.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-text {padding-top: 0; padding-bottom: 0;}#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-textarea { width:41.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-select { width:41.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-select {padding-top: 0; padding-bottom: 0;}#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-button { width:41.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-checkbox-label { width:40.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u  { width:41.4375rem;height:24.625rem;top:13rem;left:1.90625rem; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .radio-container { width:41.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u {display:block;}#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u { width:41.4375rem;height:24.625rem;top:13rem;left:1.90625rem; }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #Rxn35npLrL1rvKzqxOCWOIsTlcaUGmAA {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #kphfHORPxpPLUy3hGWt2JtcRyAzWLywx {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #PvK6J11RHrlR2tgWsSdS59xcTmHAUmsg {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #B7TnvrofkbRD9S0qpdFnsM66I9pG6Pw3 {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #iumFrhvLT2wfDCsb4Q8nyw5XTZZPvqco {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #olcuMHdTIPns2QTw6t61iJFwXbpftLWN {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #G4GF62tzBXrbt4IldZdnpdewSktKvkxF {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #hQpPPDB39e2mnVhylrSsr1U6khTdPVao { display:block; }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #MUSTtCmBpCtUSk9Sm688LrtrIRUPCTuA {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #ydC9eVhkUac3tWvcqGUWJWawRscthzzX {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #nKWCS359OnfyFW78pQduM0EDFOBqBilT {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #VrbRG4CLfhOlU0Um2HEwuQAn0Ts4SBZt {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #zGK92zzQBwuJmNFWZsn52x2b8npTCmia {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #S86OSBOUukJGfJfudhaGW0w3O8zMupg7 {  }
 }@media only screen and (max-width: 763px) { #Ux1sKCUOXGwlgNO5rQutLeeH5LwHyITD { top:5.25rem;left:3.65625rem;width:36.0625rem;height:6.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvHEQD2hz9CvTPST4MxVtdTLddRu3EzR { top:5.6875rem;left:1.90625rem;width:0.4375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXBL7cw2lEdUFM547Tuxpf5RDFtecBon { top:1.375rem;left:0rem;width:14.375rem;height:13.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SqrEJ3lIeBEpox8QTaDl5tBWTfLnGKAq { top:6.1875rem;left:11.70964050293rem;width:0.3125rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkCU76Xib2vMTuuP1uA8O4Wu3lsRfT4v { display:block; }#PkCU76Xib2vMTuuP1uA8O4Wu3lsRfT4v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfUhv5vIWtZ0CIQkKVOsOLBCk1Ev3ezT { top:2.4375rem;left:23.875rem;width:8.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Phix9tAkv5BZC5XqCSKBFQQFQyP8Fe { top:2.125rem;left:22.5rem;width:0.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaDsv4vIT61LKMdw7dL8FTQEuzJHrTqy { top:2.4375rem;left:15.1875rem;width:6.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { background-color: transparent; background-image: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .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); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IW2eDDmbhUgC4r1HyaVThZDhUDZOXNbW { width:18.875rem;height:2.9375rem;top:1.186967253685rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #byX8OONe3tuJKxGB4DXvwZs6ZmCKerST { top:1.75rem;left:1.125rem;width:17.6875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNxhuJteRMeBKh1dN5A0n05QWgOaMr4Z { display:block; }
 }@media only screen and (max-width: 763px) { #OEcMGyWTmeVNcaSib3f5CMWfU8ZLBcS3 { width:12rem;height:1.04980625rem;top:23.467447280884rem;left:8rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qNruI2SJG7HuyMG3eOhANvLLsgD7yaTh { display:flex;width:1.5625rem;height:1.5625rem;top:23.404947280884rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUT799PuLH7pnphtwRvhOT4HNCr0H7sG { width:9.5rem;height:1.3994125rem;top:23.467447280884rem;left:10.5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ccFKdFClDflP3BPMQ7tKBRnHFaGs5FWi { display:flex;width:1.5625rem;height:1.5625rem;top:23.404947280884rem;left:15.186199188233rem;display:none; }
 }@media only screen and (max-width: 763px) { #nueVEs35eiEJuq4AT4EePQTodtCyZqwe { width:7.875rem;height:1.3994125rem;top:23.45703125rem;left:4.8736991882324rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #phAZ7ekTGRcFKzSmSZgQZ28kSMBeJB2O { display:flex;width:1.5625rem;height:1.5625rem;top:23.375rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCcJBhpyyN5o7rwTr4NTaUt1mqURdxUS { width:20rem;height:20rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f724ec11-5387-401e-a6ce-71c7be7384d0/fundo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.14); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.14); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:17.1235625rem;height:0;top:34.298648834229rem;left:1.4373222589493rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U3Ggb23sZW1e3K5dIkU97hzaW0lGBAFR { width:10rem;height:1.875rem;top:1.9973959922791rem;left:5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AIuN38BF333vglIJMuz3O9SGo5NlVN3S { width:14.25rem;height:4.625rem;top:27.158205032349rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwKN0aTzk7wIOAtuilSHgixX9BLEzhCv { width:20rem;height:3.98698125rem;top:4.9342451095581rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKbQpJFv9ZzUlWwoXOQWacR2cHoFe8ZS { width:8.499625rem;height:0;top:19.570311069489rem;left:1.4364346265793rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GIvn1oU1pmtcbQtxz1rvrcuSDQtZSQRc { width:10.625rem;height:0;top:25.0078125rem;left:5.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aT2P6QZtfgc09BJw4TvGXX5ZXcZyucT7 { width:1.62464375rem;height:1.62464375rem;top:15.123402118683rem;left:5.436789393425rem;display:none; }
 }@media only screen and (max-width: 763px) { #A39F4OWIJPrNDBPaBE7ZoxfT3v27l2ca { width:20rem;height:20.1875rem;top:9.80078125rem;left:0rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V4bSGaahXNsSDUTgaC5ysN7cAVDEeLuG { width:8.49875rem;height:0;top:15.754616260529rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15004;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #TpphgISC6SeSPTvcgDE0PrNrTcSbuItJ { top:39.373223304749rem;left:1.1550070047379rem;width:17.6873125rem;height:2.6242875rem;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00ff20, #252e0a);background-image: -moz-linear-gradient(216deg, #00ff20, #252e0a);background-image: -ms-linear-gradient(216deg, #00ff20, #252e0a);background-image: -o-linear-gradient(216deg, #00ff20, #252e0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff20', endColorstr='#252e0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff20', endColorstr='#252e0a' );";background-image: linear-gradient(216deg, #00ff20, #252e0a);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gipXXzGCucaDZApr3AQNNxs6h1DUXVTT { display:block; }
 }@media only screen and (max-width: 763px) { #afKrg6PhUqJRNdZ7da4Uz6y0venrR82q { width:18.9373125rem;height:3.75rem;top:38.754437446594rem;left:0.47318887710571rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #bycThcMMn1WEmPcZh0eNmLkDzDa33gx2 { width:17.1226875rem;height:3.64583125rem;top:33.671226501465rem;left:1.4381511211395rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15003;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q { display:block; }#y5I70kMrxvgNdiQGcKuq7RxnU7vggm0q > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rO4Wf5kBT1q8cLOAxJdPfoVnbxxciIR4 { width:20rem;height:38.3239rem;top:4.4371452331543rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oO2gz0WHwnS2twdrKTildeUhrazaDym8 { width:3.125rem;height:3.125rem;top:3.7473387718201rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4yyJDddvDrNStnyAd2qF6fucRDemS4a { width:3.125rem;height:3.125rem;top:24.43536901474rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmpDlp6g84yZe63Azfz1OL0K4uMX3bBK { width:3.125rem;height:3.125rem;top:13.435723781586rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #sffOsWFOEsokO0GiW7R3bK7VQOnIDunA { width:3.125rem;height:3.125rem;top:34.311965942382rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul6cEtfJDrzPTxp4bGbMvMrbg17xOyNC { top:48.9375rem;left:0rem;width:19rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x67WSbUz0toLhQ7TJSce2sK15xQLmWNH { display:block; }
 }@media only screen and (max-width: 763px) { #O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/c9f18345-bea5-42cc-a9a1-c12a99b244a4/backgroundlpmobile4.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9.adaptive-delivery-prevent-bg, #O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9.lazyload, #O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9.lazyloading { background-image: none; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container { background-color: transparent; background-image: none; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container > .video-iframe-container { display: none; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row > .video-iframe-container { display: none; }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .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); }#O25ZhElaTzRIzA28Mc3kzW8lWQ5vJnX9 > .row .container { width:20rem;height:108.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGT8qgNfBxJkAbD4HlMpT4GgULrheENU { width:20rem;height:18.4375rem;top:14.345703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOumlAroGZh82fltdTSF9KxgEaQpvMf3 { width:16.25rem;height:1.9504625rem;top:26.408203125rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hmpptmEa7ZLaf5NRsCizBlC8GxsFy9GT { width:20rem;height:12.125rem;top:46.908875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #beCfMeVKWTTceaXCI4n6LTGKdkK0f7EX { width:20rem;height:24.124625rem;top:84.500177383425rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKJiuCyReP9fJ9fiVX0ex9L3z0EeRA0F { width:18.4375rem;height:6.2961875rem;top:1.9353694915771rem;left:0.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CC5zgCxuTAydanL7xTwCGaLRqQSgX7Zx { width:20rem;height:98rem;top:10.595703125rem;left:0rem;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(139deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.2));background-image: -moz-linear-gradient(139deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.2));background-image: -ms-linear-gradient(139deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.2));background-image: -o-linear-gradient(139deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-primary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-primary-2),0.2)' );";background-image: linear-gradient(139deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.2));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kwzXdE7REcT3DLUx1IVhudk52X1zRBkm { width:14.25rem;height:1.2180375rem;top:28.357421875rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CHsdGdR9QlMNHoHUTJaxaOUUGn8bVMk6 { width:7.875rem;height:13.766625rem;top:12.03125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvwGuEzksXsh1h2vT0trUvhe063ZdFOL { width:15rem;height:1.9504625rem;top:52.345524787903rem;left:2.4999998807907rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmnHX61FDzQ8K8DIPKeCN709wAqhC7rd { width:11.0625rem;height:2.43608125rem;top:55.031960487366rem;left:4.468217253685rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WXhkiSFea8Je9uEBKhdpwN4n9TwIJdr5 { width:16.875rem;height:16.875rem;top:34.533018827438rem;left:1.5616122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5VnWqmBLtDOb0ESrA5ggNhcIMMHNQTC { width:18.25rem;height:1.9504625rem;top:76.780891418456rem;left:0.87357950210569rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvLAJo5LG3yuQyo8cDnvxGmkHhL21cdA { width:11.0625rem;height:2.43608125rem;top:79.280891418456rem;left:4.468217253685rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8iWAR2TlrFLA4DM5lQ684DIfVNTPCAA { width:16.125rem;height:16.125rem;top:60.656966209412rem;left:1.9362570047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq2rluH8MCaeU65kwA8N1EvSv0uAQbpy { width:11.0625rem;height:2.43608125rem;top:102.5947265625rem;left:5.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WT2oMN0mXuStGT78FvinaC5Aq8FV1LQE { width:13rem;height:1.9504625rem;top:99.845703125rem;left:4.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVDNoFlbdGhpZU4TFufAfD0nrGnrLP75 { width:16rem;height:16rem;top:83.845703125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K { display:block; }#J2U1Oh50HP7GMGBAC9PryPHlg9kSmP6K > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyGEUp7sa93ZrDbAWGdvPEhXPrqrnQao { width:12.25rem;height:0;top:4.3125rem;left:5.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TVTLk2glwdkZdlHaaREWHeurpBhZ5yJE { width:17.5rem;height:9.84375rem;top:31.871446847916rem;left:1.2491122484207rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuMaxz2VaznrTImv7KT2vB1qRvlGtcKr { width:20rem;height:31.1875rem;top:13.249467134476rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJHCtJKTUOHP0pP7btEi2dhM9yoLLyhH { width:15rem;height:15rem;top:10.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M44JGd789DuXEqXJ7IWqZXQsdMhkJLe2 { width:17.5rem;height:0;top:28.299892663956rem;left:1.2491122484207rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1hJ6mpuyX4QULWtD4Ge0K5w5QZPW0Dy { width:17.5rem;height:2.55060625rem;top:26.31125664711rem;left:1.2491122484207rem;font-size:1.5rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Xwd0zxEVTyV8i5l0GVi60cyscGl0ZB9B { width:0.125rem;height:2.6875rem;top:2.8107299804688rem;left:9.8117898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQtDx7QN75yveWx3pObc7l2c1aP7UaLw { width:12.249625rem;height:2.74858125rem;top:6.9371452331544rem;left:3.874289393425rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15017;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #thOtTNQtT5tT3xaw2wxRSu9w266oniPf { width:17.5rem;height:1.487925rem;top:28.299892663956rem;left:1.2491122484207rem;font-size:0.875rem;z-index:15022;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0090ff, #002440);background-image: -moz-linear-gradient(180deg, #0090ff, #002440);background-image: -ms-linear-gradient(180deg, #0090ff, #002440);background-image: -o-linear-gradient(180deg, #0090ff, #002440);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff', endColorstr='#002440' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff', endColorstr='#002440' );";background-image: linear-gradient(180deg, #0090ff, #002440);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row .container { background-color: transparent; background-image: none; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row .container > .video-iframe-container { display: none; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row > .video-iframe-container { display: none; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .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); }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row .container { border-width: 0; border-radius: 0; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGbcF3E6G69Dsn1yWH6IiZOrJPBLtzaC > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ah6e6gBNts2LzirvT9w5Gb7yqxFaWa3X { width:15.9375rem;height:12.180375rem;top:8.31233215332rem;left:2.0312498807907rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #bQ5ao7dTt7QllsXunuscGdsXiSeTINgq { top:2.3588533401489rem;left:7.8124994039538rem;width:4.375rem;height:4.375rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c9f18345-bea5-42cc-a9a1-c12a99b244a4/backgroundlpmobile4.webp");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4.adaptive-delivery-prevent-bg, #h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4.lazyload, #h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4.lazyloading { background-image: none; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container { background-color: transparent; background-image: none; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container > .video-iframe-container { display: none; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row > .video-iframe-container { display: none; }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .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); }#h60ryOt2IpU7UrMLHm2cOGyKKQ6E43m4 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-text {padding-top: 0; padding-bottom: 0;}#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-select {padding-top: 0; padding-bottom: 0;}#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u  { width:17.5rem;height:auto;top:20.733306884766rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u {display:block;}#hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u { width:17.5rem;height:auto;top:20.733306884766rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none; }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #Rxn35npLrL1rvKzqxOCWOIsTlcaUGmAA {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #kphfHORPxpPLUy3hGWt2JtcRyAzWLywx {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #PvK6J11RHrlR2tgWsSdS59xcTmHAUmsg {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #B7TnvrofkbRD9S0qpdFnsM66I9pG6Pw3 {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #iumFrhvLT2wfDCsb4Q8nyw5XTZZPvqco {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #olcuMHdTIPns2QTw6t61iJFwXbpftLWN {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #G4GF62tzBXrbt4IldZdnpdewSktKvkxF {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #hQpPPDB39e2mnVhylrSsr1U6khTdPVao { display:block; }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #MUSTtCmBpCtUSk9Sm688LrtrIRUPCTuA {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #ydC9eVhkUac3tWvcqGUWJWawRscthzzX {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #nKWCS359OnfyFW78pQduM0EDFOBqBilT {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #VrbRG4CLfhOlU0Um2HEwuQAn0Ts4SBZt {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #zGK92zzQBwuJmNFWZsn52x2b8npTCmia {  }
 }@media only screen and (max-width: 763px) { #hwyABV6TWDLC771yWzV2Dsa8DmXWyF8u #S86OSBOUukJGfJfudhaGW0w3O8zMupg7 {  }
 }@media only screen and (max-width: 763px) { #Ux1sKCUOXGwlgNO5rQutLeeH5LwHyITD { width:13.5rem;height:0;top:6.125rem;left:3.25rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DvHEQD2hz9CvTPST4MxVtdTLddRu3EzR { width:0.125rem;height:3.125rem;top:11.357421875rem;left:9.9058946371081rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXBL7cw2lEdUFM547Tuxpf5RDFtecBon { width:14.375rem;height:13.19954375rem;top:1.1478934288025rem;left:2.8124998807907rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SqrEJ3lIeBEpox8QTaDl5tBWTfLnGKAq { width:0.12429rem;height:2.687325rem;top:15.789239883423rem;left:9.9378551244737rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #PkCU76Xib2vMTuuP1uA8O4Wu3lsRfT4v { display:block; }#PkCU76Xib2vMTuuP1uA8O4Wu3lsRfT4v > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfUhv5vIWtZ0CIQkKVOsOLBCk1Ev3ezT { width:8.6875rem;height:1.875rem;top:8.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Phix9tAkv5BZC5XqCSKBFQQFQyP8Fe { width:0.125rem;height:2.5625rem;top:4.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaDsv4vIT61LKMdw7dL8FTQEuzJHrTqy { width:6.0625rem;height:2rem;top:1.25rem;left:6.9375rem;display:block; }
 }