.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:249,243,230;--color-primary-1:232,218,205;--color-primary-2:224,196,131;--color-primary-3:162,123,62;--color-primary-4:45,39,26;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:221,225,228;--color-tertiary-1:142,156,164;--color-tertiary-2:29,56,73;--color-tertiary-3:15,28,37;--color-tertiary-4:4,8,11;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { background-color: transparent; background-image: none; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container > .video-iframe-container { display: none; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row > .video-iframe-container { display: none; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .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); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { border-width: 0; border-radius: 0; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#w4mXtuq0FNno02UTdkNxQuAGchvFlE9H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm.adaptive-delivery-prevent-bg, #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm.lazyload, #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm.lazyloading { background-image: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { background-color: transparent; background-image: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container > .video-iframe-container { display: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row > .video-iframe-container { display: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .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); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { border-width: 0; border-radius: 0; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#e2kU5DfVmM9xc7HcdecCfQLWVRynz9zt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/99ccc315-5cde-44d2-b256-47ed3fdc5451/hero.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.11); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.11); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.6875rem;left:44rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUp5UykzVuL6J89EuzrUmJ48AppkieoA { color:#ffffff;display:block;width:7.871125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.375rem;left:38.0625rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #962d53, #4a1429);background-image: -moz-linear-gradient(180deg, #962d53, #4a1429);background-image: -ms-linear-gradient(180deg, #962d53, #4a1429);background-image: -o-linear-gradient(180deg, #962d53, #4a1429);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#962d53', endColorstr='#4a1429' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#962d53', endColorstr='#4a1429' );";background-image: linear-gradient(180deg, #962d53, #4a1429);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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.371125rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.0625rem;left:41.375rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qoU0IcfZgahpwJhRpJ887A0n3a0Sar08 { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:24.1875rem;left:57.0625rem;height:2.11154375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gyFvfJHPSl9WrvTKG8X0Ac7icc3mbo7o { position:absolute;display:block;z-index:15010;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:10.125rem;width:20.9375rem;top:7.8125rem;left:41.125rem;overflow:hidden;display:block; }
#Lp0mzIIDNdBEDczmmwaKNeaS8eiDSqBv { box-sizing:content-box;height:3.6875rem;width:33.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0.72);background-image:none;box-shadow: none;border-top:0.125rem solid #a82456;border-left:0.125rem solid #a82456;border-right:0.125rem solid #a82456;border-bottom:0.125rem solid #a82456;top:23.375rem;left:35.25rem;display:block; }
#A9trewscb78PbmukZrHHzafT7xcWK59U { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:19.5rem;left:45.0625rem;height:1.46195rem;text-align:right;text-align-last:right;display:block; }
#TRPJ7JOiRfstvkr1QBatptb9nsSMbL7e { 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:15017;opacity:1;top:19.4375rem;left:45.25rem; }
#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3809e7d5-2a67-4e64-8df0-0b49cf495547/bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.adaptive-delivery-prevent-bg, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyload, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyloading { background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { background-color: transparent; background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .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); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { border-width: 0; border-radius: 0; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { box-sizing:content-box;height:43.3125rem;width:35.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:58.1875rem;left:39.375rem;display:none; }
#dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { box-sizing:content-box;height:18.875rem;width:32.9375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/bf9e3dbd-9735-45df-b371-8014c15bda39/14.crop_1022x463_0,440.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:63.75rem;left:40.75rem;display:none; }#dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.adaptive-delivery-prevent-bg, #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.lazyload, #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.lazyloading { background-image: none; }
#rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:59.5625rem;left:50.9375rem;height:2.92358125rem;text-align:center;text-align-last:center;display:none; }
#DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:11.4375rem;top:82.625rem;left:41.875rem;overflow:hidden;display:none; }
#M1V55aWzBGoWsSU40f9944FTLIv0rBPG { color:rgba(var(--color-tertiary-2),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.9;letter-spacing:0;top:84.5rem;left:57.0625rem;height:8.5498rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { color:rgba(var(--color-tertiary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:84.5rem;left:61rem;height:8.5498rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mgkHLcNupNmU4Fr3M91pJiEtnKNuxwA2 { color:#872746;display:block;width:33.375rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.8749980926514rem;left:20.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iwK2wntFp8oGuWZTRsOGz9LFcOyigAN8 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:9.4375rem;left:3.3125rem;height:6.6493125rem;text-align:center;text-align-last:center;display:block; }
#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/928b7251-36ec-4320-84ff-3358c520132a/Screenshot20260323174934.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE.adaptive-delivery-prevent-bg, #Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE.lazyload, #Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE.lazyloading { background-image: none; }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .row .container { background-color: transparent; background-image: none; }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .row .container > .video-iframe-container { display: none; }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .row > .video-iframe-container { display: none; }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .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); }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .row .container { border-width: 0; border-radius: 0; }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9742d54e-8aab-453e-bdbc-c9ecc5fc0d9d/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI.adaptive-delivery-prevent-bg, #BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI.lazyload, #BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI.lazyloading { background-image: none; }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .row .container { background-color: transparent; background-image: none; }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .row .container > .video-iframe-container { display: none; }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .row > .video-iframe-container { display: none; }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .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); }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .row .container { border-width: 0; border-radius: 0; }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI::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; }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .row .container { font-size:0.875rem;font-family:arial;height:103.6875rem;width:75rem;position:relative;display:block; }#RhwlukNd2qkTlqzBlsKJPOKoJ6PVqMiS { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.0615234375rem;left:20.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ORVMGWrcUfTzRpCCNtVvB0KMXwnhLLrq { box-sizing:content-box;height:23.8125rem;width:39.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e2a26280-a167-4b84-ba34-60d13e4d620a/noroot.crop_1440x745_0,0");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:0rem;display:block; }#ORVMGWrcUfTzRpCCNtVvB0KMXwnhLLrq.adaptive-delivery-prevent-bg, #ORVMGWrcUfTzRpCCNtVvB0KMXwnhLLrq.lazyload, #ORVMGWrcUfTzRpCCNtVvB0KMXwnhLLrq.lazyloading { background-image: none; }
#FyH9LXibhwIBWWMRJK0KsJEnAN4IhTT4 { box-sizing:content-box;height:10.25rem;width:16.8125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/57e02764-e345-4469-914a-9a6a71f27603/noroot.crop_1440x576_0,0");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:40.625rem;display:block; }#FyH9LXibhwIBWWMRJK0KsJEnAN4IhTT4.adaptive-delivery-prevent-bg, #FyH9LXibhwIBWWMRJK0KsJEnAN4IhTT4.lazyload, #FyH9LXibhwIBWWMRJK0KsJEnAN4IhTT4.lazyloading { background-image: none; }
#NyUVZPOXn8X40WckiU9kT9NOJC5kVwGr { box-sizing:content-box;height:10.25rem;width:16.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/40ce912e-e5e0-406a-b861-409812769a38/noroot.crop_1440x558_0,0");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:58.1875rem;display:block; }#NyUVZPOXn8X40WckiU9kT9NOJC5kVwGr.adaptive-delivery-prevent-bg, #NyUVZPOXn8X40WckiU9kT9NOJC5kVwGr.lazyload, #NyUVZPOXn8X40WckiU9kT9NOJC5kVwGr.lazyloading { background-image: none; }
#of7otFhRNOiGquCmBI93AqJtOatvZU18 { color:rgba(var(--color-secondary-0),1);display:block;width:17.3125rem;position:absolute;font-family:oswald;font-size:2.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.375rem;left:48.96875rem;height:2.68084375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7EIogbXsTosQE0XCgVO2pExBnzTwQSr { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15197;opacity:1;top:29.25rem;left:47.25rem; }
#qhHBIAIRFwpzho3V7dOzfzcdaUvdws20 { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15185;line-height:1.3;letter-spacing:0;top:29.4375rem;left:48.0625rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#J8l0SoblacmWWdmJIp59gPEgBWT6SJIm { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:29.1875rem;left:54.375rem; }
#cQcWDeqxufbTVGQWPNfAoCGMpzyGQwgA { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:29.4375rem;left:55.25rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#vI9H5fHigsaTnmTbt4uRKSq4iR1wOByM { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15199;opacity:1;top:29.25rem;left:61.8125rem; }
#G0E3LHE23w6MDWBTMohyCtTDiaDUhq9k { color:#ffffff;display:block;width:6rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:29.4375rem;left:63.9375rem;height:1.137875rem;text-align:left;text-align-last:left;display:block; }
#MrDl5bpTPKTtDPq390au4wNkSgJsRZQS { box-sizing:content-box;height:0.125rem;width:30.5625rem;position:absolute;display:block;z-index:15200;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.3125rem;left:42.15625rem;display:block; }
#kXh2aRD3tfA0SS3WFAAFm36o1PVRAXhi { box-sizing:content-box;height:0.125rem;width:30.5625rem;position:absolute;display:block;z-index:15201;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.5625rem;left:42.1875rem;display:block; }
#OsMu0ggifrAUN5DZkIJ77s5E6IbO7qPV { color:#ffffff;display:block;width:7.871125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:34.125rem;left:43.8125rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xoQw0DmBAAE5MgQTI6kM335IXwBmEDqJ { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.4375rem;left:49.75rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLnevQDkJIq3EdGh5Ptsg07iC7cT7Ual { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.9375rem;left:62.8125rem;height:2.11154375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h5auvsD0w1tTOyEVXv8R38a1h61uRac9 { box-sizing:content-box;height:23.8125rem;width:39.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/48ec1199-2104-4b32-86b2-5aa80c474dee/noroot.crop_1440x616_0,0");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.9375rem;left:0rem;display:block; }#h5auvsD0w1tTOyEVXv8R38a1h61uRac9.adaptive-delivery-prevent-bg, #h5auvsD0w1tTOyEVXv8R38a1h61uRac9.lazyload, #h5auvsD0w1tTOyEVXv8R38a1h61uRac9.lazyloading { background-image: none; }
#p3PKocTbfSN26yMgdbiGfZgnQVSeF8TK { box-sizing:content-box;height:10.25rem;width:16.8125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b77c27fb-453a-416d-89d7-ca9c6de6ab2d/noroot.crop_1440x886_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.9375rem;left:40.625rem;display:block; }#p3PKocTbfSN26yMgdbiGfZgnQVSeF8TK.adaptive-delivery-prevent-bg, #p3PKocTbfSN26yMgdbiGfZgnQVSeF8TK.lazyload, #p3PKocTbfSN26yMgdbiGfZgnQVSeF8TK.lazyloading { background-image: none; }
#cJHIDJSsTPhVpDKTJdtmTFHOZttCLf69 { box-sizing:content-box;height:10.25rem;width:16.8125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/78f34453-04bf-453b-add0-8be16889fd59/noroot.crop_1440x1044_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.9375rem;left:58.1875rem;display:block; }#cJHIDJSsTPhVpDKTJdtmTFHOZttCLf69.adaptive-delivery-prevent-bg, #cJHIDJSsTPhVpDKTJdtmTFHOZttCLf69.lazyload, #cJHIDJSsTPhVpDKTJdtmTFHOZttCLf69.lazyloading { background-image: none; }
#HW9txukdc3uK5a04k2AqofQzZa2Ls77I { box-sizing:content-box;height:0.125rem;width:30.5625rem;position:absolute;display:block;z-index:15213;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.6875rem;left:42.375rem;display:block; }
#oqFw289TKfQTKGNwAJAhdM6hMWrJzPcy { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:63.5625rem;left:49.9375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QgtdZ9k4415kDwMqrlz5HSqoZHFKwSw8 { color:#ffffff;display:block;width:7.871125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:64.25rem;left:44rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ShlzrAi6mtkcMcA0342FHwAH7122c6XR { box-sizing:content-box;height:0.125rem;width:30.5625rem;position:absolute;display:block;z-index:15212;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.4375rem;left:42.3125rem;display:block; }
#xvaxIEGBq01mFPLOhJ6TEwTxrT8A80SC { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15209;opacity:1;top:59.375rem;left:47.4375rem; }
#qyyl3ybBI0iT6umCgoZfO1Ch8VFUbKu7 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15210;opacity:1;top:59.3125rem;left:54.5625rem; }
#TKWyMpFNFBaiQgI8GZrpTkeodXbVrJE5 { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15197;line-height:1.3;letter-spacing:0;top:59.5625rem;left:48.375rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#QLneat2bcnKDDx8W6z5HuNA7u50DMyTU { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:59.5625rem;left:55.5625rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#DqRPJxcbniPLE3I2s5AVCJAVi68BWIz5 { color:rgba(var(--color-secondary-0),1);display:block;width:17.3125rem;position:absolute;font-family:oswald;font-size:2.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:55.5rem;left:49.125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#efA0mFNxK0pLaOvGORnbWNeHNKMpWkze { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15211;opacity:1;top:59.375rem;left:62rem; }
#TL6DtJMsVsr7kq4NVzRd3wxulK3OSpQu { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:64.0625rem;left:63rem;height:2.11154375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixnFZO836VC6Lq6vspPTdlzSkR9Ree7O { color:#ffffff;display:block;width:6rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15200;line-height:1.3;letter-spacing:0;top:59.5625rem;left:64.125rem;height:1.137875rem;text-align:left;text-align-last:left;display:block; }
#x3eUKmGv2bqS0X9PSq780Z1QO2kJkzW3 { box-sizing:content-box;height:23.8125rem;width:39.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/91d301c5-2ac5-4643-8d65-97c2da5cf05c/noroot.crop_1440x756_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:73.25rem;left:0rem;display:block; }#x3eUKmGv2bqS0X9PSq780Z1QO2kJkzW3.adaptive-delivery-prevent-bg, #x3eUKmGv2bqS0X9PSq780Z1QO2kJkzW3.lazyload, #x3eUKmGv2bqS0X9PSq780Z1QO2kJkzW3.lazyloading { background-image: none; }
#iBvh6ksP8P2416fJpuclFyrIh6s28BnH { box-sizing:content-box;height:10.25rem;width:16.8125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/08acbecb-43df-4c45-b5eb-f16805136fd9/noroot.crop_1440x749_0,0");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:73.25rem;left:40.625rem;display:block; }#iBvh6ksP8P2416fJpuclFyrIh6s28BnH.adaptive-delivery-prevent-bg, #iBvh6ksP8P2416fJpuclFyrIh6s28BnH.lazyload, #iBvh6ksP8P2416fJpuclFyrIh6s28BnH.lazyloading { background-image: none; }
#DDCoCrNJDUTOFatTuZIT32ndGr1shm3R { color:rgba(var(--color-secondary-0),1);display:block;width:17.3125rem;position:absolute;font-family:oswald;font-size:2.0625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:85.8125rem;left:49.125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqzlIKFZgiky6qscTEmOOwiprsOANlxK { box-sizing:content-box;height:10.25rem;width:16.8125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/566ac692-2960-4578-8b7c-8a73e8be18e8/noroot.crop_1440x752_0,0");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:73.25rem;left:58.1875rem;display:block; }#ZqzlIKFZgiky6qscTEmOOwiprsOANlxK.adaptive-delivery-prevent-bg, #ZqzlIKFZgiky6qscTEmOOwiprsOANlxK.lazyload, #ZqzlIKFZgiky6qscTEmOOwiprsOANlxK.lazyloading { background-image: none; }
#Ho97ofi6Ve3dFvFuyHs2snNTtQ5RX7Ru { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15224;opacity:1;top:89.6875rem;left:47.4375rem; }
#FoNm3xg4quKSPQ9uKVxdbEM8L7kSPSOw { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15225;opacity:1;top:89.625rem;left:54.5625rem; }
#tmEizTG0ig1qq4vzGFTTBLnvSuTF4J0t { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15212;line-height:1.3;letter-spacing:0;top:89.875rem;left:48.4375rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#IRhBaL8fOfuuNEN74KTFxwUhtP3gNyUl { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15213;line-height:1.3;letter-spacing:0;top:89.875rem;left:55.625rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#hCKopAtO32bEfXI81KlBuUyCZ1IVGdCz { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15226;opacity:1;top:89.6875rem;left:62rem; }
#NDaPbWv33rPTUDavGaBWQLwyk5AMyEur { color:#ffffff;display:block;width:6rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15215;line-height:1.3;letter-spacing:0;top:89.875rem;left:64.125rem;height:1.137875rem;text-align:left;text-align-last:left;display:block; }
#btdP0xCTeTnnaEZSSrWGcqTqkmIr8rnZ { box-sizing:content-box;height:0.125rem;width:30.5625rem;position:absolute;display:block;z-index:15227;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:93.75rem;left:42.3125rem;display:block; }
#gQ5kccEITSnmXTCSO7KzPKCsar2a5QIQ { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:93.875rem;left:50.1875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fW3z88bK0iQR9QA2lRhgeRp2dJJyzLE1 { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:94.375rem;left:61.8125rem;height:2.11154375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IX743OXU1sNZxMtPr0fsWqUeBUXzDNvv { color:#ffffff;display:block;width:7.871125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:94.5625rem;left:45.125rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QU1x94mw7TerbIsQaq7C1EamDahtOfmh { box-sizing:content-box;height:0.125rem;width:30.5625rem;position:absolute;display:block;z-index:15228;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:97rem;left:42.375rem;display:block; }
#KRgGDczTVB3tBZKLI0hfSNyiFPiP4lxK { box-sizing:content-box;height:23.8125rem;width:39.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:0rem;display:none; }#KRgGDczTVB3tBZKLI0hfSNyiFPiP4lxK.adaptive-delivery-prevent-bg, #KRgGDczTVB3tBZKLI0hfSNyiFPiP4lxK.lazyload, #KRgGDczTVB3tBZKLI0hfSNyiFPiP4lxK.lazyloading { background-image: none; }
#KC82rq9xpWo4LbrHfBs0pASQDrvAB1rx { box-sizing:content-box;height:10.25rem;width:16.8125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:40.625rem;display:none; }
#yX0QVsXJCCTrU032JsTVt604Zg5tGm7X { box-sizing:content-box;height:10.25rem;width:16.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:58.1875rem;display:none; }
#vOO8lcKrRqvAJCQ6Loqdp8fHNQef2mfO { color:rgba(var(--color-secondary-0),1);display:block;width:17.3125rem;position:absolute;font-family:oswald;font-size:2.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.375rem;left:48.96875rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KMgTzwLdemuPwIdVZgNz9LT26AEP1C3D { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15197;opacity:1;top:29.25rem;left:47.25rem;display:none; }
#ThNAiBpM1Zq0pmI6LT5H45nLaRaqiwsJ { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15185;line-height:1.3;letter-spacing:0;top:29.4375rem;left:48.0625rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#oUXRqHTymGza6xpvQL6xTEmbEiIswT3p { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:29.1875rem;left:54.375rem;display:none; }
#CFZ7zJDOTh8Kqm5WsRMoeE5avDu8W76P { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:29.4375rem;left:55.25rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#lLWw5AGhl15NN8JTa5f7yK6rRAoKs0iP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15199;opacity:1;top:29.25rem;left:61.8125rem;display:none; }
#Z7gtDovq23wPkDbuZNHHReC2yZtTphEq { box-sizing:content-box;height:0.125rem;width:30.5625rem;position:absolute;display:block;z-index:15200;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.3125rem;left:42.15625rem;display:none; }
#u90pGTGDrHIdvDynaCPp1oyOx9u2JNN8 { color:#ffffff;display:block;width:6rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:29.4375rem;left:63.9375rem;height:1.13671875rem;text-align:left;text-align-last:left;display:none; }
#vuxIbIp7nuqGCDuJeSZbTaTBkBCOyAer { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.4375rem;left:49.75rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#waNqXGUkC6nLtqVN0y5Rny8FkWrfb9TJ { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.9375rem;left:62.8125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XAw0If3sl7ptPcZK8qWP32G1tx07qN8V { color:#ffffff;display:block;width:7.871125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:34.125rem;left:43.8125rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BqpJlCIy2aGvZRJreoXoUBPgHnk3ySRD { box-sizing:content-box;height:0.125rem;width:30.5625rem;position:absolute;display:block;z-index:15201;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.5625rem;left:42.1875rem;display:none; }
#gwAPcF1owirR2nMMoSIVXwf93cpOwZTw { box-sizing:content-box;height:23.8125rem;width:39.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:0rem;display:none; }#gwAPcF1owirR2nMMoSIVXwf93cpOwZTw.adaptive-delivery-prevent-bg, #gwAPcF1owirR2nMMoSIVXwf93cpOwZTw.lazyload, #gwAPcF1owirR2nMMoSIVXwf93cpOwZTw.lazyloading { background-image: none; }
#KpSrl6mD3RASHXJwwwCraTiaRkaX56ax { box-sizing:content-box;height:10.25rem;width:16.8125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:40.625rem;display:none; }
#QR9pKI5oRImITcLIuy1zDwsILuICmgNa { box-sizing:content-box;height:10.25rem;width:16.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:58.1875rem;display:none; }
#sCAxfOKV8JPfJvBfT7r3XgZzsBCddvTf { color:rgba(var(--color-secondary-0),1);display:block;width:17.3125rem;position:absolute;font-family:oswald;font-size:2.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.375rem;left:48.96875rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oUuOgqkum2EuCk6d1TaFXVDwiQLKVrzd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15197;opacity:1;top:29.25rem;left:47.25rem;display:none; }
#ywsL0TVfD1L7fkNv4MnLBTCG3aAwtlST { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15185;line-height:1.3;letter-spacing:0;top:29.4375rem;left:48.0625rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#DNUCWMmT0QztXFidxBVDTIxTC8GRJxZZ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:29.1875rem;left:54.375rem;display:none; }
#M6Z1l1HVN6bfAxZ0ve0bCFKQUlENSIdb { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:29.4375rem;left:55.25rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#LPUDX6qhNO3QrgeDwDXtMr4C8H2oqtTO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15199;opacity:1;top:29.25rem;left:61.8125rem;display:none; }
#xWgbLtuKHB22mRFBREQ8oKslg5REnciF { box-sizing:content-box;height:0.125rem;width:30.5625rem;position:absolute;display:block;z-index:15200;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.3125rem;left:42.15625rem;display:none; }
#FgMw32Z66qM3nkF5cWt4XrBCpu6MZndV { color:#ffffff;display:block;width:6rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:29.4375rem;left:63.9375rem;height:1.13671875rem;text-align:left;text-align-last:left;display:none; }
#hzN1GsECAxMQIaHbcbQZ2sosLT3Kp6xg { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.4375rem;left:49.75rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HNPN5TondMuwtnygTZwekUcV1V1fSJQP { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.9375rem;left:62.8125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pr3TupMEGqU5Q8Dq7NwCQXkRCXb4tyBg { color:#ffffff;display:block;width:7.871125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:34.125rem;left:43.8125rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FiDS76sauKxBWK1d3WCwHFIXSPvwO9yR { box-sizing:content-box;height:0.125rem;width:30.5625rem;position:absolute;display:block;z-index:15201;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.5625rem;left:42.1875rem;display:none; }
#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .row .container { background-color: transparent; background-image: none; }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .row .container > .video-iframe-container { display: none; }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .row > .video-iframe-container { display: none; }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .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); }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .row .container { border-width: 0; border-radius: 0; }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#vn4fVWzyI7xupbeI7TN1aZrH6AEla9O7 { 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:30.625rem;width:21.75rem;top:1.6875rem;left:53.25rem;overflow:hidden;display:block; }
#Rm5CsID4l2JZ1cwWT8ETsF50SxNNO4bi { color:#4a1429;display:block;width:28.625rem;position:absolute;font-family:marcellus;font-size:3.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:8.6113125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NtLKTflm3KFr5VPATtXw1HH18Cl5N3EJ { color:#7f2141;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:2.1932875rem;display:block; }
#zXpo4pVau4TQEQou3AbbckM2ffmDUaqm { color:#000000;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.443359375rem;left:0rem;height:1.54369375rem;display:block; }
#wh3Rqf1ii4M9VLhmFAbN8mh5ME9xhoDr { color:#000000;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.8125rem;left:22.375rem;height:1.54369375rem;display:block; }
#XGqKQHrkGBTd1pdkfwCNy34LrOwlXhLg { color:#7f2141;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.3125rem;left:22.375rem;height:2.1933625rem;display:block; }
#egxnWLpSVlbbR2IPo1Anvi1WpfcgnPaH { color:#000000;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.4375rem;left:42.6875rem;height:1.54369375rem;display:block; }
#tsApRXkXknxffOrMVfy0DT1hcS4ZU2dN { color:#7f2141;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.9375rem;left:42.6875rem;height:2.1933625rem;display:block; }
#iWiJTv0prsFP5wab9JtGkfJ0ZiMr3ENT { color:#7f2141;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.375rem;left:0rem;height:2.1933625rem;display:block; }
#v2mUwcmZsckRKB5wClWrXN1aHh6BH6hZ { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26rem;left:0rem;height:3.0873875rem;display:block; }
#wFEKsaAR2WT0tT5scrV74XR1kEUcckyz { color:#7f2141;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.375rem;left:22.375rem;height:2.1933625rem;display:block; }
#ZzuFyFVsCI3GEDbG2QpZnVpzmcvn1e9g { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26rem;left:22.375rem;height:3.0873875rem;display:block; }
#AdAV8Slnim8UIt1U31UZepgOpsDNhCxP { color:#7f2141;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.375rem;left:42.6875rem;height:2.1933625rem;display:block; }
#mdKTUVkhorLJBMNr26WTsZB3NwOAiZca { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26rem;left:42.6875rem;height:3.0873875rem;display:block; }
#Im1s23kQoT669bHwnQc9TPDrAx3uTxDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f97032a-de14-4e77-8eb5-fed67095c78c/bg4.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Im1s23kQoT669bHwnQc9TPDrAx3uTxDd.adaptive-delivery-prevent-bg, #Im1s23kQoT669bHwnQc9TPDrAx3uTxDd.lazyload, #Im1s23kQoT669bHwnQc9TPDrAx3uTxDd.lazyloading { background-image: none; }#Im1s23kQoT669bHwnQc9TPDrAx3uTxDd > .row .container { background-color: transparent; background-image: none; }#Im1s23kQoT669bHwnQc9TPDrAx3uTxDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.3); }#Im1s23kQoT669bHwnQc9TPDrAx3uTxDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Im1s23kQoT669bHwnQc9TPDrAx3uTxDd > .row .container > .video-iframe-container { display: none; }#Im1s23kQoT669bHwnQc9TPDrAx3uTxDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.3); }#Im1s23kQoT669bHwnQc9TPDrAx3uTxDd > .row > .video-iframe-container { display: none; }#Im1s23kQoT669bHwnQc9TPDrAx3uTxDd > .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); }#Im1s23kQoT669bHwnQc9TPDrAx3uTxDd > .row .container { border-width: 0; border-radius: 0; }#Im1s23kQoT669bHwnQc9TPDrAx3uTxDd::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; }#Im1s23kQoT669bHwnQc9TPDrAx3uTxDd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Im1s23kQoT669bHwnQc9TPDrAx3uTxDd > .row .container { font-size:0.875rem;font-family:arial;height:81.5rem;width:75rem;position:relative;display:block; }#pQZpMfQQUOQK0GIXqUvtfyapRrSwm0nD { color:#262813;display:block;width:20rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:27.5rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KiHUuHsvAnUUZ1K4ftl4BepCP7ZVZ1nt { box-sizing:content-box;height:15.625rem;width:49.6875rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/567e9915-0ca3-46dc-8cf8-ed993eccf5c3/202511303.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.5625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KiHUuHsvAnUUZ1K4ftl4BepCP7ZVZ1nt.adaptive-delivery-prevent-bg, #KiHUuHsvAnUUZ1K4ftl4BepCP7ZVZ1nt.lazyload, #KiHUuHsvAnUUZ1K4ftl4BepCP7ZVZ1nt.lazyloading { background-image: none; }
#G8ByVzFkCL1mw6upTl6JgzOgeTsGiK6d { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/c64df3bc-c4e2-49c2-b8f8-8e06337997bd/noroot.crop_1440x752_0,0");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#G8ByVzFkCL1mw6upTl6JgzOgeTsGiK6d.adaptive-delivery-prevent-bg, #G8ByVzFkCL1mw6upTl6JgzOgeTsGiK6d.lazyload, #G8ByVzFkCL1mw6upTl6JgzOgeTsGiK6d.lazyloading { background-image: none; }
#BF6m62gFt6dyxkxxaum7MDTuTfOdWkvD { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/1f7be058-b734-4668-9e2c-4d62debe6c0a/noroot.crop_1440x749_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.125rem;left:25.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BF6m62gFt6dyxkxxaum7MDTuTfOdWkvD.adaptive-delivery-prevent-bg, #BF6m62gFt6dyxkxxaum7MDTuTfOdWkvD.lazyload, #BF6m62gFt6dyxkxxaum7MDTuTfOdWkvD.lazyloading { background-image: none; }
#FNJVuKTDSTPCxLZ6FH9JVTntLB3nzmhH { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/9fc01441-a653-4bf3-a0db-a5cd6f00b4c8/noroot.crop_1440x652_0,0");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.125rem;left:50.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FNJVuKTDSTPCxLZ6FH9JVTntLB3nzmhH.adaptive-delivery-prevent-bg, #FNJVuKTDSTPCxLZ6FH9JVTntLB3nzmhH.lazyload, #FNJVuKTDSTPCxLZ6FH9JVTntLB3nzmhH.lazyloading { background-image: none; }
#xr6FSkcmOZATDg0Oqqar2tQZwghpKvbl { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/54c1ef2b-ad0d-43db-a9f1-85c80812722c/noroot.crop_1440x749_0,0");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.5625rem;left:50.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xr6FSkcmOZATDg0Oqqar2tQZwghpKvbl.adaptive-delivery-prevent-bg, #xr6FSkcmOZATDg0Oqqar2tQZwghpKvbl.lazyload, #xr6FSkcmOZATDg0Oqqar2tQZwghpKvbl.lazyloading { background-image: none; }
#ssDosVlabHwBGv5EyQfOthEUhWLncdly { color:#7f2141;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:46.25rem;left:16.375rem;height:1.78746875rem;font-style:normal;display:block; }
#eIHOiMhaKeQrg0SUQ7T3mwFPEf60NHap { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:48.75rem;left:16.375rem;height:3.0873875rem;font-style:normal;display:block; }
#krJVpMpyceJiNO00ooc2eKzaXC5kILkn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:48.8125rem;left:42.375rem;height:10.80585625rem;font-style:normal;display:block; }
#CnbygWHz9OT3o3qVZoozhHDUZf5wWwgg { color:#7f2141;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:46.3125rem;left:42.375rem;height:1.78746875rem;font-style:normal;display:block; }
#Tt4sEpSuM8FRtfTcF4be9MQXIimIXp2O { color:#7f2141;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:54.125rem;left:16.375rem;height:1.78746875rem;font-style:normal;display:block; }
#wTiTADJnNQorcSL3qLTRlmztJtKgR5ny { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:56.6875rem;left:16.375rem;height:10.80585625rem;font-style:normal;display:block; }
#UzXpspiZW4KIO82BEBoDrlgkV3Kp8FDx { color:#7f2141;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:61.875rem;left:42.375rem;height:1.78746875rem;font-style:normal;display:block; }
#XATWNshNp7EakFkioFrLIwDeCSicWacv { color:#000000;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:64.4375rem;left:42.375rem;height:4.63108125rem;font-style:normal;display:block; }
#BtOAI2mvfchMsA8Nn7sfCdEywzeDHeXm { color:#000000;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:72.4375rem;left:16.375rem;height:4.63108125rem;font-style:normal;display:block; }
#xLbBxwSRGrfO7caIFuJl9FehTU03mtRB { color:#7f2141;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:69.875rem;left:16.375rem;height:1.78746875rem;font-style:normal;display:block; }
#qS6mXnyvB5mWifgpnmv8VqN39I9D4e38 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:73.875rem;left:42.375rem;height:1.54369375rem;font-style:normal;display:block; }
#EVrv5KIANM65K60UT5hgxuxgIFgJyXr7 { color:#7f2141;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:71.3125rem;left:42.375rem;height:1.78746875rem;font-style:normal;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d9c6441-a326-4eab-bc53-92917881466e/6.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-0),1);border-left:0rem solid rgba(var(--color-secondary-0),1);border-right:0rem solid rgba(var(--color-secondary-0),1);border-bottom:0rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.25rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-0),1);border-left:0rem solid rgba(var(--color-secondary-0),1);border-right:0rem solid rgba(var(--color-secondary-0),1);border-bottom:0rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #962d53, #4a1429);background-image: -moz-linear-gradient(180deg, #962d53, #4a1429);background-image: -ms-linear-gradient(180deg, #962d53, #4a1429);background-image: -o-linear-gradient(180deg, #962d53, #4a1429);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#962d53', endColorstr='#4a1429' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#962d53', endColorstr='#4a1429' );";background-image: linear-gradient(180deg, #962d53, #4a1429);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:20.4375rem;height:3rem;font-family:marcellus;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-secondary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5621948242188rem;left:47.936923503876rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-secondary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5621948242188rem;left:47.936923503876rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-secondary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.5rem;left:51.25rem;height:1.95023125rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-secondary-0),1);display:block;width:28.3125rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.3740234375rem;left:5.12451171875rem;height:6rem;font-style:normal;display:block; }
#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9742d54e-8aab-453e-bdbc-c9ecc5fc0d9d/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm.adaptive-delivery-prevent-bg, #nrQTCC81XgsvTTM1T13FTIHBQyioNzDm.lazyload, #nrQTCC81XgsvTTM1T13FTIHBQyioNzDm.lazyloading { background-image: none; }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .row .container { background-color: transparent; background-image: none; }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(74,20,41,0.09); }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .row .container > .video-iframe-container { display: none; }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(74,20,41,0.09); }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .row > .video-iframe-container { display: none; }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .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); }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .row .container { border-width: 0; border-radius: 0; }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm::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; }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .row .container { font-size:0.875rem;font-family:arial;height:78.25rem;width:75rem;position:relative;display:block; }#ftZg5WN6s8fo09QOELwtXOtVeoCvpmuI { color:#ffffff;display:block;width:20rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:27.5rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#noDBuCF3KZz7BhStzNLQJsqyNTMik0rp { position:absolute;display:block;z-index:15002;height:37.5rem;width:75rem;top:28.875rem;left:0rem;display:block; }
#SlsMQuuneUgPEPvL4EZVEbSMrVgm6x96 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#B99XTb6vWS2KtyIGLSOuGVU30wCcCM0I { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #929292);background-image: -moz-linear-gradient(180deg, #ffffff, #929292);background-image: -ms-linear-gradient(180deg, #ffffff, #929292);background-image: -o-linear-gradient(180deg, #ffffff, #929292);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#929292' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#929292' );";background-image: linear-gradient(180deg, #ffffff, #929292);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: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#7f2141;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:70.4375rem;left:25.46875rem;display:block; }
#zrOSPeAtv5d8hQhtVpuuSxkmN7a0vsZ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p1dmmHg4KfUpL5LTz5TcGJUdMtK6BJGk { box-sizing:content-box;height:6.4375rem;width:6.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/53e72217-b3d4-45ad-a262-c95cfc3ddff2/icon05.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1875rem;left:9.25rem;display:block; }#p1dmmHg4KfUpL5LTz5TcGJUdMtK6BJGk.adaptive-delivery-prevent-bg, #p1dmmHg4KfUpL5LTz5TcGJUdMtK6BJGk.lazyload, #p1dmmHg4KfUpL5LTz5TcGJUdMtK6BJGk.lazyloading { background-image: none; }
#nkZaluKttApbnODdSIiyLwPiAAND3Mni { box-sizing:content-box;height:6.4375rem;width:6.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/49af3caa-9e29-48a4-9842-e53396b64c2e/icon06.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1875rem;left:26.5625rem;display:block; }#nkZaluKttApbnODdSIiyLwPiAAND3Mni.adaptive-delivery-prevent-bg, #nkZaluKttApbnODdSIiyLwPiAAND3Mni.lazyload, #nkZaluKttApbnODdSIiyLwPiAAND3Mni.lazyloading { background-image: none; }
#TDAVdDcASOKKnDrPhl5SHDoMb6deVbcr { box-sizing:content-box;height:6.4375rem;width:6.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/0fd6ce04-f0fb-497c-a03d-91a41f482a12/icon07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1875rem;left:42.3125rem;display:block; }#TDAVdDcASOKKnDrPhl5SHDoMb6deVbcr.adaptive-delivery-prevent-bg, #TDAVdDcASOKKnDrPhl5SHDoMb6deVbcr.lazyload, #TDAVdDcASOKKnDrPhl5SHDoMb6deVbcr.lazyloading { background-image: none; }
#cBMZ19LJWxhlnElMJCyy7H8Cam0XJecp { box-sizing:content-box;height:6.4375rem;width:6.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/a0d9824e-e111-4131-998e-7cbe4c9f8d1c/icon08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1875rem;left:59.0625rem;display:block; }#cBMZ19LJWxhlnElMJCyy7H8Cam0XJecp.adaptive-delivery-prevent-bg, #cBMZ19LJWxhlnElMJCyy7H8Cam0XJecp.lazyload, #cBMZ19LJWxhlnElMJCyy7H8Cam0XJecp.lazyloading { background-image: none; }
#N0yyma6UqzmGqz9TJPs3XSKxfa6JGxQ0 { color:rgba(var(--color-secondary-0),1);display:block;width:7.9375rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.625rem;left:8.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#U4KpFNdAmR0O19LgWdyP1Pvr0SAcfT5E { color:rgba(var(--color-secondary-0),1);display:block;width:7.9375rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.625rem;left:25.8125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#gQNlNhmVxMTfERtMc1O7DD8Vio43qWwc { color:rgba(var(--color-secondary-0),1);display:block;width:7.9375rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.625rem;left:41.5625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#tVzlhrtpp6FEfdKxqzB6OIoTcgtJSSha { color:rgba(var(--color-secondary-0),1);display:block;width:7.9375rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:58.3125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#aPAomXIgeN1HXLQ6WXoCQBXic1DRvPLB { color:rgba(var(--color-secondary-0),1);display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.25rem;left:6.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gDdsD5dngzhVKXOfEbFcT0dMSD0mCNge { color:rgba(var(--color-secondary-0),1);display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.25rem;left:23.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s9dsFmrrk3mItmXL3fFDkJhrU86PHDOy { color:rgba(var(--color-secondary-0),1);display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22.25rem;left:39.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JovLK15C1pTT4kcm4eEEhKQh8zp1TeAs { color:rgba(var(--color-secondary-0),1);display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.25rem;left:55.03125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iJVuZ0N04csaQUegHpEPequRLIMBW2hp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba3d841a-c657-42d7-b5d3-16458693214d/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp.adaptive-delivery-prevent-bg, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyload, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyloading { background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { background-color: transparent; background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.08); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.08); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .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); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { border-width: 0; border-radius: 0; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp::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; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#s3uU1glT3beET59mQruzVPeay9XkFAH8 { color:#7f2141;display:block;width:44.875rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:3.75rem;left:16.875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#weRmBImZl3HqTwe2zqJfZv32ovexZTz3 { box-sizing:content-box;height:26.5625rem;width:74.75rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #7f2141;border-left:0.125rem solid #7f2141;border-right:0.125rem solid #7f2141;border-bottom:0.125rem solid #7f2141;top:13.125rem;left:0rem;display:block; }
#H5EVWBHn2T3u849tXzi4poyytHwa5raq { color:rgba(var(--color-tertiary-4),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.9239rem;display:block; }
#ntwEcBZTkOkbqvycmyg7ZWtiwVf941XT { color:rgba(var(--color-tertiary-4),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:20.75rem;left:3.09375rem;height:1.95023125rem;font-style:normal;display:block; }
#irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { color:rgba(var(--color-tertiary-4),1);display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:35.9375rem;left:3.09375rem;height:1.29980625rem;display:block; }
#tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { color:#000000;display:block;width:42.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15064;line-height:1.1;letter-spacing:0;top:7.8125rem;left:16.3125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:2.2;letter-spacing:0;top:27.1875rem;left:3.09375rem;height:6.597225rem;display:block; }
#ITbkCweB1vC8AFODqGFI80v5BnbOJyST { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.47468125rem;display:block; }
#AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.47468125rem;display:block; }
#lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15069;line-height:2.2;letter-spacing:0;top:27.1875rem;left:19.65625rem;height:6.597225rem;display:block; }
#R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.47468125rem;display:block; }
#KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:2.2;letter-spacing:0;top:27.1875rem;left:37.46875rem;height:6.597225rem;display:block; }
#mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15073;background-color:#7f2141;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.625rem;left:3.125rem;display:block; }
#xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:29.5625rem;left:61.0849609375rem; }
#veO96uXwGJIbwyuT9xBdauguzoMeLt3I { position:absolute;display:block;z-index:15041;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:10.8125rem;width:13.125rem;top:28.875rem;left:61.085054580479rem;overflow:hidden;display:block; }
#TgoZ25h73xasn72pVfmOpCGfCor3hk3A { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.923825rem;display:none; }
#ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:35.9375rem;left:3.09375rem;height:1.29980625rem;display:none; }
#E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { color:rgba(var(--color-tertiary-4),1);display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15067;line-height:1.7;letter-spacing:0;top:41.6875rem;left:0rem;height:2.97598125rem;display:block; }
#ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:3.75rem;left:14.125rem; }
#PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#r1QVy53oTnKzQAnz6hsd4MH1si2GyTts { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#izF9coy0VVpTc0Oe0dmkQkWPf3JizBZd { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#PyZei5JeT6DGyRbGtSfoPg9N0ZEi2y7W { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.625rem;left:3.125rem;display:none; }
#vqKR1CWIMv5AbDbDhxdgFDUWfvL0l8Di { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#XUqKgqswMrlWFCDyZbaSFxFxv6DbGDbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#D3PFwOKpRnAg4It8CSCKBWJMWk66SnQQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#OIveT9l9kTyUyi1a6nm0OvEm6HxAUKtn { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#T86nCDZpI63O79h8nQmgBFET4NW7xJU5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#tQbHD9W5asTCqTplCNGOMCBX7qbc9Vv4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.923825rem;display:none; }
#PTgDXv9TUJmzUJFbMW8aLT9XlIk3nJLI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #962d53, #4a1429);background-image: -moz-linear-gradient(180deg, #962d53, #4a1429);background-image: -ms-linear-gradient(180deg, #962d53, #4a1429);background-image: -o-linear-gradient(180deg, #962d53, #4a1429);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#962d53', endColorstr='#4a1429' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#962d53', endColorstr='#4a1429' );";background-image: linear-gradient(180deg, #962d53, #4a1429);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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:48.6875rem;left:27.3134765625rem;display:block; }
#oxJHQnBTlr7wz87VRSJvdawlkeiURfJs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:#999999;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV { display:block; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mXtuq0FNno02UTdkNxQuAGchvFlE9H { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm { display:block; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2kU5DfVmM9xc7HcdecCfQLWVRynz9zt { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:23.6875rem;left:30.375rem;width:15.125rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUp5UykzVuL6J89EuzrUmJ48AppkieoA { top:24.375rem;left:24.4375rem;width:7.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:20.3125rem;height:3.125rem;top:30.0625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #qoU0IcfZgahpwJhRpJ887A0n3a0Sar08 { top:24.1875rem;left:38.4375rem;width:9.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyFvfJHPSl9WrvTKG8X0Ac7icc3mbo7o { top:7.8125rem;left:26.8125rem;width:20.9375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp0mzIIDNdBEDczmmwaKNeaS8eiDSqBv { top:23.375rem;left:14.375rem;width:33.125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9trewscb78PbmukZrHHzafT7xcWK59U { top:19.5rem;left:31.4375rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRPJ7JOiRfstvkr1QBatptb9nsSMbL7e { top:19.4375rem;left:31.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { top:58.1875rem;left:12.125rem;width:35.625rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { top:63.75rem;left:14.8125rem;width:32.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { top:59.5625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { top:82.625rem;left:28.25rem;width:11.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1V55aWzBGoWsSU40f9944FTLIv0rBPG { top:84.5rem;left:43.4375rem;width:1.875rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { top:84.5rem;left:35rem;width:12.75rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgkHLcNupNmU4Fr3M91pJiEtnKNuxwA2 { top:3.8125rem;left:7.1875rem;width:33.375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwK2wntFp8oGuWZTRsOGz9LFcOyigAN8 { top:9.4375rem;left:0rem;width:47.75rem;height:6.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE { display:block; }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI { display:block; }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhwlukNd2qkTlqzBlsKJPOKoJ6PVqMiS { top:5rem;left:7.1875rem;width:33.375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORVMGWrcUfTzRpCCNtVvB0KMXwnhLLrq { top:12.9375rem;left:0rem;width:39.875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyH9LXibhwIBWWMRJK0KsJEnAN4IhTT4 { top:12.9375rem;left:27rem;width:16.8125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyUVZPOXn8X40WckiU9kT9NOJC5kVwGr { top:12.9375rem;left:30.9375rem;width:16.8125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #of7otFhRNOiGquCmBI93AqJtOatvZU18 { top:25.375rem;left:30.4375rem;width:17.3125rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7EIogbXsTosQE0XCgVO2pExBnzTwQSr { top:29.25rem;left:33.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhHBIAIRFwpzho3V7dOzfzcdaUvdws20 { top:29.4375rem;left:34.4375rem;width:5.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8l0SoblacmWWdmJIp59gPEgBWT6SJIm { top:29.1875rem;left:40.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQcWDeqxufbTVGQWPNfAoCGMpzyGQwgA { top:29.4375rem;left:41.625rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI9H5fHigsaTnmTbt4uRKSq4iR1wOByM { top:29.25rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0E3LHE23w6MDWBTMohyCtTDiaDUhq9k { top:29.4375rem;left:41.75rem;width:6rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrDl5bpTPKTtDPq390au4wNkSgJsRZQS { top:33.3125rem;left:17.1875rem;width:30.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXh2aRD3tfA0SS3WFAAFm36o1PVRAXhi { top:36.5625rem;left:17.1875rem;width:30.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsMu0ggifrAUN5DZkIJ77s5E6IbO7qPV { top:34.125rem;left:30.1875rem;width:7.8125rem;height:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoQw0DmBAAE5MgQTI6kM335IXwBmEDqJ { top:33.4375rem;left:32.625rem;width:15.125rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLnevQDkJIq3EdGh5Ptsg07iC7cT7Ual { top:33.9375rem;left:38.4375rem;width:9.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5auvsD0w1tTOyEVXv8R38a1h61uRac9 { top:42.9375rem;left:0rem;width:39.875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3PKocTbfSN26yMgdbiGfZgnQVSeF8TK { top:42.9375rem;left:27rem;width:16.8125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJHIDJSsTPhVpDKTJdtmTFHOZttCLf69 { top:42.9375rem;left:30.9375rem;width:16.8125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW9txukdc3uK5a04k2AqofQzZa2Ls77I { top:66.6875rem;left:17.1875rem;width:30.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqFw289TKfQTKGNwAJAhdM6hMWrJzPcy { top:63.5625rem;left:32.625rem;width:15.125rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgtdZ9k4415kDwMqrlz5HSqoZHFKwSw8 { top:64.25rem;left:30.375rem;width:7.8125rem;height:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShlzrAi6mtkcMcA0342FHwAH7122c6XR { top:63.4375rem;left:17.1875rem;width:30.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvaxIEGBq01mFPLOhJ6TEwTxrT8A80SC { top:59.375rem;left:33.8125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyyl3ybBI0iT6umCgoZfO1Ch8VFUbKu7 { top:59.3125rem;left:40.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKWyMpFNFBaiQgI8GZrpTkeodXbVrJE5 { top:59.5625rem;left:34.75rem;width:5.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLneat2bcnKDDx8W6z5HuNA7u50DMyTU { top:59.5625rem;left:41.9375rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqRPJxcbniPLE3I2s5AVCJAVi68BWIz5 { top:55.5rem;left:30.4375rem;width:17.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efA0mFNxK0pLaOvGORnbWNeHNKMpWkze { top:59.375rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL6DtJMsVsr7kq4NVzRd3wxulK3OSpQu { top:64.0625rem;left:38.4375rem;width:9.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixnFZO836VC6Lq6vspPTdlzSkR9Ree7O { top:59.5625rem;left:41.75rem;width:6rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3eUKmGv2bqS0X9PSq780Z1QO2kJkzW3 { top:73.25rem;left:0rem;width:39.875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBvh6ksP8P2416fJpuclFyrIh6s28BnH { top:73.25rem;left:27rem;width:16.8125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDCoCrNJDUTOFatTuZIT32ndGr1shm3R { top:85.8125rem;left:30.4375rem;width:17.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqzlIKFZgiky6qscTEmOOwiprsOANlxK { top:73.25rem;left:30.9375rem;width:16.8125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho97ofi6Ve3dFvFuyHs2snNTtQ5RX7Ru { top:89.6875rem;left:33.8125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoNm3xg4quKSPQ9uKVxdbEM8L7kSPSOw { top:89.625rem;left:40.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmEizTG0ig1qq4vzGFTTBLnvSuTF4J0t { top:89.875rem;left:34.8125rem;width:5.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRhBaL8fOfuuNEN74KTFxwUhtP3gNyUl { top:89.875rem;left:42rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCKopAtO32bEfXI81KlBuUyCZ1IVGdCz { top:89.6875rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDaPbWv33rPTUDavGaBWQLwyk5AMyEur { top:89.875rem;left:41.75rem;width:6rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btdP0xCTeTnnaEZSSrWGcqTqkmIr8rnZ { top:93.75rem;left:17.1875rem;width:30.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ5kccEITSnmXTCSO7KzPKCsar2a5QIQ { top:93.875rem;left:32.625rem;width:15.125rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW3z88bK0iQR9QA2lRhgeRp2dJJyzLE1 { top:94.375rem;left:38.4375rem;width:9.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX743OXU1sNZxMtPr0fsWqUeBUXzDNvv { top:94.5625rem;left:31.5rem;width:7.8125rem;height:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1x94mw7TerbIsQaq7C1EamDahtOfmh { top:97rem;left:17.1875rem;width:30.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRgGDczTVB3tBZKLI0hfSNyiFPiP4lxK { top:12.9375rem;left:0rem;width:39.875rem;height:23.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KC82rq9xpWo4LbrHfBs0pASQDrvAB1rx { top:12.9375rem;left:27rem;width:16.8125rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yX0QVsXJCCTrU032JsTVt604Zg5tGm7X { top:12.9375rem;left:30.9375rem;width:16.8125rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOO8lcKrRqvAJCQ6Loqdp8fHNQef2mfO { top:50.5625rem;left:0rem;width:17.3125rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMgTzwLdemuPwIdVZgNz9LT26AEP1C3D { top:29.25rem;left:33.625rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThNAiBpM1Zq0pmI6LT5H45nLaRaqiwsJ { top:52.9375rem;left:0rem;width:5.0625rem;height:0.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUXRqHTymGza6xpvQL6xTEmbEiIswT3p { top:29.1875rem;left:40.75rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFZ7zJDOTh8Kqm5WsRMoeE5avDu8W76P { top:52.9375rem;left:0rem;width:5.375rem;height:0.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLWw5AGhl15NN8JTa5f7yK6rRAoKs0iP { top:29.25rem;left:46.125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7gtDovq23wPkDbuZNHHReC2yZtTphEq { top:33.3125rem;left:17.1875rem;width:30.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u90pGTGDrHIdvDynaCPp1oyOx9u2JNN8 { top:52.9375rem;left:0.0625rem;width:4.75rem;height:0.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuxIbIp7nuqGCDuJeSZbTaTBkBCOyAer { top:55.4375rem;left:0rem;width:15.125rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #waNqXGUkC6nLtqVN0y5Rny8FkWrfb9TJ { top:55.6875rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAw0If3sl7ptPcZK8qWP32G1tx07qN8V { top:34.125rem;left:30.1875rem;width:7.8125rem;height:1.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqpJlCIy2aGvZRJreoXoUBPgHnk3ySRD { top:36.5625rem;left:17.1875rem;width:30.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwAPcF1owirR2nMMoSIVXwf93cpOwZTw { top:12.9375rem;left:0rem;width:39.875rem;height:23.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpSrl6mD3RASHXJwwwCraTiaRkaX56ax { top:12.9375rem;left:27rem;width:16.8125rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QR9pKI5oRImITcLIuy1zDwsILuICmgNa { top:12.9375rem;left:30.9375rem;width:16.8125rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCAxfOKV8JPfJvBfT7r3XgZzsBCddvTf { top:79.0625rem;left:0rem;width:17.3125rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUuOgqkum2EuCk6d1TaFXVDwiQLKVrzd { top:29.25rem;left:33.625rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywsL0TVfD1L7fkNv4MnLBTCG3aAwtlST { top:81.4375rem;left:0rem;width:5.0625rem;height:0.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNUCWMmT0QztXFidxBVDTIxTC8GRJxZZ { top:29.1875rem;left:40.75rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6Z1l1HVN6bfAxZ0ve0bCFKQUlENSIdb { top:81.4375rem;left:0rem;width:5.375rem;height:0.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPUDX6qhNO3QrgeDwDXtMr4C8H2oqtTO { top:29.25rem;left:46.125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWgbLtuKHB22mRFBREQ8oKslg5REnciF { top:33.3125rem;left:17.1875rem;width:30.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FgMw32Z66qM3nkF5cWt4XrBCpu6MZndV { top:81.4375rem;left:0.0625rem;width:4.75rem;height:0.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzN1GsECAxMQIaHbcbQZ2sosLT3Kp6xg { top:83.9375rem;left:0rem;width:15.125rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNPN5TondMuwtnygTZwekUcV1V1fSJQP { top:84.1875rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pr3TupMEGqU5Q8Dq7NwCQXkRCXb4tyBg { top:34.125rem;left:30.1875rem;width:7.8125rem;height:1.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiDS76sauKxBWK1d3WCwHFIXSPvwO9yR { top:36.5625rem;left:17.1875rem;width:30.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx { display:block; }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vn4fVWzyI7xupbeI7TN1aZrH6AEla9O7 { top:1.6875rem;left:26rem;width:21.75rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm5CsID4l2JZ1cwWT8ETsF50SxNNO4bi { top:4.625rem;left:0rem;width:28.625rem;height:8.5625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtLKTflm3KFr5VPATtXw1HH18Cl5N3EJ { top:15.9375rem;left:0rem;width:12.5rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXpo4pVau4TQEQou3AbbckM2ffmDUaqm { top:18.4375rem;left:0rem;width:13.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh3Rqf1ii4M9VLhmFAbN8mh5ME9xhoDr { top:18.8125rem;left:8.75rem;width:13.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGqKQHrkGBTd1pdkfwCNy34LrOwlXhLg { top:16.3125rem;left:8.75rem;width:12.5rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egxnWLpSVlbbR2IPo1Anvi1WpfcgnPaH { top:18.4375rem;left:29.0625rem;width:13.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsApRXkXknxffOrMVfy0DT1hcS4ZU2dN { top:15.9375rem;left:29.0625rem;width:12.5rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWiJTv0prsFP5wab9JtGkfJ0ZiMr3ENT { top:23.375rem;left:0rem;width:12.5rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2mUwcmZsckRKB5wClWrXN1aHh6BH6hZ { top:26rem;left:0rem;width:17.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFEKsaAR2WT0tT5scrV74XR1kEUcckyz { top:23.375rem;left:8.75rem;width:12.5rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzuFyFVsCI3GEDbG2QpZnVpzmcvn1e9g { top:26rem;left:8.75rem;width:16.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdAV8Slnim8UIt1U31UZepgOpsDNhCxP { top:23.375rem;left:29.0625rem;width:12.5rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdKTUVkhorLJBMNr26WTsZB3NwOAiZca { top:26rem;left:29.0625rem;width:16.1875rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Im1s23kQoT669bHwnQc9TPDrAx3uTxDd { display:block; }#Im1s23kQoT669bHwnQc9TPDrAx3uTxDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQZpMfQQUOQK0GIXqUvtfyapRrSwm0nD { top:3.8125rem;left:13.875rem;width:20rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiHUuHsvAnUUZ1K4ftl4BepCP7ZVZ1nt { top:10.5625rem;left:0rem;width:47.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ByVzFkCL1mw6upTl6JgzOgeTsGiK6d { top:27.125rem;left:0rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF6m62gFt6dyxkxxaum7MDTuTfOdWkvD { top:27.125rem;left:11.6875rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNJVuKTDSTPCxLZ6FH9JVTntLB3nzmhH { top:27.125rem;left:23.375rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr6FSkcmOZATDg0Oqqar2tQZwghpKvbl { top:10.5625rem;left:23.375rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssDosVlabHwBGv5EyQfOthEUhWLncdly { top:46.25rem;left:2.75rem;width:12.5rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIHOiMhaKeQrg0SUQ7T3mwFPEf60NHap { top:48.75rem;left:2.75rem;width:12.5rem;height:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krJVpMpyceJiNO00ooc2eKzaXC5kILkn { top:48.8125rem;left:28.75rem;width:12.5rem;height:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnbygWHz9OT3o3qVZoozhHDUZf5wWwgg { top:46.3125rem;left:28.75rem;width:12.5rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt4sEpSuM8FRtfTcF4be9MQXIimIXp2O { top:54.125rem;left:2.75rem;width:12.5rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTiTADJnNQorcSL3qLTRlmztJtKgR5ny { top:56.6875rem;left:2.75rem;width:12.5rem;height:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzXpspiZW4KIO82BEBoDrlgkV3Kp8FDx { top:61.875rem;left:28.75rem;width:12.5rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XATWNshNp7EakFkioFrLIwDeCSicWacv { top:64.4375rem;left:28.75rem;width:16.25rem;height:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtOAI2mvfchMsA8Nn7sfCdEywzeDHeXm { top:72.4375rem;left:2.75rem;width:16.25rem;height:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLbBxwSRGrfO7caIFuJl9FehTU03mtRB { top:69.875rem;left:2.75rem;width:12.5rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS6mXnyvB5mWifgpnmv8VqN39I9D4e38 { top:73.875rem;left:28.75rem;width:16.25rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVrv5KIANM65K60UT5hgxuxgIFgJyXr7 { top:71.3125rem;left:28.75rem;width:12.5rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:2.5rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:2.5rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:27.5rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.3125rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.3125rem;left:0rem;width:24.0625rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrQTCC81XgsvTTM1T13FTIHBQyioNzDm { display:block; }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftZg5WN6s8fo09QOELwtXOtVeoCvpmuI { top:4.1875rem;left:13.875rem;width:20rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #noDBuCF3KZz7BhStzNLQJsqyNTMik0rp { top:28.875rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlsMQuuneUgPEPvL4EZVEbSMrVgm6x96 { display:none; }
 }@media only screen and (max-width: 763px) { #B99XTb6vWS2KtyIGLSOuGVU30wCcCM0I { width:24.0625rem;height:3.5625rem;top:70.4375rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrOSPeAtv5d8hQhtVpuuSxkmN7a0vsZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #p1dmmHg4KfUpL5LTz5TcGJUdMtK6BJGk { top:12.1875rem;left:0rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkZaluKttApbnODdSIiyLwPiAAND3Mni { top:12.1875rem;left:12.9375rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAVdDcASOKKnDrPhl5SHDoMb6deVbcr { top:12.1875rem;left:28.6875rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBMZ19LJWxhlnElMJCyy7H8Cam0XJecp { top:12.1875rem;left:41.3125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0yyma6UqzmGqz9TJPs3XSKxfa6JGxQ0 { top:19.625rem;left:0rem;width:7.9375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4KpFNdAmR0O19LgWdyP1Pvr0SAcfT5E { top:19.625rem;left:12.1875rem;width:7.9375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQNlNhmVxMTfERtMc1O7DD8Vio43qWwc { top:19.625rem;left:27.9375rem;width:7.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVzlhrtpp6FEfdKxqzB6OIoTcgtJSSha { top:19.625rem;left:39.8125rem;width:7.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPAomXIgeN1HXLQ6WXoCQBXic1DRvPLB { top:22.25rem;left:0rem;width:11.6875rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDdsD5dngzhVKXOfEbFcT0dMSD0mCNge { top:22.25rem;left:10.3125rem;width:11.6875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9dsFmrrk3mItmXL3fFDkJhrU86PHDOy { top:22.25rem;left:26.0625rem;width:11.6875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JovLK15C1pTT4kcm4eEEhKQh8zp1TeAs { top:22.25rem;left:33.25rem;width:14.5rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJVuZ0N04csaQUegHpEPequRLIMBW2hp { display:block; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3uU1glT3beET59mQruzVPeay9XkFAH8 { top:3.75rem;left:2.875rem;width:44.875rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weRmBImZl3HqTwe2zqJfZv32ovexZTz3 { top:13.125rem;left:0rem;width:47.5rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5EVWBHn2T3u849tXzi4poyytHwa5raq { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwEcBZTkOkbqvycmyg7ZWtiwVf941XT { top:20.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { top:35.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { top:7.8125rem;left:2.6875rem;width:42.375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { top:27.1875rem;left:0rem;width:18.1875rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITbkCweB1vC8AFODqGFI80v5BnbOJyST { top:23.8125rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { top:23.8125rem;left:6.03125rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { top:27.1875rem;left:6.03125rem;width:18.1875rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { top:23.8125rem;left:23.84375rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { top:27.1875rem;left:22.8125rem;width:24.9375rem;height:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { top:29.5625rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veO96uXwGJIbwyuT9xBdauguzoMeLt3I { top:28.875rem;left:34.625rem;width:13.125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgoZ25h73xasn72pVfmOpCGfCor3hk3A { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { top:16.125rem;left:0rem;width:18.6875rem;height:4.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { top:41.6875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { top:3.75rem;left:0.5rem;width:3rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { top:11.875rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1QVy53oTnKzQAnz6hsd4MH1si2GyTts { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #izF9coy0VVpTc0Oe0dmkQkWPf3JizBZd { top:17rem;left:0rem;width:18.0625rem;height:3.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyZei5JeT6DGyRbGtSfoPg9N0ZEi2y7W { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqKR1CWIMv5AbDbDhxdgFDUWfvL0l8Di { top:18.75rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUqKgqswMrlWFCDyZbaSFxFxv6DbGDbJ { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3PFwOKpRnAg4It8CSCKBWJMWk66SnQQ { top:21.4375rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIveT9l9kTyUyi1a6nm0OvEm6HxAUKtn { top:24.5rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T86nCDZpI63O79h8nQmgBFET4NW7xJU5 { top:25.75rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQbHD9W5asTCqTplCNGOMCBX7qbc9Vv4 { top:27.1875rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { top:5.625rem;left:0rem;width:18.75rem;height:3.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTgDXv9TUJmzUJFbMW8aLT9XlIk3nJLI { width:21.625rem;height:3.375rem;top:48.6875rem;left:13.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxJHQnBTlr7wz87VRSJvdawlkeiURfJs { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV { display:block; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mXtuq0FNno02UTdkNxQuAGchvFlE9H { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm { display:block; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2kU5DfVmM9xc7HcdecCfQLWVRynz9zt { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/99ccc315-5cde-44d2-b256-47ed3fdc5451/hero.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:8.0625rem;height:1.8681625rem;top:10.9375rem;left:5.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUp5UykzVuL6J89EuzrUmJ48AppkieoA { width:4.186525rem;height:1.21875rem;top:11.25rem;left:1.8125rem;font-size:0.9375rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:15rem;height:2.5rem;top:14.625rem;left:2.5rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #qoU0IcfZgahpwJhRpJ887A0n3a0Sar08 { width:6.4361875rem;height:1.29980625rem;top:11.1875rem;left:12.8125rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gyFvfJHPSl9WrvTKG8X0Ac7icc3mbo7o { width:10.0625rem;height:4.6875rem;top:2.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp0mzIIDNdBEDczmmwaKNeaS8eiDSqBv { width:20rem;height:2.5rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9trewscb78PbmukZrHHzafT7xcWK59U { width:8.125rem;height:0.9746125rem;top:7.8125rem;left:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRPJ7JOiRfstvkr1QBatptb9nsSMbL7e { display:flex;width:1.25rem;height:1.25rem;top:7.6875rem;left:5.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3809e7d5-2a67-4e64-8df0-0b49cf495547/bg.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.adaptive-delivery-prevent-bg, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyload, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyloading { background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { background-color: transparent; background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .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); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { width:20rem;height:25.75rem;top:31.287109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { width:18.625rem;height:11.125rem;top:34.599609375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { width:12.5rem;height:1.46218125rem;top:32.474609375rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { width:7.0625rem;height:10.3125rem;top:45.724609375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1V55aWzBGoWsSU40f9944FTLIv0rBPG { width:1.875rem;height:5.699575rem;top:46.662109375rem;left:9.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { width:6.625rem;height:5.699575rem;top:46.662109375rem;left:12.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mgkHLcNupNmU4Fr3M91pJiEtnKNuxwA2 { width:19.9980625rem;height:1.8681625rem;top:1.1123046875rem;left:0rem;font-size:1.4375rem;font-weight:400;font-style:normal;color:#872746;font-family:marcellus;display:block; }
 }@media only screen and (max-width: 763px) { #iwK2wntFp8oGuWZTRsOGz9LFcOyigAN8 { width:19.4375rem;height:6.125rem;top:3.5556640625rem;left:0.28125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/928b7251-36ec-4320-84ff-3358c520132a/Screenshot20260323174934.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE.adaptive-delivery-prevent-bg, #Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE.lazyload, #Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE.lazyloading { background-image: none; }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .row .container { background-color: transparent; background-image: none; }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .row .container > .video-iframe-container { display: none; }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .row > .video-iframe-container { display: none; }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .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); }#Mm6N8X6iWhTN3JfCTgVmQkLXgW4FSisE > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9742d54e-8aab-453e-bdbc-c9ecc5fc0d9d/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI.adaptive-delivery-prevent-bg, #BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI.lazyload, #BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI.lazyloading { background-image: none; }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .row .container { background-color: transparent; background-image: none; }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .row .container > .video-iframe-container { display: none; }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .row > .video-iframe-container { display: none; }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .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); }#BgDyTLO72zOZHBdDLuqH98l1xiQTaRRI > .row .container { width:20rem;height:87.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhwlukNd2qkTlqzBlsKJPOKoJ6PVqMiS { width:19.9980625rem;height:1.8681625rem;top:1.3623046875rem;left:0rem;font-size:1.4375rem;font-weight:400;font-style:normal;color:#ffffff;font-family:marcellus;display:block; }
 }@media only screen and (max-width: 763px) { #ORVMGWrcUfTzRpCCNtVvB0KMXwnhLLrq { width:20rem;height:10.4375rem;top:3.9169921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyH9LXibhwIBWWMRJK0KsJEnAN4IhTT4 { width:9.8125rem;height:5.9375rem;top:14.7919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyUVZPOXn8X40WckiU9kT9NOJC5kVwGr { width:9.8125rem;height:5.9375rem;top:14.7919921875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #of7otFhRNOiGquCmBI93AqJtOatvZU18 { width:17.3125rem;height:1.4619125rem;top:21.9794921875rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7EIogbXsTosQE0XCgVO2pExBnzTwQSr { display:flex;width:1.375rem;height:1.375rem;top:24.1875rem;left:1.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qhHBIAIRFwpzho3V7dOzfzcdaUvdws20 { width:5.1234375rem;height:0.89355625rem;top:24.375rem;left:1.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8l0SoblacmWWdmJIp59gPEgBWT6SJIm { display:flex;width:1.25rem;height:1.25rem;top:24.1875rem;left:7.3125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #cQcWDeqxufbTVGQWPNfAoCGMpzyGQwgA { width:5.4359375rem;height:0.89355625rem;top:24.375rem;left:7.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vI9H5fHigsaTnmTbt4uRKSq4iR1wOByM { display:flex;width:1.4375rem;height:1.4375rem;top:24.1875rem;left:12.875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #G0E3LHE23w6MDWBTMohyCtTDiaDUhq9k { width:4.75rem;height:0.89355625rem;top:24.375rem;left:13.6875rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MrDl5bpTPKTtDPq390au4wNkSgJsRZQS { width:20rem;height:0.125rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXh2aRD3tfA0SS3WFAAFm36o1PVRAXhi { width:20rem;height:0.125rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsMu0ggifrAUN5DZkIJ77s5E6IbO7qPV { width:4.9375rem;height:0.9746125rem;top:27.3125rem;left:0.4375rem;font-size:0.75rem;font-weight:400;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #xoQw0DmBAAE5MgQTI6kM335IXwBmEDqJ { width:15.125rem;height:1.8681625rem;top:26.8662109375rem;left:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLnevQDkJIq3EdGh5Ptsg07iC7cT7Ual { width:6.4375rem;height:1.29980625rem;top:27.1494140625rem;left:11.375rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #h5auvsD0w1tTOyEVXv8R38a1h61uRac9 { width:20rem;height:23.8125rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3PKocTbfSN26yMgdbiGfZgnQVSeF8TK { width:16.8125rem;height:10.25rem;top:42.9375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJHIDJSsTPhVpDKTJdtmTFHOZttCLf69 { width:16.8125rem;height:10.25rem;top:42.9375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HW9txukdc3uK5a04k2AqofQzZa2Ls77I { width:20rem;height:0.125rem;top:66.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqFw289TKfQTKGNwAJAhdM6hMWrJzPcy { width:15.125rem;height:auto;top:63.5625rem;left:2.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgtdZ9k4415kDwMqrlz5HSqoZHFKwSw8 { width:7.8125rem;height:0;top:64.25rem;left:6.0625rem;font-size:0.75rem;font-weight:400;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;z-index:15202;display:none; }
 }@media only screen and (max-width: 763px) { #ShlzrAi6mtkcMcA0342FHwAH7122c6XR { width:20rem;height:0.125rem;top:63.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvaxIEGBq01mFPLOhJ6TEwTxrT8A80SC { display:flex;width:1.625rem;height:1.625rem;top:59.375rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyyl3ybBI0iT6umCgoZfO1Ch8VFUbKu7 { display:flex;width:1.625rem;height:1.625rem;top:59.3125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKWyMpFNFBaiQgI8GZrpTkeodXbVrJE5 { width:5.125rem;height:auto;top:59.5625rem;left:7.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QLneat2bcnKDDx8W6z5HuNA7u50DMyTU { width:5.4375rem;height:auto;top:59.5625rem;left:7.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DqRPJxcbniPLE3I2s5AVCJAVi68BWIz5 { width:17.3125rem;height:auto;top:55.5rem;left:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #efA0mFNxK0pLaOvGORnbWNeHNKMpWkze { display:flex;width:1.625rem;height:1.625rem;top:59.375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TL6DtJMsVsr7kq4NVzRd3wxulK3OSpQu { width:9.3125rem;height:auto;top:64.0625rem;left:5.3125rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ixnFZO836VC6Lq6vspPTdlzSkR9Ree7O { width:6rem;height:auto;top:59.5625rem;left:7rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #x3eUKmGv2bqS0X9PSq780Z1QO2kJkzW3 { width:20rem;height:23.8125rem;top:73.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBvh6ksP8P2416fJpuclFyrIh6s28BnH { width:16.8125rem;height:10.25rem;top:73.25rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDCoCrNJDUTOFatTuZIT32ndGr1shm3R { width:17.3125rem;height:auto;top:85.8125rem;left:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqzlIKFZgiky6qscTEmOOwiprsOANlxK { width:16.8125rem;height:10.25rem;top:73.25rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ho97ofi6Ve3dFvFuyHs2snNTtQ5RX7Ru { display:flex;width:1.625rem;height:1.625rem;top:89.6875rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FoNm3xg4quKSPQ9uKVxdbEM8L7kSPSOw { display:flex;width:1.625rem;height:1.625rem;top:89.625rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmEizTG0ig1qq4vzGFTTBLnvSuTF4J0t { width:5.125rem;height:auto;top:89.875rem;left:7.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IRhBaL8fOfuuNEN74KTFxwUhtP3gNyUl { width:5.4375rem;height:auto;top:89.875rem;left:7.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hCKopAtO32bEfXI81KlBuUyCZ1IVGdCz { display:flex;width:1.625rem;height:1.625rem;top:89.6875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDaPbWv33rPTUDavGaBWQLwyk5AMyEur { width:6rem;height:auto;top:89.875rem;left:7rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #btdP0xCTeTnnaEZSSrWGcqTqkmIr8rnZ { width:20rem;height:0.125rem;top:93.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQ5kccEITSnmXTCSO7KzPKCsar2a5QIQ { width:15.125rem;height:auto;top:93.875rem;left:2.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fW3z88bK0iQR9QA2lRhgeRp2dJJyzLE1 { width:9.3125rem;height:auto;top:94.375rem;left:5.3125rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #IX743OXU1sNZxMtPr0fsWqUeBUXzDNvv { width:7.8125rem;height:auto;top:94.5625rem;left:6.0625rem;font-size:0.75rem;font-weight:400;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;z-index:15202;display:none; }
 }@media only screen and (max-width: 763px) { #QU1x94mw7TerbIsQaq7C1EamDahtOfmh { width:20rem;height:0.125rem;top:97rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KRgGDczTVB3tBZKLI0hfSNyiFPiP4lxK { width:20rem;height:10.4375rem;top:32.5rem;left:0rem;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/48ec1199-2104-4b32-86b2-5aa80c474dee/noroot.crop_1440x616_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KRgGDczTVB3tBZKLI0hfSNyiFPiP4lxK.adaptive-delivery-prevent-bg, #KRgGDczTVB3tBZKLI0hfSNyiFPiP4lxK.lazyload, #KRgGDczTVB3tBZKLI0hfSNyiFPiP4lxK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KC82rq9xpWo4LbrHfBs0pASQDrvAB1rx { width:9.8125rem;height:5.9375rem;top:43.375rem;left:0rem;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b77c27fb-453a-416d-89d7-ca9c6de6ab2d/noroot.crop_1440x886_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KC82rq9xpWo4LbrHfBs0pASQDrvAB1rx.adaptive-delivery-prevent-bg, #KC82rq9xpWo4LbrHfBs0pASQDrvAB1rx.lazyload, #KC82rq9xpWo4LbrHfBs0pASQDrvAB1rx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yX0QVsXJCCTrU032JsTVt604Zg5tGm7X { width:9.8125rem;height:5.9375rem;top:43.375rem;left:10.1875rem;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/78f34453-04bf-453b-add0-8be16889fd59/noroot.crop_1440x1044_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yX0QVsXJCCTrU032JsTVt604Zg5tGm7X.adaptive-delivery-prevent-bg, #yX0QVsXJCCTrU032JsTVt604Zg5tGm7X.lazyload, #yX0QVsXJCCTrU032JsTVt604Zg5tGm7X.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vOO8lcKrRqvAJCQ6Loqdp8fHNQef2mfO { width:17.3125rem;height:1.4619125rem;top:50.5625rem;left:1.3125rem;font-size:1.125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #KMgTzwLdemuPwIdVZgNz9LT26AEP1C3D { display:flex;width:1.375rem;height:1.375rem;top:52.75rem;left:1.4375rem;font-size:0.875rem;z-index:15212; }
 }@media only screen and (max-width: 763px) { #ThNAiBpM1Zq0pmI6LT5H45nLaRaqiwsJ { width:5.1234375rem;height:0.89355625rem;top:53rem;left:1.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15200;display:block; }
 }@media only screen and (max-width: 763px) { #oUXRqHTymGza6xpvQL6xTEmbEiIswT3p { display:flex;width:1.25rem;height:1.25rem;top:52.75rem;left:7.3125rem;font-size:0.875rem;z-index:15213; }
 }@media only screen and (max-width: 763px) { #CFZ7zJDOTh8Kqm5WsRMoeE5avDu8W76P { width:5.4359375rem;height:0.89355625rem;top:53rem;left:7.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15201;display:block; }
 }@media only screen and (max-width: 763px) { #lLWw5AGhl15NN8JTa5f7yK6rRAoKs0iP { display:flex;width:1.4375rem;height:1.4375rem;top:52.75rem;left:12.875rem;font-size:0.9375rem;z-index:15214; }
 }@media only screen and (max-width: 763px) { #Z7gtDovq23wPkDbuZNHHReC2yZtTphEq { width:20rem;height:0.125rem;top:55.0625rem;left:0rem;z-index:15215;display:block; }
 }@media only screen and (max-width: 763px) { #u90pGTGDrHIdvDynaCPp1oyOx9u2JNN8 { width:4.75rem;height:0.89355625rem;top:53rem;left:13.6875rem;font-size:0.6875rem;text-align:right;text-align-last:right;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #vuxIbIp7nuqGCDuJeSZbTaTBkBCOyAer { width:15.125rem;height:1.8681625rem;top:55.4375rem;left:1.75rem;font-size:1.4375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #waNqXGUkC6nLtqVN0y5Rny8FkWrfb9TJ { width:6.4375rem;height:1.29980625rem;top:55.6875rem;left:11.375rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:right;text-align-last:right;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #XAw0If3sl7ptPcZK8qWP32G1tx07qN8V { width:4.9375rem;height:0.9746125rem;top:55.875rem;left:0.4375rem;font-size:0.75rem;font-weight:400;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;z-index:15217;display:block; }
 }@media only screen and (max-width: 763px) { #BqpJlCIy2aGvZRJreoXoUBPgHnk3ySRD { width:20rem;height:0.125rem;top:57.5625rem;left:0rem;z-index:15216;display:block; }
 }@media only screen and (max-width: 763px) { #gwAPcF1owirR2nMMoSIVXwf93cpOwZTw { width:20rem;height:10.4375rem;top:61rem;left:0rem;z-index:15042;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/91d301c5-2ac5-4643-8d65-97c2da5cf05c/noroot.crop_1440x756_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gwAPcF1owirR2nMMoSIVXwf93cpOwZTw.adaptive-delivery-prevent-bg, #gwAPcF1owirR2nMMoSIVXwf93cpOwZTw.lazyload, #gwAPcF1owirR2nMMoSIVXwf93cpOwZTw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KpSrl6mD3RASHXJwwwCraTiaRkaX56ax { width:9.8125rem;height:5.9375rem;top:71.875rem;left:0rem;z-index:15043;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/08acbecb-43df-4c45-b5eb-f16805136fd9/noroot.crop_1440x749_0,0");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KpSrl6mD3RASHXJwwwCraTiaRkaX56ax.adaptive-delivery-prevent-bg, #KpSrl6mD3RASHXJwwwCraTiaRkaX56ax.lazyload, #KpSrl6mD3RASHXJwwwCraTiaRkaX56ax.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QR9pKI5oRImITcLIuy1zDwsILuICmgNa { width:9.8125rem;height:5.9375rem;top:71.875rem;left:10.1875rem;z-index:15044;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/566ac692-2960-4578-8b7c-8a73e8be18e8/noroot.crop_1440x752_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QR9pKI5oRImITcLIuy1zDwsILuICmgNa.adaptive-delivery-prevent-bg, #QR9pKI5oRImITcLIuy1zDwsILuICmgNa.lazyload, #QR9pKI5oRImITcLIuy1zDwsILuICmgNa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sCAxfOKV8JPfJvBfT7r3XgZzsBCddvTf { width:17.3125rem;height:;top:79.0625rem;left:1.3125rem;font-size:1.125rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #oUuOgqkum2EuCk6d1TaFXVDwiQLKVrzd { display:flex;width:1.375rem;height:1.375rem;top:81.25rem;left:1.4375rem;font-size:0.875rem;z-index:15227; }
 }@media only screen and (max-width: 763px) { #ywsL0TVfD1L7fkNv4MnLBTCG3aAwtlST { width:5.1234375rem;height:0.89355625rem;top:81.5rem;left:1.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15215;display:block; }
 }@media only screen and (max-width: 763px) { #DNUCWMmT0QztXFidxBVDTIxTC8GRJxZZ { display:flex;width:1.25rem;height:1.25rem;top:81.25rem;left:7.3125rem;font-size:0.875rem;z-index:15228; }
 }@media only screen and (max-width: 763px) { #M6Z1l1HVN6bfAxZ0ve0bCFKQUlENSIdb { width:5.4359375rem;height:0.89355625rem;top:81.5rem;left:7.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15216;display:block; }
 }@media only screen and (max-width: 763px) { #LPUDX6qhNO3QrgeDwDXtMr4C8H2oqtTO { display:flex;width:1.4375rem;height:1.4375rem;top:81.25rem;left:12.875rem;font-size:0.9375rem;z-index:15229; }
 }@media only screen and (max-width: 763px) { #xWgbLtuKHB22mRFBREQ8oKslg5REnciF { width:20rem;height:0.125rem;top:83.5625rem;left:0rem;z-index:15230;display:block; }
 }@media only screen and (max-width: 763px) { #FgMw32Z66qM3nkF5cWt4XrBCpu6MZndV { width:4.75rem;height:0.89355625rem;top:81.5rem;left:13.875rem;font-size:0.6875rem;text-align:right;text-align-last:right;z-index:15218;display:block; }
 }@media only screen and (max-width: 763px) { #hzN1GsECAxMQIaHbcbQZ2sosLT3Kp6xg { width:15.125rem;height:1.8681625rem;top:83.9375rem;left:2.375rem;font-size:1.4375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #HNPN5TondMuwtnygTZwekUcV1V1fSJQP { width:6.4375rem;height:1.29980625rem;top:84.1875rem;left:10.8125rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:right;text-align-last:right;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #pr3TupMEGqU5Q8Dq7NwCQXkRCXb4tyBg { width:4.9375rem;height:0.9746125rem;top:84.375rem;left:1.25rem;font-size:0.75rem;font-weight:400;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;z-index:15232;display:block; }
 }@media only screen and (max-width: 763px) { #FiDS76sauKxBWK1d3WCwHFIXSPvwO9yR { width:20rem;height:0.125rem;top:86.0625rem;left:0rem;z-index:15231;display:block; }
 }@media only screen and (max-width: 763px) { #TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f30e2f13-7dfa-41b6-8472-c25fef04e4b7/noroot.crop_4555x3230_1794,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx.adaptive-delivery-prevent-bg, #TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx.lazyload, #TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx.lazyloading { background-image: none; }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .row .container { background-color: transparent; background-image: none; }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.86); }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .row .container > .video-iframe-container { display: none; }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.86); }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .row > .video-iframe-container { display: none; }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .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); }#TfCNdcH9To4tfsNH8P41VWxTqDoOEpFx > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vn4fVWzyI7xupbeI7TN1aZrH6AEla9O7 { width:15.4375rem;height:21.9375rem;top:0rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rm5CsID4l2JZ1cwWT8ETsF50SxNNO4bi { width:14rem;height:3.736325rem;top:1.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtLKTflm3KFr5VPATtXw1HH18Cl5N3EJ { width:6.6875rem;height:1.21875rem;top:6.32421875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXpo4pVau4TQEQou3AbbckM2ffmDUaqm { width:8rem;height:0.9746125rem;top:7.66796875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh3Rqf1ii4M9VLhmFAbN8mh5ME9xhoDr { width:7.75rem;height:0.9746125rem;top:7.6875rem;left:11.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGqKQHrkGBTd1pdkfwCNy34LrOwlXhLg { width:5.25rem;height:1.21875rem;top:6.3125rem;left:11.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egxnWLpSVlbbR2IPo1Anvi1WpfcgnPaH { width:8rem;height:0.9746125rem;top:11.75rem;left:11.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsApRXkXknxffOrMVfy0DT1hcS4ZU2dN { width:5.4375rem;height:1.21875rem;top:10.375rem;left:11.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWiJTv0prsFP5wab9JtGkfJ0ZiMr3ENT { width:6rem;height:1.21875rem;top:10.38671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2mUwcmZsckRKB5wClWrXN1aHh6BH6hZ { width:8.3125rem;height:2.923825rem;top:11.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFEKsaAR2WT0tT5scrV74XR1kEUcckyz { width:5.5rem;height:1.21875rem;top:16.38671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzuFyFVsCI3GEDbG2QpZnVpzmcvn1e9g { width:9.5625rem;height:1.94921875rem;top:17.91796875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdAV8Slnim8UIt1U31UZepgOpsDNhCxP { width:5.5rem;height:1.21875rem;top:16.375rem;left:11.625rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #mdKTUVkhorLJBMNr26WTsZB3NwOAiZca { width:6.9375rem;height:1.949225rem;top:17.9375rem;left:11.625rem;font-size:0.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Im1s23kQoT669bHwnQc9TPDrAx3uTxDd { display:block; }#Im1s23kQoT669bHwnQc9TPDrAx3uTxDd > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQZpMfQQUOQK0GIXqUvtfyapRrSwm0nD { width:20rem;height:1.8681625rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiHUuHsvAnUUZ1K4ftl4BepCP7ZVZ1nt { width:9.6875rem;height:5.25rem;top:3.7863922119141rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/567e9915-0ca3-46dc-8cf8-ed993eccf5c3/202511303.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KiHUuHsvAnUUZ1K4ftl4BepCP7ZVZ1nt.adaptive-delivery-prevent-bg, #KiHUuHsvAnUUZ1K4ftl4BepCP7ZVZ1nt.lazyload, #KiHUuHsvAnUUZ1K4ftl4BepCP7ZVZ1nt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #G8ByVzFkCL1mw6upTl6JgzOgeTsGiK6d { width:9.6875rem;height:5.25rem;top:9.65731716156rem;left:10.312499403954rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/c64df3bc-c4e2-49c2-b8f8-8e06337997bd/noroot.crop_1440x752_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#G8ByVzFkCL1mw6upTl6JgzOgeTsGiK6d.adaptive-delivery-prevent-bg, #G8ByVzFkCL1mw6upTl6JgzOgeTsGiK6d.lazyload, #G8ByVzFkCL1mw6upTl6JgzOgeTsGiK6d.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BF6m62gFt6dyxkxxaum7MDTuTfOdWkvD { width:9.6875rem;height:5.25rem;top:15.533565282822rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/7891384d-360e-4fef-b25a-f387e96d6918/5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#BF6m62gFt6dyxkxxaum7MDTuTfOdWkvD.adaptive-delivery-prevent-bg, #BF6m62gFt6dyxkxxaum7MDTuTfOdWkvD.lazyload, #BF6m62gFt6dyxkxxaum7MDTuTfOdWkvD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FNJVuKTDSTPCxLZ6FH9JVTntLB3nzmhH { width:9.6875rem;height:5.25rem;top:9.6590919494631rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/9fc01441-a653-4bf3-a0db-a5cd6f00b4c8/noroot.crop_1440x652_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FNJVuKTDSTPCxLZ6FH9JVTntLB3nzmhH.adaptive-delivery-prevent-bg, #FNJVuKTDSTPCxLZ6FH9JVTntLB3nzmhH.lazyload, #FNJVuKTDSTPCxLZ6FH9JVTntLB3nzmhH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xr6FSkcmOZATDg0Oqqar2tQZwghpKvbl { width:9.6875rem;height:5.25rem;top:3.7837295532226rem;left:10.312499403954rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/54c1ef2b-ad0d-43db-a9f1-85c80812722c/noroot.crop_1440x749_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xr6FSkcmOZATDg0Oqqar2tQZwghpKvbl.adaptive-delivery-prevent-bg, #xr6FSkcmOZATDg0Oqqar2tQZwghpKvbl.lazyload, #xr6FSkcmOZATDg0Oqqar2tQZwghpKvbl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ssDosVlabHwBGv5EyQfOthEUhWLncdly { width:7.875rem;height:1.13671875rem;top:15.9375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIHOiMhaKeQrg0SUQ7T3mwFPEf60NHap { width:6.625rem;height:1.949225rem;top:17.3125rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krJVpMpyceJiNO00ooc2eKzaXC5kILkn { width:8.25rem;height:6.8222875rem;top:17.3125rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnbygWHz9OT3o3qVZoozhHDUZf5wWwgg { width:6.3125rem;height:1.13671875rem;top:15.9375rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt4sEpSuM8FRtfTcF4be9MQXIimIXp2O { width:5.75rem;height:1.13671875rem;top:20.5rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTiTADJnNQorcSL3qLTRlmztJtKgR5ny { width:5.875rem;height:6.8222875rem;top:22rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzXpspiZW4KIO82BEBoDrlgkV3Kp8FDx { width:5.6875rem;height:1.13671875rem;top:25.3125rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XATWNshNp7EakFkioFrLIwDeCSicWacv { width:8.875rem;height:2.9238375rem;top:26.6875rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtOAI2mvfchMsA8Nn7sfCdEywzeDHeXm { width:8.9375rem;height:2.9238375rem;top:31.375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLbBxwSRGrfO7caIFuJl9FehTU03mtRB { width:7.1875rem;height:1.13671875rem;top:29.9375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS6mXnyvB5mWifgpnmv8VqN39I9D4e38 { width:5.3125rem;height:0.9746125rem;top:32.0625rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVrv5KIANM65K60UT5hgxuxgIFgJyXr7 { width:5.4375rem;height:1.13671875rem;top:30.8125rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d9c6441-a326-4eab-bc53-92917881466e/6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #962d53, #4a1429);background-image: -moz-linear-gradient(180deg, #962d53, #4a1429);background-image: -ms-linear-gradient(180deg, #962d53, #4a1429);background-image: -o-linear-gradient(180deg, #962d53, #4a1429);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#962d53', endColorstr='#4a1429' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#962d53', endColorstr='#4a1429' );";background-image: linear-gradient(180deg, #962d53, #4a1429);background-size:initial !important;color:#ffffff; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.94921875rem;top:25.94921875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.4619125rem;top:1.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.40014375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrQTCC81XgsvTTM1T13FTIHBQyioNzDm { background-color:#4a1429;background-image:url("https://images.assets-landingi.com/uc/9742d54e-8aab-453e-bdbc-c9ecc5fc0d9d/bg2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm.adaptive-delivery-prevent-bg, #nrQTCC81XgsvTTM1T13FTIHBQyioNzDm.lazyload, #nrQTCC81XgsvTTM1T13FTIHBQyioNzDm.lazyloading { background-image: none; }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .row .container { background-color: transparent; background-image: none; }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .row .container > .video-iframe-container { display: none; }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .row > .video-iframe-container { display: none; }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .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); }#nrQTCC81XgsvTTM1T13FTIHBQyioNzDm > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftZg5WN6s8fo09QOELwtXOtVeoCvpmuI { width:20rem;height:1.8681625rem;top:1.412109375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #noDBuCF3KZz7BhStzNLQJsqyNTMik0rp { width:20rem;height:37.5rem;top:28.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SlsMQuuneUgPEPvL4EZVEbSMrVgm6x96 { top:21.0625rem;left:0rem;width:20rem;height:11.125rem;z-index:15325;display:block; }
 }@media only screen and (max-width: 763px) { #B99XTb6vWS2KtyIGLSOuGVU30wCcCM0I { width:15rem;height:2.5rem;top:33.7607421875rem;left:2.5rem;font-size:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zrOSPeAtv5d8hQhtVpuuSxkmN7a0vsZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #p1dmmHg4KfUpL5LTz5TcGJUdMtK6BJGk { width:3.75rem;height:3.75rem;top:4.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkZaluKttApbnODdSIiyLwPiAAND3Mni { width:3.75rem;height:3.75rem;top:4.9375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAVdDcASOKKnDrPhl5SHDoMb6deVbcr { width:3.75rem;height:3.75rem;top:12.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBMZ19LJWxhlnElMJCyy7H8Cam0XJecp { width:3.75rem;height:3.75rem;top:12.6875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0yyma6UqzmGqz9TJPs3XSKxfa6JGxQ0 { width:3.8125rem;height:1.13671875rem;top:9.1357421875rem;left:3.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4KpFNdAmR0O19LgWdyP1Pvr0SAcfT5E { width:3.8125rem;height:1.13671875rem;top:9.1357421875rem;left:12.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQNlNhmVxMTfERtMc1O7DD8Vio43qWwc { width:3.8125rem;height:1.13671875rem;top:16.8125rem;left:3.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVzlhrtpp6FEfdKxqzB6OIoTcgtJSSha { width:3.8125rem;height:1.13671875rem;top:16.8125rem;left:12.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPAomXIgeN1HXLQ6WXoCQBXic1DRvPLB { width:6.5625rem;height:0.9746125rem;top:10.2724609375rem;left:2.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDdsD5dngzhVKXOfEbFcT0dMSD0mCNge { width:6.5rem;height:0.9746125rem;top:10.2724609375rem;left:11.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9dsFmrrk3mItmXL3fFDkJhrU86PHDOy { width:5.6875rem;height:0.9746125rem;top:18.0107421875rem;left:2.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JovLK15C1pTT4kcm4eEEhKQh8zp1TeAs { width:8.75rem;height:0.9746125rem;top:18rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJVuZ0N04csaQUegHpEPequRLIMBW2hp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba3d841a-c657-42d7-b5d3-16458693214d/bg3.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp.adaptive-delivery-prevent-bg, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyload, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyloading { background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { background-color: transparent; background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .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); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3uU1glT3beET59mQruzVPeay9XkFAH8 { width:16.8125rem;height:1.30625rem;top:1.3125rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weRmBImZl3HqTwe2zqJfZv32ovexZTz3 { width:19.75rem;height:29.6875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5EVWBHn2T3u849tXzi4poyytHwa5raq { width:18.4375rem;height:3.8984375rem;top:5.875rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ntwEcBZTkOkbqvycmyg7ZWtiwVf941XT { width:17.3125rem;height:1.13769375rem;top:10.4375rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { width:20rem;height:0;top:32.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { width:20rem;height:1.03125rem;top:2.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { width:8.5625rem;height:0;top:14.1064453125rem;left:0.9375rem;font-size:0.75rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ITbkCweB1vC8AFODqGFI80v5BnbOJyST { width:3.5rem;height:0;top:11.875rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { width:5.3125rem;height:0;top:14.3125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { width:18.1875rem;height:0;top:27.7734375rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { width:8.1875rem;height:0;top:17.05078125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { width:20rem;height:0;top:25.0263671875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { width:18.125rem;height:0.0625rem;top:17.3359375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { display:flex;width:2.625rem;height:2.625rem;top:25.6875rem;left:6.8749063570206rem;display:none; }
 }@media only screen and (max-width: 763px) { #veO96uXwGJIbwyuT9xBdauguzoMeLt3I { width:13.125rem;height:10.8125rem;top:25rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgoZ25h73xasn72pVfmOpCGfCor3hk3A { width:18.4375rem;height:0;top:16.3125rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15066;display:none; }
 }@media only screen and (max-width: 763px) { #ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { width:18.6875rem;height:4.5rem;top:29.099609375rem;left:0.875rem;font-size:0.75rem;z-index:15068;line-height:1.5;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { width:17.5625rem;height:3.25rem;top:35.5625rem;left:0rem;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { display:flex;width:1.625rem;height:1.125rem;top:1.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { width:17.375rem;height:1.6494125rem;top:11.9375rem;left:0.875rem;font-size:0.75rem;z-index:15069;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #r1QVy53oTnKzQAnz6hsd4MH1si2GyTts { width:16.125rem;height:1.6494125rem;top:13.1875rem;left:0.875rem;font-size:0.75rem;z-index:15071;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #izF9coy0VVpTc0Oe0dmkQkWPf3JizBZd { width:18.4375rem;height:2.0996125rem;top:14.67578125rem;left:0.875rem;font-size:0.75rem;z-index:15073;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #PyZei5JeT6DGyRbGtSfoPg9N0ZEi2y7W { width:18.125rem;height:0.0625rem;top:23.1484375rem;left:0.875rem;z-index:15074;background-color:#7f2141;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vqKR1CWIMv5AbDbDhxdgFDUWfvL0l8Di { width:17.375rem;height:1.6494125rem;top:17.6875rem;left:0.875rem;font-size:0.75rem;z-index:15072;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #XUqKgqswMrlWFCDyZbaSFxFxv6DbGDbJ { width:16.125rem;height:1.6494125rem;top:18.9375rem;left:0.875rem;font-size:0.75rem;z-index:15074;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #D3PFwOKpRnAg4It8CSCKBWJMWk66SnQQ { width:16.3125rem;height:2.0996125rem;top:20.42578125rem;left:0.875rem;font-size:0.75rem;z-index:15076;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #OIveT9l9kTyUyi1a6nm0OvEm6HxAUKtn { width:17.375rem;height:1.6494125rem;top:23.5rem;left:0.875rem;font-size:0.75rem;z-index:15075;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #T86nCDZpI63O79h8nQmgBFET4NW7xJU5 { width:16.125rem;height:1.6494125rem;top:24.75rem;left:0.875rem;font-size:0.75rem;z-index:15077;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #tQbHD9W5asTCqTplCNGOMCBX7qbc9Vv4 { width:16.6875rem;height:2.0996125rem;top:26.23828125rem;left:0.875rem;font-size:0.75rem;z-index:15079;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { width:18.75rem;height:3.57421875rem;top:5.6640625rem;left:0.78125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15066;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #PTgDXv9TUJmzUJFbMW8aLT9XlIk3nJLI { width:15rem;height:2.5rem;top:40.375rem;left:2.5rem;font-size:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #oxJHQnBTlr7wz87VRSJvdawlkeiURfJs { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8125rem;top:0.4990234375rem;left:0rem;font-size:0.625rem;display:block; }
 }