.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:233,247,249;--color-primary-1:183,228,237;--color-primary-2:110,201,218;--color-primary-3:55,101,109;--color-primary-4:17,30,33;--color-secondary-0:237,235,234;--color-secondary-1:195,189,184;--color-secondary-2:134,123,113;--color-secondary-3:67,62,57;--color-secondary-4:20,18,17;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:107,107,107;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#rlR5K27nxvGJ4QGRgC1JkgBe0BtZlvsF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rlR5K27nxvGJ4QGRgC1JkgBe0BtZlvsF > .row .container { background-color: transparent; background-image: none; }#rlR5K27nxvGJ4QGRgC1JkgBe0BtZlvsF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlR5K27nxvGJ4QGRgC1JkgBe0BtZlvsF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlR5K27nxvGJ4QGRgC1JkgBe0BtZlvsF > .row .container > .video-iframe-container { display: none; }#rlR5K27nxvGJ4QGRgC1JkgBe0BtZlvsF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlR5K27nxvGJ4QGRgC1JkgBe0BtZlvsF > .row > .video-iframe-container { display: none; }#rlR5K27nxvGJ4QGRgC1JkgBe0BtZlvsF > .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); }#rlR5K27nxvGJ4QGRgC1JkgBe0BtZlvsF > .row .container { border-width: 0; border-radius: 0; }#rlR5K27nxvGJ4QGRgC1JkgBe0BtZlvsF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rlR5K27nxvGJ4QGRgC1JkgBe0BtZlvsF > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#WEXiFTKlt5XQfowQZ06P3NuTz3PEEV4w { color:rgba(var(--color-secondary-3),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:29.5625rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#mu1iovzMTql14TpePdF23CrvVfSxlPkb { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.1875rem solid rgba(0,0,0,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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.8125rem;left:0rem;display:block; }
#vZWLUN03ZmKQ0az01aINHL39O3M8fNuR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E1mf213WhbItcrJKoCFD5CGCEmdJm9Ah { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:39.53125rem;left:0.6875rem; }
#MfkCs0cDBfn4N4Z9InDievxsflWWSKZa { box-sizing:content-box;height:53.125rem;width:18.3125rem;position:absolute;display:block;z-index:14995;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/563f2b02-30f3-42e1-8ac7-1d89179f5123/imgi_49_516134128_18127063054454218_2445916882848612257_n.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:38.5rem;display:block; }#MfkCs0cDBfn4N4Z9InDievxsflWWSKZa.adaptive-delivery-prevent-bg, #MfkCs0cDBfn4N4Z9InDievxsflWWSKZa.lazyload, #MfkCs0cDBfn4N4Z9InDievxsflWWSKZa.lazyloading { background-image: none; }
#AeDFT7N1KGfBg1tBuvsl7ut2nuaUD2MP { box-sizing:content-box;height:53.125rem;width:18.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/189e2fd1-dcec-424b-a084-3701288084a0/imgi_47_525705182_18129314518454218_6412396174798770501_n.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:56.8125rem;display:block; }#AeDFT7N1KGfBg1tBuvsl7ut2nuaUD2MP.adaptive-delivery-prevent-bg, #AeDFT7N1KGfBg1tBuvsl7ut2nuaUD2MP.lazyload, #AeDFT7N1KGfBg1tBuvsl7ut2nuaUD2MP.lazyloading { background-image: none; }
#sPwqkeB0e5g3iJCryGTkHwe98Jv98KqI { box-sizing:content-box;height:53.125rem;width:22.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f41ec673-9df4-46c9-811c-a7dbe4d009f1/imgi_34_544636106_18132979495454218_7047541817220956252_n.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:74.9375rem;display:block; }#sPwqkeB0e5g3iJCryGTkHwe98Jv98KqI.adaptive-delivery-prevent-bg, #sPwqkeB0e5g3iJCryGTkHwe98Jv98KqI.lazyload, #sPwqkeB0e5g3iJCryGTkHwe98Jv98KqI.lazyloading { background-image: none; }
#qX0HaXzrpM5XZzwZPMFdP48PeVPifX5T { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:14.0625rem;left:0rem;height:14.296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KAEgSDxAcCUWV2rOkCMfgO6PPiru8nlw { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.8125rem;left:13.25rem;display:block; }
#ofFQzCq9edx6A8MGeLx2Tc3FL0IBXgXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BQoh6yoFx6y9HGEtbzgO3mKuqxsPkew3 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:39.6875rem;left:22.125rem;height:1.125rem;font-style:normal;display:block; }
#RyZqWNECpwXCqp2xPybvHrCJ2LGwXpL3 { 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:3.5rem;width:14.4375rem;top:5.25rem;left:0rem;overflow:hidden;display:block; }
#pI0RIksTZ50g0A9pLV6N0tSEQ1QDVElw { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:3.5625rem;left:33.0625rem;overflow:hidden;display:block; }
#dEOKLBbvrWvC1KMfkd2bg66Uo3beaELR { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9375rem;left:32.4375rem;display:block; }
#ZL9kwRHw3pJwT1PZIPtq6gKG1Svv1Fmm { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.9375rem;left:33.5rem;height:1.85546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kEOTafBs27CkzTOvSMn792r4CBNUxLbf { box-sizing:content-box;height:53.125rem;width:32rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-0),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:6.5625rem;display:block; }
#vdcTtbB3tCFoyiRHno7wRTIG5qLmIuDH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vdcTtbB3tCFoyiRHno7wRTIG5qLmIuDH > .row .container { background-color: transparent; background-image: none; }#vdcTtbB3tCFoyiRHno7wRTIG5qLmIuDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdcTtbB3tCFoyiRHno7wRTIG5qLmIuDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdcTtbB3tCFoyiRHno7wRTIG5qLmIuDH > .row .container > .video-iframe-container { display: none; }#vdcTtbB3tCFoyiRHno7wRTIG5qLmIuDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdcTtbB3tCFoyiRHno7wRTIG5qLmIuDH > .row > .video-iframe-container { display: none; }#vdcTtbB3tCFoyiRHno7wRTIG5qLmIuDH > .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); }#vdcTtbB3tCFoyiRHno7wRTIG5qLmIuDH > .row .container { border-width: 0; border-radius: 0; }#vdcTtbB3tCFoyiRHno7wRTIG5qLmIuDH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdcTtbB3tCFoyiRHno7wRTIG5qLmIuDH > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#yBbyG2a878Q57Hsp1p9hI12x4NwcLX8X { color:rgba(var(--color-tertiary-1),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:3.625rem;left:2.5625rem;height:1.6875rem;font-style:normal;display:block; }
#HcMXnZGpOIxA8LRF0x7l7idabEZJ4lco { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.1875rem;left:0rem; }
#Aw4DFviPu64QQEBTxguMCp9QJXxGAECM { color:rgba(var(--color-tertiary-1),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:3.625rem;left:22.875rem;height:1.6875rem;font-style:normal;display:block; }
#H4ltkUwkaOQQAb5zuV1VvQUg2zft6KAQ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.1875rem;left:20.3125rem; }
#FruQUvhDr0VOBy0bbMUspXRGz1yFyxvd { color:rgba(var(--color-tertiary-1),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:3.625rem;left:43.1875rem;height:1.6875rem;font-style:normal;display:block; }
#NTO8sVSp152viPSmfSVRz7xdRXT6ZdAB { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.1875rem;left:40.625rem; }
#XTnIAIdIdQz59OPqxcNP83xui99nzw0T { color:rgba(var(--color-tertiary-1),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:3.625rem;left:63.3125rem;height:1.6875rem;font-style:normal;display:block; }
#bNyw5TdoPlKPnasfP6QyNKgbmX8fP69g { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.1875rem;left:60.75rem; }
#NEszqglAETenRteO8SsNa758at8s1Cg5 { position:relative;display:block; }#NEszqglAETenRteO8SsNa758at8s1Cg5 { background-color: transparent; background-image: none; }#NEszqglAETenRteO8SsNa758at8s1Cg5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEszqglAETenRteO8SsNa758at8s1Cg5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEszqglAETenRteO8SsNa758at8s1Cg5 > .row .container > .video-iframe-container { display: none; }#NEszqglAETenRteO8SsNa758at8s1Cg5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEszqglAETenRteO8SsNa758at8s1Cg5 > .row > .video-iframe-container { display: none; }#NEszqglAETenRteO8SsNa758at8s1Cg5 > .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); }#NEszqglAETenRteO8SsNa758at8s1Cg5 { border-width: 0; border-radius: 0; }#NEszqglAETenRteO8SsNa758at8s1Cg5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NEszqglAETenRteO8SsNa758at8s1Cg5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 { position:relative;display:block; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 { background-color: transparent; background-image: none; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.86); }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row .container > .video-iframe-container { display: none; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row > .video-iframe-container { display: none; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.86); }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 { border-width: 0; border-radius: 0; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row .container::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-right-radius:initial;border-bottom-left-radius:initial; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/384d8805-2962-453f-8f1f-e2d8839c76fb/outputonlinegiftools1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row .container.adaptive-delivery-prevent-bg, #CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row .container.lazyload, #CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row .container.lazyloading { background-image: none; }#SUg9TNSNbqQ2WkO3EQuSSs6EUI6CpPuT { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.75rem;left:55.625rem;display:block; }
#SiWhW5R3snexE9pFSCwZCSF0SdcrrMqe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qEUdCBBlCUM3PtEl83Omr7ZHCwANHUCN { color:rgba(var(--color-secondary-3),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.875rem;left:7.0625rem;height:11.8125rem;font-style:normal;display:block; }
#pFmHRyFZh3rtrkwuAqtHyE8lMM5gw5gc { color:rgba(var(--color-secondary-3),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6875rem;left:7.0625rem;height:5.25rem;font-style:normal;display:block; }
#Bs6lQawInMUFTa0GcaSwT0aCy3ADlQo0 { box-sizing:content-box;height:29.5rem;width:58.375rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.42), rgba(var(--color-primary-1),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.42), rgba(var(--color-primary-1),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.42), rgba(var(--color-primary-1),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.42), rgba(var(--color-primary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.42)', endColorstr='rgba(var(--color-primary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.42)', endColorstr='rgba(var(--color-primary-1),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.42), rgba(var(--color-primary-1),0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#tg5qGyXLUWX10e7UoVQH7ImqT8wTwaeF { position:relative;display:block; }#tg5qGyXLUWX10e7UoVQH7ImqT8wTwaeF { background-color: transparent; background-image: none; }#tg5qGyXLUWX10e7UoVQH7ImqT8wTwaeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg5qGyXLUWX10e7UoVQH7ImqT8wTwaeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg5qGyXLUWX10e7UoVQH7ImqT8wTwaeF > .row .container > .video-iframe-container { display: none; }#tg5qGyXLUWX10e7UoVQH7ImqT8wTwaeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg5qGyXLUWX10e7UoVQH7ImqT8wTwaeF > .row > .video-iframe-container { display: none; }#tg5qGyXLUWX10e7UoVQH7ImqT8wTwaeF > .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); }#tg5qGyXLUWX10e7UoVQH7ImqT8wTwaeF { border-width: 0; border-radius: 0; }#tg5qGyXLUWX10e7UoVQH7ImqT8wTwaeF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tg5qGyXLUWX10e7UoVQH7ImqT8wTwaeF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R { position:relative;display:block; }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R { background-color: transparent; background-image: none; }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .row .container > .video-iframe-container { display: none; }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .row > .video-iframe-container { display: none; }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .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); }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R { border-width: 0; border-radius: 0; }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.2);background-image:none;font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WSTJTPLL53msqe2zKgoxehBtsCoWnHzE { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:42.5rem;height:5.25rem;font-style:normal;display:block; }
#xTbw2TETquUmUHDepKduDhiXgvH4QDuw { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:17.75rem;left:42.5rem;height:5.0625rem;font-style:normal;display:block; }
#V733zJOL2TGGDiCp9xaqRCidqBw4gTwd { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.9375rem;left:42.5rem;display:block; }
#byTyuqdFgrQZKTbb3RS3GZNMXSEctwMG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IBu1uEmWyLduGRBgRNQHqnumIGT3wr6a { box-sizing:content-box;height:32.8125rem;width:37.5rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/14c66511-4c66-4c8f-91f1-8a15de7c025c/imgi_20_560635051_18137051797454218_5514990171016744730_n.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#IBu1uEmWyLduGRBgRNQHqnumIGT3wr6a.adaptive-delivery-prevent-bg, #IBu1uEmWyLduGRBgRNQHqnumIGT3wr6a.lazyload, #IBu1uEmWyLduGRBgRNQHqnumIGT3wr6a.lazyloading { background-image: none; }
#IBu1uEmWyLduGRBgRNQHqnumIGT3wr6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#LBR0JwAn25yZGedQU0bHeuBp0vyCJA5e { color:rgba(var(--color-primary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5rem;left:42.5rem;height:1.125rem;font-style:normal;display:block; }
#rc3l5Xbt7rSJkbLN1SlD1WryTP8ALoMp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rc3l5Xbt7rSJkbLN1SlD1WryTP8ALoMp > .row .container { background-color: transparent; background-image: none; }#rc3l5Xbt7rSJkbLN1SlD1WryTP8ALoMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc3l5Xbt7rSJkbLN1SlD1WryTP8ALoMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc3l5Xbt7rSJkbLN1SlD1WryTP8ALoMp > .row .container > .video-iframe-container { display: none; }#rc3l5Xbt7rSJkbLN1SlD1WryTP8ALoMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc3l5Xbt7rSJkbLN1SlD1WryTP8ALoMp > .row > .video-iframe-container { display: none; }#rc3l5Xbt7rSJkbLN1SlD1WryTP8ALoMp > .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); }#rc3l5Xbt7rSJkbLN1SlD1WryTP8ALoMp > .row .container { border-width: 0; border-radius: 0; }#rc3l5Xbt7rSJkbLN1SlD1WryTP8ALoMp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rc3l5Xbt7rSJkbLN1SlD1WryTP8ALoMp > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#DdR8nFqEyhI2eofhPdTF5dnK46AB9n6c { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:0rem;height:2.625rem;font-style:normal;display:block; }
#lwbVFzsDHXz2V49S2TLi3h265fdIw3vy { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:15.125rem;left:0rem;height:6.75rem;font-style:normal;display:block; }
#rFiGfttuQwqTZxQe9JZnwOvtPOCw9TTR { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.3125rem;left:0rem;display:block; }
#PBm9xITrMweBDC3yyNVq09F3KS4PTfBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SpzXG4LAvnXq126sqG8TIBoXSHkb27lr { box-sizing:content-box;height:32.8125rem;width:37.5rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eec506be-9a60-4ae0-9308-50a812bd5e35/download16.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:37.5rem;display:block; }#SpzXG4LAvnXq126sqG8TIBoXSHkb27lr.adaptive-delivery-prevent-bg, #SpzXG4LAvnXq126sqG8TIBoXSHkb27lr.lazyload, #SpzXG4LAvnXq126sqG8TIBoXSHkb27lr.lazyloading { background-image: none; }
#SpzXG4LAvnXq126sqG8TIBoXSHkb27lr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#E62ryrgK8UZKPD8hLKdXsCPCKByTHwao { color:rgba(var(--color-primary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5rem;left:0rem;height:1.125rem;font-style:normal;display:block; }
#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q { position:relative;display:block; }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q { background-color: transparent; background-image: none; }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .row .container > .video-iframe-container { display: none; }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .row > .video-iframe-container { display: none; }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .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); }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q { border-width: 0; border-radius: 0; }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#oPt2Gb2KIsky9biUT3VZr4K2G8C1OCil { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:42.5rem;height:2.625rem;font-style:normal;display:block; }
#kyA1SN4BUqewPoDDFhZysX7R6UxeuFph { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:15.125rem;left:42.625rem;height:5.0625rem;font-style:normal;display:block; }
#p7ITwkINcZTAGPMsGMlFKt3Svwo3Tgyo { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.3125rem;left:42.625rem;display:block; }
#v6xae6TzXqnl2f6J8GvTMWptzZw0R9S2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f6viB3e5LXgZWW1ycbsWtNzuqEmk6koy { box-sizing:content-box;height:32.8125rem;width:37.5rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0b6ecbb1-a942-4522-a6e2-d0588124e358/imgi_14_572124129_18139868746454218_7522537416774404279_n.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#f6viB3e5LXgZWW1ycbsWtNzuqEmk6koy.adaptive-delivery-prevent-bg, #f6viB3e5LXgZWW1ycbsWtNzuqEmk6koy.lazyload, #f6viB3e5LXgZWW1ycbsWtNzuqEmk6koy.lazyloading { background-image: none; }
#f6viB3e5LXgZWW1ycbsWtNzuqEmk6koy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#NAEeGBEnUpOx9ZVGgrVmG9DkCv2PzUTN { color:rgba(var(--color-primary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5rem;left:42.5rem;height:1.125rem;font-style:normal;display:block; }
#B03l1NxqnOmwl6SeSrzZZs6PEo6VtNc7 { position:relative;display:block; }#B03l1NxqnOmwl6SeSrzZZs6PEo6VtNc7 { background-color: transparent; background-image: none; }#B03l1NxqnOmwl6SeSrzZZs6PEo6VtNc7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B03l1NxqnOmwl6SeSrzZZs6PEo6VtNc7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B03l1NxqnOmwl6SeSrzZZs6PEo6VtNc7 > .row .container > .video-iframe-container { display: none; }#B03l1NxqnOmwl6SeSrzZZs6PEo6VtNc7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B03l1NxqnOmwl6SeSrzZZs6PEo6VtNc7 > .row > .video-iframe-container { display: none; }#B03l1NxqnOmwl6SeSrzZZs6PEo6VtNc7 > .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); }#B03l1NxqnOmwl6SeSrzZZs6PEo6VtNc7 { border-width: 0; border-radius: 0; }#B03l1NxqnOmwl6SeSrzZZs6PEo6VtNc7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B03l1NxqnOmwl6SeSrzZZs6PEo6VtNc7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bQKdeESr50KTggbQnToSvgilTHV7m6hF { color:rgba(var(--color-primary-4),1);display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:12.25rem;left:20.5rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XdSchrX2bdVl5FMvCBMxA67H1QgT0nNV { color:rgba(var(--color-primary-3),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.125rem;left:23.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cV4EiegElTLRTeTmbgklSohfucRWW13w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:9.25rem;left:36.375rem; }
#xsZF10cndC6tAhgvwEGM4F7JRwGvxxVP { position:relative;display:block; }#xsZF10cndC6tAhgvwEGM4F7JRwGvxxVP { background-color: transparent; background-image: none; }#xsZF10cndC6tAhgvwEGM4F7JRwGvxxVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsZF10cndC6tAhgvwEGM4F7JRwGvxxVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsZF10cndC6tAhgvwEGM4F7JRwGvxxVP > .row .container > .video-iframe-container { display: none; }#xsZF10cndC6tAhgvwEGM4F7JRwGvxxVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsZF10cndC6tAhgvwEGM4F7JRwGvxxVP > .row > .video-iframe-container { display: none; }#xsZF10cndC6tAhgvwEGM4F7JRwGvxxVP > .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); }#xsZF10cndC6tAhgvwEGM4F7JRwGvxxVP { border-width: 0; border-radius: 0; }#xsZF10cndC6tAhgvwEGM4F7JRwGvxxVP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xsZF10cndC6tAhgvwEGM4F7JRwGvxxVP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qNdNLhJVxf4nflRDUe4sZpJ8dltgmZK5 { 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:15.625rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#iTBkGeWse2OLAgT6u1OuLMuoXSFOOAFR { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:12.5rem;top:0rem;left:12.5rem;overflow:hidden;display:block; }
#UMItKWcgUMGcupkMNselLJlPJC4alFGw { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:12.5rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#g7hk2bkozcVLuwGvPd4WfkOghd94aexR { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:12.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#TqyPNTAfHLJR04dQAlvPTEH5KvKybfB2 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:12.5rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#z9IIBuutaW0T936RzpB188dNRhTphldd { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:12.5rem;top:0rem;left:62.5rem;overflow:hidden;display:block; }
#BVvWvgkfaolVMKf693t5VGzOwns90PLs { position:relative;display:none; }#BVvWvgkfaolVMKf693t5VGzOwns90PLs { border-width: 0; border-radius: 0; }#BVvWvgkfaolVMKf693t5VGzOwns90PLs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BVvWvgkfaolVMKf693t5VGzOwns90PLs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uATORCLR1oTKXTwl0HlQzCrtkAP9IJeB { position:absolute;display:block;z-index:15006;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:5rem;width:2.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#i5TVlNUy71JyhGTetF6ahtv7ymhrarwT { position:absolute;display:block;z-index:15007;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:5rem;width:2.8125rem;top:0rem;left:3.4375rem;overflow:hidden;display:block; }
#nBGkhnp4agPRrtRnlTUN4oC8kawVr4WC { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:2.8125rem;top:0rem;left:8.3125rem;overflow:hidden;display:block; }
#pkCPxmfwwAquAy1VgxAUSQHROq8T9NKG { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:2.8125rem;top:0rem;left:13.125rem;overflow:hidden;display:block; }
#hPGWW8EXycgen5UNcr92ZapxFo2dEbMc { 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:5rem;width:2.8125rem;top:0rem;left:17.1875rem;overflow:hidden;display:block; }
#E0E10LVo32TFaTyr71FKcw7nqy8BTlsO { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:2.8125rem;top:0rem;left:22rem;overflow:hidden;display:block; }
#NzFco7McAL4EHfLpfBHzrxquHewlo26c { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:2.75rem;top:0rem;left:26.75rem;overflow:hidden;display:block; }
#TCMSe603e9gT8gUTPBNo1pn9QMNpC67S { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:2.75rem;top:0rem;left:31rem;overflow:hidden;display:block; }
#nHZVQubRV0dSLtvhD9kKwgd7H4fTaEkz { position:relative;display:block; }#nHZVQubRV0dSLtvhD9kKwgd7H4fTaEkz { background-color: transparent; background-image: none; }#nHZVQubRV0dSLtvhD9kKwgd7H4fTaEkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHZVQubRV0dSLtvhD9kKwgd7H4fTaEkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHZVQubRV0dSLtvhD9kKwgd7H4fTaEkz > .row .container > .video-iframe-container { display: none; }#nHZVQubRV0dSLtvhD9kKwgd7H4fTaEkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHZVQubRV0dSLtvhD9kKwgd7H4fTaEkz > .row > .video-iframe-container { display: none; }#nHZVQubRV0dSLtvhD9kKwgd7H4fTaEkz > .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); }#nHZVQubRV0dSLtvhD9kKwgd7H4fTaEkz { border-width: 0; border-radius: 0; }#nHZVQubRV0dSLtvhD9kKwgd7H4fTaEkz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nHZVQubRV0dSLtvhD9kKwgd7H4fTaEkz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UDC9PEn9mbRHEkqJI5F2C5VNTcmHHIbp { color:rgba(var(--color-primary-3),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:7.5rem;left:31.125rem;height:2.625rem;font-style:normal;display:block; }
#AVZqh1QOpS5BezcgmqqGuXz4CTbO57LK { color:rgba(var(--color-secondary-3),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:12.625rem;left:31.125rem;height:6.75rem;font-style:normal;display:block; }
#d1eJvk2eIVrKaXcklPK1DTfHXy4yl9sz { color:rgba(var(--color-primary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:24.1875rem;left:31.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RM3E2Hc9rtMu6n8GU3Ewrwn9enZgkkn3 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:26.6875rem;left:31.125rem;height:1.40625rem;font-style:normal;display:block; }
#gACcH4BhJqMXitetJkAIm7ETXs2esico { color:rgba(var(--color-primary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:30.625rem;left:31.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PqTHuNtsJ40Kyq3JAvzeISBN7uTGDKn8 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:33.125rem;left:31.125rem;height:1.40625rem;font-style:normal;display:block; }
#Luftis4MaGphUnRr7K6CaVztH5p1f9JT { color:rgba(var(--color-primary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:37rem;left:31.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NuMTOhOu1ZzyluS3wL1LRoXtCgf8BEPI { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:39.5rem;left:31.125rem;height:1.40625rem;font-style:normal;display:block; }
#E53zi2F8s66wiUX1VBcKwuzExctKdsOA { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:45.9375rem;left:31.125rem;height:1.40625rem;font-style:normal;display:block; }
#BnptObTLaItnNtvogrOwXGMz2GzJ96kT { color:rgba(var(--color-primary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:43.4375rem;left:31.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QgHdHsBwsosTB2ish633tXMqrcZxZNCt { box-sizing:content-box;height:42.125rem;width:44.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/63596094-f05c-40c4-be0c-755e1c3bce5c/Image_fx2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.9375rem;left:-19.875rem;display:block; }#QgHdHsBwsosTB2ish633tXMqrcZxZNCt.adaptive-delivery-prevent-bg, #QgHdHsBwsosTB2ish633tXMqrcZxZNCt.lazyload, #QgHdHsBwsosTB2ish633tXMqrcZxZNCt.lazyloading { background-image: none; }
#QgHdHsBwsosTB2ish633tXMqrcZxZNCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#z59hSEennWBsT4V4uXl22avpDrgcwMaG { box-sizing:content-box;height:27.875rem;width:58.375rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.42), rgba(var(--color-primary-1),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.42), rgba(var(--color-primary-1),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.42), rgba(var(--color-primary-1),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.42), rgba(var(--color-primary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.42)', endColorstr='rgba(var(--color-primary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.42)', endColorstr='rgba(var(--color-primary-1),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.42), rgba(var(--color-primary-1),0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.25rem;left:16.625rem;display:block; }
#DJZNgzn87TygMgRxOrsMZt9FoKNPa3GN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.4);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; }#DJZNgzn87TygMgRxOrsMZt9FoKNPa3GN > .row .container { background-color: transparent; background-image: none; }#DJZNgzn87TygMgRxOrsMZt9FoKNPa3GN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJZNgzn87TygMgRxOrsMZt9FoKNPa3GN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJZNgzn87TygMgRxOrsMZt9FoKNPa3GN > .row .container > .video-iframe-container { display: none; }#DJZNgzn87TygMgRxOrsMZt9FoKNPa3GN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJZNgzn87TygMgRxOrsMZt9FoKNPa3GN > .row > .video-iframe-container { display: none; }#DJZNgzn87TygMgRxOrsMZt9FoKNPa3GN > .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); }#DJZNgzn87TygMgRxOrsMZt9FoKNPa3GN > .row .container { border-width: 0; border-radius: 0; }#DJZNgzn87TygMgRxOrsMZt9FoKNPa3GN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DJZNgzn87TygMgRxOrsMZt9FoKNPa3GN > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#Pbiwvs6hHAH4xQArfQD4yvB9vHneUNIo { color:rgba(var(--color-primary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.9375rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#slR0tS39GbyLuFsJhQKn8tofzdFoRWii { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.1875rem;left:0rem; }
#wTAVUXam0y86Qc5UqtILHOBhs2ZyGIGo { color:rgba(var(--color-primary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:10.9375rem;left:20rem;height:3.375rem;font-style:normal;display:block; }
#pLQ5yEBhJNzADyv3qqZwlisZ6Hc7QQBD { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.1875rem;left:20rem; }
#ltTnZRxGaJUkKraEXTvxcMevqJBvAe9m { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:10.9375rem;left:40rem;height:3.375rem;font-style:normal;display:block; }
#gzeer8phifWPdQAQSaa0gEZQASHoWK2T { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.1875rem;left:40rem; }
#WOwf7k7RyG2PtILbTDcCZWLSXvivNkop { color:rgba(var(--color-primary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:10.9375rem;left:60rem;height:3.375rem;font-style:normal;display:block; }
#CdrNRWAZ8Rt2ru76h7bWbrldEZuEM19T { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.1875rem;left:60rem; }
#GkvdRpTHVfQ0Buwg1arKALdERfLeJofa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.4);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; }#GkvdRpTHVfQ0Buwg1arKALdERfLeJofa > .row .container { background-color: transparent; background-image: none; }#GkvdRpTHVfQ0Buwg1arKALdERfLeJofa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkvdRpTHVfQ0Buwg1arKALdERfLeJofa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkvdRpTHVfQ0Buwg1arKALdERfLeJofa > .row .container > .video-iframe-container { display: none; }#GkvdRpTHVfQ0Buwg1arKALdERfLeJofa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkvdRpTHVfQ0Buwg1arKALdERfLeJofa > .row > .video-iframe-container { display: none; }#GkvdRpTHVfQ0Buwg1arKALdERfLeJofa > .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); }#GkvdRpTHVfQ0Buwg1arKALdERfLeJofa > .row .container { border-width: 0; border-radius: 0; }#GkvdRpTHVfQ0Buwg1arKALdERfLeJofa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GkvdRpTHVfQ0Buwg1arKALdERfLeJofa > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#EPRBWSrSw4mUybR3oRPrOUuyU9PEN60g { color:rgba(var(--color-primary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.9375rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#IyNSyXVE8oigx5hz53ul9gQfRPlbe3IH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.1875rem;left:0rem; }
#qcJorwk2GKk9bLqTFAPnT1JEzzahdtDL { color:rgba(var(--color-primary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:10.9375rem;left:20rem;height:3.375rem;font-style:normal;display:block; }
#wiiTzBsMrUFUWy7GgesVc4CgSQitzc7e { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.1875rem;left:20rem; }
#cP9ltF026E7JMQk1MLMBJ092DDxUABAo { color:rgba(var(--color-primary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:10.9375rem;left:40rem;height:3.375rem;font-style:normal;display:block; }
#zT0ONyg2A1KVAAT7tko6CwDy89Fpuilt { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.1875rem;left:40rem; }
#ACb65sWTxFqgJQ3TyKwUzlw2XSRkFXdL { color:rgba(var(--color-primary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:10.9375rem;left:60rem;height:3.375rem;font-style:normal;display:block; }
#t3HtmDQRQ3WEJU9ne8WCVP7oQKKNIWKk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.1875rem;left:60rem; }
#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 { 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; }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .row .container { background-color: transparent; background-image: none; }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .row .container > .video-iframe-container { display: none; }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .row > .video-iframe-container { display: none; }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .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); }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .row .container { border-width: 0; border-radius: 0; }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#mTKyOpiI9gVfRV8RRHaMnK2GvagQQOy8 { color:rgba(var(--color-primary-4),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4375rem;left:16.0625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ye9hmwRIkuQmgLWIfUr3grQD12MOyHnH { position:relative;display:block; }#ye9hmwRIkuQmgLWIfUr3grQD12MOyHnH { background-color: transparent; background-image: none; }#ye9hmwRIkuQmgLWIfUr3grQD12MOyHnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ye9hmwRIkuQmgLWIfUr3grQD12MOyHnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ye9hmwRIkuQmgLWIfUr3grQD12MOyHnH > .row .container > .video-iframe-container { display: none; }#ye9hmwRIkuQmgLWIfUr3grQD12MOyHnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ye9hmwRIkuQmgLWIfUr3grQD12MOyHnH > .row > .video-iframe-container { display: none; }#ye9hmwRIkuQmgLWIfUr3grQD12MOyHnH > .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); }#ye9hmwRIkuQmgLWIfUr3grQD12MOyHnH { border-width: 0; border-radius: 0; }#ye9hmwRIkuQmgLWIfUr3grQD12MOyHnH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ye9hmwRIkuQmgLWIfUr3grQD12MOyHnH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nPwDFXPUOKw5TRUnAFlRzPRZ06nTP9HT { 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:26.6875rem;width:23.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FnZSdAHheqCOPDq9L1uyrcOwNTiHKisV { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:23.5625rem;top:0rem;left:25.71875rem;overflow:hidden;display:block; }
#ESkf8FAIHs2hv6nGaJkWHRLsDdbyJy6D { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:23.1875rem;top:0rem;left:51.8125rem;overflow:hidden;display:block; }
#WHwWEoexWtJADeuHFQSqQ0IKlQ1omqMI { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:22.875rem;top:13.75rem;left:26.0625rem;overflow:hidden;display:block; }
#MBlDerOpd8XgNedX5y7PTmZaC6Bdr8N7 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:23rem;top:21.8125rem;left:52rem;overflow:hidden;display:block; }
#KRqzPtlZOeeeX36baCM0kAG6dIhgT2kI { 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:11.1875rem;width:23.1875rem;top:27.8125rem;left:25.90625rem;overflow:hidden;display:block; }
#zDnw7PyZrFIyx6vhJrg6k8gAxWpgIBR6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zDnw7PyZrFIyx6vhJrg6k8gAxWpgIBR6 > .row .container { background-color: transparent; background-image: none; }#zDnw7PyZrFIyx6vhJrg6k8gAxWpgIBR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDnw7PyZrFIyx6vhJrg6k8gAxWpgIBR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDnw7PyZrFIyx6vhJrg6k8gAxWpgIBR6 > .row .container > .video-iframe-container { display: none; }#zDnw7PyZrFIyx6vhJrg6k8gAxWpgIBR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDnw7PyZrFIyx6vhJrg6k8gAxWpgIBR6 > .row > .video-iframe-container { display: none; }#zDnw7PyZrFIyx6vhJrg6k8gAxWpgIBR6 > .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); }#zDnw7PyZrFIyx6vhJrg6k8gAxWpgIBR6 > .row .container { border-width: 0; border-radius: 0; }#zDnw7PyZrFIyx6vhJrg6k8gAxWpgIBR6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zDnw7PyZrFIyx6vhJrg6k8gAxWpgIBR6 > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#VnkgwkEpCBeT0xx9CT8ShvsLzsHVQeLD { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:1.4375rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTTFeTZF3XwN7WF7cEsVFvb5I2Vm6Kuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sTTFeTZF3XwN7WF7cEsVFvb5I2Vm6Kuk > .row .container { background-color: transparent; background-image: none; }#sTTFeTZF3XwN7WF7cEsVFvb5I2Vm6Kuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTTFeTZF3XwN7WF7cEsVFvb5I2Vm6Kuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTTFeTZF3XwN7WF7cEsVFvb5I2Vm6Kuk > .row .container > .video-iframe-container { display: none; }#sTTFeTZF3XwN7WF7cEsVFvb5I2Vm6Kuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTTFeTZF3XwN7WF7cEsVFvb5I2Vm6Kuk > .row > .video-iframe-container { display: none; }#sTTFeTZF3XwN7WF7cEsVFvb5I2Vm6Kuk > .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); }#sTTFeTZF3XwN7WF7cEsVFvb5I2Vm6Kuk > .row .container { border-width: 0; border-radius: 0; }#sTTFeTZF3XwN7WF7cEsVFvb5I2Vm6Kuk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTTFeTZF3XwN7WF7cEsVFvb5I2Vm6Kuk > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#q1Qqgyx8yUflSrWqZCw8ozAO6t4At604 { color:rgba(var(--color-primary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:4.375rem;left:21.0625rem;height:4.21875rem;font-style:normal;display:block; }
#sqk6lyg78Slzb4i6eAGOAFLDqMlozZIl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.3125rem;left:71.875rem; }
#sqk6lyg78Slzb4i6eAGOAFLDqMlozZIl > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#hLquM7v0NKE1800VAkvMaXTzp8f3qiZ1 { color:rgba(var(--color-primary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:4.375rem;left:46.25rem;height:4.21875rem;font-style:normal;display:block; }
#peqD8M1M2nTaHZ7TFVCpQrvdkFLTwSTB { 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:3rem;width:12.25rem;top:4.5625rem;left:0rem;overflow:hidden;display:block; }
#CWuZ9gMtDRDaZbVCO0rSEMS3fsb9cEe5 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.15625rem;left:21.0625rem;display:block; }
#masTexAMVzwFomNLegUOgCf2oB1QIU7s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #yyWTaKqT1lg5I3QJN3bTUaMBLypFSxlI > .row .container { background-color: transparent; background-image: none; }#yyWTaKqT1lg5I3QJN3bTUaMBLypFSxlI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyWTaKqT1lg5I3QJN3bTUaMBLypFSxlI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyWTaKqT1lg5I3QJN3bTUaMBLypFSxlI > .row .container > .video-iframe-container { display: none; }#yyWTaKqT1lg5I3QJN3bTUaMBLypFSxlI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyWTaKqT1lg5I3QJN3bTUaMBLypFSxlI > .row > .video-iframe-container { display: none; }#yyWTaKqT1lg5I3QJN3bTUaMBLypFSxlI > .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); }#yyWTaKqT1lg5I3QJN3bTUaMBLypFSxlI > .row .container { border-width: 0; border-radius: 0; }#yyWTaKqT1lg5I3QJN3bTUaMBLypFSxlI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yyWTaKqT1lg5I3QJN3bTUaMBLypFSxlI > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#fXxgRsLg0kV9iidJHVSn6MM9EiTl1Qwm { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#fXxgRsLg0kV9iidJHVSn6MM9EiTl1Qwm { background-color: transparent; background-image: none; }#fXxgRsLg0kV9iidJHVSn6MM9EiTl1Qwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXxgRsLg0kV9iidJHVSn6MM9EiTl1Qwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXxgRsLg0kV9iidJHVSn6MM9EiTl1Qwm > .row .container > .video-iframe-container { display: none; }#fXxgRsLg0kV9iidJHVSn6MM9EiTl1Qwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXxgRsLg0kV9iidJHVSn6MM9EiTl1Qwm > .row > .video-iframe-container { display: none; }#fXxgRsLg0kV9iidJHVSn6MM9EiTl1Qwm > .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); }#fXxgRsLg0kV9iidJHVSn6MM9EiTl1Qwm { border-width: 0; border-radius: 0; }#fXxgRsLg0kV9iidJHVSn6MM9EiTl1Qwm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fXxgRsLg0kV9iidJHVSn6MM9EiTl1Qwm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FzTSugoZNTctIvTVmTiShxSa2figz40R { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#TWfoJVaLlSn4E5qmWKNr6JVpxr9LGXXv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTVFpMK1V28pr2W7SVV9El8gk6CT09TN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#QTAK4ZHUJsToAUKTWar4NAZdpEX0zl5p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rlR5K27nxvGJ4QGRgC1JkgBe0BtZlvsF { display:block; }#rlR5K27nxvGJ4QGRgC1JkgBe0BtZlvsF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEXiFTKlt5XQfowQZ06P3NuTz3PEEV4w { width:31.6875rem;height:5.625rem;top:29.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu1iovzMTql14TpePdF23CrvVfSxlPkb { width:12.4375rem;height:2.875rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZWLUN03ZmKQ0az01aINHL39O3M8fNuR { display:block; }
 }@media only screen and (max-width: 763px) { #E1mf213WhbItcrJKoCFD5CGCEmdJm9Ah { width:1.4375rem;height:1.4375rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfkCs0cDBfn4N4Z9InDievxsflWWSKZa { width:18.3125rem;height:53.125rem;top:0rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeDFT7N1KGfBg1tBuvsl7ut2nuaUD2MP { width:18.375rem;height:53.125rem;top:0rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPwqkeB0e5g3iJCryGTkHwe98Jv98KqI { width:22.9375rem;height:53.125rem;top:0rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX0HaXzrpM5XZzwZPMFdP48PeVPifX5T { width:35.8125rem;height:14.25rem;top:14.0625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAEgSDxAcCUWV2rOkCMfgO6PPiru8nlw { width:7.875rem;height:2.875rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofFQzCq9edx6A8MGeLx2Tc3FL0IBXgXR { display:block; }
 }@media only screen and (max-width: 763px) { #BQoh6yoFx6y9HGEtbzgO3mKuqxsPkew3 { width:13.1875rem;height:1.125rem;top:39.6875rem;left:8.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyZqWNECpwXCqp2xPybvHrCJ2LGwXpL3 { width:14.4375rem;height:3.5rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI0RIksTZ50g0A9pLV6N0tSEQ1QDVElw { width:6.875rem;height:6.875rem;top:3.5625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEOKLBbvrWvC1KMfkd2bg66Uo3beaELR { width:8.125rem;height:8.125rem;top:2.9375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL9kwRHw3pJwT1PZIPtq6gKG1Svv1Fmm { width:6rem;height:1.8125rem;top:5.9375rem;left:19.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEOTafBs27CkzTOvSMn792r4CBNUxLbf { width:32rem;height:53.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdcTtbB3tCFoyiRHno7wRTIG5qLmIuDH { display:block; }#vdcTtbB3tCFoyiRHno7wRTIG5qLmIuDH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBbyG2a878Q57Hsp1p9hI12x4NwcLX8X { width:11.5625rem;height:1.6875rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcMXnZGpOIxA8LRF0x7l7idabEZJ4lco { width:2.5rem;height:2.5rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw4DFviPu64QQEBTxguMCp9QJXxGAECM { width:14.0625rem;height:1.6875rem;top:3.625rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4ltkUwkaOQQAb5zuV1VvQUg2zft6KAQ { width:2.5rem;height:2.5rem;top:3.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FruQUvhDr0VOBy0bbMUspXRGz1yFyxvd { width:14.0625rem;height:1.6875rem;top:3.625rem;left:21.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTO8sVSp152viPSmfSVRz7xdRXT6ZdAB { width:2.5rem;height:2.5rem;top:3.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTnIAIdIdQz59OPqxcNP83xui99nzw0T { width:11.6875rem;height:1.6875rem;top:3.625rem;left:36.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNyw5TdoPlKPnasfP6QyNKgbmX8fP69g { width:2.5rem;height:2.5rem;top:3.1875rem;left:36.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEszqglAETenRteO8SsNa758at8s1Cg5 { display:block; }#NEszqglAETenRteO8SsNa758at8s1Cg5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 { display:block; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUg9TNSNbqQ2WkO3EQuSSs6EUI6CpPuT { width:12.4375rem;height:2.875rem;top:21.75rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiWhW5R3snexE9pFSCwZCSF0SdcrrMqe { display:block; }
 }@media only screen and (max-width: 763px) { #qEUdCBBlCUM3PtEl83Omr7ZHCwANHUCN { width:37.8125rem;height:11.8125rem;top:12.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFmHRyFZh3rtrkwuAqtHyE8lMM5gw5gc { width:34.0625rem;height:5.25rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs6lQawInMUFTa0GcaSwT0aCy3ADlQo0 { width:47.75rem;height:29.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg5qGyXLUWX10e7UoVQH7ImqT8wTwaeF { display:block; }#tg5qGyXLUWX10e7UoVQH7ImqT8wTwaeF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8nZm2bqa7fTyC83CDveq9D36wCtfp4R { display:block; }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSTJTPLL53msqe2zKgoxehBtsCoWnHzE { width:29.125rem;height:5.25rem;top:7.5rem;left:18.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTbw2TETquUmUHDepKduDhiXgvH4QDuw { width:32rem;height:5.0625rem;top:17.75rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V733zJOL2TGGDiCp9xaqRCidqBw4gTwd { width:12.4375rem;height:2.875rem;top:25.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byTyuqdFgrQZKTbb3RS3GZNMXSEctwMG { display:block; }
 }@media only screen and (max-width: 763px) { #IBu1uEmWyLduGRBgRNQHqnumIGT3wr6a { width:37.5rem;height:32.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBR0JwAn25yZGedQU0bHeuBp0vyCJA5e { width:28.625rem;height:1.125rem;top:5rem;left:19.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc3l5Xbt7rSJkbLN1SlD1WryTP8ALoMp { display:block; }#rc3l5Xbt7rSJkbLN1SlD1WryTP8ALoMp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdR8nFqEyhI2eofhPdTF5dnK46AB9n6c { width:29.125rem;height:2.625rem;top:7.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwbVFzsDHXz2V49S2TLi3h265fdIw3vy { width:32rem;height:6.75rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFiGfttuQwqTZxQe9JZnwOvtPOCw9TTR { width:12.4375rem;height:2.875rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBm9xITrMweBDC3yyNVq09F3KS4PTfBg { display:block; }
 }@media only screen and (max-width: 763px) { #SpzXG4LAvnXq126sqG8TIBoXSHkb27lr { width:37.5rem;height:32.8125rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E62ryrgK8UZKPD8hLKdXsCPCKByTHwao { width:28.625rem;height:1.125rem;top:5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q { display:block; }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPt2Gb2KIsky9biUT3VZr4K2G8C1OCil { width:29.125rem;height:2.625rem;top:7.5rem;left:18.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyA1SN4BUqewPoDDFhZysX7R6UxeuFph { width:28.875rem;height:5.0625rem;top:15.125rem;left:18.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7ITwkINcZTAGPMsGMlFKt3Svwo3Tgyo { width:12.4375rem;height:2.875rem;top:23.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6xae6TzXqnl2f6J8GvTMWptzZw0R9S2 { display:block; }
 }@media only screen and (max-width: 763px) { #f6viB3e5LXgZWW1ycbsWtNzuqEmk6koy { width:37.5rem;height:32.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAEeGBEnUpOx9ZVGgrVmG9DkCv2PzUTN { width:28.625rem;height:1.125rem;top:5rem;left:19.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B03l1NxqnOmwl6SeSrzZZs6PEo6VtNc7 { display:block; }#B03l1NxqnOmwl6SeSrzZZs6PEo6VtNc7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQKdeESr50KTggbQnToSvgilTHV7m6hF { width:34rem;height:2.625rem;top:12.25rem;left:6.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdSchrX2bdVl5FMvCBMxA67H1QgT0nNV { width:28.625rem;height:1.125rem;top:16.125rem;left:9.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV4EiegElTLRTeTmbgklSohfucRWW13w { width:2.25rem;height:2.25rem;top:9.25rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsZF10cndC6tAhgvwEGM4F7JRwGvxxVP { display:block; }#xsZF10cndC6tAhgvwEGM4F7JRwGvxxVP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNdNLhJVxf4nflRDUe4sZpJ8dltgmZK5 { width:12.5rem;height:15.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTBkGeWse2OLAgT6u1OuLMuoXSFOOAFR { width:12.5rem;height:15.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMItKWcgUMGcupkMNselLJlPJC4alFGw { width:12.5rem;height:15.625rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7hk2bkozcVLuwGvPd4WfkOghd94aexR { width:12.5rem;height:15.625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqyPNTAfHLJR04dQAlvPTEH5KvKybfB2 { width:12.5rem;height:15.625rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9IIBuutaW0T936RzpB188dNRhTphldd { width:12.5rem;height:15.625rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVvWvgkfaolVMKf693t5VGzOwns90PLs { display:block; }#BVvWvgkfaolVMKf693t5VGzOwns90PLs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uATORCLR1oTKXTwl0HlQzCrtkAP9IJeB { width:2.8125rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5TVlNUy71JyhGTetF6ahtv7ymhrarwT { width:2.8125rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBGkhnp4agPRrtRnlTUN4oC8kawVr4WC { width:2.8125rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkCPxmfwwAquAy1VgxAUSQHROq8T9NKG { width:2.8125rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPGWW8EXycgen5UNcr92ZapxFo2dEbMc { width:2.8125rem;height:5rem;top:0rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0E10LVo32TFaTyr71FKcw7nqy8BTlsO { width:2.8125rem;height:5rem;top:0rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzFco7McAL4EHfLpfBHzrxquHewlo26c { width:2.75rem;height:3.5rem;top:0rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCMSe603e9gT8gUTPBNo1pn9QMNpC67S { width:2.75rem;height:3.5rem;top:0rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHZVQubRV0dSLtvhD9kKwgd7H4fTaEkz { display:block; }#nHZVQubRV0dSLtvhD9kKwgd7H4fTaEkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDC9PEn9mbRHEkqJI5F2C5VNTcmHHIbp { width:37.375rem;height:2.625rem;top:7.5rem;left:10.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVZqh1QOpS5BezcgmqqGuXz4CTbO57LK { width:39.0625rem;height:6.75rem;top:12.625rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1eJvk2eIVrKaXcklPK1DTfHXy4yl9sz { width:32rem;height:1.875rem;top:24.1875rem;left:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM3E2Hc9rtMu6n8GU3Ewrwn9enZgkkn3 { width:39.9375rem;height:1.4375rem;top:26.6875rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gACcH4BhJqMXitetJkAIm7ETXs2esico { width:32rem;height:1.875rem;top:30.625rem;left:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqTHuNtsJ40Kyq3JAvzeISBN7uTGDKn8 { width:39.9375rem;height:1.375rem;top:33.125rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Luftis4MaGphUnRr7K6CaVztH5p1f9JT { width:32rem;height:1.875rem;top:37rem;left:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuMTOhOu1ZzyluS3wL1LRoXtCgf8BEPI { width:39.9375rem;height:1.375rem;top:39.5rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E53zi2F8s66wiUX1VBcKwuzExctKdsOA { width:39.9375rem;height:1.375rem;top:45.9375rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnptObTLaItnNtvogrOwXGMz2GzJ96kT { width:32rem;height:1.875rem;top:43.4375rem;left:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgHdHsBwsosTB2ish633tXMqrcZxZNCt { width:44.9375rem;height:42.125rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z59hSEennWBsT4V4uXl22avpDrgcwMaG { width:47.75rem;height:27.875rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJZNgzn87TygMgRxOrsMZt9FoKNPa3GN { display:block; }#DJZNgzn87TygMgRxOrsMZt9FoKNPa3GN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pbiwvs6hHAH4xQArfQD4yvB9vHneUNIo { width:14.5rem;height:3.375rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slR0tS39GbyLuFsJhQKn8tofzdFoRWii { width:2.5rem;height:2.5rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTAVUXam0y86Qc5UqtILHOBhs2ZyGIGo { width:14.375rem;height:3.375rem;top:10.9375rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLQ5yEBhJNzADyv3qqZwlisZ6Hc7QQBD { width:2.5rem;height:2.5rem;top:7.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltTnZRxGaJUkKraEXTvxcMevqJBvAe9m { width:12.5rem;height:3.375rem;top:10.9375rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzeer8phifWPdQAQSaa0gEZQASHoWK2T { width:2.5rem;height:2.5rem;top:7.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOwf7k7RyG2PtILbTDcCZWLSXvivNkop { width:14.3125rem;height:3.375rem;top:10.9375rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdrNRWAZ8Rt2ru76h7bWbrldEZuEM19T { width:2.5rem;height:2.5rem;top:7.1875rem;left:36.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkvdRpTHVfQ0Buwg1arKALdERfLeJofa { display:block; }#GkvdRpTHVfQ0Buwg1arKALdERfLeJofa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPRBWSrSw4mUybR3oRPrOUuyU9PEN60g { width:16.625rem;height:3.375rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyNSyXVE8oigx5hz53ul9gQfRPlbe3IH { width:2.5rem;height:2.5rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcJorwk2GKk9bLqTFAPnT1JEzzahdtDL { width:15.375rem;height:3.375rem;top:10.9375rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiiTzBsMrUFUWy7GgesVc4CgSQitzc7e { width:2.5rem;height:2.5rem;top:7.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP9ltF026E7JMQk1MLMBJ092DDxUABAo { width:13.625rem;height:3.375rem;top:10.9375rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT0ONyg2A1KVAAT7tko6CwDy89Fpuilt { width:2.5rem;height:2.5rem;top:7.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACb65sWTxFqgJQ3TyKwUzlw2XSRkFXdL { width:14.3125rem;height:3.375rem;top:10.9375rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3HtmDQRQ3WEJU9ne8WCVP7oQKKNIWKk { width:2.5rem;height:2.5rem;top:7.1875rem;left:36.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 { display:block; }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTKyOpiI9gVfRV8RRHaMnK2GvagQQOy8 { width:42.875rem;height:2.875rem;top:6.4375rem;left:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye9hmwRIkuQmgLWIfUr3grQD12MOyHnH { display:block; }#ye9hmwRIkuQmgLWIfUr3grQD12MOyHnH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPwDFXPUOKw5TRUnAFlRzPRZ06nTP9HT { width:23.5rem;height:26.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnZSdAHheqCOPDq9L1uyrcOwNTiHKisV { width:23.5625rem;height:11.0625rem;top:0rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESkf8FAIHs2hv6nGaJkWHRLsDdbyJy6D { width:23.1875rem;height:19.0625rem;top:0rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHwWEoexWtJADeuHFQSqQ0IKlQ1omqMI { width:22.875rem;height:11.25rem;top:13.75rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBlDerOpd8XgNedX5y7PTmZaC6Bdr8N7 { width:23rem;height:11.125rem;top:21.8125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRqzPtlZOeeeX36baCM0kAG6dIhgT2kI { width:23.1875rem;height:11.1875rem;top:27.8125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDnw7PyZrFIyx6vhJrg6k8gAxWpgIBR6 { display:block; }#zDnw7PyZrFIyx6vhJrg6k8gAxWpgIBR6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnkgwkEpCBeT0xx9CT8ShvsLzsHVQeLD { width:47.75rem;height:1.875rem;top:1.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTFeTZF3XwN7WF7cEsVFvb5I2Vm6Kuk { display:block; }#sTTFeTZF3XwN7WF7cEsVFvb5I2Vm6Kuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1Qqgyx8yUflSrWqZCw8ozAO6t4At604 { width:17.4375rem;height:4.1875rem;top:4.375rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqk6lyg78Slzb4i6eAGOAFLDqMlozZIl { width:3.125rem;height:3.125rem;top:4.3125rem;left:44.625rem;display:block; }
#sqk6lyg78Slzb4i6eAGOAFLDqMlozZIl > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #hLquM7v0NKE1800VAkvMaXTzp8f3qiZ1 { width:17.4375rem;height:4.1875rem;top:4.375rem;left:30.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peqD8M1M2nTaHZ7TFVCpQrvdkFLTwSTB { width:12.25rem;height:3rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWuZ9gMtDRDaZbVCO0rSEMS3fsb9cEe5 { width:12.4375rem;height:2.875rem;top:10.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #masTexAMVzwFomNLegUOgCf2oB1QIU7s { display:block; }
 }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #yyWTaKqT1lg5I3QJN3bTUaMBLypFSxlI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXxgRsLg0kV9iidJHVSn6MM9EiTl1Qwm { display:block; }#fXxgRsLg0kV9iidJHVSn6MM9EiTl1Qwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzTSugoZNTctIvTVmTiShxSa2figz40R { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWfoJVaLlSn4E5qmWKNr6JVpxr9LGXXv { display:block; }
 }@media only screen and (max-width: 763px) { #fTVFpMK1V28pr2W7SVV9El8gk6CT09TN { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTAK4ZHUJsToAUKTWar4NAZdpEX0zl5p { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rlR5K27nxvGJ4QGRgC1JkgBe0BtZlvsF { display:block; }#rlR5K27nxvGJ4QGRgC1JkgBe0BtZlvsF > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEXiFTKlt5XQfowQZ06P3NuTz3PEEV4w { width:20rem;height:6rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu1iovzMTql14TpePdF23CrvVfSxlPkb { width:12.3125rem;height:2.875rem;top:27.1591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZWLUN03ZmKQ0az01aINHL39O3M8fNuR { display:block; }
 }@media only screen and (max-width: 763px) { #E1mf213WhbItcrJKoCFD5CGCEmdJm9Ah { display:flex;width:1.4375rem;height:1.4375rem;top:27.8779296875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #MfkCs0cDBfn4N4Z9InDievxsflWWSKZa { width:11.4375rem;height:16.875rem;top:35.375rem;left:13.4375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #AeDFT7N1KGfBg1tBuvsl7ut2nuaUD2MP { width:8.3125rem;height:16.875rem;top:35.375rem;left:5.84375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #sPwqkeB0e5g3iJCryGTkHwe98Jv98KqI { width:11.9375rem;height:16.875rem;top:35.375rem;left:-6rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #qX0HaXzrpM5XZzwZPMFdP48PeVPifX5T { width:20rem;height:8.25rem;top:8.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAEgSDxAcCUWV2rOkCMfgO6PPiru8nlw { width:6.375rem;height:2.875rem;top:27.1591796875rem;left:13.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofFQzCq9edx6A8MGeLx2Tc3FL0IBXgXR { display:block; }
 }@media only screen and (max-width: 763px) { #BQoh6yoFx6y9HGEtbzgO3mKuqxsPkew3 { width:12.3125rem;height:0.75rem;top:30.7216796875rem;left:0rem;font-size:0.625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RyZqWNECpwXCqp2xPybvHrCJ2LGwXpL3 { width:10.6875rem;height:2.5625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI0RIksTZ50g0A9pLV6N0tSEQ1QDVElw { width:4.75rem;height:4.75rem;top:0.5625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEOKLBbvrWvC1KMfkd2bg66Uo3beaELR { width:7.1875rem;height:7.1875rem;top:31.4716796875rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZL9kwRHw3pJwT1PZIPtq6gKG1Svv1Fmm { width:3.125rem;height:1.375rem;top:2.1875rem;left:16.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEOTafBs27CkzTOvSMn792r4CBNUxLbf { width:20rem;height:8.0625rem;top:17rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdcTtbB3tCFoyiRHno7wRTIG5qLmIuDH { display:block; }#vdcTtbB3tCFoyiRHno7wRTIG5qLmIuDH > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBbyG2a878Q57Hsp1p9hI12x4NwcLX8X { width:11.5625rem;height:1.5rem;top:2.28125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcMXnZGpOIxA8LRF0x7l7idabEZJ4lco { display:flex;width:2.5rem;height:2.5rem;top:1.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Aw4DFviPu64QQEBTxguMCp9QJXxGAECM { width:14.0625rem;height:1.5rem;top:6.03125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4ltkUwkaOQQAb5zuV1VvQUg2zft6KAQ { display:flex;width:2.5rem;height:2.5rem;top:5.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FruQUvhDr0VOBy0bbMUspXRGz1yFyxvd { width:14.0625rem;height:1.5rem;top:9.78125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTO8sVSp152viPSmfSVRz7xdRXT6ZdAB { display:flex;width:2.5rem;height:2.5rem;top:9.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XTnIAIdIdQz59OPqxcNP83xui99nzw0T { width:11.6875rem;height:1.5rem;top:13.53125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNyw5TdoPlKPnasfP6QyNKgbmX8fP69g { display:flex;width:2.5rem;height:2.5rem;top:13.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NEszqglAETenRteO8SsNa758at8s1Cg5 { display:none; }#NEszqglAETenRteO8SsNa758at8s1Cg5 > .row .container { width:20rem;height:2.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 { background-color:rgba(var(--color-secondary-0),0.86);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row .container { background-color: transparent; background-image: none; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row .container > .video-iframe-container { display: none; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row > .video-iframe-container { display: none; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .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); }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row .container { border-width: 0; border-radius: 0; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CRORCHXt4Ry7SKq8VDTp9nmAlNLzOyg5 > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUg9TNSNbqQ2WkO3EQuSSs6EUI6CpPuT { width:12.4375rem;height:2.875rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiWhW5R3snexE9pFSCwZCSF0SdcrrMqe { display:block; }
 }@media only screen and (max-width: 763px) { #qEUdCBBlCUM3PtEl83Omr7ZHCwANHUCN { width:20rem;height:16.5rem;top:11.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFmHRyFZh3rtrkwuAqtHyE8lMM5gw5gc { width:17.625rem;height:5.625rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs6lQawInMUFTa0GcaSwT0aCy3ADlQo0 { width:20rem;height:40rem;top:0rem;left:-7.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.42), rgba(var(--color-primary-1),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.42), rgba(var(--color-primary-1),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.42), rgba(var(--color-primary-1),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.42), rgba(var(--color-primary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.42)', endColorstr='rgba(var(--color-primary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.42)', endColorstr='rgba(var(--color-primary-1),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.42), rgba(var(--color-primary-1),0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tg5qGyXLUWX10e7UoVQH7ImqT8wTwaeF { display:block; }#tg5qGyXLUWX10e7UoVQH7ImqT8wTwaeF > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8nZm2bqa7fTyC83CDveq9D36wCtfp4R { background-color:rgba(var(--color-primary-1),0.2);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .row .container { background-color: transparent; background-image: none; }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .row .container > .video-iframe-container { display: none; }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .row > .video-iframe-container { display: none; }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .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); }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .row .container { border-width: 0; border-radius: 0; }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8nZm2bqa7fTyC83CDveq9D36wCtfp4R > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSTJTPLL53msqe2zKgoxehBtsCoWnHzE { width:20rem;height:4.5rem;top:25.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTbw2TETquUmUHDepKduDhiXgvH4QDuw { width:20rem;height:7.5rem;top:33.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V733zJOL2TGGDiCp9xaqRCidqBw4gTwd { width:12.4375rem;height:2.875rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byTyuqdFgrQZKTbb3RS3GZNMXSEctwMG { display:block; }
 }@media only screen and (max-width: 763px) { #IBu1uEmWyLduGRBgRNQHqnumIGT3wr6a { width:20rem;height:23rem;top:0rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/14c66511-4c66-4c8f-91f1-8a15de7c025c/imgi_20_560635051_18137051797454218_5514990171016744730_n.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IBu1uEmWyLduGRBgRNQHqnumIGT3wr6a.adaptive-delivery-prevent-bg, #IBu1uEmWyLduGRBgRNQHqnumIGT3wr6a.lazyload, #IBu1uEmWyLduGRBgRNQHqnumIGT3wr6a.lazyloading { background-image: none; }
#IBu1uEmWyLduGRBgRNQHqnumIGT3wr6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.08); } }@media only screen and (max-width: 763px) { #LBR0JwAn25yZGedQU0bHeuBp0vyCJA5e { width:20rem;height:0.9375rem;top:24.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc3l5Xbt7rSJkbLN1SlD1WryTP8ALoMp { display:block; }#rc3l5Xbt7rSJkbLN1SlD1WryTP8ALoMp > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdR8nFqEyhI2eofhPdTF5dnK46AB9n6c { width:20rem;height:2.25rem;top:25.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwbVFzsDHXz2V49S2TLi3h265fdIw3vy { width:20rem;height:7.5rem;top:31.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFiGfttuQwqTZxQe9JZnwOvtPOCw9TTR { width:12.4375rem;height:2.875rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBm9xITrMweBDC3yyNVq09F3KS4PTfBg { display:block; }
 }@media only screen and (max-width: 763px) { #SpzXG4LAvnXq126sqG8TIBoXSHkb27lr { width:20rem;height:23rem;top:0rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eec506be-9a60-4ae0-9308-50a812bd5e35/download16.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SpzXG4LAvnXq126sqG8TIBoXSHkb27lr.adaptive-delivery-prevent-bg, #SpzXG4LAvnXq126sqG8TIBoXSHkb27lr.lazyload, #SpzXG4LAvnXq126sqG8TIBoXSHkb27lr.lazyloading { background-image: none; }
#SpzXG4LAvnXq126sqG8TIBoXSHkb27lr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.08); } }@media only screen and (max-width: 763px) { #E62ryrgK8UZKPD8hLKdXsCPCKByTHwao { width:20rem;height:0.9375rem;top:24.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q { background-color:rgba(var(--color-secondary-0),0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .row .container { background-color: transparent; background-image: none; }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .row .container > .video-iframe-container { display: none; }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .row > .video-iframe-container { display: none; }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .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); }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .row .container { border-width: 0; border-radius: 0; }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xqw0vTNDs7aJUEA8JbEe2mtTpDo5mX2Q > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPt2Gb2KIsky9biUT3VZr4K2G8C1OCil { width:20rem;height:2.25rem;top:25.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyA1SN4BUqewPoDDFhZysX7R6UxeuFph { width:20rem;height:6rem;top:31.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7ITwkINcZTAGPMsGMlFKt3Svwo3Tgyo { width:12.4375rem;height:2.875rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6xae6TzXqnl2f6J8GvTMWptzZw0R9S2 { display:block; }
 }@media only screen and (max-width: 763px) { #f6viB3e5LXgZWW1ycbsWtNzuqEmk6koy { width:20rem;height:23rem;top:0rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0b6ecbb1-a942-4522-a6e2-d0588124e358/imgi_14_572124129_18139868746454218_7522537416774404279_n.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f6viB3e5LXgZWW1ycbsWtNzuqEmk6koy.adaptive-delivery-prevent-bg, #f6viB3e5LXgZWW1ycbsWtNzuqEmk6koy.lazyload, #f6viB3e5LXgZWW1ycbsWtNzuqEmk6koy.lazyloading { background-image: none; }
#f6viB3e5LXgZWW1ycbsWtNzuqEmk6koy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.08); } }@media only screen and (max-width: 763px) { #NAEeGBEnUpOx9ZVGgrVmG9DkCv2PzUTN { width:20rem;height:0.9375rem;top:24.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B03l1NxqnOmwl6SeSrzZZs6PEo6VtNc7 { display:block; }#B03l1NxqnOmwl6SeSrzZZs6PEo6VtNc7 > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQKdeESr50KTggbQnToSvgilTHV7m6hF { width:14.875rem;height:3.75rem;top:8.625rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdSchrX2bdVl5FMvCBMxA67H1QgT0nNV { width:11.5625rem;height:2.25rem;top:13.3125rem;left:4.21875rem;font-size:0.75rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #cV4EiegElTLRTeTmbgklSohfucRWW13w { display:flex;width:2.25rem;height:2.25rem;top:4.8125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #xsZF10cndC6tAhgvwEGM4F7JRwGvxxVP { display:block; }#xsZF10cndC6tAhgvwEGM4F7JRwGvxxVP > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNdNLhJVxf4nflRDUe4sZpJ8dltgmZK5 { width:10rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTBkGeWse2OLAgT6u1OuLMuoXSFOOAFR { width:10rem;height:12.5rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMItKWcgUMGcupkMNselLJlPJC4alFGw { width:10rem;height:12.5rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7hk2bkozcVLuwGvPd4WfkOghd94aexR { width:10rem;height:12.5rem;top:12.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqyPNTAfHLJR04dQAlvPTEH5KvKybfB2 { width:10rem;height:12.5rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9IIBuutaW0T936RzpB188dNRhTphldd { width:10rem;height:12.5rem;top:25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVvWvgkfaolVMKf693t5VGzOwns90PLs { display:none; }#BVvWvgkfaolVMKf693t5VGzOwns90PLs > .row .container { width:20rem;height:48.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uATORCLR1oTKXTwl0HlQzCrtkAP9IJeB { width:2.8125rem;height:5rem;top:1.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5TVlNUy71JyhGTetF6ahtv7ymhrarwT { width:2.8125rem;height:5rem;top:7.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBGkhnp4agPRrtRnlTUN4oC8kawVr4WC { width:2.8125rem;height:5rem;top:13.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkCPxmfwwAquAy1VgxAUSQHROq8T9NKG { width:2.8125rem;height:5rem;top:20rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPGWW8EXycgen5UNcr92ZapxFo2dEbMc { width:2.8125rem;height:5rem;top:26.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0E10LVo32TFaTyr71FKcw7nqy8BTlsO { width:2.8125rem;height:5rem;top:32.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzFco7McAL4EHfLpfBHzrxquHewlo26c { width:2.75rem;height:3.5rem;top:38.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCMSe603e9gT8gUTPBNo1pn9QMNpC67S { width:2.75rem;height:3.5rem;top:43.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHZVQubRV0dSLtvhD9kKwgd7H4fTaEkz { display:block; }#nHZVQubRV0dSLtvhD9kKwgd7H4fTaEkz > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDC9PEn9mbRHEkqJI5F2C5VNTcmHHIbp { width:20rem;height:4.5rem;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVZqh1QOpS5BezcgmqqGuXz4CTbO57LK { width:19.125rem;height:10.5rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1eJvk2eIVrKaXcklPK1DTfHXy4yl9sz { width:20rem;height:1.5rem;top:27.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM3E2Hc9rtMu6n8GU3Ewrwn9enZgkkn3 { width:20rem;height:2.25rem;top:30.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gACcH4BhJqMXitetJkAIm7ETXs2esico { width:20rem;height:1.5rem;top:35.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqTHuNtsJ40Kyq3JAvzeISBN7uTGDKn8 { width:20rem;height:2.25rem;top:38.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Luftis4MaGphUnRr7K6CaVztH5p1f9JT { width:20rem;height:1.5rem;top:43.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuMTOhOu1ZzyluS3wL1LRoXtCgf8BEPI { width:20rem;height:2.25rem;top:45.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E53zi2F8s66wiUX1VBcKwuzExctKdsOA { width:20rem;height:2.25rem;top:53.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnptObTLaItnNtvogrOwXGMz2GzJ96kT { width:20rem;height:1.5rem;top:51.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgHdHsBwsosTB2ish633tXMqrcZxZNCt { width:20rem;height:8.875rem;top:55rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/63596094-f05c-40c4-be0c-755e1c3bce5c/Image_fx2.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#QgHdHsBwsosTB2ish633tXMqrcZxZNCt.adaptive-delivery-prevent-bg, #QgHdHsBwsosTB2ish633tXMqrcZxZNCt.lazyload, #QgHdHsBwsosTB2ish633tXMqrcZxZNCt.lazyloading { background-image: none; }
#QgHdHsBwsosTB2ish633tXMqrcZxZNCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.08); } }@media only screen and (max-width: 763px) { #z59hSEennWBsT4V4uXl22avpDrgcwMaG { width:20rem;height:35.875rem;top:25.75rem;left:-8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJZNgzn87TygMgRxOrsMZt9FoKNPa3GN { display:block; }#DJZNgzn87TygMgRxOrsMZt9FoKNPa3GN > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pbiwvs6hHAH4xQArfQD4yvB9vHneUNIo { width:8.75rem;height:4.5rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slR0tS39GbyLuFsJhQKn8tofzdFoRWii { display:flex;width:2.5rem;height:2.5rem;top:3.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wTAVUXam0y86Qc5UqtILHOBhs2ZyGIGo { width:9rem;height:4.5rem;top:6.875rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLQ5yEBhJNzADyv3qqZwlisZ6Hc7QQBD { display:flex;width:2.5rem;height:2.5rem;top:3.75rem;left:11.25rem; }
 }@media only screen and (max-width: 763px) { #ltTnZRxGaJUkKraEXTvxcMevqJBvAe9m { width:8.4375rem;height:4.5rem;top:19.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzeer8phifWPdQAQSaa0gEZQASHoWK2T { display:flex;width:2.5rem;height:2.5rem;top:16.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WOwf7k7RyG2PtILbTDcCZWLSXvivNkop { width:9.125rem;height:4.5rem;top:19.875rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdrNRWAZ8Rt2ru76h7bWbrldEZuEM19T { display:flex;width:2.5rem;height:2.5rem;top:16.8125rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #GkvdRpTHVfQ0Buwg1arKALdERfLeJofa { display:block; }#GkvdRpTHVfQ0Buwg1arKALdERfLeJofa > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPRBWSrSw4mUybR3oRPrOUuyU9PEN60g { width:8.9375rem;height:6rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyNSyXVE8oigx5hz53ul9gQfRPlbe3IH { display:flex;width:2.5rem;height:2.5rem;top:3.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qcJorwk2GKk9bLqTFAPnT1JEzzahdtDL { width:10.125rem;height:4.5rem;top:6.875rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiiTzBsMrUFUWy7GgesVc4CgSQitzc7e { display:flex;width:2.5rem;height:2.5rem;top:3.75rem;left:11.25rem; }
 }@media only screen and (max-width: 763px) { #cP9ltF026E7JMQk1MLMBJ092DDxUABAo { width:9.25rem;height:4.5rem;top:19.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT0ONyg2A1KVAAT7tko6CwDy89Fpuilt { display:flex;width:2.5rem;height:2.5rem;top:16.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ACb65sWTxFqgJQ3TyKwUzlw2XSRkFXdL { width:9.125rem;height:4.5rem;top:19.875rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3HtmDQRQ3WEJU9ne8WCVP7oQKKNIWKk { display:flex;width:2.5rem;height:2.5rem;top:16.8125rem;left:11.1875rem; }
 }@media only screen and (max-width: 763px) { #EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 { background-color:#ffffff;background-image:none;display:block; }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .row .container { background-color: transparent; background-image: none; }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .row .container > .video-iframe-container { display: none; }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .row > .video-iframe-container { display: none; }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .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); }#EOfcM3XvcnROei0ksX5Mg1qHVvFo6XA9 > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTKyOpiI9gVfRV8RRHaMnK2GvagQQOy8 { width:20rem;height:3.4375rem;top:3.75rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ye9hmwRIkuQmgLWIfUr3grQD12MOyHnH { display:block; }#ye9hmwRIkuQmgLWIfUr3grQD12MOyHnH > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPwDFXPUOKw5TRUnAFlRzPRZ06nTP9HT { width:20rem;height:22.7119375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnZSdAHheqCOPDq9L1uyrcOwNTiHKisV { width:20rem;height:9.389625rem;top:25.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESkf8FAIHs2hv6nGaJkWHRLsDdbyJy6D { width:20rem;height:16.44204851752rem;top:62.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHwWEoexWtJADeuHFQSqQ0IKlQ1omqMI { width:20rem;height:9.8359375rem;top:37.8515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBlDerOpd8XgNedX5y7PTmZaC6Bdr8N7 { width:20rem;height:9.6738125rem;top:81.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRqzPtlZOeeeX36baCM0kAG6dIhgT2kI { width:20rem;height:9.6494375rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDnw7PyZrFIyx6vhJrg6k8gAxWpgIBR6 { display:block; }#zDnw7PyZrFIyx6vhJrg6k8gAxWpgIBR6 > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnkgwkEpCBeT0xx9CT8ShvsLzsHVQeLD { width:20rem;height:2.625rem;top:1.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTFeTZF3XwN7WF7cEsVFvb5I2Vm6Kuk { display:block; }#sTTFeTZF3XwN7WF7cEsVFvb5I2Vm6Kuk > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1Qqgyx8yUflSrWqZCw8ozAO6t4At604 { width:14.1875rem;height:3.375rem;top:8.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqk6lyg78Slzb4i6eAGOAFLDqMlozZIl { display:flex;width:2.1875rem;height:2.1875rem;top:4.1875rem;left:17.8125rem; }
#sqk6lyg78Slzb4i6eAGOAFLDqMlozZIl > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #hLquM7v0NKE1800VAkvMaXTzp8f3qiZ1 { width:17.4375rem;height:4.21875rem;top:19.53125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peqD8M1M2nTaHZ7TFVCpQrvdkFLTwSTB { width:10.75rem;height:2.625rem;top:4.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWuZ9gMtDRDaZbVCO0rSEMS3fsb9cEe5 { width:12.4375rem;height:2.875rem;top:14.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #masTexAMVzwFomNLegUOgCf2oB1QIU7s { display:block; }
 }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #yyWTaKqT1lg5I3QJN3bTUaMBLypFSxlI > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXxgRsLg0kV9iidJHVSn6MM9EiTl1Qwm { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#fXxgRsLg0kV9iidJHVSn6MM9EiTl1Qwm > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzTSugoZNTctIvTVmTiShxSa2figz40R { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWfoJVaLlSn4E5qmWKNr6JVpxr9LGXXv { display:block; }
 }@media only screen and (max-width: 763px) { #fTVFpMK1V28pr2W7SVV9El8gk6CT09TN { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTAK4ZHUJsToAUKTWar4NAZdpEX0zl5p { display:block; }
 }